button face dealt with.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
f8ac059a
GM
12007-04-26 Glenn Morris <rgm@gnu.org>
2
3 * button.el (button): Use underline if supported, else fall back
4 to color.
5
2d0f33df
RS
62007-04-25 Richard Stallman <rms@gnu.org>
7
8 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
9
e40e449f 102007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
89dfa103 11
e40e449f
GM
12 * image-dired.el (image-dired-display-image): Derive image-type
13 from filename rather than assuming jpeg, in case no resizing was
14 needed.
89dfa103 15
e40e449f 162007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14695465 17
e40e449f 18 * custom.el (defface): Doc fix.
14695465 19
815c75b5
S
202007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
21
22 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp): Don't
23 re-query for each cleared BP.
24 (idlwave-shell-clear-bp): Optionally skip BP query.
25 (idlwave-shell-update-bp-overlays): Use set-window-margins
26 instead of set-window-buffer, which incorrectly moves displayed
27 region.
28
6a896b1f
JB
292007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
30
31 * calc/calc.el (calc-bug-address): Update maintainer's address.
32 * calc/*: Update maintainer's address.
33
ebd2fc0d
RS
342007-04-23 Richard Stallman <rms@gnu.org>
35
36 * simple.el (set-mark-command-repeat-pop): Doc fix.
bdfeaf61 37 Put in `editing-basics' group.
ebd2fc0d 38
a9da35e0
CY
392007-04-23 Chong Yidong <cyd@stupidchicken.com>
40
41 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down): New
42 functions.
43 (Info-mode-line-node-keymap): Bind mouse commands to
44 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
45
5c03c628
CY
462007-04-23 Luc Teirlinck <teirllm@auburn.edu>
47
48 * locate.el (locate-local-prompt): New var.
0ee501e1
LT
49 (locate-prompt-for-command): Doc fix.
50 (locate-prompt-for-search-string): New function.
c63ae004
CY
51 (locate): New optional arg. Make locate-local-prompt
52 buffer-local. Use locate-prompt-for-search-string.
5c03c628
CY
53 (locate-with-filter): New optional arg. Use
54 locate-prompt-for-search-string.
55 (locate-update): Bind locate-prompt-for-command.
56
f4aad089
GM
572007-04-23 Glenn Morris <rgm@gnu.org>
58
59 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
60
39f80270
NR
612007-04-23 Nick Roberts <nickrob@snap.net.nz>
62
63 * button.el (button): Inherit from link face on a tty.
64
19cae9da
GM
652007-04-23 Glenn Morris <rgm@gnu.org>
66
67 * button.el (button): Use color for this face on a tty.
68
a5d0382b 69 * files.el (magic-mode-alist): Allow for carriage-returns in
42d7477b 70 html-mode and sgml-mode entries.
a5d0382b 71
5fe751c9
RS
722007-04-22 Richard Stallman <rms@gnu.org>
73
74 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
75 Improve doc string of generated command.
76
77 * subr.el (read-number): Catch errors.
78
79 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
80
19b8b65a
CY
812007-04-22 Chong Yidong <cyd@stupidchicken.com>
82
4913c25d
CY
83 * image-dired.el: Rename from thumbnails.el. All instances of
84 "thumbnails" replaced with "image-dired".
85
19b8b65a
CY
86 * dired.el (dired-mode-map): Rename "thumbnails" again, to
87 "image-dired".
88
5477ee28
KS
892007-04-22 Kim F. Storm <storm@cua.dk>
90
91 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
92 Don't use kill-line.
93
af0f5c39
NR
942007-04-22 Nick Roberts <nickrob@snap.net.nz>
95
96 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
97 error message.
98
1ffd65b5
CY
992007-04-22 Chong Yidong <cyd@stupidchicken.com>
100
41a42994
CY
101 * dired.el: Rename "tumme" to "thumbnails".
102
1ffd65b5
CY
103 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
104 replaced with "thumbnails".
105
2aebf08d
GM
1062007-04-22 Glenn Morris <rgm@gnu.org>
107
67ccd6cb
GM
108 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
109 and give it the risky-local-variable property.
110
2aebf08d
GM
111 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
112 before defining it.
113
33a9c08c
MR
1142007-04-21 Martin Rudalics <rudalics@gmx.at>
115
d064fb44
KS
116 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
117 Use delete-region instead of kill-line.
33a9c08c 118
861b8236 1192007-04-21 Alan Mackenzie <acm@muc.de>
cef9e6ec
AM
120
121 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
122 `kill-region' by `delete-region'.
123
ecff835d
CY
1242007-04-21 Chong Yidong <cyd@stupidchicken.com>
125
041d3802
CY
126 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
127 instead of kill-region.
128
895041fa
CY
129 * progmodes/mantemp.el (mantemp-make-mantemps-region)
130 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
131 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
132 and kill-line.
133
ecff835d
CY
134 * progmodes/vhdl-mode.el (vhdl-template-type)
135 (vhdl-template-record, vhdl-template-nature)
136 (vhdl-template-configuration-spec, vhdl-template-component-inst)
137 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): Use
138 delete-region instead of kill-word and kill-line.
139
b1e6882f
GM
1402007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
141
142 * dired-x.el (dired-virtual-mode): Doc fix.
143
f2aded17
RS
1442007-04-21 Richard Stallman <rms@gnu.org>
145
3b2d0d76
RS
146 * font-lock.el (font-lock-keywords-alist): Mark as risky.
147
f2aded17
RS
148 * subr.el (read-number): Doc fix.
149
150 * simple.el (pop-to-mark-command): Display message "mark popped"
151 if point does not move.
152 (set-mark-command): Doc fix.
153
d6fa26a4
CY
1542007-04-21 Luc Teirlinck <teirllm@auburn.edu>
155
156 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
157 (locate-local-filter, locate-local-search): New vars.
158 (locate): Make variables local.
159 (locate-update): Bind locate-buffer-name. Call locate using
160 locate-local-filter and locate-local-search.
161
faeb756c
CY
1622007-04-20 David Koppelman <koppel@ece.lsu.edu>
163
164 * hi-lock.el (hi-lock-file-patterns-policy): New var.
165 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
166 (hi-lock-mode): Update docstring.
167
03832c9d
SM
1682007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
169
170 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
171 fill-nobreak-predicate when the break is past fill-column.
172
1e35b3c1 1732007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
0715a41b
CY
174
175 * locate.el (locate): Output from shell-command should go in the
176 current buffer rather than *Shell Command Output*.
177
2d0989b5
CY
1782007-04-20 Chong Yidong <cyd@stupidchicken.com>
179
180 * paren.el (show-paren-function): Fix last fix.
181
9cd04e16
CY
1822007-04-19 Kevin Ryde <user42@zip.com.au>
183
184 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
185 (archive-lzh-summarize): Add optional start arg for where to start
186 looking at the archive.
187 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
188
189 * international/mule.el (auto-coding-alist): no-conversion for .exe
190 and .EXE.
191
0f13b476
AM
1922007-04-19 Alan Mackenzie <acm@muc.de>
193
194 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
195 function return type contains "struct", "union", etc.
196 c-end-of-defun goes too far forward.
197
bae6731f
CY
1982007-04-19 Chong Yidong <cyd@stupidchicken.com>
199
200 * paren.el (show-paren-function): Reset window-start to avoid
201 recentering.
202
745465ec
GM
2032007-04-19 Glenn Morris <rgm@gnu.org>
204
205 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
206
d14f8614
GM
2072007-04-18 Glenn Morris <rgm@gnu.org>
208
209 * calendar/diary-lib.el (diary-header-line-format): Add a custom
210 :set function.
211 (diary-list-entries): Only switch to diary-mode from
e8bc96a3
GM
212 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
213 diary-mode set header-line-format, in case of any customization.
d14f8614 214
e18cb394
KH
2152007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
216
217 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
218 is less than the length of parse-time-syntax.
219
fc6a2250
DK
2202007-04-17 David Kastrup <dak@gnu.org>
221
222 * replace.el (query-replace-regexp-eval): Deprecate.
223
c825c724
AM
2242007-04-17 Alan Mackenzie <acm@muc.de>
225
226 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
227 point too close to EOB, leave point at EOB rather than last `}'.
228
27a61fcd
RW
2292007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
230
231 * textmodes/bibtex.el (bibtex-include-OPTkey)
9efe0fb6
KS
232 (bibtex-user-optional-fields, bibtex-entry-field-alist):
233 Fix defcustom.
a26a08f2 234
a20becf3
GM
2352007-04-17 Glenn Morris <rgm@gnu.org>
236
237 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
238 be encoded, fall back to current year.
239
3dd29719
CY
2402007-04-14 Kevin Ryde <user42@zip.com.au>
241
242 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
243 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
244 M "MSDOS".
245
80dce3a4
CY
2462007-04-16 Chong Yidong <cyd@stupidchicken.com>
247
248 * progmodes/python.el (python-end-of-block): Avoid looping forever
249 if python-next-statement fails.
250
0dcfda42
RW
2512007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
252
253 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
254
80382c24
DN
2552007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
256
257 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
258 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
259
213f7420
JB
2602007-04-15 Jay Belanger <belanger@truman.edu>
261
510b69a8
JB
262 * calc/calc.el (calc-version): New function.
263 (calc-trail-mode): Shorten the title.
213f7420 264
dbbab658
CY
2652007-04-15 Chong Yidong <cyd@stupidchicken.com>
266
267 * mail/footnote.el (footnote-style): Clarify docstring to state
268 that customizing this only applies to future footnotes.
269
cbc0b783
RW
2702007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
271
272 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
273 (bibtex-make-field): Check that INIT is a string. Use functionp.
274
c810a796
GM
2752007-04-14 Glenn Morris <rgm@gnu.org>
276
031199c7
GM
277 * complete.el (PC-goto-end): New buffer-local variable.
278 (PC-do-completion-end): Make buffer-local.
19608e42
GM
279 (partial-completion-mode) <choose-completion-string-functions>:
280 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
281 (PC-do-completion): New optional fourth argument GOTO-END. Add a
282 doc string. Set PC-goto-end for choose-completion.
283 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
284 PC-do-completion.
285
c810a796
GM
286 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
287 arg to bibtex-make-field.
03832c9d
SM
288 (bibtex-make-field): Add optional fourth arg NODELIM.
289 Insert delimiters around INIT unless this arg is non-nil.
c810a796 290
57b21343
NR
2912007-04-14 Nick Roberts <nickrob@snap.net.nz>
292
293 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
294 global map isn't modified
295
1ed5afd9
GM
2962007-04-14 Glenn Morris <rgm@gnu.org>
297
298 * calendar/appt.el (appt-disp-window): Do not split small windows.
299 Suggested by Jeff Miller <jmiller@cablespeed.com>.
300
d218a5a4
CY
3012007-04-13 Chong Yidong <cyd@stupidchicken.com>
302
9efe0fb6 303 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
d218a5a4
CY
304
305 * files.el: Ditto.
306
0e816a43
JB
3072007-04-13 Juanma Barranquero <lekktu@gmail.com>
308
309 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
310
311 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
312 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
313 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
314 (term-pager-help): Fix typos in docstrings.
315
316 * wid-edit.el (widget-documentation): Fix typo in docstring.
317
318 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
319 Fix typos in error messages.
320
c8286c2c
MR
3212007-04-13 Martin Rudalics <rudalics@gmx.at>
322
323 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
324 window marked as dedicated.
325
326 * mail/footnote.el (footnote-latin-string): New variable.
03832c9d 327 (footnote-latin-regexp): Redefine as regexp alternative.
c8286c2c
MR
328 (Footnote-latin): Use footnote-latin-string instead of
329 footnote-latin-regexp.
330
6f2c280e
NR
3312007-04-13 Glenn Morris <rgm@gnu.org>
332
333 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
334 inherited keymaps.
335
29779b2d
CY
3362007-04-12 Chong Yidong <cyd@stupidchicken.com>
337
338 * outline.el (outline-get-next-sibling): Clarify docstring.
339 (outline-get-last-sibling): Handle case where we are at the first
340 heading. Clarify docstring.
341
ad108e41
NR
3422007-04-12 Nick Roberts <nickrob@snap.net.nz>
343
41a023e3 344 * progmodes/gud.el (gud-minor-mode-map): Make go button same
f501a00f
NR
345 length as stop button to lessen flicker.
346 (jdb): Add gud-print.
347 (gud-find-expr): Jdb prints the expression with the value, so
348 don't insert it in the output.
ad108e41 349
eb6526ba
JR
3502007-04-11 Jason Rumney <jasonr@gnu.org>
351
352 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
0e816a43 353 case hex. Do not try to decode non-hex letters.
eb6526ba 354
03d7faa3
GM
3552007-04-11 Markus Triska <markus.triska@gmx.at>
356
03832c9d
SM
357 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
358 (byte-optimize-backward-word): Remove (move to bytecomp.el).
f782c329
CY
359 (byte-optimize-form-code-walker): Evaluate pure function calls if
360 possible.
361 (byte-optimize-all-constp): New function.
03d7faa3 362
03832c9d
SM
363 * emacs-lisp/bytecomp.el (byte-compile-char-before):
364 Improve numeric argument case.
365 (byte-compile-backward-char, byte-compile-backward-word):
366 New functions, performing rewriting previously done in byte-opt.el.
367 Fix their "Fixme" item (restriction to numeric arguments).
03d7faa3 368
341c2f07
SM
3692007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
370
9efe0fb6
KS
371 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
372 with dolist.
341c2f07
SM
373 (after-init-hook): Don't quote lambda.
374 (desktop-first-buffer): Don't wrap it in eval-when-compile.
375 (desktop-internal-v2s): Remove unused var `el'.
376 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
377 desktop-restore-file-buffer.
378 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
379 desktop-create-buffer.
380
d752a9f9
CY
3812007-04-10 Chong Yidong <cyd@stupidchicken.com>
382
0e816a43 383 * woman.el (woman-decode-buffer): Postpone macro-set check...
d752a9f9
CY
384 (woman-decode-region): ...to here.
385
ae8bf5ab
TTN
3862007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
387
388 * startup.el (tty-handle-args): Use %S to log ARGS.
389
17975ebf
GM
3902007-04-10 Glenn Morris <rgm@gnu.org>
391
392 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
393 it is obsolete and has no effect.
394
39234e39
GM
395 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
396 byte-compiler.
397
51fc848b
GM
398 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
399 obsolete function make-local-hook.
400
e8dc1f8c
GM
401 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
402 start to quieten byte-compiler.
403
760c1f3c
GM
4042007-04-10 Markus Triska <markus.triska@gmx.at>
405
406 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
407 to bytecomp.el as byte-compile-char-before).
341c2f07
SM
408 * emacs-lisp/bytecomp.el (byte-compile-char-before):
409 New function (modified replacement for byte-optimize-char-before in
760c1f3c
GM
410 byte-opt.el).
411
4122007-04-09 Alan Mackenzie <acm@muc.de>
ca135559
AM
413
414 * startup.el (inhibit-splash-screen): Emphatically state that it
415 can't be set in site-start.el.
416
11d13e96
MY
4172007-04-09 Masatake YAMATO <jet@gyve.org>
418
760c1f3c
GM
419 * progmodes/cc-subword.el (c-capitalize-subword): More closely
420 mimic the behavior of `capitalize-word'. Do not move point with a
421 negative argument. Based on tiny change by Paul Curry.
11d13e96 422
52448cc6 4232007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
287787ee 424
52448cc6
JB
425 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
426 Don't move point if ARG is negative.
287787ee 427
1eca8ae6
AM
4282007-04-09 Alan Mackenzie <acm@muc.de>
429
430 Changes to make `narrow-to-defun' and `mark-defun' work properly
431 in CC Mode:
52448cc6 432
1eca8ae6
AM
433 * progmodes/cc-defs.el (c-beginning-of-defun-1):
434 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
52448cc6 435 Bind beginning/end-of-defun-function to nil around calls to
1eca8ae6
AM
436 beginning/end-of-defun.
437
52448cc6
JB
438 * progmodes/cc-langs.el (beginning-of-defun-function)
439 (end-of-defun-function): New c-lang-setvar's.
1eca8ae6
AM
440
441 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
442 (setq arg 1))" to enable non-interactive call.
52448cc6 443
146adea3
EZ
4442007-04-09 Eli Zaretskii <eliz@gnu.org>
445
446 * simple.el (set-mark-command): Doc fix.
447
33bcdf3c
NR
4482007-04-09 Nick Roberts <nickrob@snap.net.nz>
449
450 * progmodes/gud.el (gdb): Restore existing session if user
451 tries to start a second one in graphical mode.
452
642fdf3c
KS
4532007-04-08 Martin Rudalics <rudalics@gmx.at>
454
455 * cus-start.el <scroll-preserve-screen-position>: Add choices.
456
b1e6882f 4572007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
ad9044d3 458
341c2f07
SM
459 * term/xterm.el (terminal-init-xterm): Fix key definitions.
460 Add binding for C-M-SPC.
ad9044d3 461
aa9c7852
RS
4622007-04-08 Richard Stallman <rms@gnu.org>
463
464 * pcomplete.el (pcomplete-read-event): One single definition,
465 and not a defsubst.
466
8300c023
AM
4672007-04-08 Chong Yidong <cyd@stupidchicken.com>
468
469 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
470 byte-compiler warning "value unused".
471
28863a99
AS
4722007-04-08 Andreas Schwab <schwab@suse.de>
473
aa9c7852 474 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
28863a99 475
2f4dfc5c
GM
4762007-04-07 Glenn Morris <rgm@gnu.org>
477
478 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
479 Autoload these functions.
480 (diary-date-forms): Add a custom :set form.
481
482 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
483 before first use.
484 (diary-font-lock-keywords): New function with old code for
485 initialization of variable of same name.
486
52448cc6 4872007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
073ce6e9 488
255b957c
KS
489 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
490 clean-up: only insert space when on identifier, etc.
073ce6e9 491
6ff11588
CY
4922007-04-07 Chong Yidong <cyd@stupidchicken.com>
493
0b3864db
CY
494 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
495
6ff11588
CY
496 * net/tls.el (open-tls-stream): Properly handle case where there
497 is no associated buffer.
498
f11b9106
GM
4992007-04-07 Glenn Morris <rgm@gnu.org>
500
501 * ffap.el (ffap-file-at-point): Lower the priority of the
502 ffap-ftp-sans-slash-regexp check.
503
1bf1feb5
AM
5042007-04-06 Alan Mackenzie <acm@muc.de>
505
506 Fix fontification of labels, and other things with ":".
255b957c 507
1bf1feb5
AM
508 * progmodes/cc-engine.el (c-forward-label): The function now
509 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
510 the former t.
511
512 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
513 new return code from c-forward-label, fontifying tokens properly.
514 Add some general comments throughout the file.
515
e2b4779f
CY
5162007-04-06 Chong Yidong <cyd@stupidchicken.com>
517
ff5e33e7
CY
518 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
519 Revert 2006-01-27 change.
520
a8cf6089
CY
521 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
522
f5029a89
CY
523 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
524
341c2f07
SM
525 * desktop.el (desktop-create-buffer, desktop-save):
526 Revert 2004-11-12 change for lack of copyright papers.
b695d74b 527
f56ea5db
CY
528 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
529 (dired-guess-default): Respect case.
530
dd94f197
CY
531 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
532
255b957c
KS
533 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
534 was originally checked in as byte-optimize-concat on 1997-11-02.
c9904831 535
e2b4779f
CY
536 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
537 1995-05-19 doc changes.
538
384bf310
KS
5392007-04-06 Kim F. Storm <storm@cua.dk>
540
ba8357c8
KS
541 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
542 (unload-feature): Update interactive spec accordingly.
543
384bf310
KS
544 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
545
d4f26f40
JPW
5462007-04-06 John Paul Wallington <jpw@pobox.com>
547
548 * subr.el (with-case-table): Use `make-symbol' to avoid variable
549 capture. Restore the table in the same buffer.
550
551 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
552
c2d489d3
CY
5532007-04-05 Chong Yidong <cyd@stupidchicken.com>
554
255b957c
KS
555 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
556 Print entire form.
c2d489d3 557
3cba7086
NR
5582007-04-05 Nick Roberts <nickrob@snap.net.nz>
559
560 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
561 for low-color displays.
562
4f57f9a3
GM
5632007-04-05 Glenn Morris <rgm@gnu.org>
564
3cba7086
NR
565 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
566 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
255b957c 567 Seed random number generator on loading.
8b9145b6 568
4f57f9a3 569 * emacs-lisp/authors.el (top-level): Provide self.
255b957c 570
4f57f9a3
GM
571 * play/animate.el (top-level): Provide self.
572
b0cce1bd
AM
5732007-04-04 Alan Mackenzie <acm@muc.de>
574
575 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
576 to mention c-syntactic-indentation.
577
b4341566
CY
5782007-04-04 Chong Yidong <cyd@stupidchicken.com>
579
580 * subr.el (with-case-table): New macro.
581
582 * international/mule.el (ascii-case-table): New var.
583
94e63023
CY
584 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
585 downcasing.
586
13cb5829
NR
5872007-04-03 Nick Roberts <nickrob@snap.net.nz>
588
7eb74b2a
NR
589 * progmodes/gud.el (gud-minor-mode-map): Simplify.
590
13cb5829
NR
591 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
592 of the window if we're outside it e.g menu-bar.
593
594 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
595 window if we're outside it e.g menu-bar.
596
06efaba2
EZ
5972007-04-03 Eli Zaretskii <eliz@gnu.org>
598
599 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
600 decode base-64 encoded body if its content-type is something other
601 than text/* or message/*.
602
a24d88b4
JB
6032007-04-03 Juanma Barranquero <lekktu@gmail.com>
604
605 * simple.el (activate-mark-hook): Fix typo in docstring.
606
5de62e25
NR
6072007-04-03 Nick Roberts <nickrob@snap.net.nz>
608
609 * tmm.el (tmm-c-prompt): Initialize.
610 (tmm-menubar): Deal with extended menu-items at top level.
255b957c 611 (tmm-get-keybind): Handle bindings redefined/undefined locally.
a1f02fa1 612 (tmm-prompt): Handle visibility of top level menu-items.
5de62e25
NR
613
614 * progmodes/gud.el (gud-menu-map): Simplify.
615 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
616 menubar.
617
f6c24bc4
CY
6182007-04-02 Chong Yidong <cyd@stupidchicken.com>
619
1bfa6e94
CY
620 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
621
ba830ecb
CY
622 * comint.el (comint-send-input): Widen the buffer first.
623
f6c24bc4
CY
624 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
625
8ae799ba
SM
6262007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
627
628 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
629 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
630
631 * newcomment.el (comment-search-forward): Discard comment starters
632 before point.
633
b831b4b8
CY
6342007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
635
636 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
637
574b081e
CY
6382007-04-01 Chong Yidong <cyd@stupidchicken.com>
639
34f6db45
CY
640 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
641 when downcasing.
642
8ae799ba 643 * button.el (previous-button): Rewrite to account for adjacent buttons.
574b081e 644
569abf86
S
6452007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
646
8ae799ba
SM
647 * progmodes/idlwave.el (idlwave-auto-fill):
648 Revert paragraph-separate change.
d6aac72d 649
8ae799ba
SM
650 * progmodes/idlw-shell.el (idlwave-shell-break-in):
651 Simplify module calc.
569abf86
S
652 (idlwave-shell-set-bp-in-module): Compute module.
653
c5813503
GM
6542007-03-31 Glenn Morris <rgm@gnu.org>
655
192453e4
GM
656 * emacs-lisp/timer.el (run-at-time): Doc fix.
657
c5813503
GM
658 * emacs-lisp/warnings.el (display-warning): If we create the
659 buffer displaying the warning, disable undo there.
660
69cee873
MA
6612007-03-31 Michael Albinus <michael.albinus@gmx.de>
662
663 * net/tramp.el (tramp-register-file-name-handler)
664 (tramp-register-completion-file-name-handler): New defsubst,
665 derived from `tramp-register-file-name-handlers'. The split is
666 necessary because Tramp's file name handlers must be registered at
667 different startup places.
668
d0653e21
CY
6692007-03-31 Chong Yidong <cyd@stupidchicken.com>
670
671 * progmodes/hideshow.el (turn-off-hideshow): New function.
672 (hs-minor-mode): Use it instead of a lambda expression in
673 change-major-mode-hook.
674
ba7529b6
DK
6752007-03-31 David Kastrup <dak@gnu.org>
676
677 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
678 corresponding to MANPATH_MAP entries.
679 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
680 (woman-parse-man.conf): Use more discriminating man.conf name.
681 (woman-parse-man.conf): Parse MANPATH_MAP entries.
682 (woman-manpath): Doc fix and type fix.
683 (woman-cached-data): Check for MANPATH_MAP entries.
684 (woman-expand-directory-path): Treat MANPATH_MAP entries.
685
5a842fda
EZ
6862007-03-31 Stuart Herring <herring@lanl.gov>
687
688 * emacs-lisp/sregex.el (sregexq): Doc fix.
689
8c01db22
EZ
6902007-03-31 Markus Triska <markus.triska@gmx.at>
691
692 * flymake.el (flymake-err-line-patterns): Doc fix.
693
c2dbc5f2
RS
6942007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
695
6c4e6610
JB
696 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
697 Move to the right.
c2dbc5f2 698
72f785ba
AM
6992007-03-30 Alan Mackenzie <acm@muc.de>
700
701 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
702
f718c2fc
TTN
7032007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
704
705 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
706 Use it, passed in explicitly, instead of from the dynamic binding.
707 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
708
8ad62896
JB
7092007-03-30 Juanma Barranquero <lekktu@gmail.com>
710
711 * simple.el (blink-matching-open): When in minibuffer, don't
712 search for a match inside the prompt.
713
715ecc6c
NR
7142007-03-30 Nick Roberts <nickrob@snap.net.nz>
715
716 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
8ad62896
JB
717 (tmm-prompt): Don't make the mouse user select the first menu
718 item twice.
715ecc6c 719
b2d2c07e
CY
7202007-03-30 Chong Yidong <cyd@stupidchicken.com>
721
722 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
723 SIGUSR1 and SIGUSR2.
724
d95fae77
KS
7252007-03-29 Kim F. Storm <storm@cua.dk>
726
727 * ido.el (ido-read-internal): When reading file or dir, only override
728 minibuffer-local-filename-completion-map, otherwise only override
729 minibuffer-local-completion-map.
730
aae26e17
GM
7312007-03-29 Glenn Morris <rgm@gnu.org>
732
733 * complete.el (partial-completion-mode): Set PC-do-completion-end
734 to nil after use.
735 (PC-lisp-complete-symbol): Create and use a marker at `end',
736 rather than using point-marker.
737
318666ca
CY
7382007-03-28 Chong Yidong <cyd@stupidchicken.com>
739
740 * simple.el (next-error-highlight): Doc fix.
799b5496 741 (compose-mail): Revert 2007-03-19 change.
318666ca 742
57577884
RS
7432007-03-28 Richard Stallman <rms@gnu.org>
744
745 * emacs-lisp/edebug.el (edebug-display): Don't go to
746 edebug-outside-buffer if it is dead.
747
38acf670
JB
7482007-03-28 Juanma Barranquero <lekktu@gmail.com>
749
750 * view.el (view-mode): Fix typos in docstring.
751
af49347b
GM
7522007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
753
754 * recentf.el (recentf-save-file): Add a custom :set function.
755
7562007-03-28 Glenn Morris <rgm@gnu.org>
757
758 * complete.el (PC-do-completion-end): New variable.
759 (partial-completion-mode) <choose-completion-string-functions>:
760 Use PC-do-completion-end in the non-minibuffer case to replace the
761 correct amount of text.
762 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
763 (PC-lisp-complete-symbol): Give marker the after-insertion type,
764 to deal with improvements inserted after point.
765
74cb3d21
SM
7662007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
767
6340a43f
SM
768 * button.el (make-text-button): Add explicit `button' property.
769 (default-button): Don't put a `button' property on it.
770
070f60e0
SM
771 * progmodes/python.el (python-mode): Skip comments when parsing.
772
74cb3d21
SM
773 * vc-arch.el (vc-with-current-file-buffer): New macro.
774 (vc-arch-file-source-p): Use it to avoid infloop.
775
4878f1de
SM
7762007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
777
778 * emacs-lisp/lisp.el (lisp-complete-symbol):
779 Fix call to get-buffer-window to find windows in other frames.
780
7812007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
782
783 * comint.el (comint-proc-query, comint-dynamic-list-completions):
784 Fix calls to get-buffer-window to find windows in other frames.
785 Reported by David Hansen <david.hansen@gmx.net>.
786
54fb4f96
NR
7872007-03-27 Kevin Ryde <user42@zip.com.au>
788
86b8a072
JB
789 * info.el (Info-display-images-node): On a text-only terminal,
790 show the "text" or "alt" parts of the image blobs.
54fb4f96 791
e3fbc89b
GM
7922007-03-27 Glenn Morris <rgm@gnu.org>
793
6afdff63
GM
794 * complete.el (PC-do-completion): Compute completion-base-size in
795 the non-filename case, rather than setting to nil.
796 (PC-lisp-complete-end): New variable.
797 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
798 original end in a series of consecutive invocations.
799
e3fbc89b
GM
800 * calendar/calendar.el (calendar-mode-hook): Declare it.
801
7465af60
GM
802 * calendar/diary-lib.el (diary-live-p): Do not check for
803 diary-selective-display.
804
084c41ca
SM
8052007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
806
807 * replace.el (occur-next-error): *Occur* might not be displayed in the
808 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
809
8907f65c
RS
8102007-03-26 Richard Stallman <rms@gnu.org>
811
812 * textmodes/flyspell.el (flyspell-large-region):
813 Use ispell-call-process-region.
814
b1e6882f 8152007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8907f65c
RS
816
817 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
084c41ca 818 Use prin1 instead of princ.
8907f65c 819
c324c766
CY
8202007-03-25 Chong Yidong <cyd@stupidchicken.com>
821
6c4e6610
JB
822 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
823 Merge in X resources before global face.
6aa2269d 824
6c4e6610
JB
825 * progmodes/compile.el (compilation-start): Save compilation-directory
826 rather than default-directory as local var.
c324c766
CY
827 (compilation-directory): Mark as safe local var.
828
829 * files.el: Don't mark default-directory as a safe local var.
830
0c5f5bd4
AM
8312007-03-25 Alan Mackenzie <acm@muc.de>
832
833 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
834 * progmodes/cc-engine.el: Fix typo.
835
84d6b04b
JL
8362007-03-25 Juri Linkov <juri@jurta.org>
837
838 * compare-w.el (compare-windows): Rename customization group
839 `compare-w' to `compare-windows'.
840 (compare-windows-whitespace, compare-ignore-whitespace)
841 (compare-ignore-case, compare-windows-sync)
842 (compare-windows-sync-string-size, compare-windows-recenter)
843 (compare-windows-highlight, compare-windows): Change group name in
844 the `group' tag from `compare-w' to `compare-windows'.
845 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
846
61880ffe
EZ
8472007-03-24 Markus Triska <markus.triska@gmx.at>
848
86b8a072
JB
849 * expand.el: Change example to always enable abbrev-mode,
850 and remove redundant `function'.
61880ffe
EZ
851 (expand-abbrev-hook): Add autoload cookie.
852
6e5a4966
EZ
8532007-03-24 Ryan Yeske <rcyeske@gmail.com>
854
855 * emacs-lisp/testcover.el (testcover-start, testcover-end)
856 (testcover-mark-all, testcover-unmark-all): Add prompts to
857 interactive specs.
858
2eed4e68
JR
8592007-03-24 Jason Rumney <jasonr@gnu.org>
860
861 * autorevert.el (find-file-hook, auto-revert-tail-mode):
862 Use file size in bytes for auto-revert-tail-pos not characters.
863
53cc5b9c
TTN
8642007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
865
866 * vc-rcs.el (vc-rcs-annotate-command):
867 Set text property :vc-annotate-prefix on the annotation text.
868 (vc-rcs-annotate-time): Instead of searching for ": ",
869 search for end of text propertized with :vc-annotate-prefix.
870
ae18604f
MR
8712007-03-24 Martin Rudalics <rudalics@gmx.at>
872
873 * whitespace.el (top level): Remove calls putting
53cc5b9c 874 permanent-local nil property since these are no-ops.
ae18604f
MR
875
876 * man.el (Man-support-local-filenames): Assure that
877 default-directory exists when doing call-process.
878
39db15c9
TTN
8792007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
880
084c41ca
SM
881 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
882 Fix omission bug: Use m4-program-options to construct shell command.
39db15c9 883
7a147065
DK
8842007-03-23 David Kastrup <dak@gnu.org>
885
084c41ca
SM
886 * progmodes/cc-mode.el (c-make-emacs-variables-local):
887 Use `mapcar' rather than `mapcan' to silence compiler warning.
7a147065 888
ce545621
DK
8892007-03-22 Ralf Angeli <angeli@caeruleus.net>
890
3e323750
NR
891 * textmodes/reftex.el, textmodes/reftex-vars.el,
892 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
893 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
894 * textmodes/reftex-index.el, textmodes/reftex-global.el,
895 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
ce545621
DK
896 * textmodes/reftex-auc.el: Add maintainer address.
897
3d49ff4a
CD
8982007-03-22 Carsten Dominik <dominik@science.uva.nl>
899
900 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
901 Make sure that `global-font-lock-mode' does not turn on font-lock
902 in these buffers.
903
4c8bb950
NR
9042007-03-21 Kim F. Storm <storm@cua.dk>
905
906 * xt-mouse.el (xt-mouse-epoch): New variable.
907 (xterm-mouse-event): Use float-time.
908
086b2469
NR
9092007-03-21 Nick Roberts <nickrob@snap.net.nz>
910
911 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
912 current-time.
913
414a17c9
SM
9142007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
915
916 * complete.el (read-file-name-internal): Don't add the final > if the
917 completion is not finished (re-application of this patch, which was
918 accidentally undone by Eli).
919
4bb5f579
CY
9202007-03-21 Chong Yidong <cyd@stupidchicken.com>
921
922 * emulation/viper.el (viper-non-hook-settings): Handle mouse
084c41ca 923 clicks in describe-key and describe-key-briefly advice a little better.
4bb5f579 924
9f25e707
JB
9252007-03-21 Juanma Barranquero <lekktu@gmail.com>
926
927 * server.el (server-process-filter): Cancel any pending isearch.
928
76b0b55f
GM
9292007-03-21 Ulf Jasper <ulf.jasper@web.de>
930
931 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
932 (icalendar--get-unfolded-buffer): Define actual arguments rather
933 than just using &rest. Check replace-in-string is fbound.
934 (icalendar-import-buffer): Doc fix.
9f25e707
JB
935 (icalendar--convert-ical-to-diary): Set diary-file.
936 Check diary-file before inserting final newline.
76b0b55f
GM
937 (icalendar--add-diary-entry): Return diary-file.
938
eec39ec7
GM
9392007-03-21 Glenn Morris <rgm@gnu.org>
940
941 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
942 (diary-display-hook): Add custom :set function.
943
9f25e707
JB
944 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
945 Add custom :set function.
eec39ec7
GM
946 (diary-header-line-format): Doc fix.
947 (diary-set-maybe-redraw): New function.
948 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
949 (diary-list-entries): Always run diary-mode.
950
e18cb394
KH
9512007-03-20 Kenichi Handa <handa@m17n.org>
952
953 * international/quail.el (quail-setup-completion-buf): Make the
954 completion buffer read-only.
955 (quail-completion): Adjusted for the above change. Leave the
956 modified flag nil.
957
12333e2b
DK
9582007-03-20 David Kastrup <dak@gnu.org>
959
960 * files.el (magic-mode-alist): Require literal "%!PS" string for
961 magic postscript file detection.
962
5d5afbcd
RS
9632007-03-20 Richard Stallman <rms@gnu.org>
964
965 * textmodes/ispell.el (ispell-call-process): New function.
966 Defends against bad `default-directory.'
967 (ispell-check-version, ispell-find-aspell-dictionaries)
968 (ispell-get-aspell-config-value, lookup-words): Call it.
969 (ispell-call-process-region): New function.
970 (ispell-send-string): Call it.
971
a8b145e3
AS
9722007-03-20 Andreas Schwab <schwab@suse.de>
973
974 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
975 (finder-data): Likewise.
976 (autoloads): Likewise.
977
8400146f
MR
9782007-03-20 Martin Rudalics <rudalics@gmx.at>
979
980 * files.el (basic-save-buffer): Do not set visited filename when
981 the corresponding directory does not exist or the specified
982 filename is that of an existing directory.
983
b537c2a9
GM
9842007-03-20 Glenn Morris <rgm@gnu.org>
985
986 * calendar/diary-lib.el (diary-live-p): New function.
987 (number-of-diary-entries): Add a :set function to redisplay diary
988 when necessary.
989
de7dd725
NR
9902007-03-19 Nick Roberts <nickrob@snap.net.nz>
991
992 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
993 from client program, mev, to compute mouse event.
994
72e823d8
CY
9952007-03-19 Chong Yidong <cyd@stupidchicken.com>
996
ed48670c
CY
997 * faces.el (momentary): Face removed; unused due to reversion of
998 2007-01-04 changes by Kevin Rodgers.
999
9f25e707
JB
1000 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
1001 Suggested by Johan Bockg\e,Ae\e(Brd.
72e823d8 1002
043aa308
CY
10032007-03-19 Martin Rudalics <rudalics@gmx.at>
1004
084c41ca
SM
1005 * font-lock.el (lisp-font-lock-keywords-1):
1006 Highlight define-globalized-minor-mode as a keyword.
043aa308 1007
1c8f28b0
KS
10082007-03-19 Kim F. Storm <storm@cua.dk>
1009
1010 * calc/calc-forms.el (math-std-daylight-savings)
1011 (math-std-daylight-savings-old): Doc fix.
1012
99181af3
JB
10132007-03-19 Juanma Barranquero <lekktu@gmail.com>
1014
e2411870
JB
1015 * progmodes/python.el (python-default-template): Doc fix.
1016 (python-buffer): Fix typo in docstring.
1017
99181af3
JB
1018 * isearchb.el (isearchb-follow-char):
1019 * subr.el (def-edebug-spec): Fix typo in docstring.
1020
705959fc
RS
10212007-03-19 Richard Stallman <rms@gnu.org>
1022
1023 * files.el (default-directory): Mark safe.
1024 (basic-save-buffer-2): Put proper dir name in error message.
1025
5d5afbcd
RS
1026 * simple.el (compose-mail): Run switch-function after
1027 setting up the mail buffer.
1028
705959fc
RS
1029 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
1030
ebb51505
JB
10312007-03-18 Jay Belanger <belanger@truman.edu>
1032
1033 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
1034 (math-std-daylight-savings-new): Rename from
1035 `math-std-daylight-savings'.
1036 (math-std-daylight-savings-old): Rename from old value of
1037 `math-std-daylight-savings'.
1038 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
1039 `math-std-daylight-savings-old' depending on the year.
1040
640eb069
JB
10412007-03-18 Detlev Zundel <dzu@gnu.org>
1042
66cb3e0e 1043 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
084c41ca 1044 zero-width regexps as invalid but rather at least count them correctly.
640eb069 1045
904bb06c
TTN
10462007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
1047
1048 * net/tls.el (open-tls-stream): In handshake-waiting loop,
1049 don't wait more if there is output available to process.
1050
92e0e0c4
NR
10512007-03-18 Nick Roberts <nickrob@snap.net.nz>
1052
1053 * progmodes/compile.el (compilation-find-file): Revert change
1054 from 2006-07-18 to allow completion of directory names.
1055 Reported by John Carter <john.carter@tait.co.nz>.
1056
31c865ec
KS
10572007-03-18 Kim F. Storm <storm@cua.dk>
1058
1059 * subr.el (when, unless): Doc fix.
1060
4a3c7686
TTN
10612007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
1062
1063 * net/tls.el (tls-program): Doc fix.
1064
0d9b26a8
JB
10652007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
1066
1067 * autorevert.el (auto-revert-tail-handler):
1068 Call after-revert-hook.
a919f39a 1069
5d5afbcd
RS
10702007-03-17 Ryan Yeske <rcyeske@gmail.com>
1071
1072 * simple.el (switch-to-completions): No error if search for \n\n fails.
1073
f0f971b1
KS
10742007-03-17 Chong Yidong <cyd@stupidchicken.com>
1075
084c41ca
SM
1076 * simple.el (line-move-1):
1077 Respect `inhibit-line-move-field-capture' property.
f0f971b1 1078
7585c8f2
CY
10792007-03-13 Chong Yidong <cyd@stupidchicken.com>
1080
1081 * comint.el (comint-arguments): Mark backslash-escaped chars.
1082 (comint-delim-arg): Don't treat them as delimiters.
1083
79b0b5da 10842007-03-12 Kim F. Storm <storm@cua.dk>
79b0b5da
CY
1085 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1086
ac1f6415
CY
10872007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
1088
1089 * tempo.el (tempo-insert): Deal with 'r> if it appears
084c41ca 1090 specified with a prompt argument.
ac1f6415 1091
42baaf6a
CY
10922007-03-12 Carsten Dominik <dominik@science.uva.nl>
1093
0d9b26a8
JB
1094 * textmodes/org.el (org-set-font-lock-defaults):
1095 Handle narrow table columns correctly.
42baaf6a 1096
edd2a622
CY
10972007-03-12 Mark A. Hershberger <mah@everybody.org>
1098
1099 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1100 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1101 Return to use of the -no-properties variants. There was
1102 consensus on emacs-devel that the speed of these variants was
1103 prefered since we are usually parsing files (from the internet
1104 or on disk) instead of XML created in Emacs.
1105
92e0e0c4
NR
1106 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1107 Add customize option.
1108
d08592e8
CY
11092007-03-12 Glenn Morris <rgm@gnu.org>
1110
1111 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
7ad42042
GM
1112 North American rule. Replace "daylight savings" with "daylight
1113 saving" in doc.
1114
1115 * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
1116 * calendar/lunar.el,solar.el: Replace "daylight savings" with
1117 "daylight saving" in text.
d08592e8
CY
1118
1119 * woman.el (woman-change-fonts): Tweak previous change by using
1120 woman-request-regexp rather than "^\\.".
1121
1122 * startup.el (command-line-1): Make insertion of
1123 initial-scratch-message not depend on scratch being selected.
1124
19f51210 11252007-03-11 Juri Linkov <juri@jurta.org>
330167fc
RS
1126
1127 * replace.el (match): Use yellow background on light-bg terminals.
1128
7ab2e82f
RS
11292007-03-11 Richard Stallman <rms@gnu.org>
1130
19f51210 1131 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7ab2e82f 1132 Correctly compute line number.
0d9b26a8 1133
7ab2e82f
RS
11342007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
1135
19f51210 1136 * type-break.el (type-break-get-previous-count):
7ab2e82f
RS
1137 Repeat previous change here.
1138
3dd34132
DN
11392007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
1140
0d9b26a8
JB
1141 * progmodes/grep.el (grep-find-ignored-directories):
1142 Add .git and .bzr to list.
3dd34132 1143
593b4fa8
AS
11442007-03-11 Andreas Schwab <schwab@suse.de>
1145
0d9b26a8 1146 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
593b4fa8 1147
951c155f
SM
11482007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1149
1150 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1151
0e160a95
CY
11522007-03-10 Chong Yidong <cyd@stupidchicken.com>
1153
1154 * faces.el (face-set-after-frame-default): Recalculate face
1155 customizations after applying X resources.
1156
8216fbaf
EZ
11572007-03-10 Ryan Yeske <rcyeske@gmail.com>
1158
1159 * net/rcirc.el (rcirc-timeout-seconds): New variable.
1160 (rcirc-keepalive-seconds): Remove variable.
1161 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1162 (rcirc-process, rcirc-user-disconnect): New variables.
1163 (rcirc-connect): Initalize new variables.
520e9259
JB
1164 (rcirc-keepalive): Don't send keepalive pings before connection
1165 is completed.
8216fbaf
EZ
1166 (rcirc-sentinel): Do mark all channels with activity when
1167 connection is dropped. Run hook with process buffer local.
1168 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1169 (rcirc-buffer-process): Return value of rcirc-process if
1170 rcirc-server-buffer is nil.
1171 (rcirc-server-name): Return the reported server name.
1172 (rcirc-update-prompt): Simplify computation of the server name.
1173 (rcirc-format-response-string): Likewise.
1174 (rcirc-handler-001): Mark server as connected, record the reported
1175 server name, and schedule a timeout.
1176 (rcirc-track-nick): Add a spec for the tty class.
1177 (rcirc-user-non-nick): Remove function.
1178 (rcirc-nick-prefix-chars): Add variable.
1179 (rcirc-user-nick): Use above variable.
1180
8400146f 11812007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7a78ffec 1182
520e9259
JB
1183 * icomplete.el (icomplete-tidy, icomplete-exhibit):
1184 Bind deactivate-mark to nil.
7a78ffec 1185
a7b52a1e
MR
11862007-03-10 Martin Rudalics <rudalics@gmx.at>
1187
1188 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1189 that buffer contents get erased during completion.
1190
8d54e3a1
GM
11912007-03-10 Glenn Morris <rgm@gnu.org>
1192
1193 * woman.el (woman-change-fonts): Add a hack to deal with
1194 font-escape followed by "." at start of a line.
1195 (woman2-IP): Add a hack to deal with consecutive requests.
1196 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1197
fec4d266
AM
11982007-03-10 Alan Mackenzie <acm@muc.de>
1199
eebe9a29 1200 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
fec4d266 1201
c06d4c1f
RS
12022007-03-09 Richard Stallman <rms@gnu.org>
1203
1204 * abbrev.el (abbrev): Add `provide'.
1205
c996c463
TTN
12062007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
1207
1208 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1209
2ef31c1c
MR
12102007-03-09 Martin Rudalics <rudalics@gmx.at>
1211
1212 * complete.el (PC-try-completion): New function.
1213 (PC-do-completion, read-file-name-internal): Use it instead of
1214 try-completion.
1215
4cc4ad8a
AM
12162007-03-08 Alan Mackenzie <acm@muc.de>
1217
eebe9a29 1218 Remove stale tokens from `c-found-types' cache.
4cc4ad8a 1219
eebe9a29
KS
1220 * progmodes/cc-mode.el (c-unfind-enclosing-token)
1221 (c-unfind-coalesced-tokens, c-before-change): New functions.
1222 (c-maybe-stale-found-type): New variable.
4cc4ad8a 1223
eebe9a29
KS
1224 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1225 (c-trim-found-types): New functions.
4cc4ad8a 1226
0778a62f
SM
12272007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
1228
1229 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1230 (debug-ignored-errors): Add entry from smerge-match-conflict.
1231
eae7eecd
S
12322007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
1233
1234 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1235 special help topics for keywords.
1236 (idlwave-help-assistant-command): Include ".exe" for ms-dos
1237 etc. Assistant command.
1238
3cfd08fd
CY
12392007-03-08 Chong Yidong <cyd@stupidchicken.com>
1240
0778a62f 1241 * replace.el (occur-engine): Move buffer-undo-list binding...
a06494d0 1242 (occur-1): ...to here.
0778a62f 1243
18d8c1e0
CY
1244 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1245
3cfd08fd
CY
1246 * simple.el (minibuffer-completing-symbol): New var.
1247 (eval-expression): Use it.
1248 (completion-setup-function): Don't bind completion-base-size when
1249 completing a symbol in the minibuffer.
1250
ac7b6e9b
NR
12512007-03-08 Nick Roberts <nickrob@snap.net.nz>
1252
1253 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1254 tries to start a second session in graphical mode.
1255
8256bd38
MB
12562007-03-07 Miles Bader <miles@gnu.org>
1257
1258 * international/isearch-x.el
0778a62f
SM
1259 (isearch-process-search-multibyte-characters):
1260 Strip text-properties from PROMPT to avoid an error from read-string.
8256bd38 1261
5b8ba528
KS
12622007-03-07 Kim F. Storm <storm@cua.dk>
1263
1264 * complete.el (PC-bindings): Remap lisp-complete-symbol to
1265 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1266
85066604
MC
12672007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1268
1269 * complete.el (PC-do-completion): Delete duplicates in the list of
1270 possible completions.
1271
e27dad25
GM
12722007-03-07 Glenn Morris <rgm@gnu.org>
1273
1274 * ses.el (ses-mode): Doc fix.
1275
0868f212
KS
12762007-03-06 Kim F. Storm <storm@cua.dk>
1277
1278 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1279
15c2ffb2
KH
12802007-03-06 Kenichi Handa <handa@m17n.org>
1281
1282 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1283
bea15365
SM
12842007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1285
1286 * simple.el (completion-setup-function): Improve last fix so it doesn't
1287 set it to a relative directory name either.
1288
6db15364
VJL
12892007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1290
1291 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1292
7b1730dd
RS
12932007-03-05 Richard Stallman <rms@gnu.org>
1294
1295 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1296
1297 * files.el (find-file-noselect): No error if file no longer exists.
1298 Display a message and avoid other questions.
1299
86a3e45e
SM
13002007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1301
1302 * pcomplete.el (pcomplete-show-completions): Improve last change, so
1303 as not to use an invisible window and to create a window if none exist.
1304
1305 * progmodes/python.el (python-send-command): Restart proc if necessary.
1306 (python-proc): Simplify.
1307
520e9259 13082007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
cc7eeb54
CY
1309
1310 * pcomplete.el (pcomplete-show-completions): Search all frames for
1311 completions buffer.
1312
50991b39
CY
13132007-03-05 Chong Yidong <cyd@stupidchicken.com>
1314
ee5aeb5f
CY
1315 * cus-edit.el (customize-save-variable): Clear customized-value
1316 property (saved values are now put in theme-value property).
1317 (customize-set-variable): Doc fix.
1318
50991b39
CY
1319 * complete.el (PC-do-completion): If completion-ignore-case is
1320 non-nil, replace field with completion string before exiting.
1321
bba31a09
MA
13222007-03-05 Michael Albinus <michael.albinus@gmx.de>
1323
1324 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1325 Append its extension to the resulting temporary file name.
86a3e45e 1326 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
bba31a09
MA
1327
1328 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1329 (tramp-smb-handle-write-region): Apply it.
1330
47ccd97c
RS
13312007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1332
bba31a09 1333 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
47ccd97c
RS
1334 Redo previous change.
1335
86b8a072 13362007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
47ccd97c
RS
1337
1338 * diff-mode.el (diff-mode): Doc fix.
1339
aca6c048
KH
13402007-03-05 Kenichi Handa <handa@m17n.org>
1341
520e9259
JB
1342 * international/characters.el: Set category `l' (latin)
1343 for more characters.
aca6c048 1344
181706a5
KS
13452007-03-04 Kim F. Storm <storm@cua.dk>
1346
1347 * emacs-lisp/authors.el (authors-aliases): Add alias.
1348
5a9b2bb4
GM
13492007-03-04 Glenn Morris <rgm@gnu.org>
1350
1351 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1352 all when switching major mode.
1353 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1354 (hs-block-start-mdata-select, hs-block-end-regexp)
520e9259
JB
1355 (hs-forward-sexp-func, hs-adjust-block-beginning):
1356 Do not make these variables permanent-local.
5a9b2bb4 1357
d89abe75
RS
13582007-03-04 Richard Stallman <rms@gnu.org>
1359
1360 * progmodes/cperl-mode.el (cperl-mode):
1361 Modify cperl-compilation-error-regexp-alist by appending.
1362
1363 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1364 (edebug-mode): Add the hook.
1365 (edebug-recursive-edit): Remove the hook on exiting.
1366
1367 * type-break.el (type-break-get-previous-time):
1368 Handle end-of-file errors specially
1369 so they don't get reported wrong in .emacs.
1370
1371 * startup.el (fancy-splash-text): Clarify text.
1372
5a9b2bb4 1373 * simple.el (beginning-of-buffer, end-of-buffer):
d89abe75
RS
1374 Avoid treating plain C-u like numeric arg.
1375
1376 * simple.el (completion-setup-function): Don't set
1377 default-directory to nil.
1378
1379 * shell.el (shell-dirstack-query): Doc fix.
1380
5a9b2bb4 1381 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
d89abe75
RS
1382 Don't select the window -- pass it to primitives instead.
1383
1384 * faces.el (minibuffer-prompt): Use medium blue by default.
1385
d0483d25
DK
13862007-03-04 David Kastrup <dak@gnu.org>
1387
1388 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1389 Preserve 16 as default value for "seconds" when customizing.
1390
74b708cd
CD
13912007-03-04 Carsten Dominik <dominik@science.uva.nl>
1392
1393 * textmodes/org.el (org-self-insert-command)
1394 (orgtbl-self-insert-command, org-delete-char)
1395 (org-delete-backward-char): Set the `flyspell-delayed' property.
1396
fbd2f84f
CY
13972007-03-03 Chong Yidong <cyd@stupidchicken.com>
1398
1399 * international/mule.el (find-auto-coding): Don't search for
1400 line-ending characters past the end of the tail.
1401
94430ab7
EZ
14022007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
1403
1404 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
a6f0e674 1405 Jump to the line where new score has been uploaded.
94430ab7
EZ
1406
1407 * play/tetris.el (tetris-move-bottom, tetris-move-left)
a6f0e674
JB
1408 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1409 Do nothing when the game is paused.
94430ab7 1410
77c0d595
CD
14112007-03-03 Carsten Dominik <dominik@science.uva.nl>
1412
a6f0e674
JB
1413 * textmodes/org.el (org-set-tags): Prevent slipping of point
1414 during completion.
77c0d595 1415
115f38b1
KS
14162007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1417
1418 * isearch.el (isearch-message-prefix):
1419 Use minibuffer-prompt-properties.
1420
d3241651
VJL
14212007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1422
ba564825
VJL
1423 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1424 (ps-setup): Print which Emacsen is running ps-print package.
d3241651 1425
5a842fda 14262007-03-01 Stuart Herring <herring@lanl.gov>
d42a3826
CY
1427
1428 * files.el (set-auto-mode-0): Use `indirect-function'.
1429 (hack-one-local-variable): Don't reapply current major mode.
1430
fc553234
SM
14312007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1432
1433 * progmodes/python.el (python-quote-syntax): Don't bother with
1434 syntax-ppss-context.
1435 (python-fill-paragraph): Make sure that fenced-string delimiters that
1436 stand on their own line stay there
1437
cde6fe5c
KS
14382007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1439
1440 * replace.el (perform-replace): Propertize message.
1441
040fc5eb
CD
14422007-03-01 Carsten Dominik <dominik@science.uva.nl>
1443
1444 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1445 invisible heading.
1446
9084727e
CY
14472007-02-28 Chong Yidong <cyd@stupidchicken.com>
1448
1449 * net/tramp.el (tramp-file-name-handler): Revert last change.
1450
94682984
NR
14512007-02-28 Nick Roberts <nickrob@snap.net.nz>
1452
cde6fe5c 1453 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
94682984
NR
1454 Correct doc strings.
1455
b0c39184
CY
14562007-02-28 Chong Yidong <cyd@stupidchicken.com>
1457
1458 * replace.el (perform-replace): Undo forward-char immediately if
1459 non-adjacent search fails.
1460
f80c9f43
SM
14612007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1462
1463 * version.el (emacs-major-version, emacs-minor-version):
1464 string-to-int -> string-to-number.
1465
2d24dbb5
JB
14662007-02-28 Juanma Barranquero <lekktu@gmail.com>
1467
1468 * help.el (where-is): Fail gracefully when not passed a command.
1469
5a842fda 14702007-02-28 Stuart Herring <herring@lanl.gov>
8193fc4b
TTN
1471
1472 * find-lisp.el (find-lisp-default-directory-predicate):
1473 Fix bug: Do symlink check on expanded filename.
1474
ddd41145
CD
14752007-02-28 Carsten Dominik <dominik@science.uva.nl>
1476
1477 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1478 changes during replacement.
1479 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1480
f6218c04
LH
14812007-02-28 Lars Hansen <larsh@soem.dk>
1482
1483 * desktop.el: Delete header line listing me as maintainer.
1484
fb89a85b
GM
14852007-02-28 Glenn Morris <rgm@gnu.org>
1486
1487 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1488 the menus case.
1489
17282c9b
CY
14902007-02-28 Chong Yidong <cyd@stupidchicken.com>
1491
1492 * net/tramp.el (tramp-file-name-handler): Inhibit modification
1493 hooks to avoid confusion when combining after-change calls.
1494
ebe0546a
NR
14952007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
1496
2d24dbb5
JB
1497 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1498 now that pgg-gpg-process-region correctly honors passed-in passphrase.
1499 (allout-distinctive-bullets-string): Add info about bullet conventions.
ebe0546a
NR
1500 (allout-mode): Add info about distinctive vs plain bullets.
1501
fc24d8af
CD
15022007-02-27 Carsten Dominik <dominik@science.uva.nl>
1503
1504 * textmodes/org.el (org-archive-subtree): Quote variable name.
2d24dbb5 1505 (org-agenda-get-todos): Make sure skip properties are checked correctly.
fc24d8af 1506
2b84c0d2
NR
15072007-02-26 Nick Roberts <nickrob@snap.net.nz>
1508
2d24dbb5 1509 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
2b84c0d2 1510 (gud-bashdb-command-name, bashdb): Remove.
2d24dbb5 1511 (gud, gud-menu-map): Remove references to bash/bashdb.
2b84c0d2 1512
2d24dbb5 15132007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
2b84c0d2 1514
6f1d86f3
NR
1515 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1516 keyword for Python 2.5.
2b84c0d2 1517
da888ddf
RF
15182007-02-26 Romain Francoise <romain@orebokech.com>
1519
1520 * net/net-utils.el (whois-server-tld): Update server for .org.
1521 (whois-server-list): Add whois.publicinterestregistry.net.
1522 (whois-guess-server): Fix formatting in docstring.
1523
864129b6
KS
15242007-02-26 Kim F. Storm <storm@cua.dk>
1525
1526 * mouse.el (mouse-show-mark): Run hooks and perform command
1527 remapping for mouse-region-delete-keys.
1528
7af1dacf
JB
15292007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1530
1531 * font-core.el (font-lock-mode): Doc fix.
1532
4b547e5a
KS
15332007-02-25 Kim F. Storm <storm@cua.dk>
1534
7c9fe7ee
KS
1535 * ido.el (ido-buffer-internal): Set this-command to fallback command.
1536 Add selected buffer to buffer-name-history.
1537 (ido-file-internal): Set this-command to fallback command.
7af1dacf 1538 Add file names to file-name-history.
7c9fe7ee 1539
7af1dacf
JB
1540 * emacs-lisp/map-ynp.el (map-y-or-n-p):
1541 Apply minibuffer-prompt-properties.
4b547e5a 1542
f215a02f
AS
15432007-02-25 Andreas Schwab <schwab@suse.de>
1544
1545 * files.el (hack-one-local-variable-eval-safep): Correct handling
864129b6 1546 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
f215a02f 1547
f252c2ad
CD
15482007-02-25 Carsten Dominik <dominik@science.uva.nl>
1549
1550 * textmodes/org.el (org-table-overlay-coordinates)
1551 (org-table-toggle-coordinate-overlays): New functions.
1552 (org-table-overlay-coordinates, org-table-coordinate-overlays):
1553 New variables.
86a3e45e 1554 (org-startup-with-deadline-check): Remove option.
f252c2ad 1555 (org-mode): Remove deadline check on startup.
86a3e45e
SM
1556 (org-table-limit-column-width): Remove option.
1557 (org-table-formula-numbers-only): Remove option.
1558 (org-link-style, org-link-format): Remove options.
1559 (org-select-agenda-window, org-fit-agenda-window): Remove options.
f252c2ad 1560 (org-export-ascii-show-new-buffer)
86a3e45e
SM
1561 (org-export-html-show-new-buffer): Remove options.
1562 (org-activate-links): Remove camel option.
1563 (org-file-link-context-use-camel-case): Remove option.
1564 (org-camel-regexp): Remove variable.
1565 (org-activate-camels): Remove function.
1566 (org-store-link): Remove Camel stuff.
1567 (org-make-org-heading-camel): Remove function.
1568 (org-open-at-point): Remove camel stuff.
1569 (org-link-search): Remove camel stuff.
f252c2ad
CD
1570 (org-camel-to-words): Function removed.
1571 (org-get-agenda-file-buffer): Make sure we prepare the base
1572 buffers, not any indirect buffers.
1573 (org-sort-entries): Sort top-level when not on a headline, and no
1574 active region.
1575 (org-in-regexp): New function.
86a3e45e 1576 (org-search-not-self): Rename from `org-search-not-link'.
f252c2ad
CD
1577 (org-open-link-marker): New variable.
1578 (org-open-at-point): Set `org-open-link-marker'.
86a3e45e 1579 (org-print-icalendar-entries): Fixe bug with excluding DONE
f252c2ad
CD
1580 entries from the exported list.
1581 (org-edit-formula-lisp-indent): New command.
1582 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1583 (orgtbl-to-latex, orgtbl-insert-radio-table)
1584 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1585 (orgtbl-radio-table-templates): New option.
1586 (org-store-link-props):
7af1dacf
JB
1587 (org-remember-templates): More possibilities to insert info
1588 into templates.
1589 (org-remember-apply-template): Make use of the extended
1590 template capabilities.
f252c2ad
CD
1591 (org-remember-redo-template): New command.
1592 (org-upgrade-old-links)
1593 (org-table-modify-formulas, org-table-replace-in-formulas)
1594 (org-table-find-dataline)
86a3e45e 1595 (org-table-get-vertical-vector): Remove functions.
f252c2ad
CD
1596 (org-table-remove-rectangle-highlight)
1597 (org-time-stamp-format, org-toggle-log-option)
1598 (org-table-highlight-rectangle)
1599 (org-table-iterate, org-table-make-reference):
1600 (org-translate-time, org-tree-to-indirect-buffer)
1601 (org-table-field-info, org-table-fix-formulas)
1602 (org-table-force-dataline, org-table-get-descriptor-line)
1603 (org-table-get-range)
1604 (org-skip-comments, org-sort)
1605 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1606 (org-table-current-dline, org-table-current-field-formula)
1607 (org-table-edit-backward-field)
1608 (org-table-edit-formulas-post-command)
1609 (org-table-edit-line-down, org-table-edit-line-up)
1610 (org-agenda-archive)
1611 (org-agenda-clock-cancel)
1612 (org-agenda-clock-out, org-agenda-list-stuck-projects)
1613 (org-agenda-open-link, org-agenda-show-new-time)
1614 (org-agenda-skip-subtree-when-regexp-matches)
1615 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1616 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1617 (org-do-sort, org-file-image-p, org-find-overlays)
1618 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1619 (org-highlight-until-next-command, org-isearch-end)
1620 (org-match-any-p, org-next-link, org-previous-link):
1621 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1622 (org-rewrite-old-row-references)
1623 (org-isearch-post-command)
1624 (org-table-edit-move, org-table-edit-next-field)
1625 (org-table-edit-scroll, org-table-edit-scroll-down)
1626 (org-set-frame-title, org-show-reference)
1627 (org-unhighlight-once, org-verify-change-for-undo): New functions.
86a3e45e 1628 (org-show-variable): Remove command.
f252c2ad 1629 (org-add-log-maybe): New arguments STATE, FINDPOS
86a3e45e 1630 (org-table-sort-lines): Rewrite from scratch.
f252c2ad 1631 (org-link-search): New argument AVOID-POS.
86a3e45e
SM
1632 (org-print-icalendar-entries): Remove argument CATEGORY.
1633 (org-run-agenda-series): Remove argument WONDOW.
f252c2ad
CD
1634 (org-next-link, org-previous-link): New commands.
1635 (org-agenda-date-format): New option.
1636 (org-table-iterate): New command.
1637 (org-table-modify-formulas)
86a3e45e 1638 (org-table-replace-in-formulas): Remove functions.
f252c2ad
CD
1639 (org-table-fix-formulas): New function.
1640 (org-table-insert-column, org-table-delete-column)
1641 (org-table-move-column): Use `org-table-fix-formulas'.
1642 (org-follow-gnus-link): Patch from Bastien/Leo.
1643 (org-table-current-field-formula): New function.
1644 (org-file-image-p): New function.
1645 (org-agenda-show-new-time): New function.
1646 (org-agenda-date-later): Call `org-agenda-show-new-time'.
1647 (org-with-remote-undo): New macro.
1648 (org-agenda-undo): New command.
1649 (org-verify-change-for-undo): New function.
1650 (org-time-stamp-format): New function.
1651 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1652 by user.
1653 (org-match-any-p): New function.
1654 (org-make-tags-matcher): Handle regular expressions for tag and
1655 todo matches.
1656 (org-read-date): Accept "+N" as input for a date relative to the
1657 current date.
1658 (org-remove-subtree-entries-from-agenda): New function.
86a3e45e
SM
1659 (org-agenda-archive, org-agenda-kill):
1660 Use `org-remove-subtree-entries-from-agenda'.
f252c2ad
CD
1661 (org-do-sort, org-sort-entries): New functions.
1662 (org-sort): New command.
1663 (org-table-sort-lines): Use `org-do-sort'.
1664 (org-fix-decoded-time): New function.
7af1dacf
JB
1665 (org-table-number-regexp): Require 0x... to identify as number
1666 in tables.
f252c2ad 1667 (org-startup-options): New keywords for note taking.
86a3e45e 1668 (org-upgrade-old-links): Remove function.
f252c2ad
CD
1669 (org-get-repeat): New function.
1670 (org-show-context): Also show siblings on current level.
1671 (org-show-siblings): New function.
1672 (org-isearch-end, org-isearch-post-command): New functions.
1673 (org-show-siblings): New option.
1674 (org-show-context): Use `org-show-siblings'.
1675 (org-table-maybe-recalculate-line): No longer require `calc-eval'
1676 to be bound, because user may just use elisp.
1677
b0943f48
KS
16782007-02-24 Kim F. Storm <storm@cua.dk>
1679
1680 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1681 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1682
2863a9be
DN
16832007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1684
483a1c2b 1685 * startup.el (command-line): Also check if the abbrev file is readable.
2863a9be 1686
8ae63446
JPW
16872007-02-24 John Paul Wallington <jpw@pobox.com>
1688
9bdd0e16
JPW
1689 * net/tls.el (tls-certtool-program): Fix custom type.
1690
7c2288ea
JPW
1691 * mail/feedmail.el (feedmail-message-id-generator)
1692 (feedmail-date-generator): Fix custom types.
1693
8ae63446
JPW
1694 * mail/rmail.el (rmail-message-filter): Fix custom type.
1695
735895f1
EZ
16962007-02-24 Eli Zaretskii <eliz@gnu.org>
1697
1698 * startup.el (command-line): If simple.el cannot be found, proceed
1699 with a warning message.
1700
bfd14269
KH
17012007-02-24 Kenichi Handa <handa@m17n.org>
1702
1703 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1704 case that BEG is a string.
1705
483a1c2b 17062007-02-24 Chris Moore <dooglus@gmail.com>
948f7516
KS
1707
1708 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1709 * pgg-pgp.el (pgg-pgp-encrypt-region):
1710 * pgg-gpg.el (pgg-gpg-encrypt-region):
1711 Check pgg-encrypt-for-me if no other recipients.
1712
617a6756
EZ
17132007-02-23 Eli Zaretskii <eliz@gnu.org>
1714
b0629b0d
EZ
1715 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1716
617a6756
EZ
1717 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1718 shell-quote-argument.
1719
d695bd17
EZ
17202007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1721
1722 * comint.el (comint-read-input-ring): Use comint-input-ring-size
1723 from the comint buffer instead of the temporary one.
1724
483a1c2b 17252007-02-23 David Reitter <david.reitter@gmail.com>
c34a8a87
EZ
1726
1727 * cus-edit.el (custom-save-all): Canonicalize custom-file before
1728 storing it in recentf-exclude.
1729
7596c645
CY
17302007-02-23 Chong Yidong <cyd@stupidchicken.com>
1731
1732 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1733 in splash screen.
1734
6a8cc02d
S
17352007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
1736
1737 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1738 commands, for restart.
483a1c2b 1739 (idlwave-shell-current-module): Fix handling of module name by type.
6a8cc02d
S
1740 (idlwave-shell-break-in): Update type handling.
1741 (idlwave-shell-bp-get): Encode type in BP structure.
483a1c2b
JB
1742 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1743 (idlwave-shell-module-source-query): Query routine info based on type.
1744 Fix path parsing for non-compiled files.
1745 (idlwave-shell-module-source-filter): Don't signal error in filter
1746 if no source found.
6a8cc02d
S
1747 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1748 filter race.
1749
3c00238a
KS
17502007-02-22 Kim F. Storm <storm@cua.dk>
1751
1752 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1753 (editable-field): Document need to put some text before the %v
1754 escape in :format string.
1755
c822571a
SM
17562007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1757
fc2fb30c
SM
1758 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1759 (vc-svn-use-edit): Remove unused config var.
1760 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1761
8d683c8e
SM
1762 * outline.el (hide-sublevels): Keep empty last line, if available.
1763
c822571a
SM
1764 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1765 rather than the corresponding unicode char, to make the code
1766 more readable.
1767
b7f61dfe
JB
17682007-02-19 Juanma Barranquero <lekktu@gmail.com>
1769
1770 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1771 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1772 (speedbar-item-info-tag-helper): Doc fixes.
1773
e79c1ab3
KH
17742007-02-19 Kenichi Handa <handa@m17n.org>
1775
b7f61dfe
JB
1776 * international/mule-cmds.el (locale-language-names):
1777 Map "eo" to "Esperanto".
8b93e342 1778
e79c1ab3
KH
1779 * language/european.el ("Esperanto"): New language environment.
1780
3ce97b73
RS
17812007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
1782
1783 * simple.el (kill-line): Doc fix.
1784
255d98f8
KS
17852007-02-17 Kim F. Storm <storm@cua.dk>
1786
1787 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1788 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1789 (bindat--unpack-group, bindat--pack-group):
1790 Handle vectors with optional element type.
1791
4ebb03e6
RS
17922007-02-17 Daiki Ueno <ueno@unixuser.org>
1793
1794 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1795 if PASSPHRASE is given.
1796
520e9259 17972007-02-17 Chris Moore <dooglus@gmail.com>
73c03f76 1798
b7f61dfe
JB
1799 * jka-cmpr-hook.el (jka-compr-compression-info-list):
1800 Recognize backups of bz2 compressed files.
73c03f76 1801
e8d2103a
EZ
18022007-02-17 Eli Zaretskii <eliz@gnu.org>
1803
1804 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1805 to nil to speed up lookup of the symbol in index nodes.
1806
8e1ac063
EZ
18072007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1808
b7f61dfe
JB
1809 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1810 Add indentation for the constants of Lisp.
8e1ac063 1811
cf04718a
SM
18122007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * ps-print.el: Use (defvar <foo>) where applicable.
1815 (ps-print-emacs-type): Remove.
1816 (ps-x-frame-property, ps-e-frame-parameter): Remove.
1817 (ps-frame-parameter): Align its call-convention with frame-parameter.
1818 (ps-begin-job): Adjust calls to it appropriately.
1819 (ps-setup): Don't print ps-print-emacs-type.
1820 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1821 Define in such a way that it's obvious that it's defined.
1822 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1823 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1824 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1825
0535d51b
AM
18262007-02-15 Alan Mackenzie <acm@muc.de>
1827
1828 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1829 an empty one-line C-style comment, post-position point properly.
1830
51eeb2ff
CY
18312007-02-15 Chris Moore <dooglus@gmail.com>
1832
1833 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1834 (isearch-lazy-highlight-new-loop): Bind it.
1835 (isearch-lazy-highlight-search): Use it.
1836
cf04718a 1837 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
51eeb2ff 1838
a3609743
SM
18392007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1840
1841 * font-lock.el (font-lock-extend-region-wholelines):
1842 Only return non-nil if the region has really been changed.
1843 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1844
8bec6ac5
JB
18452007-02-15 Juanma Barranquero <lekktu@gmail.com>
1846
1847 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1848 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1849 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1850
b11a1b2e
JB
18512007-02-14 Juanma Barranquero <lekktu@gmail.com>
1852
424f6998
JB
1853 * faces.el (color-values): Revert changes to docstring from
1854 2007-01-31 and 2000-09-07.
1855
ce6fb7e6 1856 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
b11a1b2e 1857 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
ce6fb7e6 1858 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
b11a1b2e
JB
1859 (ispell-help): Fix typos in docstring and output message.
1860
3ae2a0d6
KS
18612007-02-14 Kim F. Storm <storm@cua.dk>
1862
428807ea
KS
1863 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
1864 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
1865 (grep): Fix lgrep reference.
1866
3ae2a0d6
KS
1867 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
1868 (standard-display-underline): Use make-glyph-code.
1869
1870 * descr-text.el (describe-char): Use glyph-char and glyph-face.
1871
1872 * international/latin1-disp.el (latin1-display-char):
1873 Use make-glyph-code.
1874
44426bc3
JB
18752007-02-13 Juanma Barranquero <lekktu@gmail.com>
1876
df8397f3
JB
1877 * ehelp.el (with-electric-help, electric-help-exit)
1878 (electric-help-retain): Doc fixes.
1879
44426bc3
JB
1880 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
1881 (byte-compile-file): Doc fixes.
1882
409d2613
YM
18832007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1884
1885 * term/mac-win.el: Change all uses of
1886 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
1887 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
1888 (mac-ae-get-url): Call select-frame-set-input-focus.
1889 (mac-dnd-handle-drag-n-drop-event): Don't call
1890 select-frame-set-input-focus.
1891
1799d3ea
KH
18922007-02-13 Kenichi Handa <handa@m17n.org>
1893
1894 * international/characters.el: Fix documentation of category `a'.
1895
215c3847
DN
18962007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
1897
44426bc3 1898 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
215c3847 1899
bf0503cb
MA
19002007-02-12 Michael Albinus <michael.albinus@gmx.de>
1901
1902 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
a3609743
SM
1903 (tramp-get-remote-ln): Handle error case.
1904 Reported by Chris Moore <dooglus@gmail.com>.
bf0503cb 1905
b58cb59f
KS
19062007-02-11 Kim F. Storm <storm@cua.dk>
1907
1908 * bindings.el (ctl-x-map): Remove register compatibility bindings
1909 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
1910
9f25c0d2
RS
19112007-02-11 Richard Stallman <rms@gnu.org>
1912
1913 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
1914 in load history.
1915
1916 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
1917 condition -- don't fail to stop at endpos.
1918
9334d442
CD
19192007-02-11 Carsten Dominik <dominik@science.uva.nl>
1920
b58cb59f
KS
1921 * textmodes/org.el (org-agenda-get-todos)
1922 (org-agenda-get-timestamps, org-agenda-get-closed)
1923 (org-agenda-get-deadlines, org-agenda-get-scheduled)
1924 (org-agenda-get-blocks, org-format-agenda-item)
9334d442
CD
1925 (org-agenda-change-all-lines, org-scan-tags): Rename text property
1926 from `category' to `org-category'.
1927
1a03f515
KH
19282007-02-11 Kenichi Handa <handa@m17n.org>
1929
44426bc3
JB
1930 * international/titdic-cnv.el (titdic-convert): Force files be written
1931 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
1932 (miscdic-convert): Force files be written with Unix-like eol format.
1a03f515 1933
b9988d51
JB
19342007-02-11 Juanma Barranquero <lekktu@gmail.com>
1935
550934c8
JB
1936 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
1937
b9988d51
JB
1938 * calculator.el (calculator-prompt): Doc fix.
1939 (calculator-mode-map): Fix typo in menu entry.
1940
a45928e6
JB
19412007-02-10 Jay Belanger <belanger@truman.edu>
1942
1943 * calculator.el (calculator): Do more extensive checking for when
1944 3 lines should be used for the calculator.
1945
3570640e
EZ
19462007-02-10 Eli Zaretskii <eliz@gnu.org>
1947
a3609743
SM
1948 * info-look.el (info-lookup-make-completions):
1949 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
b9988d51 1950 index nodes.
3570640e 1951
b9988d51
JB
1952 * info.el (Info-fontify-maximum-menu-size): Document the effect
1953 of a nil value.
3570640e
EZ
1954 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
1955 non-nil before using it as size.
1956
ca878c38
CY
19572007-02-09 Chong Yidong <cyd@stupidchicken.com>
1958
0c92208b
CY
1959 * subr.el (insert-for-yank-1): Prevent read-only properties from
1960 interfering with text property operations.
1961
ca878c38
CY
1962 * image-mode.el (image-mode): Revert 2007-01-30 changes.
1963
1964 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
1965 (image-type-auto-detected-p): Fail if another match is found in
1966 auto-mode-alist.
1967
1968 * files.el (magic-mode-alist): Call image-mode instead of
1969 image-mode-maybe for autodetected images.
1970
b194bbaf
JB
19712007-02-09 Juanma Barranquero <lekktu@gmail.com>
1972
1973 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
1974 Fix typos in docstrings.
1975 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
1976
35a8a0d0
KS
19772007-02-09 Kim F. Storm <storm@cua.dk>
1978
1979 * emacs-lisp/float-sup.el: Remove obsolete comment.
1980
2365ab4a
SM
19812007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1982
1983 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
1984
3a4b8347
KF
19852007-02-08 Karl Fogel <kfogel@red-bean.com>
1986
1987 * simple.el: Revert previous change, at request of RMS:
1988 (fundamental-mode-hook): Remove.
1989 (fundamental-mode): Run after-change-major-mode-hooks manually,
1990 and don't run the now-nonexistent fundamental-mode-hook.
35a8a0d0 1991
3faea23a
KF
19922007-02-08 Karl Fogel <kfogel@red-bean.com>
1993
7d506bfc 1994 * simple.el (fundamental-mode-hook): Declare new hook.
3faea23a
KF
1995 (fundamental-mode): Run the new dedicated hook, and don't run
1996 after-change-major-mode-hooks manually anymore.
1997
459b1fe4
SM
19982007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1999
2000 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
2001 added columns of chars. Remove support for the "no-meta-info" format.
2002 Prompted by Romain Francoise <romain@orebokech.com>.
2003
f2b3ba1e
NR
20042007-02-07 Nick Roberts <nickrob@snap.net.nz>
2005
2006 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
2007 (gdb-mouse-until, gdb-mouse-jump): Use it.
2008
b773b623
NR
20092007-02-07 Nick Roberts <nickrob@snap.net.nz>
2010
2011 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
2012 work when there is just an assembler buffer (no source buffer).
2013
a3ee90d9
SM
20142007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
2015
2016 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
2017 just because the diff was produced using "-p" (--show-c-function).
2018
9479c0ab
JB
20192007-02-07 Juanma Barranquero <lekktu@gmail.com>
2020
ff52c940
JB
2021 * faces.el (frame-set-background-mode): Use `color-values' and
2022 `display-color-p', not `x-color-values' and `x-display-color-p'.
2023 (face-valid-attribute-values): Use `defined-colors' instead of
2024 `x-defined-colors'.
9479c0ab 2025
5167749c
VJL
20262007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2027
2028 * ps-print.ps: The ps-print commands without face printing should not
2029 print background color. Reported by Leo <sdl.web@gmail.com>.
2030 (ps-print-version): New version 6.7.3.
2031 (ps-begin-job): New arg. Fix ps-default-background and
2032 ps-default-foreground initialization.
2033 (ps-face-attributes): Fix doc string.
2034 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2035
9e95965c
VJL
2036 * printing.el: Fix ps-print link.
2037
867eb050
CY
20382007-02-06 Chong Yidong <cyd@stupidchicken.com>
2039
2040 * faces.el (face-set-after-frame-default): Compile attributes to
2041 be set by frame parameters before merging in X resources.
2042
d2976f41
JB
20432007-02-06 Juanma Barranquero <lekktu@gmail.com>
2044
2045 * simple.el (blink-matching-paren-dont-ignore-comments):
2046 (blink-matching-paren-on-screen): Doc fixes.
2047
046024c8
NR
20482007-02-06 Nick Roberts <nickrob@snap.net.nz>
2049
d2976f41 2050 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
046024c8 2051
54c6a1c4
JB
20522007-02-05 Juanma Barranquero <lekktu@gmail.com>
2053
2054 * loadhist.el (unload-feature): Silently ignore `load-history' entries
2055 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2056 entries like `defun'. Return nil.
2057
0fd91d23
KS
20582007-02-05 Kim F. Storm <storm@cua.dk>
2059
2060 * ido.el: Doc fixes.
2061
a87c4c30
DK
20622007-02-04 David Kastrup <dak@gnu.org>
2063
2064 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2065 `mpuz-allow-double-multiplicator' is non-zero, and correct
2066 calculation of `min'.
2067
e0f95693
EZ
20682007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
2069
2070 * wid-edit.el (widget-default-create): Insert new text at the
2071 :from marker _after_ the marker, not before it.
2072
0ac6528f
AM
20732007-02-04 Alan Mackenzie <acm@muc.de>
2074
2075 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2076 containing it is re-indented.
2077
36724891
CY
20782007-02-03 Chong Yidong <cyd@stupidchicken.com>
2079
19eee1a9
CY
2080 * net/newsticker.el (newsticker--insert-image): Update docstring,
2081 and insert the image directly.
2082 (newsticker--buffer-redraw): Update docstring.
2083
54c6a1c4
JB
2084 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2085 Rename from define-global-minor-mode.
36724891 2086
0fd91d23
KS
2087 * progmodes/cwarn.el (global-cwarn-mode):
2088 * emacs-lisp/autoload.el (make-autoload):
2089 * hi-lock.el (global-hi-lock-mode):
36724891
CY
2090 * font-core.el (global-font-lock-mode): All callers changed.
2091
f6472377
EZ
20922007-02-03 Eli Zaretskii <eliz@gnu.org>
2093
2094 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2095 Don't copy @ignore lines into menu descriptions.
2096 (texinfo-multi-file-update): Goto the @node line before attempting
2097 to pluck the node name.
2098 (texinfo-multiple-files-update): Reverse the optional arguments'
2099 order, as per the doc string and the `interactive' form.
2100
a6ed414a
CY
21012007-02-03 Chong Yidong <cyd@stupidchicken.com>
2102
2103 * image-mode.el: Use autoload to avoid overriding disabled setting
2104 applied in .emacs.
2105
b9988d51 21062007-02-03 Alan Mackenzie <acm@muc.de>
7bee28dc
AM
2107
2108 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2109 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
2110 adjacent paren groups).
2111
4303661c
VJL
21122007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2113
2114 * progmodes/ebnf2ps.el: Doc fixes.
2115 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2116
3a69c54c
EZ
21172007-02-02 Eli Zaretskii <eliz@gnu.org>
2118
2119 * dired-x.el (dired-do-relsymlink): Add reference to
71ed83ca 2120 dired-do-symlink. Add an autoload cookie.
3a69c54c
EZ
2121
2122 * dired-aux.el (dired-do-symlink): Add reference to
2123 dired-do-relsymlink.
2124
21252007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
2126
2127 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2128 <left-fringe mouse-3>: New bindings.
2129
21302007-02-02 Ulf Jasper <ulf.jasper@web.de>
2131
2132 * newsticker.el (newsticker-version): Changed to "1.10".
2133 (newsticker--set-customvar): Doc string.
2134 (newsticker-new-item-face): Doc string.
2135 (newsticker-mode): Initialize `invisibility-spec' with t.
2136 (newsticker-mode-map): Added
2137 `newsticker-mark-all-items-at-point-as-read'.
2138 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2139 (newsticker-w3m-show-inline-images): Do not call
2140 `w3m-remove-image'.
2141 (newsticker--buffer-after-w3m-insert-image): New advice for
2142 w3m-insert-image to cache images.
2143 (newsticker-next-item-same-feed): New.
2144 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2145 (newsticker-mark-all-items-of-feed-as-read): New.
2146 (newsticker-mark-all-items-at-point-as-read): Use new functions.
2147 (newsticker-mark-item-at-point-as-read): Doc string.
2148 (newsticker-mark-item-at-point-as-read): Use new functions.
2149 (newsticker--do-mark-item-at-point-as-read): New, extracted from
2150 `newsticker-mark-item-at-point-as-read'.
2151 (newsticker-hide-entry): Use (t) instead of t for invisibility.
2152 (newsticker--sentinel): Yet another xml-parser workaround.
2153 (newsticker--decode-iso8601-date): Bugfix for datestrings without
2154 days.
2155 (newsticker--buffer-do-insert-text): Fix.
2156 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2157 (newsticker--buffer-make-item-completely-visible):
2158 `switch-to-buffer' not necessary.
2159
21602007-02-02 Eli Zaretskii <eliz@gnu.org>
2161
2162 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2163 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2164 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2165 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2166 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2167
06d5f409
KH
21682007-02-02 Kenichi Handa <handa@m17n.org>
2169
2170 * international/quail.el (quail-show-key): Fix an error message.
2171
f2c661c4
JB
21722007-02-01 Juanma Barranquero <lekktu@gmail.com>
2173
2174 * faces.el (set-face-underline-p, modify-face): Rename arg
2175 UNDERLINE-P to UNDERLINE (it is not a flag).
2176
eaa9ecdd
NR
21772007-02-01 Nick Roberts <nickrob@snap.net.nz>
2178
2179 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2180 when adding gdb-speedbar-update to gdb-input-queue.
2181
fbfc1a5b
KH
21822007-02-01 Kenichi Handa <handa@m17n.org>
2183
2184 * international/quail.el (quail-show-key): Signal an error if the
2185 current input method is not using Quail.
2186
a86bd650
S
21872007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
2188
f2c661c4
JB
2189 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2190 Trim leading whitespace in sysvar names.
a86bd650 2191
39a897a5
JB
21922007-02-01 Juanma Barranquero <lekktu@gmail.com>
2193
2194 * faces.el (internal-find-face, internal-get-face): Doc fixes.
2195
ccaa42ed
JB
21962007-01-31 Juanma Barranquero <lekktu@gmail.com>
2197
2198 * ido.el (ido-set-common-completion): Use `let', not `let*'.
2199
e3633d8b
RF
22002007-01-31 Romain Francoise <romain@orebokech.com>
2201
2202 * comint.el: Delete extra copy of `comint-copy-old-input' added in
2203 previous change to this file.
2204
28ed185c
JR
22052007-01-31 Jason Rumney <jasonr@gnu.org>
2206
2207 * files.el (magic-mode-alist): Use image-mode-maybe rather than
2208 image-mode.
2209
2210 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2211 interfering with attempt to set major mode from modified
2212 auto-mode-alist.
2213
edcacc1c
JB
22142007-01-31 Juanma Barranquero <lekktu@gmail.com>
2215
2216 * faces.el (color-values): Doc fix.
2217 (face-differs-from-default-p): Don't check :foreground twice.
2218
46bb060f
S
22192007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
2220
edcacc1c 2221 * comint.el (comint-mode): Prevent non-keyword fontification by default.
46bb060f 2222
1583f1f5
KH
22232007-01-31 Kenichi Handa <handa@m17n.org>
2224
2225 * international/quail.el (quail-store-decode-map-key): Store a
2226 translated character too.
2227 (quail-char-equal-p): New function.
2228 (quail-find-key1): Check character equality by quail-char-equal-p.
2229 (quail-decode-map-generated): New variable.
2230 (quail-find-key): Check quail-decode-map-generated and re-generate
2231 a decode map if necessary.
2232
25752d87
RS
22332007-01-30 Richard Stallman <rms@gnu.org>
2234
2235 * tutorial.el (tutorial--detailed-help): Make the list of
2236 changed keys look nicer.
2237
8af39ffb
NR
22382007-01-30 Nick Roberts <nickrob@snap.net.nz>
2239
2240 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2241 (gdb-var-delete): Use it.
2242 (gdb-var-update-handler-1): Handle value "invalid" for MI field
2243 `in_scope'.
2244
06531fc3
MA
22452007-01-30 Michael Albinus <michael.albinus@gmx.de>
2246
edcacc1c 2247 * files.el (get-free-disk-space): Return nil for remote directories.
06531fc3
MA
2248
2249 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2250 instead of "dir".
2251
28c0f07a
CY
22522007-01-30 Chong Yidong <cyd@stupidchicken.com>
2253
9b4837a4
CY
2254 * type-break.el (type-break-catch-up-event): New function.
2255 (type-break-demo-hanoi, type-break-demo-life)
2256 (type-break-demo-boring): Use it.
2257
28c0f07a 2258 * image-mode.el (image-mode): Don't automatically view as image.
caf39874 2259 (image-toggle-display): Add `disabled' property.
28c0f07a 2260
f5bb9196
JB
22612007-01-29 Juanma Barranquero <lekktu@gmail.com>
2262
d7c2974d
JB
2263 * isearchb.el (isearchb-iswitchb):
2264 * ps-print.el (ps-build-face-reference):
8f77631e 2265 * emacs-lisp/shadow.el (list-load-path-shadows):
d7c2974d
JB
2266 * eshell/esh-cmd.el (eshell-rewrite-for-command):
2267 * international/mule.el (find-auto-coding):
2268 * mail/supercite.el (sc-attrib-selection-list):
2269 * progmodes/cc-defs.el (c-emacs-features):
2270 * progmodes/cc-vars.el (c-offsets-alist):
2271 * progmodes/flymake.el
2272 (flymake-init-create-temp-source-and-master-buffer-copy):
2273 Fix typos in docstrings (some suggested by Chris Moore).
2274
2275 * progmodes/vhdl-mode.el (vhdl-components-package-name)
2276 (vhdl-get-library-unit, vhdl-corresponding-begin)
2277 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2278 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2279 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2280 (vhdl-font-lock-match-item): Fix typos in docstrings.
2281 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2282 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2283 (vhdl-speedbar-insert-project-hierarchy):
2284 Improve argument/docstring consistency.
f5bb9196 2285
8c8d1081
KH
22862007-01-29 Kenichi Handa <handa@m17n.org>
2287
2288 * international/titdic-cnv.el (py-converter): Fix previous change.
2289
645200b5
CY
22902007-01-29 Chong Yidong <cyd@stupidchicken.com>
2291
44dc01e4
CY
2292 * jka-compr.el (jka-compr-partial-uncompress)
2293 (jka-compr-call-process): Rebind default-directory if it is
2294 invalid. Suggested by Chris Moore.
2295
645200b5
CY
2296 * comint.el (comint-insert-input): Handle situation where the
2297 selected buffer is not the clicked buffer.
2298
0e66b003
KH
22992007-01-29 Kenichi Handa <handa@m17n.org>
2300
f5bb9196
JB
2301 * international/ja-dic-cnv.el (skkdic-convert):
2302 Add byte-compile-disable-print-circle:t at the head.
f6c02c7a 2303
f5bb9196
JB
2304 * international/titdic-cnv.el (tit-process-header):
2305 Add byte-compile-disable-print-circle:t at the head.
f6c02c7a
KH
2306 (miscdic-convert): Likewise.
2307 (py-converter): Skip the header comments.
2308
f5bb9196
JB
2309 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2310 New variable.
0e66b003
KH
2311 (byte-compile-output-file-form): Bing print-circle to nil if
2312 byte-compile-output-file-form is not nil.
2313 (byte-compile-output-docform): Likewise.
2314
176b179b
KS
23152007-01-28 Kim F. Storm <storm@cua.dk>
2316
2317 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2318 Declare earlier to avoid byte compiler warnings.
2319
98ef9fa4
EZ
23202007-01-28 Markus Triska <markus.triska@gmx.at>
2321
2322 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2323
2f028807
CY
23242007-01-28 Chong Yidong <cyd@stupidchicken.com>
2325
2326 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2327 (gamegrid-add-score-with-update-game-score-1): Allow local quits
2328 when calling update-game-score program. Remove unnecessary
2329 save-excursion.
2330
2331 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2332
306c24b5
NR
23332007-01-28 Nick Roberts <nickrob@snap.net.nz>
2334
2335 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2336 avoid compiler warning.
2337 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2338 might have values other than "true" or "false".
2339
d9380425
RS
23402007-01-28 Richard Stallman <rms@gnu.org>
2341
2342 * textmodes/fill.el (fill-paragraph-function): Doc fix.
2343 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2344
2345 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2346
2347 * image.el (image-type-header-regexps): Make GIF regex more specific.
2348
2349 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2350 Don't check `backspace'.
2351 (tutorial--find-changed-keys): Look up bindings in a temp buffer
2352 in Fundamental mode.
2353
2354 * startup.el (fancy-splash-text, normal-splash-screen):
2355 Mention C-g.
2356
2357 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2358 when inserting in buffer.
2359
2360 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2361 inside the if.
2362
e14c5251
RS
23632007-01-27 Richard Stallman <rms@gnu.org>
2364
2365 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2366
23672007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
2368
2369 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
86b8a072 2370 enum/union/struct/class definition.
e14c5251
RS
2371 Revert change to call `forward-sexp' multiple times.
2372
7d8efa73
CY
23732007-01-27 Chong Yidong <cyd@stupidchicken.com>
2374
2375 * files.el (hack-local-variables-confirm): Don't keep trying to
2376 read an event from an empty kbd macro.
2377
a134cd5e
EZ
23782007-01-27 Eli Zaretskii <eliz@gnu.org>
2379
2380 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2381
23822007-01-27 Ben North <ben@redfrontdoor.org>
2383
2384 * outline.el (outline-promote, outline-demote): Doc fix. Rename
2385 the arg CHILDREN -> WHICH.
2386
00e10871
MA
23872007-01-27 Michael Albinus <michael.albinus@gmx.de>
2388
2389 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2390 default-directory to a sane value when calling start-process.
2391
9b0aaece
EZ
23922007-01-27 Eli Zaretskii <eliz@gnu.org>
2393
2394 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2395 (ls-lisp-format-time-list): Doc fix. Mention
2396 ls-lisp-use-localized-time-format.
2397 (ls-lisp-format-time): Use ls-lisp-format-time-list if
2398 ls-lisp-use-localized-time-format is non-nil, even if a valid
2399 locale is defined.
2400
bfe69972
JB
24012007-01-27 Juanma Barranquero <lekktu@gmail.com>
2402
2403 * jka-compr.el (jka-compr-shell): Doc fix.
2404
2405 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2406
d4757043
VJL
24072007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2408
2409 * ps-print.ps: Fix background height.
2410 (ps-print-version): New version 6.7.2.
2411
f2133d9e
EZ
24122007-01-26 Eli Zaretskii <eliz@gnu.org>
2413
2414 * makefile.w32-in (finder-data, custom-deps): Depend on
2415 $(lisp)/loaddefs.el.
2416
1408b0d5
DN
24172007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2418
bfe69972 2419 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
1408b0d5 2420
5e51de79
MB
24212007-01-24 Miles Bader <miles@gnu.org>
2422
2423 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2424 (byte-compile-output-docform): Bind `print-circle' to t.
2425
70462171
KH
24262007-01-24 Kenichi Handa <handa@m17n.org>
2427
2428 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2429 file name of the original SKK dictionary file.
2430
ff40b263
KS
24312007-01-24 Kim F. Storm <storm@cua.dk>
2432
2433 * ido.el (ido-initial-position): New variable.
2434 (ido-read-internal): Set it if default item is specified.
2435 (ido-minibuffer-setup): Position cursor accordingly if set.
2436 (ido-edit-input): C-e moves to end of input if not already there.
2437 (ido-magic-backward-char): C-b does like M-b if prev char is /.
2438 Don't switch to buffer mode if repeating C-b at start of input.
2439 (ido-toggle-ignore): C-a only toggles ignore at start or end of
2440 input; else it moves to start of input.
2441 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2442 not at end of input, delete rest of input, rather than normal op.
2443
279c800c 24442007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
5445772e
KS
2445
2446 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2447
2448 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
bfe69972 2449 of message. Activate mark.
5445772e
KS
2450 (ediff-activate-mark): Set transient-mark-mode to t.
2451
2452 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2453
bfb2471c
MR
24542007-01-23 Martin Rudalics <rudalics@gmx.at>
2455
2456 * help-fns.el (describe-variable): Don't suppress display of
2457 buffer local value when the value is "large".
2458
67155dc3
KS
24592007-01-22 Kim F. Storm <storm@cua.dk>
2460
bfe69972 2461 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
67155dc3
KS
2462 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2463 (ido-tidy): Use ido-active.
2464
e925d5ae 24652007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
a30cc07b
JB
2466
2467 * hexl.el (hexl-mode-exit): Add missing quote.
2468
447466a5
YM
24692007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2470
2471 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2472 (mac-ae-keyboard-modifiers): New function.
2473 (mac-handle-toolbar-switch-mode): Use it.
2474 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
2475 if keyboard modifiers on drop contain option key.
2476 (mac-dnd-drop-data): Add optional argument `action'.
2477 (special-event-map): Remove binding for M-drag-n-drop.
2478
6cbe2ec4
RS
24792007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
2480
2481 * add-log.el (add-log-current-defun): Use CC Mode functions to
2482 find the beginning and end of a defun.
2483
d1bf4d2f
NR
24842007-01-21 Nick Roberts <nickrob@snap.net.nz>
2485
2486 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2487 (gdb-var-create-handler): Handle value field in GDB output of
2488 -var-create.
2489 (gdb-max-frames): New variable.
2490 (gdb-stack-buffer, gdb-frames-select): Use it.
2491 (gdb-info-stack-custom): Help user customize gdb-max-frames,
2492 if necessary.
2493 (gdb-get-frame-number): Simplify.
2494
385a73ae
GM
24952007-01-21 Glenn Morris <rgm@gnu.org>
2496
a30cc07b
JB
2497 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2498 Update copyrights.
385a73ae 2499
a3466c23
AM
25002007-01-21 Alan Mackenzie <acm@muc.de>
2501
2502 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2503 handling of K&R stuff.
2504
238a5d6d
RW
25052007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2506
2507 * textmodes/bibtex.el (bibtex-files): Fix customization type.
2508
c1a1c994
VJL
25092007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2510
2511 * ps-print.el: Handle frame parameters (background and/or foreground
2512 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
d4757043 2513 (ps-print-version): New version 6.7.1.
c1a1c994
VJL
2514 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2515 (ps-frame-parameter): New fun.
2516 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2517 Fix doc and customization.
2518 (ps-begin-job): Get frame parameters (background and/or foreground
2519 colors).
2520 (ps-do-despool): Ensure ps-printer-name has a valid value.
2521
c08455ad
NR
25222007-01-21 Nick Roberts <nickrob@snap.net.nz>
2523
d1bf4d2f
NR
2524 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2525 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2526 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2527 mean unlimited.
c08455ad 2528
ecc71db8
AM
25292007-01-20 Alan Mackenzie <acm@muc.de>
2530
2531 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2532 much more rigorous analysis of putative K&R regions.
2533
fa85e852
AM
25342007-01-20 Alan Mackenzie <acm@muc.de>
2535
2536 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
a30cc07b 2537 New functions.
fa85e852 2538
7640c7ea
AM
25392007-01-20 Alan Mackenzie <acm@muc.de>
2540
2541 * progmodes/cc-align.el, progmodes/cc-cmds.el,
a30cc07b
JB
2542 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2543 * progmodes/cc-langs.el, progmodes/cc-styles.el,
2544 * progmodes/cc-vars.el: Add my name.
7640c7ea 2545
07c7c7fe
CY
25462007-01-20 Chong Yidong <cyd@stupidchicken.com>
2547
2548 * files.el (find-alternate-file): Revert query message to Emacs 21
2549 version.
2550
4e251bd1
EZ
25512007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
2552
2553 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2554 the doc string how to use personal abbrevs without electric
2555 keywords.
2556
f56cd133
EZ
25572007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2558
a30cc07b
JB
2559 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2560 Fixed cursor position when toggle abbreviated display.
f56cd133 2561
0835662b
NR
25622007-01-20 Nick Roberts <nickrob@snap.net.nz>
2563
2564 * t-mouse.el: Update copyright following assignment by
2565 Alessandro Rubini.
2566
fd4b0ac8
CY
25672007-01-20 Chong Yidong <cyd@stupidchicken.com>
2568
2569 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2570 (type-break-demo-boring): Call read-event instead of read-char.
2571
a30cc07b 25722007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
250540cd
DP
2573
2574 * progmodes/compile.el: Add handling for makepplog.
2575
423cef56
RS
25762007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2577
2578 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2579 aspell dictionaries are initialized when called non-interactively.
2580
460565fb
CY
25812007-01-19 Chong Yidong <cyd@stupidchicken.com>
2582
a30cc07b
JB
2583 * progmodes/compile.el (compilation-loop): New arg limit.
2584 Handle case where the first error is at point-min.
460565fb
CY
2585 (compilation-next-error): New arg to compilation-loop call.
2586
a30cc07b 25872007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
d77153c5
CY
2588
2589 * info.el (Info-default-dirs): Change default info dir to
2590 share/info.
2591
2592 * paths.el (Info-default-directory-list): Ditto.
2593
e925d5ae 25942007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
66d237e2
CY
2595
2596 * hexl.el (hexl-before-revert-hook): New function.
2597 (hexl-mode): Use it.
2598 (hexl-after-revert-hook): Just call hexl-mode.
2599 (hexl-mode-exit): Remove before-revert-hook.
2600
c5f847b6
SM
26012007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2602
2603 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2604
bfb2471c 26052007-01-16 Martin Rudalics <rudalics@gmx.at>
1350ca79
MR
2606
2607 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2608 by "-" in francais7 otherchars entry.
2609 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2610 otherchars entry.
2611
acf3709f
KF
26122007-01-15 Karl Fogel <kfogel@red-bean.com>
2613
2614 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2615 path. Rewrite function in `cond' style for readability.
2616
a30cc07b 2617 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
acf3709f
KF
2618 (The path shortening, that is, not the rearrarangement.)
2619
a35c8b70
YM
26202007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2621
2622 * term/mac-win.el (mac-ae-quit-application): New function.
2623 (mac-apple-event-map): Bind "quit application" Apple event to it.
2624
c45b3be3
SM
26252007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2626
2627 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2628 than the program's output.
2629
c796a0b6
JB
26302007-01-14 Juanma Barranquero <lekktu@gmail.com>
2631
2632 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2633 (kmacro-start-macro-or-insert-counter)
2634 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2635 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2636
de529e21
JB
2637 * longlines.el (longlines-show-hard-newlines):
2638 * ruler-mode.el (ruler-mode-ruler):
2639 * emulation/keypad.el (keypad-setup):
2640 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2641 Fix typo in docstring.
c796a0b6 2642
5ff7d15d
MD
26432007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
2644
a30cc07b
JB
2645 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2646 Remove redirect character ">".
5ff7d15d 2647
ac97d31e
JB
26482007-01-13 Juanma Barranquero <lekktu@gmail.com>
2649
2650 * replace.el (perform-replace): Remove leftover code.
2651
fbea9ee8
RS
26522007-01-12 Richard Stallman <rms@gnu.org>
2653
2654 * replace.el (perform-replace): Don't clear NODENT when computing
2655 the replacement string.
2656
d8bba37c
MA
26572007-01-11 Michael Albinus <michael.albinus@gmx.de>
2658
c45b3be3
SM
2659 * net/tramp.el (tramp-handle-file-local-copy):
2660 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
d8bba37c
MA
2661 <christopher.ian.moore@gmail.com>.
2662
62222158
SM
26632007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2664
3a349573
SM
2665 * diff-mode.el (diff-sanity-check-context-hunk-half)
2666 (diff-sanity-check-hunk): New functions.
2667 (diff-find-source-location): Use'em to check the hunks are well-formed.
2668
62222158
SM
2669 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2670 activate undo when undo is not active.
c796a0b6 2671 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
62222158 2672
5362ba53
SM
26732007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2674
2675 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2676 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2677 (ffap-url-at-point): Use char-classes rather than "a-z".
2678
743a6977
JB
26792007-01-10 Juanma Barranquero <lekktu@gmail.com>
2680
2681 * ediff-init.el (ediff-autostore-merges):
2682 * textmodes/fill.el (fill-region): Doc fix.
2683
da6657b7
SM
26842007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2685
2686 * server.el (server-ensure-safe-dir): UIDs may be floats.
2687
247bc272
RS
26882007-01-10 Richard Stallman <rms@gnu.org>
2689
b9ffe418
RS
2690 * battery.el (battery-linux-proc-acpi): Use ignore-errors
2691 around calls to directory-files.
2692
eb486e20
RS
2693 * subr.el (momentary-string-display): Use save-excursion.
2694
247bc272
RS
2695 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2696 argument, but read it as `X' does.
2697
e992d405
JL
26982007-01-09 Juri Linkov <juri@jurta.org>
2699
2700 * info.el (Info-fontify-node): Don't hide node names of index entries.
2701
2702 * faces.el (momentary): Change :group to basic-faces where all
2703 basic faces belong to. Add :version.
2704
5c1e7dac
CY
27052007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
2706
2707 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2708 keybinding is found.
2709 (tutorial--find-changed-keys): Never treat null keybinding as a
2710 remapping.
2711
a87591a6 27122007-01-09 Martin Rudalics <rudalics@gmx.at>
4212d44f 2713
a87591a6 2714 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4212d44f 2715
333f3572
KH
27162007-01-09 Kenichi Handa <handa@m17n.org>
2717
2718 * international/mule-cmds.el
2719 (select-safe-coding-system-interactively): Fix message.
2720
e6466697
MA
27212007-01-09 Michael Albinus <michael.albinus@gmx.de>
2722
a87591a6 2723 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
e6466697
MA
2724 (tramp-process-actions): Add optional parameter TIMEOUT.
2725 (tramp-open-connection-telnet, tramp-open-connection-rsh)
2726 (tramp-open-connection-su): Add timeout of 60".
2727
5105e997
RS
27282007-01-09 Richard Stallman <rms@gnu.org>
2729
2730 * progmodes/compile.el (compile): Doc fix.
2731
27322007-01-09 Markus Triska <markus.triska@gmx.at>
2733
2734 * tumme.el (tumme-display-thumb): Doc fix.
2735
b65d82ca
JB
27362007-01-08 Juanma Barranquero <lekktu@gmail.com>
2737
2738 * battery.el (battery-search-for-one-match-in-files):
2739 * bindings.el (mode-line-minor-mode-help):
2740 * x-dnd.el (x-dnd-types-alist):
2741 * calendar/icalendar.el (icalendar-import-buffer):
2742 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2743
2744 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2745
e925d5ae 27462007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
107173cf
JB
2747
2748 * replace.el (replace-regexp): Fix typo in docstring.
2749
b38be6cc
AM
27502007-01-07 Alan Mackenzie <acm@muc.de>
2751
107173cf
JB
2752 * progmodes/cc-langs.el (c-operators, c-filter-ops):
2753 Amend doc-string and comments.
b38be6cc 2754
fe4e58ec
EZ
27552007-01-06 Eli Zaretskii <eliz@gnu.org>
2756
2757 * files.el (abbreviate-file-name): Doc fix.
2758
27592007-01-06 Markus Triska <triska@gmx.at>
2760
2761 * subr.el (split-string): Remove spurious ")" from doc string.
2762
bc48f9fd
RS
27632007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
2764
2765 * textmodes/table.el (table--warn-incompatibility):
2766 Use display-warning instead of momentary-string-display.
2767
654ec269
RS
27682007-01-05 Richard Stallman <rms@gnu.org>
2769
2dca7106
RS
2770 * image.el (image-type-header-regexps): Recognize xbm more strictly.
2771
654ec269
RS
2772 * simple.el (backward-kill-word): Doc fix.
2773
129f1989
RF
27742007-01-05 Romain Francoise <romain@orebokech.com>
2775
2776 * international/mule.el (sgml-html-meta-auto-coding-function):
2777 Ensure that the buffer contains a HTML document.
2778
ab3aad87
DN
27792007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2780
129f1989 2781 * faces.el (momentary): Move here ...
ab3aad87
DN
2782 * subr.el (momentary): ... from here.
2783
2bb0900a
NR
27842007-01-05 Nick Roberts <nickrob@snap.net.nz>
2785
2786 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2787 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2788 large structures/arrays.
2789
a0583738
RS
27902007-01-04 Juanma Barranquero <lekktu@gmail.com>
2791
129f1989 2792 * files.el (find-file-noselect-1, set-visited-file-name):
a0583738 2793 Allow backup-enable-predicate to be nil.
129f1989 2794
3c47e17c
AS
27952007-01-04 Andreas Schwab <schwab@suse.de>
2796
2797 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2798 last change.
2799
c3295e7b
RS
28002007-01-03 Richard Stallman <rms@gnu.org>
2801
2802 * woman.el (woman-decode-buffer): Clarify error message.
2803
28042007-01-03 Alan Mackenzie <acm@muc.de>
23f74f53 2805
520e9259 2806 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
23f74f53 2807
e925d5ae 28082007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
c3b1f01f
JB
2809
2810 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2811
51443e4f
SM
28122007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2813
2814 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2815
dbf284be
JB
28162007-01-02 Juanma Barranquero <lekktu@gmail.com>
2817
33c053f4
JB
2818 * emulation/viper.el (viper-custom-file-name, viper-mode):
2819 Fix typos in docstrings.
2820
dbf284be
JB
2821 * subr.el (momentary-string-display): After moving point, set POS
2822 variable to it to avoid later errors once the buffer is modified.
2823 Doc fix.
2824
2bac13f5
AM
28252007-01-02 Alan Mackenzie <acm@muc.de>
2826
2827 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2828 check that the "*/" is present before trying to manipulate it.
2829
d0076741
RS
28302007-01-02 Richard Stallman <rms@gnu.org>
2831
a6c327a8
RS
2832 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2833
dbf284be 2834 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
d0076741
RS
2835 Fix format of value.
2836
51443e4f 2837 * cus-edit.el (customize-unsaved): Rename from customize-customized.
d0076741
RS
2838 Change messages accordingly.
2839 (customize-customized): Now alias.
dbf284be 2840
e19bc9c4
JB
28412007-01-02 Juanma Barranquero <lekktu@gmail.com>
2842
2843 * files.el (version-control): Doc fix.
2844
28452007-01-01 Alan Mackenzie <acm@muc.de>
b1da67d7 2846
51443e4f
SM
2847 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2848 Check the format of c-state-cache is valid for an optimisation before
b1da67d7
AM
2849 using it.
2850
2851 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2852 are at a statement within a macro". Other changes so that only
2853 the first continuation line in a macro gets the symbol
2854 `cpp-define-intro', the others getting `statement', or whatever.
2855
b1da67d7
AM
2856 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
2857 a string, preserve whitespace. Add a backslash only when also in
2858 a macro.
2859
e19bc9c4 2860 * progmodes/cc-defs.el: Correct typos.
b1da67d7 2861
e19bc9c4 2862 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
b1da67d7
AM
2863 new line after an escaped EOL in a string.
2864
b1da67d7
AM
2865 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
2866 label when it directly follows "else", "do", ....
2867
e19bc9c4 2868 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
b1da67d7
AM
2869 angle brackets (as seen in "explicit specialisations" of C++
2870 templates).
2871
b1da67d7
AM
2872 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
2873 in the doc-string.
2874
b1da67d7
AM
2875 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
2876 when the comment ender looks like "=========*/" and is alone on
2877 its line.
2878
b1da67d7
AM
2879 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
2880 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
2881 for the old name.
2882
e19bc9c4 2883 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
b1da67d7
AM
2884 c-\(beginning\|end\)-of-defun by default.
2885
51443e4f
SM
2886 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
2887 New line-up function, for the DEFUN macro in the Emacs C sources.
b1da67d7
AM
2888 Only used in "gnu" style.
2889
e19bc9c4 2890 * progmodes/cc-styles.el (c-style-alist): Use this new function in
b1da67d7
AM
2891 the "gnu" style.
2892
b1da67d7
AM
2893 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
2894 clean-up comment-close-slash also to work when there's a comment
2895 terminator on the line.
2896 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
2897 these for large arg - only take account of top level {..}, except
2898 for initial and final adjustments. M-- C-M-[ae] now go to the
2899 right defuns when the starting point is between defuns. They use
2900 the four new functions:
e19bc9c4
JB
2901 (c-in-function-trailer-p, c-where-wrt-brace-construct)
2902 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
b1da67d7
AM
2903 support c-\(beginning\|end\)-of-defun.
2904
b1da67d7
AM
2905 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
2906 expressions more rigorously, to exclude bit-field specifiers from
2907 being classed as labels.
2908 (c-forward-label): When analyzing a ":" within a macro, be careful
2909 about using c-forward-syntactic-ws at the macro beginning.
2910 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
2911 stmt boundary, check for "operator=", etc.
2912
51443e4f
SM
2913 * progmodes/cc-mode.el (c-postprocess-file-styles):
2914 Bind inhibit-read-only to t, around the call to
b1da67d7
AM
2915 c-remove-any-local-eval-or-mode-variables, so that it works on a
2916 RO file.
2917
b1da67d7
AM
2918 * progmodes/cc-defs.el (c-version): Update the version number to
2919 "5.31.4".
2920
d8a4fc44
RS
29212007-01-01 Richard Stallman <rms@gnu.org>
2922
2923 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
2924 only if we restored isearch-window-configuration.
2925
13fcde77 29262006-12-31 Romain Francoise <romain@orebokech.com>
496f8308 2927
13fcde77 2928 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
496f8308 2929
f57cdb50
KS
29302006-12-31 Kim F. Storm <storm@cua.dk>
2931
2932 * files.el (auto-mode-case-fold): New defcustom.
2933 (set-auto-mode): If non-nil, perform second case-sensitive pass
2934 through auto-mode-alist if first pass failed.
2935
02f0dab3
RS
29362006-12-30 Richard Stallman <rms@gnu.org>
2937
2938 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
2939
6eb0a10d
EZ
29402006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
2941
2942 * allout.el (allout-encrypt-string): Handle symmetric-key
f57cdb50 2943 passphrase caching but leave keypair caching to pgg.
6eb0a10d 2944
658052a2
MA
29452006-12-30 Michael Albinus <michael.albinus@gmx.de>
2946
2947 Sync with Tramp 2.0.55.
2948
2949 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
2950 `integerp'. `char-equal' could fail else in case of negative
2951 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
2952 (top): Check for `font-lock-add-keywords' before calling; it
2953 doesn't exist under XEmacs.
2954 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
2955 (tramp-completion-mode): Remove clause (not
2956 tramp-unified-filenames), because the function is called in other
2957 context too, where this check results in wrong results in the
2958 XEmacs case on Windows.
2959 (tramp-touch): UTC handling is not possible for XEmacs.
2960
0fb7324a
JD
29612006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2962
2963 * scroll-bar.el (previous-scroll-bar-mode): New variable
2964 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
2965 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
2966
2967 * term/x-win.el: Set scroll bar mode to right if set by X resources.
2968
dced1a73
RS
29692006-12-30 Richard Stallman <rms@gnu.org>
2970
2971 * files.el (make-backup-file-name-1): Precompute abs name
2972 but don't lose the relative name.
2973
2974 * international/mule-cmds.el (select-safe-coding-system-interactively):
2975 Fix message.
2976
86b8a072 29772006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
dced1a73
RS
2978
2979 * files.el (backup-buffer): Show entire backup file name in msg.
2980
c1248ba7
JB
29812006-12-30 Juanma Barranquero <lekktu@gmail.com>
2982
2983 * image.el (image-type-header-regexps, image-type-from-data)
2984 (image-type-from-buffer, image-type-from-file-header):
2985 Revert changes from 2006-12-26.
2986 (image-type-auto-detectable): New variable.
2987 (image-type-auto-detected-p): New function.
2988
2989 * files.el (magic-mode-alist): Detect image files with
2990 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
2991
8cc303bb
NR
29922006-12-29 Nick Roberts <nickrob@snap.net.nz>
2993
2994 * dired.el (dired-sort-other): Move test for dired-mode...
2995 (dired-sort-set-modeline): ...to here.
2996
fafc582b
MC
29972006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2998
2999 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
3000 change. Suggested by Stefan Monnier.
3001
8f2b5ec6
KS
30022006-12-29 Kim F. Storm <storm@cua.dk>
3003
3004 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
3005 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
3006
1bb433e7
KS
30072006-12-27 Kim F. Storm <storm@cua.dk>
3008
3009 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
3010 so it doesn't accidentally match an fsf.org mail address.
3011 (authors-renamed-files-alist): Add tcover-*.el.
3012
544bdc40
SM
30132006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3014
3015 * vc-arch.el (vc-arch-find-version): New function.
3016
3017 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
3018 composed of arbitrary characters (even /) in some systems.
3019
bbc34249
EZ
30202006-12-27 Eli Zaretskii <eliz@gnu.org>
3021
3022 * international/mule-cmds.el (select-safe-coding-system-interactively):
3023 Improve the message in the *Warning* buffer.
3024
01baa134
KS
30252006-12-27 Kim F. Storm <storm@cua.dk>
3026
3027 * ido.el (ido-set-matches-1): Fix last change. If default item is
3028 current buffer, it is ok to be first.
3029
333f3572
KH
30302006-12-27 Kenichi Handa <handa@m17n.org>
3031
3032 * international/mule-cmds.el (select-safe-coding-system-interactively):
3033 Use face `link' for problematic chars.
3034
7d03c5b1
KH
30352006-12-27 Kenichi Handa <handa@m17n.org>
3036
3037 * international/mule-cmds.el (select-safe-coding-system-interactively):
3038 Improve the message in *Warning* buffer.
3039
39bda465
KS
30402006-12-27 Kim F. Storm <storm@cua.dk>
3041
3042 * ido.el (ido-set-matches-1): Never put current buffer first if
3043 there are other matches.
3044
aa32fd71
NR
30452006-12-26 Nick Roberts <nickrob@snap.net.nz>
3046
3047 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
3048 expressions.
3049 (gdb-var-delete): Handle duplicate names. Print message for non
3050 root expressions.
3051 (gdb-partial-output-name): Start buffer name with a space.
3052 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3053 buffer name.
3054
df034a3f
MC
30552006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3056
3057 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3058 last footnote when `footnote-spaced-footnotes' is nil.
3059
e817cc9b
RS
30602006-12-26 Richard Stallman <rms@gnu.org>
3061
ba5b643e
RS
3062 * cus-edit.el (custom-browse-sort-alphabetically)
3063 (custom-buffer-sort-alphabetically)
3064 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
3065
e817cc9b
RS
3066 * image.el (image-type-header-regexps): Change element format
3067 to include third item NOT-ALWAYS.
3068 (image-type-from-data): Handle new format.
3069 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
3070 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3071
6cbe2ec4 30722006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
3b2452fd
MY
3073
3074 * add-log.el (add-log-current-defun): Call `forward-sexp'
3075 multiple times to pick a member function name defined as
3076 part of nested classes/namespaces.
3077
39d410b5
VJL
30782006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3079
3080 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3081 which keymap should be used to change menu. It does not affect any
3082 existent code.
3083
c3a0ce44
RS
30842006-12-26 Richard Stallman <rms@gnu.org>
3085
3086 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3087 rather than for being in a minibuffer window.
3088
11e95b02
MB
30892006-12-25 Daiki Ueno <ueno@unixuser.org>
3090
3091 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3092 locale-coding-system.
3093 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3094 LF.
3095
20419086
RS
30962006-12-25 Michael R. Mauger <mmaug@yahoo.com>
3097
51443e4f 3098 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
20419086 3099 (sql-mode-syntax-table): Disable double quoted strings.
51443e4f 3100 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
20419086 3101
40cacec2
YM
31022006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3103
14d1edc0 3104 * startup.el (fancy-splash-last-input-event): New variable.
40cacec2
YM
3105 (fancy-splash-special-event-action): New function.
3106 (fancy-splash-screens): Temporarily bind special events to it.
3107 Execute command for saved special event before exiting from
3108 recursive editing.
3109
14d1edc0 3110 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
40cacec2
YM
3111 New functions.
3112 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3113 Use mac-unread-string.
3114
97df8464 31152006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2a096caf
MC
3116
3117 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3118 an optimized comment regexp if `comment-start-skip' uses a ^.
90dd8ef0
MC
3119 * bs.el (bs--up): Remove interactive spec.
3120
c4cdc5a1
CY
31212006-12-24 Chong Yidong <cyd@stupidchicken.com>
3122
14d1edc0
JB
3123 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3124 Suggested by James Cloos.
c4cdc5a1 3125
3350dc42
RS
31262006-12-24 Kevin Ryde <user42@zip.com.au>
3127
3128 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3129 in March.
3130 (calendar-dst-ends): Default to first Sunday in November.
3131
7acbbaa0
CY
31322006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
3133
3134 * allout.el (allout-encrypt-string): Inhibit use of agent within
3135 body of let form where encryption happens. Acknowledge non-use of
3136 gpg-agent in docstring.
3137 (allout-toggle-subtree-encryption): Acknowledge non-use of
3138 gpg-agent in docstring.
3139
ab83dc8d
CY
31402006-12-24 Chong Yidong <cyd@stupidchicken.com>
3141
14d1edc0 3142 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
ab83dc8d 3143
be064bc4 31442006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
42f82ce7 3145
97df8464
MC
3146 * ediff-diff.el (ediff-diff-options): Clarify docstring.
3147 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
42f82ce7 3148
14d1edc0
JB
3149 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3150 in hooks.
97df8464 3151 (viper-add-newline-at-eob-if-necessary): Add newline only if we
be064bc4 3152 actually modify buffer; ignore errors if occur.
42f82ce7 3153
3ea94483
CY
31542006-12-23 Chong Yidong <cyd@stupidchicken.com>
3155
3156 * calendar/calendar.el (calendar-mode-map): Switch < and >.
3157 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3158 formatting.
3159
a914e2b2
RS
31602006-12-23 Richard Stallman <rms@gnu.org>
3161
3162 * simple.el (delete-horizontal-space): Doc fix.
3163
512dd711
EZ
31642006-12-23 Eli Zaretskii <eliz@gnu.org>
3165
3166 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3167 explicitly in a recursive Make, not implicitly through prerequisites,
3168 since the latter is wrong under parallel builds.
3169
453027ac
EZ
31702006-12-22 Eli Zaretskii <eliz@gnu.org>
3171
14d1edc0 3172 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
453027ac 3173
b9542c10
EZ
31742006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3175
3176 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3177 message string.
3178
c52bf8c3
EZ
31792006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
3180
3181 * outline.el (outline-next-visible-heading): Fix the case with a
3182 header at end-of-file with no final newline.
3183
f321348b
EZ
31842006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
3185
3186 * indent.el (tab-always-indent): Doc fix.
3187
d7e39ca9
CY
31882006-12-22 Chong Yidong <cyd@stupidchicken.com>
3189
13a87fce
CY
3190 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3191 (Info-fontify-node): Do fontify indices.
3192
d7e39ca9
CY
3193 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3194 to the Emacs Lisp reference manual.
3195 (tutorial--tab-map): Remove. All callers changed.
3196 (tutorial--find-changed-keys): New elt QUIET, used to...
3197 (tutorial--display-changes): ...ensure that warning messages are
3198 only issued once per changed key.
3199 (tutorial--remove-remarks): Delete unused code-path.
3200 (lang-strings): Remove extraneous formatting.
ce9ff784 3201 (tutorial--save-tutorial): Prompt before saving tutorial state.
d7e39ca9 3202
397e270a
CY
32032006-12-21 Chong Yidong <cyd@stupidchicken.com>
3204
3205 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
3206 Replace '?\ ' by '?\s' throughout.
3207 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
3208 `help' custom group.
3209 (tutorial--key-description): New function.
3210 (tutorial--display-changes): Remove redundant arg. Scan for all
3211 key sequences to avoid false matches. Cleanup.
3212 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3213 reduce homedir pollution.
3214 (help-with-tutorial): Call tutorial--display-changes with no arg.
3215
5f1de5e9
CD
32162006-12-21 Carsten Dominik <dominik@science.uva.nl>
3217
3218 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3219
e1e17cae
MA
32202006-12-20 Michael Albinus <michael.albinus@gmx.de>
3221
83e20b5c
MA
3222 * net/tramp.el (tramp-default-method): We still need to check for
3223 `executable-find', because it is not bound under Emacs 20.
3224 (tramp-handle-file-name-completion)
e1e17cae
MA
3225 (tramp-completion-handle-file-name-completion): Handle optional
3226 parameter PREDICATE.
3227 (tramp-find-default-method): Add code for default values.
3228
39bd65af
NR
32292006-12-20 Nick Roberts <nickrob@snap.net.nz>
3230
3231 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3232 make gud-go send "continue".
3233
209ceeef
JB
32342006-12-19 Juanma Barranquero <lekktu@gmail.com>
3235
3236 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3237 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
3238
c5f6230a
KS
32392006-12-19 Kim F. Storm <storm@cua.dk>
3240
36ff6d6f
KS
3241 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3242 instead of global-map.
3243
c5f6230a
KS
3244 * files.el (magic-mode-alist): Allow matching file type by
3245 calling a function at bob. Check for image types by calling
3246 image-type-from-buffer. Suggested by Juanma Barranquero.
3247 (set-auto-mode): Do it.
3248
572b79d8
MA
32492006-12-19 Michael Albinus <michael.albinus@gmx.de>
3250
3251 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3252 Remove "ControlMaster" option from the other `scp*' methods.
14d1edc0 3253 (tramp-default-method): Check for ssh-agent before setting to `scp'.
572b79d8 3254
e84c15c1
CD
32552006-12-18 Carsten Dominik <dominik@science.uva.nl>
3256
3257 * textmodes/org.el (org-mode): Show context after isearch.
3258 (org-show-siblings): New function.
3259 (org-show-context): Use `org-show-siblings'.
3260
6bddffd0
SM
32612006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3264 Use syntax-ppss-toplevel-pos.
3265
8195676a
CD
32662006-12-18 Carsten Dominik <dominik@science.uva.nl>
3267
3268 * textmodes/org.el (org-current-line): Make sure that lines are
3269 counted from beginning of buffer.
3270 (org-table-copy-region, org-table-paste-rectangle): Make sure that
3271 lines are counted from beginning of buffer.
3272
1a0c46eb
CY
32732006-12-17 Chong Yidong <cyd@stupidchicken.com>
3274
3294bb68
CY
3275 * info.el (Info-build-node-completions): Signal error if tag-table
3276 marker is not found.
3277
1a0c46eb
CY
3278 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3279
bce4aeb4
AM
32802006-12-17 Alan Mackenzie <acm@muc.de>
3281
76f38b63
CY
3282 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3283 speed) the case when open-paren-in-column-0-is-defun-start is nil.
3284 Based on code by Martin Rudalics.
3285
6bddffd0 3286 * progmodes/cc-mode.el (c-basic-common-init): Don't set
bce4aeb4
AM
3287 open-paren-in-column-0-is-defun-start to nil any more.
3288
eb0455ab
RS
32892006-12-17 Richard Stallman <rms@gnu.org>
3290
303958a9
RS
3291 * simple.el (delete-horizontal-space): Use prefix arg.
3292
3293 * help-fns.el (describe-variable): Improve blank separator lines.
3294
eb0455ab
RS
3295 * files.el (magic-mode-alist): Mark as risky.
3296
3297 * files.el (make-backup-file-name-1):
3298 Expand backup-directory explicitly.
3299
210a7c2c
MA
33002006-12-17 Michael Albinus <michael.albinus@gmx.de>
3301
3302 * net/tramp.el (tramp-default-method): Before setting to "pscp",
3303 check whether package password.el is loaded, or Pageant is running.
3304
91e03a51
GM
33052006-12-17 Ulf Jasper <ulf.jasper@web.de>
3306
3307 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3308 (icalendar--rris): First try Emacs, then XEmacs.
6bddffd0
SM
3309 (icalendar--convert-ical-to-diary): Doc fix.
3310 Insert newline at end of target file.
91e03a51 3311
e18be861
KS
33122006-12-17 Kim F. Storm <storm@cua.dk>
3313
3314 * outline.el (outline-isearch-open-invisible-function): New defvar.
3315 (outline-flag-region): Use it if non-nil for isearch-open-invisible
3316 overlay property instead of outline-isearch-open-invisible.
3317
6e5af5e5
KS
33182006-12-16 Kim F. Storm <storm@cua.dk>
3319
3320 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3321 if ido-directory-too-big is set on entry.
d762e2f0
KS
3322 (ido-toggle-ignore, ido-completion-help): Print message while
3323 reading big directory.
6e5af5e5 3324
71af6fc4
RS
33252006-12-15 Richard Stallman <rms@gnu.org>
3326
3327 * shell.el (shell): Doc fix.
3328
7a3eb886 33292006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
75036d1c 3330
6e5af5e5 3331 * emulation/edt.el (edt-xserver):
75036d1c
EZ
3332 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3333 to fix a problem on Cygwin.
3334
3335 * emulation/edt.el
3336 * emulation/edt-mapper.el
3337 * emulation/edt-lk201.el
3338 * emulation/edt-pc.el
3339 * emulation/edt-vt100.el: Update maintainer's email address.
3340
d71826c4
EZ
33412006-12-15 Simon Marshall <simon@gnu.org>
3342
7a3eb886 3343 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
d71826c4 3344
e71b26ec
YM
33452006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3346
3347 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3348 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3349 instead of mac-atsu-font-table.
3350 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3351
b986d626 33522006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
0aaf5bb0 3353
b986d626
JB
3354 * align.el (align-match-tex-pattern): Fix a rare bug which
3355 hanged Emacs.
0aaf5bb0 3356
012884e2
RS
33572006-12-14 Richard Stallman <rms@gnu.org>
3358
3359 * startup.el (use-fancy-splash-screens-p): Use frame-height
3360 instead of window-height. Pass frame to image-size.
3361
218e7ce3
KH
33622006-12-13 Kenichi Handa <handa@m17n.org>
3363
b986d626
JB
3364 * international/mule-cmds.el (set-locale-environment):
3365 Set default-sendmail-coding-system too.
218e7ce3 3366
328f7b35
S
33672006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
3368
b986d626 3369 * progmodes/idlw-help.el: Fix copyright notice.
328f7b35 3370
0e6c966c
SM
33712006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3372
3373 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3374
53d45a17
JB
33752006-12-11 Juanma Barranquero <lekktu@gmail.com>
3376
3377 * subr.el (unread-command-char): Reformat obsolescence info.
3378
e869fa92
RS
33792006-12-11 Richard Stallman <rms@gnu.org>
3380
3381 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3382 about calls to cl-struct-setf-expander.
3383
a3f56d9c
JB
33842006-12-11 Juanma Barranquero <lekktu@gmail.com>
3385
3386 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3387 (ediff-combination-pattern): Fix typo in docstring.
3388
3389 * textmodes/refer.el (refer-find-entry): Doc fix.
3390 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3391 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3392 Fix tipos in docstrings.
3393
3394 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3395
df20dc2b
KS
33962006-12-10 Kim F. Storm <storm@cua.dk>
3397
3398 * ido.el (ido-init-completion-maps): Remap backward-kill-word
3399 instead of binding M-backspace.
3400
28e86dc4
JB
34012006-12-10 Juanma Barranquero <lekktu@gmail.com>
3402
87a931dc
MC
3403 * replace.el (replace-match-data, replace-match-maybe-edit):
3404 * calc/calc-aent.el (calc-eval-error):
3405 * emulation/vi.el (vi-char-argument):
28e86dc4
JB
3406 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3407 (c-vsemi-status-unknown-p-fn): Doc fixes.
3408
34acfe6f
CY
34092006-12-10 Chong Yidong <cyd@stupidchicken.com>
3410
3411 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3412 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
3413
5bc1b111
MY
34142006-12-10 Masatake YAMATO <jet@gyve.org>
3415
3416 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
28e86dc4 3417
ce7df393
CY
34182006-12-09 Chong Yidong <cyd@stupidchicken.com>
3419
b13f75a9
CY
3420 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3421
3422 * man.el (Man-xref-button-action): New function. If the
3423 `Man-target-string' button property is a function, assume it
3424 accepts a position argument.
3425 (Man-abstract-xref-man-page): Use it.
3426 (Man-default-man-entry): New optional arg POS.
3427
ce7df393
CY
3428 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3429 symlink arrows read-only and non-rear-sticky.
3430
25e0d375
CY
34312006-12-09 Martin Rudalics <rudalics@gmx.at>
3432
3433 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
86b8a072 3434 (wdired-search-and-rename): Simplify code.
25e0d375 3435 (wdired-preprocess-files, wdired-preprocess-perms): Make
86b8a072
JB
3436 read-only property of preceding character rear-nonsticky to
3437 avoid that it can be modified. Put old-name and old-link
3438 properties on character preceding name and replace
3439 put-text-property by add-text-properties.
3440 (wdired-get-filename, wdired-get-previous-link): Get old-name
3441 and old-link properties from character preceding name and
3442 simplify code.
25e0d375 3443 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
86b8a072
JB
3444 (wdired-perms-to-number): Make local-map property
3445 rear-nonsticky to avoid that text following permissions may be
3446 modified. Use add-text-properties instead of put-text-property
3447 when changing a permission bit.
25e0d375
CY
3448 (wdired-change-to-dired-mode): Remove stickiness properties.
3449
52624858
JB
34502006-12-09 Juanma Barranquero <lekktu@gmail.com>
3451
3452 * international/mule-cmds.el (register-input-method): Doc fix.
3453
cbf9640e
EZ
34542006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
3455
3456 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3457
f248f005
EZ
34582006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3459
3460 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3461 Force buffer local defs evaluation on local variables loading.
3462 (flyspell-mode-on, flyspell-mode-off): Use it in
3463 `hack-local-variables-hook'.
3464
d1dcf3e7
EZ
34652006-12-09 Eli Zaretskii <eliz@gnu.org>
3466
ebfb5ed9
EZ
3467 * emacs-lisp/find-func.el (find-variable): Doc fix.
3468
3469 * help-fns.el (variable-at-point): Doc fix.
3470
d1dcf3e7
EZ
3471 * w32-fns.el (w32-append-code-lines): New function.
3472
5641e7a9
RF
34732006-12-09 Romain Francoise <romain@orebokech.com>
3474
3475 * comint.el (comint-insert-input): Delete obsolete comment.
5641e7a9 3476
addc252e
SM
34772006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3478
3479 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3480 current frame, in case we're connected to several displays.
3481
c2c93894
JB
34822006-12-08 Juanma Barranquero <lekktu@gmail.com>
3483
3484 * frame.el (other-frame): Doc fix.
3485 (set-frame-parameter): Fix typo in docstring.
3486
48b33882
KS
34872006-12-07 Kim F. Storm <storm@cua.dk>
3488
3489 * info.el (Info-index): Strip leading colon from topic.
3490
c8deb8bc
NR
34912006-12-07 Nick Roberts <nickrob@snap.net.nz>
3492
3493 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3494 to pointers.
3495
58c8f915
S
34962006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
3497
3498 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3499 Trim out spurious class inheritance "None" entries.
3500
14b1e135
KS
35012006-12-05 Kim F. Storm <storm@cua.dk>
3502
3503 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
addc252e
SM
3504 (cua-paste-pop): Rework last change for
3505 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3506 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3507 text inserted by the last M-y command.
14b1e135 3508
dd4b03cd
JB
35092006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3510
3511 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3512 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3513
3514 * shell.el (shell): Search the start file in ~/.emacs.d as
3515 `init_SHELLNAME.sh' instead.
3516
da9109f7
GM
35172006-12-05 Glenn Morris <rgm@gnu.org>
3518
3519 * progmodes/cperl-mode.el (cperl-mode)
3520 * progmodes/f90.el (f90-mode-abbrev-table)
3521 * progmodes/fortran.el (fortran-mode-abbrev-table)
3522 * progmodes/octave-mod.el (octave-abbrev-table)
3523 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
addc252e 3524 if abbrev-table is non-nil (saved user abbrevs may have been restored).
da9109f7
GM
3525
3526 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3527 clear abbrev table, else saved abbrevs will not be restored.
3528
f9708e3c
JB
35292006-12-04 Juanma Barranquero <lekktu@gmail.com>
3530
3531 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3532 the call to `make-obsolete-variable', not in the docstring.
3533
f48658df
CY
35342006-12-04 Chong Yidong <cyd@stupidchicken.com>
3535
f9708e3c 3536 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
f48658df 3537
758e48a0
VJL
35382006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3539
3540 * progmodes/ebnf-abn.el:
3541 * progmodes/ebnf-bnf.el:
3542 * progmodes/ebnf-dtd.el:
3543 * progmodes/ebnf-ebx.el:
3544 * progmodes/ebnf-iso.el:
3545 * progmodes/ebnf-otz.el:
3546 * progmodes/ebnf-yac.el:
3547 * progmodes/ebnf2ps.el:
3548 * delim-col.el:
3549 * printing.el:
3550 * ps-bdf.el:
3551 * ps-mule.el:
3552 * ps-print.el: Remove 'Time-stamp' comment mark.
3553
36222e78
VJL
3554 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3555 'easy-menu-add-item' when called in Emacs 21 or higher.
3556
2c9cf57e
JB
35572006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
3558
3559 * progmodes/ada-xref.el (ada-check-current): Doc fix.
3560 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
3561
9d8b24a2
KS
35622006-12-04 Kim F. Storm <storm@cua.dk>
3563
3564 * bindings.el (global-map): Bind [signal t] to ignore, to have
3565 user signals ignored by default.
3566
def7167b
JB
35672006-12-04 Juanma Barranquero <lekktu@gmail.com>
3568
3569 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3570 Unicode data file pointed to by `describe-char-unicodedata-file'.
3571
9bbceb74
SM
35722006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3573
3574 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3575 O(n^2) regexp-search by anchoring the search.
3576
2b058c72
DN
35772006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
3578
3579 * whitespace.el (whitespace-cleanup-internal): Use current
3580 argument for recursive call.
3581
57176422
MA
35822006-12-04 Michael Albinus <michael.albinus@gmx.de>
3583
3584 * net/tramp.el (tramp-methods): Add "ControlPath" and
3585 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
3586 Andreas Schwab <schwab@suse.de>.
3587 (tramp-do-copy-or-rename-file-out-of-band)
3588 (tramp-open-connection-rsh): Compute format spec for ?t.
3589 (tramp-process-actions): Trace command parameters.
3590
d2e126dc
NR
35912006-12-04 Nick Roberts <nickrob@snap.net.nz>
3592
6dadbf89
NR
3593 * simple.el (toggle-truncate-lines): Clarify doc string.
3594
d2e126dc
NR
3595 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3596 (gdb-speedbar-expand-node): Use it.
3597
a8d5f40f
RS
35982006-12-04 Richard Stallman <rms@gnu.org>
3599
3600 * progmodes/python.el (python-indent): Add safe-local-variable prop.
3601
3602 * dired.el (dired-revert): Turn off dired-after-readin-hook
3603 around call to dired-readin.
3604
3605 * menu-bar.el (menu-bar-make-toggle): Add "globally"
3606 to echo area messages.
3607 <indicate-empty-lines, case-fold-search>:
3608 Add "globally" to Help string.
3609 <case-fold-search>: MESSAGE arg need not say "globally".
9bbceb74 3610 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
a8d5f40f
RS
3611
36122006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
3613
3614 * outline.el (outline-end-of-subtree): Don't leave an empty
3615 line hidden as we would a real next heading.
3616
f9f46d8d
KS
36172006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
3618
3619 * allout.el (allout-ascend): Add an optional argument to preserve
3620 original position of point when unsuccessful. Also, fix a
3621 docstring error.
3622 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3623 work again, using allout-ascend's new option.
9bbceb74 3624 (allout-setup-mode-map): Extract from allout-mode to initialize
f9f46d8d
KS
3625 allout-mode-map. Call it on file load, so the mode docstring
3626 substitutions work even if allout mode has not yet been invoked.
3627 (allout-mode): Use new allout-setup-mode-map to track any keybinding
3628 customizations since the map was last processed. Also, refine the
3629 docstring so it's ship-shape for release.
3630 (allout-default-layout, allout-beginning-of-line-cycles)
3631 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3632 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3633 (allout-version, allout-layout, allout-infer-body-reindent)
3634 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3635 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3636 (allout-previous-heading, allout-goto-prefix-doublechecked)
3637 (allout-current-bullet-pos, allout-next-sibling-leap)
3638 (allout-pre-command-business, allout-encrypted-type-prefix)
3639 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3640 (allout-rebullet-topic, allout-rebullet-topic-grunt)
3641 (allout-flag-region, allout-expose-topic, allout-expose-topic)
3642 (allout-old-expose-topic, allout-listify-exposed)
3643 (allout-process-exposed, allout-latex-verb-quote)
3644 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3645 (allout-toggle-current-subtree-encryption)
3646 (allout-toggle-subtree-encryption, allout-bullet-isearch):
3647 Remove extraneous open-paren and close paren string escapes.
3648
7977c946
JB
36492006-12-03 Juanma Barranquero <lekktu@gmail.com>
3650
3651 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3652 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3653 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3654 Fix typos in docstrings.
3655
23382015
GM
36562006-12-03 Glenn Morris <rgm@gnu.org>
3657
3658 * progmodes/cc-align.el
3659 * progmodes/cc-awk.el
3660 * progmodes/cc-cmds.el
3661 * progmodes/cc-compat.el
3662 * progmodes/cc-defs.el
3663 * progmodes/cc-engine.el
3664 * progmodes/cc-langs.el
3665 * progmodes/cc-menus.el
3666 * progmodes/cc-mode.el
3667 * progmodes/cc-styles.el
3668 * progmodes/cc-vars.el
3669 * progmodes/vhdl-mode.el: Fix Copyright format.
3670
8a6137df
CY
36712006-12-02 Chong Yidong <cyd@stupidchicken.com>
3672
3673 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3674 initial down event.
3675
85e3d48f
KS
36762006-12-02 Kim F. Storm <storm@cua.dk>
3677
3678 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3679 (cua-repeat-replace-region): Make M-v more robust.
3680 (cua-paste-pop-rotate-temporarily): New defcustom.
3681 (cua-paste-pop): Use it.
3682 (cua-auto-mark-last-change): New defcustom.
3683 (cua-pop-to-last-change): New helper function.
3684 (cua-set-mark): Use them.
3685
ba3a449e
NR
36862006-12-01 Nick Roberts <nickrob@snap.net.nz>
3687
493ded4f 3688 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
ba3a449e
NR
3689 mini-buffer message.
3690
2acb13b1
JB
36912006-12-01 Juanma Barranquero <lekktu@gmail.com>
3692
3693 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3694
d166d7c4 36952006-12-01 Ben North <ben@redfrontdoor.org>
4abc74e8 3696
f9914209 3697 * paren.el: Fix the highlight overlay extension when the user types a
77ea34ce 3698 sequence of char very fast just before the open parenthesis.
d166d7c4
VJL
3699
37002006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
f9914209 3701
4abc74e8
VJL
3702 * ps-mule.el: Eliminate Emacs 20 compatibility.
3703
2acb13b1 3704 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
d4757043 3705 (ps-print-version): New version 6.7.
4abc74e8
VJL
3706 (ps-print-quote): Replace '?\ ' by '?\s'.
3707
310afa17
JB
37082006-11-30 Juanma Barranquero <lekktu@gmail.com>
3709
3710 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3711 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3712 (hexl-end-of-1k-page): Doc fixes.
3713 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3714 Fix typos in docstrings.
3715
939cb3e8
KS
37162006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3717
310afa17 3718 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
939cb3e8
KS
3719 locally, i.e. without using file name handlers.
3720 (ido-read-internal): Allow mono letter host names, avoiding the
3721 `c:' problem by testing if the file exists locally.
3722 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3723
3fc29559
MY
37242006-11-30 Masatake YAMATO <jet@gyve.org>
3725
3726 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3727 to avoid bytecomp warnings.
3728 (hexl-mode-old-ruler-function): New variable.
3729 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3730 and `hl-line-range-function' after `require' hl-line.
3731 Then bind `hl-line-range-function' and `hl-line-face'.
1b7ef4aa
JB
3732 Don't require frame. Don't use `with-no-warnings'.
3733 (hexl-activate-ruler): Store the original value of
3fc29559 3734 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
1b7ef4aa 3735 (hexl-mode-exit): Restore the original value of
3fc29559
MY
3736 `ruler-mode-ruler-function'.
3737
1b7ef4aa 37382006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6ac2ae62 3739
1b7ef4aa
JB
3740 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3741 (hexl-mode-old-hl-line-face): New variable.
6ac2ae62
MY
3742 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3743 line when exit from the hexl-mode.
3744
33fac697
JB
37452006-11-30 Juanma Barranquero <lekktu@gmail.com>
3746
1b7ef4aa
JB
3747 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3748 Doc fixes.
3749
33fac697
JB
3750 * international/fontset.el (create-fontset-from-ascii-font)
3751 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3752 (fontset-name-p): Fix typo in docstring.
3753
3754 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3755
8a3ee455 37562006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
07239461 3757
2acb13b1 3758 * ps-bdf.el: Fix maintainer email.
07239461 3759
2acb13b1 3760 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
07239461
VJL
3761 compatibility.
3762
2acb13b1 3763 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
07239461
VJL
3764 21 compatibility.
3765 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3766 Emacs 20 & 21.
3767
e141c335
S
37682006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
3769
9bbceb74
SM
3770 * progmodes/idlwave.el (idlwave-auto-fill):
3771 Remove paragraph-start let to prevent auto-fill giving up.
e141c335 3772
9fa04a08
JB
37732006-11-28 Juanma Barranquero <lekktu@gmail.com>
3774
3775 * vt100-led.el (led-state): Fix typo in previous change.
3776
3b46a8f7
CY
37772006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3778
9bbceb74
SM
3779 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3780 Fix interactive spec of the functions getting defined to make them
3b46a8f7
CY
3781 work as documented.
3782
0c3e8c6c
CY
37832006-11-28 Chong Yidong <cyd@stupidchicken.com>
3784
3785 * startup.el (fancy-splash-screens): Hide initial splash buffer.
3786
c09908a3
KS
37872006-11-28 Kim F. Storm <storm@cua.dk>
3788
3789 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3790 icomplete-mode is enabled.
3791
a1afc260
CD
37922006-11-28 Carsten Dominik <dominik@science.uva.nl>
3793
3794 * textmodes/org.el (require): Require gnus-sum during compilation
3795 to avoid problem with a macro call.
3796
bf897a90
GM
37972006-11-28 Glenn Morris <rgm@gnu.org>
3798
3799 * emacs-lisp/authors.el (authors-aliases): Add new alias.
3800
3801 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3802 (fortran-window-create-momentarily): Do not need string-to-char.
3803
7bc297d7
RS
38042006-11-28 Richard Stallman <rms@gnu.org>
3805
3806 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3807 Replace incorrect use of assoc-default with a loop.
3808
3809 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3810
3811 * simple.el (next-error-find-buffer): Improve messages.
3812
3813 * files.el (revert-buffer): Special error message if file
3814 is now not readable.
3815
3816 * facemenu.el (facemenu-add-new-face): Improve doc strings of
3817 constructed commands.
3818
3819 * comint.el (comint-exec-1): Provide Emacs version and `comint'
3820 in INSIDE_EMACS.
3821
ff348fba
SM
38222006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3823
fe39af99
SM
3824 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3825
ff348fba
SM
3826 * server.el: Remove spurious * in docstrings.
3827 (server-process-filter): Exit from recursive editing before processing
3828 a new request.
3829
c8aab130
S
38302006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
3831
3832 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3833 line so hidden blocks will be correctly identified.
3834
8d4bf0e5
JB
38352006-11-27 Juanma Barranquero <lekktu@gmail.com>
3836
b8f11c58
JB
3837 * ledit.el (ledit-save-defun, ledit-mode):
3838 * resume.el (resume-emacs-args-buffer):
3839 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3840 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3841 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3842 (command-send-input, command-kill-line):
3843 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3844
3845 * autoarg.el (autoarg-kp-mode): Doc fix.
3846
3847 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
3848 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
3849 (check-emacs-lock): Doc fix. Simplify.
3850
3851 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3852 (iimage-mode-buffer): Fix typos in docstring.
3853
3854 * misc.el (zap-up-to-char): Doc fix.
3855
8d4bf0e5
JB
3856 * time-stamp.el: Fix comment and obsolescence string for old
3857 functions. Use `dolist' instead of `while'.
3858
b8f11c58
JB
3859 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
3860
8d4bf0e5
JB
3861 * disp-table.el (standard-display-8bit, standard-display-default):
3862 * ebuff-menu.el (electric-buffer-list):
3863 * ehelp.el (electric-help-command-loop):
3864 * font-core.el (font-lock-mode):
3865 * help-macro.el (make-help-screen):
3866 * help.el (describe-minor-mode-completion-table-for-indicator)
3867 (lookup-minor-mode-from-indicator):
3868 * indent.el (tab-to-tab-stop, move-to-tab-stop):
3869 * info-look.el (info-lookup-guess-custom-symbol):
3870 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
3871 * longlines.el (longlines-wrap-line):
3872 * macros.el (insert-kbd-macro):
3873 * menu-bar.el (menu-bar-update-buffers):
3874 * misc.el (copy-from-above-command):
3875 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
3876 * newcomment.el (comment-indent):
3877 * novice.el (disabled-command-function):
3878 * sort.el (sort-fields-syntax-table):
3879 * subr.el (momentary-string-display):
3880 * tar-mode.el (tar-header-block-summarize)
3881 (tar-clear-modification-flags):
3882 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
3883 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
3884 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
3885 (te-delete-char, te-down-vertically-or-scroll):
3886 * time-stamp.el (time-stamp-string-preprocess):
3887 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
3888
0a43e427
NR
38892006-11-26 Nick Roberts <nickrob@snap.net.nz>
3890
3891 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
3892 in GUD mode.
3893
3894 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
3895 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
3896
ba1f3817
JD
38972006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3898
3899 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
3900
1babb7ea
JB
39012006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
3902
3903 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
3904 (ada-compile-goto-error): Adapt to new argument profile of
3905 compilation-goto-locus in Emacs 22. Don't check if the various
3906 compile functions are defined; we already do "(require 'compile)".
3907
2409ce7f
KS
39082006-11-26 Kim F. Storm <storm@cua.dk>
3909
3910 * kmacro.el: Fix commentary.
3911
bedb71f6
NR
39122006-11-26 Nick Roberts <nickrob@snap.net.nz>
3913
3914 * progmodes/gud.el (gdb): Explain how to run in text command mode
3915 more clearly. Say in error message that multiple debugging
3916 requires restarting GDB.
3917
2ebdd2d8
JB
39182006-11-25 Juanma Barranquero <lekktu@gmail.com>
3919
3920 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3921
1d9a4930
EZ
39222006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
3923
2ebdd2d8 3924 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
1d9a4930
EZ
3925 (flymake-popup-menu): Use it instead of posn-at-point.
3926
d86b05e7
JD
39272006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3928
ff348fba
SM
3929 * progmodes/cc-vars.el (c-backslash-column):
3930 Mention c-backslash-max-column in documentation for c-backslash-column.
d86b05e7 3931
6b2633cc 39322006-11-24 Lars Hansen <larsh@soem.dk>
365bba5e 3933
6b2633cc
LH
3934 * net/tramp.el (tramp-default-method): Under Windows, change from
3935 plink to pscp.
3936 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
365bba5e
KS
3937 (tramp-actions-copy-out-of-band):
3938 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6b2633cc
LH
3939 (tramp-action-out-of-band): Move "Permission denied" handling to
3940 tramp-action-copy-failed.
3941 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
3942 process buffer.
3943
053f45dd
SM
39442006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3945
3559aa8b
SM
3946 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3947 strings to a single string. Quote `errors-file-name'.
3948 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3949 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3950 Adjust calls. Use `shell-quote-argument'.
3951
053f45dd
SM
3952 * international/mule.el (load-with-code-conversion)
3953 (with-category-table): Use with-current-buffer.
3954 (after-insert-file-set-coding): Use restore-buffer-modified-p.
3955
362e23e1
EZ
39562006-11-24 Eli Zaretskii <eliz@gnu.org>
3957
053f45dd
SM
3958 * mail/smtpmail.el (smtpmail-send-it):
3959 Copy buffer-file-coding-system from the mail buffer. Possibly add a
3960 MIME header for the message encoding.
3961 Bind coding-system-for-write around the call to mail-do-fcc.
3962 Use smtpmail-code-conv-from to encode queued mail messages.
362e23e1 3963
550831ed
JB
39642006-11-24 Juanma Barranquero <lekktu@gmail.com>
3965
96215ace
JB
3966 * tabify.el (tabify-regexp): Doc fix.
3967
550831ed
JB
3968 * net/rcirc.el (rcirc-buffer-maximum-lines):
3969 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
3970
3971 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
3972 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
3973 Fix typos in output messages.
3974 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
3975
312d24fb
SM
39762006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3977
3978 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
3979 the horse's mouth.
3980 (hexlify-buffer): Don't re-encode an arg that's already encoded.
3981
31e71026 39822006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
5978ab2c 3983
312d24fb
SM
3984 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
3985 Remove condition-case.
5978ab2c 3986
eb2fa81f
GM
39872006-11-23 Glenn Morris <rgm@gnu.org>
3988
3989 * progmodes/f90.el (f90-comment-indent): Do not move point in
3990 default case.
3991
fef1f0f2
RF
39922006-11-21 Romain Francoise <romain@orebokech.com>
3993
3994 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
3995 from library name (reverts change of 2005-10-25).
3996
5e08fcba
CY
39972006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
3998
3999 * tutorial.el (tutorial--default-keys): Add newline and
4000 delete-backward-char bindings.
4001 (tutorial--detailed-help): Save excursion when finding keys.
4002 Correct warning string for M-x FOO case.
4003 (tutorial--display-changes): Print special keys in tutorial style.
4004 Tweak search regexp for changed keys.
4005
a98d0b8e 40062006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4f5d4668 4007
5978ab2c 4008 * thingatpt.el (thing-at-point-url-at-point): Don't add a
4f5d4668
RS
4009 redundant scheme.
4010
a98d0b8e 40112006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
4f5d4668 4012
312d24fb 4013 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
4f5d4668
RS
4014 are new to the list at IANA. Also added irc, mms, mmsh.
4015
1ada3be2
S
40162006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
4017
312d24fb
SM
4018 * progmodes/idlw-help.el (idlwave-html-help-location):
4019 Fail gracefully for missing help packages.
1ada3be2
S
4020 (idlwave-help-assistant-open-link): Open full links.
4021 (idlwave-help-assistant-help-with-topic): Direct help link.
4022
312d24fb
SM
4023 * progmodes/idlwave.el (idlwave-mode):
4024 Set add-log-current-defun-function.
4025 (idlwave-current-routine-fullname): Add, to support add-log.
1ada3be2
S
4026 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
4027 to reflect improvements to xml-parse-file.
4028 (idlwave-mode-menu-def): New binding for help-with-topic.
4029
4030 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
4031 Handle extra newlines and spaces.
4032 (idlwave-shell-mode-map): Add help-with-topic.
4033
6f82bad7
CY
40342006-11-20 Chong Yidong <cyd@stupidchicken.com>
4035
4036 * tutorial.el (tutorial-warning-face): New face.
4037 (tutorial--detailed-help, tutorial--display-changes): Use it.
4038 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4039 Improve search pattern for occurrences of changed keys.
4040
8eee8101
JD
40412006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4042
4043 * term/x-win.el (x-last-cut-buffer-coding): New variable.
4044 (x-select-text): Set it.
4045 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
4046 when checking for newness.
4047
784c9f3c
JB
40482006-11-19 Juanma Barranquero <lekktu@gmail.com>
4049
d57727c9
JB
4050 * subr.el (posn-image):
4051 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4052
784c9f3c
JB
4053 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4054
4fc9bd56 40552006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
014d32b1
JB
4056
4057 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4058 Exceptions to the rule "add a space between an identifier and an
4059 opening parenthesis". Defaulted to the `#define' problem of cpp.
5978ab2c 4060 (glasses-parenthesis-exception-p): New. Check if the region is an
014d32b1
JB
4061 exception regarding to that.
4062 (glasses-make-readable): Use it.
5978ab2c 4063 (glasses-convert-to-unreadable): Ditto. Modify the file also if
014d32b1
JB
4064 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4065
b733eeef
CY
40662006-11-19 Chong Yidong <cyd@stupidchicken.com>
4067
4068 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4069
029248ee
JB
40702006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
4071
4072 * progmodes/ada-mode.el (ada-make-body): Fix typo.
4073
4074 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4075 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
4076
fdf8f29f
CY
40772006-11-18 Chong Yidong <cyd@stupidchicken.com>
4078
f80832bc
CY
4079 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4080 conditions for function or variable bindings.
4081
fdf8f29f
CY
4082 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4083
4084 * progmodes/compile.el (compilation-start): Ditto.
4085
d8d555f2
MA
40862006-11-18 Michael Albinus <michael.albinus@gmx.de>
4087
4088 * net/tramp.el (top): cl and custom are always required.
4089
ccf17b26
JD
40902006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4091
4092 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4093 cut-buffers with next-selection-coding-system if not nil.
4094
1063e165
CD
40952006-11-17 Carsten Dominik <dominik@science.uva.nl>
4096
4097 * textmodes/org.el (org-fix-decoded-time): New function.
4098 (org-display-custom-time): Use `org-fix-decoded-time'.
4099
5fc0d934
CY
41002006-11-17 Chong Yidong <cyd@stupidchicken.com>
4101
4102 * menu-bar.el (menu-bar-games-menu): Remove yow.
4103
119ee84f
CD
41042006-11-17 Carsten Dominik <dominik@science.uva.nl>
4105
4106 * textmodes/org.el (org-scan-tags): Re-align code fixed.
312d24fb 4107 (org-detach-overlay): Rename from `org-detatch-overlay'.
119ee84f
CD
4108 (org-table-convert-region): Insert space after column separator.
4109 (org-agenda-kill): New command.
4110 (org-metaleft): Call `org-outdent-item' on bullets.
4111 (org-metaright): Call `org-indent-item' on bullets.
4112 (org-timestamp-change): Set `org-last-changed-timestamp'.
4113 (org-current-line): Make sure (bolp) returns correct result.
4114 (org-agenda-change-all-lines): Make sure TODO are highlighted.
4115
3c5471b8
SM
41162006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4117
4118 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4119
c940b9e5
CY
41202006-11-16 Chong Yidong <cyd@stupidchicken.com>
4121
4122 * mouse.el (global-map): Change 2006-08-16 fix to call
4123 mouse-yank-at-click explicitly, since mouse events are not carried
4124 over into keyboard macros.
4125
9923717e
KS
41262006-11-16 Kim F. Storm <storm@cua.dk>
4127
5978ab2c 4128 * ido.el (ido-file-internal): Use current buffer's file name as default
9923717e
KS
4129 choice for ido-find-alternate-file. Suggested by Matt Hodges.
4130
41312006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
30fa2159
CY
4132
4133 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4134 (allout-inhibit-aberrance-doublecheck): Rename from
4135 allout-during-yank-processing. All callers changed.
4136 (allout-ascend): Provide for unusual case where some topic after
4137 the first in file is at lower depth than the first.
4138 (allout-shift-in): Ensure the offspring of the new containing
4139 topic are exposed.
4140 (allout-encrypt-string): Preserve the coding-system of the text,
4141 according to that of the containing buffer.
4142 (allout-toggle-subtree-encryption): When the text being encrypted
4143 requires a different coding system, offer to preserve the coding
4144 system using a file local var.
4145
bf5546ac
CY
41462006-11-15 Simon Marshall <simon@gnu.org>
4147
eb1b7f89
CY
4148 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4149 to recognise "T t()" as a function declaration, rather than a
4150 variable instantiation, iff at the top-level or inside a class
bf5546ac
CY
4151 declaration. Suggested by Feng Li <fengli@gmail.com>.
4152
7809b182
JB
41532006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
4154
4155 * progmodes/ada-xref.el (ada-parse-prj-file):
4156 Don't delete project buffer; user may want to edit it.
4157 (ada-xref-set-project-field, ada-xref-current-project-file)
4158 (ada-xref-current-project, ada-show-current-project)
4159 (ada-set-main-compile-application): New functions.
4160 (ada-xref-get-project-field, ada-require-project-file):
4161 Normalize use of ada-prj-default-project-file.
4162 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4163 Normalize use of ada-require-project-file.
4164 (ada-prj-find-prj-file): Improve doc string, comments.
4165
4166 * progmodes/ada-mode.el (ada-mode-version): Bump version.
4167 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4168 (ada-create-menu): Add ada-set-main-compile-application,
4169 ada-show-current-main, ada-show-current-project.
4170
71884b8d
SM
41712006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4172
4173 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4174 (inferior-python-mode): Use it.
4175
5efe831f
AS
41762006-11-14 Andreas Schwab <schwab@suse.de>
4177
4178 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4179
7e9c3923
KS
41802006-11-13 Kim F. Storm <storm@cua.dk>
4181
4182 * ido.el (ido-copy-current-word): C-o copies region if active.
4183
20882f4a
CD
41842006-11-13 Carsten Dominik <dominik@science.uva.nl>
4185
4186 * textmodes/org.el (org-emph-face): Fix typo in variable name.
4187
1bbea9fc
JB
41882006-11-13 Juanma Barranquero <lekktu@gmail.com>
4189
4190 * ediff.el (ediff-revision):
4191 * files.el (set-visited-file-name):
4192 * mail/rmailout.el (rmail-output-body-to-file):
4193 Use `format', not `message', in `y-or-n-p' call.
4194
1585c4a6
CD
41952006-11-13 Carsten Dominik <dominik@science.uva.nl>
4196
1bbea9fc 4197 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
1585c4a6
CD
4198 (org-metaright): Call `org-indent-item' on bullets.
4199 (org-timestamp-change): Set `org-last-changed-timestamp'.
4200 (org-current-line): Make sure (bolp) returns correct result.
1bbea9fc 4201 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
1585c4a6 4202
2b8ecab8
RS
42032006-11-12 Richard Stallman <rms@gnu.org>
4204
4205 * language/european.el (turkish-case-conversion-enable)
4206 (turkish-case-conversion-disable): New functions.
4207 ("Turkish" lang env): Use them.
4208
4209 * international/characters.el (case table):
4210 Do nothing special for i and I.
4211
4212 * subr.el (remove-overlays): Fix last change.
4213
4214 * cus-edit.el (custom-save-all): Use find-file-visit-truename
4215 for visiting the custom file.
4216
32aa3a8c
CY
42172006-11-12 Markus Triska <triska@gmx.at>
4218
4219 * play/handwrite.el (handwrite): Also process lines not ending
4220 with newline. Replace some position-fiddling with different
4221 logic. Improve performance.
4222
1d424b58
JB
42232006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
4224
4225 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4226 replacing deleted variable `ada-check-switch'.
4227 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4228 (ada-xref-project-files): Improve doc string.
4229 (ada-find-executable): New function.
4230 (ada-initialize-runtime-library): Use `ada-find-executable'.
4231 (ada-xref-set-default-prj-values): In compile commands, don't need
4232 `ada-cd-command'; `compile' does that more portably.
4233 Use ada-prj-default-check-cmd.
4234 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4235 properties if not specified in project file.
4236 (ada-goto-declaration): Display useful message for new error
4237 'error-file-not-found.
4238 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4239 'error-file-not-found.
4240 (ada-get-all-references): Match latest ali syntax. Signal new
4241 error 'error-file-not-found.
4242 (ada-find-in-ali): Match latest ali syntax.
4243 (ada-make-filename-from-adaname): Handle different semantics of
4244 gnatkr in GNAT 3.15p vs later.
4245
4246 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4247 ada-procedure-start-regexp.
4248 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4249
4250 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4251 with defvar.
4252 (ada-language-version): Rename ada05 -> ada2005.
4253 (ada-align-region-separate): Add `eval-when-compile'.
4254 (ada-name-regexp): Remove unneeded escapes in regexp character
4255 alternative.
4256 (ada-compile-goto-error-file-linenr-re): New constant.
4257 (ada-matching-start-re): Handle additional cases `declare',
4258 `procedure', `function'.
4259 (ada-compile-goto-error): Handle "... at line nn".
4260 (ada-mode): Clearer syntax, comments for ff-special-constructs.
4261 Delete support for old versions of `align'.
4262 (ada-search-prev-end-stmt): Handle additional keyword `private'.
4263 (ada-check-defun-name): Simplify handling of `declare'.
312d24fb
SM
4264 (ada-goto-matching-start): Handle nested `begin ... end'.
4265 Handle `declare', `protected', `procedure', `function'.
1d424b58
JB
4266 (ada-create-menu): Presence of arm95 is not conditional on using
4267 GNAT compiler.
4268
947129a2
JB
42692006-11-12 Juanma Barranquero <lekktu@gmail.com>
4270
4271 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4272 nil in the *RE-Builder* buffer (it causes spurious error messages).
4273
4274 * server.el (server-visit-files): If `minibuffer-auto-raise' has
4275 been set to t, respect it.
4276
dc786b8a
JB
42772006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
4278
4279 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4280 Delete commented out code for old Emacs versions. Autoloading of
4281 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4282 (ada-mode-version): Bump version number.
4283 (ada-95-string-keywords, ada-2005-string-keywords)
4284 (ada-2005-keywords, ada-name-regexp): New constant.
4285 (ada-language-version, ada-procedure-start-regexp, ada-mode)
4286 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4287 (ada-package-start-regexp): Support private packages, include package
4288 name (for ada-set-point-accordingly).
4289 (ada-next-procedure, ada-previous-procedure)
4290 (ada-which-function-are-we-in): Match changes to
4291 ada-procedure-start-regexp.
4292 (ada-make-body): Make non-interactive; not a user function.
4293 (ada-make-subprogram-body): Improve doc string.
4294
28a62ecb
RF
42952006-11-11 Romain Francoise <romain@orebokech.com>
4296
4297 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4298 `compilation-error-regexp-alist' buffer-local, since we changed
4299 `compilation-error-regexp-alist-alist' locally.
4300
174db3d3
JB
43012006-11-11 Juanma Barranquero <lekktu@gmail.com>
4302
4303 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4304 to the value of `server-raise-frame'.
4305
64948f0f
GM
43062006-11-11 Glenn Morris <rgm@gnu.org>
4307
4308 * ido.el (ido-enable-prefix)
4309 * ses.el (ses-call-printer-return)
4310 * net/tramp.el (tramp-unified-filenames)
4311 * progmodes/cc-align.el (c-lineup-string-cont)
4312 * progmodes/compile.el (compilation-directory-matcher)
4313 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4314 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4315 (vhdl-clock-rising-edge)
4316 * textmodes/org.el (org-export-with-timestamps)
4317 (org-export-remove-timestamps-from-toc)
4318 (org-export-with-tags): Improve previous doc fixes.
4319
89be8f4e
RS
43202006-11-11 Richard Stallman <rms@gnu.org>
4321
4322 * textmodes/flyspell.el (flyspell-mode-map):
4323 Bind C-c $ instead of M-RET.
4324
719106a3
CY
43252006-11-10 Simon Marshall <simon@gnu.org>
4326
4327 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4328 fontification for "case" and "default" keywords.
4329
bf4c75a4
AS
43302006-11-10 Andreas Schwab <schwab@suse.de>
4331
174db3d3
JB
4332 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4333 Avoid starting sentence with "nil".
bf4c75a4 4334
0cf79a3b
JB
43352006-11-10 Juanma Barranquero <lekktu@gmail.com>
4336
4337 * server.el (server-raise-frame): New option.
4338 (server-switch-buffer): Use it.
4339
5938a663
NR
43402006-11-10 Nick Roberts <nickrob@snap.net.nz>
4341
4342 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4343 with a capital.
4344
d226567a
CD
43452006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
4346
3898854f 4347 * textmodes/org.el (org-show-hierarchy-above)
312d24fb 4348 (org-show-following-heading): Fix typo in default value.
3898854f 4349 (org-scan-tags): Make the search case-sensitive.
1585c4a6
CD
4350 (org-tags-sparse-tree): Don't overrule
4351 `org-show-following-heading' and `org-show-hierarchy-above'.
d226567a 4352 (org-reveal): New command.
312d24fb 4353 (org-show-context): Rename from `org-show-hierarchy-above'.
d226567a 4354 (org-fast-tag-selection-single-key): New option.
312d24fb 4355 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
d226567a
CD
4356 (org-tags-overlay): New variable.
4357 (org-agenda-todo-ignore-deadlines): New option.
3898854f
CD
4358 ("session"): Add circular data structure `org-mark-ring' to
4359 exceptions list in session.el.
d226567a
CD
4360 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4361 New options.
4362 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
312d24fb
SM
4363 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4364 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
d226567a
CD
4365 (org-finalize-agenda): Activate bracket links in agenda.
4366 (org-at-timestamp-p, org-at-date-range-p): Additional argument
4367 INACTIVE-OK.
312d24fb
SM
4368 (org-show-hierarchy-above, org-show-following-heading):
4369 List values allowed for fine-tuned configuration.
3898854f
CD
4370 (org-show-hierarchy-above): New argument CONTEXT, use the
4371 fine-tuned settings in `org-show-hierarchy-above' and
4372 `org-show-following-heading'.
d226567a 4373 (org-display-custom-time): New function.
312d24fb 4374 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
d226567a
CD
4375 (org-display-custom-times, org-time-stamp-custom-formats):
4376 (org-maybe-intangible): New macro.
312d24fb
SM
4377 (org-activate-bracket-links, org-hide-wide-columns):
4378 Use `org-maybe-intangible'.
d226567a
CD
4379 (org-open-file): Use `shell-quote-argument'.
4380 (org-display-internal-link-with-indirect-buffer): New option.
4381 (org-file-remote-p): Get regexp from list.
4382 (org-link-expand-abbrev): New function.
4383 (org-link-abbrev-alist): New option.
312d24fb
SM
4384 (org-open-at-point, org-cleaned-string-for-export):
4385 Call `org-link-expand-abbrev'.
d226567a
CD
4386 (org-timeline, org-agenda-list, org-todo-list)
4387 (org-tags-view): Remove the KEEP-MODES argument.
4388 (org-finalize-agenda-hook): New hook.
4389 (org-get-alist-option): New function.
4390 (org-follow-timestamp-link): New function.
4391 (org-open-at-point): Call `org-follow-timestamp-link'.
4392 (org-log-note-marker, org-log-note-purpose)
4393 (org-log-note-window-configuration): New variables.
312d24fb 4394 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
d226567a
CD
4395 (org-log-note-headings): New option.
4396 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4397 (org-store-link): Support for dired-mode.
4398 (org-open-file): Substitute environment variables into filename.
4399 (org-last): New defsubst.
4400 (org-agenda-re-align-tags): New function.
4401 (org-agenda-align-tags-to-column): New option.
4402 (org-agenda-timeline): Group removed.
4403 (org-prepare-agenda, org-prepare-agenda-buffers)
4404 (org-run-agenda-series, org-timeline, org-agenda-list)
4405 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4406 the text property inticating the agenda type.
4407 (org-agenda-post-command-hook): Get agenda type from text property
4408 at point.
312d24fb
SM
4409 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
4410 and obey `org-agenda-overriding-arguments'.
4411 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
d226567a 4412 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
312d24fb
SM
4413 (org-agenda-week-view, org-agenda-day-view):
4414 Use `org-agenda-overriding-arguments' to make updating work with
d226567a
CD
4415 multi-block agendas.
4416 (org-agenda-prefix-format): Allow different formats for the
4417 different agenda entry types.
3898854f
CD
4418 (org-timeline-prefix-format): Option removed, use
4419 `org-agenda-prefix-format' instead.
d226567a 4420 (org-prepare-agenda): New function.
3898854f
CD
4421 (org-select-timeline-window): Option removed, use
4422 `org-select-agenda-window' instead.
d226567a
CD
4423 (org-respect-restriction): Variable removed.
4424 (org-cmp-tag): New function.
312d24fb
SM
4425 (org-agenda-sorting-strategy, org-entries-lessp):
4426 Implement sorting by last tag.
d226567a
CD
4427 (org-complete): Better completion in in-buffer option lines.
4428 (org-in-item-p): New function.
312d24fb 4429 (org-org-menu): Add entries for checkboxes.
d226567a
CD
4430 (org-cycle): Extra brouping in outline-regexp, because it is used
4431 in a search with "^" prepended.
4432 (org-provide-checkbox-statistics): New option.
4433 (org-set-font-lock-defaults): Highlight checkbox statistics.
4434 (org-update-checkbox-count-maybe)
4435 (org-get-checkbox-statistics-face): New functions.
4436 (org-update-checkbox-count): New command.
312d24fb
SM
4437 (org-insert-item, org-toggle-checkbox):
4438 Call `org-update-checkbox-count-maybe'.
d226567a
CD
4439 (org-export-as-html): XEmacs compatibility for coding system.
4440 (org-force-cycle-archived): New command.
4441 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4442 overrules cycling.
4443 (org-fix-position-after-promote): If the line contains only a todo
4444 keyword, add a final space.
312d24fb
SM
4445 (org-promote-subtree, org-demote-subtree):
4446 Call `org-fix-position-after-promote'.
d226567a 4447
e5803d84
GM
44482006-11-10 Glenn Morris <rgm@gnu.org>
4449
19a73732
GM
4450 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4451 date in every year.
4452 (calendar-dst-check-each-year-flag): New customizable variable.
4453 (calendar-dst-find-data): New function, extracted from
4454 calendar-current-time-zone.
4455 (calendar-current-time-zone): Use calendar-dst-find-data.
4456 (calendar-dst-transition-cache): New variable.
4457 (calendar-dst-find-startend, calendar-dst-starts)
4458 (calendar-dst-ends): New functions.
4459 (calendar-daylight-savings-starts)
4460 (calendar-daylight-savings-ends): Change value to use
4461 calendar-dst-starts, calendar-dst-ends; respectively.
4462
e5803d84
GM
4463 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4464
9e21382c
GM
4465 * ido.el (ido-enable-prefix)
4466 * ses.el (ses-call-printer-return)
4467 * net/tramp.el (tramp-unified-filenames)
4468 * progmodes/cc-align.el (c-lineup-string-cont)
4469 * progmodes/compile.el (compilation-directory-matcher)
4470 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4471 * progmodes/gdb-ui.el (gdb-many-windows)
4472 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4473 (vhdl-clock-rising-edge)
4474 * textmodes/org.el (org-export-with-timestamps)
4475 (org-export-remove-timestamps-from-toc, org-export-with-tags)
4476 (org-read-date): Doc fix (Nil -> nil).
4477
65a0c81b
JD
44782006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4479
19a73732 4480 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
65a0c81b
JD
4481 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4482
edf6fbc5
JB
44832006-11-10 Juanma Barranquero <lekktu@gmail.com>
4484
4485 * bs.el (bs--window-for-buffer): Remove.
4486 (bs--show-with-configuration): Use `get-window-with-predicate'
4487 instead of `bs--window-for-buffer'.
4488
52f9b751
KH
44892006-11-10 Kenichi Handa <handa@m17n.org>
4490
4491 * files.el (revert-buffer): Fix previous change.
4492
ce3ba12c
JB
44932006-11-09 Juanma Barranquero <lekktu@gmail.com>
4494
4495 * bs.el (bs--redisplay): Fix typo in docstring.
4496 (bs--window-config-coming-from): Make frame-local.
4497 (bs--restore-window-config): New function.
4498 (bs-kill, bs-select, bs-select-other-window)
4499 (bs-select-other-frame): Use it.
4500 (bs--window-for-buffer): Return as soon as a matching buffer is found.
4501 (bs--show-with-configuration): Save the window configuration as a
4502 frame local var, and only if *buffer-selection* is not already
4503 visible on this frame.
4504
8f65162b
CY
45052006-11-08 Chong Yidong <cyd@stupidchicken.com>
4506
4507 * vc-svn.el (vc-svn-admin-directory): New var.
4508 (vc-svn-registered, vc-svn-responsible-p)
4509 (vc-svn-repository-hostname): Use it.
4510 Suggested by arit93@yahoo.com.
4511
ce3ba12c 45122006-11-08 Juanma Barranquero <lekktu@gmail.com>
28b87bb9
JB
4513
4514 * ldefs-boot.el: Regenerate.
4515
6cb54822
AM
45162006-11-08 Alan Mackenzie <acm@muc.de>
4517
28b87bb9
JB
4518 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4519 case (eq open-paren-in-column-0-is-defun-start nil) by searching
4520 for least nested open-paren.
6cb54822 4521
2403b96c
RF
45222006-11-08 Romain Francoise <romain@orebokech.com>
4523
4524 * subr.el (remove-overlays): Fix typo in last change.
4525
d6f5ac10
RS
45262006-11-08 Richard Stallman <rms@gnu.org>
4527
4528 * subr.el (remove-overlays): Call overlay-recenter.
4529
0695be6f
VJL
45302006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4531
4532 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4533 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4534 behaviour.
4535 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4536 directly.
4537
f8061cec
JB
45382006-11-08 Juanma Barranquero <lekktu@gmail.com>
4539
4540 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4541 (ido-max-dir-file-cache, ido-decorations)
4542 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4543 (ido-magic-backward-char, ido-enter-dired)
4544 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4545 (ido-list-directory, ido-first-match, ido-only-match)
4546 (ido-subdir, ido-indicator): Fix typos in docstrings.
4547 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4548 (ido-read-internal): Fix typo in error message.
4549
b2020e89
KH
45502006-11-08 Kenichi Handa <handa@m17n.org>
4551
312d24fb
SM
4552 * international/mule-cmds.el (set-default-coding-systems):
4553 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
b2020e89 4554
d5abc12c
JB
45552006-11-08 Juanma Barranquero <lekktu@gmail.com>
4556
4557 * makefile.w32-in (setwins): Remove.
4558 (WINS_ALMOST): New macro.
4559 (WINS): Use it.
4560 (autoloads): Don't extract autoloads from files in obsolete/.
4561
47eff51e
CY
45622006-11-07 Chong Yidong <cyd@stupidchicken.com>
4563
4564 * whitespace.el (whitespace-buffer): Call remove-overlays after
4565 overlay-recenter for performance. Suggested by Martin Rudalics.
4566
1d1c19ca
MA
45672006-11-07 Michael Albinus <michael.albinus@gmx.de>
4568
4569 * net/tramp.el (tramp-default-method): scp is the default method.
4570
18b8c421
JB
45712006-11-07 Juanma Barranquero <lekktu@gmail.com>
4572
4573 * server.el (server-start): Save also the Emacs pid in the server file.
4574
53a8eb2c
CD
45752006-11-07 Carsten Dominik <dominik@science.uva.nl>
4576
4577 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4578 point when displaying a bibtex cross reference in the echo area.
4579
c8c9333c
JB
45802006-11-06 Juanma Barranquero <lekktu@gmail.com>
4581
3dd428fa
JB
4582 * international/mule.el (make-char): Fix typo in docstring.
4583 (load-with-code-conversion, charsetp): Doc fixes.
4584
c8c9333c
JB
4585 * international/ja-dic-cnv.el (skkdic-convert):
4586 * cus-edit.el (hook): Fix typo in docstring.
4587
42132792
CY
45882006-11-06 Chong Yidong <cyd@stupidchicken.com>
4589
4590 * cus-edit.el (custom-mode-map): Move defvar above code using it.
4591 (custom-mode-link-map): New variable.
4592 (custom-group-link, custom-manual): Use follow-link.
4593
f021dbca
RW
45942006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4595
4596 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4597 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
4598
e5c12c7d
RS
45992006-11-06 Richard Stallman <rms@gnu.org>
4600
4601 * textmodes/flyspell.el (flyspell-correct-word-before-point):
4602 New function broken out of flyspell-correct-word.
4603 (flyspell-mode-map): Bind it to M-RET.
4604 (flyspell-correct-word): Call it.
4605
4606 * textmodes/fill.el (fill-minibuffer-function): New function.
4607 (fill-paragraph): Bind fill-paragraph-function to
4608 fill-minibuffer-function.
4609
4610 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4611 so that they aren't undefined.
4612
4613 * dired.el (dired-readin): Locally bind file-name-coding-system.
4614
4615 * bindings.el: Shorten and clarify usual mode line mouse help string.
4616
4617 * Makefile.in (autoloads): Don't include `obsolete'.
4618
b734d8ea
CY
46192006-11-06 Chong Yidong <cyd@stupidchicken.com>
4620
4621 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4622 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4623 Printing menu if it's not initialized.
4624 (pr-menu-bind): Act on menu-bar-file-menu directly.
4625
0b8f64bc
JB
46262006-11-06 Juanma Barranquero <lekktu@gmail.com>
4627
4628 * help.el (view-emacs-news): Fix typo in error message.
4629
4630 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4631
4632 * shadowfile.el (shadow-define-regexp-group)
4633 (shadow-literal-groups, shadow-insert-var): Doc fixes.
4634 (shadow-read-files): Fix typo in message.
4635 (shadow-inhibit-overload, shadow-find, shadow-suffix)
4636 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4637 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4638 (shadow-file-match): Fix typos in docstrings.
4639
4640 * terminal.el (terminal-emulator): Fix typo in message.
4641
4642 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4643
4644 * emacs-lisp/lselect.el (x-kill-primary-selection)
4645 (x-delete-primary-selection, x-copy-primary-selection):
4646 Fix typos in error messages.
4647
4648 * emulation/edt-mapper.el: Fix typo in interactive message.
4649
4650 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4651
4652 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4653 (ispell-help): Fix typos in docstrings.
4654 (ispell-help): Fix typo in output message.
4655
4656 * allout.el (allout-adjust-file-variable)
4657 (allout-passphrase-verifier-string)
4658 (allout-passphrase-hint-string)
4659 (allout-toggle-current-subtree-encryption):
4660 * apropos.el (apropos-synonyms):
4661 * cus-edit.el (hook):
4662 * emacs-lock.el (emacs-lock-from-exiting):
4663 * follow.el (follow-avoid-tail-recenter-p):
4664 * hexl.el (hexl-mode):
4665 * mouse-copy.el (mouse-copy-work-around-drag-bug):
4666 * mouse.el (mouse-set-font):
4667 * resume.el (resume-emacs-args-file):
4668 * rfn-eshadow.el (file-name-shadow-tty-properties):
4669 * t-mouse.el (t-mouse-process, t-mouse-mode):
4670 * emacs-lisp/cust-print.el (custom-print-install)
4671 (custom-print-uninstall, custom-format):
4672 * emacs-lisp/shadow.el (list-load-path-shadows):
4673 * emulation/tpu-edt.el (tpu-help-text)
4674 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4675 (tpu-reset-control-keys):
4676 * emulation/vip.el (vip-emacs-local-map)
4677 (vip-change-mode-to-emacs):
4678 * emulation/viper.el (viper-mode, viper-set-hooks)
4679 (viper-major-mode-modifier-list):
4680 * emulation/viper-init.el (viper-emacs-state-cursor-color):
4681 * emulation/viper-keym.el (viper-emacs-kbd-map)
4682 (viper-toggle-key):
4683 * mail/feedmail.el (feedmail-queue-reminder)
4684 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4685 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4686 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4687 (feedmail-sender-line, feedmail-force-binary-write)
4688 (feedmail-from-line, feedmail-deduce-envelope-from)
4689 (feedmail-x-mailer-line, feedmail-message-id-generator)
4690 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4691 (feedmail-enable-spray, feedmail-spray-this-address)
4692 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4693 (feedmail-queue-runner-confirm-global)
4694 (feedmail-ask-before-queue-prompt)
4695 (feedmail-ask-before-queue-reprompt)
4696 (feedmail-prompt-before-queue-standard-alist)
4697 (feedmail-prompt-before-queue-user-alist)
4698 (feedmail-prompt-before-queue-help-supplement)
4699 (feedmail-queue-use-send-time-for-message-id)
4700 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4701 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4702 (feedmail-mail-send-hook-queued)
4703 (feedmail-confirm-addresses-hook-example)
4704 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4705 (feedmail-queue-runner-mode-setter)
4706 (feedmail-queue-alternative-mail-header-separator)
4707 (feedmail-queue-runner-message-sender)
4708 (feedmail-buffer-eating-function, feedmail-binmail-template)
4709 (feedmail-run-the-queue-no-prompts)
4710 (feedmail-run-the-queue-global-prompt)
4711 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4712 (feedmail-envelope-deducer, feedmail-fiddle-date)
4713 (feedmail-default-message-id-generator)
4714 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4715 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4716 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4717 (vms-pmail-setup):
4718 * play/dunnet.el (dun-help):
4719 * play/handwrite.el (handwrite):
4720 * play/hanoi.el (hanoi-unix-64):
4721 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4722 * textmodes/enriched.el (fixed):
4723 * textmodes/org.el (org-file-apps)
4724 (org-emphasis-regexp-components, org-emphasis-alist):
4725 * textmodes/texinfmt.el (batch-texinfo-format):
4726 Fix typos in docstrings.
4727
cf0f58ba
JB
47282006-11-05 Juanma Barranquero <lekktu@gmail.com>
4729
4730 * loadhist.el (read-feature): Don't complete features not loaded
4731 from a file (which make `unload-feature' to fail).
4732
d52c204b
RS
47332006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
4734
4735 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4736
ed58e877
CY
47372006-11-05 Chong Yidong <cyd@stupidchicken.com>
4738
4739 * startup.el (command-line-1): Kill emacs if the last frame is
4740 deleted while evaluating the command-line arguments.
4741
faefde36
RS
47422006-11-05 Richard Stallman <rms@gnu.org>
4743
4744 * startup.el (init-file-had-error): Add doc string.
cf0f58ba 4745 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
faefde36
RS
4746 Use fixed-width font for keyboard key descriptions.
4747
4748 * cus-edit.el (custom-save-all): Error if saving in .emacs
4749 and it had an error when loaded.
4750
4751 * dired-aux.el (dired-copy-file-recursive): Catch errors
4752 from recursive copies in the loop, around the recursive call.
4753
785428c7
RF
47542006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4755
4756 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4757 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
4758 `/proc/acpi/thermal_zone/*'.
4759 (battery-search-for-one-match-in-files): New. Search a regexp in
4760 the content of some files.
4761
ec4ef174
EZ
47622006-11-05 Martin Rudalics <rudalics@gmx.at>
4763
107709d4
EZ
4764 * window.el (mouse-autoselect-window-now): Remove variable.
4765 (mouse-autoselect-window-state): New variable.
4766 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4767 (mouse-autoselect-window-select, handle-select-window):
4768 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4769 Suspend delayed autoselection during menu or popup dialog.
4770
ec4ef174
EZ
4771 * info-look.el (info-lookup-guess-custom-symbol): New function
4772 for retrieving symbol at point in custom buffers.
4773 (top level) <info-lookup-maybe-add-help>: Add backquote and
4774 comma to ignored characters in regexps of help specifications
4775 for emacs-lisp-mode and lisp-interaction-mode. This permits
4776 looking up symbols in `...' and after a comma. Add help
4777 specifications for custom-mode and help-mode.
4778
d3e1986f
EZ
47792006-11-04 Eli Zaretskii <eliz@gnu.org>
4780
4781 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4782 Don't encode body if RAW is non-nil, or if the old encoding is
4783 identical to the new encoding, or if the body contains only
4784 eight-bit-* characters.
4785
d0974190 47862006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1b2b8998 4787
312d24fb 4788 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
1b2b8998
EZ
4789 (faces-sample-overlay): Remove variable.
4790 (describe-face): Insert sample text in the face being described.
4791
113fa448
EZ
47922006-11-04 Martin Rudalics <rudalics@gmx.at>
4793
4794 * whitespace.el (whitespace-indent-regexp): Make this match any
4795 multiples of eight spaces near the beginning of a line.
d0974190 4796 (whitespace-buffer): Use `remove-overlays' instead of
113fa448
EZ
4797 `whitespace-unhighlight-the-space' and `overlay-recenter' to
4798 speed up overlay handling.
312d24fb
SM
4799 (whitespace-buffer-leading, whitespace-buffer-trailing):
4800 Make these functions highlight the text removed by
113fa448
EZ
4801 `whitespace-buffer-leading-cleanup' and
4802 `whitespace-buffer-trailing-cleanup' respectively.
312d24fb
SM
4803 (whitespace-buffer-search): Use `with-local-quit'.
4804 Move `format' out of loop to speed up scanning larger buffers.
113fa448
EZ
4805 (whitespace-unhighlight-the-space): Remove `remove-hook' since
4806 that function is never added to a hook.
4807 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4808 (whitespace-buffer-leading-cleanup)
4809 (whitespace-refresh-rescan-list): Fix docstrings.
4810
615b1c61
KS
48112006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
4812
4813 * allout.el (allout-during-yank-processing): Cue for inhibiting
4814 aberrance processing during yanks.
4815 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4816 the amount of yanked topics that can be aberrant.
4817 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4818 a function, and supplement with inihibition of doublechecking
4819 during yanks.
4820 (allout-beginning-of-line, allout-next-heading)
4821 (allout-previous-heading, allout-goto-prefix-doublechecked)
4822 (allout-back-to-current-heading, allout-next-visible-heading)
4823 (allout-next-sibling): Use new allout-do-doublecheck function.
4824 (allout-next-sibling): Ensure we made progress when returning
4825 other than nil.
4826 (allout-rebullet-heading): Preserve text property annotations
4827 indicating the text was hidden, if it was.
4828 (allout-kill-line): Remove any added was-hidden annotations.
4829 (allout-kill-topic): Remove any added was-hidden annotations.
4830 (allout-annotate-hidden): Inhibit adding was-hidden text
4831 properties to the undo list.
4832 (allout-deannotate-hidden): New function to remove was-hidden
4833 annotation.
4834 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
312d24fb 4835 (allout-remove-exposure-annotation): Replace by
615b1c61
KS
4836 allout-deannotate-hidden.
4837 (allout-yank-processing): Signal that yank processing is happening
4838 with allout-during-yank-processing. Also, wrap
4839 allout-unprotected's closer to the text changes, for easier
4840 debugging. We need to inhibit-field-text-motion explicitly, in
4841 lieu of the encompassing allout-unprotected.
4842 (outlineify-sticky): Adjust criteria for triggering new outline
4843 decorations to presence or absence of any topics, not just a topic
4844 at the beginning of the buffer.
4845
9c92edca
JB
48462006-11-03 Juanma Barranquero <lekktu@gmail.com>
4847
4848 * bs.el (bs--show-all, bs--redisplay):
4849 * cus-edit.el (custom-unlispify-menu-entries)
4850 (custom-unlispify-tag-names, custom-prompt-variable):
4851 * expand.el (expand-pos):
4852 * speedbar.el (speedbar-generic-list-tag-p):
4853 * wid-edit.el (widget-image-enable):
4854 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
4855 * emacs-lisp/find-func.el (find-function-noselect)
4856 (find-function, find-variable-noselect, find-variable)
4857 (find-definition-noselect, find-face-definition):
4858 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
4859 * net/eudc-vars.el (eudc-expansion-overwrites-query):
4860 * progmodes/ada-xref.el (ada-find-in-ali):
4861 * textmodes/flyspell.el (flyspell-check-tex-math-command):
4862 * textmodes/org.el (org-copy-subtree):
4863 * textmodes/table.el (table--row-column-insertion-point-p):
4864 Use "non-nil" in docstrings.
4865
48662006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
4867
4868 * sort.el (sort-columns): Set the field separator to tab; on
4869 NetBSD, sort complains if "\n" is used as field separator.
4870
48712006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
4872
4873 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
030d1efe 4874
757e1681
SM
48752006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4876
4877 * server.el (server-auth-key): Remove. Replace by a process-property.
4878 (server-start): Don't remove the file of the previous process, but
4879 instead clear out the place for the new file.
4880 (server-start): Set the :auth-key property.
4881 (server-process-filter): Use the :auth-key property.
4882
661ca46f
CD
48832006-11-02 Carsten Dominik <dominik@science.uva.nl>
4884
4885 * textmodes/org.el (org-mode-map): No longer copy
4886 `outline-mode-map' explicitly - this is already done by
4887 `define-derived-mode'.
4888
95eefb35
JB
48892006-11-02 Juanma Barranquero <lekktu@gmail.com>
4890
4891 * server.el (server-visit-files): Use `when'.
4892 (server-process-filter): When authentication fails, send error
4893 message to client. Wrap `process-send-region' in `ignore-errors'
4894 instead of `condition-case', and remove misleading comment.
4895
ac65be04
JL
48962006-11-01 Juri Linkov <juri@jurta.org>
4897
4898 * simple.el (yank): Doc fix.
4899
b7621225
SM
49002006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4901
4902 * server.el: Try and fit within 80 columns.
4903 (server-start): Make the auth file unreadable by other users.
4904
5c79f850
CY
49052006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4906
4907 * battery.el (battery-linux-proc-acpi): Prevent range error when
4908 `full-capacity' is 0.
4909
d0974190 49102006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
3cd2b59f 4911
f146cbb0 4912 * faces.el (faces-sample-overlay): New defvar.
d4fa60c8
KS
4913 (faces-sample-overlay): New function to show face sample text.
4914 (describe-face): Use it.
3cd2b59f 4915
ecc54057
JB
49162006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
4917
4918 * progmodes/ada-stmt.el: Change maintainer, apply
4919 whitespace-cleanup, checkdoc.
4920 (ada-func-or-proc-name): Add doc string.
4921
4922 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
4923 whitespace-cleanup, checkdoc. Minor improvements to many doc
4924 strings and comments.
4925 (ada-prj-display-page): Change buffer name to more accurately
4926 reflect function.
4927
4928 * progmodes/ada-xref.el: Change maintainer, apply
4929 whitespace-cleanup, checkdoc. Minor improvements to many doc
4930 strings and comments. Don't look for `gvd' or `ddd' debuggers.
4931 (ada-compile-current): Don't add newlines to commands.
4932
337e3c70
JB
49332006-10-31 Juanma Barranquero <lekktu@gmail.com>
4934
4935 * server.el: Add support for TCP sockets.
4936 (server-use-tcp, server-host, server-auth-dir): New options.
4937 (server-auth-key): New variable.
d4fa60c8
KS
4938 (server-ensure-safe-dir): Create nonexistent parent dirs.
4939 Ignore Unix-style file modes on Windows.
337e3c70
JB
4940 (server-start): Crete a TCP or Unix socket according to the value
4941 of `server-use-tcp'. For TCP sockets, create the id/auth file in
4942 `server-auth-dir' directory.
4943 (server-process-filter): Delete process if authentication
4944 fails (which never happens for Unix sockets).
4945
2d1dd54d
DK
49462006-10-30 David Kastrup <dak@gnu.org>
4947
4948 * subr.el (add-to-list): Don't continue checking if a match has
4949 been found.
4950
024ccae3
CY
49512006-10-30 Chong Yidong <cyd@stupidchicken.com>
4952
4953 * tutorial.el: Move defvars to avoid bytecomp warnings.
4954 (tutorial--find-changed-keys): Check if viper-current-state is
4955 bound before using it.
4956 (help-with-tutorial): Check if viper-tutorial is defined before
4957 using it.
4958
6db93af0
CY
49592006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
4960
312d24fb 4961 * help-fns.el (help-with-tutorial): Move to tutorial.el.
6db93af0
CY
4962
4963 * tutorial.el: New file.
312d24fb 4964 (help-with-tutorial): Move here from help-fns.el. Added help for
6db93af0
CY
4965 rebound keys. Fixed resume of tutorial.
4966 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
4967 (tutorial--find-changed-keys, tutorial--display-changes)
4968 (tutorial--saved-dir, tutorial--saved-file)
4969 (tutorial--save-tutorial): New functions to support the changes in
4970 help-with-tutorial.
4971
e1ee3b54
KH
49722006-10-30 Kenichi Handa <handa@m17n.org>
4973
4974 * files.el (revert-buffer): If a unibyte buffer is being reverted
4975 with a coding system for multibyte, set buffer multibyte before
4976 calling insert-file-contents.
4977
7acc677b
SM
49782006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4979
4980 * server.el (server-select-display): Use a dummy buffer to detect when
4981 the frame is later used.
4982 (server-select-display): New function.
4983 (server-process-filter): Use it to detect unused temp frames.
4984
ecc54057 49852006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
5d1b4ae3
JB
4986
4987 * progmodes/ada-mode.el: Change maintainer, apply
7acc677b 4988 whitespace-clean, checkdoc. Minor improvements to many doc strings.
5d1b4ae3
JB
4989 (ada-mode-version): New function.
4990 (ada-create-menu): Menu operations are available for all supported
4991 compilers.
4992
8e7225a2 49932006-10-29 Lars Hansen <larsh@soem.dk>
d4fa60c8
KS
4994
4995 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
4996 Highlight as keyword.
8e7225a2
LH
4997 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
4998 Don't call tramp-method-out-of-band-p for local files.
4999 (tramp-touch): Quote file name.
5000
3f9a75cd
GM
50012006-10-28 Glenn Morris <rgm@gnu.org>
5002
5003 * calendar/calendar.el (cal-html-cursor-month)
5004 (cal-html-cursor-year): Add autoloads for this new package.
7acc677b 5005 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
3f9a75cd 5006
d57727c9 50072006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
3f9a75cd
GM
5008
5009 * calendar/cal-html.el: New file.
5010
c0b1307a
CY
50112006-10-28 Chong Yidong <cyd@stupidchicken.com>
5012
5013 * emacs-lisp/authors.el (authors-aliases): Update.
5014
f6b88dd6
CY
50152006-10-27 Chong Yidong <cyd@stupidchicken.com>
5016
5017 * version.el (emacs-version): Bump version number to 22.0.90.
5018
d32f600d
CY
50192006-10-26 John W. Eaton <jwe@octave.org>
5020
5021 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
5022 New defvar.
5023 (inferior-octave-resync-dirs): Check to see whether Octave has
5024 built-in variables and set inferior-octave-has-built-in-variables.
5025 Check inferior-octave-has-built-in-variables to decide whether to
5026 send commands that set built-in variables or call functions to
5027 change Octave's behavior.
5028 Send "disp (pwd ())" to Octave instead of just "pwd".
5029 (inferior-octave-startup): Send "more off" to Octave instead of
5030 "page_screen_output = 0".
5031
bec9dc7b
CY
50322006-10-26 Chong Yidong <cyd@stupidchicken.com>
5033
5034 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
5035 pattern normally.
5036
7a1658df
NR
50372006-10-26 Nick Roberts <nickrob@snap.net.nz>
5038
5039 * bindings.el (mode-line-mode-menu): Remove bindings for global
5040 minor modes (line/column number) as they are on the menubar.
5041
f656bdd2
JB
50422006-10-25 Juanma Barranquero <lekktu@gmail.com>
5043
40dfee6f
JB
5044 * term/w32-win.el (x-handle-name-switch): Doc fix.
5045 (w32-standard-fontset-spec): Fix typo in docstring.
5046
f656bdd2
JB
5047 * midnight.el (midnight-buffer-display-time): Doc fix.
5048 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5049
d3e3f789
NR
50502006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
5051
5052 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5053
5054 * viper-ex.el (ex-read): Quote file argument.
5055
5056 * ediff-diff.el (ediff-same-file-contents): Expand file names.
5057
5058 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5059
113fa448 50602006-10-22 Martin Rudalics <rudalics@gmx.at>
081ff0c9 5061
f656bdd2
JB
5062 * textmodes/flyspell.el (flyspell-check-region-doublons):
5063 Fix last fix.
081ff0c9 5064
6440f303
NR
50652006-10-23 Nick Roberts <nickrob@snap.net.nz>
5066
5067 * bindings.el (mode-line-mode-menu): List global minor modes
5068 before local ones.
5069
cbfe778a
KS
50702006-10-23 Kim F. Storm <storm@cua.dk>
5071
5072 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5073 (sit-for): If last command was a prefix arg, add the read-ahead
5074 event to unread-command-events as (t . EVENT) so it will be added
5075 to this-command-keys by read-key-sequence.
5076
113fa448 50772006-10-22 Martin Rudalics <rudalics@gmx.at>
224ca9c9 5078
6b8aed24
CY
5079 * textmodes/flyspell.el (flyspell-word): Skip past all previous
5080 whitespace when checking doublons.
5081 (flyspell-check-region-doublons): Fix doublon regexp.
5082 (flyspell-highlight-incorrect-region): Highlight doublons using
5083 flyspell-duplicate face.
5084
224ca9c9
CY
5085 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5086
7a338bef
JW
50872006-10-22 John Wiegley <johnw@newartisans.com>
5088
5089 * progmodes/python.el (python-use-skeletons): python-mode was
5090 auto-inserting templates (for those with abbrev-mode on), not only
5091 by default -- *but without a configuration variable to disable
5092 it*. This rendered python-mode completely useless for me, so I
5093 have added `python-use-skeletons', which is now off by default.
5094
f453f5a8
CY
50952006-10-22 Chong Yidong <cyd@stupidchicken.com>
5096
5097 * progmodes/cperl-mode.el (cperl-mode): Don't assume
5098 font-lock-multiline is auto-local (it's not).
5099 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5100 initialized before calling cperl-init-faces.
5101
df5d417a
NR
51022006-10-22 Nick Roberts <nickrob@snap.net.nz>
5103
dead60da
NR
5104 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5105 gdb-stack-position a value when there is no fringe.
5106
df5d417a
NR
5107 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5108 indicator if not visiting a file.
5109
f5da083e
DK
51102006-10-20 David Kastrup <dak@gnu.org>
5111
5112 * window.el (kill-buffer-and-window): Fix a bug where an aborted
5113 operation would still cause some window to collapse later.
5114
bc8c1bb4
SM
51152006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5116
5ce51a98
SM
5117 * vc.el (vc-switch-backend): Try to be more careful with unwanted
5118 side-effect due to mixing various backends's file properties.
5119
bc8c1bb4
SM
5120 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5121 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
5122 Return `filename's status if applicable. Update callers.
5123
2b192902
KH
51242006-10-19 Kenichi Handa <handa@m17n.org>
5125
5126 * international/kkc.el (kkc-region): When a key sequence is not
5127 defined, append (this-single-command-raw-keys) to
5128 unread-input-method-events.
5129
ca42cf77
JB
51302006-10-19 Juanma Barranquero <lekktu@gmail.com>
5131
5132 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5133
045b1908
YM
51342006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5135
5136 * version.el (emacs-version): Use mac-carbon-version-string.
5137
5138 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5139
1df04e22
JD
51402006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5141
dbf284be
JB
5142 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5143 Kenichi Handa).
1df04e22
JD
5144 (xselect-convert-to-string): Decline requests for UTF8_STRING if
5145 the selection is not UTF-8.
5146
704ec54b
JB
51472006-10-18 Juanma Barranquero <lekktu@gmail.com>
5148
5149 * progmodes/ada-mode.el (ada-83-string-keywords)
5150 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5151 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5152 (ada-looking-at-semi-private, ada-get-body-name):
5153 Fix typos in docstrings.
5154 (ada-create-case-exception, ada-create-case-exception-substring):
5155 Fix typos in error messages.
5156 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5157
26e32839
JD
51582006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5159
5160 * term/x-win.el (res-geometry): Don't set geometry from Xresources
5161 to default-frame-alist if default-frame-alist already contains
704ec54b 5162 width/height.
26e32839 5163
5a05106b
RS
51642006-10-18 Richard Stallman <rms@gnu.org>
5165
5166 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5167 Non-interactive arg is the value, not the expression.
704ec54b 5168
5a05106b
RS
5169 * simple.el (read-expression-map): Just set it, no defvar.
5170
5171 * subr.el (insert-for-yank-1): If last inserted char has
5172 properties, mark them as rear-nonsticky.
5173
5174 * recentf.el (recentf-mode): Doc fix.
5175
5176 * facemenu.el (facemenu-add-new-face): Defend against symbol
5177 that isn't a face name.
5178
5179 * dired-aux.el (dired-do-copy): Doc fix.
5180
ac6701ea
CY
51812006-10-18 Chong Yidong <cyd@stupidchicken.com>
5182
29d890fe 5183 * simple.el (line-move-1): Ignore fields when moving to the
ac6701ea
CY
5184 beginning of line to avoid getting point stuck.
5185
15d8dc8b
CY
51862006-10-18 Martin Rudalics <rudalics@gmx.at>
5187
bc8c1bb4
SM
5188 * textmodes/flyspell.el (flyspell-word-search-backward):
5189 Set inhibit-point-motion-hooks to avoid looping due to intangibile
15d8dc8b
CY
5190 text.
5191
5a05106b
RS
51922006-10-16 Richard Stallman <rms@gnu.org>
5193
5194 * help-fns.el (describe-function-1): Special case optimization
5195 for self-insert-command.
5196
80f6025c
KS
51972006-10-16 Kim F. Storm <storm@cua.dk>
5198
5199 * ido.el (ido-reread-directory): Work in `dir' mode too.
5200
704ec54b 52012006-10-15 Martin Rudalics <rudalics@gmx.at>
63c2b8f4
KS
5202
5203 * textmodes/table.el: Require 'regexp-opt.
5204
534e8a33
KS
52052006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
5206
5207 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5208 Use shell-quote-argument.
5209
5210 * shell.el (explicit-bash-args): Likewise.
5211
5212 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5213 Use grep -E rather than egrep.
5214
c5ae0305
KS
52152006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5216
5217 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5218
7dc9c189
KS
52192006-10-15 Kim F. Storm <storm@cua.dk>
5220
5221 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5222
65b4263f
EZ
52232006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5224
5225 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5226 to protect whitespace and metacharacters from the shell.
5227
c6b19225
EZ
52282006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5229
704ec54b 5230 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
c6b19225 5231
3f73d221
EZ
52322006-10-13 Eli Zaretskii <eliz@gnu.org>
5233
5234 * subr.el (start-process-shell-command): Doc fix.
5235
53bc2a31
EZ
52362006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
5237
5238 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5239 the regexp for Maxima symbols.
5240
43621386
SM
52412006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5242
5243 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5244 (vc-find-root): Don't walk higher up than ~.
5245
d81608e0
CY
52462006-10-12 Chong Yidong <cyd@stupidchicken.com>
5247
43621386
SM
5248 * international/utf-8.el (utf-translate-cjk-load-tables):
5249 Avoid clobbering last-coding-system-used during load.
d81608e0 5250
5c786047
CD
52512006-10-12 Carsten Dominik <dominik@science.uva.nl>
5252
704ec54b
JB
5253 * textmodes/reftex-global.el (reftex-create-tags-file):
5254 Quote file arguments.
5c786047 5255
563964ae
RS
52562006-10-12 Richard Stallman <rms@gnu.org>
5257
5258 * files.el (file-name-history): Add defvar.
5259 (save-some-buffers-action-alist): Improve description strings.
5260
c595fad9
AS
52612006-10-12 Andreas Schwab <schwab@suse.de>
5262
5263 * files.el (auto-mode-alist): Match change log file name also with
5264 a dash before a numeric extension.
5265
43621386 52662006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
9968f10f
SM
5267
5268 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5269 After 5.0:
43621386
SM
5270 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5271
5272 After 5.1: Major edit. Summary of most visible changes:
5273
5274 - Multiple <<HERE per line allowed.
5275 - Handles multiline subroutine declaration headers (with comments).
5276 (The exception is `cperl-etags' - but it is not used in the rest
5277 of the mode.)
5278 - Fontifies multiline my/our declarations (even with comments,
5279 and with legacy `font-lock').
5280 - Major speedup of syntaxification, both immediate and postponed
5281 (3.5x to 15x [for different CPUs and versions of Emacs] on the
5282 huge real-life document I tested).
5283 - New bindings, edits to imenu.
5284 - "_" is made into word-char during fontification/syntaxification;
5285 some attempts to recognize non-word "_" during other operations too.
5286 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5287 - autoload some more perldoc-related stuff
5288 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5289 - Attempt to incorporate XEmacs edits which reached me.
5290
5291 Fine-grained changelog:
5292 (cperl-hook-after-change): New configuration variable.
5293 (cperl-vc-sccs-header): Likewise.
5294 (cperl-vc-sccs-header): Likewise.
5295 (cperl-vc-header-alist): Default via two preceding variables.
5296 (cperl-invalid-face): Remove double quoting under XEmacs
5297 (still needed under 21.2).
5298 (cperl-tips): Update URLs for resources.
5299 (cperl-problems): Likewise.
5300 (cperl-praise): Mention new features.
5301 New C-c key bindings: for `cperl-find-bad-style',
9968f10f 5302 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
43621386 5303 `cperl-perdoc', and `cperl-perldoc-at-point'.
9968f10f
SM
5304 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
5305 moved, new submenu of Tools with Ispell entries and narrowing.
43621386
SM
5306 (cperl-after-sub-regexp): New defsubst.
5307 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5308 Allows heads up to head4.
5309 Allow "package;".
5310 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5311 (paren-backwards-message): ??? Something for XEmacs???
5312 (cperl-mode): Never auto-switch abbrev-mode off.
5313 Try to allow '_' be non-word char.
5314 Do not use `font-lock-unfontify-region-function' on XEmacs.
5315 Reset syntax cache on mode start.
5316 Support multiline facification (even on legacy `font-lock').
5317 (cperl-facemenu-add-face-function): ??? Some contributed code ???
5318 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5319 refuse to inform us whether the fontification is due to lazy
5320 calling or due to edit to a buffer, install our own hook
5321 (controlled by `cperl-hook-after-change').
5322 (cperl-electric-pod): =cut may have been recognized as start.
5323 (cperl-block-p): Move, updatedfor attributes.
5324 (cperl-calculate-indent): Try to allow '_' be non-word char
5325 Support subs with attributes.
5326 (cperl-where-am-i): Queit (?) a warning.
5327 (cperl-cached-syntax-table) New function.
5328 (cperl-forward-re): Use `cperl-cached-syntax-table'.
5329 (cperl-unwind-to-safe): Recognize `syntax-type' property
5330 changing in a middle of line.
5331 (cperl-find-sub-attrs): New function.
5332 (cperl-find-pods-heres): Allow many <<EOP per line.
5333 Allow subs with attributes.
5334 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5335 Recognize "extproc " (OS/2) case-folded and only at start.
5336 /x on s///x with empty replacement was not recognized.
5337 Better comments.
5338 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5339 Allow subs with attributes, labels.
5340 Do not confuse "else::foo" with "else".
5341 Minor optimizations...
5342 (cperl-after-expr-p): Try to allow '_' be non-word char.
5343 (cperl-fill-paragraph): Try to detect a major bug in Emacs
5344 with `looking-at' inside `narrow' and bulk out if found.
5345 (cperl-imenu--create-perl-index): Updates for new
5346 `cperl-imenu--function-name-regexp-perl'.
5347 (cperl-outline-level): Likewise.
5348 (cperl-init-faces): Allow multiline subroutine headers
5349 and my/our declarations, and ones with comments.
5350 Allow subroutine attributes.
5351 (cperl-imenu-on-info): Better docstring.
5352 (cperl-etags): Rudimentary support for attributes.
5353 Support for packages and "package;".
5354 (cperl-add-tags-recurse-noxs): Better (?) docstring.
5355 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5356 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5357 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5358 (cperl-perldoc): Add autoload.
5359 (cperl-perldoc-at-point): Likewise.
5360 (cperl-here-doc-spell): New function.
5361 (cperl-pod-spell): Likewise.
5362 (cperl-map-pods-heres): Likewise.
5363 (cperl-get-here-doc-region): Likewise.
5364 (cperl-font-lock-fontify-region-function): Likewise (backward
5365 compatibility for legacy `font-lock').
5366 (cperl-font-lock-unfontify-region-function): Fix style.
5367 (cperl-fontify-syntaxically): Recognize and optimize away deferred
5368 calls with no-change. Governed by `cperl-hook-after-change'.
5369 (cperl-fontify-update): Recognize that syntaxification region
5370 can be larger than fontification one.
5371 XXXX we leave `cperl-postpone' property, so this is quadratic...
5372 (cperl-fontify-update-bad): Temporary placeholder until
9968f10f 5373 it is clear how to implement `cperl-fontify-update'.
43621386
SM
5374 (cperl-time-fontification): New function.
5375 (attrib-group): New text attribute.
5376 (multiline): New value: `syntax-type' text attribute.
9968f10f
SM
5377
5378 After 5.2:
43621386
SM
5379 (cperl-emulate-lazy-lock): New function.
5380 (cperl-fontify-syntaxically): Would skip large regions.
5381 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5382 Some globals were declared, but uninitialized.
9968f10f
SM
5383
5384 After 5.3, 5.4:
43621386 5385 (cperl-facemenu-add-face-function): Add docs, fix U<>.
9968f10f 5386 Copyright message updated.
43621386
SM
5387 (cperl-init-faces): Work around a bug in `font-lock'. May slow
5388 facification down a bit.
5389 Misprint for my|our|local for old `font-lock'
5390 "our" was not fontified same as "my|local".
5391 Highlight variables after "my" etc even in
5392 a middle of an expression.
5393 Do not facify multiple variables after my etc
5394 unless parentheses are present.
9968f10f
SM
5395
5396 After 5.5, 5.6
43621386
SM
5397 (cperl-fontify-syntaxically): after-change hook could reset.
5398 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
9968f10f
SM
5399
5400 After 5.7:
43621386
SM
5401 (cperl-init-faces): Allow highlighting of local ($/).
5402 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5403 (cperl-problems): Remove fixed problems.
5404 (cperl-find-pods-heres): Recognize #-comments in m##x too.
5405 Recognize charclasses (unless delimiter is \).
5406 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5407 (cperl-regexp-scan): Update docs.
5408 (cperl-beautify-regexp-piece): Use information got from regexp scan.
9968f10f
SM
5409
5410 After 5.8:
5411 Major user visible changes:
5412 Recognition and fontification of character classes in RExen.
43621386
SM
5413 Variable indentation of RExen according to groups.
5414
5415 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5416 Fontify REx charclasses in variable-name face.
5417 Fontify POSIX charclasses in "type" face.
5418 Fontify unmatched "]" in function-name face.
5419 Mark first-char of HERE-doc as `front-sticky'.
5420 Reset `front-sticky' property when needed.
5421 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5422 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5423 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5424 constructs. Support `narrow'ed buffers.
5425 (cperl-praise): Remove a reservation.
5426 (cperl-make-indent): New function.
5427 (cperl-indent-for-comment): Use `cperl-make-indent'.
5428 (cperl-indent-line): Likewise.
5429 (cperl-lineup): Likewise.
5430 (cperl-beautify-regexp-piece): Likewise.
5431 (cperl-contract-level): Likewise.
5432 (cperl-toggle-set-debug-unwind): New function.
5433 New menu entry for this.
5434 (fill-paragraph-function): Use when `boundp'.
5435 (cperl-calculate-indent): Take into account groups when indenting RExen.
5436 (cperl-to-comment-or-eol): Recognize # which end a string.
5437 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5438 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5439 (cperl-fontify-syntaxically): More clear debugging message.
5440 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5441 (cperl-init-faces): More complicated highlight even on XEmacs (new).
5442 Merge cosmetic changes from XEmacs.
9968f10f
SM
5443
5444 After 5.9:
43621386
SM
5445 (cperl-1+): Move to before the first use.
5446 (cperl-1-): Likewise.
9968f10f
SM
5447
5448 After 5.10:
5449
bc8c1bb4 5450 This code may lock Emacs hard!!! Use at your own risk!
9968f10f 5451
43621386
SM
5452 (cperl-font-locking): New internal variable.
5453 (cperl-beginning-of-property): New function.
5454 (cperl-calculate-indent): Use `cperl-beginning-of-property'
5455 instead of `previous-single-property-change'.
5456 (cperl-unwind-to-safe): Likewise.
5457 (cperl-after-expr-p): Likewise.
5458 (cperl-get-here-doc-region): Likewise.
5459 (cperl-font-lock-fontify-region-function): Likewise.
5460 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5461 recursively.
5462 Bound `next-single-property-change' via `point-max'.
5463 (cperl-unwind-to-safe): Bound likewise
bc8c1bb4 5464 (cperl-font-lock-fontify-region-function): Likewise.
43621386
SM
5465 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5466 Initialization of `cperl-font-lock-multiline-start' could be
5467 missed if the "main" fontification did not run due to the
5468 keyword being already fontified.
5469 (cperl-pod-spell): Return t from do-one-chunk function.
5470 (cperl-map-pods-heres): Stop when the worker returns nil.
5471 Call `cperl-update-syntaxification'.
5472 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5473 (cperl-get-here-doc-delim): Remove unused function.
9968f10f
SM
5474
5475 After 5.11:
5476
43621386 5477 The possible lockup of Emacs (introduced in 5.10) fixed.
9968f10f 5478
43621386
SM
5479 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5480 (cperl-syntaxify-for-menu): New customization variable.
5481 (cperl-select-this-pod-or-here-doc): New function.
5482 (cperl-get-here-doc-region): Extra argument.
5483 Do not adjust pos by 1.
9968f10f 5484
43621386
SM
5485 New menu entries
5486 (Perl/Tools): Selection of current POD or HERE-DOC section.
5487 (Debugging CPerl:) backtrace on fontification.
9968f10f
SM
5488
5489 After 5.12:
43621386
SM
5490 (cperl-cached-syntax-table): Use `car-safe'.
5491 (cperl-forward-re): Remove spurious argument SET-ST.
5492 Add documentation.
5493 (cperl-forward-group-in-re): New function.
5494 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5495 (XXXX Temporary (?) hack is to syntax-mark them as comment).
9968f10f
SM
5496
5497 After 5.13:
43621386 5498 (cperl-string-syntax-table): Make { and } not-grouping
9968f10f
SM
5499 (Sometimes they ARE grouping in RExen, but matching them would only
5500 confuse in many situations when they are not)
43621386
SM
5501 (beginning-of-buffer): Replace two occurences with goto-char...
5502 (cperl-calculate-indent): `char-after' could be nil...
5503 (cperl-find-pods-heres): REx can start after "[" too.
5504 Hightlight (??{}) in RExen too.
5505 (cperl-maybe-white-and-comment-rex): New constant
5506 (cperl-white-and-comment-rex): Likewise.
5507 XXXX Not very efficient, but hard to make
5508 better while keeping 1 group.
9968f10f
SM
5509
5510 After 5.13:
43621386
SM
5511 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5512 Likewise for 1 << identifier.
9968f10f
SM
5513
5514 After 5.14:
43621386
SM
5515 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5516 Error-less condition-case could fail.
5517 (cperl-font-lock-fontify-region-function): Likewise.
5518 (cperl-init-faces): Likewise.
9968f10f
SM
5519
5520 After 5.15:
43621386
SM
5521 (cperl-find-pods-heres): Support property REx-part2.
5522 (cperl-calculate-indent): Likewise.
5523 Don't special-case REx with non-empty 1st line.
5524 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5525 Invert highlighting of charclasses:
5526 now the envelop is highlighted.
5527 Highlight many others 0-length builtins.
5528 (cperl-praise): Mention indenting and highlight in RExen.
9968f10f
SM
5529
5530 After 5.15:
43621386 5531 (cperl-find-pods-heres): Highlight capturing parens in REx.
9968f10f
SM
5532
5533 After 5.16:
43621386
SM
5534 (cperl-find-pods-heres): Highlight '|' for alternation
5535 Initialize `font-lock-warning-face' if not present.
5536 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5537 `font-lock-function-name-face'.
5538 (cperl-look-at-leading-count): Likewise.
5539 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5540 `font-lock-keyword-face' (needed for
5541 batch processing), etc...
5542 Use `font-lock-builtin-face' for builtin in REx
5543 Now `font-lock-variable-name-face'
5544 is used for interpolated variables
5545 Use "talking aliases" for faces inside REx
5546 Highlight parts of REx (except in charclasses)
5547 according to the syntax and/or semantic
5548 Syntax-mark a {}-part of (?{}) as "comment"
5549 (it was the ()-part)
5550 Better logic to distinguish what is what in REx
5551 (cperl-tips-faces): Document REx highlighting
5552 (cperl-praise): Mention REx syntax highlight etc.
9968f10f
SM
5553
5554 After 5.17:
43621386
SM
5555 (cperl-find-sub-attrs): Would not always manage to print error message.
5556 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
9968f10f
SM
5557
5558 After 5.18:
43621386
SM
5559 (cperl-find-pods-heres): Misprint in REx for parsing REx.
5560 Very minor optimization.
5561 `my-cperl-REx-modifiers-face' got quoted.
5562 Recognize "print $foo <<END" as HERE-doc.
5563 Put `REx-interpolated' text attribute if needed.
5564 (cperl-invert-if-unless-modifiers): New function.
5565 (cperl-backward-to-start-of-expr): Likewise.
5566 (cperl-forward-to-end-of-expr): Likewise.
5567 (cperl-invert-if-unless): Works in "the opposite way" too.
5568 Cursor position on return is on the switch-word.
5569 Indents comments better.
5570 (REx-interpolated): New text attribute.
5571 (cperl-next-interpolated-REx): New function.
5572 (cperl-next-interpolated-REx-0): Likewise.
5573 (cperl-next-interpolated-REx-1): Likewise.
5574 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
5575 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5576 (cperl-praise): Mention finded interpolated RExen.
9968f10f
SM
5577
5578 After 5.19:
43621386
SM
5579 (cperl-init-faces): Highlight %$foo, @$foo too.
5580 (cperl-short-docs): Better docs for system, exec.
5581 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5582 Would not find HERE-doc ended by EOF without NL.
5583 (cperl-short-docs): Correct not-doubled \-escapes.
5584 start block: Put some `defvar' for stuff gone from XEmacs.
9968f10f
SM
5585
5586 After 5.20:
43621386
SM
5587 initial comment: Extend copyright, fix email address.
5588 (cperl-indent-comment-at-column-0): New customization variable.
5589 (cperl-comment-indent): Indentation after $#a would increasy by 1.
5590 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5591 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5592 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5593 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5594 highlight $ in $foo too (UNTESTED).
5595 (cperl-set-style): Docstring missed some available styles.
5596 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5597 Change "Current" to "Memorize Current".
5598 (cperl-indent-wrt-brace): New customization variable; the default is
5599 as for pre-5.2 version.
5600 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5601 (cperl-style-alist): Likewise.
5602 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5603 and `cperl-extra-newline-before-brace' etc
5604 being t
5605 (cperl-indent-exp): Plans B and C to find continuation blocks even
5606 if `cperl-extra-newline-before-brace' is t.
9968f10f
SM
5607
5608 After 5.21:
5609 Improve some docstrings concerning indentation.
43621386
SM
5610 (cperl-indent-rules-alist): New variable.
5611 (cperl-sniff-for-indent): New function name
5612 (separated from `cperl-calculate-indent').
5613 (cperl-calculate-indent): Separate the sniffer and the indenter;
5614 uses `cperl-sniff-for-indent' now.
5615 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5616 was inverted;
5617 Support `comment-column' = 0.
9968f10f 5618
704ec54b 56192006-10-11 Martin Rudalics <rudalics@gmx.at>
a3545af4
JD
5620
5621 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5622 * help-at-pt.el (scan-buf-move-to-region): Likewise.
5623 * longlines.el (longlines-window-change-function): Likewise.
5624 * simple.el (undo-ask-before-discard): Likewise.
5625 * wid-edit.el (widget-field-prompt-internal)
43621386 5626 (widget-documentation-link-p): Likewise.
a3545af4 5627
0f9c4a96
SM
56282006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5629
5630 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5631 for a keyword.
5632
e29d96b6
SM
56332006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5634
5635 * newcomment.el (comment-valid-prefix-p): Make the check
5636 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
5637 (comment-indent-new-line): Adjust call.
5638
80f66ef4
CY
56392006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
5640
5641 * allout.el (allout-back-to-current-heading): Base on lower-level
5642 routines to get proper disqualification of aberrant topics.
5643
491bf4bc
RS
56442006-10-09 Richard Stallman <rms@gnu.org>
5645
5646 * textmodes/two-column.el (2C-two-columns): Doc fix.
5647
b000ea17
KS
56482006-10-09 Kim F. Storm <storm@cua.dk>
5649
5650 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5651 about implicit use.
5652
408f1b9d
RS
56532006-10-08 Richard Stallman <rms@gnu.org>
5654
5655 * textmodes/two-column.el (2C-two-columns): Doc fix.
5656
1eb1a906
RS
56572006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
5658
5659 * files.el: Mark `buffer-read-only' as safe-local-variable.
5660
3339a0ca
NR
56612006-10-08 Nick Roberts <nickrob@snap.net.nz>
5662
704ec54b
JB
5663 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5664 Burp if GUD buffer has been killed.
3339a0ca 5665
612f91f0
SM
56662006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * completion.el (add-completions-from-c-buffer):
5669 Don't presume an error's second element is a string.
5670 Use looking-at rather than buffer-substring + member.
5671
4baf35c9
EZ
56722006-10-07 Eli Zaretskii <eliz@gnu.org>
5673
5674 * mail/rmail.el (rmail-redecode-body): If the old encoding is
5675 `undecided', call find-coding-systems-region to find a proper
5676 non-trivial encoding.
0736daff
EZ
5677 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5678 and "text/plain".
4baf35c9 5679
857b15e9
EZ
56802006-10-07 Kevin Ryde <user42@zip.com.au>
5681
5682 * textmodes/reftex-vars.el (defgroup reftex): Update home page
5683 url-link.
5684
5685 * strokes.el (defgroup strokes): Remove invalid url-link.
5686
2a575769
EZ
56872006-10-07 Magnus Henoch <mange@freemail.hu>
5688
5689 * autoinsert.el (auto-insert-alist): Doc fix.
5690
f5da083e 56912006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
d3886822 5692
612f91f0
SM
5693 * mouse-sel.el (mouse-insert-selection-internal):
5694 Use insert-for-yank, so that yank handlers are run.
d3886822 5695
4a61fd6f
KS
56962006-10-07 Kim F. Storm <storm@cua.dk>
5697
5698 * ido.el (ido-file-extension-aux): Fix comparison.
5699
ee37d135
KS
57002006-10-06 Kim F. Storm <storm@cua.dk>
5701
5702 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5703
dde5dcd2
JB
57042006-10-05 Juanma Barranquero <lekktu@gmail.com>
5705
5706 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5707 (ad-make-mapped-call): Use `let', not `let*'.
5708
1d5b0c66
CY
57092006-10-05 Chong Yidong <cyd@stupidchicken.com>
5710
5711 * international/mule-cmds.el (coding-system-change-eol-conversion):
5712 Ensure the coding system is initialized before calling
5713 coding-system-eol-type.
5714
82f28564
CD
57152006-10-04 Carsten Dominik <dominik@science.uva.nl>
5716
dde5dcd2
JB
5717 * textmodes/org.el (org-rm-props, org-activate-plain-links)
5718 (org-activate-angle-links, org-activate-dates)
5719 (org-activate-target-links, org-activate-camels)
82f28564
CD
5720 (org-activate-tags): Add `rear-nonsticky' text property to avoid
5721 textproperty keymaps from being active beyond the end of a line.
5722 (org-unfontify-region): Also remove `rear-nonsticky' property.
5723
9d3155c6
KH
57242006-10-04 Kenichi Handa <handa@m17n.org>
5725
5726 * international/code-pages.el (next): Table fixed.
5727
7629d417
SM
57282006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5729
5730 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5731 that it's been made unnecessary by removing narrowing.
5732
49c7a608
SM
57332006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5734
5735 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5736 control flow a bit, simplify another bit, and add comments.
5737
f3b5dd74
DK
57382006-10-03 David Kastrup <dak@gnu.org>
5739
5740 * help.el (describe-mode): For clicks on mode-line, use "@"
5741 interactive argument to get the major mode of the click instead of
5742 the current buffer.
5743
5744 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5745 in order to better redirect mouse-2 clicks. Also allow default
5746 bindings to apply.
5747
73812be6
KS
57482006-10-03 Kim F. Storm <storm@cua.dk>
5749
5750 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5751 (pushnew): Fix last change.
5752
a0370ba4
JPW
57532006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
5754
5755 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5756 Use the interactive spec of `eval-expression'.
5757
8c86938f
EZ
57582006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
5759
5760 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5761
dde5dcd2 57622006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
6c77efbe
SJ
5763
5764 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5765 2006-09-28 commit.
5766
4e14c04c
KH
57672006-10-02 Kenichi Handa <handa@m17n.org>
5768
5769 * international/code-pages.el (iso-8859-6): Table fixed.
5770
e925d5ae 57712006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
7de3f9a4
RS
5772
5773 * dired.el (dired-build-subdir-alist): Fix previous change.
5774
b1e6882f 57752006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1f8a132d
RS
5776
5777 * simple.el (undo-elt-crosses-region): Fix the inequalities.
5778
04e408d9
SM
57792006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5780
8f1a5a9b
SM
5781 * emacs-lisp/find-func.el (find-function-regexp): Don't match
5782 "define-button-type".
5783
04e408d9
SM
5784 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5785 they don't keep accumulating.
5786
7b8e334c
EZ
57872006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5788
5789 * ffap.el (ffap-rfc-path): Change the address of the RFC
04e408d9 5790 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7b8e334c 5791
65e7eb3d
EZ
57922006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
5793
5794 * allout.el (allout-expose-topic): Rectify implementation of "+"
5795 spec, so that bodies are not exposed with headlines.
5796
57972006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
5798
5799 * allout.el (allout-current-depth): Do aberrent check only at or
5800 below doublecheck depth.
5801 (allout-chart-subtree): Make it explicit that LEVELS being nil
5802 means unlimited depth. Drop undocumented support for LEVELS value
5803 t meaning unlimited depth. (This is consistent with
5804 allout-chart-to-reveal, but contrary to allout-show-children,
5805 which needs to use nil to default to depth of 1.)
5806 (allout-goto-prefix-doublechecked): Wrap long docstring line.
5807 (allout-chart-to-reveal): Be explicit in docstring about meaning
5808 of nil LEVELS, and drop support for LEVELS value t.
5809 (allout-show-children): Translate the level spec used by this
5810 routine to that used by allout-chart-subtree and
5811 allout-chart-to-reveal.
5812 (allout-show-to-offshoot): Retry once when stuck, after opening
5813 subtree - improvements in discontinuity handling likely will
5814 enable progress.
5815
b0c4ae71
CY
58162006-09-30 Chong Yidong <cyd@stupidchicken.com>
5817
5818 * wid-edit.el (widget-button-click-moves-point): New variable.
5819 (widget-button-click): If widget-button-click-moves-point is
5820 non-nil, set point after performing the button action
5821
5822 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5823
e2247cd0
EZ
58242006-09-30 Martin Rudalics <rudalics@gmx.at>
5825
04e408d9 5826 * files.el (find-file-existing): Modify to not allow wildcards.
e2247cd0 5827
00fa4024
EZ
58282006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5829
5830 * simple.el (undo-more): When undo information for the region is
5831 exhausted, say "No further undo information FOR REGION".
5832
57763824
EZ
58332006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
5834
04e408d9
SM
5835 * progmodes/sh-script.el (sh-prev-thing):
5836 Take `sh-leading-keywords' into account.
57763824 5837
ee53ec68
GM
58382006-09-29 Glenn Morris <rgm@gnu.org>
5839
f4d82e00
GM
5840 * custom.el (defcustom): Doc fix.
5841
04e408d9
SM
5842 * calendar/calendar.el (european-calendar-style):
5843 Call european-calendar or american-calendar as needed when set.
ee53ec68
GM
5844 (diary-view-entries, list-calendar-holidays): Move autoloads
5845 before use.
5846
f9df5f68
JL
58472006-09-29 Juri Linkov <juri@jurta.org>
5848
5849 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5850 to nil if there is no previous property change.
5851
3a6df531 58522006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
31b7fa51
CY
5853
5854 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5855 saving anything to be sure that `forward-sexp' behaves correctly.
5856
e94e78cc
CY
58572006-09-29 Chong Yidong <cyd@stupidchicken.com>
5858
5859 * simple.el (line-move-finish): Ignore field boundaries if the
5860 initial and final points have the same `field' property.
5861
f45b66b9
KS
58622006-09-29 Kim F. Storm <storm@cua.dk>
5863
5864 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
5865 to t while calling ido-read-internal.
5866
86cc4a71
CD
58672006-09-29 Carsten Dominik <dominik@science.uva.nl>
5868
5869 * textmodes/org.el (org-file-remote-p): Get regexp from list.
04e408d9 5870 (org-archive-subtree): Remove erraneous `]' from character list.
86cc4a71 5871
ddd1c214
JY
58722006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
5873
5874 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
5875 (ses-reconstruct-all): Make undo of "insert row" work by keeping
5876 markers for data-area and parameters-area.
5877
efa0c0ef
SM
58782006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5879
472e1031
SM
5880 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
5881
efa0c0ef
SM
5882 * font-lock.el (font-lock-after-change-function): Refontify next line
5883 as well if end is at BOL.
5884 (font-lock-extend-jit-lock-region-after-change): Be more careful to
5885 only extend the region as much as needed.
5886
de25ebb8
RS
58872006-09-28 Richard Stallman <rms@gnu.org>
5888
5889 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
5890
5891 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
5892
efa0c0ef 5893 * international/mule.el (after-insert-file-set-coding):
de25ebb8 5894 If VISIT, don't let set-buffer-multibyte make undo info.
efa0c0ef 5895
dde5dcd2 58962006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
e4eb8462
CY
5897
5898 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
5899 lines in base64-encoded authentication response.
5900
ed0aa46c
VJL
59012006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5902
5903 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
5904 (ebnf-version): New version 4.3.
5905 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
5906 (ebnf-prologue): Adjust PostScript programming.
5907 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
5908 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
5909
c1860747
SM
59102006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5911
be956324
SM
5912 * jit-lock.el (jit-lock-force-redisplay): Rename from
5913 jit-lock-fontify-again, and undo the mistaken change I've just done.
5914
c1860747
SM
5915 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
5916 (jit-lock-fontify-again): Don't refontify text that's not displayed.
5917
eb89917c
KH
59182006-09-26 Kenichi Handa <handa@m17n.org>
5919
5920 * startup.el (display-splash-screen): Allow a prefix argument.
5921
daea741e
JR
59222006-09-25 Jason Rumney <jasonr@gnu.org>
5923
5924 * subr.el (shell-quote-argument): Use DOS logic for Windows
5925 shells with DOS semantics.
5926
de25ebb8
RS
59272006-09-24 Richard Stallman <rms@gnu.org>
5928
5929 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
5930 (compilation-goto-locus): Use compilation-goto-locus-delete-o
5931 to delete the overlay. Put it on pre-command-hook.
5932
5933 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
5934
f45b66b9 5935 * startup.el (fancy-splash-screens, normal-splash-screen):
de25ebb8
RS
5936 Call the splash buffer *About GNU Emacs*.
5937
f45b66b9 5938 * simple.el (next-error-highlight, next-error-highlight-no-select):
de25ebb8
RS
5939 Default to 0.5.
5940 (yank-excluded-properties): Add `fontified'.
5941
5942 * font-lock.el (font-lock-compile-keywords): Allow value of
5943 syntax-begin-function to enable paren-column-0 highlighting.
5944
e925d5ae 59452006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
de25ebb8
RS
5946
5947 * dired.el (dired-build-subdir-alist): When file ends in colon,
5948 don't exit the loop, just disregard that file.
5949
963355a4
CY
59502006-09-24 Chong Yidong <cyd@stupidchicken.com>
5951
5952 * simple.el (line-move-finish): Handle corner case for fields in
5953 continued lines.
5954 (line-move-1): Remove flawed test for that case.
5955
3f56acf9
CY
59562006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
5957
5958 * icomplete.el (icomplete-simple-completing-p): Use the correct
5959 name for the new variable, `icomplete-with-completion-tables'.
5960 (file local variables): Remove superfluous setting.
5961
47c131a0
GM
59622006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
5963
5964 * calendar/appt.el (appt-check): Fix typo for appointments just
5965 after midnight.
5966
98da283b
CY
59672006-09-23 Chong Yidong <cyd@stupidchicken.com>
5968
5969 * help.el (describe-key-briefly, describe-key): Don't expect an
5970 extra up event if a down-event is generated by a popup menu.
5971
dde5dcd2 59722006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
e42a01cb
CY
5973
5974 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
5975 local dictionary when changing the global dictionary.
5976
397e713b
CY
59772006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
5978
5979 * icomplete.el (icomplete-with-completion-tables): List of
5980 specialized completion tables with which icomplete should
5981 operate. Include the new `internal-complete-buffer', so icomplete
5982 works with interactive buffer-selection.
5983 (icomplete-simple-completing-p): Add acceptance of specialized
5984 completion tables listed in icomplete-with-completion-tables.
5985
1e2d7573
YM
59862006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5987
5988 * frame.el (focus-follows-mouse): Set default to nil on Mac.
5989
5990 * startup.el (command-line): Use `custom-reevaluate-setting' for
5991 `focus-follows-mouse'.
5992
a9af8380
RS
59932006-09-22 Richard Stallman <rms@gnu.org>
5994
5995 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
5996 explain why Save is not available.
5997
da37d01f
JB
59982006-09-22 Juanma Barranquero <lekktu@gmail.com>
5999
6000 * woman.el (woman0-so): Use `let*', not `let'.
6001 (woman-horizontal-line): Remove unbalanced parenthesis.
6002
8cc8239e
SM
60032006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * woman.el: Make sure all the end-of-region markers we use have
6006 a non-nil insertion-type.
6007 (woman0-so): Move things around so we can use copy-marker.
6008 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
6009 Adjust marker type.
6010 (woman2-process-escapes): Check marker type.
6011 (woman-horizontal-line): Dispense with the use of a marker.
6012
eb8c8b04
JB
60132006-09-22 Jay Belanger <belanger@truman.edu>
6014
6015 * calc/calc-lang.el: Add Greek letters to math-variable-table
6016 property of tex.
6017
16abdbe6
CY
60182006-09-22 Chong Yidong <cyd@stupidchicken.com>
6019
7629d417 6020 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
16abdbe6 6021
1d8f4cb6
MY
60222006-09-22 Masatake YAMATO <jet@gyve.org>
6023
6024 * add-log.el (add-log-current-defun): Use `forward-sexp'
6025 instead of `forward-word' to pick c++::symbol.
3b2452fd 6026 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
1d8f4cb6 6027
2e77924d
KH
60282006-09-22 Kenichi Handa <handa@m17n.org>
6029
6030 * bindings.el: Fix setting self-insert-command for multibyte
6031 characters in global-map.
6032
89bf250e
DK
60332006-09-21 David Kastrup <dak@gnu.org>
6034
6035 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
6036 doc string.
6037
8584826b
KH
60382006-09-21 Kenichi Handa <handa@m17n.org>
6039
6040 * language/european.el ("Latin-1"): Add windows-1252 to
6041 coding-priority.
6042 ("German"): Likewise.
6043
b521ddce
KS
60442006-09-21 Kim F. Storm <storm@cua.dk>
6045
6046 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
6047 Suggested by Miles Bader.
6048
6049 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
6050 instead of add-to-list in the simple case.
6051
01e0132d
KH
60522006-09-20 Kenichi Handa <handa@m17n.org>
6053
7629d417 6054 * isearch.el (isearch-process-search-char): Cancel the previous change.
01e0132d
KH
6055 (isearch-search-string): New function.
6056 (isearch-search): Use isearch-search-string.
6057 (isearch-lazy-highlight-search): Likewise.
6058
502ca00a
VJL
60592006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6060
7f7f218c
VJL
6061 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6062 string to become an option.
502ca00a 6063
02bb2aab
SM
60642006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6065
6066 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6067
a4df1f8b
KS
60682006-09-20 Kim F. Storm <storm@cua.dk>
6069
6070 * simple.el (line-move-partial): Call pos-visible-in-window-p with
6071 position t instead of trying both window-end and window-end - 1.
6072
cd3af09d
CD
60732006-09-20 Carsten Dominik <dominik@science.uva.nl>
6074
6075 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6076 hidden trees.
6077
1d45e02e
DK
60782006-09-20 David Kastrup <dak@gnu.org>
6079
9ed38a84
DK
6080 * mouse.el (mouse-posn-property): Improve doc string.
6081 (mouse-on-link-p): Change buffers for function calls on links.
6082
02bb2aab 6083 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
1d45e02e
DK
6084 buffer is read-only.
6085
3e7678c8 60862006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
1b4d97b2
CY
6087
6088 * allout.el (allout-unprotected): Let inhibit-read-only only when
6089 buffer-read-only isn't set.
6090 (allout-annotate-hidden): Enable topic annotation during copies even
6091 when the buffer is read-only, eg for topic copies. Ensure that the loop
6092 advances, even when the span extends beyond the deletion region.
6093 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6094 rather than allout-exposure-changed-hook, as a stronger assertion.
6095 (allout-keybindings-list): Add bindings for
6096 allout-copy-line-as-kill and allout-copy-topic-as-kill.
02bb2aab
SM
6097 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6098 Copy wrappers for allout-kill-line and allout-kill-topic.
1b4d97b2
CY
6099 (allout-listify-exposed): Position correctly to accumulate lines.
6100
fef11f15
CY
61012006-09-19 Chong Yidong <cyd@stupidchicken.com>
6102
6103 * simple.el (line-move-1): Escape field boundaries occurring
6104 exactly at point. Update goal column if constrained to a field.
02bb2aab 6105 (line-move-finish): Escape field boundaries occurring exactly at point.
fef11f15 6106
e9ae308c
SM
61072006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6108
6109 * mouse.el (mouse-on-link-p): Tentatively fix last change.
6110 (mouse-drag-vertical-line): Remove unused var `wconfig'.
6111
7bbc67d2
KS
61122006-09-19 Kim F. Storm <storm@cua.dk>
6113
06e6b4be
KS
6114 * help.el (describe-key-briefly, describe-key): Simplify printing
6115 of descriptions by using format and %S. Fix "is undefined"
6116 messages to say "at that spot" for mouse events.
6117
7bbc67d2
KS
6118 * simple.el (line-move-partial): Optimize. Try window-line-height
6119 before posn-at-point to get vpos of current line.
6120
f573c8b0 61212006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
7bbc67d2 6122
95f5a37f 6123 * viper.el: Bump up version/date of update to reflect the substantial
f573c8b0 6124 changes done in August 2006.
7bbc67d2 6125
95f5a37f 6126 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
f573c8b0 6127 are defined.
7bbc67d2 6128
95f5a37f 6129 * ediff-util.el (ediff-add-to-history): New function.
7bbc67d2 6130
95f5a37f 6131 * ediff.el: Use ediff-add-to-history instead of add-to-history.
7bbc67d2 6132
2b1119a0
RS
61332006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6134
6135 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
e9ae308c
SM
6136 Delete duplicate make-local-variable form.
6137 (conf-space-keywords): Add autoload cookie.
6138 Fix typo (`keywords', not `keyword').
2b1119a0 6139
c4823934
JD
61402006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6141
6142 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6143 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
6144 to x-gtk-use-old-file-dialog
6145
0c577361
RS
61462006-09-18 Richard Stallman <rms@gnu.org>
6147
6148 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6149 that might come in during mouse tracking.
6150
661bdc06
KS
61512006-09-18 Kim F. Storm <storm@cua.dk>
6152
6153 * simple.el (line-move-partial): Rework 2006-09-15 change to use
6154 new window-line-height function. Further optimize by not calling
6155 pos-visible-in-window-p for window-end when window-line-height
6156 returns useful information.
6157
ddec2286
RS
61582006-09-16 Richard Stallman <rms@gnu.org>
6159
6160 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6161 (conf-space-mode): Don't handle prefix arg.
6162 Delete conf-space-keywords-override code.
6163 Use add-hook.
6164 (conf-space-keywords): New command.
6165 (conf-space-mode-internal): Be careful with imenu-generic-expression.
6166 Delete conf-space-keywords-override code.
6167 (conf-space-keywords-alist): Doc fix.
6168 (conf-space-font-lock-keywords): Doc fix.
6169 (conf-space-keywords-override): Var deleted.
6170
118d23f8
CY
61712006-09-16 Chong Yidong <cyd@stupidchicken.com>
6172
6173 * startup.el (fancy-splash-screens): Don't switch to the scratch
6174 buffer; it may not be the next buffer.
6175
c7abb182
RF
61762006-09-16 Romain Francoise <romain@orebokech.com>
6177
6178 * saveplace.el (load-save-place-alist-from-file): Use expanded name
6179 in both messages.
6180
be8b7dbd
RS
61812006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
6182
6183 * progmodes/python.el (python-preoutput-filter):
6184 Fix arg order to string-match.
6185
9af0a0b9
RS
61862006-09-16 Richard Stallman <rms@gnu.org>
6187
6188 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6189 font-lock-compile-keywords.
6190
6191 * font-lock.el (font-lock-compile-keywords): Rename optional arg
6192 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
6193
b984fed9
JD
61942006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6195
b1707a95
JD
6196 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6197
b984fed9
JD
6198 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6199 and the data doesn't look like UTF8, send STRING instead.
6200
4fc9bd56 62012006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
5c823193 6202
e9ae308c
SM
6203 * textmodes/flyspell.el (flyspell-check-region-doublons):
6204 New function to detect duplicated words.
5c823193
CY
6205 (flyspell-large-region): Use it.
6206
095f9ae4
CY
62072006-09-16 Chong Yidong <cyd@stupidchicken.com>
6208
6209 * simple.el (line-move-to-column): Revert 2006-08-03 change.
6210
0f101663
EZ
62112006-09-16 Eli Zaretskii <eliz@gnu.org>
6212
6213 * help.el (describe-prefix-bindings): Use let, not let*.
6214
8a559d4e 62152006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
d8350998
CY
6216
6217 * allout.el (allout-regexp, allout-line-boundary-regexp)
6218 (allout-bob-regexp): Correct grouping and boundaries to fix
6219 backwards traversal.
e9ae308c
SM
6220 (allout-depth-specific-regexp, allout-depth-one-regexp):
6221 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
d8350998
CY
6222 worse time in allout-ascend.
6223 (allout-doublecheck-at-and-shallower): Identify depth threshold
6224 below which topics are checked for and disqualified by containment
6225 discontinuities.
6226 (allout-hotspot-key-handler): Correctly handle multiple-key
6227 strokes. Remove some unused variables.
6228 (allout-mode-leaders): Clarify that mode-specific comment-start
8a559d4e 6229 will be used.
d8350998
CY
6230 (set-allout-regexp): Correctly regexp-quote allout regexps to
6231 properly accept alternative header-leads and primary bullets with
6232 regexp-specific characters (eg, C "/*", mathematica "(*").
6233 Include new regular expressions among those configured.
e9ae308c
SM
6234 (allout-infer-header-lead-and-primary-bullet):
6235 Rename allout-infer-header-lead.
6236 (allout-recent-depth): Manifest as a variable as well as a function.
d8350998 6237 (allout-prefix-data): Simplify into an inline instead of a macro,
8a559d4e
EZ
6238 assuming current match data rather than being explicitly passed
6239 it. Establish allout-recent-depth value as well as
d8350998
CY
6240 allout-recent-prefix-beginning and allout-recent-prefix-end.
6241 (allout-aberrant-container-p): True when an item's immediate
6242 offspring discontinuously contained. Useful for disqualifying
6243 unintended topic prefixes, likely at low depths.
e9ae308c 6244 (allout-goto-prefix-doublechecked): Elaborate version of
d8350998 6245 allout-goto-prefix which disqualifies aberrant pseudo-items.
8a559d4e
EZ
6246 (allout-pre-next-prefix): Layer on top of lower-level routines, to
6247 get disqualification of aberrant containers.
6248 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6249 containers.
d8350998
CY
6250 (allout-beginning-of-current-entry): Position at start of buffer
6251 when in container (depth 0) entry.
6252 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6253 (allout-current-bullet): Strip text properties.
6254 (allout-get-prefix-bullet): Use right match groups.
e9ae308c
SM
6255 (allout-beginning-of-line, allout-next-heading):
6256 Disqualify aberrant containers.
8a559d4e
EZ
6257 (allout-previous-heading): Disqualify aberrant containers, and
6258 change to regular (rather than inline) function, to allow
6259 self-recursion.
d8350998
CY
6260 (allout-get-invisibility-overlay): Increment so progress is made
6261 when the first overlay is not the sought one.
6262 (allout-end-of-prefix): Disqualify aberrant containers.
6263 (allout-end-of-line): Cycle something like allout-beginning-of-line.
6264 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6265 outline.el outlines) functional again. Change the primary bullet
6266 along with the header-lead - level 1 new-style bullets now work.
9c92edca
JB
6267 Engage allout-before-change-handler in mainline Emacs, not just
6268 XEmacs, to do undo handling.
d8350998
CY
6269 (allout-before-change-handler): Expose undo changes occurring in
6270 hidden regions. Use allout-get-invisibility-overlay instead of
6271 reimplementing it inline.
6272 (allout-chart-subtree): Use start rather than end of prefix in
6273 charts. Use allout-recent-depth variable.
6274 (allout-chart-siblings): Disqualify aberrant topics.
6275 (allout-beginning-of-current-entry): Position correctly.
6276 (allout-ascend): Use new allout-depth-specific-regexp and
8a559d4e
EZ
6277 allout-depth-one-regexp for linear instead of O(N^2) or worse
6278 behavior.
6279 (allout-ascend-to-depth): Depend on allout-ascend, rather than
6280 reimplementing an algorithm.
6281 (allout-up-current-level): Depend on allout-ascend, rather than
6282 reimplementing an algorithm. Return to start-point if we fail.
6283 (allout-descend-to-depth): Use allout-recent-depth variable
6284 instead of function.
d8350998
CY
6285 (allout-next-sibling): On traversal of numerous intervening
6286 topics, resort to economical allout-next-sibling-leap.
6287 (allout-next-sibling-leap): Specialized version of
6288 allout-next-sibling that uses allout-ascend cleverly, to depend on
6289 a regexp search to leap large numbers of contained topics, rather
6290 than arbitrarily many one-by-one traversals.
6291 (allout-next-visible-heading): Disqualify aberrant topics.
6cb66a31
JB
6292 (allout-previous-visible-heading): Position consistently when
6293 interactive.
d8350998 6294 (allout-forward-current-level): Base on allout-previous-sibling
8a559d4e
EZ
6295 rather than (differently) reimplmenting the algorithm. Remove some
6296 unused variables.
d8350998
CY
6297 (allout-solicit-alternate-bullet): Present default choice stripped
6298 of text properties.
6299 (allout-rebullet-heading): Use bullet stripped of text properties.
e9ae308c
SM
6300 Register changes using allout-exposure-change-hook.
6301 Disregard aberrant topics.
d8350998
CY
6302 (allout-shift-in): With universal-argument, make topic a peer of
6303 it's former offspring. Simplify the code by separating out
6304 allout-shift-out functionality.
6305 (allout-shift-out): With universal-argument, make offspring peers
6306 of their former container, and its siblings. Implement the
6307 functionality here, rather than inappropriately muddling the
6308 implementation of allout-shift-in.
6309 (allout-rebullet-topic): Respect additional argument for new
6310 parent-child separation function.
6311 (allout-yank-processing): Use allout-ascend directly.
6312 (allout-show-entry): Disqualify aberrant topics.
6313 (allout-show-children): Handle discontinuous children gracefully,
6314 extending the depth being revealed to expose them and posting a
6315 message indicating the situation.
6316 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6317 Leave cursor in correct position.
6318 (allout-hide-current-subtree): Use allout-ascend directly.
6319 Disqualify aberrant topics.
6320 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6321 a way that the yanks can restore it, as used to happen.
6322 (allout-yank-processing): Restore exposure layout as recorded by
6323 allout-kill-*, as used to happen.
6324 (allout-annotate-hidden, allout-hide-by-annotation): New routines
6325 for preseving and restoring exposure layout across kills.
6326 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6327 (allout-encrypt-string): Strip text properties.
6328 Rearranged order and outline-headings for some of the
6329 miscellaneous functions.
6330 (allout-resolve-xref): No need to quote the error name in the
6331 condition-case handler section.
6332 (allout-flatten): Classic recursive (and recursively intensive,
6333 without tail-recursion) list-flattener, needed by allout-shift-out
6334 when confronted with discontinuous children.
6335
8a559d4e
EZ
63362006-09-16 Jason Rumney <jasonr@gnu.org>
6337
6338 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6339 on ms-windows.
6340 (dnd-open-unc-file): Remove.
6341 (dnd-open-local-file): Mention in doc string that it also handles
6342 remote files if the system natively supports unc file-names.
6343
63442006-09-15 Kim F. Storm <storm@cua.dk>
6345
6346 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6347 all necessary information about the event before erasing *Help*.
6348
6349 * simple.el (line-move-partial): Use window-line-visiblity to
6350 quickly check whether last line is partially visible, and only do
6351 the hard (and slow) part in that case.
6352
63532006-09-15 Jay Belanger <belanger@truman.edu>
6354
6355 * COPYING: Replace "Library Public License" by "Lesser Public
6356 License" throughout.
6357
63582006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6359
6360 * term/x-win.el (x-menu-bar-open): New function for F10.
6361
63622006-09-15 Chong Yidong <cyd@stupidchicken.com>
6363
6364 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6365 Disallow filenames containing " -" to avoid confusion with libtool
6366 compilation messages. Suggested by Stefan Monnier.
6367
63682006-09-15 David Kastrup <dak@gnu.org>
6369
6370 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6371 instead of buffer position for `mouse-on-link-p'.
6372
6373 * mouse.el (mouse-posn-property): New function looking up the
6374 properties at a click position in overlays and text properties in
6375 either buffer or strings.
6376 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6377 of both `follow-link' as well as `mouse-face' properties.
6378 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6379 buffer position.
6380
6381 * help.el (describe-key-briefly): When reading a down-event on
6382 mode lines or scroll bar, swallow the following up event, too.
6383 Use the new mouse sensitity of `key-binding' for lookup.
6384 (describe-key): The same here.
6385
63862006-09-15 Juanma Barranquero <lekktu@gmail.com>
6387
6388 * play/life.el (life-patterns): Add a few more interesting patterns.
6389 (life-setup): Force `show-trailing-whitespace' to nil.
6390
63912006-09-14 Richard Stallman <rms@gnu.org>
6392
6393 * startup.el (fancy-splash-text): Change text to improve alignment.
6394 (fancy-splash-screens): Don't set non-standard tab width.
6395 Bind cursor-type temporarily, and make it easy to patch to
6396 preserve the splash buffer.
6397 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6398 (fancy-splash-screens): Display echo-area message explicitly.
6399 Don't set fancy-splash-help-echo.
6400
6401 * simple.el (line-number-mode): Group mode-line instead of
6402 editing-basics.
6403 (column-number-mode, size-indication-mode): Likewise.
6404
6405 * faces.el (mode-line-faces): Group mode-line instead of modeline.
6406
6407 * time.el (display-time): Group mode-line instead of modeline.
6408
e9ae308c 6409 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8a559d4e 6410
aa260907
CY
64112006-09-14 Chong Yidong <cyd@stupidchicken.com>
6412
6413 * startup.el (fancy-splash-text): Move editing instructions to
6414 fancy-splash-head.
6415 (fancy-splash-head): Issue editing instructions.
6416 (fancy-splash-screens): Fixup whitespace.
6417
b14f0dc3
SM
64182006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6419
6420 * bindings.el (mode-line-buffer-identification-keymap):
6421 Remove duplicate line.
6422
bf8b0f8b
KS
64232006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6424
6425 * ido.el (ido-ignore-item-p): Allow any kind of functions in
6426 ignore lists.
6427
36961efd
KS
64282006-09-14 Kim F. Storm <storm@cua.dk>
6429
6430 * jit-lock.el (jit-lock-fontify-again): New function.
6431 (jit-lock-fontify-now): Use it instead of lambda form.
6432
87bbe2fd
RS
64332006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
6434
6435 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6436 (flyspell-auto-correct-word): Make ispell-filter local to these
6437 functions. Check that ispell-filter has new stuff before calling
6438 ispell-parse-output.
36961efd 6439
87bbe2fd 64402006-09-13 Kim F. Storm <storm@cua.dk>
f8b11c97
KS
6441
6442 * simple.el (line-move-partial): Optimize.
6443
9aeec4c2
RS
64442006-09-13 Richard Stallman <rms@gnu.org>
6445
b14f0dc3
SM
6446 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6447 Delete spurious backquote.
9aeec4c2 6448
b96572ff
CY
64492006-09-07 Ryan Yeske <rcyeske@gmail.com>
6450
6451 * net/rcirc.el (rcirc-print): Fix last change.
6452
99992264
JB
64532006-09-12 Jay Belanger <belanger@truman.edu>
6454
6455 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6456
d40ac716
CY
64572006-09-07 Ryan Yeske <rcyeske@gmail.com>
6458
6459 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6460 rcirc-show-maximum-output.
6461 (rcirc-mode): Remove window-scroll-function hook.
6462 (rcirc-scroll-to-bottom): Remove function.
6463 (rcirc-print): Recenter so point stays at the bottom of the window
6464 if point was already there.
6465
4b1aaa8b
PE
64662006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6467
6468 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6469 not to "t".
6470 * progmodes/compile.el (compilation-start): Likewise.
6471 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6472 Don't use expand-file-name on invocation-directory, since this
6473 might mishandle special characters in invocation-directory.
6474
afc05254
SM
64752006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6476
6477 * pcvs-defs.el: Remove * in defcustom's docstrings.
6478
df072bff
NR
64792006-09-12 Nick Roberts <nickrob@snap.net.nz>
6480
afc05254 6481 * progmodes/compile.el (compilation-directory-properties):
df072bff
NR
6482 Doc fix for help-echo.
6483
503fac66
RF
64842006-09-12 Lars Hansen <larsh@soem.dk>
6485
4cffefee
LH
6486 * desktop.el (desktop-read): Add comment.
6487
73313acc
KS
64882006-09-12 Kim F. Storm <storm@cua.dk>
6489
9cd4a6a1
KS
6490 * simple.el (next-error-highlight, next-error-highlight-no-select):
6491 Fix spelling error.
6492
73313acc
KS
6493 * subr.el (sit-for): Rework to use input-pending-p and cond.
6494 Return nil input is pending on entry also for SECONDS <= 0.
6495 (while-no-input): Use input-pending-p instead of sit-for.
6496
6d3c944b
RS
64972006-09-11 Richard Stallman <rms@gnu.org>
6498
73313acc 6499 * simple.el (next-error-highlight, next-error-highlight-no-select):
6d3c944b
RS
6500 Fix custom type and doc strings.
6501
cb9a30c8
SM
65022006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6503
6504 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6505 (diff-apply-hunk): Use it to ask for confirmation.
6506
e027c6e4
RS
65072006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6508
6509 * emacs-lisp/cl.el (pushnew): Add missing `,'.
6510
bcd8e1a9
DK
65112006-09-11 David Kastrup <dak@gnu.org>
6512
6513 * help.el (string-key-binding, describe-key-briefly)
6514 (describe-key): Remove `string-key-binding' and its callers since
6515 `key-binding' already caters for the proper lookup now.
6516
a8b7149d
SM
65172006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6518
afc05254 6519 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
7efd03c3
SM
6520 (cfengine-mode): Use it. Fix \ syntax to be like /.
6521
a8b7149d
SM
6522 * bindings.el (mode-line-buffer-identification-keymap):
6523 Move initialization into declaration.
6524
606fd469
KS
65252006-09-10 Kim F. Storm <storm@cua.dk>
6526
6527 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6528 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6529 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6530 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
6531
bd5a7fe2
RS
65322006-09-10 Richard Stallman <rms@gnu.org>
6533
c62a8073
RS
6534 * dired-aux.el: Handle errors in recursive copy usefully.
6535 (dired-create-files-failures): New variable.
6536 (dired-copy-file): Remove condition-case.
6537 (dired-copy-file-recursive): Check for errors on all file
6538 operations, and add them to dired-create-files-failures.
6539 Check file file-date-erorr here too.
6540 (dired-create-files): Check dired-create-files-failures
6541 and report those errors too.
6542
bd5a7fe2
RS
6543 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6544
6545 * subr.el (add-to-list): New argument COMPARE-FN.
6546
3b5e5e30
RS
65472006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6548
6549 * filecache.el (file-cache-add-directory)
6550 (file-cache-add-directory-list, file-cache-add-file)
6551 (file-cache-add-directory-using-find)
6552 (file-cache-add-directory-using-locate)
6553 (file-cache-add-directory-recursively): Add autoloads.
6554
1d7b95f5
RS
65552006-09-09 Richard Stallman <rms@gnu.org>
6556
a8b7149d
SM
6557 * textmodes/conf-mode.el (conf-space-mode):
6558 Use hack-local-variables-hook instead of calling hack-local-variables.
1d7b95f5 6559 (conf-space-keywords-override): New variable.
dd3a63bf
RS
6560 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
6561 (conf-space-mode): Always make conf-space-keywords and
6562 conf-space-keywords-override local.
6563 Call conf-space-mode-internal directly as well as via hook.
1d7b95f5 6564
0b01faca
SM
65652006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6566
6567 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6568 quasi-keywords.
6569
46d6e692
SM
65702006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6571
d8ca7d34
SM
6572 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6573 (python-send-string): Be slightly more careful about adding \n.
6574
46d6e692
SM
6575 * startup.el (normal-splash-screen): Don't display the buffer if we'll
6576 kill it right away anyway.
6577
fbb0d4f9
EZ
65782006-09-09 Eli Zaretskii <eliz@gnu.org>
6579
6580 * international/codepage.el (cp850-decode-table): Fix a few codes.
6581 (cp858-decode-table): New variable.
6582
c048d606
EZ
65832006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6584
6585 * net/ldap.el (ldap-search-internal): Doc fix.
6586
c98557ae
EZ
65872006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6588
33aba6a0
EZ
6589 * play/life.el (life-display-generation): Test for input manually if
6590 `sleeptime' is negative or null.
6591
c98557ae
EZ
6592 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6593 (print-region-1): Substitute `%s' with the page title.
6594
7b260017
EZ
65952006-09-09 Matt Hodges <MPHodges@member.fsf.org>
6596
6597 * locate.el (locate-current-search): New variable.
6598 (locate): Set buffer local value. Use current buffer if it is
6599 in Locate mode.
6600 (locate-mode): Disable undo here.
46d6e692
SM
6601 (locate-do-setup): Use locate-current-filter from buffer to be killed.
6602 (locate-update): Use locate-current-search and locate-current-filter.
7b260017 6603
e24f9e5a
DK
66042006-09-08 David Kastrup <dak@gnu.org>
6605
46d6e692 6606 * desktop.el (desktop-read): When loading a desktop, disable
e24f9e5a
DK
6607 saving it while the load progresses, and switch off a pending lazy
6608 load by calling `desktop-lazy-abort'.
6609
612c16f1
CY
66102006-08-27 Martin Rudalics <rudalics@gmx.at>
6611
6612 * window.el (mouse-autoselect-window-timer)
6613 (mouse-autoselect-window-position)
6614 (mouse-autoselect-window-window)
6615 (mouse-autoselect-window-now): New vars.
6616 (mouse-autoselect-window-cancel)
6617 (mouse-autoselect-window-select)
6618 (mouse-autoselect-window-start): New functions.
6619 (handle-select-window): Call `mouse-autoselect-window-start' when
6620 delayed window autoselection is enabled.
6621
6622 * cus-start.el (mouse-autoselect-window): Handle delayed window
6623 autoselection.
6624
6625 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6626 commands after which it is allowed to print in the echo area.
6627
af09dd78
RS
66282006-09-08 Richard Stallman <rms@gnu.org>
6629
6630 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6631
6632 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6633 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6634
6635 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6636 (cancel-timer-internal): Add doc string.
6637 (cancel-function-timers): Doc fix.
6638 (with-timeout-handler, timer-event-last*): Add doc strings.
6639
6640 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6641
6642 * files.el (risky-local-variable-p): Match ...-bindat-spec.
6643
6644 * dired.el (dired-log-summary): Add doc string.
6645
8d4bf0e5 6646 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
af09dd78
RS
6647 (custom-group-menu-create): Not here.
6648
4b87a412
CD
66492006-09-08 Carsten Dominik <dominik@science.uva.nl>
6650
46d6e692 6651 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
4b87a412 6652
9deaefb7
YM
66532006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6654
97df8464 6655 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9deaefb7
YM
6656 (mac-apple-event-map): Define its handler.
6657
32553711
CY
66582006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6659
6660 * net/ldap.el (ldap-search-internal): Handle `auth' key.
6661
9c92edca 66622006-09-07 Magnus Henoch <mange@freemail.hu>
82741a5e
CY
6663
6664 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6665 clause.
6666
ea71ffe8
CY
66672006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6668
6669 * info.el (Info-index): Bind completion-ignore-case.
6670
23f2d048
SM
66712006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6672
6673 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6674 previous commit.
6675 (inferior-prolog-guess-flavor): New fun left out of previous commit.
6676 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6677 burp in dedicated windows.
6678 (inferior-prolog-self-insert-command): New command.
6679 (inferior-prolog-mode-map): Use it.
6680
656065bd
RS
66812006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6682
6683 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6684
6685 * international/code-pages.el: Add cp858.
6686
1df4d4a8
JD
66872006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6688
6689 * dnd.el: Fix bootstrapping.
6690
66912006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
c79b0f8f
JD
6692
6693 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6694 (dnd-open-remote-url): New function.
6695 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6696 not windows-nt.
6697
dad2e044 66982006-09-07 Jason Rumney <jasonr@gnu.org>
c79b0f8f
JD
6699
6700 * dnd.el (dnd-open-remote-file-function): New variable.
6701 (dnd-open-unc-file): New function.
6702 (dnd-open-file): Call dnd-open-remote-file-function if set.
6703
31a7c2ff
MB
67042006-09-06 Daiki Ueno <ueno@unixuser.org>
6705
6706 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6707 pgg-passphrase-coding-system rather than locale-coding-system.
6708 * pgg-def.el (pgg-passphrase-coding-system): New user option.
6709
e959542d
SM
67102006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6711
d364dee6
SM
6712 * progmodes/prolog.el: Remove * in docstrings.
6713 (prolog-program-name): Add SWI prolog.
6714 (prolog-mode-menu): New menu.
6715 (prolog-mode): Set comment-add.
6716 (prolog-indent-line): Simplify. Use indent-line-to.
6717 (inferior-prolog-buffer): New var.
6718 (inferior-prolog-run, inferior-prolog-process): New funs.
6719 (run-prolog, switch-to-prolog): Rewrite, using them.
6720 (prolog-consult-region): Use inferior-prolog-buffer.
6721 (inferior-prolog-load-file): New function.
6722 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6723
4a3608f5
SM
6724 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6725 last word, if it's not the end of the paragraph.
6726
e959542d
SM
6727 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6728 file name.
6729
2ca43ca5
KS
67302006-09-06 Ralf Angeli <angeli@caeruleus.net>
6731
6732 * frame.el (display-mm-dimensions-alist): New defcustom.
6733 (display-mm-height, display-mm-width): Use it.
6734
8bf5f8c5
SJ
67352006-09-06 Simon Josefsson <jas@extundo.com>
6736
6737 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6738
588daab2
NR
67392006-09-06 Nick Roberts <nickrob@snap.net.nz>
6740
6741 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6742 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6743 string values.
6744
902f06ed
KS
67452006-09-06 Kim F. Storm <storm@cua.dk>
6746
6747 * simple.el (line-move-partial): New function to do vscrolling for
6748 partially visible images / tall lines. Rewrite based on code
6749 previously in line-move. Simplify backwards vscrolling.
6750 (line-move): Use it. Simplify.
6751
865e69c8
KS
67522006-09-05 Kim F. Storm <storm@cua.dk>
6753
6754 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6755
6e1a9597
CY
67562006-09-05 Chong Yidong <cyd@stupidchicken.com>
6757
6758 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6759 Process the `gcc-include' after the `gnu' rule.
6760
d07a839e
KS
67612006-09-05 Kim F. Storm <storm@cua.dk>
6762
6763 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6764
8fbdffe5
MB
67652006-09-05 Daiki Ueno <ueno@unixuser.org>
6766
6767 * pgg.el (pgg-clear-string): Alias to clear-string for backward
6768 compatibility.
6769
6770 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6771 inhibit-redisplay; encode passphrase with locale-coding-system.
6772
652bf3a1
DN
67732006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6774
6775 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6776
eebb17af
NR
67772006-09-05 Nick Roberts <nickrob@snap.net.nz>
6778
6779 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6780 (gdb-var-list-children-regexp): Make type field optional.
6781
6782 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6783 e.g public, protected in C++.
6784
d0fd0916
JPW
67852006-09-04 John Paul Wallington <jpw@pobox.com>
6786
6787 * simple.el (completion-show-help): New defcustom.
6788 (completion-setup-function): Heed it.
6789
bb68962b
DN
67902006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6791
6792 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6793
bae12237
RS
67942006-09-04 Richard Stallman <rms@gnu.org>
6795
8f921acb
RS
6796 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6797 (rsf-min-region-to-spam-list): Doc fix.
6798 (rsf-add-content-type-field): Doc fix.
6799
bae12237
RS
6800 * simple.el (kill-region): Explicitly test there is a region.
6801
82695714
CY
68022006-09-04 Chong Yidong <cyd@stupidchicken.com>
6803
6804 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6805 sendmail in several common directories.
6806
dad2e044 6807 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
82695714
CY
6808
6809 * paths.el (sendmail-program): Removed.
6810
d7093904
MB
68112006-09-04 Daiki Ueno <ueno@unixuser.org>
6812
6813 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6814 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
6815 http://article.gmane.org/gmane.emacs.gnus.general/50457
6816
b1674d61
CY
68172006-09-03 Chong Yidong <cyd@stupidchicken.com>
6818
6819 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6820 mark after running the menu filter.
6821
35f111ba
JL
68222006-09-03 Juri Linkov <juri@jurta.org>
6823
6824 * international/quail.el (quail-defrule-internal): Add a check
6825 if a key is a vector.
6826
6a8c7cfe
JL
68272006-09-02 Juri Linkov <juri@jurta.org>
6828
6829 * man.el (Man-topic-history): New variable.
6830 (man): Use it.
6831
6832 * woman.el (woman-topic-history): Change defvar to defvaralias
6833 for symbol `Man-topic-history'.
6834
6835 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6836 `comint-last-output-start' is a marker by using `markerp' and
6837 check if it has a position by using `marker-position', and use
6838 this position for `goto-char'.
6839
6840 * international/quail.el (quail-defrule-internal): Add missing
6841 `error' call for null key.
6842
5c4aaa79
EZ
68432006-09-02 Ryan Yeske <rcyeske@gmail.com>
6844
6845 * rcirc.el (rcirc-keywords): New variable.
6846 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6847 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6848 variables.
6849 (rcirc-responses-no-activity): New function.
6850 (rcirc-handler-generic): Check for responses in above.
6851 (rcirc-process-command): Add ?: character to arguments of raw
6852 server commands.
6853 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
6854 `rcirc-dim-nicks'.
6855 (rcirc-gray-toggle): Remove unused variable.
6856 (rcirc-print): Remove some tracking logic, which is moved into
6857 markup functions.
6858 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
6859 types.
6860 (rcirc-activity-string): Look for 'keyword in activity-types.
6861 (rcirc-window-configuration-change): Don't erase overlay-arrow
6862 unnecessarily.
6863 (rcirc-add-or-remove): New function.
6864 (rcirc-cmd-ignore): Use it.
6865 (rcirc-message-leader): Remove unused function.
6866 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
6867 (rcirc-add-face): New function.
6868 (rcirc-facify): Use rcirc-add-face.
6869 (rcirc-url-regexp): Add parens.
6870 (rcirc-map-regexp): Remove function.
6871 (rcirc-mangle-regexp): Remove function.
6872 (rcirc-markup-text-functions): New variable.
6873 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
6874 (rcirc-markup-body-text, rcirc-markup-attributes)
6875 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
6876 (rcirc-markup-bright-nicks): New markup handler functions.
6877 (rcirc-nick-in-message-full-line): New face.
6878 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
6879 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
6880
79f6ba1f
EZ
68812006-09-02 Martin Rudalics <rudalics@gmx.at>
6882
6883 * cus-start.el (hscroll-margin, hscroll-step)
6884 (mode-line-in-non-selected-windows, mouse-autoselect-window)
6885 (x-use-underline-position-properties): Change version to "22.1"
6886 since they will appear there for the first time.
6887
8c707380
CY
68882006-09-01 Chong Yidong <cyd@stupidchicken.com>
6889
6890 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
6891
d178a6eb
RS
68922006-08-31 Richard Stallman <rms@gnu.org>
6893
6894 * cus-edit.el (custom-save-variables): Slight cleanup.
6895 (Custom-no-edit): Renamed from custom-no-edit.
6896 (Custom-newline): Renamed from custom-newline.
6897 (custom-mode-map): Use new names.
6898
6899 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
6900 about customization, rather than M-x customize, in the doc string
6901 made for the defcustom.
6902
6903 * emacs-lisp/trace.el (trace-function-background): Doc fix.
6904
ca136496
RF
69052006-08-31 Romain Francoise <romain@orebokech.com>
6906
6907 * dired-x.el (dired-guess-shell-alist-default): Update.
6908
9277ee6c
SM
69092006-08-31 Michael Mauger <mmaug@yahoo.com>
6910
6911 * custom.el (custom-theme-set-variables): Autoload packages before
6912 sorting the variables.
6913
05c4a38a 69142006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9277ee6c
SM
6915
6916 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
05c4a38a 6917 chars if XEmacs.
9277ee6c
SM
6918 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
6919
132579d3
SM
69202006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6921
6922 * progmodes/python.el (python-eldoc-function): Re-enable quit while
6923 waiting for process.
6924
762ce89d
YM
69252006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6926
6927 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
6928 results in ASCII-only string, encode original one directly.
6929
08326816
RF
69302006-08-29 Romain Francoise <romain@orebokech.com>
6931
132579d3
SM
6932 * startup.el (normal-splash-screen, fancy-splash-screens):
6933 Make buffer read-only and arrange to enter view mode if necessary.
08326816 6934
ab145daf
CY
69352006-08-29 Chong Yidong <cyd@stupidchicken.com>
6936
3775cb5c
CY
6937 * hl-line.el (hl-line): New face.
6938 (hl-line-face): Use it.
6939
ab145daf
CY
6940 * image-mode.el (image-mode): Fix last fix.
6941 Suggested by Kim F. Storm.
6942
1a762140
MA
69432006-08-29 Michael Albinus <michael.albinus@gmx.de>
6944
6945 Sync with Tramp 2.0.54.
6946
6947 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
6948 of `=', because `tramp-get-remote-gid' might not always return an
6949 integer when expected.
6950 (tramp-register-file-name-handlers): `partial-completion-mode' is
6951 unknown to XEmacs.
6952 (tramp-time-diff): Don't use `floor', it might fail for large
6953 differences.
6954 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
6955 `tramp-auto-save-directory' if unset in order to guarantee unique
6956 auto-save file names.
6957
0e8b7151
CY
69582006-08-28 Chong Yidong <cyd@stupidchicken.com>
6959
6960 * image-mode.el (image-mode): Display image as text on a terminal.
6961
6cc91c85
SM
69622006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6963
e2ac11eb
SM
6964 * progmodes/python.el (python-send-command): Simplify.
6965 (run-python): Don't generate a new buffer unless `new' was specified.
6966 Make sure we send `import emacs' to the proper process.
6967
6cc91c85
SM
6968 * progmodes/python.el (python-send-command): Don't wait for the command
6969 to terminate. Don't fiddle with compilation-parsing-end.
6970
6081889e
CY
69712006-08-28 Chong Yidong <cyd@stupidchicken.com>
6972
6cc91c85
SM
6973 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6974 Insert commentary after first line summary.
81e213dc 6975
6081889e
CY
6976 * woman.el (woman-follow): New function, based on `man-follow'.
6977 (woman-mode-map): Use it.
6978
6979 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
6980 since ibuffer-do-sort-by-recency does not define a sorter.
6981
31bf5125
KS
69822006-08-28 Kim F. Storm <storm@cua.dk>
6983
08326816 6984 * find-dired.el (find-dired): Use shell-quote-argument to properly
31bf5125
KS
6985 escape ( and ) args. Also use it on {} and ; args in default
6986 value of find-ls-option string.
6987 (find-grep-dired): Use shell-quote-argument on {} and ; args.
6988
7a210b69
MB
69892006-08-27 Michael Olson <mwolson@gnu.org>
6990
6991 * emacs-lisp/tq.el: Small grammar fix in comments.
6992 (tq-enqueue): Check for existence of queue rather than the
6993 head queue item's question, which was a no-op.
6994 (tq-filter, tq-process-buffer): Make sure the process buffer
6995 exists before making it the current buffer.
6996
eb411049
YM
69972006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6998
6999 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
7000 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
7001 (special-event-map): Apply 2006-08-16 change for x-win.el.
7002
42634864
SM
70032006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7004
7005 * progmodes/python.el (python-send-receive): Wait in the
7006 process's buffer so as to check the right buffer-local variables.
7007
1c1095bf
SM
70082006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7009
76667462
SM
7010 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
7011 (defgroup checkdoc): Move to beginning.
7012
1c1095bf
SM
7013 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
7014 (python-preoutput-continuation): Remove.
7015 (python-preoutput-filter): Simplify correspondingly.
7016 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
7017 Loop around to catch embedded _emacs_out output.
7018 (run-python): Send the import&print command on a single line.
7019 (python-send-command): Send command&print on a single line.
7020 (python-send-string): Only add double \n if needed.
7021 (python-send-receive): Loop until the result comes.
7022 (python-mode-running): Defvar it.
7023 (python-setup-brm): Remove unused var `menu'.
7024 Only bind py-mode-map and `features' around brm-init.
7025 (python-calculate-indentation): Remove unused var `point'.
7026 (python-beginning-of-defun): Remove unused var `def-line'.
7027
f9de7738
RS
70282006-08-25 Richard Stallman <rms@gnu.org>
7029
7030 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
7031
83f49acb 70322006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
1c1095bf
SM
7033
7034 * viper.el (viper-set-hooks): Use frame bindings for
83f49acb 7035 viper-vi-state-cursor-color.
1c1095bf 7036 (viper-non-hook-settings): Don't set default
83f49acb 7037 mode-line-buffer-identification.
1c1095bf
SM
7038
7039 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
7040 (viper-set-cursor-color-according-to-state)
7041 (viper-get-saved-cursor-color-in-replace-mode)
7042 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
83f49acb 7043 viper-emacs-state-cursor-color.
1c1095bf
SM
7044
7045 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
7046 (viper-undo): Use point if undo-beg-posn is nil.
7047 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
7048 (viper-after-change-undo-hook): Don't use
83f49acb 7049 viper-emacs-state-cursor-color by default.
1c1095bf
SM
7050 (viper-undo): More sensible positioning after undo.
7051
7052 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7053 (viper-emacs-state-cursor-color): Default to nil, since this feature
83f49acb 7054 doesn't work well yet.
854fa43e 7055
1c1095bf
SM
7056 * ediff-mult.el (ediff-intersect-directories)
7057 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
83f49acb 7058 always expand filenames.
1c1095bf
SM
7059
70602006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7061
7062 * tumme.el: Remove * in defcustoms's docstrings.
7063
1063efe8
CY
70642006-08-24 Chong Yidong <cyd@stupidchicken.com>
7065
7066 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7067 Accept internal time format for SECS arg.
7068 (timer-relative-time): Doc fix.
7069
7070 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7071 adapted from Martin Rudalics.
7072 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7073 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7074 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7075 using sit-for.
7076
8d8dafeb
KS
70772006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
7078
7079 * cus-start.el (all): Add `overline-margin' and
7080 `x-underline-at-descent-line'.
7081
74b770de
KS
70822006-08-24 Kim F. Storm <storm@cua.dk>
7083
7084 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7085 to mean "use find -exec"; nil now unambiguously means auto-detect.
7086 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
dad2e044
JB
7087 Use shell-quote-argument to build grep-find-command and
7088 grep-find-template.
74b770de
KS
7089 (rgrep): Use shell-quote-argument to properly quote arguments to find.
7090 Reported by Tom Seddon.
7091
6e85b03c
CY
70922006-08-23 Chong Yidong <cyd@stupidchicken.com>
7093
7094 * startup.el (fancy-splash-head): Give instructions for dismissing
7095 the splash screen for default startup too.
7096 (display-startup-echo-area-message, fancy-splash-screens)
7097 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
7098 all splash text at once and keep the splash buffer around.
7099 (command-line-1): Give display-startup-echo-area-message a t arg.
7100
c4f7363c
CD
71012006-08-23 Carsten Dominik <dominik@science.uva.nl>
7102
7103 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7104 gnus frame is selected.
7105
1c059100
NR
71062006-08-23 Nick Roberts <nickrob@snap.net.nz>
7107
7108 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7109
7e1de68d
KS
71102006-08-22 Kim F. Storm <storm@cua.dk>
7111
7112 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7113 Add suffix matching for subdirs.
7114
f984fd2b 71152006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
1867217a
JD
7116
7117 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7118 mouse-yank-at-point is non-nil.
7119
7d14463c
NR
71202006-08-22 Nick Roberts <nickrob@snap.net.nz>
7121
7122 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7123 a bit wider and remove fringes to fit initial output on line.
8ec94c16
SM
7124
71252006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7126
7127 * frame.el (blink-cursor-end): Only ignore the error we care about.
7128 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7129
28cb9364
RS
71302006-08-21 Richard Stallman <rms@gnu.org>
7131
7132 * whitespace.el (whitespace-cleanup): Doc fix.
7133
7faa3f8c
MB
71342006-08-20 Ryan Yeske <rcyeske@gmail.com>
7135
7136 * net/rcirc.el (rcirc-show-maximum-output): New var.
7137 (rcirc-buffer-process): If no buffer argument is supplied, use
7138 current-buffer.
7139 (rcirc-complete-nick): Complete to the last completed nick first.
7140 (rcirc-mode): Preserve the value of `rcirc-urls' across
7141 connections. Setup scroll function.
7142 (rcirc-scroll-to-bottom): New function.
8ec94c16
SM
7143 (rcirc-print): Use nick syntax around regexp work.
7144 Notice dim-nicks speaking only if they say our nick.
7faa3f8c
MB
7145 (rcirc-update-activity-string): Do not show the modeline indicator
7146 if there are no live rcirc processes.
7147 (rcirc-cmd-ignore): Ignore case.
7148 (rcirc-browse-url-at-point): Fix off-by-one error.
7149
65a16bef
SM
71502006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7151
7152 * progmodes/python.el: Remove * in defcustom docstrings.
7153 (run-python, python-proc, python-try-complete): Use derived-mode-p.
7154 (python-mode): Set tab-width and indent-tabs-mode.
7155
c7e8d385
SM
71562006-08-20 Dave Love <fx@gnu.org>
7157
7158 * progmodes/python.el: Update to Dave Love's latest version.
7159 (python-font-lock-keywords, python-mode): Don't use
7160 font-lock-syntax-table, but match symbol elements explicitly instead.
7161 (python-mode-map): Add help, and a few more key bindings.
7162 (python-skip-comments/blanks): Move out of comments as well.
7163 (python-continuation-line-p): Behave better with unbalanced parens.
7164 (python-blank-line-p): New fun.
7165 (python-open-block-statement-p): Don't use a heuristic.
7166 (python-outdent-p): Better handle blocks-in-the-same-line.
7167 (python-calculate-indentation): Misc improvements.
7168 (python-comment-indent): Remove.
7169 (python-block-pairs): New var.
7170 (python-first-word): New fun.
7171 (python-indentation-levels): Handle more common cases.
7172 (python-indent-line-1): Add `leave' argument.
7173 (python-indent-region): New fun.
7174 (python-skip-out): New fun.
7175 (python-beginning-of-statement, python-end-of-statement): Use it.
7176 (python-next-statement): Return correct count even at eob.
7177 (python-end-of-block): Fix paren-typo.
7178 (python-imenu-create-index): Add module variables.
7179 (run-python): Add `new' arg.
7180 Check we're at a prompt before returning.
7181 (python-send-command): Move to end of buffer.
7182 Wait for prompt to return.
7183 (python-set-proc): New fun.
7184 (python-imports): New var.
7185 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
7186 (python-eldoc-function): Try to move out of arg list.
7187 (python-outline-level): Offset by 1.
7188 (python-find-imports): New fun.
7189 (python-symbol-completions): Use python-imports.
7190 (python-module-path, ffap-alist): Add support for ffap.
7191 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
6440f303 7192 (python-insert-*, python-default-template, python-expand-template):
c7e8d385
SM
7193 Add templates/skeletons.
7194 (python-setup-brm): Support for Bicycle Repair Man.
7195 (python-abbrev-syntax-table): New var.
7196 (python-abbrev-pc-hook, python-pea-hook): New funs.
7197
f9ac92c5
CY
71982006-08-20 Chong Yidong <cyd@stupidchicken.com>
7199
7200 * frame.el (blink-cursor-start): Set timer first.
7201 (blink-cursor-end): Ignore timer cancelling errors.
7202 Suggested by Ken Manheimer.
7203
525efc44
JB
72042006-08-20 Juanma Barranquero <lekktu@gmail.com>
7205
7206 * newcomment.el (comment-box): Call `comment-normalize-vars'.
7207 Add autoload cookie.
7208
ce629713
RS
72092006-08-20 Richard Stallman <rms@gnu.org>
7210
7211 * simple.el (line-number-at-pos): Doc fix.
7212
7213 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7214 timer-activate-when-idle, so timer can run before Emacs becomes
7215 non-idle again.
7216
fa1f7927
EZ
72172006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7218
7219 * whitespace.el (whitespace-cleanup-internal): New optional arg
7220 REGION-ONLY. If it's non-nil, modify the message to the user
7221 accordingly.
7222 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7223 a non-nil argument.
7224
a8bcc348
EZ
72252006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
7226
7227 * rect.el (spaces-string): Simplify and add doc string.
7228
bfe0c147
RF
72292006-08-17 Romain Francoise <romain@orebokech.com>
7230
7231 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7232
fb5422b2
RS
72332006-08-17 Richard Stallman <rms@gnu.org>
7234
7235 * compare-w.el (compare-windows): lambda's take an arg and pass
7236 it to compare-windows-skip-whitespace.
7237
31ab08e6 72382006-08-17 Martin Rudalics <rudalics@gmx.at>
9fd762b0
SM
7239
7240 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7241 the right buffer.
7242
bce848ed
SM
72432006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7246 removed files.
7247
5802a1c9
NR
72482006-08-17 Nick Roberts <nickrob@snap.net.nz>
7249
7250 * progmodes/gdb-ui.el (gdb-locals-watch-map)
7251 (gdb-locals-watch-map-1): Suppress keymap first.
7252 (gdb-edit-locals-map-1): New variable.
7253 (gdb-edit-locals-value): New function.
7254 (gdb-stack-list-locals-handler): Use them.
7255
3d93bda5
SM
72562006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7257
3e9323d6
SM
7258 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7259 cursor would normally be drawn in the fringe.
7260
3d93bda5
SM
7261 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7262 Reported by Martin Rudalics <rudalics@gmx.at>.
7263
3cb74cd1
RS
72642006-08-16 Richard Stallman <rms@gnu.org>
7265
7266 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7267 (special-event-map): Process drag-n-drop events this way.
7268
7269 * simple.el (move-beginning-of-line): Test whether fields
7270 would prevent motion back to line's first visible character.
7271 If so, stop where the fields would stop the motion.
7272
7273 * newcomment.el (comment-indent): Fully update INDENT
7274 before checking to see if it will change the text.
7275
7276 * cus-edit.el (custom-newline): New function.
7277 (custom-mode-map): Bind newline to custom-newline.
7278
7279 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7280 into ignore-whitespace.
7281 Check each buffer for its skip-function.
7282 Handle compare-windows-skip-whitespace special-case test
7283 by returning t from default skip function.
3d93bda5 7284
4c3ec0fc
CD
72852006-08-15 Carsten Dominik <dominik@science.uva.nl>
7286
3d93bda5
SM
7287 * textmodes/org.el (org-clock-special-range)
7288 (org-clock-update-time-maybe): New functions.
4c3ec0fc
CD
7289 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7290 not only a-z.
7291 (org-agenda-get-blocks): Allow multiple blocks per headline.
7292 (org-timestamp-change): Call `org-clock-update-time-maybe'.
7293 (org-export-html-title-format)
7294 (org-export-html-toplevel-hlevel): New options.
3d93bda5 7295 (org-export-language-setup): Add support for Czech.
4c3ec0fc
CD
7296 (org-mode, org-insert-todo-heading, org-find-visible)
7297 (org-find-invisible, org-invisible-p, org-invisible-p2)
7298 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7299 (org-show-subtree, org-show-entry, org-make-options-regexp):
3d93bda5 7300 Remove compatibility support for old outline-mode.
4c3ec0fc
CD
7301 (org-check-occur-regexp): Funtion removed.
7302 (org-on-heading-p, org-back-to-heading): Made defalias.
7303 (org-set-local): New defsubst.
7304 (org-set-regexps-and-options, org-mode)
7305 (org-set-font-lock-defaults, org-edit-agenda-file-list)
7306 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7307 (org-remember-apply-template, org-table-edit-field)
7308 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7309 (org-set-autofill-regexps): Use `org-set-local'.
3d93bda5 7310 (org-table-eval-formula): Fix bug with parsing of display flags.
4c3ec0fc 7311
8b12cd99
NR
73122006-08-15 Nick Roberts <nickrob@snap.net.nz>
7313
7314 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7315 frame with fringe arrow. Suggested by Simon Marshall
7316 <simon.marshall@misys.com>.
7317 (gdb-stack-position): New variable.
7318 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
3d93bda5
SM
7319 (gdb-frames-mode): Set gdb-stack-position to nil.
7320 Add to overlay-arrow-variable-list
8b12cd99
NR
7321 (gdb-reset): Delete gdb-stack-position from above list.
7322
36942205
JD
73232006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7324
7325 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7326 read only.
7327
e1a2960c
RF
73282006-08-13 Romain Francoise <romain@orebokech.com>
7329
7330 * cus-theme.el (customize-create-theme)
7331 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7332
7333 * filesets.el (filesets-add-buffer): Ditto.
7334
7335 * pcvs.el (cvs-change-cvsroot): Ditto.
7336
d32a9a8c
NR
73372006-08-13 Nick Roberts <nickrob@snap.net.nz>
7338
7339 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7340 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7341 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7342 expressions.
4fc3133c
NR
7343 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7344 Only search till end of line.
d32a9a8c 7345 Add face to function names in case of no filename.
4fc3133c 7346 Add face to variable names of watchpoints.
d32a9a8c 7347
525efc44 73482006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
0c80afbd
EZ
7349
7350 * cus-start.el <indent-tabs-mode>: Move to the `indent'
7351 customization group.
7352
e6b8d662
EZ
73532006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
7354
7355 * allout.el (allout-prior-bindings, allout-added-bindings):
7356 Remove, after long deprecation.
7357 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7358 Add customization vars controlling allout-beginning-of-line and
7359 allout-end-of-line conveniences.
7360 (allout-header-prefix, allout-use-mode-specific-leader)
3d93bda5
SM
7361 (allout-use-mode-specific-leader, allout-mode-leaders):
7362 Revise docstrings.
e6b8d662
EZ
7363 (allout-infer-header-lead): Change to be an alias for
7364 allout-infer-header-lead-and-primary-bullet.
7365 (allout-infer-header-lead-and-primary-bullet): New version of
7366 allout-infer-header-lead which assigns the primary bullet to the
7367 same as the header lead, when its being changed.
7368 (allout-infer-body-reindent): Apply regexp-quote instead of
7369 unconditionally prepending "\\", so that all literal
7370 allout-header-prefix and allout-primary-bullet strings are
7371 properly handled.
7372 (allout-add-resumptions): Add optional qualifier for extending or
7373 appending to existing values, rather than replacing them.
7374 (allout-view-change-hook): Clarify docstring.
7375 (allout-exposure-change-hook): Take explicit arguments, via
7376 run-hook-with-args.
7377 (allout-structure-added-hook)
7378 (allout-structure-deleted-hook)
7379 (allout-structure-shifted-hook): New hooks analogous to
7380 allout-exposure-change-hook for other kinds of structural outline
7381 edits.
7382 (allout-encryption-plaintext-sanitization-regexps): New encryption
7383 customization variable, by which cooperating modes can provde
7384 massage of the plaintext without actually being passed it.
7385 (allout-encryption-ciphertext-rejection-regexps)
7386 (allout-encryption-ciphertext-rejection-ceiling): New encryption
7387 customization variables, by which cooperating modes can prohibit
7388 rare but possible ciphertext patterns from fouling their
7389 operation, with actually being passed the ciphertext.
7390 (allout-mode): Run activation and deactivation hooks after the
7391 minor-mode variable has been toggled, to clarify the mode
7392 disposition. The new encryption ciphertext rejection variable is
7393 used to ensure that the ciphertext does not contain text that
7394 would be recognized as outline structural elements by allout.
7395 Substite allout-beginning-of-line and allout-end-of-line for
7396 conventionall beginning-of-line and end-of-line bindings.
7397 If allout-old-style-prefixes is non-nil, don't nullify it on mode
7398 activation!
7399 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7400 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7401 (allout-chart-subtree): Implement new mode, charting only the
3d93bda5
SM
7402 visible items in the subtree, when new 'visible' parameter is non-nil.
7403 (allout-end-of-subtree): Properly handle the last item in the buffer.
7404 (allout-pre-command-business, allout-command-counter):
7405 Increment an advertised counter so that cooperating enhancements can
7406 track revisions of items.
e6b8d662
EZ
7407 (allout-open-topic): Run allout-structure-added-hook with suitable
7408 arguments.
7409 (allout-shift-in): Run allout-structure-shifted-hook with suitable
7410 arguments.
7411 (allout-shift-out): Fix doubling for negative args and ensure call
7412 of allout-structure-shifted-hook by solely using allout-shift-in.
3d93bda5
SM
7413 (allout-kill-line, allout-kill-topic):
7414 Run allout-structure-deleted-hook with suitable arguments.
e6b8d662
EZ
7415 (allout-yank-processing): Run allout-structure-added-hook with
7416 proper arguments.
7417 (allout-yank): Enclose activity in allout-unprotected.
7418 (allout-flag-region): Run allout-exposure-change-hook with
3d93bda5
SM
7419 suitable arguments, instead of making the callee infer the arguments.
7420 (allout-encrypt-string):
7421 Support allout-encryption-plaintext-sanitization-regexps,
e6b8d662
EZ
7422 allout-encryption-ciphertext-rejection-regexps, and
7423 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
7424 en/de cryption mode in symmetric encryption failure message.
7425 (allout-obtain-passphrase): Use copy-sequence to get a distinct
7426 copy of the passphrase, and don't zero it or we'll corrupt the
7427 stashed copy.
7428 (allout-create-encryption-passphrase-verifier)
7429 (allout-verify-passphrase): Respect the new signature for
7430 allout-encrypt-string.
7431 (allout-get-configvar-values): Convenience for getting a
7432 configuration variable value and handling its absence gracefully.
7433
946c1994 74342006-08-11 Romain Francoise <romain@orebokech.com>
b3302d9b 7435
946c1994 7436 * obsolete/zone-mode.el: Delete.
b3302d9b 7437
aa7adb2a
SM
74382006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7439
7440 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7441
bad03cfc
TTN
74422006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
7443
7444 * emacs-lisp/bindat.el (bindat-ip-to-string):
7445 Use `format-network-address' if possible.
7446
2f2f340f
JD
74472006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7448
7449 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7450
946c1994
RF
74512006-08-10 Chong Yidong <cyd@stupidchicken.com>
7452
7453 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7454 restore unread-command-events here.
7455 (edebug-display): Do it here, to detect sit-for interruptions.
7456
c40408fb
RF
74572006-08-10 Romain Francoise <romain@orebokech.com>
7458
7459 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7460 (dns-mode-soa-auto-increment-serial): New user option.
7461 (dns-mode-soa-maybe-increment-serial): New function.
7462 (dns-mode): Add the latter to `write-contents-functions'.
7463
7464 * obsolete/zone-mode.el: Move to obsolete/ from net/.
7465 Delete autoload cookies.
7466
87c9ab0c
JW
74672006-08-10 John Wiegley <johnw@newartisans.com>
7468
7469 * eshell/em-glob.el (eshell-glob-chars-list)
7470 (eshell-glob-translate-alist): Add support for [^g] in character globs.
7471
5667ecd2
RS
74722006-08-10 Richard Stallman <rms@gnu.org>
7473
7474 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7475 (facemenu-set-face): Doc fix.
38cdf40b 7476 (facemenu-listed-faces): Doc fix.
5667ecd2 7477
38ceb48f
CY
74782006-08-09 Chong Yidong <cyd@stupidchicken.com>
7479
7480 * avoid.el (mouse-avoidance-animating-pointer): New var.
7481 (mouse-avoidance-nudge-mouse): Use it.
7482 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7483 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7484 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7485 Don't activate if currently animating. All callers changed.
7486
d070a65d
JW
74872006-08-09 John Wiegley <johnw@newartisans.com>
7488
7489 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7490 variable, which causes timeclock to report elapsed time worked,
7491 instead of just work remaining.
7492
bb0825cb
KH
74932006-08-09 Kenichi Handa <handa@m17n.org>
7494
7495 * international/latexenc.el (latexenc-find-file-coding-system):
7496 Fix for the case that the 2nd element of arg-list is a cons.
7497
dc7ef9f0
CY
74982006-08-08 Chong Yidong <cyd@stupidchicken.com>
7499
7500 * info.el (Info-fontify-node): Handle preceding `in' for note
7501 reference hiding rules.
7502
4c7c5c7e
SM
75032006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7506 mistake a closing " for an opening one.
7507
c0658ad4
DN
75082006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7509
7510 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7511
4a63ceb8
SM
75122006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7513
4c7c5c7e
SM
7514 * complete.el (PC-do-completion): Filter out completions matching
7515 completion-ignored-extensions before checking whether there are
7516 multiple completions.
4a63ceb8
SM
7517 Don't use `list' unnecessarily when building completion tables.
7518
71723367
RS
75192006-08-06 Richard Stallman <rms@gnu.org>
7520
7521 * help.el (describe-mode): Make minor mode list more concise.
7522
044c2978
CY
75232006-08-05 Chong Yidong <cyd@stupidchicken.com>
7524
7525 * bindings.el: Give mode-line-format, mode-line-modes, and
7526 mode-line-position `standard-value' properties.
7527
0a3297f7
EZ
75282006-08-05 Eli Zaretskii <eliz@gnu.org>
7529
7530 * buff-menu.el (list-buffers-noselect): For Info buffers, use
7531 "(file)node" instead of the file name.
7532
1a77c985
RS
75332006-08-05 Richard Stallman <rms@gnu.org>
7534
7535 * faces.el (escape-glyph): Doc fix.
7536
ef8f7cdd
KH
75372006-08-04 Kenichi Handa <handa@m17n.org>
7538
7539 * international/mule-diag.el (describe-font): Improve docstring
7540 and error message. Use frame-parameter (not frame-parameters).
7541
402adebf
SM
75422006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7543
7544 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7545 Correctly mark the end-of-docstring char.
7546
7abcd3e3
CY
75472006-08-03 Chong Yidong <cyd@stupidchicken.com>
7548
7549 * simple.el (line-move-to-column): Constrain move-to-column to
7550 current field.
7551
ab0dd59c
SM
75522006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7553
05a1066f
SM
7554 * font-lock.el (font-lock-beg, font-lock-end)
7555 (font-lock-extend-region-functions): New vars.
7556 (font-lock-extend-region-multiline)
7557 (font-lock-extend-region-wholelines): New functions.
7558 (font-lock-default-fontify-region): Use them.
7559 (font-lock-extend-jit-lock-region-after-change): Only round up
7560 if font-lock-default-fontify-region will do it as well.
7561
ab0dd59c
SM
7562 * font-lock.el (font-lock-extend-after-change-region-function):
7563 Rename from font-lock-extend-region-function.
7564 (font-lock-extend-region): Remove by inlining at call sites.
7565 (font-lock-after-change-function): Don't needlessly round up to a whole
7566 number of lines.
7567 (font-lock-extend-jit-lock-region-after-change): Be more careful about
7568 the boundary conditions and the interactions between the various ways
7569 to extend the region.
7570
6b2fcbb5
SM
75712006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7572
7573 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7574 modification status when forcing the second redisplay.
7575
97cd4340
KS
75762006-08-03 Kim F. Storm <storm@cua.dk>
7577
7578 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7579
424f4c9c
SM
75802006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7581
c6dbae47
SM
7582 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7583 doesn't look like a file name.
7584
424f4c9c
SM
7585 * complete.el (PC-expand-many-files): Avoid signalling an error when
7586 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
7587
3862ba19
AS
75882006-08-02 Andreas Schwab <schwab@suse.de>
7589
7590 * bindings.el (mode-line-format): Simplify reference to vc-mode.
7591
04280231
NR
75922006-08-02 Nick Roberts <nickrob@snap.net.nz>
7593
7594 * bindings.el (map): Make mode-line-buffer-identification-keymap
7595 before defining propertized-buffer-identification.
7596
946bb888
RS
75972006-08-01 Richard Stallman <rms@gnu.org>
7598
7599 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7600
68b9e79b
NR
76012006-08-02 Nick Roberts <nickrob@snap.net.nz>
7602
7603 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7604 default value.
7605 (gdb-find-source-frame): New function.
7606 (menu): Add to menu bar.
7607
da95a9c8
SM
76082006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7609
2821e1b6
SM
7610 * font-core.el (font-lock-extend-region-function)
7611 (font-lock-extend-region): Move to font-lock.el.
7612
7613 * font-lock.el (font-lock-extend-region-function)
7614 (font-lock-extend-region): Move from font-core.el. Simplify.
7615
7616 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7617 if needed.
7618 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7619 (jit-lock-after-change-extend-region-functions): New hook.
7620 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7621
4cffd221
SM
7622 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7623 (font-lock-turn-on-thing-lock): Use it.
7624
da95a9c8
SM
7625 * longlines.el (longlines-show-region): Make it work on read-only
7626 buffers as well.
7627
1730f68e
NR
76282006-08-01 Nick Roberts <nickrob@snap.net.nz>
7629
da95a9c8 7630 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1730f68e 7631
a3483884
RS
76322006-07-31 Richard Stallman <rms@gnu.org>
7633
7634 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7635 (vhdl-speedbar-display-projects): Update old obsolete
7636 speedbar variable names.
7637
36f8f49f
NR
76382006-07-31 Nick Roberts <nickrob@snap.net.nz>
7639
dc3a38c3
NR
7640 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7641 (gdb-stopped): Use it.
7642
36f8f49f
NR
7643 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7644
c888d352
CY
76452006-07-29 Chong Yidong <cyd@stupidchicken.com>
7646
7647 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7648 for load-history elements.
7649
65bbcead
EZ
76502006-07-29 Eli Zaretskii <eliz@gnu.org>
7651
7652 * files.el (convert-standard-filename): For Cygwin, replace
7653 characters not allowed in Windows file names.
7654 (make-auto-save-file-name): Add Cygwin to the list of systems
7655 where the auto-save file name needs to be run through
7656 convert-standard-filename.
7657
cfb37af8
EZ
76582006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
7659
7660 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7661
0de8dcc9
RS
76622006-07-28 Richard Stallman <rms@gnu.org>
7663
7664 * bindings.el (mode-line-frame-identification)
7665 (propertized-buffer-identification): Centralize the code
7666 to initialize the variable.
7667
7668 * progmodes/grep.el (grep-default-command): Catch errors from
7669 wildcard-to-regexp.
7670
5a611664
KS
76712006-07-29 Kim F. Storm <storm@cua.dk>
7672
7673 * progmodes/grep.el (grep-tag-default): New function.
7674 (grep-default-command, grep-read-regexp): Use it.
a912bc0d
KS
7675 (grep-read-files): Use car of grep-files-history or grep-files-aliases
7676 as default if nothing else applies.
5a611664 7677
91395839
TTN
76782006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
7679
7680 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7681 Throw error if buffer is not in Dired and Wdired mode, respectively.
7682
a8da2abd
CY
76832006-07-28 Chong Yidong <cyd@stupidchicken.com>
7684
7685 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7686 self-insert-command keys don't activate buttons.
7687 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7688
210f78ee
NR
76892006-07-29 Nick Roberts <nickrob@snap.net.nz>
7690
7691 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7692 faces for enable character.
7693
0392505b
NR
76942006-07-28 Nick Roberts <nickrob@snap.net.nz>
7695
7696 * Makefile.in (recompile): Update comment to reflect change
7697 on 2004-04-21.
7698
7eb944cf
RS
76992006-07-27 Richard Stallman <rms@gnu.org>
7700
7701 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7702 (customize-package-emacs-version): Change msg when pkg has no entry.
7703 (custom-no-edit): On a button, do like widget-button-press.
7704
cecee053
DN
77052006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7706
7707 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7708 S-tab and C-S-tab.
7709
c6708cbc
NR
77102006-07-28 Nick Roberts <nickrob@snap.net.nz>
7711
7712 * progmodes/which-func.el (which-function): Fix documentation/
7713 comment typo.
7714
d4a844e0
RS
77152006-07-26 Richard Stallman <rms@gnu.org>
7716
7717 * textmodes/ispell.el (ispell-word): If we replace the word,
7718 move point to the end. Insert before deleting.
7719
04ba1d88
CY
77202006-07-26 Chong Yidong <cyd@stupidchicken.com>
7721
7722 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7723 a timer.
7724
1d3a996a
MD
77252006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
7726
9b7fa297 7727 * tumme.el (tumme-backward-image): Add prefix argument. Add error
1d3a996a 7728 when at first image.
9b7fa297 7729 (tumme-forward-image): Add prefix argument. Add error when at last
1d3a996a
MD
7730 image.
7731
49c7d1ac
SM
77322006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7733
7734 * tabify.el (tabify-regexp): Use more specific regexps.
7735 (tabify): Avoid modifying the buffer unnecessarily.
7736
50e93433
MD
77372006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
7738
7739 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7740 (tumme-format-properties-string): Handle empty `buf'.
da95a9c8
SM
7741 (tumme-get-comment): Change variable names inside `let'.
7742 Add missing `let' variable that cause font-lock problems.
7743 (tumme-write-comments): Change variable names inside `let'.
7744 Add missing `let' variable that cause font-lock problems.
c14a5a99
MD
7745 (tumme-forward-image): Rename from `tumme-forward-char'.
7746 (tumme-backward-image): Rename from `tumme-backward-char'.
50e93433 7747
75ee40be
MY
77482006-07-25 Masatake YAMATO <jet@gyve.org>
7749
7750 * progmodes/ld-script.el (ld-script-keywords)
7751 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7752 and add comments.
7753
6cdae8d6
NR
77542006-07-25 Nick Roberts <nickrob@snap.net.nz>
7755
7756 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7757 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7758 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7759 for status indicator.
7760
208d06b0
RS
77612006-07-24 Richard Stallman <rms@gnu.org>
7762
1cff9220
RS
7763 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7764
208d06b0
RS
7765 * subr.el (dolist, dotimes): Use interned symbols for locals.
7766 (--dotimes-limit--, --dolist-tail--): New defvars.
7767 (looking-back): Doc fix.
7768
7769 * replace.el (replace-match-string-symbols): Handle dotted lists.
7770
d57727c9 77712006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
cf882898
MD
7772
7773 * tumme.el (tumme-write-tags): Add.
231b0d1c 7774 (tumme-write-comments): Add.
3098323a
MD
7775 (tumme-tag-files): Change to use `tumme-write-tags'.
7776 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7777 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7778 (tumme-save-information-from-widgets): Change to use
7779 `tumme-write-comments' and `tumme-write-tags'.
7780 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
dca90550
MD
7781 (tumme-write-tag): Remove.
7782 (tumme-write-comment): Remove.
7783 (tumme-display-previous-thumbnail-original): Remove empty line.
41fdf678 7784 (tumme-widget-list): Add punctuation.
cf882898 7785
d57727c9 77862006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
ec59c1ea
MD
7787
7788 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7789
88dcc76a
RS
77902006-07-24 Daiki Ueno <ueno@unixuser.org>
7791
7792 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9b7fa297
JB
7793 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
7794 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
88dcc76a 7795
38db29e0
TTN
77962006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7797
7798 * mouse.el (mouse-on-link-p): Doc fix.
7799
52c13c9b
NR
78002006-07-23 Nick Roberts <nickrob@snap.net.nz>
7801
38db29e0 7802 * emacs-lisp/find-func.el (find-function-search-for-symbol):
52c13c9b
NR
7803 Handle "C-h f `".
7804
b9debd54
DN
78052006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7806
7807 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7808 column.
7809
272f22eb
EZ
78102006-07-22 Matt Hodges <MPHodges@member.fsf.org>
7811
7812 * textmodes/table.el: Add move-beginning-of-line and
7813 move-end-of-line to Point Motion Only Group.
7814
4e251bd1 78152006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
5b01aef2
EZ
7816
7817 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7818
cee0c996
EZ
78192006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7820
7821 * startup.el (user-mail-address): Initialize from the `EMAIL'
7822 environment variable first. Document this.
7823 (command-line): Ditto.
7824
5ab67056
NR
78252006-07-22 Nick Roberts <nickrob@snap.net.nz>
7826
7827 * help-mode.el (help-function-def, help-variable-def)
7828 (help-face-def): Print a message in the minibuffer.
7829
c79722c9
DN
78302006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7831
7832 * term/xterm.el (terminal-init-xterm): Fix key bindings
9b7fa297 7833 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
c79722c9 7834
e9fe3513
EZ
78352006-07-21 Eli Zaretskii <eliz@gnu.org>
7836
7837 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7838 where `(nth 1 command)' is a cons cell. Doc fix.
7839
7840 * textmodes/po.el (po-find-charset): Doc fix.
7841
cc539208
EZ
78422006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
7843
7844 * allout.el (allout-unprotected, allout-e-o-prefix-p)
7845 (allout-beginning-of-current-line, allout-end-of-current-line)
7846 (allout-next-visible-heading, allout-open-topic)
7847 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7848 (allout-flag-current-subtree, allout-show-to-offshoot)
7849 (allout-hide-current-entry, allout-show-current-branches)
7850 (allout-hide-region-body, allout-old-expose-topic)
7851 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7852 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
7853 containing `beginning-of-line' and `end-of-line' with
7854 `inhibit-field-text-motion' t.
7855
38938eeb
EZ
78562006-07-21 Eli Zaretskii <eliz@gnu.org>
7857
7858 * frame.el (focus-follows-mouse): Document that it doesn't have
7859 any effect on MS-Windows.
7860
3a723c3a
SM
78612006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7862
7863 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
7864
bde07895
JB
78652006-07-20 Jay Belanger <belanger@truman.edu>
7866
97df8464 7867 * calc.el (calc-previous-alg-entry): Remove variable.
bde07895 7868
9b7fa297 7869 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
bde07895
JB
7870 New variables.
7871 (calc-alg-entry): Use `calc-alg-entry-history'.
7872 (calc-do-quick-calc): Use `calc-quick-calc-history'.
7873 Remove reference to `calc-previous-alg-entry'.
7874 (calcAlg-edit, calcAlg-enter): Remove reference to
7875 `calc-previous-alg-entry'.
7876 (calcAlg-previous): Use `previous-history-element' instead of
7877 `calc-previous-alg-entry'.
7878 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
3a723c3a 7879 Change keybinding for `calcAlg-plus-minus', add keybindings for
bde07895
JB
7880 `previous-history-element' and `next-history-element'.
7881
7882 * calc-rewr.el (calc-match): Remove reference to
7883 `calc-previous-alg-entry'.
7884
7885 * calc-sel.el (calc-selection-history): New variable.
7886 (calc-enter-selection, calc-sel-mult-both-sides)
7887 (calc-sel-add-both-sides): Use `calc-selection-history'.
7888
7889 * calc-map.el (calc-get-operator-history): New variable.
7890 (calc-get-operator): Use `calc-get-operator-history'.
7891
7892 * calcalg3.el (calc-curve-fit-history): New variable.
7893 (calc-curve-fit): Use `calc-curve-fit-history'.
7894
ccb06340
KH
78952006-07-20 Kenichi Handa <handa@m17n.org>
7896
7897 * international/mule-cmds.el (select-safe-coding-system): Fix the
7898 way of deciding eol-type of the coding system.
7899
d8cd7202
AM
79002006-07-20 Alan Mackenzie <acm@muc.de>
7901
3a723c3a
SM
7902 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
7903 (c-lang-setvar): New macro.
d8cd7202
AM
7904 (c-make-init-lang-vars-fun): Use the initialization forms in
7905 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
7906 (comment-start, comment-end, comment-start-skip): Change these from
7907 c-lang-defvar's to c-lang-setvar's.
7908
3a723c3a 7909 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
d8cd7202
AM
7910 which calls make-local-variable on the elements of
7911 c-emacs-variable-inits.
7912 (c-init-language-vars-for): Call this new macro.
7913
0ab31e4a
SM
79142006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7915
7916 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7917 Try to rule out false positives due to time stamps.
7918 (compilation-mode-font-lock-keywords): Remove rules made redundant
7919 because of the above change. Add `segmentation fault' to the known and
7920 highlighted compilation termination messages.
7921
9e289946
KS
79222006-07-19 Kim F. Storm <storm@cua.dk>
7923
7924 * progmodes/grep.el (grep-find-ignored-directories):
7925 Add .svn and _darcs to list.
7926
e8b41841 79272006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
2ba002a0 7928
bf33fe16
MD
7929 * dired.el (dired-mode-map): Add key binding `C-te' for
7930 `tumme-dired-edit-comment-and-tags'.
7931
2ba002a0
MD
7932 * tumme.el (tumme-display-thumbnail-original-image): Make sure
7933 image display buffer is displayed before call to
7934 `tumme-display-image.
7935 (tumme-dired-display-image): Make sure image display buffer is
7936 displayed before call to `tumme-display-image.
7937 (tumme-mouse-display-image): Make sure image display buffer is
7938 displayed before call to `tumme-display-image.
975588c0
MD
7939 (tumme-widget-list): Add.
7940 (tumme-dired-edit-comment-and-tags): Add.
7941 (tumme-save-information-from-widgets): Add.
2ba002a0 7942
a97a33cb
SM
79432006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
7946
f65b9df2
SM
79472006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7948
c6b71045
SM
7949 * progmodes/sh-script.el (sh-font-lock-keywords-1):
7950 Revert inadvertently installed patch hunk.
7951
f65b9df2
SM
7952 * progmodes/compile.el (compilation-find-file): Handle the
7953 cases where the user selects a non-existent file.
7954
79552006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7956
7957 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
7958
c1fdbde6
CY
79592006-07-17 Chong Yidong <cyd@stupidchicken.com>
7960
7961 * subr.el (sit-for): Just sleep-for if noninteractive.
7962
69c6ad83
SM
79632006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7964
fb2dd970
SM
7965 * emacs-lisp/autoload.el (make-autoload): Use new arg.
7966
7967 * custom.el (custom-autoload): Add `noset' argument.
7968 (custom-push-theme): Don't autoload the variable, let callers do it.
7969 (custom-theme-set-variables): Autoload the variable if necessary.
7970
7971 * cus-edit.el (custom-variable-state-set): If the variable was
7972 originally set outside custom, but to the same value as the default,
7973 consider it to be standard.
7974
7975 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
7976 file *before* telling Emacs to add the autoloads, in case it fails.
7977
69c6ad83
SM
7978 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
7979 Use `cond', push', and `dolist'.
7980
daeeeffc
RS
79812006-07-17 Richard Stallman <rms@gnu.org>
7982
7983 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
7984 Add defvars to silence warnings.
7985
c8068734
CY
79862006-07-17 Chong Yidong <cyd@stupidchicken.com>
7987
b5f02314
CY
7988 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7989 Don't highlight "Compiling file" messages as error.
7990
c8068734
CY
7991 * dired-aux.el (dired-compress-file): Confirm again if gzipped
7992 file already exists.
7993
072cb54a
TTN
79942006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
7995
7996 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
7997 entry, don't assign to free var; simply return the extracted filename.
7998 (ff-treat-as-special): Incorporate common preamble from callers.
7999 (ff-other-file-name, ff-find-the-other-file):
8000 Update call to ff-treat-as-special.
8001
8002 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
8003
9b9c0e5a
MD
80042006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
8005
8006 * tumme.el (tumme-get-comment): Fix bug.
8007
ba83982b
SM
80082006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8009
8010 * files.el: Remove spurious * in docstrings.
8011
db28aa3c
NR
80122006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8013
ba83982b 8014 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
db28aa3c 8015 grammar.
ba83982b 8016 (allout-beginning-of-current-line): Beware beginning of buffer.
db28aa3c 8017 Also, a comment is simplified.
ba83982b 8018 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
db28aa3c
NR
8019 when appropriate. (This fix enables use for other than
8020 bullet-hotspot operation.)
ba83982b 8021 (allout-hide-current-subtree): While escalating to sibling-close,
db28aa3c
NR
8022 make sure to situate on a topic.
8023
839929ba
KS
80242006-07-14 Kim F. Storm <storm@cua.dk>
8025
8026 * emulation/cua-base.el (cua-delete-selection)
8027 (cua-toggle-set-mark): New defcustoms.
8028 (cua-rectangle-modifier-key): Add `alt' modifier.
8029 (cua-replace-region): Don't delete if cua-delete-selection is nil.
8030 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
8031 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
8032
8033 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
8034
01fc9422
EZ
80352006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8036
8037 * allout.el: Require 'cl during byte-compilation/interactive load,
8038 for the `assert' macro.
ba83982b 8039 (allout-mode-deactivate-hook): New hook, run when allout mode
01fc9422
EZ
8040 deactivates.
8041 (allout-developer): New allout customization subgroup.
8042 (allout-run-unit-tests-on-load): New allout-developer
8043 customization variable, when true allout unit tests are run towards
8044 end of file load/eval.
8045 (allout-inhibit-auto-fill): Disable auto-fill activity even during
8046 auto-fill-mode.
ba83982b 8047 (allout-resumptions): Remove, to be replaced by...
01fc9422
EZ
8048 (allout-add-resumptions): Register variable settings to be
8049 reinstated by `allout-do-resumptions'. The settings are made
8050 buffer-local, but the locality/globality of the suspended setting
8051 is restored on resumption.
8052 (allout-do-resumptions): Reinstate all settings suspended using
8053 `allout-add-resumptions'.
8054 (allout-test-resumptions): Unit tests (and intermediate variables)
8055 for resumptions.
8056 (allout-tests-globally-unbound, allout-tests-globally-true)
8057 (allout-tests-locally-true): Intermediate variables for
8058 resumptions unit tests.
8059 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8060 (allout-exposure-category): Replaces 'allout-overlay-category variable.
8061 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8062 instead of retired `allout-resumptions'. For hook functions, use
8063 `local' parameter so hook settings are created and removed as
8064 buffer-local settings. Revise (resumptions) setting
8065 auto-fill-function so it is set only if already active. (The
8066 related fill-function settings are all made in either case, so
8067 that activating auto-fill-mode activity will have the custom
ba83982b
SM
8068 allout-mode behaviors (hanging indent on topics, if configured for it).
8069 Remove all allout-exposure-category overlays on mode deactivation.
01fc9422
EZ
8070 (allout-hotspot-key-handler): New function extracted from
8071 `allout-pre-command-business', so the functionality can be used
8072 for other purposes, eg as a binding in an overlay.
8073 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8074 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8075 customization variable.
8076 (allout-run-unit-tests): Run the (currently quite small)
8077 repertoire of unit tests. Called just before the provide iff user
8078 has customized `allout-run-unit-tests-on-load' non-nil.
8079
e24f9e5a 80802006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
7ad783eb
KL
8081
8082 * emacs-lisp/authors.el (authors-aliases): Update.
8083
02248b85
NR
80842006-07-14 Nick Roberts <nickrob@snap.net.nz>
8085
8086 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8087 gdb-source-window. Add dedicated argument.
8088 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8089 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8090 (gdb-display-threads-buffer, gdb-display-memory-buffer)
8091 (gdb-display-locals-buffer): Use it.
8a8476f9 8092
02248b85
NR
8093 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8094 Set gdb-source-window.
8095
02dcdad3
SM
80962006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8097
8098 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8099 minor modes, redundant with the custom-autoload line above.
8100
6991960b
CY
81012006-07-12 Chong Yidong <cyd@stupidchicken.com>
8102
02dcdad3 8103 * longlines.el (longlines-post-command-function): Handle open-line too.
6991960b 8104
2c6e026a
RS
81052006-07-12 Richard Stallman <rms@gnu.org>
8106
8107 * progmodes/grep.el (grep-last-buffer): Doc fix.
8108
8109 * info.el (Info-try-follow-nearest-node): Doc fix.
8110
8111 * emacs-lisp/edebug.el (edebug-instrument-function):
8112 Err if find-function-noselect gives no position.
8113
8114 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8115 If can't find definition, return nil for position.
8116 (find-function-do-it): Handle new return value
8117 of find-definition-noselect.
68ade564 8118 (find-definition-noselect, find-variable-noselect): Doc fix.
2c6e026a
RS
8119 (find-function-noselect): Doc fix.
8120
8121 * help-mode.el (help-variable-def): Handle find-variable-noselect
8122 returning no position.
8123 (help-function-def): Likewise for find-function-search-for-symbol.
8124 (help-face-def): Likewise.
8125
8126 * help-fns.el (describe-variable): Handle find-variable-noselect
8127 returning no position.
8128
8129 * files.el (locate-file-completion): Avoid duplicates in result.
8130
8131 * cus-edit.el (custom-no-edit): New command.
8132 (custom-mode-map): Remap to custom-no-edit instead of
8133 using suppress-keymap.
8134
78fc0ace
NR
81352006-07-12 Nick Roberts <nickrob@snap.net.nz>
8136
8a8476f9
KS
8137 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8138 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8139 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
78fc0ace
NR
8140
8141 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8142
2e42ee7b
KS
81432006-07-11 Kim F. Storm <storm@cua.dk>
8144
8145 * ido.el (ido-copy-current-file-name): Use buffer-name if
8146 buffer-file-name is nil.
8147
ce4746a3
CY
81482006-07-11 Chong Yidong <cyd@stupidchicken.com>
8149
1223933d
CY
8150 * simple.el (undo-ask-before-discard): Set to nil.
8151
0f7ea453
CY
8152 * vc.el (vc-exec-after): Don't delete process manually.
8153 (vc-print-log): Run log-view-mode in process sentinel inside
8154 inhibit-read-only. Don't shrink window due to timing issues.
8155
02dcdad3
SM
8156 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8157 Avoid using with-output-to-temp-buffer, which clobbers local vars.
ce4746a3 8158
b8fa0ffd
SM
81592006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8162 Fix ambiguity introduced by last change.
8163 (compilation-find-file): Move save-excursion to where it may
8164 make sense. Fix a left over `find-file'.
8165
ed48e7e8
RC
81662006-07-11 Robert J. Chassell <bob@rattlesnake.com>
8167
68ade564 8168 * textmodes/texinfmt.el (texinfo-format-separate-node):
b8fa0ffd
SM
8169 Insert a string before point, which fits documentation, not after.
8170 (texinfo-multitable-item): In a multitable row, insert any
8171 additional needed @tabs and spaces.
ed48e7e8 8172
b05b996f
NR
81732006-07-11 Nick Roberts <nickrob@snap.net.nz>
8174
8a8476f9
KS
8175 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8176 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
b05b996f
NR
8177 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8178 instead of shell-command.
8a8476f9
KS
8179 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8180 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8181 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8182 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8183 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8184 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
b05b996f 8185
d81b041a
KS
81862006-07-11 Kim F. Storm <storm@cua.dk>
8187
8188 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
ff97f952 8189 Remove special case for seconds < 0. Use (redisplay t) instead.
d81b041a 8190
0369eb85
CY
81912006-07-10 Chong Yidong <cyd@stupidchicken.com>
8192
4a63ceb8
SM
8193 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8194 avoid compilation error.
d157aaaa 8195
0369eb85
CY
8196 * subr.el (sit-for): New function.
8197
8198 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8199
2946191d
RS
82002006-07-10 Richard Stallman <rms@gnu.org>
8201
8202 * ldefs-boot.el (edebug): Update page.
8203
77034d43
KS
82042006-07-10 Kim F. Storm <storm@cua.dk>
8205
8206 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8207 to FOR-RELEASE and TODO.
8208
a8d37031
RF
82092006-07-10 Romain Francoise <romain@orebokech.com>
8210
8211 * emacs-lisp/authors.el (authors-aliases): Update.
8212
3c0ab532
AM
82132006-07-10 Alan Mackenzie <acm@muc.de>
8214
77034d43
KS
8215 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8216 * cc-mode.el: Changes to eradicate eval-after-load.
3c0ab532 8217
4b6b279f
CY
82182006-07-09 Chong Yidong <cyd@stupidchicken.com>
8219
8220 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8221 on non-char events.
8222
933f8467
RF
82232006-07-09 Romain Francoise <romain@orebokech.com>
8224
47f97084
RF
8225 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8226 Don't highlight start/end markers as compilation messages.
8227
933f8467
RF
8228 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8229 to t.
8230
5fc5b7e8
SM
82312006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8232
8233 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8234
3aa7c28e
RS
82352006-07-08 Richard Stallman <rms@gnu.org>
8236
8237 * term/x-win.el (x-handle-display): Add doc string.
8238
8239 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8240
5fc5b7e8
SM
8241 * subr.el (def-edebug-spec): Move here.
8242 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
3aa7c28e
RS
8243
8244 * imenu.el (imenu-choose-buffer-index): Doc fix.
8245
366f1741
RF
82462006-07-08 Romain Francoise <romain@orebokech.com>
8247
8248 * term/x-win.el (x-display-name): Fix typo.
8249
10944042
EZ
82502006-07-08 Eli Zaretskii <eliz@gnu.org>
8251
7f9da0f3
EZ
8252 * hexl.el (hexl-find-file): Doc fix.
8253
10944042
EZ
8254 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8255
6f6c5fb3
CY
82562006-07-07 Chong Yidong <cyd@stupidchicken.com>
8257
8258 * term/x-win.el (x-display-name): Doc fix.
8259
e2536e57
SM
82602006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8261
55f6a280
SM
8262 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8263 long prefixes.
8264 (fill-region-as-paragraph): Don't round up to a whole line.
8265 (fill-comment-paragraph): Don't include the code-before-the-comment
8266 when calling fill-region-as-paragraph.
8267
2850984d
SM
8268 * international/mule.el (make-char): Remove redundancy.
8269
e0b4be6c
SM
8270 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8271 property may contain an anonymous function rather than a symbol.
8272
e5a099ec
SM
8273 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8274
24a768a0
SM
8275 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8276 Use shy regexp. Fix incorrect backref to potentially unmatched group.
8277
df8a0bff
SM
8278 * dirtrack.el (dirtrack-default-directory-function): Remove.
8279 (dirtrack-directory-function): Use file-name-as-directory.
8280 (dirtrack-windows-directory-function): Simplify.
8281 (dirtrack-forward-slash, dirtrack-backward-slash)
8282 (dirtrack-replace-slash): Remove.
8283 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8284 (dirtrack): Fix wrong parenthesizing; use match-string.
8285
e2536e57
SM
8286 * progmodes/octave-inf.el: Remove spurious * in docstrings.
8287 (inferior-octave-mode): Only change the buffer-local value of
8288 comint-dynamic-complete-functions.
8289 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8290 Move the initialization to the declaration.
8291 (inferior-octave-complete): Remove unused var `filter'.
8292
8293 * shell.el (shell-mode): Only change the buffer-local value of
8294 comint-dynamic-complete-functions.
8295
c7251076
CD
82962006-07-07 Carsten Dominik <dominik@science.uva.nl>
8297
8298 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8299 entry is skipped because it has been scheduled.
8300 (org-prepare-agenda-buffers): Don't mark buffers as modified when
8301 changing `:org-archived' and `:org-comment' properties.
8302
077f47e2
CY
83032006-07-06 Chong Yidong <cyd@stupidchicken.com>
8304
30088515
CY
8305 * server.el (server-select-display): Don't make the temp frame
8306 minibuffer-only, in case it's not a temp frame.
8307 (server-process-filter): Don't delete the temp frame if it's the
8308 only one we have on that display.
8309
077f47e2
CY
8310 * files.el (find-alternate-file): Doc fix.
8311
978db147
RS
83122006-07-05 Richard Stallman <rms@gnu.org>
8313
8314 * files.el (abbreviate-file-name): Add save-match-data.
8315
83162006-07-03 Richard Stallman <rms@gnu.org>
8317
8318 * faces.el (read-face-name): Doc fix.
8319
0d61de90
CY
83202006-07-05 Chong Yidong <cyd@stupidchicken.com>
8321
8322 * net/goto-addr.el (goto-address): Mark as safe for local evals.
8323
db1cc7cb
AS
83242006-07-05 Andre Spiegel <spiegel@gnu.org>
8325
8326 * vc.el (vc-diff-internal): Fix prev change.
8327
180f018c
TTN
83282006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8329
8330 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8331 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8332
5630d672
SM
83332006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8334
8335 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8336 fails if the symbol contains chars like ( or '.
8337 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8338 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8339 `short'.
8340
2462bc66
KH
83412006-07-04 Kenichi Handa <handa@m17n.org>
8342
8343 * international/mule-cmds.el (set-language-info): If LANG-ENV is
8344 the current one, don't call set-language-environment, but call one
8345 of set-language-environment-XXX to make INFO effective now.
8346 (set-language-environment): Call set-language-environment-XXX
8347 functions instead of doing the various setups directly.
ce0d4998 8348 (set-language-environment-coding-systems): Delete argument eol-type.
2462bc66
KH
8349 (set-language-environment-input-method)
8350 (set-language-environment-nonascii-translation)
8351 (set-language-environment-charset)
8352 (set-language-environment-fontset)
8353 (set-language-environment-unibyte): New functions.
8354
3958015d
LT
83552006-07-03 Luc Teirlinck <teirllm@auburn.edu>
8356
8357 * locate.el (locate-update-when-revert): New option.
8358 (locate-update-path): New option (suggested by Michael Albinus).
8359 (locate-prompt-for-command): Whitespace change.
8360 (locate-update): No longer offer to update the locate database by
8361 default. Implement the two new options.
8362
8e286cec
NR
83632006-07-04 Nick Roberts <nickrob@snap.net.nz>
8364
8365 * tooltip.el: Move comment about track-mouse...
8366
8367 * progmodes/gud.el: ...to here.
8368
b6a67507
CY
83692006-07-03 Chong Yidong <cyd@stupidchicken.com>
8370
8371 * facemenu.el (facemenu-listed-faces): New var.
8372 (facemenu-unlisted-faces): Variable deleted.
8373 (facemenu-add-new-face): Use facemenu-listed-faces.
8374
8375 * emulation/viper-init.el, calendar/calendar.el:
8376 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8377
8be296ef
CD
83782006-07-03 Carsten Dominik <dominik@science.uva.nl>
8379
ce0d4998 8380 * textmodes/org.el (org-mode): Remove no invalid settings for
8be296ef
CD
8381 calc embedded mode.
8382 (org-mode-p): New defsubst.
8383 (org-save-all-org-buffers): New function.
8384 (org-first-headline-recenter): Enclose outline-regexp in group
8385 delimiters.
7f70c4e9 8386 (org-set-tags): Keep single space after stars.
8be296ef 8387
ce0d4998
SM
83882006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8389
8390 * window.el (set-window-text-height): Only set window-min-height to
8391 1 if that's the requested size.
8392
8393 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8394 (diff-unified->context, diff-context->unified)
8395 (diff-reverse-direction): Make sure the end marker stays at the end.
8396 (diff-mode): Add the keymap table at the end of docstring.
8397 Use lexical-let rather than constructing a closure manually.
8398
8399 * files.el (find-file-noselect-1): Remove unused var assignment.
8400 (hack-local-variables-confirm): Print lists of strings as lists of
8401 strings rather than lists of symbols.
8402 (abbreviate-file-name, hack-local-variables-prop-line):
8403 Use match-string.
8404 (hack-one-local-variable): Move `make-local-variable' nearer its use.
8405 (recover-session-finish): Use line-end-position.
8406
d163f71e
MA
84072006-07-02 Michael Albinus <michael.albinus@gmx.de>
8408
8409 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8410
88983f8c
DP
84112006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
8412
ce0d4998
SM
8413 * progmodes/make-mode.el (makefile-macroassign-regex):
8414 Accept preceding keyword.
88983f8c
DP
8415 (makefile-gmake-statements): Reorganize, now that makepp has
8416 "override" and also handle forgotten "override define".
8417 (makefile-makepp-statements): Add new "global", "override export"
8418 and "override global".
8419
ac4d9de0
JB
84202006-06-30 Juanma Barranquero <lekktu@gmail.com>
8421
8422 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8423 (ada-compile-mouse-goto-error, ada-deactivate-properties)
8424 (ada-no-auto-case): Fix typos in docstrings.
8425
4a073066
NR
84262006-06-30 Nick Roberts <nickrob@snap.net.nz>
8427
8428 * info.el (Info-find-node-2): Search for makeinfo version more
8429 carefully.
8430
a71f543e
CD
84312006-06-29 Carsten Dominik <dominik@science.uva.nl>
8432
ce0d4998
SM
8433 * textmodes/org.el (org-prepare-agenda-buffers):
8434 Use `invisible-OK' argument for `org-end-of-subtree'.
8435 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8436 (org-beginning-of-item): Fix bug in regular expression for white line.
8437 (org-export-as-html): Enforce space after bullet in plain list items.
a71f543e
CD
8438 (org-set-autofill-regexps): Require space after plain list bullet
8439 for paragraph-start.
8440 (org-ts-regexp3): New constant.
8441 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8442 (org-timestamp-up-day, org-timestamp-down-day)
8443 (org-timestamp-change): Work with inactive timestamps.
8444 (org-ts-regexp1): Don't allow brackets in time stamps.
8445
9ee1e2d8
NR
84462006-06-29 Nick Roberts <nickrob@snap.net.nz>
8447
8448 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8449 for ignoring links.
8450
8451 * faces.el (read-face-name): Use it.
8452
f98f7873
JL
84532006-06-28 Juri Linkov <juri@jurta.org>
8454
8455 * buff-menu.el (list-buffers-noselect): Compare Info file
8456 with the string "dir" to detect Info directory.
8457
8458 * complete.el (partial-completion-mode): In lambda for
8459 `choose-completion-string-functions' use full function signature
8460 with 4 args, and move point to the end of the minibuffer only if arg
8461 `mini-p' is non-nil.
8462
4c38df30
JPW
84632006-06-28 John Paul Wallington <jpw@pobox.com>
8464
8465 * ibuffer.el (ibuffer-mode): Doc fix.
8466
c9ca81df
CD
84672006-06-28 Carsten Dominik <dominik@science.uva.nl>
8468
8469 * textmodes/org.el (org-context): New contexts :item-bullet,
8470 :latex-fragment, :latex-preview.
ce0d4998
SM
8471 (org-overlays-at, org-overlay-start, org-overlay-end):
8472 New compatibility functions.
c9ca81df
CD
8473 (org-inside-LaTeX-fragment-p): More accurate matching, using the
8474 exact regexp that will be used during export.
8475 (org-latex-regexps): New variable.
ce0d4998 8476 (org-cdlatex-mode): Improve advice for `texmathp'.
c9ca81df
CD
8477 (turn-on-org-cdlatex): New function.
8478
3ff05183
YM
84792006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8480
8481 * term/mac-win.el (mac-handle-font-selection): Change keys of
8482 mac-atsu-font-table from strings to numbers.
8483 (mac-ts-caret-position): Use also when cursor-type is nil.
8484 (mac-ts-update-active-input-area): Add Mac OS Classic support.
ce0d4998
SM
8485 Relax condition for using overlay strings.
8486 Use mac-ts-caret-position face when cursor-type is nil.
3ff05183 8487
02bc285c
KS
84882006-06-26 Kim F. Storm <storm@cua.dk>
8489
8490 * help.el (view-emacs-news): Declare `res' in the right let* form.
8491
08b1eb21
MA
84922006-06-25 Michael Albinus <michael.albinus@gmx.de>
8493
8494 * net/rcompile.el (remote-compile): Replace ange-ftp based
8a8476f9
KS
8495 implementation by Tramp functions.
8496 Suggested by Marc Abramowitz <msabramo@gmail.com>.
08b1eb21
MA
8497
8498 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8499
eff6bfea
EZ
85002006-06-24 Yoshinori Koseki <kose@meadowy.org>
8501
8502 * international/fontset.el (setup-default-fontset): Fix a typo in
8503 the "Oriya-Akruti" registry name.
8504
0625ded0 85052006-06-23 Lars Hansen <larsh@soem.dk>
f8e83735 8506
11425834
LH
8507 * desktop.el (desktop-full-file-name): New function.
8508 (desktop-kill, desktop-save, desktop-remove, desktop-read)
8509 (desktop-revert): Use it.
8510 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8511 (desktop-after-read-hook): Add option list-buffers.
8512 (desktop-locals-to-save): Add tab-width.
8513 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8514 Fix docstring.
8515
353694fd
CD
85162006-06-23 Carsten Dominik <dominik@science.uva.nl>
8517
8518 * textmodes/org.el (org-cdlatex-mode-map)
8519 (org-cdlatex-texmathp-advice-is-done): New variables.
8520 (org-cdlatex-mode): New minor mode.
f8e83735
KS
8521 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8522 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
353694fd 8523 (org-export-with-archived-trees): New option.
ce0d4998 8524 (org-open-file): Remove the call to `convert-standard-filename'.
353694fd
CD
8525 (org-archive-tag, org-agenda-skip-archived-trees)
8526 (org-cycle-open-archived-trees)
8527 (org-sparse-tree-open-archived-trees): New options.
8528 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
0625ded0
JB
8529 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8530 New functions.
f8e83735
KS
8531 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8532 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
353694fd
CD
8533 (org-mode-map): Add binding for `org-toggle-archive-tag'.
8534 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8535 Call `org-prepare-agenda-buffers'.
8536 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8537 (org-file-apps, org-file-apps-defaults-gnu)
f8e83735
KS
8538 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8539 Handle remote files by forcing them to be opened in Emacs.
353694fd 8540
98a9cad3
AS
85412006-06-23 Andre Spiegel <spiegel@gnu.org>
8542
8543 * vc.el (vc-diff-knows-L): New variable.
8544 (vc-diff-internal): Use it to handle "diff" programs that don't
f8e83735 8545 understand -L. This works automatically, no user action is necessary.
98a9cad3 8546
18aa2c90
EZ
85472006-06-23 Daniel Brockman <daniel@brockman.se>
8548
8549 * net/rcirc.el (rcirc-default-user-full-name): Default to
8550 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8551 longer exists).
8552 (rcirc-process-list): Check `buffer-live-p' before attempting to
8553 switch to a buffer.
8554
aac5d1fd
EZ
85552006-06-23 Ryan Yeske <rcyeske@gmail.com>
8556
8557 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8558 based on rcirc-coding-system-alist.
8559
81711dba
EZ
85602006-06-23 Martin Rudalics <rudalics@gmx.at>
8561
8562 * cus-edit.el (customize-apropos): A better error message.
8563 (top level) <debug-ignored-errors>: Extend and update the list of
8564 ignored error messages.
8565
08fd202a
EZ
85662006-06-23 Michael Ernst <mernst@alum.mit.edu>
8567
8568 * complete.el (PC-do-completion): Retain capitalization of user
8569 input, when possible, even if completion-ignore-case is set.
8570
28fa06ea
EZ
85712006-06-23 Eli Zaretskii <eliz@gnu.org>
8572
6453a10e
EZ
8573 * generic-x.el (bat-generic-mode): Support .cmd files.
8574
28fa06ea
EZ
8575 * dos-w32.el (top level): Use find-file-not-found-functions
8576 instead of the obsolete find-file-not-found-hooks.
8577
9b8648b8
KS
85782006-06-22 Kim F. Storm <storm@cua.dk>
8579
8580 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8581 to recognize mode name containing submodes, such as Grep/lw.
8582
43a37241
KS
85832006-06-21 Kim F. Storm <storm@cua.dk>
8584
8585 * simple.el (line-move-1): Check for move-end-of-line instead of
8586 end-of-line when setting temporary-goal-column.
8587
a2064b09
MB
85882006-06-21 Miles Bader <miles@gnu.org>
8589
8590 * play/cookie1.el (cookie): Work properly when there's only one entry.
8591
210e35f7
NR
85922006-06-21 Nick Roberts <nickrob@snap.net.nz>
8593
8594 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
e72e0e31 8595 (gdb-frame-handler): Generalize frame regexp for templates.
210e35f7 8596
b0352ddf
GM
85972006-06-20 Glenn Morris <rgm@gnu.org>
8598
8599 * calendar/appt.el (appt-display-format): Default value must be
8600 one of the customize options.
8601
2b0193e1
DN
86022006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8603
e72e0e31
KS
8604 * term/xterm.el (terminal-init-xterm): Update key availability info.
8605 Bind C-return.
2b0193e1 8606
e72e0e31 8607 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2b0193e1 8608
809b6e98
CY
86092006-06-20 Chong Yidong <cyd@stupidchicken.com>
8610
a548f3d7
CY
8611 * files.el (hack-local-variables): Run `hack-local-variables-hook'
8612 whether or not a local variables list is defined.
8613
809b6e98
CY
8614 * msb.el (msb): Move `sit-for' hack here to handle both
8615 "mouse-down and drag" and "mouse-up and select" situations.
8616 (mouse-select-buffer): Move `sit-for' hack to `msb'.
8617
1e0fd4cd
KH
86182006-06-20 Kenichi Handa <handa@m17n.org>
8619
f8e83735
KS
8620 * international/characters.el (word-combining-categories):
8621 Add entries for 2-byte Han characters.
1e0fd4cd 8622
a5bd14d3
RS
86232006-06-19 Richard Stallman <rms@gnu.org>
8624
8625 * bindings.el (mode-line-format): Save some mode line space.
8626
8627 * files.el (find-file-noselect): Improve the question wording.
8628 (basic-save-buffer-2): Mask UMASK against 666.
8629
8630 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8631 (mouse-drag-vertical-line): Call it.
8632
d669197d 8633 * cus-edit.el (customize-option, customize-option-other-window):
a5bd14d3
RS
8634 Error if SYMBOL is nil.
8635
3d62681d
CD
86362006-06-19 Carsten Dominik <dominik@science.uva.nl>
8637
8638 * textmodes/org.el: Require noutline, also on XEmacs.
8639 (org-end-of-subtree): Return point.
8640 (org-dblock-start-re, org-dblock-end-re): New constants.
8641 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8642 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8643 (org-update-all-dblocks, org-find-dblock): New functions.
8644 (org-collect-clock-time-entries): New function.
8645 (org-html-handle-time-stamps): Never export CLOCK timeranges.
ce0d4998 8646 (org-fixup-indentation): Modify to deal correctly with lines
3d62681d
CD
8647 starting with TAB. Only one argument DIFF now.
8648 (org-demote, org-promote): Call `org-fixup-indentation' with just
8649 one argument, DIFF.
8650 (org-mode): Don't mark buffer as modified when aligning tables.
f8e83735 8651 (org-clock-sum): Don't mark buffer modified when adding time sum
3d62681d 8652 properties.
ce0d4998 8653 (org-export-as-html): Add support for a link validation function.
3d62681d
CD
8654 (org-archive-all-done): New function.
8655 (org-archive-subtree): New prefix argument. When set, archive all
8656 done subtrees in this buffer.
8657 (org-remove-clock-overlays)
e72e0e31
KS
8658 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8659 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
3d62681d
CD
8660 (org-put-clock-overlay): Don't swallow last headline character
8661 when displaying overlay.
8662 (org-store-link): Link to `image-mode' with just the file name.
3d62681d 8663
ec6aebe8 86642006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
d669197d 8665
e72e0e31
KS
8666 * viper-cmd.el (viper-special-read-and-insert-char):
8667 Use read-key-sequence.
8668 (viper-after-change-undo-hook): Misc enhancements.
8669 (viper-after-change-undo-hook): New hook.
8670 (viper-undo): Use viper-after-change-undo-hook.
f8e83735 8671 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
ec6aebe8
MK
8672 (viper-next-line-at-bol): If point is on a widget or a button, simulate
8673 clicking on that widget/button.
d669197d 8674
e72e0e31 8675 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
d669197d 8676
e72e0e31
KS
8677 * ediff-diff (ediff-test-patch-utility): Catch errors.
8678 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8679 (ediff-set-actual-diff-options): New function.
ec6aebe8 8680 (ediff-reset-diff-options, ediff-toggle-ignore-case):
e72e0e31
KS
8681 Use ediff-set-actual-diff-options.
8682 (ediff-extract-diffs): Catch errors.
8683 (ediff-whitespace): Add non-breakable space.
8684 (ediff-same-file-contents): Catch errors.
8685
8686 * ediff-mult.el (ediff-collect-custom-diffs):
8687 Save coding-system-for-read.
8688
8689 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8690 (ediff-vc-internal, ediff-vc-merge-internal):
8691 Use ediff-delete-version-file.
8692 (ediff-delete-version-file): New function.
8693
8694 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8695
8696 * ediff.el (ediff-directories, ediff-directory-revisions)
8697 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8698 (ediff-directories-internal, ediff-merge-directory-revisions)
8699 (ediff-merge-directory-revisions-with-ancestor)
8700 (ediff-directories3): Use read-directory-name.
d669197d 8701
e924d021
RF
87022006-06-18 Ralf Angeli <angeli@caeruleus.net>
8703
ce0d4998
SM
8704 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8705 Remove superfluous part of regexp for brace matching which is handled
8706 by `scan-lists' call.
e924d021 8707
d1ae9041
RS
87082006-06-16 Richard Stallman <rms@gnu.org>
8709
8710 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8711
8712 * files.el (basic-save-buffer-2): For a new precious file,
8713 use the default modes in the return value.
8714
8715 * facemenu.el (facemenu-color-alist): Doc fix.
8716
8717 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8718
aa2f234a
YM
87192006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8720
8721 * cus-start.el (all): Add mac-ts-script-language-on-focus.
8722
8723 * term/mac-win.el (mac-text-encoding-ascii): New constant.
8724 (mac-utxt-to-string): Use it.
8725 (mac-ts-update-active-input-area): Use mac-ae-number.
8726
2f182d8d
DN
87272006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8728
8729 * term.el (term-handle-scroll, term-delete-lines)
8730 (term-insert-lines): Fix off by one errors.
8731
8a7269eb
MA
87322006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8733
8734 * net/tramp.el (tramp-touch): Use UTC to express time.
8735
c43d7539
CY
87362006-06-15 Chong Yidong <cyd@stupidchicken.com>
8737
8738 * mail/sendmail.el (mail-send): Search explicitly for
8739 mail-header-separator when checking for corrupted header lines.
8740
e86a3316
NR
87412006-06-15 Nick Roberts <nickrob@snap.net.nz>
8742
8743 * progmodes/gdb-ui.el (gdb-same-frame): New option.
8744 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8745 (gdb-init-1): Initialise them.
8746 (gdb-starting): Reset gdb-printing
8747 (gdb-starting): Save value of gud-overlay-arrow-position.
8748 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8749 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8750 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8751 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8752
608f2671
SM
87532006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8754
8755 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8756
90557512
CY
87572006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
8758
8759 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8760 (ldap-search-internal): Keep error messages, and a regexp fix.
8761
15a8ea0c
TTN
87622006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
8763
8764 * files.el (hack-local-variables-confirm):
8765 Display string value using its printed representation.
8766
6b519504
CY
87672006-06-11 Chong Yidong <cyd@stupidchicken.com>
8768
8769 * server.el (server-edit): No-op if no server buffers exist.
8770
11f89289
RC
87712006-06-11 Robert J. Chassell <bob@rattlesnake.com>
8772
608f2671 8773 * textmodes/page-ext.el (pages-directory-for-addresses):
11f89289
RC
8774 Including `pages-directory-address-mode' in the function results
8775 in the message "Buffer in which pages were found is deleted".
8776
23643307
CD
87772006-06-10 Carsten Dominik <dominik@science.uva.nl>
8778
0625ded0 8779 * textmodes/org.el (org-agenda-mode-map): Add bindings for
7225c342 8780 clocking functions.
11f89289 8781
23643307
CD
8782 (org-agenda-clock-in, org-check-running-clock)
8783 (org-clock-out-if-current, org-remove-clock-overlays)
8784 (org-put-clock-overlay): New functions.
8785 (org-clock-marker, org-clock-file-total-minutes)
7225c342 8786 (org-clock-overlays): New variables.
23643307
CD
8787 (org-clock-display, org-clock-sum, org-clock-cancel)
8788 (org-clock-out, org-clock-in): New commands.
8789 (org-export): New function.
8790 (org-emph-re): New constant.
8791 (org-set-emph-re, org-do-emphasis-faces): New functions.
8792 (org-emphasis-regexp-components, org-emphasis-alist): New options.
8793 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
7225c342 8794 (org-export-html-convert-emphasize): Use the configurable emphasis.
23643307
CD
8795 (org-cleaned-string-for-export): Make multiline emphasis visible
8796 to the exporter. New optional argument PARAMETERS.
8797 (org-export-as-html): Specify :emph-multiline parameter to
8798 `org-cleaned-string-for-export'.
8799
9e362b84
RS
88002006-06-10 Richard Stallman <rms@gnu.org>
8801
8802 * help.el (help-for-help-internal): Clean up help text.
8803
ddfca4e6
AS
88042006-06-10 Andreas Schwab <schwab@suse.de>
8805
8806 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8807 in doc string.
8808
9d3ba24c
AS
8809 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8810
7cb93181
EZ
88112006-06-09 Karl Chen <quarl@cs.berkeley.edu>
8812
8813 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8814 spaces after the comment start.
8815
36ac5ea5
KS
88162006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8817
f47adf18
TTN
8818 * play/pong.el (pong-init-buffer):
8819 Fill buffer with spaces instead of ^A.
8820
36ac5ea5
KS
8821 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8822 launched asynchronously, delete its process instead of being cool.
8823 (ispell-async-processp): Check for `delete-process' existence
8824 instead of `kill-process' one for consistency.
8825
f9ff5ee1
NR
88262006-06-09 Nick Roberts <nickrob@snap.net.nz>
8827
8828 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8829 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8830 in mode line at startup.
8831
f17f26a1
KS
88322006-06-08 Kim F. Storm <storm@cua.dk>
8833
8834 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8835 (ido-init-completion-maps): Bind them to M-SPC and M-v.
d25203fd 8836 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
532a001d 8837 (ido-file-internal): Pass full file name to write-file.
e819ce9e
KS
8838 (ido-read-internal): Only pop stack elements automatically if they
8839 actually match an existing directory or file name.
f17f26a1 8840
8dec0e01
KH
88412006-06-07 Kenichi Handa <handa@m17n.org>
8842
8843 * international/mule.el (find-auto-coding): Don't handle the short
8844 name `char-trans'.
8845
8846 * files.el (hack-local-variables-prop-line)
8847 (hack-local-variables): Cancel the previous change.
8848
79f28143
JH
88492006-06-06 Jesper Harder <harder@phys.au.dk>
8850
608f2671 8851 * ediff-diff.el (ediff-test-utility): Protect against file-error.
79f28143 8852
53dd481c
CY
88532006-06-06 Chong Yidong <cyd@stupidchicken.com>
8854
8855 * diff-mode.el (diff-mode): Set buffer-read-only to t when
ce0d4998 8856 diff-default-read-only is non-nil.
dd24cb37
CY
8857 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
8858 (diff-refine-hunk): Set inhibit-read-only to t.
53dd481c
CY
8859
8860 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
8861 modifying the *Diff* buffer.
8862 (diff-process-filter): New filter function for diff process that
8863 sets inhibit-read-only to t when modifying the *Diff* buffer.
8864
98a53802
CD
88652006-06-06 Carsten Dominik <dominik@science.uva.nl>
8866
0625ded0 8867 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
98a53802
CD
8868 insertion point and control the number of empty lines.
8869 (org-paste-subtree): Limit the number of empty lines at the end of
8870 the inserted tree.
8871 (org-agenda): Use buffer name of current file for narrowing.
8872 (org-export-as-xml): Command removed.
8873 (org-export-xml-type): Option removed.
8874 (org-mode-map): Call `org-export-as-xoxo' directly.
8875 (org-get-indentation): New optional argument LINE.
8876 (org-fix-indentation, org-remove-tabs): New functions.
8877 (org-export-as-ascii, org-ascii-level-start): Determine and apply
8878 correct indentation for headlines that are converted it items.
8879 (org-skip-comments): Remove table lines that contain narrowing
8880 cookies but no other non-empty fields.
8881 (org-set-tags): Allow groups of mutually exclusive tags.
8882 (org-cmp-time): Sort 24:21 before items without time.
608f2671 8883 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
98a53802
CD
8884 (org-open-at-point): Require double colon also for numbers.
8885
92f0c93d
KS
88862006-06-06 Kim F. Storm <storm@cua.dk>
8887
8888 * ido.el (ido-default-file-method, ido-default-buffer-method):
8889 Make choice values consistent with corresponding command names.
8890 (ido-visit-buffer): Update accordingly. Default to selected-window.
8891
876bd6e4
NR
88922006-06-06 Nick Roberts <nickrob@snap.net.nz>
8893
8894 * progmodes/gud.el (gud-running): Fix doc string.
8895 (gud-menu-map): Use :visible instead fo :enable for debugger test.
8896 (gud-tooltip-modes): Add python-mode.
8897 (gud-tooltip-print-command): Add pdb. Remove perldb.
8898
3152b1eb
EZ
88992006-06-05 Eli Zaretskii <eliz@gnu.org>
8900
92f0c93d
KS
8901 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
8902 Quote $(EMACS).
3152b1eb 8903
43c58260
RS
89042006-06-05 Richard Stallman <rms@gnu.org>
8905
8906 * faces.el (defined-colors): Doc fix.
8907
58ce5535
TTN
89082006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
8909
92f0c93d
KS
8910 * vc.el (vc-process-filter): Inhibit undo info collection around
8911 call to insert.
58ce5535
TTN
8912 (vc-setup-buffer): Likewise for call to erase-buffer.
8913 (vc-do-command): Likewise for call to process-file.
8914
623c14d3
NR
89152006-06-05 Nick Roberts <nickrob@snap.net.nz>
8916
8917 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
8918 for gud-go.
8919 (gud-common-init): Other debuggers may trigger error.
8920
f090034b
KH
89212006-06-05 Kenichi Handa <handa@m17n.org>
8922
608f2671
SM
8923 * international/mule.el (find-auto-coding):
8924 Handle enable-character-translation in file header.
f090034b 8925
32a877bb
KS
89262006-06-04 Kim F. Storm <storm@cua.dk>
8927
34c614a8
KS
8928 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
8929 (authors-fixed-entries): Fix spelling.
8930 (authors-canonical-file-name): Don't report error for wildcards.
8931
32a877bb 8932 * help.el (view-emacs-news): Rewrite to support new NEWS,
ce0d4998 8933 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
32a877bb 8934 e.g. version 10 matches 1.10, and don't be confused by version 1.1
ce0d4998 8935 being a prefix of 1.12 (etc). A numeric prefix arg also works.
32a877bb 8936
af6aef87 89372006-06-03 Vivek Dasmohapatra <vivek@etla.org>
6d39902f
EZ
8938
8939 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
8940 exec constructs like `foo bar`.
8941 (sh-quoted-subshell): New helper function to search for a possibly
8942 nested subshell (like `` or $()) within a "" quoted string.
8943 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
8944 (sh-apply-quoted-subshell): Flag quote characters inside a
8945 subshell, which is itself already in a quoted region, as
8946 punctuation, since this is the closest to what they actually are.
8947 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
8948 sh-apply-quoted-subshell.
8949 (sh-font-lock-syntactic-face-function): Apply the new face for
8950 text inside `` instead of the old font-lock-string-face.
8951
fabcf455
YM
89522006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8953
8954 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
8955 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
8956 (mac-bytes-to-text-range, mac-ae-text-range-array)
8957 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
8958 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
63fbb644 8959 (mac-ts-unicode-for-key-event): New functions.
fabcf455
YM
8960 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
8961 (mac-handle-font-selection): Use mac-ae-number.
8962 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
8963 New variables.
8964 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
8965 (mac-ts-converted-text, mac-ts-selected-converted-text)
8966 (mac-ts-block-fill-text, mac-ts-outline-text)
8967 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
8968 (mac-ts-hilite-style-faces): New constant.
8969 (mac-apple-event-map): Bind text input events.
8970 (mac-dispatch-apple-event): Use command-execute instead of
8971 call-interactively.
8972 (global-map): Don't bind mac-apple-event.
8973 (special-event-map): Bind mac-apple-event.
8974
3d80c941
EZ
89752006-06-02 Eli Zaretskii <eliz@gnu.org>
8976
8977 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
8978 file name.
8979 (emacs): Enclose the value of $(EMACS) in quotes.
8980
2e17852c
JL
89812006-06-02 Juri Linkov <juri@jurta.org>
8982
8983 * international/mule.el (sgml-html-meta-auto-coding-function):
8984 Remove the condition `(search-forward "<html" size t)'.
8985 Replace `\"' with `[\"']?' in `re-search-forward'.
8986
62e51d53
KH
89872006-06-02 Kenichi Handa <handa@m17n.org>
8988
8989 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
8990 as well as `coding'.
8991 (hack-local-variables): Likewise.
8992
608f2671
SM
8993 * international/mule.el (enable-character-translation):
8994 Put permanent-local and safe-local-variable properties.
62e51d53
KH
8995 (find-auto-coding): Handle char-trans: tag.
8996
605e71f1
KH
89972006-06-02 Juri Linkov <juri@jurta.org>
8998
8999 * international/mule.el (sgml-html-meta-auto-coding-function):
9000 Limit the search by the end of the HTML header (if any).
9001
08a61c99
RS
90022006-06-01 Richard Stallman <rms@gnu.org>
9003
9004 * subr.el (with-current-buffer): Doc fix.
9005
eb3d9609
MY
90062006-06-02 Masatake YAMATO <jet@gyve.org>
9007
06c7827a 9008 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
0625ded0 9009 Almost rewrite. Underlines over all lines of gcov output are too
eb3d9609
MY
9010 uncomfortable to read. Suggested by Dan Nicolaescu.
9011
90d40a35
LT
90122006-06-01 Luc Teirlinck <teirllm@auburn.edu>
9013
9014 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
9015
9016 * shell.el (shell-mode): Use shell-mode-map in docstring.
9017
9018 * comint.el (comint-send-input): Do not add help-echo and
9019 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
9020
4054794d
JD
90212006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9022
9023 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
9024
e223ede9
NR
90252006-06-01 Nick Roberts <nickrob@snap.net.nz>
9026
9027 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
9028 (gdb-stopped, gdb-info-stack-custom): If there is no source info
9029 look up the stack and pop up GUD buffer if necessary.
9030 (gdb-frames-select): Remove redundant call to gud-display-frame.
9031 (gdb-info-threads-custom): Keep point at start of buffer.
9032 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
9033
81c6e791
JL
90342006-05-31 Juri Linkov <juri@jurta.org>
9035
9036 * replace.el (query-replace-read-from, query-replace-read-to):
9037 Bind `history-add-new-input' to nil. Call `add-to-history'.
9038
360fecca
KS
90392006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
9040
9041 * textmodes/table.el: Convert all HTML tags to lower case for
9042 XHTML compatibility.
9043
206e215e
MY
90442006-05-31 Masatake YAMATO <jet@gyve.org>
9045
8ba7e540
KS
9046 * progmodes/compile.el:
9047 (compilation-error-regexp-alist-alist::gcov-called-line):
9048 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
206e215e 9049
318474dc
NR
90502006-05-31 Nick Roberts <nickrob@snap.net.nz>
9051
8ba7e540 9052 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
0625ded0 9053 Revert inadvertent changes made with last commit.
318474dc 9054
2809db33
RS
90552006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
9056
8ba7e540
KS
9057 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9058 New functions.
2809db33
RS
9059
9060 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9061
c39d5865
CD
90622006-05-30 Carsten Dominik <dominik@science.uva.nl>
9063
0625ded0 9064 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
8ba7e540 9065 only matches in the right place.
c39d5865
CD
9066 (org-upcoming-deadline): New face.
9067 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
8ba7e540
KS
9068 (org-export-ascii-underline): Rename constant `org-ascii-underline'
9069 and make it an option.
c39d5865
CD
9070 (org-export-ascii-bullets): New option.
9071 (org-export-as-html): Many changes to emit valid XHTML.
9072 (org-par-open): New variable.
955951b8 9073 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
ce0d4998 9074 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
8ba7e540 9075 (org-timeline): Pass `org-timeline-show-empty-dates' to
0625ded0
JB
9076 `org-get-all-dates'. Interpret empty dates returned by
9077 `org-get-all-dates'.
c39d5865
CD
9078 (org-get-all-dates): New argument EMPTY. Add dates without
9079 entries to the list, mark large ranges of empty dates.
9080 (org-point-in-group, org-context): New functions.
9081
1b751989
NR
90822006-05-30 Nick Roberts <nickrob@snap.net.nz>
9083
89f0e7cc
NR
9084 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9085
1b751989
NR
9086 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9087 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9088 to C-mouse-3 (for 2 button mice).
9089 (gdb-send): Do the right thing for C-d.
9090
9091 * speedbar.el (speedbar-detach): Delete.
9092 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9093 it breaks things.
8ba7e540 9094 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1b751989 9095
d14fd70c
DP
90962006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
9097
9098 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9099 Makeppfile.
9100
8ba7e540
KS
9101 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9102 Add makepp diagnostic.
d14fd70c 9103
39be728a
RS
91042006-05-29 Richard Stallman <rms@gnu.org>
9105
963128f3
RS
9106 * window.el (fit-window-to-buffer): Doc fix.
9107
90e357ae
RS
9108 * help.el (temp-buffer-max-height): Doc fix.
9109
39be728a
RS
9110 * subr.el (with-current-buffer): Doc fix.
9111
e380957e
JD
91122006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9113
39be728a 9114 * term/x-win.el: Bind F10 to menu-bar-start if available.
e380957e 9115
c57597dd
DN
91162006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
9117
9118 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9119 uses with a simple test.
9120 (term-set-escape-char, term-mode, term-check-kill-echo-list)
9121 (term-send-raw-string, term-send-raw, term-mouse-paste)
9122 (term-char-mode, term-line-mode, term-exec, term-sentinel)
9123 (term-handle-exit, term-read-input-ring)
9124 (term-previous-matching-input-string)
9125 (term-previous-matching-input-string-position)
9126 (term-previous-matching-input-from-input)
9127 (term-replace-by-expanded-history, term-send-input)
9128 (term-skip-prompt, term-bol, term-send-invisible)
9129 (term-kill-input, term-delchar-or-maybe-eof)
9130 (term-backward-matching-input, term-check-source)
9131 (term-proc-query, term-emulate-terminal)
9132 (term-handle-colors-array, term-process-pager, term-pager-line)
9133 (term-pager-bob, term-unwrap-line, term-word)
9134 (term-dynamic-complete-filename)
9135 (term-dynamic-complete-as-filename)
9136 (term-dynamic-simple-complete): Replace one arm ifs with whens or
9137 unlesses.
9138
bb7a346f
SM
91392006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9140
b486a098
SM
9141 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9142 during bootstrapping.
9143
bb7a346f
SM
9144 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9145 Basically undo the change of 2006-05-26: use extra arguments instead of
9146 dynamic scoping.
9147 (ewoc-locate): Remove unused var `footer'.
9148
7a0574f3
SM
91492006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9150
7ece7aba
SM
9151 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9152
b17b8839
SM
9153 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9154 (generate-file-autoloads): Obey it. Return whether autoloads were
9155 added at point or not.
9156 (update-file-autoloads): Use this new return value.
9157 Remove redundant test for the presence of an autoload cookie.
9158
69135525
SM
9159 * emacs-lisp/autoload.el (autoload-find-file): New fun.
9160 This one calls hack-local-variables.
9161 (generate-file-autoloads, update-file-autoloads): Use it.
9162
7a0574f3
SM
9163 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9164 (bibtex-sort-entry-class): Add safe-local-variable predicate.
9165 (bibtex-sort-entry-class-alist): Don't set the global value.
9166 (bibtex-init-sort-entry-class-alist): New fun.
9167 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9168 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9169 of bibtex-init-sort-entry-class.
9170
0985f920
RS
91712006-05-28 Richard Stallman <rms@gnu.org>
9172
9173 * subr.el (load-history-regexp): If FILE is relative, insist
9174 entire last name component must match it.
9175 (load-history-filename-element, load-history-regexp): Doc fixes.
9176
6c6e0bb4
KS
91772006-05-29 Kim F. Storm <storm@cua.dk>
9178
7a0574f3 9179 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
6c6e0bb4
KS
9180 `pos' and `raw-data' for clarity, as eval forms may access these.
9181
f3d50954
KS
91822006-05-28 Kim F. Storm <storm@cua.dk>
9183
9184 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9185
c5301b5c
SM
91862006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9187
9188 * progmodes/make-mode.el (makefile-browser-map)
9189 (makefile-mode-syntax-table): Move initialization inside declaration.
9190 (makefile-fill-paragraph): Use the default comment-filling code.
9191
6b59b130
CY
91922006-05-28 Chong Yidong <cyd@stupidchicken.com>
9193
9194 * replace.el (query-replace-defaults): New variable.
9195 (query-replace-read-from): Use `query-replace-defaults' for
9196 default value, instead of history list.
9197 (query-replace-read-to): Update `query-replace-defaults'.
9198
122e29de
CY
91992006-05-27 Chong Yidong <cyd@stupidchicken.com>
9200
9201 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9202 with no X toolkit.
9203
27e53d7c
NR
92042006-05-28 Nick Roberts <nickrob@snap.net.nz>
9205
9206 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9207 (tumme-show-all-from-dir): Add autoload.
9208
e1d3541a
MD
92092006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9210
9211 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9c2d888b 9212 (tumme-remove-tag): Fix bug.
e1d3541a 9213
f860b721
TTN
92142006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9215
27e53d7c
NR
9216 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9217 FOOTER args. Update unique caller.
ec491f90 9218 (ewoc-delete): Compute last node once before looping.
63910b23 9219 (ewoc--node-branch): Merge into unique caller.
27e53d7c
NR
9220 (ewoc--node): Don't define constructor make-ewoc--node for this
9221 structure.
9222 (ewoc): Add member `hf-pp' to this structure.
096432af
TTN
9223 (ewoc--wrap): New func.
9224 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
9225 header/footer pretty-printers. Save header/footer pretty-printer.
27e53d7c
NR
9226 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
9227
096432af
TTN
9228 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9229
9318bb97
MD
92302006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9231
eb9e5cd1 9232 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
27e53d7c 9233 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
81bfcbaa 9234 Tag'. Change "Compare directories..." to "Change Directories...".
27e53d7c
NR
9235 Move tumme commands to Operate, Regexp and Immediate menus.
9236 Change "Add Comment" to "Add Image Comment". Change "Add Image
9237 Tag" to "Add Image Tags".
c5301b5c 9238
eb9e5cd1
MD
9239 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9240 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9241 `tumme-delete-tag'.
9242
48661861
LT
92432006-05-26 Luc Teirlinck <teirllm@auburn.edu>
9244
9245 * shell.el (shell-mode): Call shell-dirtrack-mode after
9246 list-buffers-directory is made a local variable, to avoid setting
9247 the default value.
9248
18ed6a46
EZ
92492006-05-26 Kevin Ryde <user42@zip.com.au>
9250
9251 * info.el (Info-index-next): Use where-is-internal to report
9252 actual binding of Info-index-next, rather than hard-coded `,'.
9253
0f7078f0
EZ
92542006-05-26 Eli Zaretskii <eliz@gnu.org>
9255
3d0793e4
EZ
9256 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9257 and "Find Command in Manual" to here.
9258
0f7078f0
EZ
9259 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9260 Info-current-file as the file name.
9261
bd93e3e1
JY
92622006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
9263
9264 * ses.el (defadvice undo-more): Delete this defadvice. The undo
9265 overrides will now be done a different way.
9266 (ses-set-parameter): Reapply this function for undo.
9267 (ses-set-header-row): Reconstruct header row during undo.
9268 (ses-widen): New function.
9269 (ses-goto-data, ses-reconstruct-all): Use new function.
9270 (ses-command-hook): Widen buffer during undo, before unupdating
9271 the cells.
9272 (ses-insert-row, ses-delete-row): Widen buffer during undo.
9273 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9274 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9275 formula hasn't been executed yet.
9276
a8dc674f
RS
92772006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9278
b486a098
SM
9279 * comint.el (comint-kill-whole-line): Rename arg to count.
9280 Fix doc string.
a8dc674f 9281
920e95c0
CY
92822006-05-26 Chong Yidong <cyd@stupidchicken.com>
9283
9284 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9285 to copy-file.
9286
b3228584
RS
92872006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9288
9289 * simple.el (toggle-truncate-lines): Make arg optional for
9290 backward compatibility.
9291
7dd2e64c
TTN
92922006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
9293
9294 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9295 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9296 DLL arg. Instead, use ewoc--current-dll. Update all callers.
9297 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9298 (ewoc--adjust): Use ewoc--current-dll.
9299 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9300
9fd47373
CD
93012006-05-26 Carsten Dominik <dominik@science.uva.nl>
9302
0625ded0 9303 * textmodes/org.el (org-next-item, org-previous-item): Emit more
9fd47373
CD
9304 compact error message.
9305 (org-tags-view): Refresh category table in each file.
b486a098 9306 (org-table-justify-field-maybe): Remove superfluous arguments to
9fd47373
CD
9307 `format'.
9308 (org-export-as-html): Insert "<p>" before postamble.
b486a098 9309 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9fd47373 9310
f1c582b4
KH
93112006-05-26 Kenichi Handa <handa@m17n.org>
9312
9313 * textmodes/po.el (po-find-charset): Pay attention to the case
9314 FILENAME is a cons (NAME . BUFFER).
9315 (po-find-file-coding-system-guts): Likewise.
9316
b486a098
SM
9317 * arc-mode.el (archive-set-buffer-as-visiting-file):
9318 Call find-operation-coding-system with (FILENAME . BUFFER).
f1c582b4
KH
9319
9320 * tar-mode.el (tar-extract): Call find-operation-coding-system
9321 with (FILENAME . BUFFER).
9322
b486a098
SM
9323 * international/mule.el (decode-coding-inserted-region):
9324 Call find-operation-coding-system with (FILENAME . BUFFER).
f1c582b4 9325
4d687160
CY
93262006-05-25 Chong Yidong <cyd@stupidchicken.com>
9327
9328 * image-mode.el (image-toggle-display): Use buffer contents to
9329 generate image for a remote file.
9330
92aa92fa
JL
93312006-05-25 Juri Linkov <juri@jurta.org>
9332
9333 * replace.el (query-replace-read-from, query-replace-read-to):
9334 Remove 8th arg KEEP-ALL in read-from-minibuffer.
9335
9c524754 93362006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
b486a098
SM
9337
9338 * whitespace.el (whitespace-cleanup): Change to cleanup
9339 region if one is active.
9340 * whitespace.el (whitespace-cleanup-internal): New internal method.
f473c8d5 9341
36938994
MD
93422006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9343
0a33fc8d 9344 * dired.el (dired-mode-map): Add help-echo strings to tumme
27e53d7c 9345 commands. Bind `tumme-dired-display-image' to C-t i.
0a33fc8d 9346
b486a098 9347 * tumme.el (tumme-display-image): Change documentation string slightly.
b76b3535 9348 (tumme-dired-display-image): Add call to `display-buffer'.
776e9e34 9349
78b3f5c3
TTN
93502006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9351
9352 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9353 Signal error if RAW-DATA is a multibyte string.
9354
870560eb
RS
93552006-05-24 Richard Stallman <rms@gnu.org>
9356
113fe928
RS
9357 * subr.el (with-local-quit): When handling `quit' signal,
9358 make a chance for quit-flag to cause a quit.
9359
379ba58e
RS
9360 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9361 (ad-disable-advice): Add autoloads.
9362
870560eb
RS
9363 * subr.el (read-passwd): Copy PROMPT before changing its properties.
9364
36938994
MD
93652006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9366
b76b3535 9367 * dired.el (dired-mode-map): Change menu items for tumme as per
36938994
MD
9368 suggestions in emacs-devel.
9369
93702006-05-25 Nick Roberts <nickrob@snap.net.nz>
9371
9372 * dired.el (dired-mode-map): Fix breakage.
9373
1797b033
MD
93742006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9375
b76b3535
NR
9376 * tumme.el (tumme-display-dired-image): Rename to...
9377 (tumme-dired-display-image): ...this.
9378 (tumme-track-movement): Change default value to t.
9379 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1797b033 9380 used from `tumme-next-line-and-display' and similar commands.
36938994 9381
b76b3535
NR
9382 * dired.el (dired-mode-map): Add Thumbnail submenu under the
9383 Immediate menu. Add some tumme commands there.
93825802 9384
24b0232f
LT
93852006-05-24 Luc Teirlinck <teirllm@auburn.edu>
9386
9387 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9388
ad9f6125
CY
93892006-05-24 Chong Yidong <cyd@mit.edu>
9390
9391 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9392 menu entries that open submenus.
9393
ac9f37df
AM
93942006-05-24 Alan Mackenzie <acm@muc.de>
9395
9396 * startup.el (command-line): For names of preloaded files, don't
9397 append ".elc" (now done in Fload), and call file-truename on the
9398 lisp directory.
9399
9400 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
9401 match ANY loaded file with the right name, not just those in
9402 load-path. Put a regexp matching the file name into
9403 after-load-alist, rather than the name itself.
9404
14d1edc0
JB
9405 * subr.el (load-history-regexp, load-history-filename-element)
9406 (do-after-load-evaluation): New functions.
ac9f37df
AM
9407
9408 * international/mule.el (load-with-code-conversion): Do the
9409 eval-after-load stuff by calling do-after-load-evaluation.
9410
a62c3993
NR
94112006-05-25 Nick Roberts <nickrob@snap.net.nz>
9412
9413 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9414 has not been killed.
9415
e4dff88d
YM
94162006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9417
9418 * term/mac-win.el: Set idle timer to clean up expired Apple events.
9419 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9420 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9421 Optionally set error message in reply.
9422
e8166ad7
CD
94232006-05-24 Carsten Dominik <dominik@science.uva.nl>
9424
0625ded0 9425 * textmodes/org.el (org-open-at-point): Use renamed variable
e8166ad7 9426 `org-confirm-shell-link-function'.
b486a098 9427 (org-confirm-shell-link-function): Rename from
e8166ad7
CD
9428 `org-confirm-shell-links'.
9429 (org-export-directory): New function.
9430 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9431 (org-export-icalendar): Use `org-export-directory'.
9432 (org-indent-item): Keep cursor position.
9433 (org-link-file-path-type): New option.
b486a098 9434 (org-export-as-html): Fix bug with plain lists starting in
e8166ad7 9435 column 0.
b486a098 9436 (org-export-as-html): Remove deadline formatting, this happens
e8166ad7
CD
9437 now already in `org-html-handle-time-stamps'.
9438 (org-export-html-style): Deadline class removed.
9439 (org-insert-labeled-timestamps-at-point): New option.
9440 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9441 of `hide-sublevels 1', in case the first headline is not level 1.
9442 (org-overview, org-content): New fuction.
9443 (org-cycle-global-status, org-cycle-subtree-status): Make these
9444 variables buffer-local.
9445 (org-global-cycle): New command.
9446 (org-shifttab): Use `org-global-cycle'.
9447 (org-insert-heading, org-insert-item): Go to end of new
9448 headline/item after creating it.
b486a098
SM
9449 (org-export-visible): Rename from `org-export-copy-visible'.
9450 Now creates a temporary org-file and applies an exporting command
9451 to it.
e8166ad7
CD
9452 (org-table-eval-formula): Support for lisp forms.
9453 (org-agenda-todo-ignore-scheduled): New option.
9454 (org-agenda-get-todos): Use new option
9455 `org-agenda-todo-ignore-scheduled'.
9456 (org-export-html-inline-images): New value `maybe'.
b486a098 9457 (org-export-as-html): Inlining of images dependent on link description.
e8166ad7
CD
9458 (org-archive-subtree): Check for end-of-buffer before trying
9459 `kill-line'.
9460 (org-agenda-follow-mode): New option.
9461 (org-export-with-tags, org-export-with-timestamps): New options.
9462 (org-html-handle-time-stamps): New function.
9463 (org-keyword-time-regexp): New variable.
9464 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9465 (org-agenda-todo-list-sublevels): New option.
9466 (org-html-level-start): When TITLE is nil, just close all levels.
b486a098
SM
9467 (org-parse-key-lines, org-parse-export-options): Remove functions,
9468 replaced by `org-infile-export-plist'.
e8166ad7
CD
9469 (org-combine-plists, org-infile-export-plist)
9470 (org-default-export-plist): New functions.
9471 (org-export-html-preamble, org-export-html-postamble)
9472 (org-export-html-auto-preamble, org-export-html-auto-postamble):
9473 New variables.
9474 (org-export-publishing-directory): New option.
9475 (org-export-as-html, org-export-as-ascii): Use the new property
9476 lists for settings.
b486a098
SM
9477 (org-export-copy-visible, org-export-as-xoxo):
9478 Respect `org-export-publishing-directory'.
e8166ad7
CD
9479 (org-link-search, org-store-link, org-file-apps): Support for
9480 links to BibTeX database entries..
b486a098
SM
9481 (org-get-current-options, org-set-regexps-and-options):
9482 Implement logging as a startup option.
e8166ad7
CD
9483 (org-store-link): Make sure context string is never empty
9484 (org-insert-link): Use relative path when possible.
9485 (org-at-item-checklet-p): New function.
9486 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9487 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9488 (org-metaright, org-metaup, org-metadown, org-shiftup)
9489 (org-shiftdown, org-shiftright, org-shiftleft)
9490 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9491 Dispatch using `call-interactively'.
9492 (org-call-with-arg): New defsubst.
9493 (org-tag-alist, org-use-fast-tag-selection): New options.
9494 (org-complete): Use `org-tag-alist'.
9495 (org-fast-tag-insert, org-fast-tag-selection): New functions.
9496 (org-next-item, org-previous-item): New commands.
b486a098 9497 (org-beginning-of-item, org-end-of-item): Add (interactive) to
e8166ad7 9498 make command.
b486a098 9499 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
e8166ad7 9500
f569c26e
TTN
95012006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
9502
9503 * emacs-lisp/ewoc.el (ewoc-delete): New function.
9504 (ewoc-filter): Use `ewoc-delete'.
9505
5f25dc81
TTN
9506 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9507
35731e3b
SM
95082006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9509
8e6ea7a3
SM
9510 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9511 Signal more user-friendly error messages.
9512
35731e3b
SM
9513 * complete.el (PC-do-completion): Undo the addition of implicit
9514 wildcards if they did not lead to finding any match.
9515 (read-file-name-internal): Don't add the final > if the completion is
9516 not finished.
9517
35fdd9a7
RS
95182006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9519
35731e3b
SM
9520 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9521 Quote safe-local-variable predicate.
35fdd9a7 9522
bb8d35a2
TTN
95232006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9524
9525 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9526
21225d8f
RW
95272006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9528
35731e3b 9529 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
bb8d35a2 9530
21225d8f
RW
9531 * progmodes/make-mode.el (makefile-special-targets-list)
9532 (makefile-macro-table, makefile-target-table): Mark as risky.
9533 (makefile-query-one-target-method): Make this the alias for the
9534 following variable.
35731e3b 9535 (makefile-query-one-target-method-function): Make this the real name.
bb8d35a2 9536
21225d8f
RW
9537 * textmodes/artist.el (artist-text-renderer): Make this the alias
9538 for the following variable.
9539 (artist-text-renderer-function): Make this the real name.
9540
9541 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9542 the alias for the following variable.
9543 (flyspell-generic-check-word-predicate): Make this the real name.
9544
9545 * textmodes/ispell.el (ispell-format-word): Make this the alias
9546 for the following variable.
9547 (ispell-format-word-function): Make this the real name.
9548 (ispell-message-text-end): Mark as risky.
9549
9550 * skeleton.el (skeleton-transformation, skeleton-filter)
9551 (skeleton-pair-filter): Make these the aliases for the following
9552 variables.
9553 (skeleton-transformation-function, skeleton-filter-function)
9554 (skeleton-pair-filter-function): Make these the real names.
9555
9556 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9557 and skeleton-pair-filter-function.
9558
9559 * textmodes/sgml-mode.el (sgml-transformation): Make this the
9560 alias for the following variable.
9561 (sgml-transformation-function): Make this the real name.
9562 (sgml-tag-alist): Mark as risky.
9563
214a3db0
RS
95642006-05-21 Richard Stallman <rms@gnu.org>
9565
9566 * simple.el (kill-region): Interactively, pass point, then mark.
9567
3fe35897
TTN
95682006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9569
9570 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9571
c51ec744
RF
95722006-05-21 Romain Francoise <romain@orebokech.com>
9573
9574 * dired-x.el (dired-mode-map): Don't bind M-g.
9575
6f5c4cc9
RS
95762006-05-20 Richard Stallman <rms@gnu.org>
9577
9578 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9579 (dired-goto-file): Doc fix.
9580
f2154114
KS
95812006-05-21 Kim F. Storm <storm@cua.dk>
9582
5748161e
KS
9583 * emulation/cua-base.el: Mention customizing cua-mode as alternative
9584 way to enable built-in cua-mode if user loads older CUA-mode package.
9585
f2154114
KS
9586 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9587 if default-filename is specified.
9588
59ad6ae5
EZ
95892006-05-20 Eli Zaretskii <eliz@gnu.org>
9590
372ef0ab
EZ
9591 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9592
59ad6ae5 9593 * info.el (info-apropos): Make sure current-file and current-node
424567e3 9594 have non-nil values. Speed up by using add-to-list instead of
f2154114 9595 manual consing.
59ad6ae5 9596
28b257dc 95972006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
16c4412e
EZ
9598
9599 * progmodes/make-mode.el (makefile-mode): Doc fix.
9600
40c50be3
EZ
96012006-05-20 Eli Zaretskii <eliz@gnu.org>
9602
9603 * dired-aux.el (dired-do-shell-command): Doc fix.
9604
8a5e4b3b
EZ
96052006-05-20 Kevin Ryde <user42@zip.com.au>
9606
9607 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9608 ``(custom-manual :tag "Foo" "(foo)Node")''.
9609
664a80e9
EZ
96102006-05-20 Karl Chen <quarl@cs.berkeley.edu>
9611
9612 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9613 value is an integer.
9614
3b96a16d
EZ
96152006-05-20 Eli Zaretskii <eliz@gnu.org>
9616
9617 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9618 "format".
9619 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9620
d689858f
EZ
96212006-05-20 Martin Rudalics <rudalics@gmx.at>
9622
9623 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9624 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9625
237d230e
SM
96262006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9627
9628 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9629 regexp for keywords.
9630
0cd80dfa
YM
96312006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
9632
9633 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9634 replace-regexp-in-string.
9635
9636 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9637 encode, and escape file name on conversion to URL.
9638
96392006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9640
237d230e
SM
9641 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9642 Don't unescape URL.
0cd80dfa
YM
9643 (dnd-get-local-file-name): Unescape URL on conversion to file name.
9644
9645 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9646 on conversion to URLs.
9647
9648 * net/browse-url.el (browse-url-file-url): Encode file name on
9649 conversion to URL.
9650
9651 * term/mac-win.el (mac-ae-open-documents): Escape file name on
9652 conversion to URL.
9653
75e3b957
EZ
96542006-05-19 Eli Zaretskii <eliz@gnu.org>
9655
9656 * progmodes/cc-styles.el (c-style-alist): Doc fix.
9657
689840b9
YM
96582006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9659
9660 * term/mac-win.el (mac-bytes-to-digits): Remove function.
9661 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9662
e6b71a8f
GM
96632006-05-19 Glenn Morris <rgm@gnu.org>
9664
9665 * calendar/diary-lib.el (diary-bahai-date)
9666 (list-bahai-diary-entries, mark-bahai-diary-entries)
9667 (mark-bahai-calendar-date-pattern): Not interactive.
9668 (add-to-diary-list): New optional arg LITERAL. Doc fix.
9669 (diary-entries-list): Change format of 4th element in each entry.
9670 (diary-list-entries): Use add-to-diary-list.
9671 (diary-goto-entry): Handle the case where the buffer visiting the
9672 diary has been killed.
9673 (fancy-diary-display): Add 'locator to button rather than 'marker.
9674 Only generate temp-face when there are marks to apply.
9675 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9676 (diary-fancy-date-pattern): New variable.
9677 (diary-time-regexp): Doc fix.
9678 (diary-anniversary, diary-time): New faces.
9679 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9680 diary-time-regexp. Add font-lock-multiline property where needed.
9681 Use new faces diary-anniversary and diary-time.
9682 (diary-fancy-font-lock-fontify-region-function): New function, to
9683 handle multiline font-lock pattern in fancy diary.
9684 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9685 (diary-font-lock-keywords): Tweak time regexp. Use new face
9686 diary-time.
9687
a161b46d
KH
96882006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
9689
9690 * international/code-pages.el (mik): Table corrected.
9691
a0fa505b
KS
96922006-05-18 Kim F. Storm <storm@cua.dk>
9693
9694 * progmodes/grep.el (grep-find): Don't check grep-find-command
9695 before running command (breaks non-interactive usage).
9696
438dd27d
TTN
96972006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
9698
9699 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9700 (ewoc--insert-new-node): Don't insert trailing newline.
237d230e 9701 Instead, adjust successor nodes's start markers.
438dd27d 9702 (ewoc--refresh-node): Delete all text from current node's start
237d230e 9703 marker to the next one's; adjust successor nodes's start markers.
438dd27d
TTN
9704 (ewoc--create): Doc fixes.
9705 (ewoc--refresh): Don't insert newline.
9706 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
237d230e
SM
9707 * pcvs.el (cvs-make-cvs-buffer):
9708 Specify extra newline for ewoc's header and footer.
438dd27d
TTN
9709 (cvs-update-header): Update initial header recognition.
9710 Append newline to final header and footer values.
9711 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9712
0bcf8735
RS
97132006-05-17 Richard Stallman <rms@gnu.org>
9714
9715 * files.el (file-name-extension): Doc fix.
9716
05327ca9
SM
97172006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9718
9719 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9720 we can explicitly enable/disable rather than toggle.
9721 (shell-mode): Use it.
9722 (shell-cd): Don't try to reproduce what `cd' does.
9723
fb58b23a
KS
97242006-05-17 Kim F. Storm <storm@cua.dk>
9725
05327ca9
SM
9726 * ido.el (ido-read-internal): Use only nondirectory part of
9727 default item.
fb58b23a 9728
8d1bec8d
TTN
97292006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
9730
9731 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9732 (ewoc-nth): Doc fix.
9733
8433d470
TTN
9734 (ewoc-map, ewoc-invalidate): Compute PP before looping.
9735
7893e589
EZ
97362006-05-16 Eli Zaretskii <eliz@gnu.org>
9737
9247c2f2
EZ
9738 * international/mule.el (auto-coding-alist): Add .lha to files
9739 read with no-conversion.
9740
9741 * files.el (auto-mode-alist): Add .lha files to archive file
8d1bec8d 9742 extensions.
9247c2f2 9743
7893e589
EZ
9744 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9745 Convert csize to integer when computing offsets within the
9746 compressed archive file.
9747
b3abe3a5
KS
97482006-05-16 Kim F. Storm <storm@cua.dk>
9749
9750 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9751 with read-from-minibuffer.
9752
0027258d
RS
97532006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9754
b3abe3a5 9755 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
0027258d
RS
9756 (byte-compile-warnings): Fix safe-local-variable property.
9757
64686e6d
RS
97582006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
9759
9760 * allout.el (allout-show-bodies, allout-old-style-prefixes)
9761 (allout-stylish-prefixes, allout-numbered-bullet)
9762 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9763 predicates to qualify `safe-local-variable' property, when
9764 available, else use equivalent lambda.
9765 (allout-current-topic-collapsed-p): Do the right thing regarding
9766 trailing blank lines.
9767
2e8457a0
SM
97682006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9769
9770 * server.el (server-start): Only create a directory if needed.
9771 (server-edit, server-unload-hook): server-start => server-mode.
9772 (kill-emacs-hook): Cleanup upon exit.
9773
4a729d58
SM
97742006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9775
9776 * hexl.el (hexlify-buffer): Encode process arguments manually.
9777
ca9b119b
NR
97782006-05-16 Nick Roberts <nickrob@snap.net.nz>
9779
9780 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9781 call to gdb-tooltip-print.
9782
3f8105a1
RF
97832006-05-15 Romain Francoise <romain@orebokech.com>
9784
9785 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
4a729d58 9786 systems, default to "tar" since those systems probably have GNU tar.
3f8105a1 9787
47c221f7
RF
97882006-05-14 Lars Hansen <larsh@soem.dk>
9789
6c27fdb9 9790 * desktop.el (desktop-missing-file-warning): Fix docstring.
4a729d58 9791 (desktop-restore-file-buffer): Correct question asked on missing file.
6c27fdb9 9792
0f479f06
KS
97932006-05-14 Kim F. Storm <storm@cua.dk>
9794
9795 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9796 Add CUA move property.
9797
e58d8ef5
CY
97982006-05-13 Chong Yidong <cyd@stupidchicken.com>
9799
9800 * custom.el (custom-push-theme): Load the variable before checking
9801 its `standard-value'.
9802
47c221f7 98032006-05-13 Lars Hansen <larsh@soem.dk>
e58d8ef5 9804
9fbcde29
LH
9805 * desktop.el (desktop-save): Use with-temp-buffer.
9806
5d65ecaa
GM
98072006-05-12 Glenn Morris <rgm@gnu.org>
9808
4a729d58
SM
9809 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9810 * calendar/calendar.el (calendar-mode-map):
9811 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
5d65ecaa
GM
9812 * calendar/appt.el (appt-check, appt-make-list): Refer to
9813 diary-view-entries, diary-list-entries, diary-show-all-entries
9814 rather than obsolete aliases.
5d65ecaa 9815
9036363b
CY
98162006-05-12 Chong Yidong <cyd@stupidchicken.com>
9817
9818 * simple.el (line-move-finish): Avoid calling point motion hooks
9819 while processing intangibility.
9820
d041c8c9
DN
98212006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
9822
9823 * term/xterm.el (terminal-init-xterm): Fix typo.
9824
da506f05
RS
98252006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
9826
0625ded0 9827 * allout.el (allout-view-change-hook): Mark as being deprecated,
da506f05
RS
9828 to be replaced by `allout-exposure-change-hook'.
9829 (allout-exposure-change-hook): New, replacing
9830 `allout-view-change-hook'.
9831 (allout-flag-region): Run new hook `allout-exposure-change-hook',
9832 in addition to `allout-view-change-hook'.
47c221f7 9833 (allout-show-bodies, allout-old-style-prefixes)
da506f05
RS
9834 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9835 lambda forms to prevent their showing up in variable help
9836 presentations as inscrutable byte-compiled code.
9837 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9838 Use string-or-null-p to qualify safe-local-variable values.
9839 (allout-reindent-bodies): Use memq to qualify matches against
9840 valid safe-local-variable values. Also, quote the lambda as above.
9841 (allout-use-mode-specific-leader): Add missing candidate-value
9842 symbols, use memq, and quote the lambda.
9843 (allout-overlay-interior-modification-handler): Remove unused
9844 variables `msg' and 'opened'.
9845 (allout-hidden-p): Constrain invisibility consideration to allout's
9846 invisibility spec, disregarding invisibility for other reasons.
9847
e48335de
RS
98482006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
9849
9850 * files.el (version-control): Correct safe values.
9851
340d9945
TTN
98522006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
9853
9854 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
9855
7f0ea399
TTN
9856 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
9857 (ewoc--insert-new-node): New func.
9858 Update callers of deleted funcs to use it, instead.
9859
24557295
GM
98602006-05-11 Glenn Morris <rgm@gnu.org>
9861
9862 * calendar/calendar.el (diary-show-all-entries): Do not refer to
9863 obsolete alias `show-all-diary-entries'.
9864 (make-diary-entry): Not interactive.
9865 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
9866 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9867 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9868 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4a729d58
SM
9869 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9870 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
24557295 9871
c0d3b4da
GM
98722006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9873
9874 * calendar/calendar.el (calendar-french-date-string)
9875 (calendar-mayan-date-string, calendar-chinese-date-string)
9876 (calendar-astro-date-string, calendar-iso-date-string)
9877 (calendar-islamic-date-string, calendar-bahai-date-string)
9878 (calendar-hebrew-date-string, calendar-coptic-date-string)
9879 (calendar-ethiopic-date-string, calendar-persian-date-string):
9880 These functions are not interactive.
9881
942efafa
LT
98822006-05-11 Luc Teirlinck <teirllm@auburn.edu>
9883
9884 * files.el: Balance parentheses.
9885
6fe7b8a4
RS
98862006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
9887
631c8020 9888 * files.el, newcomment.el, outline.el, simple.el,
a30cc07b
JB
9889 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
9890 * progmodes/cc-vars.el, progmodes/compile.el:
4a729d58 9891 Move `safe-local-variable' declarations to the respective files.
631c8020 9892
6fe7b8a4 9893 * help-fns.el (describe-variable): Don't print safe-var if it is
8ba7e540 9894 byte-code. Improve wording as suggested by Luc Teirlinck.
6fe7b8a4 9895
5da4a804
NR
98962006-05-11 Nick Roberts <nickrob@snap.net.nz>
9897
9898 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
942efafa 9899 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
5da4a804
NR
9900 Use a token for pending-triggers to ensure gdb-var-update
9901 gets called once per user input again for pre-GDB 6.4.
9902 (gdb-var-delete): Match on more complex expressions.
942efafa 9903 (gdb-var-list-children-handler, gdb-var-create-handler):
5da4a804
NR
9904 Use a token for consistency.
9905
e3eea843
CD
99062006-05-11 Carsten Dominik <dominik@science.uva.nl>
9907
942efafa 9908 * textmodes/org.el (org-read-date, org-goto-calendar)
4a729d58
SM
9909 (org-agenda-goto-calendar):
9910 Bind `view-calendar-holidays-initially' to nil.
e3eea843 9911
bfbdb5ca
TTN
99122006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9913
9914 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
9915 Update all callers to do it there, instead.
9916
68fdbaf8
GM
99172006-05-10 Glenn Morris <rgm@gnu.org>
9918
9919 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
9920 prefix arg case, to avoid view-diary-entries-initially error.
9921 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9922 (calendar-date-is-legal-p): Handle dates with no day part.
9923
afdf9b26
NR
99242006-05-11 Nick Roberts <nickrob@snap.net.nz>
9925
9926 * comint.el (comint-insert-input): Just make it when
9927 comint-use-prompt regexp is nil (default) and with the mouse.
9928 (comint-copy-old-input): Reinstate from 2004-06-23.
9929 (comint-mode-map): Bind C-c C-m to it.
9930
169f0971
S
99312006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
9932
9933 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
9934 Remove spurious move to point-max (new comint behavior fixes).
9935
9936 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
9937 compatibility function (Emacs 18/19).
9938 (idlwave-is-continuation-line): Always return point at start of
bfbdb5ca 9939 previous non-blank continuation line.
43621386 9940 (keyword-parameters): Fix continued comment font-lock matcher.
169f0971
S
9941 (idlwave-font-lock-fontify-region): Written, use as
9942 font-lock-fontify-region-function, to fix continued keyword
9943 fontification issues.
9944
dec94049
YM
99452006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9946
9947 * term/mac-win.el (mac-font-panel-mode): Doc fix.
9948 (mac-service-selection, mac-service-open-file)
9949 (mac-service-open-selection, mac-service-mail-selection)
9950 (mac-service-mail-to, mac-service-insert-text): Rename from
9951 mac-services-*. All uses changed.
9952 (mac-apple-event-map): Rename event symbol `services' to `service'.
9953
2c246c9f
TTN
99542006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
9955
9956 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
9957 (ewoc--node-enter-first, ewoc--node-enter-last)
9958 (ewoc--delete-node-internal): Merge funcs into unique callers.
9959
ca75c9a2
CY
99602006-05-09 Chong Yidong <cyd@stupidchicken.com>
9961
9962 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
9963 return value of read-from-minibuffer for empty input.
9964
9a4d87c8
MB
99652006-05-09 Miles Bader <miles@gnu.org>
9966
9967 * comint.el (comint-insert-input): Remove redundant calls to setq
9968 and goto-char.
9969
e0c6ac60
NR
99702006-05-10 Nick Roberts <nickrob@snap.net.nz>
9971
9972 * comint.el (comint-insert-input): Make it work when
9973 comint-use-prompt-regexp is t.
9974
99752006-05-10 Miles Bader <miles@gnu.org>
9976
1627b55f 9977 * subr.el (field-at-pos): New function.
e0c6ac60
NR
9978
9979 * comint.el (comint-insert-input): Use it.
9980
fb9d59d8
JL
99812006-05-09 Juri Linkov <juri@jurta.org>
9982
9983 * battery.el (battery-linux-proc-acpi): Also try
9984 `/proc/acpi/thermal_zone/THR2/temperature'.
9985
9986 * files.el <safe-local-variable>: Remove `eval' and `let' binding
9987 for now unused lambda `string-or-null'.
9988
9989 * add-log.el (change-log-default-name): Put `string-or-null-p'
9990 instead of lambda on `safe-local-variable' property.
9991
9992 * diff-mode.el (diff-context->unified): Use `region-beginning' and
9993 `region-end' instead of `mark' and `point'.
9994 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
9995 Operate on region in Transient Mark mode when the mark is active.
9996 Use `region-beginning' and `region-end' instead of `mark' and
9997 `point'.
9998 (diff-hunk-text, diff-goto-source): Doc fix.
9999
10000 * startup.el (fancy-splash-screens, normal-splash-screen): Use
10001 face `mode-line-buffer-id' for mode-line buffer face instead of
10002 hard-coded `(:weight bold)'.
10003
10004 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
10005 buffer-undo-list to t (undo-ask is reproducible by visiting
10006 nested archives).
10007
8ebb843c
KS
100082006-05-09 Kim F. Storm <storm@cua.dk>
10009
10010 * progmodes/grep.el (rgrep): Set default directory of *grep*
10011 buffer if we start M-x rgrep in the *grep* buffer and choose
10012 a different base directory.
10013
b5bbf8f2
MA
100142006-05-09 Michael Albinus <michael.albinus@gmx.de>
10015
10016 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
10017 completion also when ido is loaded.
10018
8c8b1164
MY
100192006-05-09 Masatake YAMATO <jet@gyve.org>
10020
10021 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
10022 "warning" and "import".
10023 (cpp-font-lock-keywords): Added "warning".
10024
a07d147e
DN
100252006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10026
10027 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10028
44a50ffd
SM
100292006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10030
10031 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
10032 pages at a time, if we signal the end, we should indeed reach that end.
10033
100342006-05-08 David Reitter <david.reitter@gmail.com>
10035
10036 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
10037 output during execution of the body.
10038
f615f3a6
KS
100392006-05-08 Kim F. Storm <storm@cua.dk>
10040
10041 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
10042
b1c36c0f
TTN
100432006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
10044
10045 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
10046 Use with-current-buffer.
10047
ed7e6c32
KS
100482006-05-07 Kim F. Storm <storm@cua.dk>
10049
10050 * subr.el (add-to-history): Remove keep-dups arg.
10051
10052 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10053 to nil around call to add-to-history.
10054
ad8a840d
SM
100552006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10056
10057 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10058 than after a buffer modification.
10059
86c4b9a1
NR
100602006-05-08 Nick Roberts <nickrob@snap.net.nz>
10061
10062 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10063 call to...
10064 (gud-watch): ...here so speedbar is raised for already watched
10065 expressions.
10066 (gdb-speedbar-refresh): Delete function.
10067 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10068 Use speedbar-timer-fn instead of speedbar-refresh (reverting
10069 earlier change).
ad8a840d
SM
10070 (gdb-var-evaluate-expression-handler)
10071 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
86c4b9a1
NR
10072
10073 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10074 Update localized contents for all buffers except ignored modes.
10075
cc9945f2
YM
100762006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10077
10078 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10079 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10080 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10081 (mac-handle-font-panel-closed, mac-handle-font-selection):
10082 New functions.
10083 (mac-font-panel-mode): New minor mode.
10084 (mac-apple-event-map): Add bindings for toolbar toggle button and
10085 font panel.
10086 (menu-bar-showhide-menu): Add mac-font-panel-mode.
10087
fe99056f
JPW
100882006-05-07 John Paul Wallington <jpw@pobox.com>
10089
ad8a840d
SM
10090 * ibuffer.el (ibuffer-compressed-file-name-regexp):
10091 Avoid `regexp-opt'; simplify regexp for readability.
fe99056f 10092
40fdc20b
EZ
100932006-05-06 Eli Zaretskii <eliz@gnu.org>
10094
ad8a840d
SM
10095 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10096 * files.el (buffer-stale-function):
10097 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
40fdc20b
EZ
10098 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10099 links to the main manual, not to emacs-xtra.
10100
41f7a85e
YM
101012006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10102
0625ded0 10103 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
41f7a85e
YM
10104 MacJapanese if text is ASCII-only.
10105
9d74382f
NR
101062006-05-06 Nick Roberts <nickrob@snap.net.nz>
10107
10108 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10109 unless so nil isn't returned.
10110 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10111
a1dfdf24
KS
101122006-05-06 Kim F. Storm <storm@cua.dk>
10113
10114 * subr.el (add-to-history): New function.
10115
10116 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10117 (ediff-merge-files-with-ancestor):
10118 * env.el (setenv):
10119 * isearch.el (isearch-update-ring):
10120 * server.el (server-visit-files):
10121 * progmodes/grep.el (lgrep, rgrep):
10122 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10123 * progmodes/xscheme.el (xscheme-insert-expression):
10124 Use add-to-history.
10125
10126 * kmacro.el (kmacro-push-ring): Use add-to-history.
10127 (kmacro-ring-length): Remove unused defun.
10128 (kmacro-start-macro): Use kmacro-push-ring.
10129
d91bd17c
TTN
101302006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
10131
10132 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10133 directly instead of a lambda expression that calls it.
10134
0c51c06f
KS
101352006-05-06 Kim F. Storm <storm@cua.dk>
10136
10137 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10138 instead of compute-motion.
10139
c7f5c0a8
DN
101402006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
10141
10142 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10143 change.
10144
2dca98f3
RS
101452006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
10146
10147 * startup.el (command-line-1): Refer to "Pure Storage" on
10148 pure-space-overflow.
10149
3dfed653
EZ
101502006-05-05 Martin Rudalics <rudalics@gmx.at>
10151
10152 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10153 provided faces once they all have been used up.
10154
8e7a9a24
EZ
101552006-05-05 Eli Zaretskii <eliz@gnu.org>
10156
10157 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10158 reference to the Lisp manual to the warning about pure space
10159 overflow.
10160
28b257dc 101612006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9de0eeda
EZ
10162
10163 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10164 argument to avoid the call to `ispell-internal-change-dictionary'
10165 when not needed.
10166 (ispell-change-dictionary): Use this argument and call
10167 `ispell-internal-change-dictionary' after the possible change
10168 to `ispell-local-dictionary'.
10169 (ispell-internal-change-dictionary): Check for a change in
10170 personal dictionary use too.
9de0eeda 10171
a12aece3
EZ
101722006-05-05 Eli Zaretskii <eliz@gnu.org>
10173
1df1e49e
EZ
10174 * startup.el (command-line): On MS-Windows, probe "~", not
10175 "~USER", for warning about non-existent home directory
10176
a12aece3
EZ
10177 * arc-mode.el (archive-l-e): New optional argument `float' means
10178 generate a float value.
10179 (archive-arc-summarize, archive-lzh-summarize)
10180 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10181 with 3rd argument non-nil when file's size is being computed.
10182 Format the file sizes with %8.0f instead of %8d.
10183
ef0154b5
YM
101842006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10185
10186 * cus-start.el (all): Add mac-dnd-known-types.
10187
0625ded0 10188 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
ef0154b5
YM
10189 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10190 (mac-TIFF-to-string): New functions.
ef0154b5
YM
10191 (x-get-selection, x-selection-value)
10192 (mac-select-convert-to-string): Use them.
43621386 10193 (mac-text-encoding-mac-japanese-basic-variant): New constant.
ef0154b5
YM
10194 (mac-dnd-types-alist): New customization variable.
10195 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10196 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10197 (mac-dnd-handle-drag-n-drop-event): New functions.
10198 (mac-drag-n-drop): Remove function.
10199 (global-map): Bind drag-n-drop and M-drag-n-drop to
10200 mac-dnd-handle-drag-n-drop-event.
10201
cbe8cf2a
SM
102022006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
10203
10204 * progmodes/perl-mode.el (perl-beginning-of-function):
10205 Skip anonymous subs.
10206
f5c0ef7b
DN
102072006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
10208
4e0299e5
DN
10209 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10210 regexp-opt at run time.
10211
f5c0ef7b
DN
10212 * term.el (term-handle-ansi-escape): Fix off by one error.
10213
6dea78a8
NR
102142006-05-04 Nick Roberts <nickrob@snap.net.nz>
10215
10216 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10217 (gdb-init-1, gdb-post-prompt): ...and references to it.
10218 (gdb-frame-handler): Strip directory name from filename if present.
10219
10220 * progmodes/gud.el (gdb-force-update): Delete defvar
10221 (gud-speedbar-buttons): ...and references to it. Use window-start
10222 to try to keep positon in watch expression.
10223
e4a9a1cf
RS
102242006-05-03 Richard Stallman <rms@gnu.org>
10225
889a04e7
RS
10226 * simple.el (next-history-element, previous-history-element): Doc fix.
10227
e4a9a1cf
RS
10228 * isearch.el (isearch-update-ring): Doc fix.
10229
5719a99d
DN
102302006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
10231
10232 * isearch.el (isearch-update-ring): Take history-delete-duplicates
0625ded0 10233 into consideration. Replace one arm ifs with whens.
5719a99d 10234
cea3f866
NR
102352006-05-03 Nick Roberts <nickrob@snap.net.nz>
10236
10237 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10238 (menu): Fix typo.
10239
bc16bf5e
MB
102402006-05-02 Miles Bader <miles@gnu.org>
10241
10242 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10243
35edc821
JB
102442006-05-02 Jay Belanger <belanger@truman.edu>
10245
0625ded0 10246 * calc/calc-embed.el (calc-override-minor-modes-map)
35edc821
JB
10247 (calc-override-minor-modes): New variables.
10248 (calc-do-embedded): Make sure that Calc keystrokes aren't
10249 overwritten by minor modes.
10250
72fa72ac
CY
102512006-05-02 Chong Yidong <cyd@mit.edu>
10252
cbe8cf2a 10253 * msb.el (msb): If EVENT is a down event, read and discard the up event.
72fa72ac 10254
31cf286f
RS
102552006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10256
4f308f73
RS
10257 * startup.el (command-line-1): Refer to Lisp manual when
10258 pure-space-overflow occurs.
10259
cbe8cf2a
SM
10260 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10261 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10262 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10263 (version-control): Don't use `t' for safe-local-variable declarations.
31cf286f 10264
4bc1b836
RS
102652006-05-01 Richard Stallman <rms@gnu.org>
10266
90b57156
RS
10267 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10268 M-r, M-R, M-A, M-SPC or M-DEL.
10269 (diff-mode-map): diff-refine-hunk now on C-c C-w
10270 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10271
4bc1b836
RS
10272 * help-mode.el (help-mode): view-exit-action calls delete-window
10273 only when it is safe and possible.
10274
10275 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10276 in messages.
10277
10278 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10279
10280 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10281 in the default tool-bar-map.
10282
a01b1e22
MA
102832006-05-01 Michael Albinus <michael.albinus@gmx.de>
10284
10285 * net/tramp.el (tramp-completion-file-name-handler-alist)
10286 (tramp-run-real-handler, tramp-completion-run-real-handler)
10287 (tramp-completion-handle-file-name-all-completions)
10288 (tramp-completion-handle-file-name-completion): Autoload them.
10289 (tramp-completion-handle-file-exists-p)
10290 (tramp-completion-handle-file-name-directory)
10291 (tramp-completion-handle-file-name-nondirectory)
10292 (tramp-completion-handle-expand-file-name): Remove them.
41a2f8ba
KS
10293 (tramp-handle-file-name-directory): Return the real directory name.
10294 Returning "/" only doesn't need to be necessary any longer.
a01b1e22
MA
10295 (tramp-file-name-handler): Make special attention when in hostname
10296 completion mode.
cbe8cf2a
SM
10297 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10298 (tramp-register-file-name-handlers):
10299 Register `tramp-completion-file-name-handler' only when
10300 `partial-completion-mode' is enabled.
41a2f8ba
KS
10301 (tramp-completion-handle-file-name-all-completions):
10302 Delete directory part from results.
a01b1e22
MA
10303 (tramp-get-completion-methods, tramp-get-completion-user-host):
10304 Discard deleting "/", it doesn't work after the change of
10305 `tramp-handle-file-name-directory' above.
10306
820f5fec
KS
103072006-05-01 Kim F. Storm <storm@cua.dk>
10308
41a2f8ba
KS
10309 * progmodes/grep.el (grep-expand-template): Use save-match-data
10310 and symbol-value.
820f5fec 10311
c1eb34c2
YM
103122006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10313
cbe8cf2a
SM
10314 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10315 Use select-frame-set-input-focus instead of raise-frame.
c1eb34c2
YM
10316 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10317
2c3981da
NR
103182006-05-01 Nick Roberts <nickrob@snap.net.nz>
10319
10320 * progmodes/gud.el (gud-def): Add %c case.
cea3f866 10321 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2c3981da
NR
10322 (gud-format-command): Make match case sensitive. Match on %F.
10323
e1cce4cf
GM
103242006-04-30 Glenn Morris <rgm@gnu.org>
10325
10326 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10327 (cal-tex-preamble): Use cal-tex-preamble-extra.
10328 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10329 than alias `list-diary-entries'.
10330
084a6638
DN
103312006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
10332
10333 * help-fns.el (describe-variable): Add info about safe local variables.
10334
41c8e348
RS
103352006-04-29 Richard Stallman <rms@gnu.org>
10336
eadb9d45 10337 * bindings.el (mode-line-format): help-echo doc fixes.
af0efc3f 10338
41c8e348
RS
10339 * net/tramp.el (tramp-file-name-handler-alist): Delete
10340 expand-file-name and other operations that can cause spurious loading.
10341
80aa4695
SM
103422006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10343
10344 * files.el (safe-local-variable-p): Remove support for the special
10345 value t.
10346
10347 * textmodes/paragraphs.el (sentence-end-without-space):
10348 Fix safety predicate.
10349 (sentence-end-double-space, sentence-end-without-period)
10350 (paragraph-ignore-fill-prefix):
10351 * textmodes/fill.el (colon-double-space):
10352 * abbrev.el (abbrev-mode): Tighten the safety predicate.
10353
10354 * subr.el (booleanp): New fun.
10355
10356 * textmodes/reftex-vars.el (reftex-guess-label-type):
10357 Tighten the safety predicate.
10358
264e9689
KS
103592006-04-28 Kim F. Storm <storm@cua.dk>
10360
10361 * progmodes/grep.el (defgroup grep): Doc fix.
10362 (grep-auto-highlight): Remove.
10363 (grep-template): New defcustom.
10364 (grep-find-template): Rename from grep-tree-template.
10365 (grep-files-aliases): Rename from grep-tree-files-aliases.
10366 Remove "all" alias, add "l" alias.
10367 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10368 (grep-find-ignored-directories): New defcustom to replace
10369 grep-tree-ignore-CVS-directories, to facilitate ignoring
10370 subdirectories for multiple version control systems.
10371 (grep-mode-map): Add Recursive grep item to GREP menu.
10372 (grep-regexp-history, grep-files-history): New defvars.
10373 (grep-probe): New helper function.
10374 (grep-compute-defaults): Use it to simplify code.
10375 Adapt to name changes.
10376 Use `.' as base in grep-find-template rather than <D>.
10377 (grep): Remove superfluous highlight-regexp arg. Fix doc.
10378 Call grep-compute-defaults unconditionally.
10379 (grep-expand-keywords): New defconst.
10380 (grep-expand-template): Rename from grep-expand-command-macros.
10381 Simplify via grep-expand-keywords. Look at case-fold-search instead
10382 of grep-tree-ignore-case to add -i option.
10383 Bind case-fold-search to nil while matching keywords.
10384 (grep-tree-last-regexp, grep-tree-last-files): Remove.
10385 (grep-read-regexp, grep-read-files): New helper functions.
10386 (rgrep): Rename from grep-tree. Rework to use proper histories.
10387 Adapt to changes in defcustoms and functions above.
41a2f8ba 10388 (lgrep): New command, as grep, but using same interactive UI as rgrep.
264e9689 10389
1ecc6145
MA
103902006-04-28 Michael Albinus <michael.albinus@gmx.de>
10391
80aa4695
SM
10392 * net/tramp.el (tramp-completion-file-name-handler):
10393 Disable Tramp's functionality while loading Tramp itself.
10394 (tramp-register-file-name-handlers): That's a defsubst now.
10395 Code from `tramp-repair-jka-compr' moved here. Apply it via
1ecc6145 10396 `after-init-hook'.
80aa4695 10397 (tramp-repair-jka-compr): Remove.
1ecc6145 10398
a48b489e
JB
103992006-04-27 Jay Belanger <belanger@truman.edu>
10400
10401 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10402 read expression when `math-read-big-expr' doesn't work.
10403
cb58ea33
RS
104042006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
10405
10406 * startup.el (command-line-1): Display warning when
10407 pure-space-overflow is non-nil.
10408
991767e7
RW
104092006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10410
10411 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10412 risky.
10413
104142006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10415
10416 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10417 Return the URL or nil if none can be generated.
10418
4a113e3f
NR
104192006-04-27 Nick Roberts <nickrob@snap.net.nz>
10420
10421 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10422 byte compiler warnings.
10423 (gud-basic-call, gud-find-expr): Let user select an expression
10424 for printing. Print expression as well as value in GUD buffer.
10425
8570ce80
SM
104262006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
10427
10428 * allout.el: Remove local autoload declaration for
10429 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10430 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10431 (allout-plain-bullets-string, allout-distinctive-bullets-string)
10432 (allout-use-mode-specific-leader, allout-old-style-prefixes)
10433 (allout-stylish-prefixes, allout-numbered-bullet)
10434 (allout-file-xref-bullet, allout-presentation-padding)
10435 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10436 safe-local-variable with suitable value spec, and add autoload
10437 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
10438 (move-beginning-of-line, move-end-of-line): Repair so these compat
10439 functions now actually resituate the point, when appropriate.
10440
0739a962
SM
104412006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10442
be12bc57
SM
10443 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10444
0739a962
SM
10445 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10446 (add-log-iso8601-time-string): Fix call to format-time-string.
10447
5a56121f
KS
104482006-04-26 Kim F. Storm <storm@cua.dk>
10449
10450 * subr.el (posn-string, posn-image, posn-object): Doc fix.
10451
0db097a5
MY
104522006-04-26 Masatake YAMATO <jet@gyve.org>
10453
5a56121f 10454 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
1bf5b5be 10455 Add support for "//" style comments. Remove `b' flag
0db097a5
MY
10456 from ?* in `asm-mode-syntax-table'.
10457
d1921057
SM
104582006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10459
08a1dbe6
SM
10460 * follow.el: Use (featurep 'xemacs) everywhere.
10461 (follow-mode): Use define-minor-mode.
10462 (follow-mode-map): Move initialization into the declaration.
10463 Use command remapping.
10464 (follow-emacs-version-xemacs-p): Remove.
10465 (follow-submit-feedback): Remove.
10466
7e5d77dc
SM
10467 * allout.el (allout-layout, allout-passphrase-verifier-string)
10468 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10469
0a206828
SM
10470 * textmodes/reftex-vars.el (reftex-vref-is-default)
10471 (reftex-fref-is-default, reftex-guess-label-type):
10472 Tighten up a bit the safety predicate.
10473
49011d46
SM
10474 * textmodes/paragraphs.el (sentence-end-double-space)
10475 (sentence-end-without-period, sentence-end-without-space)
10476 (page-delimiter, paragraph-ignore-fill-prefix):
10477 Tighten up a bit the safety predicate.
10478
a1c43d02
SM
10479 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10480
45e46cb7
SM
10481 * progmodes/python.el (python-continuation-line-p)
10482 (python-beginning-of-statement): syntax-ppss may return
10483 a negative depth.
a1c43d02 10484 (python-mode): Don't forcefully enable font-lock.
45e46cb7 10485
72c0b9b8
SM
10486 * time-stamp.el (time-stamp-start, time-stamp-end)
10487 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10488
d1921057
SM
10489 * add-log.el: Remove spurious * in docstrings.
10490 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10491 (add-change-log-entry): Use it here, since it's not specific
10492 to iso8601.
10493 (add-log-iso8601-time-string): Don't use it here any more.
10494 (change-log-indent-text, change-log-indent): Rename from add-log-*.
10495
10496 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10497
02f47e86
MB
104982006-04-25 Ryan Yeske <rcyeske@gmail.com>
10499
10500 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10501 (rcirc-toggle-low-priority): Doc fix.
10502 (rcirc-handler-NOTICE): Remove beginning of line anchor in
10503 ChanServ regexp.
10504 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10505 #emacs.
10506 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10507 (rcirc-decode-coding-system): Use utf-8 as the default.
10508 (rcirc-multiline-minor-mode): Set the fill-column.
10509 (rcirc-format-response-string): Display bright and dim nicks.
10510 (rcirc-browse-url): Update interactive spec to fill ARG.
10511 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10512 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10513
19f0b8b5
S
105142006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
10515
10516 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10517 case for @Article, etc.
10518
8c04e197
MA
105192006-04-23 Michael Albinus <michael.albinus@gmx.de>
10520
10521 * net/tramp.el (tramp-register-file-name-handlers): New defun.
10522 Added with autoload cookie.
d1921057 10523 (tramp-unload-file-name-handlers): Rename from
8c04e197
MA
10524 `tramp-unload-file-name-handler-alist'.
10525
7fcece57
RF
105262006-04-23 Romain Francoise <romain@orebokech.com>
10527
10528 * comint.el (comint-match-partial-filename): Doc fix.
10529
cc6e521e
GM
105302006-04-21 Glenn Morris <rgm@gnu.org>
10531
10532 * calendar/cal-menu.el (calendar-mode-map): Refer to
10533 `diary-view-entries' rather than alias `view-diary-entries'.
10534 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10535
a9b2b70f
LT
105362006-04-21 Luc Teirlinck <teirllm@auburn.edu>
10537
10538 * progmodes/antlr-mode.el (antlr-default):
10539 * cus-edit.el (custom-documentation):
10540 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10541 in defface.
10542
95797ede
KS
105432006-04-21 Kim F. Storm <storm@cua.dk>
10544
10545 * image.el (image-type): New defun split out of create-image.
10546 (create-image): Use it.
10547
90c14869
CD
105482006-04-21 Carsten Dominik <dominik@science.uva.nl>
10549
d1921057 10550 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
90c14869
CD
10551 (org-open-at-point): Remove the "...done" message to keep output
10552 in the echo area visible.
65826b47 10553 (org-export-as-xoxo): Fix call to `indent-region'.
90c14869 10554
72ffd9d0
EZ
105552006-04-21 Kevin Ryde <user42@zip.com.au>
10556
10557 * international/mule.el (keyboard-coding-system): defcustom
10558 info-link fixes: "Specify Coding" has been split, keyboard now in
10559 "Terminal Coding", and "Single-Byte Character Support" is now
10560 "Unibyte Mode".
10561
bf49275d
NR
105622006-04-21 Nick Roberts <nickrob@snap.net.nz>
10563
95797ede 10564 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
bf49275d
NR
10565 Use font-lock-warning-face for any errors e.g. no stack.
10566 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10567
be2c62b3
DN
105682006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
10569
7fe9a6e3
DN
10570 * progmodes/sh-script.el (sh-shell): Mark as safe.
10571
be2c62b3
DN
10572 * newcomment.el (comment-start, comment-start-skip)
10573 (comment-end-skip, comment-end): Mark as safe.
10574
b744e319
CD
105752006-04-20 Carsten Dominik <dominik@science.uva.nl>
10576
1bf5b5be 10577 * textmodes/org.el (org-deadline-announce): Face removed.
d1921057 10578 (org-level-faces, org-n-levels): Convert to constant.
01017e7c
RF
10579 (org-compatible-face): New function.
10580 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10581 (org-level-5, org-level-6, org-level-7, org-level-8)
10582 (org-special-keyword, org-warning, org-headline-done, org-link)
10583 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10584 (org-scheduled-today, org-scheduled-previously, org-time-grid):
b744e319 10585 Face definition revised for better color tty support.
01017e7c
RF
10586 (org-bold-re, org-italic-re, org-underline-re): New constants.
10587 (org-set-font-lock-defaults): Use the new constants.
10588 (org-agenda-highlight-todo): New function.
d1921057 10589 (org-agenda-todo): Fix bug with point at end of line.
01017e7c 10590 (org-agenda-change-all-lines, org-finalize-agenda-entries):
b744e319 10591 Fontify TODO keywords.
01017e7c
RF
10592 (org-insert-link): Preserve relative path in ../ links.
10593 (org-export-as-html): Convert links pointing to .org files into
b744e319 10594 links that will work beteen the exported HTML files.
01017e7c
RF
10595 (org-todo-list): Fix bug when arg=0.
10596 (org-insert-heading): More fine-tuning.
b744e319 10597
f948ab6c
RF
105982006-04-19 Romain Francoise <romain@orebokech.com>
10599
10600 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10601 from `rmail-mime-charset-pattern'.
10602
0fea1d10
DN
106032006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10604
10605 * progmodes/python.el (python-mode): Fix typo.
10606
014513ef
S
106072006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
10608
10609 * comint.el (comint-previous-input): Don't clobber input line
10610 when moving off either end of the input history ring.
10611 (comint-delete-input): New function, used by
10612 `comint-previous-input' and others.
d1921057
SM
10613 (comint-previous-matching-input):
10614 Use `coming-delete-input'. Save the partial input if leaving the
014513ef
S
10615 edit line. Goto point-max before deleting input to avoid
10616 partial input fragments hanging around.
d1921057 10617 (comint-restore-input): New function, used by `comint-previous-input'.
014513ef 10618
7edd10ca
LT
106192006-04-18 Luc Teirlinck <teirllm@auburn.edu>
10620
10621 * imenu.el (imenu--index-alist): Balance parentheses.
10622
3398a4ae
DN
106232006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10624
d1921057 10625 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3398a4ae 10626
ec7793c3
RS
106272006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
10628
10629 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10630 file is nil.
10631
290e4aae
RS
106322006-04-18 Richard Stallman <rms@gnu.org>
10633
10634 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10635
10636 * imenu.el (imenu-create-index-function, imenu--index-alist)
10637 (imenu--last-menubar-index-alist, imenu--make-index-alist)
10638 (imenu-default-create-index-function, imenu--generic-function):
10639 Doc fixes.
10640
10641 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10642
10643 * help-mode.el (help-mode): Set view-exit-action to delete window.
10644
10645 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
10646 now works by passing nil as arg.
10647
10648 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10649
10650 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10651 (read-abbrev-file): Provide default when reading filename.
10652
10653 * files.el (enable-local-variables): Allow :all as value.
10654 (hack-local-variables): Implement that value.
10655 (safe-local-variable-values, safe-local-eval-forms)
10656 (enable-local-variables): Mark as risky.
10657 (find-file-visit-truename, kept-old-versions): Mark safe.
10658
10659 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10660 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10661 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10662
8d85a565
SM
106632006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10664
75669e02
SM
10665 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10666 Use forward-line so as to get to BOL even in the presence of fields.
10667 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10668 in return.
10669 (inferior-tcl): Tell tclsh to work in interactive mode.
10670
8d85a565
SM
10671 * complete.el (partial-completion-mode):
10672 Use 'choose-completion-string-functions to make sure that
10673 choose-completion fills the minibuffer properly.
10674
10675 * complete.el (PC-old-read-file-name-internal): Remove.
10676 (PC-read-include-file-name-internal): Remove. Turn it into an advice
10677 of read-file-name-internal.
10678 (partial-completion-mode): Enable/disable this advice.
10679
348f73b0
JB
106802006-04-18 Juanma Barranquero <lekktu@gmail.com>
10681
10682 * net/tramp.el (tramp-completion-file-name-handler): Revert change
10683 of 2006-04-17.
10684
87acbfda
CD
106852006-04-18 Carsten Dominik <dominik@science.uva.nl>
10686
348f73b0 10687 * textmodes/org.el (org-insert-heading): Insert heading before
87acbfda
CD
10688 current if at beginning of line.
10689 (org-todo, org-date): New faces.
10690 (org-table-align): Make sure tooltip window contains full text.
10691 (org-no-properties): New defsubst.
10692 (org-set-font-lock-defaults): Use new faces.
10693
791223f7
NR
106942006-04-18 Nick Roberts <nickrob@snap.net.nz>
10695
10696 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10697 for root variables.
10698
10699 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10700 (gdb-frame-address): Re-use to identify frame for watch expression.
10701 (gdb-var-list, gdb-var-create-handler): Add frame address for root
10702 variables.
d1921057 10703 (gdb-init-1, gdb-source, gdb-post-prompt)
791223f7
NR
10704 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10705 (gdb-frame-handler): Get gdb-frame-address.
10706
85806390
MA
107072006-04-17 Michael Albinus <michael.albinus@gmx.de>
10708
10709 Sync with Tramp 2.0.53.
10710
10711 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
e24f9e5a 10712 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
85806390
MA
10713 (tramp-completion-file-name-handler): Add autoload cookie for
10714 adding to `file-name-handler-alist'.
10715
10716 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10717 the prompt. If it returns earlier (when detecting an error
10718 message), the rest of the output will merge accidently with the
10719 output of the next command. Reported by M Jared Finder
10720 <jared@hpalace.com>.
10721
10722 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10723 for `process-file', in order to let it work for older Emacsen too.
10724
587043f8
SM
107252006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
10726
10727 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10728 (tex-font-lock-keywords-3): Use it.
10729
b433a560
SM
107302006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10731
10732 * newcomment.el (comment-add): New function.
10733 (comment-region-default, comment-dwim): Use it.
10734
51fa34bc
MB
107352006-04-15 Michael Olson <mwolson@gnu.org>
10736
10737 * emacs-lisp/tq.el: Improve comments.
10738 (tq-queue-head-question): New accessor function.
10739 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10740 Update for modified queue structure.
10741 (tq-queue-add): Accept `question' argument.
10742 (tq-queue-pop): If a question is pending, send it.
b433a560
SM
10743 (tq-enqueue): Accept new optional argument `delay-question'.
10744 If this is non-nil, and at least one other question is pending a
51fa34bc
MB
10745 response, queue the question rather than sending it immediately.
10746
10ceef7a
RW
107472006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10748
10749 * calendar/appt.el (appt-add): Check whether an appointment is
f70a96b0 10750 already present in appt-time-msg-list. Simplify code.
10ceef7a 10751
58bd8740
SM
107522006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10753
10754 * progmodes/cc-langs.el (c-mode-menu):
10755 Don't presume c-subword-mode is bound.
10756
994019df
BW
107572006-04-13 Bill Wohler <wohler@newt.com>
10758
58bd8740 10759 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
994019df
BW
10760 (customize-package-emacs-version): Use cdr instead of cadr now
10761 that alists use dotted pairs.
10762
10763 * custom.el (defcustom): Fix docstring for :package-version.
10764
32f9593c
MA
107652006-04-13 Michael Albinus <michael.albinus@gmx.de>
10766
10767 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10768 (tramp-handle-shell-command): Display output buffer only when
10769 `tramp-display-shell-command-buffer' is true.
10770 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10771
bb1d56c8
CD
107722006-04-13 Carsten Dominik <dominik@science.uva.nl>
10773
10774 * textmodes/org.el (org-set-autofill-regexps): Set only the local
10775 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10776
501719af
RF
107772006-04-13 Romain Francoise <romain@orebokech.com>
10778
10779 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10780 leaving temporary .cvsignore buffers behind.
10781
fd4545a0
CD
107822006-04-13 Carsten Dominik <dominik@science.uva.nl>
10783
1bf5b5be 10784 * textmodes/org.el (org-set-regexps-and-options)
58bd8740 10785 (org-get-current-options): Better names for the startup folding
fd4545a0
CD
10786 options.
10787
1867d8cb
TTN
107882006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
10789
10790 * vc.el (vc-annotate): Arrange for point to end up at the same
10791 line number as in the original, but only when using a new buffer.
10792
72dcf679 107932006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
cda4c00b 10794
58bd8740
SM
10795 * files.el (hack-one-local-variable-eval-safep):
10796 Recognize `edebug-form-spec' for `put', but only if it passes
cda4c00b
EZ
10797 `edebug-basic-spec'. Generalize `put' handling.
10798
10799 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10800 vetting file-local form specs.
10801
10802 * allout.el (allout-layout): Autoload its `safe-local-variable'
10803 property.
10804
8d2fb829
CD
108052006-04-13 Carsten Dominik <dominik@science.uva.nl>
10806
1bf5b5be 10807 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
8d2fb829
CD
10808 (org-agenda-mouse-1-follows-link)
10809 (org-mouse-1-follows-link): New options.
58bd8740 10810 (org-format-agenda-item): Fix bug if TAGS is nil.
8d2fb829
CD
10811 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10812
25acaa6c
NR
108132006-04-13 Nick Roberts <nickrob@snap.net.nz>
10814
1867d8cb 10815 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
25acaa6c
NR
10816 GDB 6.1+ gives full filename for "info sources" so use
10817 file-name-nondirectory.
10818
7c447c3f
RF
108192006-04-12 Romain Francoise <romain@orebokech.com>
10820
10821 * subr.el (read-passwd): Bind `message-log-max' to nil.
10822
16a3b9b7
SM
108232006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10824
10825 * progmodes/perl-mode.el (perl-indent-new-calculate):
10826 Recompute parse-start after jumping backward by a whole sexp.
10827
8a8f8697
SM
108282006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10829
10830 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10831 window configuration.
10832 (vc-annotate-display-select): Select the buffer so that current-buffer
10833 (and selected-window) is the output buffer at the end of vc-annotate.
10834
e2db3e59
S
108352006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
10836
8a8f8697 10837 * vc.el (vc-annotate-color-map): Add custom TTY color map for
e2db3e59
S
10838 8-color terminals, to use all of the colors in a sensible order.
10839 256-color terminals work well with the standard map.
10840 (vc-annotate-lines): Only strip the first color character if it
10841 is "#", to allow for terminal-style named colors.
10842 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10843 the correct buffer is scrolled.
10844
aa9addfa
RS
108452006-04-11 Richard Stallman <rms@gnu.org>
10846
10847 * emacs-lisp/bytecomp.el (byte-compile-file):
10848 Bind enable-local-variables to :safe, and make normal-mode obey it.
10849
10850 * files.el (enable-local-variables): Allow value :safe.
10851 (normal-mode): Doc fix.
10852 (hack-local-variables): Implement enable-local-variables = :safe.
10853 (hack-local-variables-confirm): Don't prevent quitting.
10854
866d0913
SM
108552006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10856
ab215e72
SM
10857 * loadhist.el (unload-feature): A bit of sanity check of
10858 load-history entries. Cancel timer-vars before unbinding them.
10859
37dc4767
SM
10860 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
10861 quote special chars, and make the trick work on the hex part of the
10862 buffer as well.
10863 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
10864 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
10865
866d0913
SM
10866 * startup.el (normal-splash-screen): Fix last change so we don't wait
10867 2 minutes if we don't show the splash screen.
10868
8a70fed7
CD
108692006-04-11 Carsten Dominik <dominik@science.uva.nl>
10870
83163ec7 10871 * textmodes/org.el (org-export-plain-list-max-depth)
8a70fed7
CD
10872 (org-table-spaces-around-separators)
10873 (org-radio-targets, org-activate-camels)
10874 (org-table-spaces-around-invisible-separators): Options removed.
10875 (org-time-stamp-rounding-minutes, org-remember-templates)
83163ec7
JB
10876 (org-ellipsis, org-activate-links, org-descriptive-links):
10877 New options.
8a70fed7
CD
10878 (org-remember-apply-template, org-current-time)
10879 (org-finish-edit-table-field)
10880 (org-link-unescape, org-link-escape)
10881 (org-string-width, org-table-clean-line, org-html-do-expand)
10882 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
10883 (org-read-agenda-file-list): New functions.
10884 (org-table-edit-field)
10885 (org-table-create-or-convert-from-region): New commands
10886 (org-table-toggle-vline-visibility): Command removed.
10887 (org-table-convert-region): Made a command.
866d0913
SM
10888 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
10889 Replace with the normal org- functions.
8a70fed7
CD
10890 (org-self-insert-command): Don't trigger realign unnecessarily
10891 when blanking a field that is not full.
10892 (org-mode): `Set buffer-invisibility-spec' for links.
10893 (org-activate-links2): Hide link part and only show descriptive
10894 part of the link.
866d0913 10895 (org-insert-link): Modify for new linking system.
8a70fed7
CD
10896 (org-store-link): Store description separately, for use by
10897 `org-insert-link'.
10898 (org-table-align): Use `org-string-width'.
10899 (defgroup): Completely new group structure for custom variables.
10900 (org-agenda-files): Option: Single file name allowed. Function:
10901 Optional argument unrestrited means ignore any restricitons.
10902 (org-install-agenda-files-menu): Find a buffer in Org-mode before
10903 trying to modify the menu. Use generalized access to
10904 `org-agenda-files.'
10905 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
10906 (org-agenda-file-to-front, org-remove-file, org-diary)
10907 (org-tags-view, org-export-icalendar-all-agenda-files)
10908 (org-export-icalendar-combine-agenda-files): Use generalized
10909 access to `org-agenda-files'.
10910 (org-remember-handler): Correctly preserve heading if present.
10911 (org-table-insert-row, org-table-insert-hline): Deal with
10912 invisible characters.
10913
e2db3e59
S
109142006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
10915
10916 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
10917 (vc-annotate-color-map): New 18 element constant
10918 value/saturation, rotating hue colormap, from red->blue.
10919 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
10920 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
10921 (vc-annotate): To avoid killing the required local variables,
10922 set them before the end of `with-output-to-temp-buffer', and
10923 after first switching to annotate-mode.
10924 (vc-annotate-warp-version): Add buffer argument in goto-line to
10925 ensure annotation, not source, is scrolled.
10926
1d22fabd
BW
109272006-04-10 Bill Wohler <wohler@newt.com>
10928
83163ec7
JB
10929 * custom.el (defcustom, custom-handle-keyword):
10930 Add :package-version keyword.
10931 (custom-add-package-version): New function. Sets value of new
4e9c705e 10932 property 'custom-package-version from :package-version keyword.
81117bdd
BW
10933 (defcustom): Create Common Keywords section in docstring.
10934 (defface, defgroup): Replace definitions of a select few keywords
10935 with a reference to the Common Keywords in defcustom.
10936 (defcustom, defface, defgroup): Replace reference to Customization
10937 chapter in manual with hyperlink.
4e9c705e 10938
8d4bf0e5 10939 * cus-edit.el (customize-package-emacs-version-alist): New variable.
4e9c705e
BW
10940 (customize-changed-options): Add check for custom-package-version.
10941 (customize-package-emacs-version): New function to look up Emacs
10942 version corresponding to the given package version.
10943
1d22fabd
BW
10944 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
10945 defun name, in similar fashion to find-variable-regexp.
10946
978781a5
EZ
109472006-04-10 Eli Zaretskii <eliz@gnu.org>
10948
10949 * international/mule-cmds.el (set-locale-environment): Fix last
866d0913 10950 change for when the locale's preferences don't specify any encoding.
978781a5 10951
2b690e5b
SM
109522006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10953
10954 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
10955 so the defined var/fun doesn't need to be quoted.
10956
c9fdebdf
RS
109572006-04-10 Richard Stallman <rms@gnu.org>
10958
10959 * finder.el (finder-mode-map): Add n and p bindings.
10960
d9316f5c
NR
109612006-04-10 Nick Roberts <nickrob@snap.net.nz>
10962
10963 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
10964 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
10965 (gdb-setup-windows): Put something in source window if we can't find
10966 the source file.
10967 (gdb-frame-handler): Make it work again with just assembly.
10968 (gdb-data-list-register-values-handler): Make it work when there is
10969 no stack.
10970
8803c4f4
RS
109712006-04-09 Richard Stallman <rms@gnu.org>
10972
4f07f2e8
RS
10973 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
10974 specs while looking for charset.
10975
8803c4f4
RS
10976 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
10977
10978 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10979 Make them faces.
10980 (lm-font-lock-keywords): Update appropriately.
10981
6c230417
KS
109822006-04-10 Kim F. Storm <storm@cua.dk>
10983
10984 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
10985 it can also replace buffer-substring-no-properties.
10986
10987 * emulation/cua-base.el (cua-delete-region, cua-paste)
10988 (cua-repeat-replace-region): Use filter-buffer-substring.
10989
10990 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10991 (cua-cut-region-to-global-mark): Likewise.
10992
10993 * emulation/cua-rect.el (cua--extract-rectangle)
10994 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
10995
88e51189
RW
109962006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10997
10998 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
10999 entry-type. Add field delimiters to numerical fields if they are
11000 not present.
11001
110022006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11003
11004 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
11005 string-const to return value.
11006 (bibtex-remove-delimiters): Use it.
6c230417 11007
67438f77
SM
110082006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11009
11010 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
11011 cl-byte-compile-compiler-macro unless it exists.
11012
cf5cbca4
EZ
110132006-04-08 Eli Zaretskii <eliz@gnu.org>
11014
67438f77
SM
11015 * files.el (hack-local-variables-confirm) <offer-save>:
11016 Clarify message text. Suggested by Ralf Angeli.
cf5cbca4 11017
4fc9bd56 110182006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5c831ccd
EZ
11019
11020 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
11021 (delete-extract-rectangle-line): Use `filter-buffer-substring'
11022 instead of `buffer-substring' and `delete-region'. (Most of the
11023 code actually copied from `kill-region'.)
11024
a2524d26
EZ
110252006-04-08 Ryan Yeske <rcyeske@gmail.com>
11026
11027 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
11028 (rcirc-default-port): Rename from rcirc-port.
11029 (rcirc-default-nick): Rename from rcirc-nick.
11030 (rcirc-default-user-name): Rename from rcirc-user-name.
11031 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
11032 (rcirc-low-priority-flag): New variable.
11033 (rcirc-decode-coding-system): New defcustom.
11034 (rcirc-encode-coding-system): New defcustom.
11035 (rcirc-coding-system-alist): New defcustom.
11036 (rcirc-multiline-major-mode): New defcustom.
11037 (rcirc-nick): New internal variable.
11038 (rcirc-process): Remove variable.
11039 (rcirc-server-buffer): New variable.
11040 (rcirc): Update to use rcirc-default-* variables above.
11041 (rcirc-connect): Do not add window-configuration-hook-here.
11042 (rcirc-server): New internal variable.
11043 (rcirc-connect): Do not send keepalive pings if
11044 rcirc-keepalive-seconds is nil.
11045 (with-rcirc-server-buffer): New macro.
11046 (rcirc-send-string): Encode with rcirc-encode-coding-system.
11047 (rcirc-server-name): Rename from rcirc-server.
11048 (rcirc-buffer-process): New function.
11049 (rcirc-buffer-nick): New function.
11050 (rcirc-buffer-target): Remove function.
11051 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11052 New commands.
11053 (rcirc-mode-map): Change binding of C-c C-l to
11054 rcirc-toggle-low-priority.
11055 (rcirc-mode): Initialize coding system based on
11056 rcirc-coding-system-alist. New change-major-mode-hook to part the
11057 channel on a mode change. Make kill-buffer-hook buffer-local.
11058 (rcirc-change-major-mode-hook): New function.
11059 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11060 (rcirc-last-post-time): New variable.
11061 (rcirc-process-message): Store the last time user posted a message
11062 to this target.
11063 (rcirc-multiline-minor-mode): New mode.
11064 (rcirc-multiline-minor-mode-map): New mode map.
11065 (rcirc-edit-multiline): Put multiline-edit buffer in
11066 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
2b690e5b 11067 (rcirc-print): Ignore any line starting with an ignored nick.
a2524d26
EZ
11068 (rcirc-print): Decode using rcirc-decode-coding-system.
11069 (rcirc-track-minor-mode): Update global-mode-string when disabling
11070 this mode.
2b690e5b 11071 (minor-mode-alist): Add LowPri indicator.
a2524d26
EZ
11072 (rcirc-toggle-low-priority): New function.
11073 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11074 next lowpriority buffer with activity.
11075 (rcirc-record-activity): Sort buffers in rcirc-activity by the
11076 last time the user posted a message in to the target.
11077 (rcirc-update-activity-string): New formatting for low priority
11078 buffers.
11079 (rcirc-split-activity): New function.
11080 (rcirc-handler-PART, rcirc-handler-KICK)
11081 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11082 (rcirc-nick-away-alist): New variable.
11083 (rcirc-handler-301): New handler. Away messages are printed once
11084 per change.
11085
cdb1af30
EZ
110862006-04-08 Eli Zaretskii <eliz@gnu.org>
11087
6716bfa4
EZ
11088 * info.el (Info-follow-nearest-node): Doc fix.
11089
cdb1af30
EZ
11090 * international/mule-cmds.el (set-locale-environment): Make sure
11091 the coding-system preferred by the locale's language has the same
11092 EOL conversion type as the original buffer-file-coding-system.
569a6374 11093 (locale-language-names): Add a few MS Windows language codes.
cdb1af30 11094
b4f73994
RS
110952006-04-07 Richard Stallman <rms@gnu.org>
11096
11097 * simple.el (eval-expression): Doc fix.
11098
11099 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11100 (eval-defun): Doc fixes.
11101
60c6189d
RS
111022006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
11103
2b690e5b 11104 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
60c6189d 11105
a179cd22
NR
111062006-04-07 Nick Roberts <nickrob@snap.net.nz>
11107
11108 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11109 GDB list command without argument for greater generality.
11110
3e457225
RS
111112006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11112
11113 * subr.el (string-or-null-p): New function.
11114
11115 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11116
2b690e5b 11117 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3e457225
RS
11118
11119 * files.el: Update comment about safe-local-variable declarations.
11120
9f4b9ced
S
111212006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
11122
2b690e5b
SM
11123 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11124 See idlwave.org.
9f4b9ced 11125
2b690e5b
SM
11126 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11127 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
9f4b9ced 11128
2b690e5b
SM
11129 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11130 See idlwave.org.
9f4b9ced
S
11131
11132 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11133 version 6.0 (minimal changes). See idlwave.org.
11134
11135 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11136 6.0 (minimal changes). See idlwave.org.
11137
11138 * progmodes/idlw-rinfo.el: File obsoleted and removed.
11139
30ceaa68
RF
111402006-04-06 Romain Francoise <romain@orebokech.com>
11141
11142 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11143 symmetric encryption features and a new asynchronous interface to
11144 GnuPG. This new version is version 1.4, plus whitespace changes.
11145
6c07f4d4
RS
111462006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11147
11148 * files.el: Move some `safe-local-variable' declarations to the
11149 respective files.
11150
11151 * textmodes/ispell.el (ispell-check-comments)
11152 (ispell-local-dictionary): Mark as safe.
11153
11154 * abbrev.el (abbrev-mode): Mark as safe.
11155
11156 * add-log.el (change-log-default-name): Mark as safe.
11157
11158 * textmodes/reftex-vars.el (reftex-vref-is-default)
11159 (reftex-fref-is-default, reftex-level-indent)
11160 (reftex-guess-label-type): Mark as safe.
11161
11162 * textmodes/fill.el (colon-double-space): Mark as safe.
11163
11164 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11165 (sentence-end-double-space, sentence-end-without-period)
11166 (sentence-end-without-space, sentence-end, sentence-end-base)
11167 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11168
f133ecc0
KS
111692006-04-06 Kim F. Storm <storm@cua.dk>
11170
11171 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11172 the :set-after list.
11173 (ido-downcase-unc-hosts): New user option. Default on.
11174 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11175 when it is set, as regexps are now applied on the fly.
11176 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11177 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11178 on the fly, but only when ido-process-ignore-lists is set.
11179 Do case insensitive filtering if ido-downcase-unc-hosts is set.
11180 Only downcase names if ido-downcase-unc-hosts is set.
11181
da080609
JB
111822006-04-06 Juanma Barranquero <lekktu@gmail.com>
11183
11184 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11185
11186 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11187
eda39f7a
KS
111882006-04-05 Kim F. Storm <storm@cua.dk>
11189
82f71715
KS
11190 * ido.el (ido-mode): Set after ido-unc-hosts and
11191 ido-ignore-unc-host-regexps.
11192 (ido-save-history): Save ido-unc-hosts-cache.
11193 (ido-load-history): Load ido-unc-hosts-cache.
11194 (ido-reread-directory): Refresh unc hosts cache in // dir.
11195
eda39f7a
KS
11196 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11197 to nil while displaying slash screen.
11198
39a270b1
SJ
111992006-04-05 Daiki Ueno <ueno@unixuser.org>
11200
2b690e5b
SM
11201 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11202 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
39a270b1 11203
a293e9b6
KH
112042006-04-05 Kenichi Handa <handa@m17n.org>
11205
11206 * international/characters.el: Setup cases of Latin, Greek, and
11207 Cyrillic characters in CJK charsets.
11208
cddfe50b
SJ
112092006-03-29 Daiki Ueno <ueno@unixuser.org>
11210
11211 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11212 default-enable-multibyte-characters. This reverts the change from
11213 revision 6.17 which is no longer necessary because the passphrase
11214 is sent separately now. GnuPG messages are unreadable under
2b690e5b 11215 multibyte locales with default-enable-multibyte-characters set to nil.
cddfe50b 11216
704d7017
AS
112172006-04-04 Andreas Schwab <schwab@suse.de>
11218
11219 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11220 and `byte-compile-warnings' as `safe-local-variable'.
11221
707f55b0
DN
112222006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
11223
11224 * man.el (Man-mode-map): Restore the \r binding.
11225 (Man-abstract-xref-man-page): If Man-target-string is a function,
11226 call it.
11227 (Man-highlight-references): Use Man-default-man-entry to get the
0625ded0 11228 target. Deal with xrefs too.
707f55b0
DN
11229 (Man-highlight-references0): Don't call the target function.
11230
11231 * woman.el (WoMan-xref-man-page): Strip the section number, woman
11232 cannot deal with it.
11233
bd707233
SJ
112342006-04-04 Daiki Ueno <ueno@unixuser.org>
11235
11236 * pgg-gpg.el: Clean up process buffers every time gpg processes
11237 complete.
11238
5b9d5ffc
KH
112392006-04-04 Kenichi Handa <handa@m17n.org>
11240
11241 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11242 here.
11243 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11244 Temporarily bind inhibit-field-text-motion to t.
11245
260a5020
SM
112462006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11247
11248 * startup.el (normal-splash-screen): Only set mode-line-format in the
11249 splash buffer, so as not to interfere when debugging the code.
11250 Ignore errors when switching buffer.
11251
3db7bf54
RF
112522006-04-03 Romain Francoise <romain@orebokech.com>
11253
11254 * dired.el (dired-dnd-protocol-alist): Fix typo.
11255
f7a8a965
RS
112562006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11257
cd4160e6
RS
11258 * savehist.el (savehist): Add :version.
11259 (savehist-ignored-variables): New variable.
11260 (savehist-minibuffer-hook): Don't save variables listed in
11261 `savehist-ignored-variables'.
11262
f7a8a965
RS
11263 * dired.el (dired-dnd-protocol-alist): Mention that change does
11264 only apply to new buffers in doc string.
11265
e1e4913d
DP
112662006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11267
11268 * recentf.el (recentf-open-files-item): Include newline in button
11269 field, so opening a file will work, when the point is at the end
11270 of the file name. Allow, for example, to [i]search a file by
11271 extension and just push RET to open it.
11272
7db4c10a
SJ
112732006-04-03 Daiki Ueno <ueno@unixuser.org>
11274
11275 * pgg-gpg.el (pgg-gpg-process-filter)
11276 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11277
11278 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11279 lines, temporary fix.
11280
b641fbd7
DN
112812006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11282
11283 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11284
f4beca06
RS
112852006-04-02 Richard Stallman <rms@gnu.org>
11286
11287 * progmodes/compile.el (compilation-message-face): Make it defcustom.
11288
f0b31589
DN
112892006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11290
11291 * ibuf-macs.el (define-ibuffer-column): Add a new key:
eda39f7a 11292 header-mouse-map.
f0b31589
DN
11293
11294 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11295 (ibuffer-mode-header-map): New keymaps.
11296 (ibuffer-update-title-and-summary): Enable mouse face highlighting
11297 and keybindings for column headers.
11298 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11299 property.
11300
0cc6477b
EZ
113012006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
11302
11303 * speedbar.el (speedbar-after-create-hook): Doc fix.
11304
5113b294
EZ
113052006-04-02 Michael Ernst <mernst@alum.mit.edu>
11306
11307 * shell.el (shell-directory-tracker)
11308 (shell-dynamic-complete-command): Doc fixes.
11309
61be4a8a
EZ
113102006-04-01 Matt Hodges <MPHodges@member.fsf.org>
11311
11312 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11313 terminals.
11314
e701756a
KS
113152006-04-01 Kim F. Storm <storm@cua.dk>
11316
11317 * ido.el (ido-unc-hosts-cache): New defvar.
11318 (ido-unc-hosts): If value of defcustom is a function, call it to
11319 get list of UNC hosts. Add function-item choices to specify
11320 ido-unc-hosts-net-view or user function.
11321 (ido-ignore-unc-host-regexps): New defcustom.
11322 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11323 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11324 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11325
1c50e1e5
SM
113262006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11327
11328 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11329 wwidth.
11330
3903655d
JB
113312006-03-31 Juanma Barranquero <lekktu@gmail.com>
11332
a2cf0212
JB
11333 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11334 (ido-max-work-file-list, ido-switch-buffer)
11335 (ido-read-file-name-as-directory-commands):
3903655d
JB
11336 Fix typos in docstrings.
11337
4da2c33b
YM
113382006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11339
11340 * term/mac-win.el (mac-system-coding-system): Define and use after
11341 Mac-specific coding systems are ready.
11342
8d214091
RF
113432006-03-27 Romain Francoise <romain@orebokech.com>
11344
11345 * net/rcirc.el (rcirc-connect): Add autoload cookie.
11346
ab5523ff
RF
11347 * ldefs-boot.el: Update.
11348
276e2740
SJ
113492006-03-27 Daiki Ueno <ueno@unixuser.org>
11350
11351 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11352 passphrases when it is not needed.
11353 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11354 passphrase stuff from gpg, should only be necessary when you use
11355 gpg with a smartcard.
11356
9db237d5
NR
113572006-03-27 Nick Roberts <nickrob@snap.net.nz>
11358
11359 * comint.el (comint-dynamic-list-completions): Allow user to
11360 select *Completions* buffer.
11361
80d116c1
CD
113622006-03-27 Carsten Dominik <dominik@science.uva.nl>
11363
260a5020 11364 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
80d116c1 11365
d6e4b785
AS
113662006-03-26 Andreas Schwab <schwab@suse.de>
11367
11368 * progmodes/gud.el (gdb): Only complain about multiple debugging
11369 when the gdb process is still running.
11370
1da6a64d
EZ
113712006-03-25 Eli Zaretskii <eliz@gnu.org>
11372
11373 * mail/rmail.el (tool-bar-map): Defvar it.
11374 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11375 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11376
cb0b6766
EZ
113772006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
11378
11379 * help.el (print-help-return-message): Suggest to use
11380 display-buffer instead of switch-to-buffer-other-window to restore
11381 the previous window without selecting it.
11382
0f49150e
YM
113832006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11384
11385 * frame.el (select-frame-by-name): Call x-focus-frame also when
11386 window-system is mac.
11387
11388 * term/mac-win.el: Adjust Courier font specifications in
11389 x-fixed-font-alist.
11390 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11391 when directly encoding to UTF-16 in native byte order, no BOM.
11392
749e5af5
KS
113932006-03-25 Kim F. Storm <storm@cua.dk>
11394
11395 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11396 (cua--init-keymaps): Use it instead of fixed C-return.
11397 (cua-mode): Set after it.
11398
67438f77
SM
11399 * emulation/cua-rect.el (cua--init-rectangles):
11400 Use cua-rectangle-mark-key instead of fixed C-return.
749e5af5 11401
833627da
NR
114022006-03-25 Nick Roberts <nickrob@snap.net.nz>
11403
11404 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11405 "run" in .gdbinit.
11406 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11407
3095ccf5
RF
114082006-03-24 Romain Francoise <romain@orebokech.com>
11409
11410 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11411 `display-buffer-other-frame'.
11412
0ef4f79b
KS
114132006-03-24 Kim F. Storm <storm@cua.dk>
11414
11415 * apropos.el (apropos-synonyms): Add selection => region.
11416
749e5af5 114172006-03-24 Nick Roberts <nickrob@snap.net.nz>
d1f18d58
NR
11418
11419 * progmodes/gdb-ui.el (gdb-var-create-regexp)
11420 (gdb-var-list-children-regexp, gdb-var-update-regexp)
11421 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11422 (gdb-data-list-register-values-regexp)
0ef4f79b 11423 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
d1f18d58
NR
11424 Future proof against new fields being added to MI output.
11425 (gdb-send): Don't treat backslashes for program input as
11426 continuations.
11427 (gdb-assembler-handler): Don't use window-start for this handler.
11428 (gdb-frame-handler): Don't change to hollow arrow if overlay
11429 arrow doesn't move to new frame.
11430
d23969f3
NR
114312006-03-24 Nick Roberts <nickrob@snap.net.nz>
11432
11433 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11434 prevent compiler warnings.
11435 (gdb-stopped): Check for gud-last-last-frame (case: signal).
67438f77 11436 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
d23969f3
NR
11437 (gdb-assembler-custom): Use hollow-right-triangle for assembler
11438 buffer too.
11439
de82e530
SJ
114402006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
11441
11442 * pgg-gpg.el (pgg-gpg-update-agent): Check for
11443 make-network-process, so we can use the same code in Gnus v5-10
11444 too and have this file fully synchronized with that release.
11445
fde057aa
RF
114462006-03-23 Romain Francoise <romain@orebokech.com>
11447
11448 * ibuf-ext.el (ibuffer-read-filter-group-name):
11449 Use `ibuffer-generate-filter-groups' to make completion list match
11450 the filter groups that are really displayed in the Ibuffer buffer.
11451 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11452
9b99ec0e
KH
114532006-03-23 Kenichi Handa <handa@m17n.org>
11454
11455 * international/mule-cmds.el (sort-coding-systems): Describe that
11456 the argument is modified in docstring.
11457
159a31cf 114582006-03-22 Sascha Wilde <wilde@sha-bang.de>
4803386d
SJ
11459
11460 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11461 (pgg-gpg-update-agent): New function.
11462 (pgg-gpg-use-agent-p): New function.
11463 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11464 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11465 (pgg-gpg-sign-region): Use it.
11466
e02577b7
CY
114672006-03-21 Chong Yidong <cyd@stupidchicken.com>
11468
11469 * cus-edit.el (custom-face-set): Call custom-push-theme before
11470 face-spec set so that `changed' theme is correctly saved.
11471 (custom-face-reset-standard): Reset to recalculated face rather
11472 than defface spec.
11473
11474 * custom.el (custom-push-theme): Only save `changed' theme if the
11475 current face does not match the defface specs.
11476
e563e53b
SJ
114772006-03-21 Simon Josefsson <jas@extundo.com>
11478
11479 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11480 <wilde@sha-bang.de>.
11481 (pgg-gpg-use-agent): New variable.
11482 (pgg-gpg-process-region): Use it.
11483 (pgg-gpg-encrypt-region): Likewise.
11484 (pgg-gpg-encrypt-symmetric-region): Likewise.
11485 (pgg-gpg-decrypt-region): Likewise.
11486 (pgg-gpg-sign-region): Likewise.
11487 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11488
9ed8b6cb
CD
114892006-03-21 Carsten Dominik <dominik@science.uva.nl>
11490
05e4f54c 11491 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
9ed8b6cb
CD
11492 bracket links.
11493
52bd2f43
KS
114942006-03-21 Kim F. Storm <storm@cua.dk>
11495
11496 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11497 fringe-indicator-alist instead of modifying global value.
11498 (gdb-frame-handler): Likewise.
11499
b756c64c
NR
115002006-03-21 Nick Roberts <nickrob@snap.net.nz>
11501
11502 * diff-mode.el (diff-function): Make it inherit from diff-header
11503 instead of diff-context.
11504
11505 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11506 bitmap.
11507 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11508 change names in macro above for consistency.
11509 (gdb-frame-handler): Use hollow-right-triangle for all selected
11510 frames which except the innermost (where execution has stopped).
11511 (gdb-reset): Reset buffer-local values of overlay-arrow.
11512
ab9b3866
RS
115132006-03-20 Richard Stallman <rms@gnu.org>
11514
3b4a1f68
RS
11515 * simple.el (set-mark-command): Doc fix.
11516
ab9b3866
RS
11517 * files.el (display-buffer-other-frame): New command.
11518 (ctl-x-4-map): Bind C-x 5 C-o to it.
11519
0902822d
SM
115202006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11521
11522 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11523 rather than just defer-time, in case defer-time has been changed but
11524 the timer isn't running yet.
11525 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11526
c287ad03
LT
115272006-03-19 Luc Teirlinck <teirllm@auburn.edu>
11528
0902822d
SM
11529 * help-mode.el (help-follow-symbol): New function.
11530 Essentially identical to the old `help-follow', but do not let
11531 `push-button' do the work when on an xref.
c287ad03
LT
11532 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11533
c287ad03
LT
115342006-03-19 Richard Stallman <rms@gnu.org>
11535
11536 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11537 preceded by the word `program'.
11538 (help-follow-mouse, help-follow): Throw error if not on xref.
11539 Delete no longer used args.
11540
bdee903e
NR
115412006-03-20 Nick Roberts <nickrob@snap.net.nz>
11542
11543 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11544 annotation ensure gud-overlay-arrow-position is redisplayed.
11545
8a51a318
RW
115462006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11547
11548 * textmodes/bibtex.el (bibtex-include-OPTkey)
0902822d 11549 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
8a51a318
RW
11550 (bibtex-autokey-name-case-convert)
11551 (bibtex-autokey-titleword-case-convert): Make these the aliases
11552 for the following two variables.
11553 (bibtex-autokey-name-case-convert-function)
11554 (bibtex-autokey-titleword-case-convert-function): Make these the
11555 real names.
11556 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11557 bibtex-font-lock-crossref sublists.
11558 (bibtex-mode): Revert 2005-12-30 change (which made
11559 completion-ignore-case buffer-local).
0902822d 11560 (bibtex-url): Simplify.
8a51a318 11561
45c1c789
KS
115622006-03-19 Kim F. Storm <storm@cua.dk>
11563
11564 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11565 cursor property value to 2 (to align with C level change).
11566
ae77c7ff
BW
115672006-03-19 Bill Wohler <wohler@newt.com>
11568
11569 * image.el (image-load-path-for-library): Shorten first line in
11570 docstring.
11571
967012d2
RS
115722006-03-18 Richard Stallman <rms@gnu.org>
11573
11574 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11575
e4d181dc
EZ
115762006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
11577
11578 * isearch.el (isearch-other-meta-char): Handle user bindings for
11579 shifted control characters.
11580
7b833ed1
EZ
115812006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
11582
11583 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11584 part that matches email addresses, file names, etc.
11585
7e37c7c0
EZ
115862006-03-18 Eli Zaretskii <eliz@gnu.org>
11587
0902822d
SM
11588 * term/w32-win.el (mouse-set-font):
11589 Mention w32-list-proportional-fonts in the doc string.
7e37c7c0 11590
8bd8eddc
KS
115912006-03-18 Kim F. Storm <storm@cua.dk>
11592
11593 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11594 (ido-unc-hosts): New user option to explicitly define list of know
11595 UNC-style hosts for completion.
11596 (ido-cache-unc-host-shares-time): New user option.
55b76f19
KS
11597 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11598 New helper functions for UNC file-name support.
8bd8eddc
KS
11599 (ido-may-cache-directory): Check for UNC host. Simplify.
11600 (ido-wash-history): Clean out old UNC hosts.
11601 (ido-nonreadable-directory-p): UNC hosts are always readable.
11602 (ido-directory-too-big-p): UNC hosts are never too big.
11603 (ido-set-current-directory): Handle UNC root path.
11604 (ido-file-name-all-completions): Complete UNC host names from
11605 ido-unc-hosts list. Cache UNC host shares.
11606 (ido-make-file-list-1): Don't filter UNC root.
11607 (ido-exhibit): Check for // in root directory, and switch to UNC
11608 mode by setting ido-current-directory to //.
11609
c3de8dd4
LT
116102006-03-17 Luc Teirlinck <teirllm@auburn.edu>
11611
11612 * cus-edit.el (customize-changed-options): Mention explicit
11613 version number as default in prompt.
11614
40db64d2
BW
116152006-03-17 Bill Wohler <wohler@newt.com>
11616
11617 * image.el (image-load-path-for-library): Minor docstring fix.
11618
7f99ce52
CD
116192006-03-17 Carsten Dominik <dominik@science.uva.nl>
11620
11621 * textmodes/org.el (org-read-date): Include subgroup 5 into
11622 replacement text.
70a49ac6 11623 (org-popup-calendar-for-date-prompt): Fix customization type.
7f99ce52 11624
8ab8e521
NR
116252006-03-17 Nick Roberts <nickrob@snap.net.nz>
11626
11627 * progmodes/gdb-ui.el (gud-watch): Provide completion.
11628 (gdb-continuation): New variable.
11629 (gdb-send): Deal with continuation lines.
11630
11631 * progmodes/gud.el (gud-gdb-complete-command)
11632 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11633 expressions.
11634 (gud-tooltip-mode): Use buffer-local value.
11635
76d4eb05
KS
116362006-03-16 Kim F. Storm <storm@cua.dk>
11637
11638 * ido.el (ido-edit-input): Use selected match, if any.
11639
c0696e1b
BW
116402006-03-16 Bill Wohler <wohler@newt.com>
11641
11642 * image.el (image-load-path-for-library): Prefer user's images in
11643 image-load-path.
11644
89a94f1e
CY
116452006-03-16 Martin Rudalics <rudalics@gmx.at>
11646
11647 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11648 when checking for attempt to drag leftmost or rightmost scrollbar.
11649
af967423
NR
116502006-03-16 Nick Roberts <nickrob@snap.net.nz>
11651
11652 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11653 (gdb-force-mode-line-update): New function.
11654 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11655 (gdb-exited): Use them.
55b76f19 11656 (gdb-signal): New function.
af967423
NR
11657 (gdb-annotation-rules): Provide a rule for it.
11658
8d40f004
KH
116592006-03-16 Kenichi Handa <handa@m17n.org>
11660
dc5c3489
KH
11661 * international/mule.el (auto-coding-regexp-alist): Add entries
11662 for Unicode BOM.
11663
8d40f004
KH
11664 * sort.el (sort-build-lists): Temporarily bind
11665 inhibit-field-text-motion to t.
11666
e6b7cc22
LT
116672006-03-15 Luc Teirlinck <teirllm@auburn.edu>
11668
11669 * locate.el (locate-command, locate-make-command-line)
11670 (locate-fcodes-file, locate-update-command)
11671 (locate-prompt-for-command, locate, locate-with-filter)
11672 (locate-get-file-positions): Doc fixes.
11673 (locate-buffer-name, locate-header-face): Remove leading `*' in
11674 defcustom.
11675 (locate-filter-output): Use `keep-lines' instead of its alias
11676 `delete-non-matching-lines'.
11677 (locate-get-filename, locate-get-dirname): Add introductory comment.
11678 (locate-find-directory-other-window): Give appropriate error
11679 message if used outside main listing.
11680
4ffc92c2
SM
116812006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11682
11683 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11684 the new extend-region feature.
11685 (font-lock-after-change-function): Update correspondingly.
11686 * jit-lock.el (jit-lock-after-change): Update correspondingly.
11687 * progmodes/grep.el (font-lock-lines-before): Don't disable.
11688
9f036d33
BW
116892006-03-15 Bill Wohler <wohler@newt.com>
11690
11691 * image.el (image-load-path-for-library): Fix example by not
55b76f19 11692 recommending that one binds image-load-path. Just defvar it to
9f036d33
BW
11693 placate compiler and only use it if previously defined.
11694
9212fe99
CD
116952006-03-15 Carsten Dominik <dominik@science.uva.nl>
11696
713cb18d 11697 * textmodes/org.el (org-insert-centered): Use `string-width' to
9212fe99
CD
11698 make underlining work for wide characters.
11699 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11700 TAB to `org-cycle', to make sure that no binding in
11701 `outline-mode-map' can supercede it.
11702
b3d0dafb
LT
117032006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
11704
891d66c9 11705 * allout.el: Increment version to 2.2.1 in file commentary.
b3d0dafb 11706
891d66c9 11707 (allout-version): Increment to 2.2.1.
b3d0dafb 11708
891d66c9
LT
11709 (allout-default-layout): New customization variable, used when the
11710 file lacks a specific allout-layout. Uses allout-layout-type for
11711 recursively nested definition.
b3d0dafb 11712
891d66c9
LT
11713 (allout-layout-type): Widget defining allout layouts, necessary for
11714 self-recursive definition.
b3d0dafb 11715
891d66c9
LT
11716 (allout-mode): Incorporate allout-default-layout as fallback for
11717 allout-layout.
b3d0dafb 11718
891d66c9
LT
11719 (allout-layout): Mark as 'safe-local-variable', and refer mention
11720 fallback to `allout-default-layout' in absence of a specified value.
11721 (allout-passphrase-verifier-string)
11722 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
b3d0dafb 11723
891d66c9 11724 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
b3d0dafb 11725
891d66c9
LT
11726 (allout-get-encryption-passphrase-verifier): Use correct name of
11727 passphrase verifier in docstring.
b3d0dafb 11728
3470ef37
NR
117292006-03-15 Nick Roberts <nickrob@snap.net.nz>
11730
11731 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11732 elements.
55b76f19
KS
11733 (gdb-find-watch-expression): Make it work for arrays too.
11734 Follow change to gdb-var-list.
3470ef37
NR
11735 (gud-watch): Allow the user to enter variable name with a prexix
11736 arg. Create keybindings.
11737 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11738 (gdb-var-list-children-handler, gdb-var-update-handler)
11739 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11740 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11741 Follow change to gdb-var-list.
55b76f19 11742 (gdb-starting): Don't show the overlay arrows when program is running.
3470ef37
NR
11743
11744 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11745 gdb-var-list.
11746
5248a565
BW
117472006-03-14 Bill Wohler <wohler@newt.com>
11748
11749 * image.el (image-load-path-for-library): Pass value of path
55b76f19
KS
11750 rather than symbol. Always return list of directories.
11751 Guarantee that image directory comes first.
5248a565 11752
c852c516
AM
117532006-03-14 Alan Mackenzie <acm@muc.de>
11754
55b76f19
KS
11755 * font-core.el (font-lock-extend-region\(-function\)?.):
11756 New function/variable.
c852c516 11757
55b76f19
KS
11758 * font-lock.el (font-lock-after-change-function):
11759 Call font-lock-extend-region. Obey font-lock-lines-before.
c852c516
AM
11760 (font-lock-default-fontify-region): Remove reference to
11761 font-lock-lines-before.
11762
55b76f19
KS
11763 * jit-lock.el (jit-lock-after-change):
11764 Call font-lock-extend-region. Obey font-lock-lines-before.
c852c516 11765
d4695487
DP
117662006-03-14 David Ponce <david@dponce.com>
11767
11768 * tree-widget.el (tree-widget-themes-load-path)
11769 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11770
e8f10ddb
MB
117712006-03-13 Ryan Yeske <rcyeske@gmail.com>
11772
11773 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11774 (rcirc-print): Mark the start of text at the end of the prompt.
11775 (rcirc-track-minor-mode): Add autoload cookie.
11776 (rcirc-update-activity-string): Add space to front of mode-line
11777 indicator.
11778
54aba1ee
MB
117792006-03-13 Miles Bader <miles@gnu.org>
11780
3470ef37
NR
11781 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11782 (rcirc-abbrev-nick): Remove function.
54aba1ee
MB
11783 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11784
4f8f072e
DP
117852006-03-13 David Ponce <david@dponce.com>
11786
11787 * tree-widget.el: Handle themes across all occurrences of the main
11788 themes sub-directory found in tree-widget-themes-load-path.
11789 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11790 (tree-widget--locate-sub-directory): Return all occurrences.
55b76f19
KS
11791 (tree-widget-themes-path): New function.
11792 Replace tree-widget-themes-directory, and return a list of directories.
4f8f072e
DP
11793 (tree-widget-set-parent-theme)
11794 (tree-widget-lookup-image): Use it.
11795
586392ba
CD
117962006-03-13 Carsten Dominik <dominik@science.uva.nl>
11797
713cb18d 11798 * textmodes/org.el (org-link-search): Avoid self-matching of
586392ba
CD
11799 links, allow target text to be distributed over several lines.
11800 (org-search-not-link): New function.
713cb18d
JB
11801 (org-set-regexps-and-options, org-get-current-options):
11802 New startup options.
586392ba
CD
11803 (org-export-as-html): Take odd-level setting from local variable.
11804 (org-fontify-emphasized-text): New option.
11805 (org-set-font-lock-defaults): Include emphasized text.
11806 (org-follow-mhe-link): Allow folder-only links, fix folder name.
11807 (org-font-lock): Customize group renamed from `org-faces'.
11808
da63ece4
JPW
118092006-03-13 John Paul Wallington <jpw@pobox.com>
11810
11811 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11812 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
11813
2a1eac63
LT
118142006-03-12 Luc Teirlinck <teirllm@auburn.edu>
11815
11816 * cus-start.el (all): Delete :version keyword for members of the
11817 fringe group, since the entire group is new in 22.1.
11818
81d4dba3
NR
118192006-03-13 Nick Roberts <nickrob@snap.net.nz>
11820
11821 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11822 map if value is hexadecimal (an address).
11823 (gud-watch): Only search roots for existing watch expressions.
11824 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11825 prevent caching problems with speedbar-update-directory-contents.
11826
2d19a2a4
JL
118272006-03-12 Juri Linkov <juri@jurta.org>
11828
11829 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11830 before comparing with `low' and `warn'.
11831
11832 * info.el (Info-dir-remove-duplicates): Move point to the
11833 beginning of the current line after deleting the entries from
11834 redundant heading. Use marker for `limit' and compare it with
11835 point before calling `re-search-forward'.
11836
f372bd5b
LT
118372006-03-11 Luc Teirlinck <teirllm@auburn.edu>
11838
11839 * simple.el (yank): Fix typo in docstring.
11840
2c1bd367
EZ
118412006-03-11 Ryan Yeske <rcyeske@gmail.com>
11842
11843 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11844 messages, where "D" is the 6th character.
11845
f161146b
EZ
118462006-03-11 Eli Zaretskii <eliz@gnu.org>
11847
11848 * simple.el (yank): Fix last change.
11849
db3c0e9c
EZ
118502006-03-11 David Ponce <david@dponce.com>
11851
11852 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
11853 merging elements from the standard ispell-dictionary-alist.
11854 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
11855 alist, and return the new alist.
11856
5a893bff
RS
118572006-03-11 Richard Stallman <rms@gnu.org>
11858
11859 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
11860
11861 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
11862 the way it is implemented is too unclean.
11863
11864 * simple.el (kill-region, yank): Doc fix.
11865
11866 * battery.el (battery-echo-area-format): Doc fix.
11867 (battery-mode-line-format): Likewise.
11868 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
11869 (battery-linux-proc-acpi): Ignore batteries that say "charged".
11870
0c93f715
EZ
118712006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
11872
713cb18d
JB
11873 * progmodes/octave-mod.el (octave-indent-for-comment):
11874 Behave according to do string.
0c93f715 11875
55faab0a
EZ
118762006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
11877
8887e8ec
EZ
11878 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
11879 Be visible only if major mode is Mail Mode.
11880
55faab0a
EZ
11881 * textmodes/flyspell.el (flyspell-external-point-words)
11882 (flyspell-process-localwords): Fix last changes.
11883
7325e714
EZ
118842006-03-11 Eli Zaretskii <eliz@gnu.org>
11885
306cea3a
EZ
11886 * calendar/holidays.el (list-holidays): Doc fix.
11887
7325e714
EZ
11888 * international/mule.el (auto-coding-alist): Add .odt
11889 (OpenOffice's open document) files.
11890
11891 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
11892 document) files. Mention in the doc string the need to sync with
11893 auto-coding-alist.
11894
af467e28
CY
118952006-03-10 Chong Yidong <cyd@stupidchicken.com>
11896
11897 * files.el (hack-local-variables-confirm): Don't prompt for ! if
11898 enable-local-variables is set to always query, or there is no
11899 savable variable.
11900
7c565097
BW
119012006-03-10 Bill Wohler <wohler@newt.com>
11902
11903 * image.el (image-load-path-for-library): Merge at least three
11904 functions from Gnus and MH-E into this one function that can now
11905 be shared.
11906
3cf61a4f
NR
119072006-03-11 Nick Roberts <nickrob@snap.net.nz>
11908
11909 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
11910 gdb-remove-mouse-face and remove help-echo too.
11911 (gdb-enqueue-input): Correct conditional clause.
713cb18d 11912
5a473319
GM
119132006-03-10 Glenn Morris <rgm@gnu.org>
11914
11915 * calendar/calendar.el (calendar-holidays): Doc fix.
11916 * calendar/holidays.el (list-holidays): Doc fix.
11917
05c31df2
NR
119182006-03-10 Nick Roberts <nickrob@snap.net.nz>
11919
11920 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
11921 it gets called in gdb-prompt anyway.
11922 (gdb-use-separate-io-buffer): Only restore window arrangement for
11923 gdb-many-windows.
11924 (gdb-enqueue-input): Make it harder to send GDB input when program
11925 is running.
11926 (gdb-buffer-list): New variable.
11927 (gdb-remove-mouse-face): New function.
11928 (gdb-starting): Use it when GDB input won't get sent.
11929
60a7c013
JB
119302006-03-08 Juanma Barranquero <lekktu@gmail.com>
11931
11932 * help.el (view-lossage): Remove trailing whitespace before
11933 inserting "\n".
11934
46d91fa0
CY
119352006-03-07 Chong Yidong <cyd@stupidchicken.com>
11936
55b76f19
KS
11937 * files.el (hack-local-variables-confirm):
11938 Set coding-system-for-read to nil before writing to .emacs.
4299d849 11939
9b1fad33
CY
11940 * arc-mode.el (archive-extract): Check if an existing buffer name
11941 comes from a different archive.
11942
46d91fa0
CY
11943 * help.el (describe-key-briefly): If KEY is a down event, read and
11944 discard the up event.
11945
d9b586ff
NR
119462006-03-07 Nick Roberts <nickrob@snap.net.nz>
11947
11948 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
11949 be edited and use font-lock-warning-face for any changes.
11950
11951 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
11952 (gdb-edit-value): Use it to report any errors.
11953
c2f6ba99
JB
119542006-03-07 Juanma Barranquero <lekktu@gmail.com>
11955
11956 * help.el (describe-key): Remove leftover test code.
11957
7204b00e
CD
119582006-03-07 Carsten Dominik <dominik@science.uva.nl>
11959
55b76f19
KS
11960 * textmodes/org.el: Move defvars out of eval-when-compile.
11961 Use buffer-file-name variable.
7204b00e
CD
11962 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
11963 arg `file'.
11964 (org-level-faces): Remove startup dependency.
11965 (org-cycle, org-map-tree, org-scan-tags)
11966 (org-remember-handler): Don't call `outline-level' directly.
11967 (org-mhe-search-all-folders): New option.
c2f6ba99
JB
11968 (org-mhe-get-message-folder-from-index)
11969 (org-mhe-get-message-folder): Fix indexing search.
7204b00e
CD
11970 (org-format-agenda-item): Handle nil TAGS argument.
11971 (org-cleaned-string-for-export, org-activate-target-links)
11972 (org-make-target-link-regexp): Deal with empty radio target list.
11973 (org-tag): New face.
11974 (org-get-level-face): New function.
11975 (org-set-font-lock-defaults): Simplify setup for headlines.
55b76f19 11976 (org-complete): Pass common substring to `display-completion-list'.
7204b00e 11977
3070196c
DP
119782006-03-06 David Ponce <david@dponce.com>
11979
11980 * tree-widget.el: Update Commentary header.
11981 (tree-widget-theme-name): Ignore parent themes.
11982 (tree-widget-set-parent-theme): New function.
11983 (tree-widget-set-theme): Use it.
11984 (tree-widget-set-image-properties): Move definition. Does nothing
11985 if image properties have already been set.
11986 (tree-widget-image-properties): Move definition. Receive an image
11987 name. Set the :pointer property.
11988 (tree-widget-lookup-image): Doc fix. Search in parent themes.
11989 Don't set the :pointer image property.
11990 (tree-widget-convert-widget): New function. Handle :dynargs
11991 compatibility here.
11992 (tree-widget): Use it to :convert-widget. Add the :expander-p
11993 predicate to control when the :expander function is entered.
11994 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
11995 (tree-widget-value-create): Handle :expander-p. widget-apply
11996 :expander.
11997 (tree-widget-expander-p): New function. Default value of the
11998 :expander-p property.
11999
aa38f98e
CY
120002006-03-06 Chong Yidong <cyd@stupidchicken.com>
12001
12002 * help.el (describe-key): Properly handle the return value of
12003 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4dfb2678 12004 remaps. Handle string and vector `follow-link' values.
aa38f98e 12005
95983b95
SM
120062006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12007
12008 * complete.el (PC-expand-many-files): Try be more careful when parsing
12009 the shell's output.
12010
1e0e9b38
SM
120112006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12012
12013 * outline.el (hide-sublevels): Provide better interactive default.
12014
50e3e564
KH
120152006-03-06 Kenichi Handa <handa@m17n.org>
12016
1e0e9b38
SM
12017 * international/fontset.el (create-fontset-from-fontset-spec):
12018 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
50e3e564 12019
af6a60c3
LT
120202006-03-05 Luc Teirlinck <teirllm@auburn.edu>
12021
a79fbdcb
LT
12022 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
12023 backslashes instead of one in regexp.
65416c68 12024 (gud-tooltip-dereference): Add missing optional argument.
af6a60c3 12025
681979fa
JPW
120262006-03-04 John Paul Wallington <jpw@pobox.com>
12027
12028 * wdired.el (toplevel): Require `cl' at compile-time.
12029
c6ce06a6
AS
120302006-03-04 Andreas Schwab <schwab@suse.de>
12031
12032 * server.el (server-process-filter): Handle errors during
12033 evaluation of the argument.
12034
da927269
JPW
120352006-03-03 John Paul Wallington <jpw@pobox.com>
12036
12037 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
12038 escape parentheses at beginning of line.
12039 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12040 (t-mouse-mode): Remove period from end of error message.
12041
4a2c4459
EZ
120422006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
12043
1e0e9b38
SM
12044 * textmodes/flyspell.el (flyspell-process-localwords):
12045 Be case-sensitive.
4a2c4459 12046
d594e896 120472006-03-03 Martin Rudalics <rudalics@gmx.at>
c60168d2 12048
33709261
EZ
12049 * cus-edit.el (custom-quote): Remove function, since it has been
12050 moved to custom.el.
12051
a6966c1c
EZ
12052 * font-lock.el (lisp-font-lock-keywords-2)
12053 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12054 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12055 they have no special meaning.
12056
c60168d2 12057 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1e0e9b38 12058 indirect buffer gets killed before indirect buffer. Use dolist.
c60168d2
EZ
12059
120602006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
a6a2b5d4
EZ
12061
12062 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12063 value instead of a literal constant (1) on more pauses.
12064
6e1fbe44
EZ
120652006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12066
1e0e9b38
SM
12067 * textmodes/flyspell.el (flyspell-external-point-words):
12068 Be case-sensitive.
6e1fbe44 12069
019ed9c7
EZ
120702006-03-03 Ryan Yeske <rcyeske@gmail.com>
12071
12072 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12073 with "www".
12074
46771bb3
EZ
120752006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12076
c601a68b 12077 * allout.el: Restablish intermediate missing comment header to
46771bb3 12078 preserve outline structure.
c601a68b
KS
12079 (allout-beginning-of-current-entry): Skip invisible text.
12080 (allout-open-topic): Fix opening a topic at end-of-buffer.
12081 (allout-minor-mode): Move nearer to allout-mode function.
46771bb3 12082
2276b5b1
CD
120832006-03-02 Carsten Dominik <dominik@science.uva.nl>
12084
c601a68b 12085 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
2276b5b1 12086
115712f0
NR
120872006-03-02 Nick Roberts <nickrob@snap.net.nz>
12088
6aa79f63
NR
12089 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12090 is nil.
12091
1e0e9b38
SM
12092 * progmodes/gud.el (gud-speedbar-menu-items):
12093 Use buffer-local-value and add missing :visible keyword.
115712f0 12094
c601a68b 12095 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
115712f0 12096
d464ce27
CD
120972006-03-01 Carsten Dominik <dominik@science.uva.nl>
12098
a85551d8
CD
12099 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12100 must be `follow-link'.
12101
c601a68b 12102 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
a85551d8 12103
a196ea62 12104 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
d464ce27 12105 formatting: No nested anchors.
a196ea62 12106 (org-all-targets): Fix bug with XEmacs compatibility.
d464ce27 12107 (org-read-date): Add (require 'parse-time).
a196ea62 12108 (org-set-tags): Fix bug with extra inserted space.
d464ce27 12109 (org-export-html-style): Define a style class for targets.
1e0e9b38 12110 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
d464ce27
CD
12111 (org-hide-leading-stars): New option.
12112 (org-hide): New face.
12113 (org-set-font-lock-defaults): Allow to hide leading stars.
12114 (org-get-legal-level, org-tr-level): New functions.
12115 (org-odd-levels-only): New option.
a196ea62
JB
12116 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12117 (org-demote, org-promote): Deal with double-star levels.
d464ce27
CD
12118 (org-convert-to-odd-levels): New command.
12119
e9cee67e
NR
121202006-03-01 Nick Roberts <nickrob@snap.net.nz>
12121
12122 * speedbar.el (speedbar-update-localized-contents): Try to
12123 preserve window-start.
12124 (speedbar-update-directory-contents): Try to preserve window-start
12125 and window-point.
c601a68b 12126 (speedbar-update-special-contents): Don't move back to start of window.
e9cee67e
NR
12127
12128 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12129 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1e0e9b38 12130 speedbar-timer-fn.
e9cee67e
NR
12131 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12132 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12133 instead of gdb-speedbar-timer-fn.
e9cee67e 12134
29ecdb22
JB
121352006-02-28 Jay Belanger <belanger@truman.edu>
12136
a196ea62
JB
12137 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12138 (math-compose-expr): Use latex option when calling
29ecdb22
JB
12139 `math-compose-tex-matrix' for latex mode.
12140
766bcec1
NR
121412006-02-28 Nick Roberts <nickrob@snap.net.nz>
12142
5ef21574
NR
12143 * speedbar.el: Re-instate comments about developing for speedbar
12144 [this is what info and gdb-ui use even if better methods exist now].
12145
766bcec1
NR
12146 * t-mouse.el: New file.
12147 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
55b76f19
KS
12148 (t-mouse-lispy-buffer-posn-from-coords): Remove.
12149 (t-mouse-make-event-element): Use posn-at-x-y instead.
766bcec1
NR
12150 (t-mouse-make-event): Deal with Fedora Core 3.
12151 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12152 (t-mouse-mouse-position-function): New function. Use it instead
12153 of advising mouse-position.
12154 (t-mouse-mode): New minor mode.
12155 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
12156
c61633ba
GM
121572006-02-27 Glenn Morris <rgm@gnu.org>
12158
12159 * calendar/calendar.el (calendar-holidays): Doc fix.
12160
661f54cb
NR
121612006-02-27 Nick Roberts <nickrob@snap.net.nz>
12162
a196ea62 12163 * progmodes/gdb-ui.el (gdb-source-window): New variable.
661f54cb
NR
12164 Re-introduce the concept of a source window.
12165 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12166 consistency with get-buffer-create.
12167 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12168 (gdb-data-list-register-values-handler)
12169 (gdb-stack-list-locals-handler): Try to preserve window-start as
12170 well as window-point.
12171 (gdb-display-source-buffer): New function (old concept).
12172 (gdb-goto-breakpoint): Use it.
12173
12174 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12175 for gdb-ui/gdb-mi (old concept).
12176
753656f3
CD
121772006-02-27 Carsten Dominik <dominik@science.uva.nl>
12178
12179 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12180 binding.
12181
55b76f19 12182 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
753656f3 12183
a196ea62
JB
12184 * textmodes/reftex-sel.el (reftex-select-label-map)
12185 (reftex-select-bib-map): Add `follow-mouse' binding.
0738d819 12186
440cbd9e
LT
121872006-02-26 Luc Teirlinck <teirllm@auburn.edu>
12188
12189 * jka-cmpr-hook.el (jka-compr-compression-info-list)
12190 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12191 Give :set functions to provide automatic updating.
12192 Update docstring. Give compiler defvars early in the file
12193 and move the defcustoms to a later spot where all called functions
12194 are defined.
12195 (jka-compr-file-name-handler-entry): Doc fix.
12196 (jka-compr-compression-info-list--internal)
12197 (jka-compr-mode-alist-additions--internal)
12198 (jka-compr-load-suffixes--internal): New variables.
12199 (jka-compr-install): Set the three above variables.
12200 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12201 (jka-compr-update, jka-compr-set): New functions.
12202 (auto-compression-mode): Doc fix.
12203
12204 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12205 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12206 Use jka-compr-compression-info-list--internal,
12207 jka-compr-mode-alist-additions--internal and
12208 jka-compr-load-suffixes--internal.
12209
12210 * files.el (load-library):
12211 * loadhist.el (file-loadhist-lookup):
12212 * startup.el (command-line):
12213 * subr.el (locate-library):
12214 * emacs-lisp/autoload.el (update-directory-autoloads):
1e0e9b38
SM
12215 * emacs-lisp/find-func.el (find-library-suffixes):
12216 Use `get-load-suffixes' instead of `load-suffixes'.
440cbd9e
LT
12217
12218 * subr.el (locate-library):
1e0e9b38
SM
12219 * emacs-lisp/find-func.el (find-library-name):
12220 Use `load-file-rep-suffixes' instead of '("").
440cbd9e 12221
a0eacbcd
KS
122222006-02-26 Kim F. Storm <storm@cua.dk>
12223
1e0e9b38
SM
12224 * ido.el (ido-save-history, ido-load-history): Simplify.
12225 Don't use find-file-noselect to avoid interference from other modes.
a0eacbcd 12226
19cd88cc
TTN
122272006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
12228
12229 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12230 to use the default shell if filename is not available.
12231 Reported by Giorgos Keramidas.
12232
957e3996
FP
122332006-02-25 John Williams <jrw@pobox.com> (tiny change)
12234
12235 * progmodes/etags.el (tags-completion-table): Do completion from
12236 all the tables in the current list, as documented in the manual.
12237
cb694ab7
AM
122382006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12239
12240 * CC Mode Update to 5.31.3.
12241
122422006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12243
1e0e9b38
SM
12244 * progmodes/cc-mode.el (c-postprocess-file-styles):
12245 Bind inhibit-read-only to t, around the call to
cb694ab7
AM
12246 c-remove-any-local-eval-or-mode-variables, so that it works on a
12247 RO file.
12248
122492006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12250
12251 * progmodes/cc-awk.el: Correct a typo.
12252
122532006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12254
12255 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12256 c-hungry-delete-backwards, at the request of RMS. Leave the old
12257 name as an alias.
12258
122592006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12260
12261 * progmodes/cc-mode.el: Correct a typo.
12262
122632006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12264
12265 * progmodes/cc-defs.el: Update the version number to 5.31.3.
12266
122672006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12268
12269 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12270 brace-else-brace (error due to mbeg, mend being undefined).
12271
122722006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12273
12274 * progmodes/cc-mode.el: File Local variables: Solve the problem
12275 where both `mode' and c-file-offsets are specified: `mode' will
12276 overwrite c-f-o's settings:
a196ea62
JB
12277 (c-remove-any-local-eval-or-mode-variables): New function.
12278 (c-postprocess-file-styles): Call the above new function, within
cb694ab7
AM
12279 c-tentative-buffer-change, to splat `mode' and `eval' before the
12280 second hack-local-variables.
12281
122822006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12283
12284 * progmodes/cc-mode.el:
12285 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1e0e9b38
SM
12286 (c-after-change): Protect the match data with save-match-data.
12287 It was getting corrupted by c-after-change-check-<>-operators.
4ce3c91a 12288
cb694ab7
AM
12289 * cc-defs.el: [Supersedes patch V1.38]:
12290 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1e0e9b38 12291 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
cb694ab7
AM
12292
12293 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12294 with save-match-data. It was being corrupted when Font Lock was
12295 not enabled.
12296
122972006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12298
12299 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12300 Mode and Subword Mode.
12301
12302 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12303 real labels ("case 1:" or "foo:") from non-labels ("public:").
12304 (c-forward-objc-directive): Replace c-forward-token-2 with crude
12305 coding; c-f-t-2 doesn't move over a token at EOB.
12306
1e0e9b38 12307 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
cb694ab7
AM
12308
12309 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12310 (c-update-modeline): Concatenate the minor mode indicators
12311 directly onto mode-name, removing c-submode-indicators.
1e0e9b38 12312 Sometimes, c-s-i got separated from the mode name on the mode line.
cb694ab7 12313
a196ea62
JB
12314 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12315 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
cb694ab7
AM
12316
123172006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12318
a196ea62 12319 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
cb694ab7
AM
12320 error message when there's an evaluation error to show whether
12321 it's loaded from source or not.
a196ea62 12322 (c-filter-ops): Make it available at runtime too to work when
cb694ab7
AM
12323 `c-make-init-lang-vars-fun' needs to evaluate from source.
12324
172892e3
JB
123252006-02-24 Juanma Barranquero <lekktu@gmail.com>
12326
12327 * help.el (help): Revert last part of 2006-02-23 change (deletion
12328 of the `provide' call).
12329
32670900
JL
123302006-02-23 Juri Linkov <juri@jurta.org>
12331
12332 * compare-w.el (compare-windows-highlight): Add new value
12333 `persistent' and change :type from `boolean' to `choice'.
12334 (compare-windows-overlays1, compare-windows-overlays2):
12335 New internal variables.
12336 (compare-windows-highlight): If compare-windows-highlight is
12337 `persistent', add current overlays to compare-windows-overlays[12]
12338 instead of adding compare-windows-dehighlight to pre-command-hook.
12339 (compare-windows-dehighlight): Delete all overlays from
12340 compare-windows-overlays[12].
12341
12342 * info.el (Info-search): Don't bind search-spaces-regexp to
12343 Info-search-whitespace-regexp in non-regexp isearch mode.
12344
4e6d3170
SM
123452006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12346
12347 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12348
35402b98
JB
123492006-02-23 Juanma Barranquero <lekktu@gmail.com>
12350
12351 * textmodes/org.el (org-xemacs-p)
12352 (org-export-html-show-new-buffer, org-table-may-need-update)
12353 (org-insert-item, org-mhe-get-message-real-folder)
12354 (org-mhe-get-message-folder-from-index)
12355 (org-mhe-get-message-folder, org-mhe-get-message-num)
12356 (org-mhe-get-header, org-make-org-heading-search-string)
12357 (org-make-org-heading-camel, org-table-sort-lines)
12358 (org-format-org-table-html, org-format-table-table-html):
12359 Fix typos in docstrings.
12360
55b76f19 123612006-02-23 Carsten Dominik <dominik@science.uva.nl>
1caf01c2 12362
85563680
JB
12363 * textmodes/org.el (org-cleaned-string-for-export)
12364 (org-solidify-link-text): New function.
12365 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12366 XEmacs, just to silence the compiler.
4e6d3170
SM
12367 (org-export-as-ascii, org-export-as-html-and-open):
12368 Use `org-cleaned-string-for-export' and create internal links.
1caf01c2
CD
12369 (org-follow-mhe-link): Require mh-e, use folder.
12370
e4905946
NR
123712006-02-23 Nick Roberts <nickrob@snap.net.nz>
12372
85563680 12373 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
e4905946
NR
12374
12375 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12376 gdb-debug-log-length.
12377 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
12378 it a real ring but...
12379 (gud-gdba-marker-filter): ...make it work like mark-ring.
12380 (gdb-enable-debug): Rename from gdb-enable-debug-log.
12381 (gdb-mouse-jump): New function. Add bindings.
12382
03937438
NR
123832006-02-23 Nick Roberts <nickrob@snap.net.nz>
12384
12385 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12386 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12387 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12388 (gdb-debug-log-length): Customize it's length.
12389 (gud-watch, gdb-var-create-handler): Display function::var format
12390 but don't use to create variable object.
12391 (gdb-var-create-handler): Use message-box in place of message.
12392 (gdb-stopped): Call gdb-exited if signalled.
12393
2e205512
CD
123942006-02-22 Carsten Dominik <dominik@science.uva.nl>
12395
85563680 12396 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
c7cf105d 12397
85563680 12398 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
3bfb8112 12399
85563680 12400 * textmodes/reftex.el (reftex-locate-file): Search all extensions
3bfb8112
CD
12401 if `reftex-try-all-extensions' is set.
12402
0738d819
CD
12403 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12404 fail silently when there is no valid argument at point.
12405 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12406 `fail-silently' argument. From a patch by David Reiter.
a196ea62 12407
35402b98 12408 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2e205512
CD
12409 New commands.
12410 (org-mark-ring): New variable.
12411 (org-mark-ring-length): New option.
12412 (org-open-at-point, org-goto, org-open-file): Push old position
12413 onto the mark ring.
12414 (org-add-hook): New function.
12415 (org-export-table-remove-special-lines): New option.
35402b98
JB
12416 (org-skip-comments, org-format-org-table-html): Respect new
12417 option `org-export-table-remove-special-lines'.
12418 (org-open-file): Allow special command configuration for
12419 directory link.
4e6d3170 12420 (org-file-apps): Fix bugs in customize type, added setting
35402b98 12421 for directories.
2e205512
CD
12422 (org-activate-tags, org-format-agenda-item, org-complete)
12423 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12424 (org-get-tags, org-get-buffer-tags, org-open-at-point)
12425 (org-link-search, org-make-org-heading-search-string)
12426 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12427 (org-radio-targets, org-file-link-context-use-camel-case)
12428 (org-activate-camels): New options.
12429 (org-update-radio-target-regexp, org-all-targets)
35402b98
JB
12430 (org-make-target-link-regexp, org-activate-target-links):
12431 New functions.
2e205512
CD
12432 (org-make-org-heading-search-string): New function.
12433 (org-store-link, org-insert-link): Use new option
12434 `org-file-link-context-use-camel-case'.
12435 (org-activate-camels): Use new option `org-activate-camels'.
4e6d3170 12436 (org-link-regexp): Add mhe prefix.
35402b98
JB
12437 (org-open-at-point, org-store-link): Support for mhe links.
12438 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12439 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12440 (org-mhe-get-header, org-follow-mhe-link): New functions.
12441 (org-remove-angle-brackets, org-add-angle-brackets):
12442 New functions.
12443 (org-bracket-link-regexp): New constant.
4e6d3170 12444 (org-read-date): Fix bug that was rejecting all typed dates.
2e205512
CD
12445 (org-link-search): Make hierarchy above visible after a match.
12446 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4e6d3170 12447 (org-store-link): Fix bug with link creation when cursor is in
2e205512 12448 an empty line.
4e6d3170 12449 (org-open-at-point): Fix bug with matching a link.
35402b98 12450 Fixed buggy argument sequence in call to `org-view-tags'.
2e205512
CD
12451 (org-compile-prefix-format): Set `org-prefix-has-tag'.
12452 (org-prefix-has-tag): New variable.
35402b98
JB
12453 (org-format-agenda-item): Remove tags from headline
12454 if appropriate.
2e205512
CD
12455 (org-agenda-remove-tags-when-in-prefix): New option.
12456
608c89a9 124572006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
85563680 12458
608c89a9 12459 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
85563680
JB
12460 Fix the regular expressions.
12461
f623a9d2
RS
124622006-02-21 Richard M. Stallman <rms@gnu.org>
12463
12464 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12465 if there's no other specific basis.
12466
12467 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12468 as variables at all.
12469 (unsafep-variable): Rename arg; doc fix.
12470
12471 * abbrevlist.el (list-one-abbrev-table): Add autoload.
12472
12473 * calendar/appt.el (diary-selective-display): Add defvar.
12474
12475 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12476
12477 * isearch.el (search-whitespace-regexp): Fix custom type.
12478
12479 * help.el (describe-key-briefly): Compute interactive args
12480 in same was as before previous change.
12481
12482 * files.el (enable-local-variables): Doc fix.
12483
dd9959da
KS
124842006-02-21 Kim F. Storm <storm@cua.dk>
12485
12486 * fringe.el: Cleanup as file is now pre-loaded.
12487 (fringe-bitmaps): Initialize unconditionally.
12488 (fringe-mode, set-fringe-style): Remove autoload cookies.
12489
124902006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
12491
12492 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12493 `horizontal-bar'.
12494 (fringe-cursor-alist): Use `horizontal-bar'.
12495
49af2995
KS
124962006-02-20 Kim F. Storm <storm@cua.dk>
12497
12498 * fringe.el (fringe-bitmaps): Update to new bitmap names.
12499 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12500
12501 * loadup.el: Load "fringe" on window systems.
12502
125032006-02-20 Nick Roberts <nickrob@snap.net.nz>
17007b97
NR
12504
12505 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12506 out of scope components.
12507
12508 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12509 default.
12510
ec9f0a62
CY
125112006-02-20 Chong Yidong <cyd@stupidchicken.com>
12512
4e6d3170
SM
12513 * custom.el (customize-mark-to-save, customize-mark-as-set):
12514 Load the symbol first.
ec9f0a62 12515
5376d5f6
JB
125162006-02-20 Juanma Barranquero <lekktu@gmail.com>
12517
12518 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12519 strech spec so it doesn't display as "^J" on the header line
12520 when `Buffer-menu-use-header-line' is t.
12521
8e6694f5
NR
125222006-02-20 Nick Roberts <nickrob@snap.net.nz>
12523
12524 * speedbar.el (speedbar-make-button): Keep text properties
12525 of string arguments if desired.
12526
12527 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12528 expessions.
12529
12530 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12531 of speedbar.
12532
07556e35
JPW
125332006-02-19 Ryan Yeske <rcyeske@gmail.com>
12534
12535 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12536 to value of `read-file-name-completion-ignore-case'.
12537
2d656942
CY
125382006-02-19 Chong Yidong <cyd@stupidchicken.com>
12539
fccf2784 12540 * custom.el (customize-mark-as-set): Push to `user' theme.
4a9ceb4e 12541
2d656942 12542 * cus-edit.el (custom-save-variables): Allow unthemed values.
fccf2784 12543 (customize-set-variable): Push setting to `user' theme.
2d656942 12544
4d9fa6b8
NR
125452006-02-19 Nick Roberts <nickrob@snap.net.nz>
12546
12547 * progmodes/gud.el: Don't require font-lock as it's now
12548 automatically loaded.
12549 (gud-speedbar-buttons): Replace gdb-var-changed with
12550 gdb-force-update.
12551
12552 * progmodes/gdb-ui.el (gdb-force-update): Rename from
12553 gdb-var-changed.
12554 (gdb-post-prompt): Use it.
12555 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12556 (gdb-var-update-handler, gdb-var-delete)
12557 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12558 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12559 gdb-force-update in gdb-post-prompt.
12560 (gdb-reset): Clear watch expressions from speedbar when quitting.
12561
b6178721 125622006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5376d5f6
JB
12563
12564 * viper-cmd.el (viper-insert-state-post-command-sentinel)
12565 (viper-change-state-to-vi, viper-change-state-to-emacs):
12566 Make aware of cursor coloring in the Emacs state.
12567 (viper-special-read-and-insert-char): Use read-char-exclusive.
12568 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12569
12570 * viper-init.el (viper-emacs-state-cursor-color): New variable.
12571
12572 * viper-util.el (viper-save-cursor-color)
12573 (viper-get-saved-cursor-color-in-replace-mode)
12574 (viper-get-saved-cursor-color-in-insert-mode)
12575 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
b6178721 12576 state.
5376d5f6
JB
12577 (viper-get-saved-cursor-color-in-emacs-mode): New function.
12578
12579 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12580 (ediff-ignore-case-option3, ediff-actual-diff-options)
12581 (ediff-actual-diff3-options): New variables to control case sensitivity.
12582 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12583 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12584 (ediff-toggle-ignore-case): New function.
12585 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12586
12587 * ediff-help.el (ediff-long-help-message-narrow2)
12588 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12589 (ediff-long-help-message-word-mode): Add ignore-case command.
12590 (ediff-help-for-quick-help): Add ignore-case command.
12591
12592 * ediff-merg.el: Move provide to the end.
12593
12594 * ediff-ptch.el: Move provide to the end.
12595
12596 * ediff-wind.el: Move provide to the end.
12597
12598 * ediff-mult.el: Move provide to the end.
12599 (ediff-set-meta-overlay): Enable follow-link.
12600
12601 * ediff.el: Move provide to the end.
b6178721 12602 Break recursive load cycle in eval-when-compile.
5376d5f6
JB
12603 (ediff-patch-buffer): Better heuristics.
12604
12605 * ediff-util.el: Move provide to the end.
b6178721 12606 Break recursive load cycle in eval-when-compile.
5376d5f6 12607 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
b6178721 12608 defuns.
5376d5f6 12609 (ediff-submit-report): Pass the values of ediff-diff3-program,
b6178721 12610 ediff-diff3-options.
5376d5f6 12611
dee503e5
JB
126122006-02-19 Juanma Barranquero <lekktu@gmail.com>
12613
12614 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12615 the opening bracket of the following bracketing pairs: {}, [], (), <>,
12616 `' (for example, in the docstring of `windmove-default-keybindings').
12617
e06b715f
NR
126182006-02-19 Nick Roberts <nickrob@snap.net.nz>
12619
12620 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12621 shadow face. Don't provide binding to edit variable when it is
12622 out of scope.
12623
12624 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12625 (gdb-var-update-handler): Detect out of scope variables with pre
12626 GDB 6.4 too.
172892e3 12627 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
dee503e5 12628 Reset status of variable objects to nil in update handlers.
e06b715f
NR
12629 (gdb-var-update-handler-1): Detect when a variable object comes
12630 in scope. setcar on var changes gdb-var-list directly.
12631
d73c9bcb
JL
126322006-02-17 Juri Linkov <juri@jurta.org>
12633
12634 * ffap.el (ffap) <defface>: Add explicit face declaration.
12635 (ffap-highlight): Use face `ffap' directly instead of checking
12636 for its existence.
12637
12638 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12639 `visible-ok' of `other-buffer' to find the right original buffer.
12640
12641 * info.el (Info-search): Skip `Local Variables' node.
12642
bec275ed
JL
126432006-02-17 Juri Linkov <juri@jurta.org>
12644
12645 * info.el (Info-find-file): Check for symbols `apropos', `history',
12646 `toc' in the input filename, and return these symbols as is.
12647 (Info-find-node-2): Set Info-current-file to symbols `apropos',
12648 `history', `toc' instead of strings.
12649 (Info-set-mode-line): For non-string Info-current-file use the
12650 symbol's name inside **.
12651 (Info-isearch-push-state): Add quote before Info-current-file and
12652 Info-current-node.
12653 (Info-isearch-pop-state): Use `equal' instead of `string='.
12654 (Info-extract-pointer, Info-following-node-name): Use
12655 `match-string-no-properties' instead of `match-string'.
12656 (Info-up): Check `old-file' for `stringp'.
12657 (Info-history): Use `equal' instead of `string-equal'.
12658 Check `file' for `stringp'.
12659 (Info-history): Use symbol `history' instead of string as first arg
12660 of `Info-find-node'.
12661 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
12662 `toc' instead of string.
12663 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12664 instead of `buffer-substring', and `match-string-no-properties'
12665 instead of `match-string'.
12666 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12667 instead of strings.
12668 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12669 Use symbol `apropos' instead of string.
12670 (Info-copy-current-node-name): Check `Info-current-file' for
12671 `stringp' and construct a command with `Info-find-node' from it.
12672 (Info-fontify-node): Use `match-string-no-properties' instead of
12673 `match-string' and check file names for `stringp'.
12674 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12675 `history', `toc' instead of strings.
12676
b9e1451a
CY
126772006-02-17 Chong Yidong <cyd@stupidchicken.com>
12678
12679 * files.el: Rearrange functions and variables in the file local
12680 variables section.
12681
8086a70c
RS
126822006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
12683
12684 * files.el: Add truncate-lines, ispell-check-comments and
12685 ispell-local-dictionary as safe local variables.
12686
11de097a
NR
126872006-02-18 Nick Roberts <nickrob@snap.net.nz>
12688
12689 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12690 out of scope variables.
12691 (gud-speedbar-buttons): Use unless.
12692
12693 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12694 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12695 (gdb-show-changed-values): Also use for out of scope variables.
12696 (gdb-var-update-handler-1): Note if variable goes out of scope.
12697
783eebb9
EZ
126982006-02-17 Ryan Yeske <rcyeske@gmail.com>
12699
12700 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12701 default to global variable values for unsupplied args.
12702 (rcirc-get-buffer-create): Fix bug with setting the target.
12703 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12704 test for rcirc-always-use-server-buffer-flag here.
12705 (rcirc-response-formats): Add %N, which is a facified nick. %n
12706 uses the default face. Change the ACTION format string. If the
12707 "nick" is the server, don't print anything for that field.
12708 Comment fixes.
12709 (rcirc-target-buffer): Don't test
12710 rcirc-always-use-server-buffer-flag here.
12711 (rcirc-print): Squeeze extra spaces out of the text before message.
12712 (rcirc-put-nick-channel): Strip potential "@" char from nick
12713 before adding them to nick table.
12714 (rcirc-url-regexp): Improve to match address like "foo.com".
12715
773e7e48
EZ
127162006-02-17 Eli Zaretskii <eliz@gnu.org>
12717
11de097a 12718 * allout.el (allout-hidden-p): Move this defsubst before
773e7e48
EZ
12719 allout-overlay-interior-modification-handler, where it is first
12720 used.
12721
96b83743
EZ
127222006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
12723
12724 * allout.el: Use allout invisible-text overlays instead of
12725 selective display for concealed text. Also, lots of general
12726 cleanup, and improved compatibility code.
12727
12728 (allout-version) Incremented, corrected, revised, and refined
12729 module commentary.
12730
12731 (provide 'allout): Moved to the bottom, added a require of overlay.
12732
12733 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12734 `except-current'.
12735 (allout-write-file-hook-handler): Minimize delay.
12736 (count-trailing-whitespace-region): New function so
12737 auto-encryption of current topic can resituate cursor exactly.
12738 PGP/GPG encryption trims trailing whitespace from lines, which
12739 must be accounted for across encryption then decryption.
12740
12741 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12742 just plain "\C-c", to avoid intruding on user's keybinding space.
12743
12744 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12745 parameter, so user request to provide a new password is done.
12746
12747 (allout-outside-normal-auto-fill-function, allout-auto-fill):
12748 Refined mechanism for auto-filling behavior while in allout mode.
12749
12750 (allout-mode): Explicitly specify the mode map in the docstring.
12751 Clarify provision for various write-file hook var names.
12752 Adjusted for invisible-text overlays instead of selective-display.
12753
12754 (allout-depth): Really return 0 if not within any topic. This
12755 rectifies `allout-beginning-of-level' and sequence numbering
12756 errors that occur when cutting and pasting numbered topics.
12757 Changed from a in-line subst to a regular function, as well.
12758
12759 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12760
12761 (allout-end-of-subtree, allout-end-of-subtree)
12762 (allout-end-of-entry, allout-end-of-current-heading)
12763 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12764 (allout-show-children, allout-show-to-offshoot)
12765 (allout-hide-current-entry, allout-show-current-entry): Rectified
12766 handling of trailing blank lines between items.
12767
12768 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12769 (allout-current-depth, allout-unprotected, allout-hidden-p)
12770 (allout-on-current-heading-p, allout-listify-exposed)
12771 (allout-chart-subtree, allout-goto-prefix)
12772 (allout-back-to-current-heading, allout-get-body-text)
12773 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12774 (allout-hide-region-body, allout-toggle-subtree-encryption)
12775 (allout-encrypt-string, allout-encrypted-key-info)
12776 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12777 (allout-file-vars-section-data): Adjusted for use with
12778 invisible-text overlays instead of selective-display.
12779
12780 (allout-kill-line, allout-kill-topic, allout-yank-processing):
12781 Reworked for use with invisible text overlays.
12782
12783 (allout-current-topic-collapsed-p): New function.
12784
12785 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12786 to know when to close the containing topic.
12787
12788 (allout-pre-command-business, allout-post-command-business):
12789 Simplify undo-batching and dynamic isearch exposure.
12790
12791 (allout-set-overlay-category): New for invisible-text overlays.
12792 Sets properties of allout-overlay-category, used by
12793 allout-flag-region to set invisible-text overlay properties.
12794 (allout-get-invisibility-overlay): Get the first qualifying
12795 invisibility overlay, so we can find the extent of it.
12796 (allout-back-to-visible-text): Get to just before the beginnining
12797 of the current invisibility overlay, if any.
12798
12799 (allout-overlay-insert-in-front-handler)
12800 (allout-overlay-interior-modification-handler)
12801 (allout-before-change-handler, allout-isearch-end-handler): New
12802 functions to handle extraordinary actions affecting concealed
12803 text.
12804
12805 (allout-flag-region): Use overlays instead of selective-display
12806 for invisible text - by inheritence from the properties of
dee503e5
JB
12807 allout-overlay-category in mainline Emacs, and applied
12808 property-by-property in XEmacs, some recent versions of which
96b83743
EZ
12809 don't inherit the properties from the category. Provisions to
12810 respond to concealed-text edits simplified drastically.
12811
12812 (allout-isearch-rectification, allout-isearch-was-font-lock)
12813 (allout-isearch-expose, allout-enwrap-isearch)
12814 (allout-isearch-abort, allout-pre-was-isearching)
12815 (allout-isearch-prior-pos, allout-isearch-did-quit)
12816 (allout-isearch-dynamic-expose)
12817 (allout-hide-current-entry-completely): Functions deleted.
12818
12819 (allout-undo-aggregation): Explicit undo aggregation no longer
12820 necessary due to transition away from selective-display.
12821
12822 (set-allout-regexp, allout-up-current-level)
12823 (allout-next-visible-heading, allout-forward-current-level)
12824 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12825 (allout-kill-line, allout-yank-processing, allout-show-children)
12826 (allout-expose-topic, allout-old-expose-topic)
12827 (allout-listify-exposed, allout-insert-latex-header)
12828 (allout-toggle-subtree-encryption, allout-encrypt-string)
12829 (remove-from-invisibility-spec, allout-hide-current-subtree):
12830 Ditched unused variables.
12831
a2a385a7
EZ
128322006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
12833
72e4724b 12834 * textmodes/ispell.el (ispell-change-dictionary): Call
a2a385a7
EZ
12835 ispell-buffer-local-dict instead of
12836 ispell-accept-buffer-local-defs.
72e4724b 12837 (ispell-local-dictionary-alist): Accept as valid any coding-system
dee503e5 12838 supported by Emacs.
72e4724b
EZ
12839 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12840 changed to iso-8859-3.
a2a385a7 12841
c3229403
NR
128422006-02-17 Nick Roberts <nickrob@snap.net.nz>
12843
60b8fb50
NR
12844 * speedbar.el (speedbar-frame-width): Make an inline function
12845 instead of a macro. Use frame-width.
dee503e5 12846 (speedbar-try-completion, speedbar-update-contents)
60b8fb50
NR
12847 (speedbar-timer-fn): Use consp.
12848 (speedbar-update-localized-contents): Try to preserve point.
12849
12850 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
c3229403 12851 (menu): Re-order menu items.
60b8fb50
NR
12852 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12853 field.
12854 (gdb-var-update-handler-1): Use it for GDB 6.4+.
12855 (gdb-post-prompt): Speed things by not forcing update.
c3229403 12856
bc7b6e08
CY
128572006-02-16 Chong Yidong <cyd@stupidchicken.com>
12858
12859 * wid-edit.el (widget-button-click): For mouse-1, cancel button
12860 press and perform default action if we get a mouse movement event.
12861
b5189759
JB
128622006-02-16 Juanma Barranquero <lekktu@gmail.com>
12863
12864 * calendar/icalendar.el (icalendar--get-event-property)
12865 (icalendar--get-event-property-attributes): Fix typos in
12866 docstrings.
12867
12868 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
12869 docstring.
12870
988deaf9
JB
128712006-02-15 Juanma Barranquero <lekktu@gmail.com>
12872
12873 * bs.el (bs-mode): Use `buffer-disable-undo'.
12874 (bs--get-file-name): Simplify.
12875 (bs-show-in-buffer): Mark the buffer as not modified.
12876
42078bb2
CY
128772006-02-14 Chong Yidong <cyd@stupidchicken.com>
12878
bb55f90e
CY
12879 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
12880 widget-button-click.
12881
12882 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
9ca66103 12883 (custom-mode): Update docstring.
bb55f90e 12884
50be33f5
CY
12885 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
12886 binding.
12887
42078bb2 12888 * files.el (hack-local-variables-confirm): Allow scrolling if the
0a158521 12889 file variable list is too long. Kill temp buffer after use.
42078bb2 12890
a4b354b7
NR
128912006-02-15 Nick Roberts <nickrob@snap.net.nz>
12892
12893 * progmodes/gud.el (gdb): Improve doc string.
12894 (gdb-script-font-lock-keywords): Expand allowed character set.
12895
12896 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
12897 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
12898 (gdb-separate-io-interrupt, gdb-separate-io-quit)
12899 (gdb-separate-io-stop, gdb-separate-io-eof):
12900 Rename from gdb-inferior-* to gdb-separate-*.
12901 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
12902
d7505da3
JB
129032006-02-14 Jay Belanger <belanger@truman.edu>
12904
12905 * calc/calc-arith.el (math-check-known-scalarp): Make sure
12906 expression is a symbol before checking that it is bound.
12907
12908 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
12909 test to see if equation can be solved.
12910
d450f2a2
CY
129112006-02-14 Chong Yidong <cyd@stupidchicken.com>
12912
e1ec62a5
CY
12913 * wid-edit.el (widget-button-click): Use :pressed-face property
12914 for overlay face, if it exists.
12915
12916 * cus-edit.el (custom-manual, custom-add-see-also)
12917 (custom-add-parent-links, custom-group-link): Add :pressed-face
12918 property to links.
12919
d450f2a2
CY
12920 * files.el (hack-local-variables): Remove ignored variables before
12921 checking if any variables need setting.
12922
348f73b0 129232006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
0dd95b49 12924
ef4cbfc0 12925 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
0dd95b49 12926
a5f43550
JB
129272006-02-14 Juanma Barranquero <lekktu@gmail.com>
12928
12929 * help.el (where-is): Fix message for remapped commands.
12930
ef4cbfc0
JB
12931 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
12932 Fix typos in docstrings.
12933
5a6c1d87
CY
129342006-02-13 Chong Yidong <cyd@stupidchicken.com>
12935
12936 * files.el (safe-local-variable-values): New option.
12937 (hack-local-variables-prop-line): Return a list of variable-value
12938 pairs if MODE-ONLY is non-nil.
12939 (hack-local-variables): Construct list of variable-value pairs,
12940 and apply or reject them in one go. Ask for confirmation if
12941 variables are not known safe.
12942 (hack-local-variables-confirm): Complete rewrite. Support
12943 `safe-local-variable-values'.
12944 (enable-local-variables): Update docstring to reflect new
12945 behavior.
12946 (ignored-local-variables): Ignore ignored-local-variables and
12947 safe-local-variable-values.
12948 (safe-local-variable-p): New function.
12949 (risky-local-variable-p): `safe-local-variable' property check
12950 moved to safe-local-variable-p.
12951 (hack-one-local-variable): Checks moved to hack-local-variables.
12952
a5f43550
JB
12953 (byte-compile-dynamic, c-basic-offset, c-file-style)
12954 (c-indent-level, comment-column, fill-column, fill-prefix)
12955 (indent-tabs-mode, kept-new-versions, no-byte-compile)
12956 (no-update-autoloads, outline-regexp, page-delimiter)
12957 (paragraph-start, paragraph-separate, sentence-end)
12958 (sentence-end-double-space tab-width, version-control):
12959 Add `safe-local-variable' property.
5a6c1d87
CY
12960
12961 * find-lisp.el: Delete nonexistent `autocompile' file variable.
12962
12963 * icomplete.el, play/landmark.el: Change nonexistent
12964 `outline-layout' file variable to `allout-layout'.
12965
ee517841
NR
129662006-02-14 Nick Roberts <nickrob@snap.net.nz>
12967
12968 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
12969 (gdb-get-changed-registers): Test value of gud-minor-mode relative
12970 to gud-comint-buffer.
12971 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
12972 gdb-ui.el for gdb-mi.el.
12973 (gdb-post-prompt, gdb-get-changed-registers): Move test for
12974 registers buffer to gdb-get-changed-registers.
12975 (gdb-breakpoint-regexp): New regexp. Allow toggling and
12976 deletion of catchpoints (throw and catch).
12977 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12978 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
12979 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
12980 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
12981 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
12982
c3a1b861
JB
129832006-02-13 Jay Belanger <belanger@truman.edu>
12984
a5f43550 12985 * calc/calc-arith.el (math-check-known-matrixp): Make sure
c3a1b861
JB
12986 expression is a symbol before checking that it is bound.
12987
2c8ed538
RS
129882006-02-13 Richard M. Stallman <rms@gnu.org>
12989
f8d775e1
RS
12990 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
12991 for the minibuffer too, but not if resize-mini-windows will interfere.
12992
2c8ed538
RS
12993 * help.el (describe-key-briefly, describe-key): Do all arg-reading
12994 inside `interactive' spec.
12995 (describe-key-briefly-internal, describe-key-internal):
12996 Functions merged back into their callers.
a5f43550 12997
5fed8c15 129982006-02-13 Martin Rudalics <rudalics@gmx.at>
fd5b25da
JL
12999
13000 * info.el (info-xref-visited): Inherit from info-xref too.
13001 (Info-set-mode-line): Replace occurrences of `%' by `%%'
13002 when propertizing Info-current-file and Info-current-node.
13003
ace665ea
JL
130042006-02-13 Juri Linkov <juri@jurta.org>
13005
13006 * tumme.el (tumme-thumbnail-storage): Fix docstring.
13007 (tumme-thumb-name): Fix per-directory format.
13008
50d16788
JB
130092006-02-13 Juanma Barranquero <lekktu@gmail.com>
13010
13011 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
13012
3715419e
MB
130132006-02-12 Miles Bader <miles@gnu.org>
13014
13015 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
13016
98da60f7
MD
130172006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
13018
50d16788 13019 * tumme.el: Remove history section. If someone needs the it, it
98da60f7
MD
13020 can always be found in CVS.
13021
fb453473
MD
130222006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13023
50d16788
JB
13024 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
13025 about the Thumbnail Managing Standard option.
fb453473 13026
0283e339
RS
130272006-02-12 Richard M. Stallman <rms@gnu.org>
13028
13029 * subr.el (substitute-key-definition): Doc fix.
13030
13031 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
13032
13033 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
13034
13035 * info.el (Info-mode): Doc fix.
13036
13037 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
13038
7dbde7dd
MA
130392006-02-12 Michael Albinus <michael.albinus@gmx.de>
13040
13041 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
13042 because on Solaris a POSIX compatible "id" is needed. Reported by
13043 Magnus Henoch <mange@freemail.hu>.
13044
ea948bd6
JL
130452006-02-12 Juri Linkov <juri@jurta.org>
13046
13047 * tumme.el: Remove todo item about Thumbnail Managing Standard.
13048 (tumme) <defgroup>: Change :group to `multimedia'.
13049 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13050 Managing Standard.
13051 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13052 Fix dostring.
13053 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13054 and %y. Fix docstring.
13055 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13056 (tumme-cmd-create-standard-thumbnail-command): New user options.
13057 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13058 is `standard'. Fix docstring.
13059 (tumme-thumb-width, tumme-thumb-height): New user options.
13060 (tumme-external-viewer): Try to find various viewers.
13061 (tumme-get-thumbnail-image): Use `create-image' instead of
13062 constructing the `image' structure.
13063 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13064 `standard'.
13065 (tumme-thumb-name): Add file name generation for standard storage.
13066 Simplify code for other storages.
13067 (tumme-thumb-name): Use width %w and height %h instead of size %s.
13068 Add modification time %m and thumbnail-nq8 %q.
13069 Use `tumme-cmd-create-standard-thumbnail-command' if
13070 tumme-thumbnail-storage is `standard'.
13071 (tumme-dired-insert-marked-thumbs): New autoload command.
13072 (tumme-dired-after-readin-hook): New function.
13073 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13074 `tumme-thumb-size'.
13075 (tumme-display-image): Replace size-x %x and size-y %y with
13076 width %w and height %h.
13077
13078 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13079 `tumme-dired-insert-marked-thumbs'.
13080
c39343ca
MD
130812006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13082
f828c6fc
JB
13083 * tumme.el (tumme-write-tag): Fix small bug (file name did not
13084 include path).
13085 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13086 matching tag.
c39343ca 13087
324e4da7
MB
130882006-02-12 Miles Bader <miles@gnu.org>
13089
13090 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13091 New variables.
13092 (rcirc-abbrev-nick): New function.
13093 (rcirc-format-response-string): Rewrite to use the formats in
13094 `rcirc-response-formats' and expand escape sequences therein.
13095 A text-property `rcirc-text' is added over the actual response
13096 text to make easy to find inside the returned string.
13097 (rcirc-print): When filling, just look for the `rcirc-text'
13098 text-property to find the appropriate fill prefix, instead of
13099 using hardwired patterns.
13100
e6b84d1f
MD
131012006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13102
f828c6fc
JB
13103 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
13104 Managing Standard.
e6b84d1f 13105
ed096543
KS
131062006-02-11 Kim F. Storm <storm@cua.dk>
13107
13108 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13109 Don't use insert-buffer; do insert-buffer-substring directly.
50d16788 13110 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
ed096543 13111
518dc5be
EZ
131122006-02-11 Martin Rudalics <rudalics@gmx.at>
13113
13114 * files.el (revert-buffer, recover-file): Replace buffer-read-only
0a9cef67 13115 with inhibit-read-only. Suggested by Stefan Monnier.
518dc5be
EZ
13116 (revert-buffer): Let insert-file-contents discard
13117 buffer-undo-list. Simplify code.
13118 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13119
c54fb9ef
EZ
131202006-02-11 Eli Zaretskii <eliz@gnu.org>
13121
5fb64ecc
EZ
13122 * menu-bar.el (menu-bar-select-yank): Add a doc string.
13123
c54fb9ef
EZ
13124 * help.el (describe-key-briefly): Now a wrapper for
13125 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
8ee320fc 13126 to t. Populate yank-menu if empty.
c54fb9ef
EZ
13127 (describe-key-briefly-internal): Renamed from describe-key-briefly.
13128 (describe-key): Now a wrapper for describe-key-internal. Bind
8ee320fc 13129 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
c54fb9ef
EZ
13130 (describe-key-internal): Renamed from describe-key.
13131
08108577
EZ
131322006-02-11 Milan Zamazal <pdm@zamazal.org>
13133
13134 * progmodes/glasses.el (glasses-separator): Doc fix.
13135 (glasses-original-separator): New defcustom.
13136 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13137
a348f5ba
EZ
131382006-02-11 Martin Rudalics <rudalics@gmx.at>
13139
13140 * mwheel.el (mouse-wheel-up-event): Doc fix.
13141
6295b3b1
MD
131422006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13143
f828c6fc
JB
13144 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13145 (tumme-dir): New function. Copied from thumbs.el.
6295b3b1 13146
be617bbf
JB
131472006-02-10 Juanma Barranquero <lekktu@gmail.com>
13148
13149 * desktop.el (desktop-outvar): Fix typo.
13150 (desktop-save-buffer-p): Doc fix.
13151
4f1a3949
JB
13152 * subr.el (substitute-key-definition): Fix typo.
13153
cbd488c4
YM
131542006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13155
13156 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13157 when window-system is mac.
13158
13159 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13160
d342156c
KS
131612006-02-10 Kim F. Storm <storm@cua.dk>
13162
13163 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13164 indirect-function instead of using condition-case.
13165
13664bec
MD
131662006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
13167
f828c6fc
JB
13168 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13169 less `colloquial'...
13664bec 13170
d03b98ad
MD
131712006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
13172
f828c6fc 13173 * tumme.el: Add a couple of todo items.
d03b98ad 13174
02501160 131752006-02-09 Lars Hansen <larsh@soem.dk>
9e722067 13176
4f1a3949 13177 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
9e722067
LH
13178 (highlight-changes-mode): Don't change desktop-locals-to-save.
13179
fcfc4732
CY
131802006-02-09 Chong Yidong <cyd@stupidchicken.com>
13181
13182 * image-mode.el (image-toggle-display): Clear image cache if using
13183 filename.
13184
02501160 131852006-02-09 Masatake YAMATO <jet@gyve.org>
d9674f33 13186
d2ea84be
MY
13187 * dired-x.el (dired-guess-shell-alist-default): Add .man as
13188 a `dired-man' target.
1bf6d4b5
RF
13189
13190 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
d9674f33
MY
13191 boundary of symbols.
13192
bf54d814
SM
131932006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
13194
13195 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13196
ddd1e91e
JB
131972006-02-09 Juanma Barranquero <lekktu@gmail.com>
13198
13199 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13200 `mapcar'; return nil.
13201
745cfc57
CY
132022006-02-08 Chong Yidong <cyd@stupidchicken.com>
13203
13204 * mouse.el (mouse-drag-track): Don't change window if we rebind to
13205 some other event.
13206
db58efbf
EZ
132072006-02-08 Ryan Yeske <rcyeske@gmail.com>
13208
bf54d814
SM
13209 * net/rcirc.el (rcirc-startup-channels-alist):
13210 Add irc.freenode.net and #emacs as defaults.
db58efbf
EZ
13211 (rcirc-ignore-all-activity-flag): Remove variable.
13212 (rcirc-authinfo): New variable.
13213 (rcirc-authinfo-filename): Remove variable.
13214 (rcirc-always-use-server-buffer-flag): New flag.
13215 (rcirc): M-x rcirc will automatically connect without prompting.
13216 C-u M-x rcirc will prompt. Use rcirc-connect to create a
13217 connection in lisp.
13218 (rcirc-process-server-response-1): Remove everything but the nick
13219 portion of the sender so it doesn't need to be done everywhere
13220 else. Update related code.
13221 (global-map): Remove global keybindings.
13222 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13223 (rcirc-send-input): Split into several functions.
13224 (rcirc-process-input-line, rcirc-process-message)
13225 (rcirc-process-command): New functions.
13226 (rcirc-target-buffer): New function to determine where to route
13227 messages.
13228 (rcirc-user-nick): Save match data.
13229 (rcirc-toggle-ignore-buffer-activity)
bf54d814
SM
13230 (rcirc-update-activity-string): Remove global ignore functionality,
13231 which can be done now by toggling rcirc-track-minor-mode.
db58efbf
EZ
13232 (rcirc-track-minor-mode-map): New keymap.
13233 (rcirc-track-minor-mode): New minor-mode.
13234 (ignore): Make the ignore output nicer. Always print it when
13235 adding or removing nicks.
13236 (rcirc-url-regexp): Improve.
13237 (rcirc-mangle-text): Remove properties before using text in the
13238 modeline.
13239 (rcirc-authenticate): Authentication data comes from
13240 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13241 (rcirc-server-prefix): Inherit from rcirc-server.
13242
063cd226
EZ
132432006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
13244
13245 * Makefile.in (compile): Append "|| true" to the end of the `find'
13246 command, like compile-always does.
13247
df2a9b12
SS
132482006-02-08 Sam Steingold <sds@gnu.org>
13249
13250 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13251 output from a dead connection.
13252
6102da26
MD
132532006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13254
cb192119 13255 * dired.el (dired-mode-map): Add more bindings for tumme.
6102da26 13256
cb192119 132572006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
d4f2cc77
SM
13258
13259 * wdired.el (wdired-mode-map): Use remap.
13260 (wdired-get-filename): Massage.
13261 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13262 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13263 `keymap' property rather than `local-map'.
13264
87ec3117
MD
132652006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13266
bd91608b
KS
13267 * tumme.el (tumme-get-thumbnail-image): New utility function.
13268 Suggested by from Chong Yidong.
13269 (tumme-dired-with-window-configuration): Rename from
13270 `tumme-dired'. Add code to save window configuration.
87ec3117 13271 (tumme-restore-window-configuration): New command to restore the
bd91608b 13272 window configuration that `tumme-dired-with-window-configuration'
cb192119 13273 saves before it changes the window configuration.
bd91608b
KS
13274 (tumme-show-all-from-dir): New command to display thumbnails for
13275 all files in a directory entered by the user, like M-x thumbs.
13276 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13277 have been created.
13278 (tumme-display-thumbnail-original-image): Call `display-buffer'.
87ec3117 13279 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
bd91608b 13280 Remove obsolete test function.
87ec3117 13281
9146d683
JB
132822006-02-07 Juanma Barranquero <lekktu@gmail.com>
13283
464540ed
JB
13284 * vc.el (small-temporary-file-directory): Remove defvar; there's
13285 a defcustom for it in files.el.
13286
9146d683
JB
13287 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13288 Fix typo in message.
13289 (tumme-gallery-generate): Fix typo in `error' message.
13290 (tumme-display-window-height-correction)
13291 (tumme-display-window-width-correction, tumme-line-up-dynamic)
13292 (tumme-line-up-interactive): Dox fixes.
13293 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13294 (tumme-restore-window-configuration, tumme-format-properties-string)
13295 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13296 Fix typos in docstrings.
13297
e925d5ae 132982006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
1b505363
TTN
13299
13300 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13301
25ef2475
NR
133022006-02-07 Nick Roberts <nickrob@snap.net.nz>
13303
13304 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13305 User should use hook if desired.
13306
13307 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13308 buffer if necessary.
13309 (gdb-delete-frame-or-window): New function.
13310 (gdb-breakpoints-mode-map): Bind "q" to it.
13311
b06ee3d2
SM
133122006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13313
ea37fbb8
SM
13314 * textmodes/nroff-mode.el: Clean up name space.
13315 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13316 (nroff-mode): Obey the global setting of nroff-electric-mode.
13317 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13318
b06ee3d2
SM
13319 * calendar/calendar.el (calendar-increment-month): Typo in last change.
13320
cbbd2cd3
TTN
133212006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
13322
13323 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13324
133252006-02-06 Lars Hansen <larsh@soem.dk>
3e54ab6c
LH
13326
13327 * generic-x.el (etc-fstab-generic-mode): Add file system types
b06ee3d2 13328 cifs and usbdevfs. Allow special chars in file names.
3e54ab6c 13329
4c003d2f
JB
133302006-02-05 Jay Belanger <belanger@truman.edu>
13331
13332 Update copyright notices of the files in lisp/calc.
13333
1004fadc
RF
133342006-02-05 Romain Francoise <romain@orebokech.com>
13335
13336 Update copyright notices of all files in the lisp/play directory.
13337
632966a7
LT
133382006-02-04 Luc Teirlinck <teirllm@auburn.edu>
13339
bec51011
LT
13340 * ldefs-boot.el: Regenerate.
13341
13342 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
632966a7 13343
53391989
KS
133442006-02-05 Kim F. Storm <storm@cua.dk>
13345
13346 * files.el (magic-mode-regexp-match-limit): New defvar.
13347 (set-auto-mode): Use it to limit magic-mode-alist matching.
13348
c1a055ca
EZ
133492006-02-04 Eli Zaretskii <eliz@gnu.org>
13350
4a99f153
EZ
13351 * info.el (Info-index, Info-mode): Improve the description of the
13352 `i' command.
13353
c1a055ca
EZ
13354 * ldefs-boot.el: Regenerate.
13355
cb8ec72a
WL
133562006-02-03 Werner Lemberg <wl@gnu.org>
13357
13358 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13359 greedy to find the closing bracket in \*[...] and similar
13360 expressions. This is a first rough fix -- many additional
b06ee3d2 13361 refinements are necessary to make nroff mode really usable with groff.
cb8ec72a 13362
6bba8c70
KH
133632006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
13364
b06ee3d2
SM
13365 * international/mule-cmds.el (set-locale-environment):
13366 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6bba8c70
KH
13367 libX11.
13368
24d5d3e2
EZ
133692006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
13370
13371 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13372 archive are created in archive-tmpdir.
13373
070b3f44
JPW
133742006-02-02 John Paul Wallington <jpw@pobox.com>
13375
13376 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13377 (ibuffer-fontification-alist): Use it.
13378 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13379 to "* z" and the Ibuffer Mark menu.
13380
13381 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13382
7b8e06aa
SM
133832006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13384
13385 * textmodes/table.el (*table--cell-describe-mode)
13386 (*table--cell-describe-bindings): Undo last change since
13387 print-help-return-message is not obsoleted by anything at all.
13388
f079f5bc
LT
133892006-02-02 Luc Teirlinck <teirllm@auburn.edu>
13390
13391 * emulation/cua-base.el (cua-mode): Doc fix.
13392
8b730780
JB
133932006-02-02 Juanma Barranquero <lekktu@gmail.com>
13394
0ddb3356
JB
13395 * dframe.el (dframe-handle-make-frame-visible)
13396 (dframe-handle-iconify-frame, dframe-get-focus)
13397 (dframe-select-attached-frame, dframe-power-click)
13398 (dframe-frame-mode): Fix typos in docstrings.
13399
13400 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13401 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13402 Fix typos in docstrings.
13403
8b730780
JB
13404 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13405 (hi-lock-face-buffer, hi-lock-font-lock-hook)
13406 (hi-lock-archaic-interface-message-used)
13407 (hi-lock-file-patterns-range): Fix typos in docstrings.
13408
0ddb3356 13409 * savehist.el (savehist-loaded, savehist-load, savehist-install)
7b8e06aa 13410 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
0ddb3356
JB
13411
13412 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13413 Fix typo in docstring.
13414
475ffea4
JB
13415 * net/newsticker.el (newsticker--decode-iso8601-date)
13416 (newsticker--set-customvar, newsticker--buffer-insert-item)
13417 (newsticker--do-run-auto-mark-filter)
13418 (newsticker--parse-generic-feed): Doc fixes.
13419 (newsticker--retrieval-timer-list, newsticker-url-list)
13420 (newsticker-hide-immortal-items-in-echo-area)
13421 (newsticker-hide-obsolete-items-in-echo-area)
13422 (newsticker-new-item-face, newsticker--enclosure)
13423 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13424 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13425 (newsticker--parse-generic-feed, newsticker--cache-contains)
13426 (newsticker--stat-num-items, newsticker-download-enclosures):
13427 Fix typos in docstrings.
13428
13429 * net/rcirc.el (rcirc-debug): Doc fix.
0ddb3356
JB
13430 (rcirc-fill-column, rcirc-receive-message-hooks)
13431 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13432 (rcirc-mode, rcirc-generate-new-buffer-name)
13433 (rcirc-startup-channels, rcirc-ignore-update-automatic)
13434 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13435 Fix typos in docstrings.
13436 (rcirc-print): "?\ " -> "?\s".
f161b079 13437 (rcirc-cmd-join): Improve argument/docstring consistency.
0ddb3356 13438
e36cfca2
MH
134392006-02-01 Mark A. Hershberger <mah@everybody.org>
13440
13441 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13442 before narrow-to-region.
13443
39eadb4a
RS
134442006-02-01 Richard M. Stallman <rms@gnu.org>
13445
13446 * simple.el (move-beginning-of-line): Scan properly for invis change.
13447
13448 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13449
ca637b2a
MA
134502006-02-01 Michael Albinus <michael.albinus@gmx.de>
13451
13452 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13453 change bit only when id-format is 'integer. Reported by Matt
13454 Hodges <M.P.Hodges@rl.ac.uk>.
13455
ea56cdf1
JB
134562006-02-01 Juanma Barranquero <lekktu@gmail.com>
13457
13458 * hilit-chg.el (highlight-changes-initial-state)
13459 (highlight-changes-global-initial-state): Doc fixes.
13460 (highlight-changes-global-modes, global-highlight-changes):
13461 Fix typos in docstrings.
13462
bb92c642
KS
134632006-02-01 Kim F. Storm <storm@cua.dk>
13464
13465 * emulation/cua-base.el (cua-mode): Mention that CUA enables
13466 transient-mark-mode in doc string.
13467
b2acecc1
RS
134682006-01-31 Richard M. Stallman <rms@gnu.org>
13469
13470 * replace.el (multi-occur): Doc fix.
7b8e06aa 13471 (multi-occur-in-matching-buffers): Rename from
b2acecc1
RS
13472 multi-occur-by-filename-regexp. Prefix arg says match
13473 buffer names instead of file names.
13474
4d84a8d0
JB
134752006-01-31 Juanma Barranquero <lekktu@gmail.com>
13476
13477 * bs.el: Allow non-default values of `bs-header-lines-length'.
13478 (bs--running-in-xemacs): Remove (not needed anymore).
13479 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13480 instead of `shrink-window', thus avoiding having to compute the
13481 height of the window.
13482 (bs--up): Wrap around even when there's no header.
13483 (bs--down): Use `forward-line' instead of `next-line'.
13484
2bd53dc0
CY
134852006-01-30 Chong Yidong <cyd@stupidchicken.com>
13486
13487 * image-mode.el (image-toggle-display): Use file name if possible,
13488 instead of unnecessarily allocating a (possibly huge) lisp string.
13489
c45c309f
JPW
134902006-01-30 John Paul Wallington <jpw@pobox.com>
13491
13492 * subr.el (toplevel): Define `cl-assertion-failed' condition here
13493 because the `assert' macro signals it at runtime.
13494
13495 * emacs-lisp/cl.el (toplevel): Remove definition of
13496 `cl-assertion-failed' condition.
13497
75e49434
NR
134982006-01-30 Nick Roberts <nickrob@snap.net.nz>
13499
13500 * thumbs.el (thumbs-marked-list): Make buffer-local and
13501 permanent-local.
13502 (thumbs-insert-thumb): Make help-echo non-sticky.
13503 (thumbs-file-alist): Use eolp as check for (non)-image.
13504
520c451b
JB
135052006-01-30 Juanma Barranquero <lekktu@gmail.com>
13506
a3bc032f
JB
13507 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13508 (ediff-before-session-group-setup-hooks)
13509 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13510 Fix typos in docstrings.
13511
9872af18
JB
13512 * window.el (bw-dir, bw-eqdir, balance-windows)
13513 (split-window-keep-point): Fix typos in docstrings.
13514
b0a10108
JB
13515 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13516 (org-quote-string, org-calendar-to-agenda-key)
13517 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13518 (org-show-following-heading, org-tags-column)
13519 (org-use-tag-inheritance, org, org-allow-space-in-links)
13520 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13521 (org-enable-table-editor, org-calc-default-modes)
13522 (org-table-allow-automatic-line-recalculation)
13523 (org-export-html-style, org-export-with-fixed-width)
13524 (org-export-with-sub-superscripts, org-special-keyword)
13525 (org-formula, org-time-grid, org-table-may-need-update)
13526 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13527 (org-goto-quit, org-get-indentation, org-end-of-item)
13528 (org-move-item-down, org-move-item-up)
13529 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13530 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13531 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13532 (org-agenda-log-mode, org-agenda-toggle-diary)
13533 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13534 (org-agenda-file-to-end, org-agenda-no-heading-message)
13535 (org-agenda-get-closed, org-format-agenda-item)
13536 (org-cmp-priority, org-cmp-category, org-cmp-time)
13537 (org-agenda-change-all-lines, org-agenda-diary-entry)
13538 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13539 (org-link-search, org-camel-to-words, org-open-file)
13540 (org-remember-handler, org-table-convert-region)
13541 (org-table-move-row-down, org-table-move-row-up)
13542 (org-table-copy-region, org-table-wrap-region)
13543 (org-table-toggle-vline-visibility)
13544 (org-table-get-vertical-vector, org-table-modify-formulas)
13545 (org-table-get-specials, org-recalc-commands)
13546 (org-table-rotate-recalc-marks, org-table-eval-formula)
13547 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13548 (org-level-color-stars-only, org-insert-heading):
13549 Fix typos in docstrings.
13550 (last-arg): Add defvar.
13551
520c451b
JB
13552 * makefile.w32-in (WINS): Add erc.
13553 (MH_E_SRC): Update (copied from lisp/Makefile.in).
13554
68b88a6d
BW
135552006-01-29 Bill Wohler <wohler@newt.com>
13556
13557 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13558 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
520c451b 13559 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
68b88a6d
BW
13560 (mh-autoloads): Don't use comments on otherwise empty lines.
13561
98c414c7
MB
135622006-01-29 Edward O'Connor <ted@oconnor.cx>
13563
13564 * emulation/viper.el (viper-major-mode-modifier-list): Add
13565 insert-state and vi-state entries for erc-mode.
13566 (viper-go-away, viper-set-hooks): Add and remove
13567 viper-comint-mode-hook from erc-mode-hook as appropriate.
13568
13569 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13570
635ed242
JB
135712006-01-29 Juanma Barranquero <lekktu@gmail.com>
13572
13573 * bs.el (bs--format-aux): Implement `middle' alignment as
13574 described in the docstring for `bs-attributes-list'.
13575 (bs--get-name): Simplify. Don't pad the buffer name.
13576
dc86c16d
EZ
135772006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
13578
13579 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13580 English aspell dictionary is installed, use the first entry of
13581 ispell-dictionary-alist-1.
13582
86b8a072 135832006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
f9fe3e26
EZ
13584
13585 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13586 Doc fix.
13587
209bb3be
MA
135882006-01-27 Michael Albinus <michael.albinus@gmx.de>
13589
13590 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13591 for `process-file', in order to let it work for older Emacsen too.
13592
c80977a1
EZ
135932006-01-27 Eli Zaretskii <eliz@gnu.org>
13594
13595 * international/latexenc.el: Add a suitable `coding:' tag.
a849f77d 13596 (latexenc-find-file-coding-system): Undo last change.
c80977a1 13597
348f73b0 135982006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
c80977a1
EZ
13599
13600 * international/latexenc.el (latexenc-find-file-coding-system):
13601 Make sure latexenc-main-file is a regular file and is readable.
13602
c5b46a65
AS
136032006-01-27 Andre Spiegel <spiegel@gnu.org>
13604
13605 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13606 Pass FILE to vc-user-login-name.
13607
13608 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13609
6045b8ef
NR
136102006-01-27 Nick Roberts <nickrob@snap.net.nz>
13611
13612 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13613 there are no more images to display.
13614 (thumbs-mark, thumbs-unmark): Revert change so that they move to
13615 the next image.
13616
57436ee7
RS
136172006-01-26 Richard M. Stallman <rms@gnu.org>
13618
13619 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13620
13621 * wid-edit.el (advertised-widget-backward): New alias.
13622 (widget-keymap): Use advertised-widget-backward for S-TAB.
13623
13624 * tumme.el: Correct the keywords.
635ed242 13625 (tumme-dir-max-size): Use defvar.
57436ee7
RS
13626 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13627
13628 * simple.el (move-beginning-of-line): Take account of fields.
13629 (clone-indirect-buffer-other-window): Take args like
13630 clone-indirect-buffer, and work like it.
13631
13632 * help-fns.el (describe-function): Don't pass `nil' as default.
13633
13634 * files.el (risky-local-variable-p): Follow var aliases.
13635
13636 * subr.el (lazy-completion-table): Doc fix.
13637
13638 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13639 global binding of `line'.
13640
817f348a
AS
136412006-01-25 Andre Spiegel <spiegel@gnu.org>
13642
13643 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13644 Tramp.
13645
13646 * vc.el (vc-default-dired-state-info): Pass FILE to
13647 vc-user-login-name.
13648 (vc-default-update-changelog): Don't use vc-user-login-name, we
13649 don't need it here.
13650
55b76f19 13651 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
817f348a 13652 no longer necessary.
209bb3be 13653
d1efee22
KH
136542006-01-25 Kenichi Handa <handa@m17n.org>
13655
13656 * international/mule.el (decode-char): Avoid the overhead of
13657 calling utf-lookup-subst-table-for-decode if
13658 utf-translate-cjk-mode is nil.
13659 (encode-char): Avoid the overhead of calling
13660 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13661 nil.
13662
136632006-01-22 Kenichi Handa <handa@m17n.org>
13664
13665 * international/mule.el (make-subsidiary-coding-system): Reset
13666 `coding-system-define-form' property of subsidiaries to nil.
13667 Avoid duplicated entry in coding-system-alist.
13668 (make-coding-system): Avoid duplicated entry in
13669 coding-system-alist.
13670 (define-coding-system-alias): Likewise.
13671
54c30f8d
LT
136722006-01-24 Luc Teirlinck <teirllm@auburn.edu>
13673
13674 * completion.el: Minor fixes in introductory comment.
13675 (completion-def-wrapper): Fix alist.
13676
3beca8d5
NR
136772006-01-25 Nick Roberts <nickrob@snap.net.nz>
13678
13679 * thumbs.el (thumbs-new-image-size): New function.
13680 (thumbs-increment-image-size-element)
13681 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13682 (thumbs-decrement-image-size): Delete.
13683 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
13684 temp files and use to resize.
13685 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13686 Use increment argument to enlarge/shrink. Preserve point.
13687 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13688 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13689 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13690 (thumbs-mark, thumbs-unmark): Preserve point.
13691 (thumbs-modify-image): Keep old temp files and use to modify.
13692 Cleanup old temp files at load time. Preserve point.
13693 (thumbs-view-image-mode-map): Use new command names.
13694
5d1c8151
SM
136952006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
13696
243afed7
SM
13697 * log-view.el (log-view-minor-wrap): First rev is the one at point.
13698
b8823bf4
SM
13699 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13700 the nastiest part of the cyclic dependency.
243afed7 13701 (cal-menu-update): Use dotimes and calendar-increment-month.
b8823bf4 13702
5d1c8151
SM
13703 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13704 (calendar-week-start-day): Add an :initializer.
13705 (calendar-mode-map): Use suppress-keymap, and command remapping.
13706 (describe-calendar-mode): Setup xref-stack info for the back button.
13707 (calendar-star-date): Insert before delete.
13708 (calendar-set-mode-line): Add file-modified info if applicable.
13709 (calendar-increment-month): New function.
13710
317921ec
TTN
137112006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
13712
13713 * font-lock.el (lisp-font-lock-keywords-2):
13714 Recognize "& keywords" only at word boundaries.
13715
3d9d607a
NR
137162006-01-24 Nick Roberts <nickrob@snap.net.nz>
13717
13718 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
13719 and permanent-local.
635ed242
JB
13720 (thumbs-max-image-number): New variable.
13721 (thumbs-do-thumbs-insertion): Use them.
3d9d607a
NR
13722 (thumbs-per-line): Change default to 4.
13723 (thumbs-marked-list): Rename from thumbs-markedL.
13724 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13725 (thumbs-rename-images): Use -list instead of L for internal variables.
13726 (thumbs-call-convert): Use call-process instead of shell-command.
13727 (thumbs-insert-thumb): Add filename as help-echo to each image.
13728 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13729 Give dir to thumbs-show-thumbs-list.
13730 (thumbs-show-thumbs-list): Set default-directory to that of images.
13731 (thumbs-dired-show): Rename from thumbs-dired-show-all.
13732 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13733 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13734 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13735
1e3b6bec
SM
137362006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
13737
13738 * ses.el (ses-read-cell): Provide a default value.
13739
9dd28cae
JB
137402006-01-23 Juanma Barranquero <lekktu@gmail.com>
13741
13742 * term/w32-win.el (image-library-alist): Add additional names for
13743 GIF library.
13744
348f73b0 137452006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
e450a16a
RS
13746
13747 * international/latexenc.el (latexenc-find-file-coding-system):
13748 Add file-regular-p check.
13749
0a487199
SM
137502006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13751
af71d4c0
JB
13752 * simple.el (clone-buffer): Don't show the new buffer in the same
13753 window.
0a487199 13754
f9cd9582
JL
137552006-01-23 Juri Linkov <juri@jurta.org>
13756
13757 * faces.el (link, link-visited): New faces based on default values
13758 of `info-xref' and `info-xref-visited'.
13759
13760 * info.el (info-xref): Inherit from `link'.
13761 (info-xref-visited): Inherit from `link-visited'.
13762
13763 * cus-edit.el (custom-buffer-create-internal): Use widget type
13764 `custom-manual' instead of `info-link' and don't set properties
13765 `button-face' and `mouse-face' explicitly.
13766 (custom-browse-group-tag, custom-browse-variable-tag)
13767 (custom-browse-face-tag): Inherit from widget class
13768 `custom-group-link' instead of `push-button'.
13769 (custom-button-unraised): Inherit from `underline' face.
13770 (custom-link): Inherit from `link' face. Fix doc and group.
13771 (custom-add-parent-links, custom-group-value-create): Don't set
13772 properties `button-face' and `mouse-face' explicitly for
13773 `custom-group-link' widget.
13774 (custom-group-link): Add properties `button-face' and `mouse-face'
13775 to widget definition.
13776 (custom-field-keymap): New variable. Put `custom-field-keymap' to
13777 editable-field's :keymap property.
13778 (custom-mode): Fix docstring: substitute keybindings for
13779 `widget-forward' and `widget-backward' from `widget-keymap',
13780 `widget-complete' from `custom-field-keymap', replace old
13781 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
13782
13783 * desktop.el (desktop-load-file): Check for `fboundp' before
13784 calling `symbol-function'.
13785
13786 * simple.el (clone-buffer, clone-indirect-buffer)
13787 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13788 `read-string'. Fix prompts.
13789
13790 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13791
f1e73d84
NR
137922006-01-23 Nick Roberts <nickrob@snap.net.nz>
13793
13794 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13795
0aa08453
LT
137962006-01-22 Luc Teirlinck <teirllm@auburn.edu>
13797
13798 * startup.el (inhibit-splash-screen, initial-scratch-message):
13799 Doc fixes.
13800
a69c01a0
MA
138012006-01-22 Michael Albinus <michael.albinus@gmx.de>
13802
13803 Sync with Tramp 2.0.52.
13804
13805 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
a30cc07b 13806 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
a69c01a0
MA
13807 `tramp-unload-tramp' for checklist.
13808
13809 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13810 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
13811 (tramp-unload-file-name-handler-alist)
13812 (tramp-unload-tramp): New defuns.
13813 (tramp-advice-PC-expand-many-files): New defadvice.
13814 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13815 removed.
13816 (tramp-handle-expand-file-name): Remove double slash.
13817 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13818 It doesn't matter, because it will be converted later on.
13819 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
13820 implementation was just heuristic.
13821 (tramp-post-connection): Set uid and gid properties.
13822 (tramp-convert-file-attributes): Set file's gid change bit.
13823 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13824 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13825 in case of su(do)? methods. The home directory of the local user
13826 will be taken else.
13827 (tramp-open-connection-telnet)
13828 (tramp-open-connection-rsh, tramp-open-connection-su)
13829 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
13830 local shell prompt could hurt. Reported by Romain Francoise
13831 <romain@orebokech.com>.
13832 (tramp-let-maybe): Add `edebug-form-spec' property.
13833 (tramp-handle-expand-file-name): Bind `default-directory' locally
13834 to "/" in order to avoid problems with UNC shares or Cygwin
13835 mounts.
13836 (tramp-md5-function): Fix typo in error message.
13837
13838 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13839
13840 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13841 for byte-compiler pacification.
13842
6e36b4ff
AS
138432006-01-22 Andre Spiegel <spiegel@gnu.org>
13844
13845 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13846 ID-FORMAT `string'. This allows us to get rid of
13847 `vc-user-login-name UID'.
13848
13849 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13850
a4c6ebf9
JPW
138512006-01-22 John Paul Wallington <jpw@pobox.com>
13852
13853 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
13854
3bdedbcb
EZ
138552006-01-21 Martin Rudalics <rudalics@gmx.at>
13856
13857 * emacs-lisp/find-func.el (find-definition-noselect)
13858 (find-variable-noselect): Search variables in C source code too.
13859 (find-function-C-source, find-function-noselect, find-function)
13860 (find-function-other-frame, find-variable-noselect, find-variable)
13861 (find-variable-other-frame, find-variable-at-point):
13862 Fix docstrings.
13863
4fc9bd56 138642006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
44eca3f4
EZ
13865
13866 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
13867
f60117ac
EZ
138682006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
13869
13870 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
13871 Default to disabling the "Save affix" question.
13872
942d56b8
EZ
138732006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
13874
13875 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
13876 the first arg to run-python.
13877
6ff901c7
EZ
138782006-01-21 Eli Zaretskii <eliz@gnu.org>
13879
13880 * startup.el (command-line-1): Handle --no-desktop if desktop.el
13881 is not loaded.
13882
a6c72dc3
JB
138832006-01-20 Jay Belanger <belanger@truman.edu>
13884
13885 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
13886 limit is 0.
13887
6a056c5d
JB
13888 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
13889 the correct variable.
13890
d86e2d95
CD
138912006-01-20 Carsten Dominik <dominik@science.uva.nl>
13892
af71d4c0 13893 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
d86e2d95
CD
13894 link. Fixed buggy argument sequence in call to `org-view-tags'.
13895 (org-compile-prefix-format): Set `org-prefix-has-tag'.
13896 (org-prefix-has-tag): New variable.
13897 (org-format-agenda-item): Remove tags from headline if
13898 appropriate.
13899 (org-agenda-remove-tags-when-in-prefix): New option.
13900 (org-get-tags-at): New function.
13901
11f78f04
NR
139022006-01-20 Nick Roberts <nickrob@snap.net.nz>
13903
13904 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
13905 (thumbs-find-image): Move image name and number from buffer name
af71d4c0 13906 to mode name. Set thumbs-buffer. Preserve point so that large
11f78f04
NR
13907 images remain visible.
13908 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
13909 order.
13910 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
13911 mode name.
13912 (thumbs-next-image, thumbs-previous-image): Make them work.
13913
dc38351b
LT
139142006-01-19 Luc Teirlinck <teirllm@auburn.edu>
13915
4151840f
LT
13916 * cus-edit.el (custom-buffer-create-internal): State in the text above
13917 the whole buffer buttons that they do not operate on hidden items.
13918 (custom-face-menu): Use `custom-face-save' instead of
13919 `custom-face-save-command'.
13920 (custom-face-save-command): Make it an alias for `custom-face-save'
13921 and declare it obsolete.
13922 (custom-face-save): Doc fix.
13923
dc38351b
LT
13924 * dired.el (dired-no-confirm): Add quote.
13925 (dired-subdir-alist-pre-R): Add quote in
13926 `make-variable-buffer-local' form and remove unbalanced parenthesis.
13927
d2eed686
SM
139282006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
13929
13930 * textmodes/table.el (table-mode-indicator): Typo in last change.
13931
c94c4d0a
RS
139322006-01-19 Richard M. Stallman <rms@gnu.org>
13933
13934 * outline.el (hide-leaves): Don't call outline-end-of-heading.
13935 Fixes bug reported in Nov 2005.
13936
13937 * isearch.el (isearch-forward): Doc fix.
13938
13939 * dired.el (dired-move-to-filename-regexp): Define as alias.
13940 (dired-no-confirm): Use defcustom.
13941 (dired-subdir-alist-pre-R): Put defvar at top level.
13942
13943 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
13944
13945 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13946 Mark as risky.
13947
13948 * simple.el (set-mark-command): Doc fix.
13949 (clone-indirect-buffer-other-window):
13950 Read arg like clone-indirect-buffer.
13951 (move-beginning-of-line): Skip invisible newlines.
13952
9a8ee448
MY
139532006-01-19 Masatake YAMATO <jet@gyve.org>
13954
d2eed686 13955 * progmodes/cpp.el (cpp-edit-load): Make the order of
9a8ee448
MY
13956 listed conditions in a base C code buffer and its associate
13957 CPP Edit buffer the same.
d2eed686 13958
194939e3
KH
139592006-01-19 Kenichi Handa <handa@m17n.org>
13960
d9bf0f5a
KH
13961 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
13962 (rmail-mime-feature): Likewise.
13963 (rmail-require-mime-maybe): Use display-warning to show a warning
13964 message.
13965
d2eed686 13966 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
194939e3
KH
13967 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
13968
d2eed686
SM
139692006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
13970
13971 * array.el: Move defvars out of eval-when-compile.
13972 (array-make-template): Replace undeclared global var with a local one.
13973 (array-mode): Inline initialization functions.
13974 (array-init-local-variables, array-init-max-row)
13975 (array-init-max-column, array-init-columns-per-line)
13976 (array-init-field-width, array-init-rows-numbered)
13977 (array-init-line-length, array-init-lines-per-row): Remove.
13978
13979 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
13980 (doc-mode-map): Define explicitly.
13981 (doctor-txtype): Use mapc.
13982
13983 * textmodes/table.el: Move defvars out of eval-when-compile.
13984 Remove harmful code meant to avoid byte-compiler warnings.
13985 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
13986 specification that checks table-fixed-width-mode directly.
13987 (table-recognize-region, table-recognize-cell):
13988 Use restore-buffer-modified-p.
13989 (table-fixed-width-mode): Remove code that refreshes
13990 table-fixed-mode-indicator.
13991 (*table--cell-describe-bindings, *table--cell-describe-mode):
13992 Avoid obsolete name print-help-return-message.
13993 (table--test-cell-list): Don't use replace-regexp from elisp.
13994 (table--point-entered-cell-function, table--point-left-cell-function):
13995 Don't set table-fixed-mode-indicator, use force-mode-line-update.
13996
13997 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
13998 that was after the end of file. Use buffer-file-name variable.
13999 (org-timestamp-change): Use with-current-buffer.
14000 (org-todo-list): Don't unnecessarily define a new buffer-local var.
14001 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
14002 `file'.
14003
14004 * progmodes/fortran.el: Move defvars out of eval-when-compile.
14005 (fortran-break-line): Remove unused var `opoint'.
14006 (fortran-abbrev-start): Obey help-event-list.
14007
b0aea09e
JH
140082006-01-18 Jesper Harder <harder@phys.au.dk>
14009
14010 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
14011
3968c89f
MY
140122006-01-18 Masatake YAMATO <jet@gyve.org>
14013
14014 * progmodes/make-mode.el (makefile-imake-mode): New mode
dc38351b 14015 derived from makefile-mode.
3968c89f
MY
14016 (makefile-imake-mode-syntax-table): New syntax table
14017 derived from makefile-mode-syntax-table.
d2eed686 14018 (makefile-mode): Write about makefile-imake-mode in doc string.
3968c89f
MY
14019 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
14020 (makefile-imake-font-lock-keywords): New font lock keywords.
14021
d2eed686 14022 * files.el (auto-mode-alist): Add Imakefile.
3968c89f 14023
11b07c37 140242006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
8e2e2956
SM
14025
14026 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
14027 loading the file rather than when turning on flyspell-mode.
14028
2e040f4e
LT
140292006-01-16 Luc Teirlinck <teirllm@auburn.edu>
14030
14031 * cus-edit.el (customize-rogue): Minor doc fix.
14032
83033a3a
JL
140332006-01-17 Juri Linkov <juri@jurta.org>
14034
84bf6ad8
JL
14035 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
14036 instead of the file at the mark as default if the file at the mark
14037 is the same as the file at point or if dired-dwim-target-directory
14038 is not the same as the current directory and the mark is not active.
14039
202e166d
JL
14040 * log-view.el (log-view-minor-wrap): Use the same logic to get
14041 revisions as `log-view-diff'.
14042
d247d0fe
JL
14043 * info.el (Info-revert-find-node): Check for Info-current-file
14044 before preserving new-history.
14045
202e166d
JL
14046 * man.el (Man-heading-regexp): Add `/'.
14047
14048 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
14049 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14050
140512006-01-16 Juri Linkov <juri@jurta.org>
14052
83033a3a
JL
14053 * faces.el (mode-line-faces): New defgroup.
14054 (mode-line-highlight): Move definition after new defgroup.
14055 (mode-line, mode-line-inactive, mode-line-highlight):
14056 Replace :group `modeline' with `mode-line-faces'.
14057 (mode-line-buffer-id): New face.
14058 (modeline-buffer-id): New face alias.
14059 (vertical-border): Remove :group `modeline'.
14060
14061 * bindings.el (propertized-buffer-identification): Use face
14062 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14063 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14064 (mode-line-buffer-identification-keymap): For mouse-1 replace
14065 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14066 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14067 mouse-3.
14068
d247d0fe
JL
14069 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14070 Buffer-menu-buffer. Doc fix.
14071 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6bca59a3
JL
14072 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14073 `Buffer-menu-buffer'.
d247d0fe 14074
83033a3a
JL
14075 * info.el (Info-mode-line-node-keymap): New defvar.
14076 (Info-set-mode-line): Use `stringp' to check Info-current-file.
14077 Propertize Info-current-node with `mode-line-buffer-id' and
14078 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14079
14080 * time.el (display-time-mail-face): Replace :group `faces' with
14081 `mode-line-faces'.
14082
0814ca04
KH
140832006-01-16 Kenichi Handa <handa@m17n.org>
14084
8e2e2956 14085 * international/code-pages.el: Add autoload cookies for cp125[0345678].
0814ca04
KH
14086
14087 * language/european.el (cp1252): New alias for windows-1252.
14088
14089 * international/mule.el (autoload-coding-system): Prepare for EOL
14090 variants.
14091
14397ea7
DN
140922006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
14093
14094 * term.el (term-raw-map): Add mapping for insert.
14095 (term-send-insert): New.
14096 (term-mode): Make variables local here instead of doing it in
14097 `term-emulate-terminal'.
14098 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
af71d4c0
JB
14099 Scroll reverse needs to take into account the scroll region.
14100 Saving and restoring the cursor should save the color attributes too.
14397ea7
DN
14101 (term-reset-terminal): Reset the scroll region.
14102 (term-handle-ansi-escape): Cursor up and down should take into
14103 account the scroll region.
8e2e2956
SM
14104 (term-set-scroll-region): Rename from `term-scroll-region'.
14105 Move to 0,0 after setting the region.
14397ea7
DN
14106 (term-handle-scroll): Handle scroll up.
14107 (term-down): Fix off by one error.
14108 (term-delete-lines): Do not delete outside the scroll region.
14109 (term-insert-lines): Take into account the scroll region.
14110
2834b9b3
SM
141112006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
14112
d83d8efe
SM
14113 * textmodes/ispell.el (ispell-internal-change-dictionary)
14114 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14115 (start, end): Move declaration outside of eval-when-compile.
14116
ef0f5f7e
SM
14117 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14118 (flyspell-mode-on): Use it.
14119
2834b9b3
SM
14120 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14121 ispell-kill-ispell-hook.
14122
b41e2e73
LT
141232006-01-14 Luc Teirlinck <teirllm@auburn.edu>
14124
14125 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14126 (Custom-reset-saved): Do not ask for confirmation in single option
14127 buffers.
14128
c94c4d0a
RS
141292006-01-13 Richard M. Stallman <rms@gnu.org>
14130
14131 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14132
97f4e87c
RF
141332006-01-13 Romain Francoise <romain@orebokech.com>
14134
14135 * add-log.el (add-change-log-entry, change-log-merge):
14136 Conditionally use `hard-newline'.
14137
5fed8c15 141382006-01-13 Martin Rudalics <rudalics@gmx.at>
83dc149d 14139
e47f89f0
EZ
14140 * wid-edit.el (widget-field-end): If the overlay is no longer
14141 associated with a buffer, behave as if the overlay didn't exist.
14142
2834b9b3
SM
14143 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14144 Make sure the links use the `custom-link' face.
83dc149d 14145
4c344753
SM
141462006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
14147
14148 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14149 (ld-script-mode): Don't set indent-line-function since we don't
14150 have one.
14151
203ac7f3
CD
141522006-01-13 Carsten Dominik <dominik@science.uva.nl>
14153
2e040f4e 14154 * textmodes/org.el (org-open-file): Use mailcap for selecting an
203ac7f3
CD
14155 application.
14156 (org-file-apps-defaults-gnu): Use mailcap as the default for
14157 selecting an application on a UNIX system.
14158 (org-agenda-show-tags): New command.
4c344753 14159 (org-table-insert-hline): Keep cursor in current table line.
203ac7f3
CD
14160 (org-table-convert): Offset effect of modifying
14161 `org-table-insert-hline'.
14162 (org-format-agenda-item): New optional argument TAG.
14163 (org-compile-prefix-format): Handle %T format for the tag.
14164 (org-expand-wide-chars): New function.
4c344753
SM
14165 (org-table-insert-row, org-table-insert-hline):
14166 Use `org-expand-wide-chars'.
14167 (org-open-file): Fix bug in program launch.
14168 (org-get-time-of-day): Fix bug with times before 1am.
af71d4c0 14169 (org-agenda-menu): Add tags commands.
203ac7f3 14170
fc8a237d
EZ
141712006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
14172
14173 * textmodes/ispell.el (ispell-init-process): Include the used
14174 dictionary in ispell process start message.
14175 (ispell-internal-change-dictionary): When flyspell-mode is active
14176 and dictionary is changed, make sure ispell process is restarted
14177 and flyspell word cache cleared out for the current buffer.
14178 (ispell-change-dictionary): Make sure flyspell word cache is
14179 cleared out in all buffers with active flyspell mode when
4c344753
SM
14180 dictionary is globally changed.
14181 Call ispell-internal-change-dictionary after dictionary change.
fc8a237d 14182
53fad1e4
EZ
141832006-01-13 Eli Zaretskii <eliz@gnu.org>
14184
defe3b41
EZ
14185 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14186
53fad1e4
EZ
14187 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14188 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14189 years. Fix small differences wrt Makefile.in.
14190 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14191 Makefile.in does.
14192
d5ffcd96
BW
141932006-01-12 Bill Wohler <wohler@newt.com>
14194
14195 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14196 mh-search.el.
14197
bf56fd4d 141982006-01-12 Masatake YAMATO <jet@gyve.org>
5f3996dc
MY
14199
14200 * progmodes/ld-script.el: Update copyright year.
14201
4c92479f
CY
142022006-01-12 Chong Yidong <cyd@stupidchicken.com>
14203
14204 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14205 Don't add widget if setting undefined.
14206
e75b11f8
JPW
142072006-01-12 John Paul Wallington <jpw@pobox.com>
14208
14209 * help-fns.el (describe-variable): Remove newlines from void
14210 variable output.
14211
d33a7384
NR
142122006-01-13 Nick Roberts <nickrob@snap.net.nz>
14213
14214 * wdired.el (wdired-mode-map): Add help echo for
14215 wdired-abort-changes.
14216
14217 * man.el (Man-file-name-regexp): Adjust for a list of files.
14218
4ec7bdfd
MY
142192006-01-12 Masatake YAMATO <jet@gyve.org>
14220
14221 * progmodes/ld-script.el (auto-mode-alist): Support
14222 suffix conventions used in netbsd and eCos.
14223
52bcabfe
LT
142242006-01-11 Luc Teirlinck <teirllm@auburn.edu>
14225
14226 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14227 (custom-variable-menu, custom-face-menu, custom-group-menu)
14228 (Custom-mode-menu): Change names of menu items. (As discussed on
14229 emacs-devel.)
14230 (custom-face-menu): Add "Undo Edits" item.
14231
14232 * startup.el (init-file-user): defcustom -> defvar.
14233
14234 * tooltip.el (tooltip-mode): Doc fix.
14235
23e0c1a3
SM
142362006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
14237
14238 * reveal.el (reveal-post-command): window-buffer signals an error on
14239 dead windows rather than returning nil.
14240 (reveal-open-new-overlays): An overlay might die while we open others.
14241
9c2cf222
BW
142422006-01-11 Bill Wohler <wohler@newt.com>
14243
6cc803de
BW
14244 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14245 phrasing in docstring.
14246
9c2cf222 14247 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
23e0c1a3 14248 can give some systems gas. Add new file mh-buffers.el.
9c2cf222 14249
4076cbf6
MY
142502006-01-06 Masatake YAMATO <jet@gyve.org>
14251
14252 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14253 C preprocessor forward ported from GNU Emacs 21.2.
14254
23e0c1a3
SM
14255 * progmodes/asm-mode.el (asm-font-lock-keywords):
14256 Use `cpp-font-lock-keywords'.
4076cbf6
MY
14257
14258 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14259
14260 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
23e0c1a3 14261 of $ for "\\.ld[s]?".
4076cbf6 14262
587d108e
SM
142632006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14264
05794f14
SM
14265 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14266 (tcl-indent-line): Return `noindent' if inside a string.
14267
587d108e
SM
14268 * progmodes/flymake.el (flymake-split-string): Remove more than one
14269 empty string at beg/end of the result.
14270 (flymake-find-buildfile, flymake-find-possible-master-files):
14271 Use expand-file-name.
14272 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14273 since expand-file-name does it for us. Use directory-file-name.
14274 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14275 (flymake-ler-get-type, flymake-ler-get-text)
14276 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
14277 (flymake-current-line-no): Remove spurious interactive spec.
14278 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14279 (flymake-check-include): Remove arg inc-path merged into inc-name.
14280 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14281 Arg regexp-list replaced by a simple regexp.
14282 (flymake-master-make-header-init, flymake-master-tex-init):
14283 Correspondingly replace regexp-list with a regexp. Fix regexp.
14284
0c91399a
SJ
142852006-01-10 Simon Josefsson <jas@extundo.com>
14286
14287 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14288 describing AUTH PLAIN fix.
14289
9888f112
TTN
142902006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
14291
14292 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14293 (report-emacs-bug): Don't record initial prompt text.
14294 Instead, add text properties to prompting text.
14295 (report-emacs-bug-hook): Delete prompting text.
14296
5f73367d
SM
142972006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14298
14299 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14300 `dirs'. Adjust callers.
14301
ee5137b3
JPW
143022006-01-09 John Paul Wallington <jpw@gnu.org>
14303
14304 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14305
62c5f375
SM
143062006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14307
ffb5fc37
SM
14308 * reveal.el (reveal-open-new-overlays): New extracted fun.
14309 (reveal-close-old-overlays): Idem. Check overlays's liveness before
14310 using them. Simplify the code.
14311 (reveal-post-command): Use them. Fix up obsolete windows in
14312 reveal-open-spots.
14313
6fee12e6
SM
14314 * progmodes/flymake.el: Use `require' rather than autoload for
14315 XEmacs's overlays.
14316 (flymake-get-common-file-prefix, flymake-build-relative-filename):
14317 Delete. Use file-relative-name instead.
14318 (flymake-get-syntax-check-program-args, flymake-perl-init):
14319 Simplify the resulting code.
14320
62c5f375
SM
14321 * log-view.el (log-view-file-re, log-view-message-re): Add support
14322 for DaRCS output.
14323
e1b3b7a2
AS
143242006-01-09 Alex Schroeder <alex@gnu.org>
14325
14326 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14327 identifiers sometimes added in square brackets at the beginning of
14328 subject lines.
14329
67177975
RS
143302006-01-07 Richard M. Stallman <rms@gnu.org>
14331
14332 * cus-edit.el (Custom-set, Custom-save): Doc fix.
14333 (Custom-reset-current, Custom-reset-saved): Change question text.
14334 (Custom-reset-standard): Likewise.
14335 (custom-variable-reset-saved): Doc fix.
14336
d3a81eee
EZ
143372006-01-07 Eli Zaretskii <eliz@gnu.org>
14338
14339 * startup.el (init-file-user): Doc fix.
14340
53f831f3
AS
143412006-01-07 Alex Schroeder <alex@gnu.org>
14342
80068231
AS
14343 * mail/rmail.el (rmail-current-subject): New function.
14344 (rmail-current-subject-regexp): New function.
14345 (rmail-next-same-subject): Use it.
14346
62c5f375
SM
14347 * mail/rmailsum.el (rmail-summary-by-topic):
14348 Use rmail-current-subject and rmail-current-subject-regexp.
80068231
AS
14349 (rmail-summary-next-same-subject): Ditto.
14350
53f831f3
AS
14351 * net/rcirc.el (rcirc-send-input): No longer check whether the
14352 process is open, since not all commands need an open process.
14353 (rcirc-send-string): Check whether the process is open before
14354 sending anything.
2c8abe90
AS
14355 (rcirc-ignore-list): New option.
14356 (rcirc-ignore-list-automatic): New variable.
14357 (rcirc-print): Take rcirc-ignore-list into account.
14358 (rcirc-cmd-ignore): New command.
14359 (rcirc-ignore-update-automatic): New function.
14360 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14361 list if ignored nicks.
14362 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
53f831f3 14363
53dab082
EZ
143642006-01-06 David Reitter <david.reitter@gmail.com>
14365
14366 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14367 reflect the address to which the report will be sent.
14368
01b959a3
EZ
143692006-01-06 Eli Zaretskii <eliz@gnu.org>
14370
14371 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14372 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14373
8c722a81
EZ
143742006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
14375
14376 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14377
14378 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14379 the doc string: "functoin" => "function".
af71d4c0 14380 * ldefs-boot.el: Likewise.
8c722a81
EZ
14381
14382 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14383 message text: "Duplicat" => "Duplicate".
14384
0133dab9
EZ
143852006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
14386
14387 * files.el (basic-save-buffer-2): If backing-up failed, reset
14388 buffer-backed-up to nil.
14389
753c278e
NR
143902006-01-06 Nick Roberts <nickrob@snap.net.nz>
14391
14392 * progmodes/gud.el (gdb-script-skip-to-head)
14393 (gdb-script-calculate-indentation): Indent for breakpoint command
14394 lists also.
14395
77a0dbd2
BW
143962006-01-05 Bill Wohler <wohler@newt.com>
14397
14398 * Makefile.in (compile-always): Add mh-autoloads dependency.
14399 (bootstrap): Remove mh-autoloads dependency, as compile dependency
14400 provides it.
600bc46c
BW
14401 (updates): Remove mh-autoloads dependency, since it probably has
14402 already run recently (via recompile).
77a0dbd2 14403
c07fa030
SM
144042006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
14405
bef9f82c
SM
14406 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14407 argument `force' to disable the flyspell-last-buffer optimization.
14408 (flyspell-mode-on): Use it.
14409
c07fa030
SM
14410 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14411 flymake-simple-cleanup.
14412 (flymake-allowed-file-name-masks): Use this new default.
14413 All the functions are now called in the right buffer rather than
14414 passing the buffer as argument.
14415 (flymake-process-sentinel): Switch to buffer before calling cleanup.
14416 (flymake-parse-err-lines): Remove redundant buffer arg.
14417 (flymake-get-program-dir): Comment out unused function.
14418 (flymake-start-syntax-check, flymake-start-syntax-check-process):
14419 Remove redundant buffer argument.
14420 (flymake-get-real-file-name, flymake-simple-java-cleanup)
14421 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14422
f00239cf
RS
144232006-01-05 Richard M. Stallman <rms@gnu.org>
14424
a203a18c
RS
14425 * info.el (Info-find-node): Don't record previous node if have none.
14426 (info): Go to directory only if history is empty.
14427
f00239cf
RS
14428 * simple.el (mark): Doc fix.
14429
07f9b01c
YM
144302006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14431
14432 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14433 already of desired type.
14434 (mac-ae-list): Coerce parameter to "list" type.
14435 (mac-dispatch-apple-event): Replace cadr part of event with a
14436 dummy position so that event-start returns it.
14437
8abe9d4f
CD
144382006-01-05 Carsten Dominik <dominik@science.uva.nl>
14439
2e040f4e 14440 * textmodes/org.el (org-end-of-subtree): New function.
c07fa030
SM
14441 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14442 Use `org-end-of-subtree'.
8abe9d4f
CD
14443 (org-agenda, org-agenda-convert-date): Protect calls to
14444 `fit-window-to-buffer'.
14445 (org-tags-view): Force matching of sublevels when doing a
14446 todo-only search. Define the correct redo command, including the
14447 arguments.
14448 (org-agenda-redo): Display message.
14449 (org-check-for-org-mode): New function.
14450 (org-agenda-type): New variable.
c07fa030
SM
14451 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14452 Set `org-agenda-type'.
8abe9d4f
CD
14453 (org-agenda-check-type): New function.
14454 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14455 (org-agenda-week-view, org-agenda-day-view)
14456 (org-agenda-next-date-line, org-agenda-previous-date-line)
14457 (org-agenda-log-mode, org-agenda-toggle-diary)
14458 (org-agenda-toggle-time-grid, org-agenda-date-later)
14459 (org-agenda-date-prompt, org-agenda-diary-entry)
14460 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
c07fa030
SM
14461 (org-agenda-convert-date, org-agenda-menu):
14462 Use `org-agenda-check-type'.
8abe9d4f 14463 (org-make-overlay, org-delete-overlay)
c07fa030
SM
14464 (org-detatch-overlay, org-move-overlay, org-overlay-put):
14465 New compatibility functions.
8abe9d4f
CD
14466 (org-calendar-select-mouse): New command.
14467
73e60f53
CY
144682006-01-04 Chong Yidong <cyd@stupidchicken.com>
14469
eaa99205 14470 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
0c731046
CY
14471 (Custom-reset-standard): Fix y-or-n-p messages.
14472 (custom-link): New face for links.
73e60f53 14473 (custom-buffer-create-internal, custom-manual): Use it.
b76747af 14474 (custom-face-save): Push to theme-face before setting face spec.
73e60f53
CY
14475
14476 * wid-edit.el (widget-default-mouse-face-get): New function.
14477 (widget-specify-button): Handle mouse-face like button-face.
14478
14479 * custom.el (load-theme): Clear old theme settings if reloading.
14480
bdf743fe
LT
144812006-01-03 Luc Teirlinck <teirllm@auburn.edu>
14482
d5837ed3 14483 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
bdf743fe
LT
14484 "Erase Customization" button back to same position it occupies in
14485 the individual State menus.
14486
8a5db8ae
KS
144872006-01-04 Kim F. Storm <storm@cua.dk>
14488
14489 * wid-edit.el (key-sequence): Rework widget to read key binding
14490 using `kbd' syntax. Use C-q to insert literal key, event, or code.
14491 (widget-key-sequence-default-value): Default value for empty sequence.
14492 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
14493 (widget-key-sequence-read-event): New command for C-q.
14494 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14495 (widget-key-sequence-value-to-external): New functions.
14496
1c360af3
SM
144972006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
14498
6df19241
SM
14499 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14500 Use expand-file-name.
14501 (flymake-delete-temp-directory): Use expand-file-name,
14502 file-name-directory, and directory-file-name.
14503 (flymake-strrchr): Delete.
14504 (flymake-start-syntax-check): Don't pass the redundant buffer argument
14505 to the init-f function.
14506 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14507 (flymake-init-find-buildfile-dir)
14508 (flymake-init-create-temp-source-and-master-buffer-copy)
14509 (flymake-simple-make-init-impl, flymake-simple-make-init)
14510 (flymake-master-make-init, flymake-master-make-header-init)
14511 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14512 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14513 (flymake-xml-init): Remove corresponding redundant buffer argument.
14514 (flymake-allowed-file-name-masks): Remove last elems that are equal to
14515 the default anyway. Clean up regexps.
14516
5bcef417
SM
14517 * progmodes/flymake.el (flymake-temp-source-file-name)
14518 (flymake-master-file-name, flymake-temp-master-file-name)
14519 (flymake-base-dir): New buffer-local vars.
14520 (flymake-buffer-data, flymake-get-buffer-value)
14521 (flymake-set-buffer-value): Replace those hash-tables by the new
14522 buffer-local vars. Update callers.
14523
43ed65ac
SM
14524 * progmodes/flymake.el (flymake-check-start-time)
14525 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14526 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14527 Move definition, so we can remove redundant earlier declaration.
14528 (flymake-replace-regexp-in-string, flymake-split-string)
14529 (flymake-get-temp-dir): Use defalias.
14530 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
14531 (flymake-xemacs-window-edges): Remove unused function.
14532 (flymake-get-point-pixel-pos): Move.
14533 (flymake-pid-to-names, flymake-reg-names)
14534 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14535 Replace by a simple list flymake-processes and by process-buffer.
14536 Update callers. Other than simplify the code, it uses buffers rather
14537 than buffer-names so it doesn't get confused by uniquify.
14538 (flymake-buffer-data): The global value should just be nil.
14539
b7a5a208
SM
14540 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14541 Optimize the body of a defalias like any other code.
14542
1c360af3
SM
14543 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14544 Make sure we've setup font-lock's vars. It may influence which
14545 function we then call.
14546 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14547 here since it's too late anyway.
14548
1ca41b97
RF
145492006-01-03 Romain Francoise <romain@orebokech.com>
14550
14551 * startup.el (fancy-splash-tail, normal-splash-screen):
14552 Update copyright year.
14553
fdbfa78e
S
145542006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
14555
b7a5a208 14556 * mouse.el (mouse-drag-track): Rename, from
fdbfa78e 14557 `mouse-drag-region-1'. Includes optional argument required to
b7a5a208
SM
14558 enable post-drag event processing (e.g. delete region keys).
14559 Can be used without this argument to track a mouse region and operate
fdbfa78e
S
14560 on it as soon as the drag completes.
14561 (mouse-drag-region): Use `mouse-drag-track'.
14562
d0f1e2f8
CY
145632006-01-02 Chong Yidong <cyd@stupidchicken.com>
14564
3ee07367
CY
14565 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14566 Move to `custom-buffer' group.
14567
d0f1e2f8
CY
14568 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14569 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14570 (custom-theme-insert-face-marker, custom-theme-variable-menu)
14571 (custom-theme-face-menu): New variables.
14572 (custom-theme-add-variable, custom-theme-variable-action)
14573 (custom-variable-reset-theme, custom-theme-delete-variable)
14574 (custom-face-reset-theme, custom-theme-face-action)
14575 (custom-theme-delete-face, custom-theme-merge-theme)
14576 (custom-theme-add-face, custom-theme-visit-theme): New functions.
14577
d358aa10
CY
145782006-01-01 Chong Yidong <cyd@stupidchicken.com>
14579
14580 * custom.el: Move Custom Themes commentary to start of theme code.
14581 (custom-known-themes): Rename `standard' theme to `changed'.
14582 (custom-push-theme): Caller no longer specifies what theme to use
14583 when doing `reset'---the setting is simply removed from the theme.
14584 Delete MODE from `theme-value' and `theme-settings' properties.
14585 (custom-declare-theme): Ignore &rest args since we don't use them.
14586
14587 (custom-loaded-themes): Delete variable.
14588 (custom-theme-load-themes, custom-theme-loaded-p)
14589 (custom-theme-value): Delete functions.
14590
14591 (custom-declare-theme): Signal error on invalid theme names.
14592 (provide-theme): custom-loaded-themes was deleted.
14593 (load-theme): Load the file unconditionally.
14594 (enable-theme): Call `load-theme' if theme is undefined.
14595 (custom-enabled-themes): Only update value for successful loads.
14596 (disable-theme): Complete from enabled themes when interactive.
14597 (custom-variable-theme-value): Calculate theme value directly.
14598
14599 (custom-theme-reset-variables, custom-reset-variables): Mark as
14600 XEmacs compatibility functions. We don't actually use these.
14601
1c360af3
SM
14602 * cus-edit.el (custom-variable-state-set):
14603 Use custom-variable-theme-value instead of custom-theme-value.
d358aa10
CY
14604 (custom-face-state-set): Rename `standard' theme to `changed'.
14605 (custom-save-variables, custom-save-faces): Delete unneeded
14606 references to custom-reset-variables.
14607 (custom-save-resets): Delete function.
14608 (custom-save-variables, custom-save-faces): MODE argument deleted.
14609 (custom-save-variables, custom-save-faces): Ignore theme values.
14610
14611 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14612 compatibility function.
14613
cbf090c4
RS
146142006-01-01 Richard M. Stallman <rms@gnu.org>
14615
107736a2
RS
14616 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14617 (Custom-reset-current, Custom-reset-saved): Likewise.
b8919739 14618 (Custom-reset-standard): Show message if aborted.
107736a2
RS
14619 (custom-mode): Doc fix, describing those commands.
14620
cbf090c4
RS
14621 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14622 put on event-kind property.
14623
85a5eb0e
CY
146242005-12-31 Chong Yidong <cyd@stupidchicken.com>
14625
b2a41d12
CY
14626 * custom.el (provide-theme): Ban `user' theme name.
14627 (custom-enabling-themes): New variable.
14628 (enable-theme): Don't enable user if custom-enabling-themes is t.
14629 (custom-enabled-themes): Make it a defcustom.
14630 (custom-theme-recalc-face): No-op if face is undefined.
14631
85a5eb0e
CY
14632 * cus-edit.el (custom-button-mouse): New variable.
14633 (custom-button-mouse): New face.
14634 (custom-raised-buttons, custom-mode): Use it.
14635
14636 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14637
b5871831
EZ
146382005-12-31 Eli Zaretskii <eliz@gnu.org>
14639
14640 * progmodes/gud.el (gud-display-line): Support hl-line in the
14641 source buffer.
14642
5915523a
EZ
146432005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14644
14645 * mouse.el (mouse-drag-window-above): Verify that the found window
14646 overlaps with the given window in the horizontal dimension.
14647
a9d25c79
EZ
146482005-12-31 Eli Zaretskii <eliz@gnu.org>
14649
14650 * Makefile.in (cvs-update): New target.
14651
14652 * makefile.w32-in (cvs-update): Ditto.
14653
8314bdb8
CY
146542005-12-30 Chong Yidong <cyd@stupidchicken.com>
14655
14656 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
bdeaa675 14657 (custom-new-theme-mode-map): New variable.
8314bdb8 14658
16ecd4c5
RS
146592005-12-30 Richard M. Stallman <rms@gnu.org>
14660
8913f945
RS
14661 * custom.el (custom-load-themes): Function deleted.
14662
a8d6ee3c 14663 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16ecd4c5
RS
14664 (custom-save-variables): Don't delete or add custom-load-themes call.
14665
4dd68f44
SM
146662005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
14667
98e071b5
SM
14668 * cus-start.el: Add `visible-cursor'.
14669
4dd68f44
SM
14670 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14671 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14672 (flymake-process-filter): Switch to buffer before calling it instead.
14673 (flymake-post-syntax-check, flymake-highlight-err-lines)
14674 (flymake-delete-own-overlays, flymake-parse-err-lines)
14675 (flymake-start-syntax-check, flymake-start-syntax-check-process)
14676 (flymake-count-lines, flymake-parse-residual):
14677 Remove constant buffer argument.
14678 (flymake-start-syntax-check-for-current-buffer): Remove.
14679 Update callers to use flymake-start-syntax-check instead.
14680 (flymake-display-err-menu-for-current-line):
14681 Remove unused var `mouse-pos'.
14682 (flymake-restore-formatting): Comment out unused function.
14683 (flymake-report-status, flymake-report-fatal-status): Remove buffer
14684 argument, use current-buffer instead. Update callers.
14685
07467c09
RW
146862005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14687
14688 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14689 buffer-local because choose-completion-delete-max-match requires
14690 that we set completion-ignore-case (i.e., binding via let is not
14691 sufficient).
14692 (bibtex-complete): Always set completion-ignore-case and
af71d4c0 14693 choose-completion-string-functions. The latter is needed because
07467c09
RW
14694 choose-completion-string-functions keeps its value if we quit the
14695 *Completions* buffer without requesting a completion.
14696
fe791b0c
AS
146972005-12-30 Andreas Schwab <schwab@suse.de>
14698
4dd68f44 14699 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
fe791b0c 14700
ef3f69f9
EZ
147012005-12-30 Eli Zaretskii <eliz@gnu.org>
14702
14703 * jit-lock.el (jit-lock-chunk-size): Doc fix.
14704
67d766e8
JL
147052005-12-30 Juri Linkov <juri@jurta.org>
14706
14707 * locate.el (locate-fcodes-file, locate-header-face)
14708 * progmodes/delphi.el (delphi-other-face)
14709 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14710
14711 * paren.el (show-paren-match, show-paren-mismatch): Use existing
14712 group `paren-showing-faces'.
14713
14714 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14715 (goto-address): Fix docstring.
14716
14717 * net/webjump.el (webjump-sample-sites): Update URLs.
14718
14719 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14720
14721 * subr.el (cancel-change-group): Add listp around pending-undo-list.
14722
af3d4246
SM
147232005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
14724
14725 * font-lock.el (font-lock-compile-keywords): Signal an error when
14726 font-lock-set-defaults hasn't been called.
14727
9f126fd0
LT
147282005-12-29 Luc Teirlinck <teirllm@auburn.edu>
14729
14730 * subr.el (noreturn, 1value): Doc fixes.
14731
694ed36d
RW
147322005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14733
14734 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14735 that assoc-string returns nil.
14736
ffc1e1db
RW
147372005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14738
14739 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14740 (bibtex-entry-type-str, bibtex-empty-field-re)
14741 (bibtex-search-backward-string, bibtex-preamble-prefix)
af3d4246 14742 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
ffc1e1db
RW
14743 (bibtex-any-valid-entry-type): New variable.
14744 (bibtex-parse-field-name): Simplify.
af3d4246 14745 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
ffc1e1db 14746 (bibtex-preamble-prefix): Include left delimiter.
af3d4246
SM
14747 (bibtex-search-forward-field, bibtex-search-backward-field):
14748 Allow unbounded search past entry boundaries (required by bibtex-pop).
ffc1e1db
RW
14749 (bibtex-text-in-field-bounds): Use push.
14750 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14751 (bibtex-parse-preamble, bibtex-valid-entry)
14752 (bibtex-beginning-first-field): New functions.
14753 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
14754 (bibtex-map-entries): Fix docstring.
af71d4c0 14755 (bibtex-flash-head): New arg prompt. Simplify.
ffc1e1db
RW
14756 (bibtex-enclosing-field): Include code of bibtex-inside-field.
14757 (bibtex-insert-kill): Simplify. Always insert text past the
14758 current field or entry.
14759 (bibtex-format-entry): Use bibtex-parse-field.
14760 (bibtex-pop): Use bibtex-beginning-of-entry and
14761 bibtex-end-of-entry to initiate the search. Insert empty field if
14762 we found ourselves.
af3d4246
SM
14763 (bibtex-print-help-message): New args field and comma.
14764 Handle entry keys.
ffc1e1db
RW
14765 (bibtex-make-field): Use bibtex-beginning-of-entry.
14766 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
14767 invalid entry.
14768 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14769 Handle preambles. Simplify code for thorough test.
14770 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14771 New arg comma. Handle entry heads.
14772 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14773 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14774 New arg comma.
14775 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14776 (bibtex-fill-field): Simplify.
14777 (bibtex-fill-entry): Use bibtex-beginning-first-field and
14778 bibtex-parse-field.
af3d4246 14779 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
ffc1e1db
RW
14780 (bibtex-complete): Use bibtex-parse-preamble.
14781
bc2051e4
NR
147822005-12-29 Nick Roberts <nickrob@snap.net.nz>
14783
14784 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14785 Display name of expression instead of convenience variable.
14786 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14787
14788 * progmodes/gud.el (gud-tooltip-dereference): Rename from
14789 toggle-gud-tooltip-dereference.
14790 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
af71d4c0 14791 (gud-tooltip-tips): ...here when dereferencing.
bc2051e4 14792
0d887b77
BW
147932005-12-28 Bill Wohler <wohler@newt.com>
14794
af3d4246 14795 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
0d887b77 14796
07a95b81
SM
147972005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
14798
97461c84
SM
14799 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14800 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
14801 (vc-annotate-display-autoscale): Adjust call.
14802 (vc-annotate-display-default): Adjust call. Make arg compulsory.
14803 Fix interactive spec.
14804 (vc-annotate-time-span): Remove.
14805 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14806 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14807 (vc-annotate-display-select): Use new name.
14808
07a95b81
SM
14809 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14810 (vc-annotate-mode-menu): Remove left-over redundant declaration.
14811 Correct the construction of span entries. Simplify.
14812 (vc-annotate-display-select): Fix the nil case.
14813 (vc-annotate): Remove obsolete (and now broken) code.
14814 (vc-annotate-extract-revision-at-line): Remove obsolete code.
14815 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
14816
ba455131
LT
148172005-12-28 Luc Teirlinck <teirllm@auburn.edu>
14818
14819 * subr.el (lazy-completion-table): Correct typo in docstring.
14820
14821 * startup.el (command-line): Use `custom-reevaluate-setting' for
14822 `send-mail-function'.
14823
14824 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14825
c3f69831
SJ
148262005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
14827
07a95b81
SM
14828 * mail/smtpmail.el (smtpmail-try-auth-methods):
14829 Send credentials together with "AUTH PLAIN" command.
c3f69831 14830
6281e1e8
RS
148312005-12-27 Richard M. Stallman <rms@gnu.org>
14832
14833 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14834 mouse-2, go back to previously selected window, so it's selected
14835 when mouse-2 command runs.
14836
148372005-12-27 Juri Linkov <juri@jurta.org>
84116a13
JL
14838
14839 * descr-text.el (describe-text-sexp): Use square brackets for
14840 button [Show] to distinguish it from the property value `show'.
14841 (describe-property-list): Use `insert-text-button' with
14842 `help-face' type instead of putting face in quotes, because button
14843 is not created automatically for a list of faces.
14844 (describe-text-properties-1): Put button-type value in quotes to
14845 distinguish from plain text "button".
14846 (describe-char): Display code point values in hex. Don't use
14847 `symbol-name' for `current-input-method' because it is a string.
14848 Use `insert-text-button' with `help-face' type instead of putting
14849 hardcoded face in quotes, because button is not created automatically.
14850
51978cac
RS
148512005-12-27 Richard M. Stallman <rms@gnu.org>
14852
2926b5fb
RS
14853 * progmodes/glasses.el (glasses-face): More specific custom type.
14854
1af57101
RS
14855 * files.el (set-visited-file-name): Doc fix.
14856
51978cac
RS
14857 * textmodes/flyspell.el (flyspell-external-point-words):
14858 Use local var buffer-scan-pos to advance scan for next misspelling.
14859 Advance it only after we find the misspelling.
14860
148612005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
14862
14863 * textmodes/flyspell.el (flyspell-external-point-words):
14864 New criteria for finding the misspelling in the buffer.
14865
6281e1e8 148662005-12-27 Nick Roberts <nickrob@snap.net.nz>
84116a13
JL
14867
14868 * help-mode.el (help-insert-string): Set help-xref-stack-item
14869 rather than call help-setup-xref.
14870
14871 * descr-text.el (describe-char): Revert previous changes for
14872 optional buffer argument.
14873
6281e1e8 148742005-12-27 Juri Linkov <juri@jurta.org>
6280f20d
NR
14875
14876 * help-mode.el (help-insert-string): New function. Save buffer
07a95b81 14877 contents in cases where it is impossible to recompute the old contents.
6280f20d
NR
14878
14879 * descr-text.el (describe-char): Set help-xref-stack-item
84116a13 14880 explicitly after buffer has been generated.
6280f20d 14881
348f73b0 148822005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
edd4b3ab
JD
14883
14884 * cus-start.el (all): Add x-gtk-show-hidden-files.
14885
d7504d5c
RS
148862005-12-26 Richard M. Stallman <rms@gnu.org>
14887
c0b45763
RS
14888 * replace.el (perform-replace): Calculate match-again
14889 before skipping read-only matches.
14890
d6f0f3e0
RS
14891 * paren.el (paren-showing-faces): New group.
14892 (show-paren-match, show-paren-mismatch): Move to that group.
14893
14894 * button.el (button): Put into group `basic-faces'.
14895
14896 * progmodes/make-mode.el: Remove faces from group `faces'.
14897
d7504d5c
RS
14898 * apropos.el (apropos, apropos-value): Doc fix.
14899 (apropos-documentation): Doc fix.
14900
1d5e15d0
SM
149012005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
14902
14903 * subr.el (lazy-completion-table): Remove argument `args'.
14904
14905 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14906 Don't use the `args' argument of lazy-completion-table.
14907
6281e1e8 149082005-12-26 Nick Roberts <nickrob@snap.net.nz>
0932395f
NR
14909
14910 * descr-text.el (describe-char): Add optional argument for buffer.
14911 Set buffer appropriately. Call help-setup-xref.
14912 Suggested by Stefan Monnier.
14913
6281e1e8 149142005-12-26 Juri Linkov <juri@jurta.org>
0932395f 14915
84116a13
JL
14916 * descr-text.el: Require `help-fns' at runtime. Don't require
14917 `button' for byte compilation.
14918 (describe-text-widget): Add `help-echo' for first button.
119f6f17
RS
14919 Use `help-info' for second.
14920 (describe-property-list): Use `help-argument-name' instead of `italic'.
84116a13
JL
14921 (describe-text-category): Add prompt to interactive spec.
14922 Call `help-setup-xref'.
14923 (describe-char): Use `help-character-set'. Add `help-echo' for
14924 code point. Use `help-input-method'. Remove superfluous insert.
0932395f 14925
6728475c
RS
149262005-12-25 Richard M. Stallman <rms@gnu.org>
14927
cad1051b
RS
14928 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
14929 at point, in case of narrowing.
14930
6f9de17a
RS
14931 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
14932
14933 * locate.el (locate-header-face): Allow nil in type.
14934
6728475c
RS
14935 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
14936
180a4473
RF
149372005-12-25 Romain Francoise <romain@orebokech.com>
14938
14939 * battery.el (battery-linux-proc-acpi): Also try
14940 `/proc/acpi/thermal_zone/THM0/temperature'.
14941
c5d290fb
CY
149422005-12-24 Chong Yidong <cyd@stupidchicken.com>
14943
14944 * custom.el (custom-push-theme): Fix docstring.
14945
1d5e15d0
SM
14946 * cus-edit.el (custom-variable-set, custom-variable-save)
14947 (custom-variable-save): Custom-quote widget values.
c5d290fb
CY
14948 (customize-save-variable): Fix custom-push-theme call.
14949
7c417300
EZ
149502005-12-24 Eli Zaretskii <eliz@gnu.org>
14951
14952 * w32-fns.el (w32-batch-update-autoloads): New function.
14953
1d5e15d0
SM
14954 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
14955 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7c417300
EZ
14956 from the command line.
14957
d820f1fb
CY
149582005-12-23 Chong Yidong <cyd@stupidchicken.com>
14959
14960 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
14961 reset means to remove setting from theme entirely. Don't keep
14962 expanding theme-settings list; delete old entries if necessary.
14963
14964 * cus-edit.el (custom-buffer-create-internal): Move "Erase
14965 customization" button one line up.
14966 (custom-themed): New face.
14967 (custom-magic-alist): New value, THEMED, for theme settings.
1d5e15d0
SM
14968 (custom-variable-state-set, custom-face-state-set):
14969 Check theme-value instead of saved-value.
d820f1fb 14970 (custom-variable-reset-standard, custom-face-reset-standard):
9ff7a71a 14971 Remove theme setting entirely. Recalculate new values.
25c6d447
CY
14972 (custom-variable-set, custom-variable-set)
14973 (custom-variable-reset-saved, custom-variable-reset-backup)
14974 (custom-face-set, custom-face-reset-saved): Update `user' theme.
14975 (custom-variable-save): Fix typos.
1d5e15d0 14976
eb533587
JL
149772005-12-23 Juri Linkov <juri@jurta.org>
14978
14979 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
14980 Add autoload cookies.
14981 (edebug-outside-d-c-i-n-s-w): New variable.
14982 (edebug-display, edebug-outside-excursion): Use it to save the
14983 original value of default-cursor-in-non-selected-windows.
14984 Set default-cursor-in-non-selected-windows to t while Edebug
14985 is active.
14986 (edebug-mode, edebug-eval-mode): Doc fix.
14987
14988 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
14989 with `buffer-substring-no-properties' to remove common substring
14990 highlighting.
14991
14992 * info.el (info-other-window, info): Rename function argument
14993 `file' to `file-or-node'.
14994 (Info-complete-menu-item): Use local variable `complete-nodes' to
14995 keep the global value of `Info-complete-nodes' unchanged for
14996 subsequent completions.
14997 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
14998
14999 * simple.el (get-next-valid-buffer, last-buffer)
15000 (next-error-buffer-p, next-error-find-buffer)
15001 (minibuffer-history-sexp-flag): Doc fix.
15002
15003 * savehist.el (savehist-mode-hook): Add `:group'.
15004
15005 * log-view.el: Call autoload for vc-find-version.
15006 (log-view-current-file): Adjust subgroup numbers.
15007 (log-view-current-tag): Add `length'.
15008
2b6abe1e
RS
150092005-12-23 Richard M. Stallman <rms@gnu.org>
15010
15011 * vc.el (vc-annotate-car-last-cons): Defn moved up.
15012
1fafa158
JL
150132005-12-23 Juri Linkov <juri@jurta.org>
15014
15015 * hi-lock.el (hi-lock-archaic-interface-message-used)
15016 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
15017 (hi-lock-mode): Display "Hi" in the mode line only when
15018 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
15019 (hi-lock-write-interactive-patterns):
15020 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
15021 (hi-lock-set-pattern, hi-lock-set-file-patterns)
15022 (hi-lock-font-lock-hook): Set 3rd arg `how' of
15023 font-lock-add-keywords to t.
15024
81dc5714
JL
150252005-12-23 David Koppelman <koppel@ece.lsu.edu>
15026
15027 * hi-lock.el (hi-lock-highlight-range): New variable.
15028 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
15029 only if font-lock-fontified is non-nil. Remove overlays.
15030 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
15031 font-lock-fontified is non-nil, otherwise use overlays (instead of
15032 text properties).
15033 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15034 New variables.
15035 (hi-lock-string-serialize) New function.
15036
348f73b0 150372005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7b5836c7
JD
15038
15039 * menu-bar.el (menu-find-file-existing): New function.
15040 (menu-bar-file-menu): Use menu-find-file-existing for Open.
15041
af71d4c0 15042 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7b5836c7 15043
04864eb0
SM
150442005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15045
15046 * vc.el: Remove unnecessary leading * in docstrings.
15047 (vc-annotate-mode-map): Move initialization into declaration.
15048 (vc-static-header-alist): Nitpick on the regexp.
15049 (vc-default-init-version): New fun.
15050 (vc-register): Use it.
15051 (vc-insert-headers): Use dolist.
15052 (vc-annotate-get-backend): Remove unused function.
15053 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
15054 (vc-annotate-mode): Remove corresponding call.
15055 (vc-annotate-car-last-cons): Simplify.
15056 (vc-annotate-buffers): Remove var.
15057 (vc-annotate-backend): Make it buffer-local.
15058 (vc-annotate): Move the interaction to the interactive spec.
15059 Add a `buf' argument.
15060 (vc-annotate-warp-version): Use this new `buf' argument to avoid
15061 killing&creating a vc-annotate buffer, which is very disruptive when
15062 the buffers are shown in dedicated frames.
15063
d59e3c42
NR
150642005-12-23 Nick Roberts <nickrob@snap.net.nz>
15065
15066 * descr-text.el: Add FSF as maintainer.
15067 (describe-text-mode, describe-text-mode-map)
15068 (describe-text-mode-hook, describe-text-done): Delete. Use normal
15069 help-mode.
15070 (describe-text-widget, describe-text-sexp)
15071 (describe-property-list, describe-text-category)
15072 (describe-text-properties, describe-text-properties-1)
15073 (describe-char): Use help buttons instead of widgets.
15074 (describe-char-unicodedata-file): Make URL link in doc string.
15075
b758ae9a 150762005-12-22 Richard M. Stallman <rms@gnu.org>
04864eb0 15077
b758ae9a
RS
15078 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15079 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15080 Don't include buttons that write a file when there's no file.
15081 (custom-variable-menu, custom-face-menu, custom-group-menu):
15082 Don't include commands that write a file when there's no file.
bba50f8a
RS
15083 (customize-browse): Reword the top-of-buffer help intro.
15084 (custom-buffer-create-internal): Fix previous change.
15085 (customize-changed-options-previous-release): Prev release is 21.1.
15086 (customize-changed-options): Doc fix.
15087 (customize-changed): New alias.
50137744
RS
15088 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15089 Say "standard values".
15090 (Custom-reset-standard): Doc fix.
15091 (custom-face-reset-standard): Doc fix.
b758ae9a 15092
e0be77f6
SM
150932005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15094
15095 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15096 even if font-lock-mode is non-nil since it may be t without having
15097 turned on font-lock-mode-internal.
15098 (font-lock-choose-keywords): Minor optimization.
15099 (font-lock-add-keywords, font-lock-remove-keywords)
15100 (font-lock-set-defaults): Don't call make-local-variable on a variable
15101 that we know to already be local.
15102
5e688290
RF
151032005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15104
15105 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15106 messages if in the minibuffer.
15107
c1b5a260
SM
151082005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15109
9c841316
SM
15110 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15111 (tex-mode-flyspell-verify, flyspell-get-word)
15112 (flyspell-external-point-words): Don't use point-min/max uselessly.
15113
c1b5a260
SM
15114 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15115 by Kevin Rodgers. Instead, just hide the completions buffer if we
15116 don't need to show it.
15117
135db51a
LT
151182005-12-21 Luc Teirlinck <teirllm@auburn.edu>
15119
15120 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15121
398de718
SM
151222005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15123
15124 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15125 delete-windows-on with an inexistent buffer.
15126
39b5238d
NR
151272005-12-22 Nick Roberts <nickrob@snap.net.nz>
15128
398de718 15129 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
39b5238d
NR
15130 Delete defcustom variable :tag names.
15131
aa230d94
SM
151322005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
15133
15134 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15135 (log-view-font-lock-keywords): Ajust subgroup numbers.
15136 (log-view-current-tag): Don't hard code the number of subgroups.
15137
3bdba51d
JL
151382005-12-20 Juri Linkov <juri@jurta.org>
15139
15140 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15141 (tooltip-x-offset, tooltip-y-offset): Doc fix.
15142
15143 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15144 (menu-bar-non-minibuffer-window-p): Instead of checking
15145 display-multi-frame-p, use selected-frame when menu-updating-frame
15146 is nil.
15147
55b76f19 151482005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
fdd5516e
TTN
15149
15150 * align.el (align-rules-list): Use [ \t] instead of \s-
15151 for column separators in text mode.
15152
84a00de9
NR
151532005-12-20 Nick Roberts <nickrob@snap.net.nz>
15154
fdd5516e 15155 * help-mode.el (help-customize-variable, help-customize-face):
84a00de9
NR
15156 Don't pop help-xref-stack as help-follow no longer pushes
15157 anything on to it.
15158
d924f2e5
CD
151592005-12-20 Carsten Dominik <dominik@science.uva.nl>
15160
2e040f4e 15161 * textmodes/org.el (org-agenda-custom-commands): New option.
d924f2e5
CD
15162 (org-agenda): Offer custom commands on splash screen.
15163 (org-make-tags-matcher): Parser for Boolean logic added.
15164 (org-agenda-set-tags): New command.
15165 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15166 (org-set-tags): Efficiency improvements.
15167 (org-auto-align-tags): New option.
15168 (org-todo, org-demote, org-promote): Realign tags.
aa230d94 15169 (org-tags-completion-function): Use also "&" and "|" as separators.
d924f2e5
CD
15170 (org-org-menu): Agenda commands simplified.
15171
c8fee345
LT
151722005-12-19 Luc Teirlinck <teirllm@auburn.edu>
15173
15174 * cus-edit.el (customize-apropos, customize-apropos-options):
15175 Docstring changes.
15176
15177 * font-lock.el (font-lock): Add tags to the links in the defgroup.
15178
eb0d2864
CY
151792005-12-19 Chong Yidong <cyd@stupidchicken.com>
15180
15181 * longlines.el (longlines-mode): Wrap while widened.
15182 (longlines-decode-region, longlines-encode-region): Compute max
15183 just once.
15184
d6a90a49
YM
151852005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15186
15187 * cus-edit.el (mac): New group.
15188
15189 * cus-start.el (all): Add user options in macterm.c. Add test for
15190 Mac-related built-ins. Fix test for GTK-related built-ins.
15191
15192 * term/mac-win.el (mac-handle-language-change)
15193 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15194 (mac-services-open-selection, mac-services-mail-selection)
15195 (mac-services-mail-to, mac-services-insert-text)
15196 (mac-dispatch-apple-event): Add docstrings.
15197 (x-get-selection, mac-select-convert-to-string): Select coding
15198 system from `utf-16be' and `utf-16le' using `byteorder'.
15199
8e77fbb4
SM
152002005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
15201
15202 * subr.el (lazy-completion-table): Don't be fooled if the var holds
15203 a "list" (lambda ...) rather than a real completion list.
15204
15205 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15206 lexical-let when encountering ((lambda (...) ...) ...).
15207
1aa545c1
CY
152082005-12-17 Chong Yidong <cyd@stupidchicken.com>
15209
8e77fbb4 15210 * progmodes/sh-script.el (sh-mode):
1aa545c1
CY
15211 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15212 * textmodes/picture.el (picture-mode): Update docstrings.
15213
abeb5855
EZ
152142005-12-17 Eli Zaretskii <eliz@gnu.org>
15215
15216 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15217 commands enclosed in $(ARGQUOTE)s should not be split between two
15218 lines, as that will break with GNU Make >3.80, when sh.exe is used
15219 and arg quoting is with '..'.
15220 (autoloads): Don't break the quoted --eval expression between
15221 several lines.
15222
14e7cb94
CY
152232005-12-17 Chong Yidong <cyd@stupidchicken.com>
15224
8e77fbb4
SM
15225 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15226 Capture error from printing circular structures.
14e7cb94 15227
5fed8c15 152282005-12-17 Martin Rudalics <rudalics@gmx.at>
6872b31c
EZ
15229
15230 * wid-edit.el (widget-checkbox-action): Clear undo info.
15231
6eee5abf
BW
152322005-12-16 Bill Wohler <wohler@newt.com>
15233
15234 * menu-bar.el (kill-this-buffer): Set a good example by using menu
15235 bar, not menubar in comment.
15236
f3725983
SM
152372005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
15238
15239 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15240 After-change-functions should not clobber the match data.
15241
2a502a32
JL
152422005-12-16 Juri Linkov <juri@jurta.org>
15243
15244 * simple.el (choose-completion): Use `buffer-substring-no-properties'
15245 instead of `buffer-substring'.
15246 (completion-common-substring): Doc fix.
15247 (completion-setup-function): Use minibuffer-completion-contents
15248 instead of minibuffer-contents. Don't set common-string-length
15249 initially. Remove special handling of partial-completion-mode.
f3725983
SM
15250 Move computation of completion-base-size into one cond.
15251 Call completion-base-size-function in mainbuf. In computation of
2a502a32
JL
15252 completion-base-size for file name completion don't move point to
15253 the end of the minibuffer. Move computation of common-string-length
15254 into one cond. Start putting faces only when common-string-length>=0.
f3725983
SM
15255 Add condition to put completions-common-part when
15256 common-string-length>0.
2a502a32
JL
15257
15258 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15259 place point at the first different character in the minibuffer
15260 even if this position is at the beginning of the minibuffer.
15261
15262 * info.el (Info-read-node-name-1): In completion-base-size-function's
15263 lambda return 1 if common-substring or minibuffer-completion-contents
15264 starts with (, and 0 otherwise.
15265
15266 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15267 Use `crm-current-element' for second arg of `display-completion-list'.
15268
ec6328a2
EZ
152692005-12-16 Klaus Zeitler <kzeitler@lucent.com>
15270
15271 * files.el (set-auto-mode): Look for an interpreter specified on
15272 the first line also if search for mode specification succeeded,
15273 but the mode is not known.
15274
f63bdfca
CD
152752005-12-16 Carsten Dominik <dominik@science.uva.nl>
15276
2e040f4e 15277 * textmodes/org.el (org-tags-match-list-sublevels): New option.
f3725983 15278 (org-open-at-point): Implement tag searches as links.
f63bdfca 15279 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
f3725983 15280 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
f63bdfca
CD
15281 (org-tags-sparse-tree, org-tags-view, org-set-tags)
15282 (org-agenda-dispatch): New commands.
15283 (org-use-tag-inheritance, org-tags-column): New options.
15284 (org-tab-follows-link, org-return-follows-link): New options.
15285 (org-tags): New customize group.
15286 (org-start-icalendar-file): Get local time zone.
15287 (org-tags-completion-function): New function.
f3725983 15288 (org-set-font-lock-defaults): Make sure links will also be
cfbc5709 15289 highlighted inside headlines.
f63bdfca 15290
e4fd12dd
EZ
152912005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
15292
f3725983
SM
15293 * term.el (term-emulate-terminal):
15294 Let term-handle-ansi-terminal-messages override what Bash says about
e4fd12dd
EZ
15295 its current directory.
15296
e24f9e5a 152972005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
a74f9094
KL
15298
15299 * bindings.el (last-buffer): Move to simple.el.
15300 * simple.el (last-buffer): Move here.
15301 (get-next-valid-buffer): New function.
15302 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
af71d4c0 15303 (prev-buffer): Ditto. Rename to `previous-buffer'.
a74f9094 15304
f3725983 15305 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
a74f9094
KL
15306 * bindings.el (global-map): Ditto.
15307
6769aefa
LT
153082005-12-15 Luc Teirlinck <teirllm@auburn.edu>
15309
15310 * cus-edit.el: Introductory comment change.
15311 (custom-magic-alist): Change message string for the `rogue' state.
15312
62e5dd08
RS
153132005-12-15 Richard M. Stallman <rms@gnu.org>
15314
15315 * tooltip.el: Delete defcustom variable :tag names.
15316
15317 * complete.el (partial-completion-mode): Doc fix.
15318
15319 * textmodes/flyspell.el (flyspell-external-point-words):
15320 Use save-excursion to ensure we don't move backward in the
15321 search loop, not even one character.
15322 (flyspell-delete-all-overlays): Use remove-overlays directly.
15323
15324 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15325 (ispell-start-process): Set that variable.
15326 Clear ispell-buffer-local-name.
15327 (ispell-internal-change-dictionary):
15328 Set ispell-current-dictionary after killing process.
15329 (ispell-buffer-local-dict):
15330 Don't set spell-personal-dictionary after killing process.
15331 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
af71d4c0
JB
15332 (ispell-tex-skip-alists, ispell-html-skip-alists)
15333 (ispell-skip-region-alist): Mark as risky.
62e5dd08
RS
15334
15335 * net/newsticker.el (newsticker--retrieval-timer-list)
15336 (newsticker--display-timer, newsticker-running-p)
15337 (newsticker-ticker-running-p): Definitions moved up.
15338
5df0c23b
NR
153392005-12-16 Nick Roberts <nickrob@snap.net.nz>
15340
f3725983 15341 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5df0c23b 15342
d0ccae3e
DP
153432005-12-15 David Ponce <david@dponce.com>
15344
f3725983 15345 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
d0ccae3e
DP
15346 (recentf-edit-list, recentf-open-files): Signal an error when
15347 there is no recent file.
15348
9cfeca9e
RF
153492005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
15350
15351 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15352 read-only except for texinfo-format-region evaluation.
6d298e78 15353
c94dca60
RS
153542005-12-14 Richard M. Stallman <rms@gnu.org>
15355
15356 * vc.el (vc-default-previous-version, vc-default-next-version)
15357 (vc-do-command): Doc fixes.
15358
cdc61d35
SM
153592005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15360
15361 * textmodes/bibtex.el (bibtex-expand-strings)
15362 (bibtex-autokey-expand-string, bibtex-name-part)
15363 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15364 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15365 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15366 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15367 (bibtex-entry-postfix, bibtex-known-entry-type-re)
15368 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15369 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15370 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15371 (bibtex-beginning-of-last-entry): Remove.
15372 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
15373 message if comma is missing but buffer is read-only.
15374 (bibtex-parse-field-text): Handle whitespaces at the end of field
15375 text. Return 3-element list with beginning and end of field text
15376 and end of field.
15377 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15378 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
15379 (bibtex-search-forward-field, bibtex-search-backward-field):
15380 Search always delimited by limits of entry. Use more efficient
15381 search algorithms.
15382 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15383 bibtex-end-of-name-in-field.
15384 (bibtex-text-in-field-bounds): Handle BibTeX strings when
15385 extracting the content of a field.
15386 (bibtex-text-in-field): Use search limits.
15387 (bibtex-parse-string-prefix): Handle empty string keys based on
15388 bibtex-string-empty-key.
15389 (bibtex-parse-string): Fix docstring.
15390 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15391 (bibtex-preamble-prefix, bibtex-strings): New functions.
15392 (bibtex-skip-to-valid-entry): Include preceding whitespace in
15393 BibTeX entries (consistent with other BibTeX functions).
15394 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15395 (bibtex-search-entry): Fix docstring. Simplify.
15396 (bibtex-flash-head, bibtex-complete-string-cleanup)
15397 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15398 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15399 (bibtex-parse-entry): New optional arg content.
15400 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15401 Use bibtex-text-in-field-bounds.
15402 (bibtex-print-help-message): Handle BibTeX strings and preambles.
15403 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15404 bibtex-parse-string-postfix.
15405 (bibtex-find-text-internal): New function.
15406 (bibtex-remove-delimiters): Use it.
15407 (bibtex-find-text): Use it. New optional arg help.
15408 (bibtex-complete): Handle BibTeX string and preamble entries.
15409 (bibtex-Preamble): Fix order of closing delimiters.
15410
154112005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
15412
15413 * vc.el (vc-default-revert): New fun.
15414
15415 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15416
28aa8148
RF
154172005-12-14 Romain Francoise <romain@orebokech.com>
15418
15419 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15420 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15421 (font-lock-remove-keywords): Likewise.
15422
fa81f010
JL
154232005-12-14 Juri Linkov <juri@jurta.org>
15424
e8171d36
JL
15425 * log-view.el (log-view-diff): Doc fix.
15426
fa81f010
JL
15427 * isearch.el (isearch-query-replace): Use (mark) instead of
15428 isearch-opoint if mark is active in transient-mark-mode.
15429
e7e4ea21
JL
154302005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
15431
15432 * isearch.el (isearch-query-replace): Check for isearch-other-end.
15433
cf717a0d
JL
154342005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
15435
15436 * progmodes/cpp.el (cpp-face): New widget.
15437 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15438
ad25ebbb
JL
154392005-12-14 Juri Linkov <juri@jurta.org>
15440
15441 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15442 around `erase-buffer' and `insert'.
15443
15444 * descr-text.el (describe-text-properties): Replace buffer name
15445 "*Help-2*" with "*Help*<2>".
15446 (describe-char): Add functions print-help-return-message,
15447 toggle-read-only. Use help-setup-xref with nil to not store
15448 describe-char in help-xref-stack. Use help-make-xrefs to
15449 make [back] button.
15450
15451 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15452
15453 * wdired.el (wdired-old-point): New internal variable.
15454 (wdired-change-to-wdired-mode): Set it buffer-locally.
15455 (wdired-abort-changes): Restore point after aborting changes.
15456
df4da7f4
SM
154572005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15458
15459 * vc.el (vc-do-command): Add a new value t for okstatus.
15460
15461 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15462 frame in case of errors.
15463
348f73b0 154642005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4c0252a5 15465
df4da7f4 15466 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4c0252a5
JD
15467 so it comes after "On the Left" in the menu.
15468
2ac1d4ef
LT
154692005-12-12 Luc Teirlinck <teirllm@auburn.edu>
15470
15471 * cus-edit.el (customize-apropos, customize-apropos-options)
15472 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15473
63fc53c9
BW
154742005-12-12 Bill Wohler <wohler@newt.com>
15475
15476 * vc-svn.el (vc-svn-registered): Fix problem of visiting
15477 non-writable Subversion-controlled files by saving window
df4da7f4 15478 configuration before calling vc-do-command. vc-do-command calls
63fc53c9
BW
15479 pop-to-buffer on error which is unexpected during registration.
15480
2da61afc
JB
154812005-12-12 Jay Belanger <belanger@truman.edu>
15482
15483 * calc/README: Update the summary of changes.
15484
25a3c9d1
SM
154852005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
15486
15487 * descr-text.el (describe-char): Rework last fix to solve the problem
15488 is the same way it's solved for everything else in that function
15489 (i.e. by extracting the info before setting up the *Help* buffer).
15490
0900f982
KS
154912005-12-12 Kim F. Storm <storm@cua.dk>
15492
15493 * subr.el (version-regexp-alist): Allow space as separator before
15494 non-numeric part, e.g. "1.0 alpha".
15495 (version-to-list): Interpret .X.Y version as 0.X.Y version.
15496
7d29e55d
CD
154972005-12-12 Carsten Dominik <dominik@science.uva.nl>
15498
2e040f4e 15499 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7d29e55d
CD
15500 Implement Logging and the keep-modes setting.
15501 (org-get-category): Make sure a string is returned.
15502 (org-log-done): New function.
15503 (org-log-done, org-closed-string): New options.
15504
348f73b0 155052005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5621b83a 15506
df4da7f4 15507 * tooltip.el (tooltip-y-offset): Change default to 20.
5621b83a 15508
eab52f48
RS
155092005-12-12 Richard M. Stallman <rms@gnu.org>
15510
15511 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15512
15513 * frame.el (display-hourglass): Doc fix.
15514
15515 * help.el (help-for-help-internal): Simplify entry for `a'.
15516
15517 * info.el (Info-on-current-buffer): Doc fix.
15518 (info-insert-file-contents): Don't test (featurep 'jka-compr).
15519
15520 * startup.el (inhibit-splash-screen): Make this the real name.
15521 (inhibit-startup-message): Make this the alias.
15522 (command-line): Find only simple.el, and use its directory
15523 to fill in other preloaded files' names.
15524 (command-line): Deactivate the mark if deactivate-mark is set.
15525
15526 * international/mule.el (load-with-code-conversion):
15527 Bind deactivate-mark.
15528
15529 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15530
39f617e5
LT
155312005-12-11 Luc Teirlinck <teirllm@auburn.edu>
15532
15533 * cus-edit.el (customize-apropos): Avoid listing an option more
15534 than once under different aliases. No longer list user options
15535 that are not defined with defcustom (unless a prefix arg is given).
15536 Doc fix.
15537 (customize-apropos-options): Doc fix.
15538
d4c6530f
JL
155392005-12-11 Juri Linkov <juri@jurta.org>
15540
15541 * frame.el (set-background-color, set-foreground-color)
15542 (set-cursor-color, set-mouse-color, set-border-color):
15543 Add explicit prompts to read colors by `facemenu-read-color'.
15544 (show-trailing-whitespace, blink-cursor-delay)
15545 (blink-cursor-interval, display-hourglass, hourglass-delay):
15546 Remove tags.
15547 (display-hourglass, hourglass-delay): Doc fix.
15548 (cursor-in-non-selected-windows): Capitalize words in tag.
15549
15550 * faces.el (frame-background-mode): Replace `choice-item' keywords
15551 with `const' to not make [default] button. Change default value tag
15552 from `default' to `automatic'. Doc fix.
15553 (trailing-whitespace) <defface>: Change group `whitespace' to
15554 `whitespace-faces'.
15555
4b1c16c2
RS
155562005-12-11 Richard M. Stallman <rms@gnu.org>
15557
15558 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15559
ac8fcf0f
YM
155602005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15561
15562 * term/mac-win.el: Create keymap for mac-apple-event-map.
15563
35cd2d87
NR
155642005-12-11 Nick Roberts <nickrob@snap.net.nz>
15565
15566 * tooltip.el (tooltip-mode): Move to start of file so that it
15567 appears at top of customize buffer.
15568
15569 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15570 Add the gud groupname.
15571 (gud-tooltip-mode): Add the tooltip groupname.
af71d4c0 15572 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
35cd2d87
NR
15573 avoid conflict with tooltip-use-echo-area.
15574
d50d22f1
RF
155752005-12-10 Romain Francoise <romain@orebokech.com>
15576
15577 * help.el (help-for-help-internal): Add `r' in doc string.
15578
348f73b0 155792005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5fdf9b7c 15580
f3725983
SM
15581 * align.el (align-regexp, align-highlight-rule):
15582 Use region-beginning and region-end instead of point and mark, so that
5fdf9b7c
EZ
15583 repetition (with `repeat-complex-command') recomputes the region
15584 bounds.
15585
d50d22f1 155862005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
614b38a9
EZ
15587
15588 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15589 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15590 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15591 (balance-windows): Rewrite using the above new functions.
15592
71060bdd
EZ
155932005-12-10 David Koppelman <koppel@ece.lsu.edu>
15594
af71d4c0 15595 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
71060bdd
EZ
15596 react if global-hi-lock-mode seems intended.
15597 (global-hi-lock-mode) Renamed from hi-lock-mode.
15598 (hi-lock-archaic-interface-message-used)
d50d22f1 15599 (hi-lock-archaic-interface-deduce): New variables.
71060bdd
EZ
15600 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15601 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
f3725983
SM
15602 (hi-lock-find-patterns, hi-lock-font-lock-hook):
15603 Replace hi-lock-buffer-mode with hi-lock-mode.
71060bdd 15604
86b8a072 156052005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
6d93e4aa
EZ
15606
15607 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15608 completion list, even after a partial completion has been
15609 inserted in the current buffer. If there are more than 1
15610 completion, redisplay the *Completions* buffer; if the
15611 completion is unique, delete the *Completions* window.
15612
7c86d70e
EZ
156132005-12-10 Eli Zaretskii <eliz@gnu.org>
15614
15615 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15616 strings and long subject lines that were broken into multiple
eba9bb5f
EZ
15617 lines at arbitrary places. Handle subjects that have "Re: " in
15618 the middle.
7c86d70e 15619
d9f9aa72
EZ
156202005-12-10 John W. Eaton <jwe@octave.org>
15621
15622 * emacs/octave-mod.el (octave-electric-space): Don't indent
15623 comments or strings if octave-auto-indent is nil.
15624
4b3eb407
YM
156252005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15626
f3725983
SM
15627 * term/mac-win.el: Require url when compiling.
15628 Call mac-process-deferred-apple-events after loading init files.
4b3eb407
YM
15629 (mac-apple-event-map): New defvar. Define event handlers in it.
15630 (core-event, internet-event): New Apple event class symbols.
15631 (open-application, reopen-application, open-documents)
15632 (print-documents, open-contents, quit-application)
f3725983
SM
15633 (application-died, show-preferences, autosave-now, get-url):
15634 New Apple event ID symbols.
4b3eb407
YM
15635 (about): New HICommand ID symbol.
15636 (mac-event-spec, mac-event-ae): New macros.
15637 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15638 (mac-ae-selection-range, mac-ae-text-for-search)
15639 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15640 (mac-application-menu-map): Remove keymap. Handlers for HICommand
15641 and Services menu events are now defined in mac-apple-event-map.
15642 (mac-drag-n-drop): Remove selection range handling.
15643
332ee544
KH
156442005-12-10 Kenichi Handa <handa@m17n.org>
15645
f3725983 15646 * simple.el (zap-to-char):
332ee544
KH
15647 * isearch.el (isearch-process-search-char): Translate CHAR by
15648 translation-table-for-input.
15649
b0562527
CY
156502005-12-09 Chong Yidong <cyd@stupidchicken.com>
15651
15652 * foldout.el (foldout-exit-fold): Properly hide subtree.
15653
e8f4db18
RS
156542005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15655
15656 * files.el (save-buffer):
d50d22f1 15657 * international/ucs-tables.el (ucs-set-table-for-input):
e8f4db18
RS
15658 * mail/mail-extr.el (mail-extract-address-components):
15659 * mail/sendmail.el (mail-mode): Reformat doc string.
15660
37fec9be
JL
156612005-12-09 Juri Linkov <juri@jurta.org>
15662
15663 * isearch.el (isearch-highlight): Change main overlay priority
15664 from 1 to 1001. Simplify.
15665 (isearch-lazy-highlight-update): Change lazy overlay priority
15666 from 0 to 1000.
15667
15668 * replace.el (replace-highlight): Change overlay priority from
15669 1 to 1001.
15670
15671 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15672 Change overlay priority from 1 to 1001. Reuse existing overlay.
15673
15674 * compare-w.el (compare-windows-highlight): Change overlay
15675 priority from 1 to 1000.
15676
15677 * menu-bar.el (menu-bar-edit-menu): Add listp around
15678 pending-undo-list to disable menu item "undo" when pending
15679 undo list is empty.
15680
15681 * locate.el (locate): Disable undo in *Locate* buffer.
15682
84fdb82c
KS
156832005-12-09 Kim F. Storm <storm@cua.dk>
15684
15685 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15686
5a8781ad
DP
156872005-12-09 David Ponce <david@dponce.com>
15688
84fdb82c 15689 * recentf.el: Improvement of the menu code.
5a8781ad
DP
15690 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
15691 instead of menu hook.
15692 (recentf-show-menu, recentf-hide-menu): New functions.
15693 (recentf-menu-customization-changed, recentf-mode): Use them.
15694 (recentf-menu-action, recentf-max-menu-items)
15695 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15696 (recentf-arrange-by-rule-others)
15697 (recentf-arrange-by-rules-min-items)
15698 (recentf-arrange-by-rule-subfilter) : Don't use
15699 `recentf-menu-customization-changed'.
15700 (recentf-arrange-rules): Likewise. Accept functions to compute
15701 sub-menu titles.
15702 (recentf-menu-filter): Likewise. Doc fix.
15703 (recentf-menu-value-shortcut): Doc fix.
15704 (recentf-dump-variable): Quote atom value.
15705 (recentf-make-menu-items): Update to use it as a menu filter.
15706 (recentf-match-rule): New function.
15707 (recentf-arrange-by-rule): Use it.
15708 (recentf-indirect-mode-rule): New function.
15709 (recentf-build-mode-rules): Use it.
15710 (recentf-dir-rule): New function.
15711 (recentf-arrange-by-dir): Use it.
15712 (recentf-filter-changer-current): Rename from
15713 `recentf-filter-changer-state'. All references updated.
15714 (recentf-filter-changer-alist): Update filter names.
15715 (recentf-filter-changer-select): New function.
15716 (recentf-filter-changer): Use it. Make a sub-menu from filters
15717 available in `recentf-filter-changer-alist'.
5a8781ad
DP
15718 (recentf-data-cache, recentf-clear-data)
15719 (recentf-update-menu): Remove. All references updated.
15720 (recentf-match-rule-p, recentf-build-dir-rules)
15721 (recentf-filter-changer-goto-next)
15722 (recentf-filter-changer-get-current)
15723 (recentf-filter-changer-get-next): Remove.
15724
30c02925
LT
157252005-12-08 Luc Teirlinck <teirllm@auburn.edu>
15726
15727 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15728 buffer "Reset" button to "Reset to Current" for consistency with
15729 the State buttons.
15730
1c258d8c
JPW
157312005-12-08 John Paul Wallington <jpw@pobox.com>
15732
15733 * ibuf-ext.el (define-ibuffer-filter filename):
15734 If `dired-directory' is a list then really use its car.
15735
84574cf2
KS
157362005-12-08 Kim F. Storm <storm@cua.dk>
15737
af71d4c0
JB
15738 * emulation/cua-rect.el (cua--rectangle-aux-replace):
15739 Fix indention of text on right side of replaced rectangle.
84574cf2 15740
c48971b2
NR
157412005-12-09 Nick Roberts <nickrob@snap.net.nz>
15742
3d596891 15743 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
c48971b2
NR
15744 No need to check gud-comint-buffer is bound.
15745 (gdb): Prevent multiple debugging when first session uses gdba.
15746
9e04cba1
AM
157472005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15748
15749 CC Mode update to 5.31.
15750
15751 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
55b76f19
KS
15752 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
15753 We might do this function properly in the future).
9e04cba1 15754
55b76f19
KS
15755 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15756 New macros c-sentence-end and c-default-value-sentence end, to cope
9e04cba1
AM
15757 with Emacs 22's new function `sentence-end'.
15758
157592005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15760
55b76f19 15761 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9e04cba1
AM
15762 compat issue using `c-put-overlay' and `c-delete-overlay'.
15763
55b76f19
KS
15764 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15765 New compat macros to handle overlays/extents.
9e04cba1
AM
15766
157672005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15768
15769 * progmodes/cc-fix.el: Add definitions of the macros push and pop
15770 (for GNU Emacs 20.4)
15771
15772 * progmodes/cc-defs.el:
15773 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15774
af71d4c0 15775 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9e04cba1
AM
15776 highlighting mechanism so it will work in XEmacs too.
15777
15778 * progmodes/cc-defs.el: Insert c-int-to-char.
15779
15780 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15781 call to the new macro c-int-to-char. This solves XEmacs's
15782 regarding characters as different from integers.
15783
157842005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15785
55b76f19
KS
15786 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15787 New internal helper.
9e04cba1
AM
15788
15789 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15790 construct to make the indirect face lookup work in XEmacs.
15791
15792 (c-cpp-matchers): Append the negation char face to the existing
55b76f19
KS
15793 fontification, so that the cpp face doesn't disappear.
15794 Use `c-make-syntactic-matcher' to avoid negation chars in comments
15795 and strings.
9e04cba1
AM
15796
15797 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
55b76f19 15798 to map to `font-lock-negation-char-face' in emacsen where it exists.
9e04cba1
AM
15799
158002005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15801
15802 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15803
af71d4c0
JB
15804 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15805 Rename "c-subword-move-mode" as "c-subword-mode".
9e04cba1
AM
15806
15807 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15808 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
15809
158102005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15811
15812 * progmodes/cc-mode.el: Added autoload directive for
15813 `c-subword-move-mode' for use in older emacsen.
15814
158152005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15816
15817 * progmodes/cc-mode.el:
15818 (i) Insert a binding for C-c C-backspace into
15819 c-bind-special-erase-keys which works in TTYs.
15820 (ii) Make sure that when file styles are used, any explicitly
55b76f19
KS
15821 given style variables take priority over those in the style.
15822 Do this by calling `hack-local-variables' a second time.
9e04cba1
AM
15823
15824 * progmodes/cc-vars.el: Add language specific customization
15825 widgets for AWK to c-doc-comment-style, c-require-final-newline
55b76f19
KS
15826 and c-default-style. Add a defcustom for awk-mode-hook.
15827 Give c-syntactic-element and c-syntactic-context doc-strings by
15828 directly setting their `variable-documentation' propery.
15829 This allows Emacs 22.1 to read these with C-h v.
9e04cba1 15830
55b76f19 15831 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
9e04cba1
AM
15832
158332005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15834
15835 * progmodes/cc-fonts.el, cc-vars.el
af71d4c0
JB
15836 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15837 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9e04cba1
AM
15838 Masatake YAMATO.
15839
15840 (c-doc-comment-style): Made GtkDoc default in C mode.
15841
15842 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15843 and C-c C-<delete>.
15844
15845 (c-bind-special-erase-keys): New function for use on
15846 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15847
15848 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15849 <delete> key behavior in XEmacs according to `delete-forward-p'.
15850 C.f. `c-electric-delete'.
15851
158522005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15853
15854 * progmodes/cc-mode.el: Give c-hungry-backspace and
d50d22f1 15855 c-hungry-delete-forward permanent key bindings.
9e04cba1 15856
55b76f19
KS
15857 * progmodes/cc-cmds.el (c-electric-semi&comma):
15858 Bind c-syntactic-context for calls to "criteria functions", for
9e04cba1
AM
15859 consistency with other calls to user functions.
15860
af71d4c0 15861 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9e04cba1
AM
15862 `current-prefix-arg', since this might be the prefix arg to a
15863 command which calls c-indent-command as a function. Change the
15864 interactive spec from "p" to "P".
15865
15866 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
15867 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
15868 was difficult to understand.
15869
158702005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15871
55b76f19 15872 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9e04cba1
AM
15873 first char of an identifier.
15874
15875 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
15876 +" syntax in C++.
15877
158782005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15879
af71d4c0 15880 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9e04cba1
AM
15881 auto-fill doesn't split a c-comment's last word from a hanging
15882 "*/" when a space is typed between them after fill-column.
15883
15884 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
15885
af71d4c0
JB
15886 * progmodes/cc-styles.el (c-set-style)
15887 (c-setup-paragraph-variables): Abort the command if we're not in a
9e04cba1
AM
15888 CC Mode buffer.
15889
15890 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
15891 with blank comment-prefix, and a blank line as the comment's
15892 second line.
15893
158942005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15895
15896 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
55b76f19 15897 Incorporate the patterns added in the Emacs development branch
9e04cba1
AM
15898 for the new Emacs 22 face `font-lock-negation-char-face'.
15899
15900 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
15901 of "red" since it stands out better in xterms and DOS terminals.
15902
55b76f19
KS
15903 * progmodes/cc-engine.el (c-literal-faces):
15904 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9e04cba1
AM
15905
159062005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15907
15908 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
15909 forcibly enable c-electric-flag.
15910
15911 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
55b76f19
KS
15912 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
15913 after the comment-prefix of a C-style comment will close that comment.
9e04cba1
AM
15914
159152005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15916
af71d4c0 15917 * progmodes/cc-fonts.el (c-basic-matchers-before)
55b76f19 15918 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9e04cba1
AM
15919 in Pike.
15920
15921 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
15922 digraphs.
15923
15924 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
af71d4c0
JB
15925 (c-cpp-message-directives, c-cpp-include-directives)
15926 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
55b76f19 15927 (c-cpp-expr-directives): Introduce new language constants to
9e04cba1
AM
15928 control cpp syntax in a cleaner way.
15929
55b76f19 15930 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9e04cba1
AM
15931
15932 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
15933
af71d4c0
JB
15934 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
15935 (c-multiline-string-start-char): New language constants and
9e04cba1
AM
15936 variables to specify how newlines in string literals work.
15937
15938 (c-font-lock-invalid-string): Use them.
15939
15940 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
15941 unbalanced close brace is entered. Optimization by avoiding going
15942 back over arbitrarily large blocks. Removed hints that this
15943 function only would be relevant/useful in AWK.
15944
15945 (c-electric-brace): Indent syntactically after the cleanups since
15946 lineup functions might do it differently then.
15947
15948 * progmodes/cc-engine.el, cc-langs.el
15949 (c-opt-op-identifier-prefix): New language constant and variable.
15950
af71d4c0
JB
15951 (c-just-after-func-arglist-p, c-after-special-operator-id)
15952 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9e04cba1
AM
15953
15954 * progmodes/cc-align.el, cc-engine.el
15955 (c-after-special-operator-id): New helper to handle C++ operator
15956 identifiers.
15957
af71d4c0
JB
15958 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
15959 (c-guess-basic-syntax): Handle C++ operator identifiers in
9e04cba1
AM
15960 declarations.
15961
55b76f19 15962 * progmodes/cc-langs.el (c-assignment-operators): Add the
9e04cba1
AM
15963 trigraph version of ^= too.
15964
55b76f19 15965 * progmodes/cc-langs.el (c-assignment-operators): Add the
9e04cba1
AM
15966 trigraph version of |= in C++.
15967
55b76f19
KS
15968 * progmodes/cc-fonts.el (c-font-lock-declarators):
15969 Handle `c-decl-hangon-kwds' after the identifier name.
9e04cba1
AM
15970
15971 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
15972 whether an arglist is "nonempty", ignore a comment after the open
55b76f19 15973 paren if it isn't followed by a non-comment token on the same line.
9e04cba1 15974
55b76f19
KS
15975 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
15976 Enable heuristics below the point to cope with classes inside special
9e04cba1
AM
15977 brace lists in Pike.
15978
159792005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15980
15981 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
15982
159832005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15984
15985 * progmodes/cc-guess.el (cc-guess-install): New function to
15986 install an already guessed style in another buffer.
15987
15988 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
15989 sets `inhibit-read-only' - `c-save-buffer-state' should be used
15990 anyway if the change always is undone.
15991
159922005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15993
15994 Implement togglable electricity:
15995
15996 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
15997 saying when it should be used.
15998
15999 * progmodes/cc-engine.el: Add the new buffer-local variable,
16000 c-electric-flag.
16001
16002 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
16003 c-toggle-auto-newline.
16004
16005 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
16006 c-toggle-auto-newline. Remove the binding for
16007 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
16008 c-toggle-electric-state.
16009
16010 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
16011
16012 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
16013 c-\(forward\|backward\)-subword.
16014 (c-update-modeline): Add the new modeline flag `l' for
55b76f19
KS
16015 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
16016 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
16017 Make the old name an alias of the new name.
9e04cba1 16018 (c-toggle-electric-state): New function.
55b76f19 16019 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9e04cba1
AM
16020 Adapt these functions to do electric things only when
16021 c-electric-flag is non-nil.
16022 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
16023 new functions from c-electric-brace.
16024 (c-point-syntax): Add a check for "virtual semicolons" in AWK
16025 mode, so that the tentative extra newline doesn't change the
16026 syntax of the following brace.
af71d4c0 16027 (c-electric-brace): Restructure by extracting the above functions.
9e04cba1
AM
16028 Tidy up the coding somewhat.
16029 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
16030 restructure a bit.
16031
160322005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16033
16034 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
55b76f19 16035 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
9e04cba1
AM
16036
16037 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
55b76f19 16038 (c-submode-indicators): Change name from `c-auto-hungry-string'
9e04cba1
AM
16039 since it's now used to track another submode.
16040
55b76f19 16041 (c-update-modeline): Convert to function and extended to check
9e04cba1
AM
16042 `c-subword-move-mode'.
16043
16044 (c-forward-into-nomenclature, c-backward-into-nomenclature):
55b76f19 16045 Convert to compat aliases for `c-forward-subword' and
9e04cba1
AM
16046 `c-backward-subword'.
16047
16048 * progmodes/cc-subword.el: New functions and minor mode to handle
16049 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16050
af71d4c0
JB
16051 (c-forward-subword, c-backward-subword, c-mark-subword)
16052 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16053 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9e04cba1
AM
16054 Functions corresponding to the standard word handling functions.
16055
16056 (c-subword-move-mode): Minor mode that replaces all the standard
16057 word handling functions with their subword equivalences.
16058
160592005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16060
16061 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16062 entry for one-liner-defun.
16063
16064 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16065 name in its def-edebug-spec.
16066
16067 * progmodes/cc-cmds.el (c-electric-brace): Make the
16068 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
16069 compacts space before a comment, if this will make things fit on
16070 one line.
16071
16072 Introduce an "awk" style, mainly for auto-newline and clean-ups.
16073
af71d4c0 16074 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9e04cba1
AM
16075
16076 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16077 clean-up one-liner-defun.
3d596891 16078
9e04cba1
AM
16079 * progmodes/cc-styles.el: Add the new "awk" style.
16080
16081 * progmodes/cc-vars.el: Add description of one-liner-defun to
16082 c-cleanup-list's doc-string. New user options,
16083 c-max-one-liner-length. In c-default-style, set the default style
16084 for AWK to "awk".
16085
160862005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16087
55b76f19 16088 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9e04cba1
AM
16089 macros inside labels.
16090
55b76f19 16091 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9e04cba1
AM
16092 `c-at-statement-start-p' and `c-at-expression-start-p'.
16093
16094 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16095 error if the mark isn't set.
16096
af71d4c0
JB
16097 * progmodes/cc-engine.el (c-guess-continued-construct)
16098 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9e04cba1
AM
16099 accurately detect functions inside functions.
16100
16101 * progmodes/cc-engine.el (c-at-expression-start-p): New function
16102 like `c-at-statement-start-p' that additionally recognizes commas
16103 and expression parentheses as delimiters.
16104
55b76f19 16105 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9e04cba1 16106 to avoid heuristics that doesn't work for unclosed blocks.
9e04cba1
AM
16107 (c-at-statement-start-p): New function.
16108
16109 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16110 Objective-C directives, e.g. directives spanning lines should work
16111 reasonably well now.
16112
16113 (c-put-c-type-property, c-clear-c-type-property): New helpers.
16114
16115 (c-forward-objc-directive): New function to move over any ObjC
16116 directive.
16117
af71d4c0
JB
16118 (c-just-after-func-arglist-p, c-guess-basic-syntax)
16119 (c-basic-matchers-before): Use it.
9e04cba1 16120
55b76f19 16121 (c-font-lock-objc-iip-decl): Remove.
9e04cba1
AM
16122
16123 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16124 in the template arglist recognition.
16125
55b76f19 16126 * progmodes/cc-styles.el (c-style-alist): Fix several
9e04cba1
AM
16127 inconsistencies in the Whitesmith style.
16128
af71d4c0
JB
16129 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16130 New lineup function to get lines after Whitesmith style blocks
9e04cba1
AM
16131 correctly indented.
16132
55b76f19 16133 (c-lineup-whitesmith-in-block): Back out the compensation for
9e04cba1
AM
16134 opening parens since it's done using `add' lists in the style
16135 definition instead. Don't use the anchor position since it varies
16136 too much between the syntactic symbols. :P
16137
55b76f19 16138 * progmodes/cc-vars.el (c-valid-offset): Update.
9e04cba1 16139
55b76f19 16140 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9e04cba1 16141 lists where the offsets are combined according to several
55b76f19
KS
16142 different methods: `first', `min', `max', and `add'.
16143 Report offset evaluation errors with `c-benign-error' so that some kind
9e04cba1
AM
16144 of reindentation still is done.
16145
55b76f19
KS
16146 * progmodes/cc-engine.el (c-guess-basic-syntax):
16147 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9e04cba1
AM
16148 `arglist-close'.
16149
55b76f19 16150 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9e04cba1
AM
16151 situations for `arglist-cont-nonempty' and `arglist-close'.
16152
55b76f19 16153 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9e04cba1
AM
16154
16155 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16156 cc-bytecomp-boundp' in a number of places.
16157
55b76f19 16158 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9e04cba1
AM
16159 macro related issue.
16160
161612005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16162
16163 * progmodes/cc-awk.el: Change the terminology of regexps: A char
55b76f19
KS
16164 list is now [asdf], a char class [:alpha:].
16165 Include code for char classes.
16166 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
16167 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9e04cba1
AM
16168
16169 Remove (nearly all of) the cruft associated with AWK Mode's former
16170 concept of "virtual semicolons":
16171
16172 Adapt c-beginning-of-statement, c-end-of-statement (together with
16173 subfunctions) to use the new notion of "virtual semicolon" in
16174 place of the old awkward special handling for AWK. There remains
16175 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16176 * progmodes/cc-cmds.el:
16177 (c-ascertain-adjacent-literal): In the backwards direction, now
16178 recognises AWK regexp delimiters as string delimiters.
16179 (c-after-statement-terminator-p): Adapt for virtual semicolons;
16180 check more rigorously for "end of macro".
16181 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16182 virtual semicolons;
16183 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16184 out the code for forward movement into ...
16185 (c-end-of-statement): Now contains the code for forward movement,
16186 adapted for virtual semicolons.
16187
16188 * progmodes/cc-engine.el:
af71d4c0 16189 (c-ws*-string-limit-regexp): New regexp.
9e04cba1
AM
16190 (c-forward-single-comment, c-backward-single-comment): Comment out
16191 the (now redundant) "special" AWK stuff.
16192
16193 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16194 c-string-par-start, c-string-par-separate to be more like Text
16195 Mode than Fundamental Mode.
16196
161972005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16198
16199 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16200 to the fontified region so that fontification doesn't occur
af71d4c0
JB
16201 outside it (could happen e.g. when fontifying a line with an
16202 unfinished declaration).
9e04cba1
AM
16203
162042005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16205
55b76f19
KS
16206 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16207 start of the file. ^L now separate sections of the file.
16208 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
16209 (c-awk-one-line-possibly-open-string-re)
16210 (c-awk-regexp-one-line-possibly-open-char-class-re)
16211 (c-awk-one-line-possibly-open-regexp-re)
16212 (c-awk-one-line-non-syn-ws*-re): New defonsts.
16213 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9e04cba1
AM
16214
16215 Amend the concept of "virtual semicolons" (in the indentation
16216 engine) for languages like AWK, such that they are now
16217 conceptually attached to end of the last token of a statement, not
16218 the end of the line. (In AWK Mode, however, the pertinent text
16219 property is still physically set on the EOL.) Remove the specific
16220 tests for awk-mode, thus facilitating the introduction of other
55b76f19
KS
16221 language modes where EOLs can end statements.
16222 (Note: The funtionality in cc-cmds.el, specifically
9e04cba1
AM
16223 c-beginning/end-of-statement has yet to be amended.)
16224
55b76f19
KS
16225 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16226 New macros.
9e04cba1
AM
16227
16228 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16229 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
16230 c-vsemi-status-unknown-p-fn (in a new page).
16231
16232 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16233 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16234 numerous awkward forms like
16235 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
55b76f19
KS
16236 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
16237 variable before-ws-ip, the place just after char-before-ip appears.
9e04cba1
AM
16238
16239 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16240 a comment.
16241
162422005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16243
55b76f19 16244 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9e04cba1
AM
16245 `c-tentative-buffer-changes'.
16246
55b76f19
KS
16247 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16248 convert to macro to choose between Emacs and XEmacs at compile time.
9e04cba1 16249
55b76f19 16250 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9e04cba1
AM
16251
16252 (c-tentative-buffer-changes): New macro to handle temporary buffer
16253 changes in a convenient way.
16254
16255 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16256 for `c-tentative-buffer-changes'.
16257
55b76f19 16258 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9e04cba1
AM
16259 the checks for paren sexps between the point and the keyword, to
16260 avoid some false alarms.
16261
16262 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16263 Fixed a situation where an error could be thrown for unbalanced
16264 parens. Changed to make use of c-keyword-member' to avoid some
16265 repeated regexp matches.
16266
55b76f19
KS
16267 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16268 These language variable are no longer necessary.
9e04cba1
AM
16269
16270 (c-block-stmt-kwds): New language constant used by
16271 c-looking-at-inexpr-block'.
16272
55b76f19 16273 (c-guess-basic-syntax): Remove an optional check that looked at
9e04cba1
AM
16274 the existence of the now removed language variables.
16275
55b76f19
KS
16276 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16277 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9e04cba1
AM
16278 object instantiation expressions as declarations in some contexts.
16279 This bug only affected languages where the declarator can't be
16280 enclosed in parentheses.
16281
55b76f19 16282 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9e04cba1
AM
16283 insert newlines before and after substatement braces.
16284
16285 * progmodes/cc-engine.el: Improved the heuristics for recognizing
16286 function declaration headers and the handling of C++ style member
16287 init lists.
16288
16289 (c-just-after-func-arglist-p): Rewritten to use
16290 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
16291
55b76f19 16292 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9e04cba1 16293
55b76f19
KS
16294 (c-guess-basic-syntax): Adapt case 5B for the new
16295 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
16296 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9e04cba1
AM
16297 covers all cases now).
16298
55b76f19 16299 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9e04cba1
AM
16300
163012005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16302
16303 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16304 c-string-par-start/separate c-sentence-end-with-esc-eol,
16305 initialised in c-setup-paragraph-variables, used in string
16306 scanning subroutines of c-beginning-of-statement.
16307
af71d4c0 16308 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9e04cba1
AM
16309 which precedes the newly inserted `{'.
16310
163112005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16312
16313 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16314 function for declaration level blocks. It should now cope with
16315 templates better and also be a lot more comprehensible.
16316
16317 (c-looking-at-decl-block): The new function.
16318
16319 (c-search-uplist-for-classkey): The old one. It's now a wrapper
16320 for compatibility.
16321
55b76f19
KS
16322 (c-add-class-syntax, c-guess-continued-construct)
16323 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9e04cba1 16324
55b76f19 16325 (c-decl-block-key): Change to tell apart ambiguous and
9e04cba1
AM
16326 unambiguous keywords. Pike specials are now handled directly in
16327 the code instead.
16328
55b76f19
KS
16329 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16330 New language constants and variables to make the backward skip in
9e04cba1
AM
16331 `c-looking-at-decl-block' as tight as possible.
16332
16333 (c-nonsymbol-token-char-list): New language constant.
16334
16335 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16336 find balanced template arglists backwards.
16337
16338 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16339 making char classes for `c-syntactic-skip-backward'.
16340
55b76f19 16341 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9e04cba1
AM
16342 16D - can't be a class-close at that point.
16343
af71d4c0
JB
16344 * progmodes/cc-engine.el (c-guess-basic-syntax)
16345 (c-add-class-syntax): Don't narrow out the enclosing declaration
9e04cba1
AM
16346 level. This makes everything a lot easier, and it was actually
16347 only four small places that needed it to work. Some places that
16348 previously did `widen' are removed now, which has the effect that
16349 `c-guess-basic-syntax' never will look at things outside the
16350 current narrowment now. The anchor position for `topmost-intro'
16351 is affected by this, but it was so bogus it was basically useless
55b76f19 16352 before, and now it's equally bogus but in a slightly different way.
9e04cba1
AM
16353
16354 (c-narrow-out-enclosing-class): Gone.
16355
16356 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16357 the narrowed region.
16358
55b76f19 16359 (c-least-enclosing-brace): Remove silly optional argument.
9e04cba1 16360
55b76f19 16361 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9e04cba1
AM
16362 the point could be left directly after an open paren when finding
16363 the beginning of the first decl in the block.
16364
16365 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16366 Specify which submatch to use.
16367
119f6f17 16368 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9e04cba1 16369
af71d4c0 16370 (c-decl-start-re): No longer any need for special treatment of
9e04cba1
AM
16371 ObjC due to the above.
16372
16373 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16374 presumably follows C in that regard.
16375
16376 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16377 New language constants to specify operator tokens inside
16378 identifiers in a more high level way.
16379
16380 (c-opt-identifier-prefix-key): New internal language constant.
16381
af71d4c0
JB
16382 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16383 (c-identifier-start, c-identifier-key): Now completely calculated
9e04cba1
AM
16384 from other constants.
16385
55b76f19 16386 (c-identifier-last-sym-match): Decommission since it's no longer used.
9e04cba1 16387
55b76f19 16388 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
9e04cba1 16389
55b76f19 16390 * progmodes/cc-engine.el (c-forward-name): Remove the
9e04cba1
AM
16391 optimization when c-identifier-key is equal to c-symbol-key since
16392 it doesn't work in byte compiled files. Don't record empty
16393 regions as identifiers.
16394
16395 * progmodes/cc-langs.el (c-filter-ops): New helper function to
16396 simplify access to `c-operators' and its likes.
16397
af71d4c0
JB
16398 (c-operator-list, c-all-op-syntax-tokens)
16399 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16400 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16401 (c-primary-expr-regexp, c-cast-parens): Use it.
9e04cba1
AM
16402
16403 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16404 an explicit language in functions.
16405
55b76f19 16406 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9e04cba1
AM
16407 variant of adornment.
16408
55b76f19 16409 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9e04cba1
AM
16410 variable.
16411
55b76f19 16412 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9e04cba1
AM
16413 the Pike value.
16414
af71d4c0
JB
16415 * progmodes/cc-engine.el (c-on-identifier)
16416 (c-simple-skip-symbol-backward): Small fix for handling "-"
9e04cba1
AM
16417 correctly in `skip-chars-backward'. Affected the operator lfun
16418 syntax in Pike.
16419
55b76f19 16420 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9e04cba1
AM
16421 diagnostic message about precompiled language vars not being used.
16422
16423 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16424 "__attribute__" is followed by a parenthesis.
16425
af71d4c0
JB
16426 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16427 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9e04cba1
AM
16428 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16429
55b76f19
KS
16430 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16431 Internal cleanups to properly detect the declared identifiers in
16432 various declarations.
9e04cba1
AM
16433
16434 (c-decl-start-kwds): New language constant to recognize
16435 declarations that can start anywhere. Used for class declarations
16436 in Pike.
16437
af71d4c0
JB
16438 (c-specifier-key, c-not-decl-init-keywords)
16439 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16440 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9e04cba1 16441
af71d4c0 16442 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
55b76f19 16443 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9e04cba1
AM
16444 handling of the compiler specific extension keywords into a new
16445 language constant `c-decl-hangon-kwds' that defines keyword
16446 clauses to be ignored in declarations.
16447
16448 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16449 past unrecognized tokens when handling `c-colon-type-list-kwds'.
16450 Necessary to stop at the declared identifier in e.g. IDL valuetype
16451 declarations.
16452
af71d4c0
JB
16453 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16454 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16455 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16456 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9e04cba1
AM
16457 class and enum declarations as such and not as part of the type.
16458
55b76f19
KS
16459 (c-forward-decl-or-cast-1, c-forward-label): Relax the
16460 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9e04cba1
AM
16461
16462 (c-forward-decl-or-cast-1): Don't disregard sure signs of
16463 declarations when there's some syntax error later on.
16464
16465 (c-complex-decl-matchers): Did away with a reference to
16466 `c-specifier-key'.
16467
16468 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16469 value - this variable is always dynamically bound.
16470
af71d4c0
JB
16471 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16472 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
55b76f19 16473 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9e04cba1
AM
16474 functions that might do hidden buffer changes: All such internal
16475 functions are now marked instead of those that don't.
16476
af71d4c0
JB
16477 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16478 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16479 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16480 (c-literal-type): Allow these functions to make hidden buffer changes,
9e04cba1
AM
16481 so that they are free to use text property caching later on.
16482
af71d4c0
JB
16483 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16484 (c-electric-brace, c-electric-slash, c-electric-star)
16485 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16486 (c-electric-paren, c-electric-continued-statement, c-indent-command)
16487 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
55b76f19 16488 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9e04cba1
AM
16489 with the changed semantics of the functions above.
16490
55b76f19 16491 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9e04cba1
AM
16492 when macros occur in obscure places. Optimized the sexp movement
16493 a bit.
16494
164952005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16496
16497 Enhancements for c-beginning-of-statement to work in AWK Mode:
16498
16499 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16500 (completed statement) with `}' (statement completed by closing
16501 brace or semicolon) and `$' (statement completed by EOL).
16502
af71d4c0
JB
16503 (c-awk-virtual-semicolon-ends-prev-line-p)
16504 (c-awk-virtual-semicolon-ends-line-p)
16505 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16506 (c-awk-at-statement-end-p): New functions.
9e04cba1
AM
16507
16508 * progmodes/cc-cmds.el: Simplify the structure of functions
16509 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
16510 two functions and c-beginning-of-statement to handle AWK Mode.
16511
16512 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16513 c-backward-single-comment for AWK mode. Attempt to clarify their
16514 doc-strings.
16515
16516 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16517
165182005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16519
16520 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16521 label handling. Labels are now recognized in a uniform and more
16522 robust way, regardless of context. Text properties are put on all
55b76f19
KS
16523 labels to recognize the following declarations better.
16524 Multiword labels are handled both in indentation and fontification for
16525 the benefit of language extensions like Qt. For consistency, keywords
16526 in labels are now fontified with the label face instead.
16527 That also applies to "case" and "default".
9e04cba1 16528
55b76f19 16529 (c-beginning-of-statement-1): Fix some bugs in the label
9e04cba1
AM
16530 handling. Disregard `c-nonlabel-token-key' in labels that begin
16531 with `c-label-kwds'.
16532
16533 (c-find-decl-spots): Support that the callback adds more
16534 `c-decl-end' spots to find.
16535
16536 (c-forward-decl-or-cast-1): Don't treat a list of plain
16537 identifiers followed by a colon as a declaration.
16538
16539 (c-forward-label): New function to recognize labels.
16540
55b76f19 16541 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9e04cba1
AM
16542 `c-forward-label'. Moved the label recognition cases (14 and 15)
16543 earlier since they aren't so context sensitive now. Handle labels
16544 on the top level gracefully. Moved access label recognition to
16545 the generic label case (CASE 15) - removed CASE 5E.
16546
55b76f19 16547 (c-font-lock-declarations): Add recognition of labels in the
9e04cba1
AM
16548 same round since we need to handle labels in parallell with other
16549 declarations to recognize both accurately. It should also improve
16550 speed.
16551
55b76f19
KS
16552 (c-simple-decl-matchers, c-basic-matchers-after):
16553 Move `c-font-lock-labels' so that it only is used on decoration level 2
9e04cba1
AM
16554 since `c-font-lock-declarations' handles it otherwise.
16555
55b76f19 16556 (c-complex-decl-matchers): Remove the simplistic recognition of
9e04cba1
AM
16557 access labels.
16558
55b76f19 16559 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9e04cba1
AM
16560 with labels earlier.
16561
16562 (c-decl-start-re): New language variable to make
16563 `c-font-lock-declarations' stop for the special protection labels
119f6f17 16564 in Objective-C that start with `@'.
9e04cba1 16565
55b76f19 16566 (c-label-key): Remove since it's no longer used.
9e04cba1
AM
16567
16568 (c-recognize-colon-labels, c-label-prefix-re): New language
55b76f19 16569 constants to support recognition of generic colon-terminated labels.
9e04cba1
AM
16570
16571 (c-type-decl-end-used): `c-decl-end' is now used whenever there
16572 are colon terminated labels.
16573
55b76f19 16574 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9e04cba1
AM
16575 first argument starts with a special brace list.
16576
af71d4c0 16577 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
55b76f19 16578 (c-font-lock-declarations): Break out the declaration and cast
9e04cba1
AM
16579 recognition from `c-font-lock-declarations' to a new function, so
16580 that it can be used in the indentation engine.
16581
55b76f19 16582 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9e04cba1
AM
16583 up to the start of the literal. Fixed bug with the point on the
16584 wrong side of the search limit that could happen when the start
16585 position is inside a literal.
16586
af71d4c0 16587 * progmodes/cc-engine.el (c-parse-state)
55b76f19 16588 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9e04cba1
AM
16589 so that it's kept a little bit back to increase the hit rate.
16590
55b76f19 16591 (c-parse-state): Change the macro handling and fixed some
9e04cba1
AM
16592 glitches. Macro context is checked more often than necessary now,
16593 but otoh less garbage conses are generated.
16594
af71d4c0
JB
16595 * progmodes/cc-engine.el (c-parse-state)
16596 (c-invalidate-state-cache): Cache the last position where
9e04cba1 16597 `c-state-cache' applies. This can speed up refontification quite
55b76f19 16598 a bit in blocks where there are many non-brace parens before the point.
9e04cba1
AM
16599
16600 (c-state-cache-end): New variable for this.
16601
55b76f19 16602 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9e04cba1
AM
16603 cache variable.
16604
16605 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16606 get close initial continue positions when the start position is
16607 inside a literal or macro. Do not call the callback for spots
16608 before the start position (which can happen e.g. for `c-decl-end'
16609 spots inside comments). Optimize better in special cases when the
16610 region is a single line inside a literal or macro (typically when
16611 the current line is refontified).
16612
55b76f19 16613 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9e04cba1
AM
16614 to `c-add-stmt-syntax' - there's no need to explicitly whack off
16615 entries from the paren state.
16616
55b76f19 16617 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9e04cba1
AM
16618 special case for "else if" clauses.
16619
af71d4c0
JB
16620 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16621 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9e04cba1 16622
55b76f19
KS
16623 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16624 New language variable to recognize the gcc extension with statement
9e04cba1
AM
16625 blocks inside expressions.
16626
55b76f19 16627 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9e04cba1
AM
16628 it somewhat more comprehensible. The argument AT-BLOCK-START is
16629 no longer used and hence removed.
16630
55b76f19 16631 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9e04cba1
AM
16632 to `c-add-stmt-syntax'.
16633
55b76f19
KS
16634 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16635 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9e04cba1
AM
16636 This fixes bogus label recognition.
16637
af71d4c0 16638 * progmodes/cc-engine.el (c-add-type, c-check-type)
55b76f19 16639 (c-forward-name, c-forward-type): Improve storage of template
9e04cba1
AM
16640 types in `c-found-types' so that they can be recognized better.
16641
55b76f19 16642 (c-syntactic-content): Add option to skip past nested parens.
9e04cba1 16643
55b76f19
KS
16644 * progmodes/cc-engine.el (c-forward-name):
16645 Set `c-last-identifier-range' all the time. It's less work that way.
9e04cba1
AM
16646 Handle that there might not be an identifier to store in
16647 `c-last-identifier-range'.
16648
16649 (c-forward-type): Handle that `c-last-identifier-range' might be
16650 nil from `c-forward-name'.
16651
af71d4c0 16652 * progmodes/cc-defs.el (c-safe-scan-lists)
55b76f19 16653 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9e04cba1
AM
16654
16655 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16656 to work even if the form fails.
16657
16658 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16659 down in a large file in one go.
16660
55b76f19 16661 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9e04cba1
AM
16662
16663 * progmodes/cc-align.el (c-lineup-assignments): New lineup
16664 function which is like `c-lineup-math' but returns nil instead of
16665 `c-basic-offset' when it doesn't match.
16666
55b76f19 16667 (c-lineup-math): Change to use `c-lineup-assignments'.
9e04cba1
AM
16668
166692005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16670
16671 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16672 c-beginning-of-statement. New subfunctions
16673 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16674
166752005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16676
16677 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16678 hardcoded char classes whereever possible. Changed a couple of
16679 places to use skip by syntax instead of skip by char class.
16680
16681 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
55b76f19 16682 Fix a bug in the regexp that caused extreme backtracking.
9e04cba1 16683
af71d4c0
JB
16684 * progmodes/cc-langs.el (c-block-comment-starter)
16685 (c-block-comment-ender): New language constants to specify in a
9e04cba1
AM
16686 single place how block comments look.
16687
af71d4c0
JB
16688 (c-comment-start-regexp, c-block-comment-start-regexp)
16689 (comment-start, comment-end, comment-start-skip)
16690 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16691 (c-syntactic-ws, c-nonempty-syntactic-ws)
16692 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9e04cba1
AM
16693 `c-line-comment-starter', `c-block-comment-starter' and
16694 `c-block-comment-ender'.
16695
af71d4c0
JB
16696 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16697 New language constants to break up things a bit.
9e04cba1
AM
16698
16699 (c-simple-ws): New language constant for simple whitespace.
16700
55b76f19 16701 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9e04cba1 16702
55b76f19 16703 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9e04cba1
AM
16704 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16705 newlines. Allow and ignore nil elements in the list.
16706
167072005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16708
16709 * progmodes/cc-cmds.el: Comment out a (n almost certainly
55b76f19 16710 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9e04cba1
AM
16711
16712 * progmodes/cc-cmds.el: Tidy up the comments in
16713 c-beginning-of-statement and subfunctions.
16714
16715 * progmodes/cc-awk.el: Replace calls to put-text-property to the
16716 more flexible c-put-char-property and c-clear-char-properties.
16717 Add the author's email address.
16718
55b76f19 16719 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9e04cba1
AM
16720
16721 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16722 closing "*/" of a block comment.
16723
16724 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16725 subfunctions) so that it works at BOB and EOB.
16726
16727 * progmodes/cc-cmds.el, cc-vars.el: More updating of
16728 c-beginning-of-statement, including new variable
16729 c-block-comment-start-regexp.
16730
167312005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16732
16733 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16734 symbols from `*-font-lock-extra-types' so that there's no need to
16735 use `regexp-opt' on those lists.
16736
16737 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16738 `c-type-modifier-kwds' is empty.
16739
16740 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16741 there are several strings on the same line.
16742
55b76f19 16743 * progmodes/cc-engine.el (c-literal-limits): Remove the
9e04cba1
AM
16744 compatibility function for older emacsen. `c-literal-limits-fast'
16745 has now taken the place of this function.
16746
55b76f19 16747 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
119f6f17 16748 with older emacsen: We now require `pps-extended-state'.
9e04cba1
AM
16749
167502005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16751
16752 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16753 which obviates the need to hack sentence-end. This now handles
16754 escaped newlines in strings correctly. Correct minor bugs in
16755 c-move-over-sentence and in c-beginning-of-statement.
16756
16757 * progmodes/cc-cmds.el (c-beginning-of-statement (and
16758 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16759 that movement over macros and code are rigorously separated from
16760 eachother. Correct a few incidental bugs.
16761
16762 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
55b76f19 16763 Improve its doc-string. Improve the handling of certain specific cases.
9e04cba1
AM
16764
167652005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16766
16767 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
55b76f19 16768 (c-guess-basic-syntax): Change the way class-level labels are
9e04cba1
AM
16769 recognized; they can now contain essentially any symbols.
16770
16771 (c-opt-extra-label-key): New language variable to cope with the
16772 special protection label syntax in Objective-C.
16773
55b76f19 16774 (c-opt-access-key): Remove; this is now handled better by
9e04cba1
AM
16775 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16776
16777 (c-complex-decl-matchers): Update to handle that
16778 `c-opt-access-key' no longer exists.
16779
16780 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16781 improved label recognition in `c-beginning-of-statement-1'.
16782
16783 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16784 Recognize bitfields better.
16785
16786 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
55b76f19 16787 Remove some cruft and fixed a bug that could cause it to go to a
9e04cba1
AM
16788 position further down.
16789
16790 * progmodes/cc-langs.el, cc-engine.el
55b76f19 16791 (c-beginning-of-statement-1): Improve detection of labels in
9e04cba1
AM
16792 declaration contexts.
16793
16794 (c-beginning-of-decl-1): Use it.
16795
16796 (c-nonlabel-token-key): New language constant and variable needed
16797 by `c-beginning-of-statement-1'.
16798
55b76f19 16799 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9e04cba1
AM
16800 manifested itself due to the correction in `c-forward-sexp'.
16801
55b76f19
KS
16802 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16803 Make these behave as documented when used at the buffer limits.
9e04cba1
AM
16804
16805 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16806 (c-type-decl-end-used): Made this a language variable.
16807
16808 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16809 correctly when `combine-after-change-calls' is used together with
16810 temporary narrowings.
16811
55b76f19
KS
16812 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16813 Report labels correctly when the start point is immediately after the
9e04cba1
AM
16814 colon.
16815
55b76f19
KS
16816 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16817 Remove since it isn't used anymore.
9e04cba1
AM
16818
16819 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16820 bracket arglists such as template parens in C++.
16821
55b76f19 16822 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9e04cba1
AM
16823 in the last check-in. Some optimization.
16824
55b76f19 16825 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9e04cba1
AM
16826 where it could stop at the same level in a preceding sexp when
16827 PAREN-LEVEL is set.
16828
16829 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16830 text property lookup only when it's needed.
16831
16832 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
55b76f19 16833 Change the policy for paren marked angle brackets to be more
9e04cba1
AM
16834 persistent; once marked they remain marked even when they're found
16835 to be unbalanced in the searched region. This should keep the
16836 paren syntax around even when individual lines are refontified in
16837 multiline template arglists.
16838
16839 (c-parse-and-markup-<>-arglists): New dynamically bound variable
16840 to control markup so that incorrect angle bracket arglists aren't
16841 marked in contexts where the correct value for
16842 `c-disallow-comma-in-<>-arglists' isn't known.
16843
16844 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16845 argument has become `c-parse-and-markup-<>-arglists'.
16846
55b76f19 16847 (c-remove-<>-arglist-properties): Remove - no longer used.
9e04cba1
AM
16848
16849 (c-after-change-check-<>-operators): New function used on
16850 `after-change-functions' to avoid that "<" and ">" characters that
16851 are part of longer operators have paren syntax.
16852
16853 (c-<>-multichar-token-regexp): New language variable used by
16854 `c-after-change-check-<>-operators'.
16855
16856 (c-after-change): Call `c-after-change-check-<>-operators'.
16857
16858 (c-font-lock-<>-arglists): Use the context properties set by
55b76f19
KS
16859 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
16860 correctly to avoid doing invalid markup.
9e04cba1 16861
55b76f19 16862 (c-font-lock-declarations): Remove code that undoes the invalid
9e04cba1
AM
16863 markup done by `c-font-lock-<>-arglists'.
16864
16865 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
16866 after `c-font-lock-declarations'.
16867
55b76f19
KS
16868 * progmodes/cc-engine.el (c-syntactic-skip-backward):
16869 Add paren-level feature.
9e04cba1 16870
55b76f19 16871 (c-guess-basic-syntax): Improve the anchor position for
9e04cba1
AM
16872 `template-args-cont' in nested template arglists. There's still
16873 much to be desired in this area, though.
16874
168752005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16876
16877 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
55b76f19 16878 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9e04cba1
AM
16879
168802005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16881
16882 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
af71d4c0 16883 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9e04cba1
AM
16884
16885 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
16886 it doesn't work no longer are supported.
16887
af71d4c0
JB
16888 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
16889 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9e04cba1
AM
16890 requires support for the syntax-table' text property, which rules
16891 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
16892 cruft associated with those versions.
16893
16894 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
16895 for the `syntax-table' text property, which rules out Emacs 19 and
16896 XEmacs < 21.4. Removed various compatibility cruft associated
16897 with those versions.
16898
16899 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
16900 support for the `syntax-table' text property.
16901
16902 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
16903 variable and use an extra quoted face name instead. All the
16904 emacsen flavors handle that correctly.
16905
af71d4c0
JB
16906 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
16907 (c-font-lock-declarators, c-font-lock-declarations)
16908 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9e04cba1
AM
16909 property to mark the items in in declarator lists to handle
16910 refontification inside multiline declarations better.
16911
16912 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
16913 construct like "a * b = c;" as a declaration.
16914
3dd63dc3
KS
169152005-12-08 Kim F. Storm <storm@cua.dk>
16916
55b76f19 16917 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
3d596891
KS
16918 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
16919 select either meta, hyper, or super modifier for rectangle commands.
16920 (cua--rectangle-modifier-key): New defvar.
119f6f17 16921 (cua--M/H-key): Use it. Remove special case for `space'.
3d596891
KS
16922 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
16923 on X, to meta otherwise. Always bind C-return to toggle
119f6f17 16924 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
3d596891 16925
55b76f19
KS
16926 * emulation/cua-rect.el (cua-help-for-rectangle):
16927 Use cua--rectangle-modifier-key. Handle super modifier too.
3d596891 16928 (cua--init-rectangles): Always bind C-return to toggle rectangle.
119f6f17 16929 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
3d596891 16930
ad668f10
KS
16931 * ido.el: Move Acknowledgements and History after Commentary.
16932 Minor changes to Commentary.
16933
3dd63dc3 16934 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
119f6f17 16935 keymap if cua--prefix-override-timer is `shift'.
3dd63dc3
KS
16936 (cua--shift-control-prefix): New function; emulate "type prefix
16937 key twice" functionality to handle shifted prefix key override.
55b76f19
KS
16938 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
16939 New commands.
3dd63dc3
KS
16940 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
16941
9992b124
CD
169422005-12-08 Carsten Dominik <dominik@science.uva.nl>
16943
30c02925 16944 * textmodes/org.el (org-insert-heading): Try to do items before
9992b124
CD
16945 headings.
16946 (org-agenda-mode): Quote `org-agenda-mode-hook'.
16947 (org-insert-item): New function.
16948 (org-renumber-ordered-list): Don't skip to higher level lists.
16949
3f30c272
JL
169502005-12-08 Juri Linkov <juri@jurta.org>
16951
16952 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
16953
16954 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
16955
16956 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
16957
16958 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
16959 the constructed function name fun-1.
16960
16961 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
16962 because such links don't lead to parent documentation.
16963
086c5b2b
KH
169642005-12-08 Kenichi Handa <handa@m17n.org>
16965
16966 * descr-text.el (describe-char): Use *Help-2* buffer if the
16967 current buffer is *Help*. Call describe-text-properties while
16968 setting the original buffer.
16969
4af6c011
BW
169702005-12-07 Bill Wohler <wohler@newt.com>
16971
af71d4c0 16972 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
4af6c011
BW
16973 and causes problems with non-MH users (such as Gnus users).
16974
a25e15ea
NR
169752005-12-08 Nick Roberts <nickrob@snap.net.nz>
16976
16977 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
16978 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
16979 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
16980 command "info sources". Move calls to GDB command "list".
16981 (gdb-find-file-hook): Just use gdb-source-file-list.
16982 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
16983 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
16984 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
16985 (gdb-data-list-register-values-handler): Use correct trigger name.
16986
b89a8e1a
KS
169872005-12-07 Kim F. Storm <storm@cua.dk>
16988
af71d4c0 16989 * ido.el (ido-completion-map): Rename from ido-mode-map.
b89a8e1a
KS
16990 (ido-common-completion-map, ido-file-completion-map)
16991 (ido-file-dir-completion-map, ido-buffer-completion-map):
af71d4c0
JB
16992 Rename from ido-mode-....-map.
16993 (ido-init-completion-maps): Rename from ido-init-mode-maps.
16994 (ido-setup-completion-map): Rename from ido-define-mode-map.
b89a8e1a
KS
16995 (ido-read-internal): Bind minibuffer-local-filename-completion-map
16996 to ido-completion-map.
16997
735b7c87
KH
169982005-12-07 Kenichi Handa <handa@m17n.org>
16999
17000 * international/mule-cmds.el
17001 (set-display-table-and-terminal-coding-system): If the coding
17002 system specified in `unibyte-display' property is different from
17003 the arg coding-system, don't setup standard-display-table.
17004
6a6e859a
SM
170052005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17006
17007 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
17008 that comments end at \n, regardless of selective-display.
17009
7a96cae6
NR
170102005-12-07 Nick Roberts <nickrob@snap.net.nz>
17011
17012 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
17013 (gdb-version): New variables.
17014 (gdb-source-file-list, gdb-register-names)
17015 (gdb-changed-registers): New variables for use with GDB 6.4+.
17016 (gdb-ann3): Replace with...
17017 (gdb-init-1, gdb-init-2): ...two new functions.
17018 (gdba, gdb-prompt): Call gdb-init-1.
17019 (gdb-get-version): New function. Call gdb-init-2 from here.
17020 (gud-watch): Make it work with mouse events too.
17021 (gdb-post-prompt): Don't add to queue until GDB version is known.
17022 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
17023 (gdb-locals-mode): Use gdb-version.
17024 (gdb-memory-format-map, gdb-memory-unit-map)
17025 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
17026 (gdb-locals-font-lock-keywords-1)
17027 (gdb-locals-font-lock-keywords-2): New variables.
c48971b2 17028 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
7a96cae6
NR
17029 (gdb-set-gud-minor-mode-existing-buffers-1)
17030 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
17031 (gdb-var-update-1, gdb-var-update-handler-1)
17032 (gdb-data-list-register-values-handler)
17033 (gdb-data-list-register-values-custom)
17034 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6a6e859a
SM
17035 (gdb-stack-list-locals-handler, gdb-get-register-names):
17036 New functions for use with GDB 6.4+.
7a96cae6
NR
17037 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
17038 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
17039 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
17040 (gdb-stack-list-locals-regexp)
17041 (gdb-data-list-register-names-regexp): New regexps for use with
17042 GDB 6.4+.
17043
6277435b
SM
170442005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17045
17046 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
17047
8cedef2e 170482005-12-06 Nozomu Ando <nand@mac.com>
98b537f7
SJ
17049
17050 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17051 prompts work for AUTH PLAIN. Also reported by Steve Allan
17052 <seallan@verizon.net>.
17053
e24f9e5a 170542005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
0dac35b8
KL
17055
17056 * frame.el (set-frame-parameter): Add doc string.
17057
634d5d19
CD
170582005-12-06 Carsten Dominik <dominik@science.uva.nl>
17059
30c02925 17060 * textmodes/org.el (org-occur-highlights): New variable.
6277435b 17061 (org-highlight-new-match, org-remove-occur-highlights): New functions.
634d5d19
CD
17062 (org-highlight-sparse-tree-matches): New option.
17063 (org-do-occur): New function.
17064 (org-get-heading): Make it work also at beginning of line.
17065 (org-category-table): New variable.
17066 (org-get-category-table, org-get-category)
17067 (org-camel-to-words, org-link-search): New functions.
17068 (org-select-this-todo-keyword): New variable.
17069 (org-todo-list): New command.
17070 (org-shiftright, org-shiftleft): New commands.
6277435b 17071 (org-agenda-todo): Add prefix argument.
634d5d19
CD
17072 (org-show-hierarchy-above): New option.
17073 (org-show-todo-tree): Numerical prefix creates tree for specific
17074 TODO keyword.
17075 (org-outline-level): New function, to assign a level to plain
17076 lists items.
17077 (org-cycle-include-plain-lists): New option.
17078 (org-mode): Use `org-outline-level' as value of `outline-level'.
17079 (org-cycle): Temporarily switch `outline-regexp' if
17080 `org-cycle-include-plain-lists' is non-nil.
6277435b 17081 (org-start-icalendar-file): Fix format bug.
634d5d19
CD
17082 (org-agenda-get-day-entries): Create category table.
17083 (org-agenda-get-todos, org-agenda-get-timestamps)
17084 (org-agenda-get-deadlines, org-agenda-get-scheduled)
17085 (org-agenda-get-blocks): Use `org-get-category'.
6277435b 17086 (org-context-in-file-links): Rename from
af71d4c0 17087 `org-line-numbers-in-file-links'.
634d5d19 17088
239f263d
RF
170892005-12-06 Romain Francoise <romain@orebokech.com>
17090
69fc2f2b
RF
17091 * window.el (balance-windows): Delete extraneous third arg in call
17092 to `enlarge-window'.
239f263d 17093
522d8129
KH
170942005-12-06 Kenichi Handa <handa@m17n.org>
17095
17096 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17097
5701678a
NR
170982005-12-06 Nick Roberts <nickrob@snap.net.nz>
17099
17100 * progmodes/gdb-ui.el (gdb-var-create-handler)
17101 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17102 (gdb-var-list-children-handler, gdb-var-update-handler):
17103 Current buffer is already gdb-partial-output-buffer, don't
17104 make it current again.
17105
a9692abf
LT
171062005-12-05 Luc Teirlinck <teirllm@auburn.edu>
17107
17108 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17109 (list-buffers-noselect): Use it.
17110
95fe848e
SM
171112005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
17112
17113 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17114 (mail-yank-ignored-headers): Use regexp-opt.
17115 (mail-mode-map): Move initialization into declaration.
17116 (mail-sent-via): Remove unused shadowed var `to-line'.
17117 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17118 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17119 (mail-do-fcc): Use dolist and push.
17120 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
bb61f0fd 17121 (mail-yank-ignored-headers): Don't autoload.
95fe848e 17122
eec5c8f9
KH
171232005-12-05 Kenichi Handa <handa@m17n.org>
17124
95fe848e 17125 * international/mule-cmds.el (set-language-info-internal): New fun.
eec5c8f9
KH
17126 (set-language-info): Call set-language-info-internal to update
17127 language-info-alist. If LANG-ENV is the current one, call
17128 set-language-environment to make INFO effective now.
17129 (set-language-info-alist): Likewise.
17130 (locale-language-names): With locale "en", use English
17131 lang. env. but set the default codings to iso-8859-1.
17132
d85af294
NR
171332005-12-04 Nick Roberts <nickrob@snap.net.nz>
17134
17135 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17136 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17137 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17138 for plain strings.
17139 (gdb-frames-mode): Remove redundant call to font-lock-mode.
95fe848e
SM
17140 (gdb-all-registers): Rename from toggle-gdb-all-registers.
17141 Create registers buffer if necessary. Echo new state in minibuffer.
17142 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
d85af294 17143
d8fbba22
CY
171442005-12-03 Chong Yidong <cyd@stupidchicken.com>
17145
17146 * info.el (Info-fontify-node): Match external links using
17147 non-directory part of filename.
17148
19437ce5
JL
171492005-12-04 Juri Linkov <juri@jurta.org>
17150
17151 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17152 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
3f30c272
JL
17153 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17154 because there is no customization option for it.
19437ce5
JL
17155
17156 * font-lock.el (lisp-font-lock-keywords-1):
17157 Add define-global-minor-mode.
17158
17159 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17160
17161 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17162 properties on the constructed variable names.
17163
17164 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17165 Put `definition-name' properties on the constructed function names
17166 next-sym and prev-sym.
17167
17168 * emacs-lisp/find-func.el (find-function-regexp):
17169 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
17170 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
17171 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17172 and easy-menu-define.
17173
17174 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17175 easy-mmode-define-global-mode and define-global-minor-mode.
17176 (lisp-imenu-generic-expression): Add define-global-minor-mode.
17177
17178 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17179 instead of easy-mmode-define-global-mode.
17180
17181 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17182 Use define-minor-mode instead of easy-mmode-define-minor-mode.
17183
17184 * cus-edit.el (customize-group, customize-group-other-window):
17185 Filter out autoloaded options from the group completion list by
17186 using heuristics that autoloaded groups don't have `custom-autoload'
17187 property on their symbols (they have only `custom-loads').
17188
17189 * simple.el (completion-setup-function): Put completions-common-part
3f30c272
JL
17190 face on complete completion string too (i.e. completion string
17191 without completions-first-difference face).
19437ce5
JL
17192
17193 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17194
a8e7142c
EZ
171952005-12-03 Eli Zaretskii <eliz@gnu.org>
17196
2f33468c
EZ
17197 * view.el (view-mode): Doc fix.
17198
79019cc9
EZ
17199 * disp-table.el (standard-display-european): Add to the warning
17200 message a reference to the doc string.
17201
7a5ea63f
EZ
17202 * play/yow.el (apropos-zippy): Call print-help-return-message,
17203 similar to other Help and Apropos commands.
17204
a8e7142c
EZ
17205 * help.el (print-help-return-message): If pop-up-frames is
17206 non-nil, set up help-return-method to delete the help window and,
7a5ea63f
EZ
17207 possibly, its frame as well, and don't display message about
17208 scrolling the help window. Doc fix.
a8e7142c
EZ
17209 (help-return-method): Doc fix.
17210
5fed8c15 172112005-12-03 Martin Rudalics <rudalics@gmx.at>
d20a1ebb
EZ
17212
17213 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17214 whereby names of length one or names starting with a
17215 symbol-constituent character would not be returned.
17216
348f73b0 172172005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6273dc68
JPW
17218
17219 * subr.el (atomic-change-group): Add edebug and indentation spec.
17220
21b15ee8
SM
172212005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17222
17223 * completion.el (save-completions-file-name): Fix typo in last change.
17224
348f73b0 172252005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
ed0e3879
JD
17226
17227 * info.el: Move back/forward history to the beginning of the tool bar.
17228
0a79da1b
EZ
172292005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
17230
af71d4c0 17231 * allout.el (eval-when-compile): Remove unnecessary load of cl.
0a79da1b
EZ
17232 Add fset of allout-real-isearch-abort during compile to fix
17233 byte-compilation warnings.
17234 (allout-mode-p): Move definition of this macro above all uses, or
9c92edca 17235 byte compilation in barren Emacs (eg, during Emacs build) will
0a79da1b
EZ
17236 lack the definition.
17237 (allout-mode): Move this variable above any uses, or byte
17238 compilation will fail.
21b15ee8 17239 (allout-resolve-xref): Remove use of personal file-reference function.
0a79da1b 17240 (allout-toggle-current-subtree-encryption): Do the current (ie,
21b15ee8 17241 visible containing) topic, rather than nearest around point. Doc fix.
0a79da1b
EZ
17242 (allout-toggle-subtree-encryption): New function, workhorse that
17243 works on nearest topic containing point.
17244 (allout-encrypt-string): Signal requirement for newer version of pgg.
17245 (allout-resumptions): Doc fix.
17246
eac5c1f6
EZ
172472005-12-02 Eli Zaretskii <eliz@gnu.org>
17248
17249 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17250
27e0edcd
EZ
172512005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
17252
21b15ee8
SM
17253 * textmodes/flyspell.el (flyspell-external-point-words):
17254 Consider a misspelling as found in the string search if: (a) misspelling
27e0edcd
EZ
17255 and found string lengths match, or (b) misspelling is found as
17256 element in a boundary-chars separated longer string, or (c)
17257 ispell-program-name is really ispell and misspelling is found as
17258 part of a TeX string. After successful match move beginning of
17259 search region to end of match. Warn about not found misspellings
17260 once the process is done.
21b15ee8 17261 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
27e0edcd 17262
dcf4db16
NR
172632005-12-02 Nick Roberts <nickrob@snap.net.nz>
17264
17265 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
21b15ee8 17266 tool bar (removed inadvertently).
dcf4db16 17267
e7d42ea7
NR
172682005-12-02 Juri Linkov <juri@jurta.org>
17269
17270 * log-view.el (log-view-diff): Clarify doc string.
17271
3166ee65
BW
172722005-12-01 Bill Wohler <wohler@newt.com>
17273
17274 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17275 triggers lm-verify errors.
17276
94261ba3
LT
172772005-12-01 Luc Teirlinck <teirllm@auburn.edu>
17278
17279 * simple.el (transient-mark-mode, line-number-mode)
21b15ee8 17280 (column-number-mode, size-indication-mode): Remove `:require nil'.
94261ba3 17281
68b38146
NR
172822005-12-01 Nick Roberts <nickrob@snap.net.nz>
17283
17284 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17285 in the margin also.
17286 (gdb-breakpoints-mode-map): Use D instead of d for
17287 gdb-delete-breakpoint.
17288 (gdb-get-frame-number): Require a number to match on.
17289 (gdb-threads-mode-map): Add follow-link binding.
17290
896bd166
JR
172912005-11-30 Jason Rumney <jasonr@gnu.org>
17292
17293 * isearch.el (isearch-mode-map): Avoid exiting search on
17294 language-change event.
17295
8a2c27b9
RF
172962005-11-30 Romain Francoise <romain@orebokech.com>
17297
64db3923
RF
17298 * speedbar.el (speedbar-default-position): New defcustom.
17299 (speedbar-frame-reposition-smartly): Use it.
17300
8a2c27b9 17301 * dframe.el (dframe-reposition-frame-emacs): Fix position
b330c3e9 17302 computation for `left' location.
8a2c27b9
RF
17303 Update copyright year.
17304
33d434cd
SM
173052005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17306
604aa5f0
SM
17307 * help.el (help-map): Move initialization into declaration.
17308
1bddeeed
SM
17309 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17310
33d434cd
SM
17311 * help-fns.el (help-argument-name): Don't autoload.
17312 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17313 to be re-loaded when customizing the `help' group.
17314
24374f5a
JPW
173152005-11-30 John Paul Wallington <jpw@gnu.org>
17316
17317 * help-fns.el (describe-function-1): Fill arglist output.
17318
80cda39a
KS
173192005-11-30 Kim F. Storm <storm@cua.dk>
17320
4269a2fd
KS
17321 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17322 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17323 after revert-buffer (or anything else which kills all local variables).
17324
80cda39a
KS
17325 * apropos.el (apropos-parse-pattern): Doc fix.
17326 Set apropos-regexp directly, rather than expecting callers to do so.
17327 (apropos-command, apropos, apropos-value, apropos-documentation):
17328 Simplify calls to apropos-parse-pattern.
17329
597767da
CY
173302005-11-29 Chong Yidong <cyd@stupidchicken.com>
17331
17332 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17333 (hi-lock-face-phrase-buffer): Use hi-yellow face.
17334 (hi-lock-write-interactive-patterns): Use comment-region.
17335
15575807
CY
17336 * longlines.el (longlines-mode): Add mail-setup-hook.
17337
17338 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17339
17340 * simple.el (sendmail-user-agent-compose, next-line):
17341 Conditionally use hard-newline.
17342
06e2cc3d
RS
173432005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17344
33d434cd
SM
17345 * international/latexenc.el (latex-inputenc-coding-alist):
17346 Reword doc string.
06e2cc3d 17347
2c30b450
CY
173482005-11-29 Chong Yidong <cyd@stupidchicken.com>
17349
17350 * help.el (describe-key-briefly, describe-key): Recognize default
17351 bindings.
17352
1c0484e2
RF
173532005-11-29 Romain Francoise <romain@orebokech.com>
17354
17355 * view.el (view-inhibit-help-message): New defcustom.
17356 (view-mode-enter): Use it.
17357
59f1b058 173582005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
1c0484e2 17359
4ce3c91a 17360 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
33d434cd 17361 Preserve user position.
1c0484e2 17362
daa7197c
LT
173632005-11-28 Luc Teirlinck <teirllm@auburn.edu>
17364
846e22f8
LT
17365 * font-lock.el: Throw error if facemenu is not loaded to prevent
17366 accidental change of loading order in loadup.el. (Suggested by RMS.)
17367
daa7197c
LT
17368 * loadup.el: Add comment explaining why facemenu must be loaded
17369 before font-lock.
17370
867e8d9a
JB
173712005-11-28 Jay Belanger <belanger@truman.edu>
17372
17373 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17374 (calc-dispatch-map): Add more keys for `calc-same-interface'.
17375
17376 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17377
17378 * calc/calc-embed.el (calc-do-embedded): Update help message.
17379
17380 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17381
cedbd3f0
SM
173822005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17383
21227135
SM
17384 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17385
d9532403
SM
17386 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17387 called-interactively-p.
17388 (elp-profilable-p): Rename from elp-not-profilable-p.
17389 Invert result and take into account macros and autoloaded functions.
17390 (elp-instrument-function): Update call.
17391 (elp-instrument-package): Update call. Add completion.
17392 (elp-pack-number): Use match-string.
17393 (elp-results-jump-to-definition-by-mouse): Merge into
17394 elp-results-jump-to-definition and then remove.
17395 (elp-output-insert-symname): Make help echo text single-line.
17396
cedbd3f0
SM
17397 * replace.el (query-replace-map): Move initialization into declaration.
17398 (occur-engine): Use with-current-buffer.
17399 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17400 (occur-mode-mouse-goto): Replace with an alias.
17401
1f57934c
JL
174022005-11-28 Juri Linkov <juri@jurta.org>
17403
17404 * simple.el (quoted-insert): Let-bind input-method-function to nil.
17405
756bfad5
JL
17406 * term/w32-win.el: Bind [S-tab] to [backtab].
17407
17408 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17409 `Info-find-file' to t.
17410
1f57934c
JL
17411 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17412 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17413 and same-window-regexps.
17414 (occur-next-error): Don't move point for arg 0.
17415
7e1d31d4
CY
174162005-11-28 Chong Yidong <cyd@stupidchicken.com>
17417
17418 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17419
6a99c272
SM
174202005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17421
f7eeab0d
SM
17422 * log-edit.el (log-edit-changelog-use-first): New var.
17423 (log-edit-changelog-ours-p): Use it.
17424 (log-edit-insert-changelog): Set it with new arg `use-first'.
17425 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17426 (log-edit-hook): Add them to the list of suggested options.
17427
6a99c272
SM
17428 * textmodes/flyspell.el (flyspell-last-buffer): New var.
17429 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17430 redundant work.
17431 (flyspell-mode-on): Use add-hook for after-change-functions.
17432 (flyspell-mode-off): Use remove-hook for after-change-functions.
17433 (flyspell-changes): Make it buffer-local.
17434 (flyspell-after-change-function): Make it non-interactive. Use push.
17435 (flyspell-post-command-hook): Check input-pending-p while processing
17436 the potentially long list of buffer changes.
17437
e24f9e5a 174382005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
e99c9ada
KL
17439
17440 * buff-menu.el (list-buffers-noselect): Display the selected
17441 frame's buffer list, not the global one.
17442
17550579
NR
174432005-11-28 Nick Roberts <nickrob@snap.net.nz>
17444
17445 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17446 that (list last-input-event) works as in interactive spec.
17447
db9c3f6b
LT
174482005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17449
17450 * loadup.el ("facemenu"): Load facemenu before font-lock, because
17451 `facemenu-keymap' needs to be defined when font-lock is loaded.
17452 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17453
36cc948e
SM
174542005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17455
17456 * completion.el: Remove useless leading * in defcustom docstrings.
17457 (save-completions-file-name): Use ~/.emacs.d if available.
17458 (completion-standard-syntax-table): Rename from
17459 cmpl-standard-syntax-table and fold initialization into declaration,
17460 thus removing cmpl-make-standard-completion-syntax-table.
17461 (completion-lisp-syntax-table, completion-c-syntax-table)
17462 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17463 (cmpl-saved-syntax, cmpl-saved-point): Remove.
17464 (symbol-under-point, symbol-before-point)
17465 (symbol-under-or-before-point, symbol-before-point-for-complete)
17466 (add-completions-from-c-buffer): Use with-syntax-table.
17467 (make-completion): Don't return a list of completion entries.
17468 Update callers.
17469 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17470 (completion-initialize): Rename from initialize-completions.
17471 (completion-find-file-hook): Rename from cmpl-find-file-hook.
17472 (kill-emacs-save-completions): Collect stats here.
17473 (save-completions-to-file, load-completions-from-file):
17474 Use with-current-buffer.
17475 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
17476 into a function. Move all calls to toplevel.
17477 (completion-lisp-mode-hook): New fun.
17478 (completion-c-mode-hook, completion-setup-fortran-mode):
17479 Set the syntax-table here. Use local-set-key.
17480 (completion-saved-bindings): New var.
17481 (dynamic-completion-mode): Make it into a proper minor mode.
17482 (load-completions-from-file): Remove unused var `num-uses'.
17483
17484 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17485 constructor if it is explicitly overridden.
17486
17487 * complete.el (PC-completion-as-file-name-predicate):
17488 Use minibuffer-completing-file-name.
17489 (partial-completion-mode): Use find-file-not-found-functions.
17490 (PC-lisp-complete-symbol): Use with-syntax-table.
17491 (PC-look-for-include-file): Remove dead setq.
17492 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17493 (PC-complete): Use with-current-buffer.
17494
17495 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17496 escape single quotes.
17497
0ee83bc6
LT
174982005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17499
17500 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17501 of `if' whose condition always returned nil. Doc fix.
17502
17503 * buff-menu.el (Buffer-menu-revert-function): Make the selected
17504 window's buffer the current buffer around the call to
17505 `list-buffers-noselect'. This is necessary to mark that buffer
17506 with a `.' in the Buffer Menu when called from Lisp, for instance
17507 by Auto Revert Mode.
17508
3f6d4fb5
NR
175092005-11-28 Nick Roberts <nickrob@snap.net.nz>
17510
17550579
NR
17511 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17512 attaching to it.
3f6d4fb5 17513 (gdb-pre-prompt): Make sure gdb-error is reset.
0ee83bc6 17514
3f6d4fb5 17515 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17550579 17516 with a child process, detect it.
3f6d4fb5
NR
17517 (gud-speedbar-buttons): Match regexp more carefully.
17518
161ef3be
RS
175192005-11-27 Richard M. Stallman <rms@gnu.org>
17520
17521 * mouse.el (mouse-drag-move-window-bottom):
17522 Use adjust-window-trailing-edge.
17523
cb0a2595
LT
175242005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17525
17526 * simple.el (blink-matching-open): Ignore
17527 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
181fcf00 17528 (blink-matching-paren-on-screen): Update docstring.
cb0a2595
LT
17529
17530 * paren.el (show-paren-mode): No longer change
17531 `blink-matching-paren-on-screen'.
17532
d05877b4
NR
175332005-11-27 John Paul Wallington <jpw@pobox.com>
17534
17535 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
940ed7e4
JPW
17536 (gdb-threads-select, gdb-edit-register-value):
17537 Use `posn-set-point' instead of `mouse-set-point' because the
17538 latter is not fbound when configured without X.
d05877b4 17539
b14935df
KS
175402005-11-27 Kim F. Storm <storm@cua.dk>
17541
17542 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17543 existing face when partially highlighting a TAB in a rectangle.
17544
46801e4c
KS
175452005-11-26 Kim F. Storm <storm@cua.dk>
17546
17547 * ido.el (ido-mode-map): Doc fix.
17548 (ido-mode-common-map, ido-mode-file-map)
17549 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17550 (ido-define-mode-map): Rewrite. Select one of the new maps as
17551 parent for ido-mode-map instead of building from scratch.
17552 (ido-init-mode-maps): New defun to initialize new maps.
17553 (ido-mode): Call it.
17554 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17555 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17556
440e20fc
JPW
175572005-11-26 John Paul Wallington <jpw@pobox.com>
17558
46801e4c 17559 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
440e20fc
JPW
17560 `mouse-set-point' because the latter is not fbound when configured
17561 without X.
17562
1be0210d
TTN
175632005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
17564
17565 * files.el (file-relative-name): Doc fix.
17566
02b1a164
EZ
175672005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
17568
17569 * progmodes/octave-inf.el (inferior-octave-startup): Force a
17570 non-empty string for secondary prompt PS2.
17571
49d11c49
CY
175722005-11-25 Chong Yidong <cyd@stupidchicken.com>
17573
02b1a164 17574 * progmodes/compile.el (compilation-setup): Fix last change.
49d11c49 17575
1c5a7258
NR
175762005-11-26 Nick Roberts <nickrob@snap.net.nz>
17577
17578 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17579 (gdb-mouse-toggle-breakpoint-margin)
46801e4c 17580 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
1c5a7258
NR
17581 Add gdb-server-prefix to keep out of command history.
17582 (gdb-edit-register-value): New function.
17583 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17584 (gdb-info-registers-custom): Use above map.
17585
d590dbd2
CY
175862005-11-25 Chong Yidong <cyd@stupidchicken.com>
17587
e335f09e
CY
17588 * custom.el (enable-theme): Signal error if argument is not a
17589 theme. Don't recalculate a face if it's not loaded yet.
17590
17591 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17592 the `user' theme is in effect.
17593
d590dbd2
CY
17594 * info.el (Info-on-current-buffer): Record actual filename in
17595 Info-current-file, instead of t, or a fake filename if a non-file
17596 buffer. Make autoload.
17597 (Info-find-node, Info-revert-find-node): No need to check for
17598 Info-current-file nil.
17599 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17600 Info-current-file is now never `t'.
17601 (Info-fontify-node): Many simplifications due to Info-current-file
17602 always being valid. Use Info-find-file to find node filename.
17603
e5ad37ee
DK
176042005-11-25 David Kastrup <dak@gnu.org>
17605
17606 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17607 new character, then delete" in order to preserve markers.
17608
f81b92f2
DP
176092005-11-25 David Ponce <david@dponce.com>
17610
17611 * recentf.el (recentf-arrange-by-rule): Handle a special
17612 `auto-mode-alist'-like "strip suffix" rule.
17613 (recentf-build-mode-rules): Handle second level auto-mode entries.
17614
0680ea10 176152005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
93a06865 17616
9b01475d 17617 * viper-keym.el (viper-ESC-key): Use different values in terminal and
0680ea10 17618 window modes.
93a06865 17619
9b01475d 17620 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
0680ea10 17621 jde-javadoc-checker-report-mode.
93a06865 17622
9b01475d 17623 * ediff-wind (ediff-make-wide-display): Slight simplification.
93a06865
KS
17624
17625 * ediff.el (ediff-date): Change the date of last update.
17626
963b2040
CY
176272005-11-24 Chong Yidong <cyd@stupidchicken.com>
17628
17629 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
93a06865 17630 Use define-minor-mode, and make it a local mode. Turn on font-lock.
963b2040
CY
17631 (hi-lock-mode): New global minor mode.
17632 (turn-on-hi-lock-if-enabled): New function.
93a06865
KS
17633 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17634 Change arguments to regexp and face instead of a font-lock pattern.
17635 Directly set face property, instead of refontifying.
963b2040
CY
17636 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17637 (hi-lock-find-patterns): Use line-number-at-pos.
17638
17639 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
17640 arguments for hi-lock-set-pattern.
af71d4c0
JB
17641 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17642 Call font-lock-fontify-buffer.
963b2040 17643 (hi-lock-find-file-hook, hi-lock-current-line)
93a06865 17644 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
e4d59066
CY
17645
17646 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17647 turned off.
963b2040
CY
17648
17649 * progmodes/compile.el (compilation-setup): Don't fiddle with
17650 font-lock-defaults.
17651
e5a690f1
NR
176522005-11-25 Nick Roberts <nickrob@snap.net.nz>
17653
17654 * progmodes/gdb-ui.el (gdb-var-create-handler)
17655 (gdb-var-list-children-handler): Find values for all variable
17656 objects. gud-speedbar-buttons decides whether to display them.
17657
357e6045
RF
176582005-11-24 Romain Francoise <romain@orebokech.com>
17659
17660 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17661 buffer name with a space.
17662
9981213c
CD
176632005-11-24 Carsten Dominik <dominik@science.uva.nl>
17664
55b76f19 17665 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
93a06865
KS
17666 `org-export-local-list-max-depth'. Change default value to 3.
17667 (org-auto-renumber-ordered-lists)
17668 (org-plain-list-ordered-item-terminator): New options.
17669 (org-at-item-p, org-beginning-of-item, org-end-of-item)
17670 (org-get-indentation, org-get-string-indentation)
af71d4c0
JB
17671 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17672 New functions.
9981213c
CD
17673 (org-move-item-down, org-move-item-up): New commands.
17674 (org-export-as-html): New classes for CSS support. Bug fix in
17675 regular expression detecting fixed-width regions. Respect
17676 `org-local-list-ordered-item-terminator'.
17677 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17678 also a list item.
17679 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
93a06865 17680 New item moving functions.
9981213c 17681
ece75c05
JL
176822005-11-24 Juri Linkov <juri@jurta.org>
17683
93a06865
KS
17684 * isearch.el (isearch-repeat): With empty search ring set
17685 `isearch-error' to the error string instead of signaling error
17686 with the function `error'.
ece75c05 17687
b9c7cbf9
YM
176882005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17689
93a06865 17690 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
b9c7cbf9 17691
55b2dea3
NR
176922005-11-24 Nick Roberts <nickrob@snap.net.nz>
17693
17694 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17695 and variable.
17696 (gdb-var-create-handler, gdb-var-list-children-handler):
17697 Don't match on "char **...".
17698 (gdb-var-update-handler): Find values for all variable objects.
17699 (gdb-info-frames-custom): Identify frames by leading "#".
17700
17701 * progmodes/gud.el (gud-speedbar-menu-items): Add
17702 gdb-speedbar-auto-raise as radio button.
17703 (gud-speedbar-buttons): Raise speedbar if requested.
17704 Don't match on "char **...".
17705 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17706 Make it editable.
17707
98b37eab
CY
177082005-11-23 Chong Yidong <cyd@stupidchicken.com>
17709
17710 * info.el (Info-fontify-node): Handle the case where
17711 Info-current-file is t.
17712
9c03d478
SM
177132005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
17714
17715 * simple.el (blink-matching-open): Fix off-by-one in last change.
17716
2c012c41
YM
177172005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17718
17719 * term/mac-win.el: Don't change default directory.
17720
2036ac73
LT
177212005-11-22 Luc Teirlinck <teirllm@auburn.edu>
17722
17723 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17724 buffers correctly. (It used to throw an error in such buffers.)
17725 Make it ask for confirmation in group buffers and other Custom
17726 buffers containing more than one customization item.
17727
43fb082d
JPW
177282005-11-22 John Paul Wallington <jpw@gnu.org>
17729
17730 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17731 property on mail and url overlays.
17732 (goto-address-at-point): Use `posn-set-point' instead of
17733 `mouse-set-point' because the latter is not fbound when configured
17734 without X.
17735
5c4ce34d
RF
177362005-11-22 Lars Hansen <larsh@soem.dk>
17737
5eba3394
LH
17738 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17739 (ls-lisp-classify, ls-lisp-format): Delete call to
17740 ls-lisp-parse-symlink.
17741 (ls-lisp-handle-switches): Handle symlinks to directories as
17742 directories when ls-lisp-dirs-first in non-nil.
17743
84ad29ae
LT
177442005-11-21 Luc Teirlinck <teirllm@auburn.edu>
17745
17746 * startup.el (command-line): Make sure that loaddefs.el is handled
17747 correctly in load-history.
17748
b581a727
NR
177492005-11-22 Nick Roberts <nickrob@snap.net.nz>
17750
17751 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17752 (gdb-struct-string, gdb-array-string): New constants.
17753 (gdb-info-locals-handler): Use them.
17754 (gdb-reset): Reset gdb-var-list to nil.
17755
bd24684b
SM
177562005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17757
17758 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17759 in patterns.
17760
17c1971a
JL
177612005-11-21 Juri Linkov <juri@jurta.org>
17762
17763 * custom.el (defcustom): Update link types in docstring.
17764
5fed8c15 177652005-11-20 Martin Rudalics <rudalics@gmx.at>
74b99d45
SM
17766
17767 * custom.el (defgroup): Add doc-string-elt info.
17768
17769 * widget.el (define-widget): Don't use declare for the doc-string-elt.
17770
3cc4b076
SM
177712005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17772
1cb40089
SM
17773 * newcomment.el (comment-enter-backward): Fix last fix.
17774
3cc4b076
SM
17775 * simple.el (blink-matching-open):
17776 * paren.el (show-paren-function): Allow new paren-class info.
17777
a7b0a0e3
CY
177782005-11-20 Chong Yidong <cyd@stupidchicken.com>
17779
17780 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
17781 handled automagically.
17782
13ea43e9
AS
177832005-11-20 Andreas Schwab <schwab@suse.de>
17784
17785 * descr-text.el (describe-char): When copying overlays put them
17786 over the full char description instead of just the first character
17787 of it.
17788
695effcc
JL
177892005-11-20 Juri Linkov <juri@jurta.org>
17790
17791 * simple.el (what-cursor-position):
17792 * descr-text.el (describe-char): Use Lisp-readable syntax
17793 for octal and hex. Reorder decimal, octal and hex values.
17794 Remove excess whitespace in the output. Use `=' in `column='
17795 like in `point=' and `Hscroll='.
17796
17797 * international/mule-cmds.el (encoded-string-description):
17798 Use Lisp-readable syntax for hex.
17799
602ad1ad
SM
178002005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
17801
17802 * newcomment.el (comment-enter-backward): Handle the case where the
17803 comment is closed by EOB.
17804
b39aa4fd
CY
178052005-11-19 Chong Yidong <cyd@stupidchicken.com>
17806
17807 * longlines.el (longlines-before-revert-hook)
17808 (longlines-after-revert-hook): New functions.
17809 (longlines-mode): Turn off longlines temporarily when reverting.
2c127d45
CY
17810 Add a message-setup-hook.
17811 (longlines-decode-buffer): New function.
cee723fb 17812 (longlines-wrap-line): Preserve marker positions.
b39aa4fd 17813
da49096f
AS
178142005-11-19 Andreas Schwab <schwab@suse.de>
17815
17816 * emacs-lisp/shadow.el: Handle compressed files.
17817
f0f98146
RF
178182005-11-19 Romain Francoise <romain@orebokech.com>
17819
17820 * net/browse-url.el (browse-url-default-browser): Signal an error
17821 if no usable browser can be found, rather than try to load w3.
17822
ad8121fe
EZ
178232005-11-16 Ryan Yeske <rcyeske@gmail.com>
17824
17825 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17826 replacing existing properties.
17827 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17828 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17829 tty specs.
17830 (rcirc-server-prefix, rcirc-server): New faces.
17831 (rcirc-url-regexp): Generate with rx macro.
17832 (rcirc-last-server-message-time): New variable.
17833 (rcirc-filter): Record time of last message.
17834 (rcirc-keepalive): Kill processes that did not send a message
17835 since the last ping.
17836 (rcirc-mode): Give rcirc-topic a local binding here.
17837
4fc9bd56 178382005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
a4b1de6e
EZ
17839
17840 * subr.el (read-passwd): Fontify the prompt as we do with other
17841 prompts.
17842
e27de09e
EZ
178432005-11-19 Ryan Yeske <rcyeske@gmail.com>
17844
17845 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17846 binding buffer-read-only to nil.
17847
71726072
EZ
178482005-11-19 Eli Zaretskii <eliz@gnu.org>
17849
602ad1ad
SM
17850 * complete.el (partial-completion-mode):
17851 Mention completion-auto-help in the doc string.
10156852 17852
71726072
EZ
17853 * man.el (Man-highlight-references): Doc fix. Reformat code in a
17854 more Lisp-ish way.
17855
af71d4c0 178562005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
e0d47340
EZ
17857
17858 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17859 digits, not 8, to avoid misalignment for files larger than 100MB.
17860
eeb935fd
EZ
178612005-11-19 Eli Zaretskii <eliz@gnu.org>
17862
602ad1ad
SM
17863 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
17864 Mention "keyboard shortcuts" in the help text.
eeb935fd 17865
125ce9ec
YM
178662005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17867
17868 * startup.el (fancy-splash-default-action): Discard only
17869 mouse-down and succeeding mouse-up events in the splash screen
17870 window so that drag-n-drop event can be processed.
17871
0f157ad5
CY
178722005-11-18 Chong Yidong <cyd@stupidchicken.com>
17873
17874 * longlines.el (longlines-mode): Add hacks for mail-mode and
17875 message-mode.
17876
35af3490
CD
178772005-11-18 Carsten Dominik <dominik@science.uva.nl>
17878
30c02925 17879 * textmodes/org.el (org-table-sort-lines): New command.
35af3490
CD
17880 (org-tbl-menu): Add entry for `org-table-sort-lines'.
17881 (org-add-file): Command removed, use `org-agenda-file-to-front'
17882 instead.
17883 (org-export-icalendar): Use `org-icalendar-combined-name'.
17884 (org-cycle-agenda-files, org-agenda-file-to-end)
17885 (org-agenda-file-to-front): New commands.
af71d4c0
JB
17886 (org-table-tab-jumps-over-hlines, org-export-html-style):
17887 New options.
35af3490 17888 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
af71d4c0 17889 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
35af3490
CD
17890 New functions.
17891 (org-fill-paragraph): Call `org-table-align' in tables.
17892 (org-mode): Call `org-set-autofill-regexps'.
17893 (org-export-as-html): Support for local handformatted lists.
af71d4c0 17894 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
35af3490
CD
17895 (org-export-local-list-max-depth): New option.
17896 (org-html-expand): Use `org-html-protect'.
17897
3d18d677
NR
178982005-11-18 Nick Roberts <nickrob@snap.net.nz>
17899
17900 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
17901 to "p".
17902 (gdb): Move definition of gud-pp to...
17903
17904 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
17905 speedbar.
17906 (gdb-find-watch-expression): New function.
f0f98146 17907
fbe8d007
CY
179082005-11-17 Chong Yidong <cyd@stupidchicken.com>
17909
17910 * faces.el (face-attribute, set-face-attribute): Mention existence
17911 of `:ignore-defface' setting in docstring.
17912
39c7cde2
SM
179132005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
17914
17915 * simple.el (completion-setup-function): Fix last change.
17916
f5723ff5
JPW
179172005-11-17 John Paul Wallington <jpw@pobox.com>
17918
17919 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
17920 Use `posn-set-point' instead of `mouse-set-point' because the
17921 latter is not fbound when configured without X.
17922
17923 * comint.el (comint-insert-input): Likewise.
17924
4ea0018b
CY
179252005-11-17 Chong Yidong <cyd@stupidchicken.com>
17926
17927 * simple.el (hard-newline): New variable.
2fbbeaf1 17928 (sendmail-user-agent-compose, next-line): Use it.
4ea0018b
CY
17929
17930 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
17931 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
17932 (mail-mail-reply-to, mail-mail-followup-to)
17933 (mail-position-on-field, mail-signature, mail-yank-original)
bcd8c291 17934 (mail-attach-file): Likewise.
4ea0018b 17935
225dad8e
RF
17936 * mail/mailheader.el (mail-header-format)
17937 (mail-header-format-function): Likewise.
4ea0018b
CY
17938
17939 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
17940
9f5f5ff2
JL
179412005-11-17 Juri Linkov <juri@jurta.org>
17942
17943 * font-lock.el (font-lock-faces): Rename this defgroup from
17944 `font-lock-highlighting-faces'.
17945 (font-lock-comment-face, font-lock-comment-delimiter-face)
17946 (font-lock-string-face, font-lock-doc-face)
17947 (font-lock-keyword-face, font-lock-builtin-face)
17948 (font-lock-function-name-face, font-lock-variable-name-face)
17949 (font-lock-type-face, font-lock-constant-face)
17950 (font-lock-warning-face, font-lock-negation-char-face)
17951 (font-lock-preprocessor-face)
17952 (font-lock-regexp-grouping-backslash)
17953 (font-lock-regexp-grouping-construct): Rename :group from
17954 `font-lock-highlighting-faces' to `font-lock-faces'.
17955
17956 * cus-edit.el (lisp, c, tex):
17957 * progmodes/ada-mode.el (ada):
17958 * progmodes/asm-mode.el (asm):
17959 * progmodes/cperl-mode.el (cperl-faces):
17960 * progmodes/cpp.el (cpp):
17961 * progmodes/dcl-mode.el (dcl):
17962 * progmodes/f90.el (f90):
17963 * progmodes/fortran.el (fortran):
17964 * progmodes/icon.el (icon):
17965 * progmodes/idlwave.el (idlwave-misc):
17966 * progmodes/m4-mode.el (m4):
17967 * progmodes/make-mode.el (makefile):
17968 * progmodes/meta-mode.el (meta-font):
17969 * progmodes/modula2.el (modula2):
17970 * progmodes/octave-mod.el (octave):
17971 * progmodes/pascal.el (pascal):
17972 * progmodes/perl-mode.el (perl):
17973 * progmodes/prolog.el (prolog):
17974 * progmodes/ps-mode.el (PostScript-edit):
17975 * progmodes/scheme.el (scheme):
17976 * progmodes/sh-script.el (sh-script):
17977 * progmodes/simula.el (simula):
17978 * progmodes/tcl.el (tcl):
17979 * textmodes/nroff-mode.el (nroff):
17980 * textmodes/reftex-vars.el (reftex-fontification-configurations):
17981 * textmodes/sgml-mode.el (sgml):
17982 * textmodes/texinfo.el (texinfo):
17983 Add :link (custom-group-link font-lock-faces) to defgroup.
17984
17985 * hi-lock.el (hi-lock): Rename this defgroup from
17986 `hi-lock-interactive-text-highlighting'. Change parent group from
17987 `faces' to `font-lock'. Add link to the manual.
17988 (hi-lock-mode, hi-lock-file-patterns-range)
17989 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
17990 `hi-lock-interactive-text-highlighting' to `hi-lock'.
17991 (hi-lock-faces): Add :group `faces'.
17992
17993 * cus-edit.el (custom-variable-prompt): Clarify the code.
17994
17995 * faces.el (face-read-string): Set the default value arg of
17996 completing-read.
17997
4bbd5b69
LT
179982005-11-16 Luc Teirlinck <teirllm@auburn.edu>
17999
18000 * rfn-eshadow.el (file-name-shadow-properties)
39c7cde2
SM
18001 (file-name-shadow-tty-properties, file-name-shadow-mode):
18002 Remove autoloads, because the file is now preloaded.
4bbd5b69 18003
bead134f
SM
180042005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18005
18006 * printing.el (easy-menu-intern): Don't define.
18007 (pr-get-symbol): Use easy-menu-intern only if defined.
18008
18009 * simple.el (blink-matching-open): Simplify a bit.
18010 (completion-setup-function): Fix the case of partial-completion-mode
18011 when the minibuffer's contents start with "-".
18012 Obey completion-base-size-function even when
18013 minibuffer-completing-file-name is non-nil.
18014
afabbb4d
RS
180152005-11-16 Richard M. Stallman <rms@gnu.org>
18016
18017 * net/eudcb-ph.el (eudc-ph-open-session):
18018 Use set-process-query-on-exit-flag.
18019
18020 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
18021
18022 * international/ucs-tables.el (ucs-set-table-for-input):
18023 Use make-local-variable, not make-variable-buffer-local.
18024
18025 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18026 Improve warning message text.
18027
18028 * savehist.el (savehist-save-hook): Add :group.
18029
18030 * menu-bar.el (menu-bar-help-menu):
18031 Rename Find Extra Packages to External Packages.
18032
18033 * cus-edit.el (Custom-reset-standard): Verify that
18034 :custom-standard-value prop exists before calling it.
18035
18036 * apropos.el (apropos-calc-scores): Use apropos-pattern.
18037
5fed8c15 180382005-11-16 Martin Rudalics <rudalics@gmx.at>
afabbb4d
RS
18039
18040 * wid-edit.el (color): Enclose %t in %{...%}.
18041
18042 * cus-edit.el (face): Enclose %t in %{...%}.
18043
c01f0ed3
SM
180442005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
18045
18046 * savehist.el (savehist-mode-hook): Re-add the var.
18047 (savehist-mode): Use it.
18048
66a85723
SM
180492005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18050
042c6fb7
SM
18051 * textmodes/flyspell.el: Fix commenting convention.
18052 Remove unnecessary leading * in custom docstrings.
18053 (flyspell-emacs): Remove unused var.
18054 (flyspell-delete-region-overlays): Use remove-overlays.
18055 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18056 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18057 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18058 (flyspell-debug-signal-word-checked): Use with-current-buffer.
18059 (make-flyspell-overlay): Don't locally reuse a global name.
18060 (flyspell-highlight-incorrect-region)
18061 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18062 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18063 (flyspell-notify-misspell): Remove unused args `start' and `end'.
18064 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
18065 Wrap calls to accept-process-output inside with-local-quit since it's
18066 often called from a post-command-hook.
18067 (flyspell-correct-word, flyspell-auto-correct-word):
18068 Use ispell-send-string.
18069 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
5cb35db5 18070
66a85723
SM
18071 * calendar/diary-lib.el (diary-list-entries): Also hide the
18072 terminating newline.
18073
c194b021
CD
180742005-11-16 Carsten Dominik <dominik@science.uva.nl>
18075
66a85723
SM
18076 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18077 window-system, to allow fonts on tty.
c194b021 18078
20eff2b2
NR
180792005-11-17 Nick Roberts <nickrob@snap.net.nz>
18080
18081 * progmodes/gud.el (gud-speedbar-item-info): New function.
3d18d677
NR
18082 (gud-install-speedbar-variables): Use it to display data type
18083 of watch expression as a tooltip in speedbar.
20eff2b2 18084
8ab84823
LT
180852005-11-15 Luc Teirlinck <teirllm@auburn.edu>
18086
e7295594 18087 * font-core.el (global-font-lock-mode): Add :version keyword,
33bf8118 18088 because default was changed.
e7295594
LT
18089
18090 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18091
8ab84823
LT
18092 * startup.el (command-line): Use `custom-reevaluate-setting' for
18093 `file-name-shadow-mode'.
18094
18095 * loadup.el: Preload rfn-eshadow.
18096
18097 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
1cc9e877 18098 Add :version keyword.
9fc0053d
LT
18099 (file-name-shadow-properties, file-name-shadow-tty-properties)
18100 (file-name-shadow): Add :version keyword.
8ab84823
LT
18101
18102 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18103 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18104 in the custom-group property of the symbol frames and the fringe
18105 group got no link to its parent group frames.
18106 Doc fix.
18107
3671718b
NR
181082005-11-16 Nick Roberts <nickrob@snap.net.nz>
18109
18110 * progmodes/gud.el (gud-stop-subjob): New function.
18111 (gud-menu-map, gud-tool-bar-map): Use it.
18112
7ecef1e9
KS
181132005-11-16 Kim F. Storm <storm@cua.dk>
18114
18115 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18116 than kill it.
18117 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
18118 to a more useful/logical place.
18119
18468a1e
NR
181202005-11-16 Nick Roberts <nickrob@snap.net.nz>
18121
18122 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18123 go buttons complementary.
18124
2fe3d6ec
SM
181252005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18126
18127 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18128 (rfn-eshadow-sifn-equal): New function.
18129 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18130
54b171c7 181312005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7ecef1e9 18132
4ce3c91a
KS
18133 * viper-utils.el (viper-non-word-characters-reformed-vi):
18134 Quote `-' in string.
7ecef1e9 18135
54b171c7
MK
18136 * viper.el (viper-emacs-state-mode-list): Ensure that
18137 rcirc-mode buffers come up in Emacs state.
7ecef1e9 18138
4ce3c91a 18139 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7ecef1e9 18140 operation.
54b171c7 18141
59c560f7
DN
181422005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
18143
18144 * term.el (term-termcap-format): Fix typos.
18145 (term-down): Fix the negative argument case.
18146
a354cf39
NR
181472005-11-16 Nick Roberts <nickrob@snap.net.nz>
18148
18149 * progmodes/gdb-ui.el: Remove face-alias left over from change on
18150 2005-08-15.
18151 (gdb-ann3): New command gud-go.
18152 (menu): Accomodate gdb-mi.el.
18153 (gdb-assembler-custom): Make buffer of selected window current
18154 so that set-window-point works.
18155
18156 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18157 buttons and include new ones.
18158
181592005-11-16 Kim F. Storm <storm@cua.dk>
18160
2fe3d6ec 18161 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
a354cf39
NR
18162 (gud-menu-map): Use it.
18163
7cb1a551
LT
181642005-11-14 Luc Teirlinck <teirllm@auburn.edu>
18165
70acba5d
LT
18166 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18167 that works correctly for Custom and that does not override a user
18168 who disables it.
18169
7cb1a551
LT
18170 * help-mode.el (help-make-xrefs, help-xref-on-pp)
18171 (help-xref-interned, help-follow): Make hyperlinks for variables
18172 that are unbound, but have a non-nil variable-documentation property.
18173
18174 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18175 mode hook. (It conflicted with defcustoms for some mode hooks.)
18176 Use the `variable-documentation' property to give the mode hook a
18177 docstring and expand that docstring.
18178
2d10b62b
SM
181792005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
18180
8ab84823
LT
18181 * savehist.el (savehist-mode): Don't bother with
18182 `custom-set-minor-mode'.
2d10b62b
SM
18183 (savehist-coding-system): Check XEmacs version.
18184 (history-length): Declare also at run time.
18185 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
18186 Don't set the customize state.
18187 (savehist-minibuffer-hook): Special case for when
18188 minibuffer-history-variable is equal to t.
18189
2f0e4846
SM
181902005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
18191
8e5c7b90
SM
18192 * files.el (write-file): Refresh VC status.
18193
2f0e4846
SM
18194 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18195 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18196 than fundamental-mode to see if the mode was set.
18197
670d3fce
RF
181982005-11-14 Romain Francoise <romain@orebokech.com>
18199
18200 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18201 dummy function in `eval-when-compile' to avoid compiler warning.
18202 Require `man' at compile time.
18203
d0158f73
JB
182042005-11-14 Jay Belanger <belanger@truman.edu>
18205
18206 * calc-alg.el (calcFunc-write-out-power): Rename it to
18207 calcFunc-powerexpand.
18208 (math-write-out-power): Rename it to math-powerexpand; have it
18209 handle negative exponents.
18210 (calc-writeoutpower): Rename it to calc-powerexpand.
18211
18212 * calc-ext.el: Change calcFunc-writeoutpower and
18213 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18214 autoloads.
18215 Add calcFunc-ldiv to autoloads.
18216
18217 * calc-arith.el (calcFunc-ldiv): New function.
18218
18219 * calc.el (calc-left-divide): New function.
18220
882108c7
JL
182212005-11-14 Juri Linkov <juri@jurta.org>
18222
18223 * cus-edit.el (custom-variable-prompt): Set the default value arg
18224 of completing-read.
18225
18226 * cus-dep.el (custom-make-dependencies): Reverse the list of
18227 found dependencies.
18228
cadb1c90
DN
182292005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
18230
18231 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18232 Highlighting" entry, it is on by default now.
dea24608 18233 (menu-bar-options-save): Do not save global-font-lock-mode.
cadb1c90 18234
b8b7c66e
RS
182352005-11-13 Richard M. Stallman <rms@gnu.org>
18236
18237 * textmodes/flyspell.el (flyspell-large-region):
18238 Call flyspell-accept-buffer-local-defs.
18239
182402005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
18241
18242 * textmodes/flyspell.el (flyspell-notify-misspell):
18243 Fix misspelling of "Misspelling".
18244 (flyspell-process-localwords): New function.
18245 (flyspell-large-region): Call flyspell-process-localwords and
18246 flyspell-delete-region-overlays.
18247 (flyspell-delete-region-overlays): New function.
18248 (flyspell-delete-all-overlays): Call that.
18249
7e1b6c2c
RS
182502005-11-13 Richard M. Stallman <rms@gnu.org>
18251
18252 * help.el (help-for-help-internal): Improve doc of C-h a.
afabbb4d 18253 (describe-key): Improve prompt; doc fix.
225dad8e 18254
1c32c9d6
SM
182552005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
18256
1508b91a
SM
18257 * vc-svn.el (vc-svn-registered): Catch all errors.
18258
1c32c9d6
SM
18259 * cus-dep.el (custom-make-dependencies): Typo.
18260
75b19c39
MA
182612005-11-13 Michael Albinus <michael.albinus@gmx.de>
18262
18263 * net/tramp-util.el (top): Fix compilation warning.
18264
8965e9c1
KS
182652005-11-13 Kim F. Storm <storm@cua.dk>
18266
18267 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
18268
9ecc27d0
NR
182692005-11-13 Nick Roberts <nickrob@snap.net.nz>
18270
225dad8e 18271 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9ecc27d0
NR
18272 (gud-speedbar-buttons): Match on "const char *" too.
18273
18274 * progmodes/gdb-ui.el (gdb-var-create-handler)
18275 (gdb-var-list-children-handler): Match on "const char *" too.
18276 (gdb-var-evaluate-expression-handler): Match on empty string.
18277 (gdb-var-update-handler): Only call
18278 gdb-var-evaluate-expression-handler when required.
18279
e79b7435
NR
182802005-11-13 Nick Roberts <nickrob@snap.net.nz>
18281
18282 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18283 selected window. This still doesn't work for speedbar.
9ecc27d0 18284 (gud-speedbar-buttons): Handle string expressions properly.
e79b7435 18285
47b3cf39
NR
18286 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18287 (gdb-var-create-handler): Handle string expressions properly.
e79b7435 18288 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
1c32c9d6 18289 Handle string expressions properly. Move "type" field into regexp.
e79b7435 18290
9a9f1fdd 182912005-11-12 Karl Fogel <kfogel@red-bean.com>
8965e9c1 18292
9a9f1fdd 18293 * bookmark.el (bookmark-maybe-message): New function to reduce
8965e9c1 18294 code duplication: invokes `message' iff baud-rate is high enough.
9a9f1fdd
KF
18295 (bookmark-write-file): Use above instead of an inline conditional.
18296 (bookmark-load): Same.
8965e9c1 18297
a506054a
KF
182982005-11-12 Karl Fogel <kfogel@red-bean.com>
18299
18300 * bookmark.el (bookmark-write-file): Don't visit the destination
18301 file, just write the data to it using write-region. This is
18302 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18303 change to avoid visiting the file in the first place.
18304
71dd9295
CY
183052005-11-12 Chong Yidong <cyd@stupidchicken.com>
18306
18307 * hi-lock.el (hi-lock-mode): Set the default value of
18308 font-lock-defaults.
18309
81d7d0d6
LT
183102005-11-11 Luc Teirlinck <teirllm@auburn.edu>
18311
ee8fdb13 18312 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
81d7d0d6
LT
18313 arg to `file-attributes'.
18314 (find-lisp-format): The UID and GID can now be strings.
18315
42aad0f6
KS
183162005-11-12 Kim F. Storm <storm@cua.dk>
18317
9f49f577
KS
18318 * help.el (help-map): Bind C-h d to apropos-documentation.
18319
0820b753
KS
18320 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18321 when point is at end-of-buffer.
18322
42aad0f6
KS
18323 * apropos.el (apropos-match-face): Doc fix.
18324 (apropos-sort-by-scores): Add new choice `verbose'.
18325 (apropos-documentation-sort-by-scores): New defcustom.
18326 (apropos-pattern): Now contains the pattern entered by the user.
18327 (apropos-pattern-quoted): New defvar.
18328 (apropos-regexp): New defvar, containing the regexp corresponding
18329 to apropos-pattern.
1c32c9d6 18330 (apropos-all-words-regexp): Rename from apropos-all-regexp.
42aad0f6
KS
18331 (apropos-read-pattern): New defun. Use it to read pattern arg in
18332 interactive calls; returns list of words for a word list, and
18333 string for a regexp.
1c32c9d6 18334 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
42aad0f6
KS
18335 parses a list of words or regexp as returned by apropos-read-pattern.
18336 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18337 (apropos-score-doc): Return a very high score if the string
18338 entered by the user matches literally.
18339 (apropos-variable): Doc fix. Use apropos-read-pattern.
18340 (apropos-command): Doc fix. Use apropos-read-pattern and
18341 apropos-parse-pattern. Call apropos-print with nosubst=t.
af71d4c0 18342 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
42aad0f6 18343 apropos-parse-pattern.
af71d4c0 18344 (apropos-documentation): Doc fix. Use apropos-read-pattern and
42aad0f6
KS
18345 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
18346 apropos-documentation-sort-by-scores. Call apropos-print with
18347 nosubst=t.
18348 (apropos-documentation-internal): Pass doc string through
18349 substitute-key-definition before adding text properties.
18350 Highlight substring matching literal user input if possible.
18351 (apropos-documentation-check-doc-file): Remove locals beg and end.
18352 Fix calculation of score (as added twice). Pass doc string through
18353 substitute-key-definition before adding text properties.
18354 (apropos-documentation-check-elc-file): Pass doc string through
18355 substitute-key-definition before adding text properties.
18356 Highlight substring matching literal user input if possible.
18357 (apropos-print): Add new arg NOSUBST; if set, command and variable
18358 doc strings have already been passed through substitute-key-definition.
18359 Add code to handle apropos-accumulator items without score element
18360 for backwards compatibility (e.g. with woman package).
18361 Only show scores if apropos-sort-by-scores is `verbose'.
18362
be93a2c4
SM
183632005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18364
18365 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18366 Add jka-compr-load-suffixes to load-suffixes.
18367
119f6f17 18368 * jka-compr.el: Require jka-cmpr-hook.
be93a2c4
SM
18369 (jka-compr-info-compress-message, jka-compr-info-compress-program)
18370 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18371 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18372 (jka-compr-info-can-append, jka-compr-info-strip-extension)
18373 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18374 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
18375 (jka-compr-uninstall): Remove entries from
18376 jka-compr-added-to-file-coding-system-alist after they are used.
18377 (jka-compr-error): Remove unused var `curbuf'.
18378 (jka-compr-file-local-copy): Remove unused var `notfound'.
18379
7127d508
RF
183802005-11-10 Romain Francoise <romain@orebokech.com>
18381
18382 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18383
46faf25e
NR
183842005-11-11 Nick Roberts <nickrob@snap.net.nz>
18385
18386 * progmodes/gud.el (gud-menu-map): Move parentheses.
18387 (gdb): New command gud-pv.
18388
be93a2c4
SM
183892005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18390
18391 * tar-mode.el: Remove spurious or unnecessary leading stars
18392 in docstrings.
18393 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18394 (tar-parse-octal-integer-safe): Use mapc.
18395 (tar-header-block-summarize): Remove unused var `ck'.
18396 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18397 cleared before. Obey default-enable-multibyte-characters.
18398 Use mapconcat. Simplify setting of tar-header-offset.
18399 (tar-mode-map): Move initialization inside delcaration.
18400 (tar-flag-deleted): Use `abs'.
18401 (tar-expunge-internal): Remove unused var `line'.
18402 (tar-expunge-internal): Don't hardcode point-min==1.
18403 (tar-expunge): Widen while doing set-buffer-multibyte.
18404 (tar-rename-entry): Use file-name-coding-system.
18405 (tar-alter-one-field): Don't hardcode point-min==1.
18406 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18407 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
18408
94b073f3
MY
184092005-11-10 Masatake YAMATO <jet@gyve.org>
18410
af94256b 18411 * add-log.el (add-log-current-defun): Handle class::method
af71d4c0 18412 notation of c++. Fix incorrect comment.
94b073f3 18413
f192689e
AM
184142005-11-10 Alan Mackenzie <acm@muc.de>
18415
18416 * help-fns.el (describe-variable): Make C-h v work when a variable
18417 has variable documentation yet is unbound.
18418
af8308ec
MY
184192005-11-10 Masatake YAMATO <jet@gyve.org>
18420
18421 * man.el (Man-highlight-references): Set an empty
18422 string to `Man-arguments' if it is nil.
d730a9fc 18423 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
af8308ec 18424
be93a2c4
SM
184252005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18426
18427 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18428 commenting conventions.
18429
18430 * cus-dep.el (custom-make-dependencies): Simplify.
18431 Better follow the commenting conventions.
18432
fe8bc3fa
RS
184332005-11-09 Richard M. Stallman <rms@gnu.org>
18434
be93a2c4
SM
18435 * apropos.el (apropos-pattern): Rename from apropos-regexp.
18436 (apropos-orig-pattern): Rename from apropos-orig-regexp.
fe8bc3fa
RS
18437 All uses changed.
18438 (apropos-rewrite-regexp): Doc fix.
af94256b 18439 (apropos-variable, apropos-command, apropos, apropos-value):
fe8bc3fa
RS
18440 Change prompt; carry through the argument renaming.
18441
6e128e32
LT
184422005-11-09 Luc Teirlinck <teirllm@auburn.edu>
18443
18444 * find-lisp.el: Require dired.
18445 (find-lisp-find-dired-internal): Do not call
18446 `abbreviate-file-name' on DIR.
18447
78e5988d
NR
184482005-11-10 Nick Roberts <nickrob@snap.net.nz>
18449
18450 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18451
31fa5025
NR
184522005-11-09 Nick Roberts <nickrob@snap.net.nz>
18453
18454 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18455 when using the speedbar.
18456 (gdb): New command gud-pp.
18457 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18458
58b6f884
JL
184592005-11-09 Juri Linkov <juri@jurta.org>
18460
18461 * replace.el (occur-excluded-properties): New defcustom.
18462 (occur-1, occur-engine, occur-accumulate-lines): Use it.
18463
65b62d0a
JB
184642005-11-08 Jay Belanger <belanger@truman.edu>
18465
217d155e 18466 * calc/calc-units.el (math-convert-units): Replace any composite
65b62d0a
JB
18467 unit by its definition.
18468
77f996e5 184692005-11-08 Lars Hansen <larsh@soem.dk>
217d155e
RF
18470
18471 * emacs-lisp/autoload.el (update-directory-autoloads):
18472 Add obsolete function alias.
18473
4acbd507
SM
184742005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18475
5a3859e6
SM
18476 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18477 comment-indent-function.
18478 (lisp-comment-indent): Replace by an alias for comment-indent-default.
18479
4acbd507
SM
18480 * reveal.el (reveal-post-command): Rework the handling of
18481 reveal-open-spots, so as to be more reliable. There were several
18482 tricky corner cases where an open spot might be lost, or where
18483 a closed spot might end up on the list of open spots.
18484 Only reveal text that's ellipsised.
18485
b58b00ca
CD
184862005-11-07 Carsten Dominik <dominik@science.uva.nl>
18487
4acbd507 18488 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
b58b00ca 18489
f5723ff5
JPW
184902005-11-07 John Paul Wallington <jpw@gnu.org>
18491
18492 * ibuffer.el (ibuffer): Search iconified frames too when
18493 getting Ibuffer buffer's window.
18494
fda12b27
RS
184952005-11-06 Richard M. Stallman <rms@gnu.org>
18496
18497 * progmodes/compile.el (compilation-internal-error-properties):
18498 save-excursion around the computation of MARKER.
18499
185002005-11-06 Piet van Oostrum <piet@cs.uu.nl>
18501
18502 * textmodes/flyspell.el (flyspell-external-point-words):
18503 flyspell-get-word returns a list, not just a string.
18504
9514fb7f
JPW
185052005-11-06 John Paul Wallington <jpw@pobox.com>
18506
18507 * ibuffer.el (ibuffer): Search all visible frames when getting
18508 Ibuffer buffer's window.
18509
30abc4f4
MY
185102005-11-07 Masatake YAMATO <jet@gyve.org>
18511
d730a9fc 18512 * man.el (Man-reference-regexp): Accept spaces between
30abc4f4
MY
18513 `Man-name-regexp' and `Man-section-regexp'.
18514 (Man-apropos-regexp): New variable.
18515 (Man-abstract-xref-man-page): Use value for `Man-target-string'
18516 if available.
4acbd507
SM
18517 (Man-highlight-references, Man-highlight-references0):
18518 Handle the case when `Man-arguments' includes "-k".
18519 (Man-highlight-references0): Rename the argument `TARGET-POS' to
30abc4f4
MY
18520 `TARGET'. `TARGET' can be a number, function or nil.
18521
2dd3b43b
NR
185222005-11-06 Nick Roberts <nickrob@snap.net.nz>
18523
18524 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
c660a322
KS
18525 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18526 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
2dd3b43b
NR
18527 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18528 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
c660a322 18529 (gdb-send-item): Use buffer-local-value and simplify.
2dd3b43b 18530
1b0ee2ce
LT
185312005-11-05 Luc Teirlinck <teirllm@auburn.edu>
18532
18533 * startup.el (command-line): Use `custom-reevaluate-setting' for
18534 `global-font-lock-mode'.
18535
c660a322
KS
18536 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18537 by default, except in batch mode or when the -D option is given.
1b0ee2ce
LT
18538
18539 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18540 specified keyword args on to `define-minor-mode'. Update docstring.
18541
61f570e2
RF
185422005-11-05 Romain Francoise <romain@orebokech.com>
18543
18544 * replace.el (occur-engine): Add marker at end of line, too.
18545
af71d4c0 185462005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
dd7c6f21
RS
18547
18548 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18549 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18550 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 18551 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
dd7c6f21
RS
18552 argument to all these routines, so the passphrase can be managed
18553 externally and passed in to the system.
18554 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18555 pgg-add-passphrase-to-cache function.
18556
18557 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18558 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18559 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
119f6f17 18560 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
dd7c6f21
RS
18561 argument to all these routines, so the passphrase can be managed
18562 externally and passed in to the system.
18563 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18564 function.
18565
d60b49ac
DN
185662005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
18567
18568 * font-lock.el: Don't deal with font-lock-face-attributes here,
18569 move the code ...
18570
af71d4c0 18571 * startup.el (command-line): ... here. Use face-spec-set instead
d60b49ac
DN
18572 of custom-declare-face.
18573
18574 * faces.el (face-spec-set): Reset the face if spec is not nil.
18575
45f6a663
SM
185762005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
18577
18578 * newcomment.el (comment-region-internal): Box more tightly in the
18579 common case where there's no TAB in the boxed text.
18580
348f73b0 185812005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
db2cf961
JD
18582
18583 * info.el (info-tool-bar-map): Use images prev-node, next-node and
18584 up-node.
18585
dc9cfe1e
EZ
185862005-11-04 Ulf Jasper <ulf.jasper@web.de>
18587
af71d4c0 18588 * newsticker.el: Commentary updated. Code formatting changed.
45f6a663 18589 (newsticker-version): Change to "1.9".
dc9cfe1e 18590 (newsticker, newsticker-feed): Doc fix.
45f6a663
SM
18591 (newsticker-url-list): Doc fix. Add option "Weekly".
18592 (newsticker-retrieval-interval): Add option "Weekly".
dc9cfe1e 18593 (newsticker-headline-processing): Doc fix.
45f6a663 18594 (newsticker-auto-mark-filter): Remove.
dc9cfe1e
EZ
18595 (newsticker-auto-mark-filter-list): New.
18596 (newsticker-layout, newsticker-sort-method): Doc fix.
18597 (newsticker-hide-old-items-in-newsticker-buffer)
18598 (newsticker-heading-format, newsticker-item-format)
18599 (newsticker-desc-format): Doc fix.
45f6a663 18600 (newsticker-show-all-rss-elements): Remove.
dc9cfe1e
EZ
18601 (newsticker-show-all-news-elements): New.
18602 (newsticker-faces, newsticker-ticker): Doc fix.
18603 (remove-from-invisibility-spec): Code formatting.
18604 (newsticker--process-ids): New.
18605 (newsticker-mode): Doc fix.
45f6a663
SM
18606 (newsticker-mode): Change mode-line-format.
18607 (newsticker-start): Remove debug output.
af71d4c0 18608 (newsticker-start-ticker): Doc fix. Add autoload cookie.
dc9cfe1e
EZ
18609 (newsticker-w3m-show-inline-images): Code formatting.
18610 (newsticker-next-item): Call `force-mode-line-update'.
18611 (newsticker-previous-item): Call `force-mode-line-update'.
18612 (newsticker-next-feed): Call `force-mode-line-update'.
18613 (newsticker-previous-feed): Call `force-mode-line-update'.
18614 (newsticker-mark-all-items-at-point-as-read): Code formatting.
18615 (newsticker-show-old-items): Do not show descs.
45f6a663 18616 (newsticker-hide-entry): Hide too much.
dc9cfe1e
EZ
18617 (newsticker-hide-entry, newsticker-show-entry)
18618 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18619 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18620 (newsticker-toggle-auto-narrow-to-item): Code formatting.
18621 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18622 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
45f6a663
SM
18623 (newsticker-get-news): Call `force-mode-line-update'.
18624 Collect process ids.
18625 (newsticker--sentinel): Change coding system handling.
18626 Move image retrieval to new functions newsticker--get-logo-url-*.
18627 Move feed parsing to new functions newsticker--parse-*.
18628 Update list of process ids.
dc9cfe1e
EZ
18629 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18630 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18631 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18632 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18633 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18634 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6fee106e
KS
18635 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18636 (newsticker--decode-coding-string): Remove.
18637 (newsticker--decode-numeric-entities): Check input. Format code.
18638 (newsticker--remove-whitespace): Check input.
18639 (newsticker--do-forget-preformatted): Doc fix.
18640 (newsticker--decode-rfc822-date): Allow for missing time.
18641 (newsticker--update-process-ids): New.
18642 (newsticker--image-sentinel): Change comment.
18643 (newsticker--image-read): Change error message.
18644 (newsticker--imenu-goto): Doc fix. Show headline title.
18645 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18646 (newsticker--buffer-do-insert-text): Clean whitespace in
18647 html-rendered headline title. Code formatting.
18648 Call `newsticker--buffer-print-extra-elements'.
18649 (newsticker--buffer-print-extra-element): Remove.
18650 (newsticker--buffer-print-extra-elements): New.
18651 (newsticker--buffer-do-print-extra-element): New.
18652 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
18653 large sizes.
18654 (newsticker--run-auto-mark-filter)
18655 (newsticker--do-run-auto-mark-filter):
18656 Use `newsticker-auto-mark-filter-list'.
18657
186582005-11-04 Ryan Yeske <rcyeske@gmail.com>
18659
18660 * net/rcirc.el: Use split-string OMIT-NULLS argument.
18661 (rcirc-print): Force redisplay before running hooks. Do long
18662 buffer truncation after making new text read-only. Deal with nil
18663 text when decoding strings. If TARGET is nil, use either the
18664 currently selected buffer, if it is an rcirc buffer and of the
18665 same process or the process buffer.
18666 (rcirc-mode): Remove header-line. Recompute short buffer names.
18667 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18668 (rcirc-short-buffer-name): Add variable.
18669 (rcirc-kill-buffer-hook): Recompute short buffer names.
18670 Remove nick from private channel.
18671 (rcirc-send-input): Send command text to current-buffer.
18672 Don't clear overlay arrow here.
18673 (rcirc-short-buffer-name): Return a short buffer name.
18674 (rcirc-update-short-buffer-names, rcirc-abbreviate)
18675 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18676 buffer-name abbreviations.
18677 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18678 Do not touch nick-table when killing a parted channel.
18679 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18680 Clear arrow from current buffer if it is now hidden.
18681 (rcirc-current-buffer): Add variable.
18682 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18683 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18684 Remove -face from names.
18685 (rcirc-update-activity-string): Print "DND" when globally ignoring
18686 activity.
18687 (rcirc-ignore-buffer-activity-flag): Rename from
18688 rcirc-ignore-channel-activity.
18689 (rcirc-ignore-all-activity-flag): Doc fix.
18690 (rcirc-channels): Remove variable.
18691 (rcirc-kill-buffer-hook):
18692 (rcirc-get-buffer-create): Add nick to private channel.
18693 (rcirc-multiline-edit-submit): Remove tabs.
18694 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18695 folded.
18696 (rcirc-remove-nick-channel): Bug fix.
18697 (rcirc-toggle-ignore-buffer-activity): Rename from
18698 rcirc-toggle-ignore-channel-activity.
18699 (rcirc-record-activity): Add buffers to the front of the list.
18700 (rcirc-update-activity): Remove killed buffers from list.
18701 (rcirc-process-server-response-1): Remove last argument if it is
18702 null before calling handler.
18703 (rcirc): Add "rcirc" defcustom prefix.
18704 (rcirc-prompt): Simplify default prompt.
18705 Use custom-initialize-default.
18706 (rcirc-private-chats): Remove variable.
18707 (rcirc-prompt): Change initialization.
18708 (rcirc-version): Remove function.
18709 (rcirc-id-string): Add constant.
18710 (rcirc-last-buffer): Remove variable.
18711 (rcirc-buffer-alist): Add variable.
18712 (rcirc-connect): Update variable setup.
18713 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18714 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18715 default.
18716 (rcirc-handler-generic): Trigger activity.
18717 (rcirc-send-message): Create the buffor of the target.
18718 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18719 (rcirc-get-buffer): Just return nil if there is no matching buffer.
18720 (rcirc-multiline-edit-cancel): Remove function.
18721 (rcirc-set-last-buffer): Remove function.
18722 (rcirc-get-any-buffer): Add function.
18723 (rcirc-join-channels): Don't print /join text.
18724 (rcirc-toggle-ignore-channel-activity): Add and update echo area
18725 messages.
18726 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18727 (rcirc-handler-NOTICE): Recognize CTCP responses.
18728 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18729 constructing TOPIC string for buffers we are not JOINed.
18730 (rcirc-handler-CTCP-response): Add handler.
18731 (rcirc-multiline-edit-submit): Restore the window-configuration
18732 before adjusting point.
18733 (rcirc): Add customization group.
18734 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18735 (rcirc-user-full-name, rcirc-startup-channels-alist)
18736 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18737 (rcirc-ignore-all-activity-flag, rcirc-time-format)
18738 (rcirc-input-ring-size, rcirc-read-only-flag)
18739 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18740 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18741 Change defvar to defcustom.
18742 (rcirc-update-prompt): Add optional ALL arg, which will update
18743 prompts in all rcirc buffers. Regexp quote replacement text.
18744 (rcirc-fill-column): Accept frame-width as a value.
18745 (rcirc-set-changed): Add function.
18746 (rcirc-next-active-buffer): Write more meaningful messages.
18747 (rcirc-faces): Add customization group.
18748 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18749 (rcirc-nick-in-message-face, rcirc-prompt-face)
18750 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18751 (with-rcirc-process-buffer): Move before first usage.
18752 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18753 (rcirc-debug-flag): Rename from `rcirc-log-p'.
18754 (rcirc-debug): Rename from `rcirc-log'.
18755 (rcirc-format-response-string): Do not print `-' chars for a
18756 NOTICE with no sender. Simplify output of server responses.
18757
187582005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18759
18760 (rcirc-browse-url-map, rcirc-browse-url-at-point)
18761 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18762 Make urls mouse and RET clickable.
18763
187642005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18765
18766 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18767
187682005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18769
18770 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18771 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18772 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18773 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18774 argument to all these routines, so the passphrase can be managed
18775 externally and passed in to the system.
18776 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18777 pgg-add-passphrase-to-cache function.
18778
18779 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18780 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18781 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18782 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18783 argument to all these routines, so the passphrase can be managed
18784 externally and passed in to the system.
18785 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18786 function.
18787
187882005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
18789
18790 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18791 from goto-address-url-regexp.
18792
187932005-11-04 Carsten Dominik <dominik@science.uva.nl>
18794
18795 * textmodes/org.el (org-read-date, org-goto-calendar)
18796 (org-recenter-calendar, org-agenda-goto-calendar):
18797 Temporarily clear `calendar-move-hook'.
18798
187992005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
18800
18801 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18802 merging.
18803
18804 * ediff-util.el (ediff-previous-difference): Don't skip regions that
18805 have merge clashes.
18806
188072005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18808
18809 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18810 Undo previous change.
18811
18812 * startup.el (command-line): Use `custom-reevaluate-setting' for
18813 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
18814 tty-register-default-colors on Mac.
18815
188162005-11-04 Nick Roberts <nickrob@snap.net.nz>
18817
18818 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18819 (gdb-buffer-type): Make it automatically buffer local...
18820 (gdb-get-create-buffer): ...and set it accordingly.
18821 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18822 actually work.
18823
188242005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
18825
18826 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18827 not red.
18828
188292005-11-04 Nick Roberts <nickrob@snap.net.nz>
18830
18831 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18832 case GUD buffer is not visible.
18833 (gdb-goto-breakpoint): Try to force display in source buffer.
18834 (gdb-frame-gdb-buffer): Copy other similar functions.
18835 (gdb-restore-windows): Don't display source if not asked for.
18836 (gdb-assembler-buffer-name): Don't capitalise.
18837
188382005-11-03 Richard M. Stallman <rms@gnu.org>
18839
18840 * wid-edit.el (key-sequence): New widget type.
18841
18842 * simple.el (set-mark-command-repeat-pop): New variable.
18843 (set-mark-command): Only interpret plan C-@ after a pop as a pop
18844 if set-mark-command-repeat-pop is true.
18845
18846 * info.el (Info-fontify-node): Don't display extra "see" if there
18847 already is one here.
18848
18849 * mouse.el: Fix special handling of DEL after dragging a region:
18850 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18851 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
18852
18853 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
18854
18855 * textmodes/ispell.el (ispell-command-loop): Change `i' description
18856 not to assume it pertains to an affix.
18857
18858 * textmodes/flyspell.el (flyspell-post-command-hook):
18859 Bind deactivate-mark to prevent deactivation.
18860
188612005-11-03 Lars Hansen <larsh@soem.dk>
18862
18863 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
18864 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
18865 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
18866
188672005-11-03 Romain Francoise <romain@orebokech.com>
18868
18869 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
18870 Update copyright years.
18871
188722005-11-03 Sam Steingold <sds@gnu.org>
18873
18874 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18875 Use system-type instead of window-system because window-system is not
18876 correctly defined during loadup.
18877
188782005-11-02 Mark A. Hershberger <mah@everybody.org>
18879
9c92edca 18880 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
6fee106e
KS
18881 (xml-parse-tag): Join strings separated by a comment properly.
18882
188832005-11-02 Andreas Schwab <schwab@suse.de>
18884
18885 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
18886
188872005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18888
18889 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
18890 (byte-optimize-pure-func): Quote the eval'd value.
18891
18892 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
18893 Rename from perl-font-lock-syntactic-face-function.
18894 Change the calling convention so it can be used as a font-lock MATCHER.
18895 Do the parse-partial-sexp loop outselves.
18896 (perl-font-lock-syntactic-keywords): Use it.
18897 (perl-mode): Don't set font-lock-syntactic-face-function any more.
18898
188992005-11-02 Nick Roberts <nickrob@snap.net.nz>
18900
18901 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
18902 disassembly buffer too.
18903 (gdb-exited): Remove overlay arrows when execution has finished.
18904 (gdb-info-frames-custom, gdb-info-threads-custom)
18905 (gdb-info-registers-custom): Don't add inappropriate text
18906 properties if inferior is not active.
18907
189082005-11-02 Glenn Morris <rgm@gnu.org>
18909
18910 * progmodes/fortran.el (fortran-blink-match):
18911 Use `blink-matching-delay'.
18912
189132005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
18914
18915 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
18916
189172005-11-02 Lars Hansen <larsh@soem.dk>
18918
18919 * net/tramp.el (tramp-action-out-of-band): Handle scp message
18920 "Permission denied".
18921
189222005-11-01 Richard M. Stallman <rms@gnu.org>
18923
18924 * textmodes/flyspell.el (flyspell-external-point-words):
18925 Pass nil to flyspell-get-word.
18926
189272005-11-02 Kim F. Storm <storm@cua.dk>
18928
18929 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
18930 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
18931
189322005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18933
18934 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
18935 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
18936 (calendar-mouse-print-dates): Add optional `event' argument.
18937 Update interactive-spec.
18938 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
18939 Use `calendar-event-to-date' instead of `event'.
18940
189412005-11-02 Masatake YAMATO <jet@gyve.org>
18942
18943 * progmodes/ld-script.el (ld-script-builtins):
18944 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
18945 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
18946 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
18947
189482005-11-01 Romain Francoise <romain@orebokech.com>
18949
18950 * vc-sccs.el: Update copyright year.
18951 * ezimage.el: Likewise.
18952
189532005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
18954
18955 * info.el (Info-fontify-node): Use `string-width' for fontifying
18956 underlined titles.
18957
189582005-11-01 Juri Linkov <juri@jurta.org>
18959
18960 * info.el (Info-fontify-node): Downcase node header keywords Node,
18961 Prev, Next, Up before comparison.
18962 (Info-history): Insert absolute directory name, and put invisible
18963 property on it.
18964
189652005-11-01 Juri Linkov <juri@jurta.org>
18966
18967 * info.el (Info-file-supports-index-cookies): New variable.
18968 (Info-find-node-2): Check makeinfo version for index cookie support.
18969 (Info-index-nodes): Search for nodes with index cookies only when
18970 Info-file-supports-index-cookies is t. Otherwise, search nodes
18971 with "Index" in the node name.
18972 (Info-index-node): Search index cookie in the current node only when
18973 Info-file-supports-index-cookies is t. Otherwise, check the word
18974 "Index" in the node name.
18975 (Info-find-emacs-command-nodes): Remove code that searches nodes
18976 with "Index" node name in the top menu.
18977
189782005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18979
18980 * progmodes/scheme.el (scheme-mode-variables): Use the default
18981 comment-indent-function.
18982
18983 * faces.el (face-attribute): Handle the case where a face inherits from
18984 a non-existent face.
18985
18986 * simple.el (eval-expression-print-format): Use lisp-readable syntax
18987 for octal and hexa output, and merge the char into the paren.
18988 (kill-new): Use push.
18989 (copy-to-buffer): Use with-current-buffer.
18990 (completion-setup-function): Move code in loop to remove redundancy.
18991 (minibuffer-local-must-match-map): Don't add bindings that duplicate
18992 those inherited from minibuffer-local-completion-map.
18993
18994 * savehist.el (savehist-mode) <defcustom>:
18995 Use custom-set-minor-mode if available.
18996 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
18997 and emit a message if applicable.
18998
189992005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
19000
19001 * savehist.el: Sync up to version 19.
19002 (savehist-mode): New minor mode.
19003 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
19004 (savehist-length): Remove (use history-length instead).
19005 (savehist-file-modes): Rename from savehist-modes.
19006 (savehist-save-hook, savehist-loaded): New vars.
19007 (savehist-load): Use savehist-mode. Try to smooth up transition from
19008 old format to new format.
19009 (savehist-install): Allow savehist-autosave-interval to be nil.
19010 (savehist-save): Run the new hook. Be more careful to only trim the
19011 history variables.
19012 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
19013 (savehist-printable): Print into a buffer rather than char-by-char.
19014
190152005-11-01 John Wiegley <johnw@newartisans.com>
19016
19017 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
19018 toggle-ignore keybinding (C-a). The author said it had been
19019 disabled much earlier due to a possible incompatibility, but after
19020 many months of usage I have encountered no problems (and it is a
19021 rather useful option, especially for switching to " *temp*").
19022
19023 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
19024 support for OS/X's AddressBook, by calling out to the open source
19025 program "contacts" (installable through Fink).
19026
19027 * net/eudc.el (eudc-expand-inline): If the
19028 `eudc-multiple-match-handling-method' is set to `all', delete the
19029 query string before inserting the query result.
19030
19031 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
19032 flag, to prevent Eshell from using the system ls when
19033 `eshell-ls-insert-directory' is in used.
19034 (eshell-ls-insert-directory): Disable font-lock in directory
19035 buffer so that Eshell's own fontification is seen. This broke
19036 recently due to changes in font-lock, so this goes back to version
19037 21 behavior.
19038
190392005-11-01 Nick Roberts <nickrob@snap.net.nz>
19040
19041 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
19042 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
19043 (gdb-many-windows): Doc fix.
19044
190452005-10-31 Romain Francoise <romain@orebokech.com>
19046
19047 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
19048
190492005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19050
19051 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19052 that global-font-lock-mode can be enabled by default.
19053
19054 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19055 (font-lock-add-keywords, font-lock-remove-keywords)
19056 (font-lock-fontify-buffer): Remove autoload cookies.
19057
19058 * jit-lock.el (jit-lock-register): Likewise.
19059
19060 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19061
190622005-10-31 Nick Roberts <nickrob@snap.net.nz>
19063
19064 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19065 intact if there is no gud-comint-buffer.
19066
190672005-10-31 Luc Teirlinck <teirllm@auburn.edu>
19068
19069 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19070 old prompt comint-prompt-read-only is t and GDB commands are
19071 issued from tool bar etc.
19072
190732005-10-31 Masatake YAMATO <jet@gyve.org>
19074
19075 * vc.el (vc-directory-exclusion-list): Add "{arch}".
19076
190772005-10-30 Chong Yidong <cyd@stupidchicken.com>
19078
19079 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19080 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19081
190822005-10-30 Michael Albinus <michael.albinus@gmx.de>
19083
19084 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19085 starting at beginning of line. Fontification is messed up when
19086 `open-paren-in-column-0-is-defun-start' set to t.
19087 Reported by John Paul Wallington <jpw@pobox.com>.
19088
190892005-10-30 Luc Teirlinck <teirllm@auburn.edu>
19090
19091 * comint.el (comint-send-input): Call `comint-update-fence' when
19092 `comint-process-echoes' and `comint-prompt-read-only' are both
19093 non-nil, to avoid leftover read-only newline.
19094
190952005-10-30 Richard M. Stallman <rms@gnu.org>
19096
19097 * textmodes/flyspell.el (flyspell-external-point-words):
19098 Detect when WORD can't be checked properly because
19099 flyspell-get-word finds just part of it, and move on.
19100
19101 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19102 boundarychar for Polish.
19103 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19104 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19105
191062005-10-31 Nick Roberts <nickrob@snap.net.nz>
19107
19108 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19109 (gdb-registers-font-lock-keywords): Delete.
19110 (gdb-registers-mode): Don't fontify.
19111 (gdb-info-registers-custom): Use text properties instead as, in
19112 future, changed register values will use font-lock-warning-face.
19113 (gdb-local-font-lock-keywords): Rename to...
19114 (gdb-locals-font-lock-keywords): ...for consistency.
19115
191162005-10-30 Andre Spiegel <spiegel@gnu.org>
19117
19118 * vc.el (vc-switch-backend): Better error message if the buffer is
19119 not visiting a file under version control.
19120
19121 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19122
191232005-10-29 Chong Yidong <cyd@stupidchicken.com>
19124
19125 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19126 ~/.emacs.d/.emacs.
19127
191282005-10-29 Richard M. Stallman <rms@gnu.org>
19129
19130 * replace.el (occur-mode-mouse-goto): Always go to other window.
19131 (occur-mode-goto-occurrence): Always switch in same window.
19132
19133 * simple.el (undo): Display message at end, not at start.
19134
19135 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19136 New arg REUSE-CELL.
19137 (cancel-timer-internal): New function.
19138 (timer-event-handler): Use cancel-timer-internal,
19139 and pass the cell it returns to timer-activate...
19140
19141 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19142 (jit-lock-deferred-fontify, jit-lock-context-fontify)
19143 (jit-lock-after-change): Test memory-full.
19144
191452005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19146
19147 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19148 part of the decoded armor to find the key-identifier.
19149 (pgg-gpg-lookup-key-owner): New function to return the
19150 human-readable identifier of a key owner.
19151 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19152 key itself.
19153 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19154 the key value) if we have a key and can match it against a secret
19155 key. Also, added a note pointing out fact that the prompt only
19156 indicates the first matching key.
19157
19158 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19159 pgg-decrypt-region.
19160 (pgg-pending-timers): A new hash for tracking the passphrase cache
19161 timers, so that new ones supercede old ones.
19162 (pgg-add-passphrase-to-cache): Rename from
19163 `pgg-add-passphrase-cache' to reduce confusion (all callers
19164 changed). Modified to cancel old timers when new ones are added.
19165 (pgg-remove-passphrase-from-cache): Rename from
19166 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19167 changed). Modified to cancel old timers when their keys are
19168 removed from the cache.
19169 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19170 XEmacs, an indirection to delete-itimer.
19171 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19172 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19173 users can only check cache without risk of prompting. Correct bug in
19174 notruncate behavior.
19175 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19176 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19177 Add informative docstrings.
19178 (pgg-decrypt): Convey provided passphrase in subordinate call to
19179 pgg-decrypt-region.
19180
19181 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19182 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19183 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19184 `passphrase' argument, so the passphrase can be managed externally
19185 and then passed in to the system.
19186
19187 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19188 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19189 so the passphrase cache can be used reliably with identifiers
19190 besides a pgp packet's key id.
19191
19192 * pgg-gpg.el (pgg-pgp-encrypt-region)
19193 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19194 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19195 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19196 argument to all these routines, so the passphrase can be managed
19197 externally and passed in to the system.
19198
19199 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19200 `notruncate' argument, so the passphrase cache can be used
19201 reliably with identifiers besides a pgp packet's key id.
19202
192032005-10-29 Sascha Wilde <swilde@sha-bang.de>
19204
19205 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19206 symmetric encryption.
19207 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19208 encrypted session key.
19209 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19210 message ask for the passphrase in a proper way.
19211
19212 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19213 New user commands for symmetric encryption.
19214
192152005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
19216
19217 * textmodes/conf-mode.el (conf-assignment-sign)
19218 (conf-assignment-regexp): Fix docstrings.
19219 (conf-mode-initialize): New function.
19220 (conf-mode): Remove optional args. Use delay-mode-hooks to
19221 recognize recursive calls.
19222 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19223 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19224 (conf-xdefaults-mode): Use define-derived-mode and
19225 conf-mode-initialize.
19226
192272005-10-29 Romain Francoise <romain@orebokech.com>
19228
19229 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19230
192312005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19232
19233 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19234 part of the decoded armor to find the key-identifier.
19235 (pgg-gpg-lookup-key-owner): New function to return the
19236 human-readable identifier of a key owner.
19237 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19238 key itself.
19239 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19240 the key value) if we have a key and can match it against a secret
19241 key. Also, added a note pointing out fact that the prompt only
19242 indicates the first matching key.
19243
19244 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19245 pgg-decrypt-region.
19246 (pgg-pending-timers): A new hash for tracking the passphrase cache
19247 timers, so that new ones supercede old ones.
19248 (pgg-add-passphrase-to-cache): Rename from
19249 `pgg-add-passphrase-cache' to reduce confusion (all callers
19250 changed). Modified to cancel old timers when new ones are added.
19251 (pgg-remove-passphrase-from-cache): Rename from
19252 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19253 changed). Modified to cancel old timers when their keys are
19254 removed from the cache.
19255 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19256 XEmacs, an indirection to delete-itimer.
19257 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19258 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19259 users can only check cache without risk of prompting. Correct bug in
19260 notruncate behavior.
19261 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19262 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19263 Add informative docstrings.
19264 (pgg-decrypt): Convey provided passphrase in subordinate call to
19265 pgg-decrypt-region.
19266
192672005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
19268
19269 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19270 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19271 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19272 `passphrase' argument, so the passphrase can be managed externally
19273 and then passed in to the system.
19274
19275 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19276 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19277 so the passphrase cache can be used reliably with identifiers
19278 besides a pgp packet's key id.
19279
19280 * pgg-gpg.el (pgg-pgp-encrypt-region)
19281 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19282 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19283 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19284 argument to all these routines, so the passphrase can be managed
19285 externally and passed in to the system.
19286
19287 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19288 `notruncate' argument, so the passphrase cache can be used
19289 reliably with identifiers besides a pgp packet's key id.
19290
192912005-10-29 Sascha Wilde <swilde@sha-bang.de>
19292
19293 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19294 symmetric encryption.
19295 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19296 encrypted session key.
19297 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19298 message ask for the passphrase in a proper way.
19299
19300 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19301 New user commands for symmetric encryption.
19302
193032005-10-28 Bill Wohler <wohler@newt.com>
19304
19305 * help-mode.el (help-url): New button type. Calls browse-url.
19306 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19307 Similar to Info nodes: URL `url'.
19308 (help-make-xrefs): Create help-url buttons for
19309 help-xref-url-regexp matches.
19310
193112005-10-29 Nick Roberts <nickrob@snap.net.nz>
19312
19313 * tool-bar.el (tool-bar-add-item-from-menu)
19314 (tool-bar-local-item-from-menu): Fix doc strings.
19315
193162005-10-28 Romain Francoise <romain@orebokech.com>
19317
19318 * ldefs-boot.el: Update.
19319
19320 * subr.el (locate-library): Move from help-fns.el.
19321 * help-fns.el (locate-library): Move to subr.el.
19322
193232005-10-28 Richard M. Stallman <rms@gnu.org>
19324
19325 * net/tramp.el (tramp-completion-mode): defvar moved up.
19326
19327 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19328
19329 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19330
19331 * files.el (find-file-noselect): Use %d to format large file size.
19332
19333 * bindings.el (mode-line-format): Add %e.
19334
19335 * loadup.el ("facemenu"): Load unconditionally.
19336 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19337 ("x-dnd"): Load, when appropriate.
19338
19339 * startup.el (command-line): Call before-init-hook earlier.
19340 Warn about some bad characters in -u user name.
19341
19342 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19343 (flyspell-external-point-words): Error if misspelled word is not found.
19344 Set flyspell-large-region-beg at end of word.
19345
193462005-10-28 Andreas Schwab <schwab@suse.de>
19347
19348 * view.el (View-revert-buffer-scroll-page-forward):
19349 Use view-page-size-default.
19350
193512005-10-28 Juri Linkov <juri@jurta.org>
19352
19353 * international/quail.el (quail-get-current-str): Translate last
19354 raw character for deterministic input methods.
19355
193562005-10-27 Jay Belanger <belanger@truman.edu>
19357
19358 * calc/calc-ext.el: Add functions to autoloads.
19359 (math-identity-matrix-p, math-ident-row-p): New functions.
19360
19361 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19362 multiplication by an identity matrix; don't turn multiplication by
19363 an inverse matrix into division.
19364 (math-div-symbol-fancy): Replace division by matrices with
19365 multiplication by inverse.
19366
19367 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19368
19369 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19370 (calc-writeoutpower): New functions.
19371
193722005-10-27 Romain Francoise <romain@orebokech.com>
19373
19374 * replace.el (occur-engine): Include colon in mouse-face highlight.
19375
19376 * dired-x.el: Change Maintainer field.
19377
193782005-10-26 Chong Yidong <cyd@stupidchicken.com>
19379
19380 * longlines.el (longlines-mode): Bind after-change-functions to
19381 nil during initial decoding and final encoding.
19382
193832005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19384
19385 * term.el (term-emulate-terminal, term-handle-colors-array)
19386 (term-handle-ansi-escape): Specify the terminfo capabilities
19387 implemented.
19388
193892005-10-26 Richard M. Stallman <rms@gnu.org>
19390
19391 * info.el (Info-fontify-node): Fix detection of sentence-break
19392 before *Note.
19393
193942005-10-26 Romain Francoise <romain@orebokech.com>
19395
19396 * smerge-mode.el: Add `tools' to file keywords.
19397
193982005-10-26 Nick Roberts <nickrob@snap.net.nz>
19399
19400 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19401 when the fringe is not available.
19402
19403 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19404 (def-gdb-auto-update-trigger): Simplify construction.
19405 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19406 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19407 defined explicitly.
19408 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19409 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19410 defined explicitly.
19411 (gdb-info-locals-custom): Remove as it's a no-op.
19412
194132005-10-25 Chong Yidong <cyd@stupidchicken.com>
19414
19415 * longlines.el (longlines-mode): Remove narrowing before
19416 performing the initial decoding or final encoding.
19417
194182005-10-25 Romain Francoise <romain@orebokech.com>
19419
19420 * emacs-lisp/find-func.el (find-library-name): Also strip
19421 extension if library name ends in .el, to take advantage of
19422 `find-library-suffixes'.
19423
194242005-10-25 Richard M. Stallman <rms@gnu.org>
19425
19426 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19427
194282005-10-25 Juri Linkov <juri@jurta.org>
19429
19430 * textmodes/texinfo.el (texinfo-mode): Change charset of one
19431 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19432
194332005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19434
19435 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19436 (blackbox-redefine-key): Add argument `map'.
19437
19438 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19439 regions when moving the jit-lock-context-unfontify-pos boundary.
19440
194412005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19442
19443 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19444
194452005-10-25 Masatake YAMATO <jet@gyve.org>
19446
19447 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19448
4fc9bd56 194492005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
6fee106e
KS
19450
19451 * play/blackbox.el (blackbox-redefine-key): New function.
19452 (blackbox-mode-map): Use it to remap existing bindings for cursor
19453 motion instead of binding literal keys.
19454
194552005-10-25 Glenn Morris <rgm@gnu.org>
19456
19457 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19458 diary does not end in a newline. Do not assume a blank line at
19459 the start of the diary file.
19460
194612005-10-25 Kenichi Handa <handa@m17n.org>
19462
19463 * international/quail.el (quail-translate-key): If the input
19464 method is deterministic and failed to handle the last key, restart
19465 the key handling loop from an appropriate key.
19466
194672005-10-25 Michael Albinus <michael.albinus@gmx.de>
19468
19469 * vc.el (vc-dired-mode): Extend comment for binding of
19470 `directory-listing-before-filename-regexp'.
19471
194722005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19473
19474 * textmodes/texinfo.el (texinfo-mode):
19475 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19476 not to unnecessarily expose emacs-mule's internal char codes.
19477
194782005-10-25 Nick Roberts <nickrob@snap.net.nz>
19479
19480 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19481 Display hand pointer and help-echo on disabled icon too.
19482 (gdb-mouse-until): New function.
19483 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19484
194852005-10-24 Chong Yidong <cyd@stupidchicken.com>
19486
19487 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19488 with 2005-10-23 change to doctor.el.
19489
19490 * finder.el (finder-mode-map): Add follow-link binding.
19491
194922005-10-25 Kim F. Storm <storm@cua.dk>
19493
19494 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19495 to gdb-mouse-toggle-breakpoint-fringe.
19496 (gdb-mouse-toggle-breakpoint-margin): Rename from
19497 gdb-mouse-toggle-breakpoint. Fix doc.
19498 (gdb-mouse-toggle-breakpoint-fringe): New defun.
19499 (gdb-put-string): Add optional SPROPS arg. Add props to string.
19500 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19501 string properties also for fringe breakpoint bitmaps.
19502
195032005-10-24 Carsten Dominik <dominik@science.uva.nl>
19504
19505 * textmodes/org.el (org-start-icalendar-file): Fix format form.
19506
195072005-10-25 Masatake YAMATO <jet@gyve.org>
19508
19509 * simple.el (completion-common-substring):
19510 Use `completion-common-substring' prior to `completion-base-size'.
19511
195122005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
19513
19514 * savehist.el: Require CL while compiling.
19515 (savehist-history-variables): Remove.
19516 (savehist-save-minibuffer-history, savehist-additional-variables)
19517 (savehist-minibuffer-history-variables): New vars.
19518 (savehist-save): Use them.
19519 (savehist-uninstall, savehist-minibuffer-hook): New funs.
19520 (savehist-install): New fun, extracted from savehist-load.
19521 (savehist-load): Use them.
19522
195232005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19524
19525 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19526 a dummy doc-string-elt property.
19527 (defalias, defvaralias, define-category): Add a docstring property.
19528
19529 * image.el (defimage):
19530 * widget.el (define-widget):
19531 * custom.el (defface, defcustom): Add `doc-string' declaration.
19532
19533 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19534 (defadvice): Add `doc-string' declaration.
19535
19536 * emacs-lisp/byte-run.el (macro-declaration-function):
19537 Handle `doc-string' declarations.
19538 (define-obsolete-function-alias, define-obsolete-variable-alias):
19539 Add `doc-string' declaration.
19540
195412005-10-24 Kenichi Handa <handa@m17n.org>
19542
19543 * international/utf-7.el (utf-7): Add autoload cookie.
19544
19545 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19546
195472005-10-24 Eli Zaretskii <eliz@gnu.org>
19548
19549 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19550 list of directories passed to batch-update-autoloads. Add "." to
19551 the list of the echoed directories.
19552
19553 * pgg-def.el:
19554 * pgg-gpg.el:
19555 * pgg-parse.el:
19556 * pgg-pgp.el:
19557 * pgg-pgp5.el:
19558 * pgg.el: Moved here from the gnus subdirectory.
19559
195602005-10-24 Nick Roberts <nickrob@snap.net.nz>
19561
19562 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19563 in case comint-prompt-read-only is set to t.
19564
19565 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19566 in case comint-prompt-read-only is set to t.
19567
195682005-10-24 Ulf Jasper <ulf.jasper@web.de>
19569
19570 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19571 Now a string.
19572 (icalendar-import-format): Handle CLASS, STATUS, URL.
19573 Rename `subject' to `summary'.
19574 (icalendar-import-format-summary): Rename from
19575 `icalendar-import-format-subject'.
19576 (icalendar-import-format-url, icalendar-import-format-status)
19577 (icalendar-import-format-class): New variables.
19578 (icalendar--rris): Take variable argument list.
19579 (icalendar--datestring-to-isodate): Remove unnecessary
19580 calendar-style check when converting dates with explicit month names.
19581 (icalendar-export-region): Change return type of conversion
19582 subroutines. Bury current buffer unless error occurred.
19583 (icalendar--convert-to-ical)
19584 (icalendar--parse-summary-and-rest): New functions.
19585 (icalendar--convert-ordinary-to-ical)
19586 (icalendar--convert-weekly-to-ical)
19587 (icalendar--convert-yearly-to-ical)
19588 (icalendar--convert-block-to-ical)
19589 (icalendar--convert-cyclic-to-ical)
19590 (icalendar--convert-anniversary-to-ical): Change return type.
19591 Strip trailing blanks from subject.
19592 (icalendar--convert-sexp-to-ical): Change return type.
19593 Strip trailing blanks from subject. Handle simple sexp
19594 entries as generated by icalendar.el.
19595 (icalendar--convert-float-to-ical)
19596 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19597 (icalendar-import-file): Doc fix.
19598 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19599 Correct call to icalendar--rris.
19600 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
19601 `summary'.
19602 (icalendar--add-diary-entry): Rename `subject' to `summary'.
19603
196042005-10-24 Romain Francoise <romain@orebokech.com>
19605
19606 * server.el (server-sentinel): Set query-on-exit flag to nil on
19607 new client processes (it isn't inherited from the server process).
19608
19609 * replace.el (occur-engine): Rearrange text properties.
19610
196112005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19612
19613 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19614 case-fold-search is nil.
19615 (debug-help-follow): Use help-xref-interned directly.
19616
196172005-10-23 Chong Yidong <cyd@stupidchicken.com>
19618
19619 * thumbs.el (thumbs-image-type): Add .pbm.
19620
196212005-10-23 Richard M. Stallman <rms@gnu.org>
19622
19623 * faces.el (inhibit-face-set-after-frame-default): New variable.
19624 (set-face-attribute): Bind it.
19625 (face-set-after-frame-default): Test it.
19626
19627 * help-fns.el (describe-simplify-lib-file-name): New function.
19628 (describe-function-1, describe-variable): Use it.
19629
19630 * faces.el (describe-face): Use describe-simplify-lib-file-name.
19631
19632 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19633 Eliminate nil as possible value.
19634 (tooltip-hide-delay): Reduce internal-border-width.
19635
19636 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19637 (menu-bar-file-menu) <new-file>: Likewise.
19638
19639 * simple.el (line-move-finish): Ignore fields computing LINE-END.
19640
19641 * international/mule.el (load-with-code-conversion):
19642 Pass full file name to `eval-buffer' unless preloading.
19643
19644 * textmodes/flyspell.el (flyspell-large-region):
19645 Call ispell-check-version.
19646
19647 * textmodes/ispell.el (ispell-local-dictionary-overridden):
19648 Fix the make-variable-buffer-local call that was supposed
19649 to be for this variable.
19650 (ispell-aspell-supports-utf8): Doc fix.
19651 (ispell-find-aspell-dictionaries): Preserve elements of
19652 ispell-dictionary-alist for dictionaries that aspell doesn't report.
19653 (ispell-aspell-find-dictionary): Return nil on error.
19654
19655 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19656 (doctor-symptoms): Likewise.
19657
19658 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19659
196602005-10-23 Chong Yidong <cyd@stupidchicken.com>
19661
19662 * cus-edit.el (custom-button, custom-button-pressed): New vars.
19663 (custom-raised-buttons): Add :set spec.
19664 (custom-button-unraised, custom-button-pressed-unraised):
19665 New faces, so that custom-raised-buttons actually does something.
19666 (custom-mode): Use custom-button and custom-button-pressed.
19667
19668 * wid-edit.el (widget-specify-button): Don't ignore
19669 widget-mouse-face on graphic terminals.
19670 (widget-move-and-invoke): Cleanup.
19671
196722005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
19673
19674 * whitespace.el (whitespace-cleanup): Doc fix.
19675
196762005-10-23 Romain Francoise <romain@orebokech.com>
19677
19678 * emulation/viper.el (viper-set-hooks): Quote forms passed to
19679 `eval-after-load' to avoid evaluating their result.
19680
196812005-10-23 Michael Albinus <michael.albinus@gmx.de>
19682
19683 * files.el (directory-listing-before-filename-regexp):
19684 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
19685
19686 * dired.el (dired-move-to-filename-regexp): Remove.
19687 All occurences replaced by `directory-listing-before-filename-regexp'.
19688
19689 * dired-x.el, locate.el, vc.el:
19690 Replace `dired-move-to-filename-regexp' by
19691 `directory-listing-before-filename-regexp'. In vc.el it is
19692 overwritten locally; maybe this can be handled in files.el too.
19693
19694 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
19695 replaced by `directory-listing-before-filename-regexp'.
19696
196972005-10-23 Andreas Schwab <schwab@suse.de>
19698
19699 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19700 and eval-next-after-load.
19701
197022005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
19703
19704 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19705 exist, create it.
19706
197072005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
19708
19709 * allout.el: Remove autoloads for mailcrypt and crypt++.
19710 Require pgg, pgg-gpg during compilation.
19711 (allout-version): Increment version number to 2.1, and use a literal
19712 rather than RCS Id.
19713 (allout-default-encryption-scheme): Remove.
19714 (allout-passphrase-verifier-handling)
19715 (allout-passphrase-verifier-string)
19716 (allout-file-passphrase-verifier-string)
19717 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19718 (allout-passphrase-hint-handling): Rename and simplify.
19719 (allout-init): Use `find-file-hook' if available, otherwise
19720 `find-file-hooks'.
19721 (allout-mode): Use `write-file-functions' if available, otherwise
19722 `local-write-file-hooks' and, instead of making auto-save-hook
19723 buffer local, make the write-file-hook activity contingent to
19724 allout-mode.
19725 (allout-mode): Use key-binding substitution in the docstring.
19726 (allout-kill-line): Spell-out kill ring data structure mutation
19727 instead of using byte-compiler-complaint-provoking `pop'.
19728 (allout-insert-listified): Use `insert' rather than `insert-string'
19729 (allout-toggle-current-subtree-encryption): Update docstring, adjust
19730 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19731 (allout-encrypt-string): Totally revamped vis new underlying
19732 encryption facilities.
19733 (allout-mc-activate-passwd): Remove.
19734 (allout-obtain-passphrase): New, more or less replaces
19735 allout-mc-activate-passwd.
19736 (allout-encrypted-key-info): More or less replaces
19737 allout-encrypted-text-type.
19738 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19739 (my-mark-marker): Use `(featurep 'xemacs)'.
19740
197412005-10-23 Lars Hansen <larsh@soem.dk>
19742
19743 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19744 (byte-compile-file-form-defmumble, byte-compile-defun)
19745 (byte-compile-defmacro): Use it.
19746 (byte-compile-form): Don't call byte-compile-set-symbol-position
19747 when a byte-compile handler is called.
19748
197492005-10-22 Romain Francoise <romain@orebokech.com>
19750
19751 * savehist.el (savehist-history-variables): Add `grep-find-history'.
19752
19753 * subr.el (eval-after-load): Convert library name to an absolute
19754 file name using locate-library, since load-history no longer has
19755 library names in it.
19756
197572005-10-22 Richard M. Stallman <rms@gnu.org>
19758
19759 * files.el (make-temp-file): Move from subr.el.
19760 * subr.el (make-temp-file): Move to files.el.
19761
19762 * window.el (get-buffer-window-list): Move from subr.el.
19763 * subr.el (get-buffer-window-list): Move to window.el.
19764
19765 * image.el (image-load-path): Use eval-at-startup to initialize.
19766
19767 * subr.el (eval-at-startup): New macro.
19768
19769 * subr.el: Much rearrangement of functions and division
19770 into pages. No code changes.
19771
197722005-10-22 Kenichi Handa <handa@m17n.org>
19773
19774 * tar-mode.el (tar-extract): Be sure to call
19775 find-operation-coding-system if set-auto-coding doesn't find a
19776 coding system.
19777
197782005-10-22 Kim F. Storm <storm@cua.dk>
19779
19780 * image.el (image-type-header-regexps): Rename from image-type-regexps.
19781 Change users.
19782 (image-type-file-name-regexps): New defconst.
19783 (image-type-from-data): Simplify loop.
19784 (image-type-from-buffer): New defun.
19785 (image-type-from-file-header): Use it instead of image-type-from-data.
19786 Use image-search-load-path instead of only looking in data-directory.
19787 (image-type-from-file-name): New defun.
19788 (image-search-load-path): Change `pathname' to `filename'.
19789 Make PATH arg optional, default to image-load-path.
19790
197912005-10-21 Richard M. Stallman <rms@gnu.org>
19792
19793 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19794
19795 * textmodes/paragraphs.el (sentence-end-base): New variable.
19796 (sentence-end): Use sentence-end-base.
19797
197982005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19799
19800 * font-lock.el (font-lock-default-fontify-region): Check the multiline
19801 property independently from the font-lock-multiline variable.
19802
198032005-10-21 Richard M. Stallman <rms@gnu.org>
19804
19805 * emacs-lisp/find-func.el (find-library-name): Doc fix.
19806
19807 * startup.el (command-line): Convert library names
19808 in `load-history' to absolute file names.
19809
19810 * subr.el (symbol-file): Doc fix.
19811
19812 * loadhist.el (file-loadhist-lookup): Call locate-library
19813 instead of find-library-name. Don't try converting
19814 abs file names to library names, since load-history no longer
19815 has library names in it.
19816 (file-dependents, file-provides, file-requires): Doc fixes.
19817
198182005-10-21 Juri Linkov <juri@jurta.org>
19819
19820 * progmodes/etags.el (tags-table-mode): New function.
19821 (tags-verify-table): Replace initialize-new-tags-table with
19822 tags-table-mode.
19823
19824 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19825 default value.
19826 (desktop-modes-not-to-save): Add tags-table-mode to the
19827 default value.
19828
19829 * info.el (Info-index-next): Add total number of index
19830 alternatives to the message.
19831
19832 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19833 backward only space (instead of space and period) before looking
19834 at sentence end.
19835
19836 * simple.el (set-variable): Use user-variable-p instead of symbolp.
19837 Add the old variable value as 4th default-value arg of read-string.
19838
198392005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19840
19841 * cus-face.el (custom-declare-face): Make face from X resources
19842 also on Mac.
19843
19844 * disp-table.el (standard-display-g1, standard-display-graphic):
19845 Refuse to use string glyphs also on Mac.
19846 (standard-display-european): Don't set terminal coding system also
19847 on Mac.
19848
19849 * frame.el (display-screens): Use x-display-screens also on Mac.
19850
198512005-10-21 Romain Francoise <romain@orebokech.com>
19852
19853 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
19854
198552005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19856
19857 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
19858 and $? into sexps.
19859
19860 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
19861 warning face on open-paren-in-column-0.
19862
19863 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
19864 boundary case. Fix typo.
19865 Suggested by Martin Rudalics <rudalics@gmx.at>.
19866
198672005-10-21 Carsten Dominik <dominik@science.uva.nl>
19868
19869 * textmodes/org.el (org-combined-agenda-icalendar-file)
19870 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
19871 (org-export-icalendar-this-file)
19872 (org-export-icalendar-all-agenda-files)
19873 (org-export-icalendar-combine-agenda-files): New commands.
19874 (org-export-icalendar, org-print-icalendar-entries)
19875 (org-start-icalendar-file, org-finish-icalendar-file)
19876 (org-ical-ts-to-string): New functions.
19877 (org-read-date, org-goto-calendar)
19878 (org-agenda-goto-calendar): Inhibit displaying diary entries by
19879 call to `calendar'.
19880 (orgtbl-setup): Remove the :keys arguments from the menu description.
19881 (org-after-save-iCalendar-file-hook): New variable.
19882
198832005-10-21 Kenichi Handa <handa@m17n.org>
19884
19885 * language/vietnamese.el (tcvn-5712): Make it an alias of
19886 vietnamese-tcvn coding-system.
19887
198882005-10-20 Michael Albinus <michael.albinus@gmx.de>
19889
19890 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
19891 group id is given.
19892
198932005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19894
19895 * progmodes/sh-script.el (sh-escaped-line-re): New var.
19896 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
19897 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
19898 whose line is either continued or ends with a comment.
19899
199002005-10-20 Romain Francoise <romain@orebokech.com>
19901
19902 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
19903
19904 * replace.el (occur-engine): Add follow-link property.
19905
19906 * font-core.el (font-lock-mode): Doc fix.
19907
199082005-10-20 Richard M. Stallman <rms@gnu.org>
19909
19910 * net/rcirc.el: New file.
19911
199122005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
19913
19914 * term.el (term-term-name): Initialize to "eterm-color".
19915
199162005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
19917
19918 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
19919 for encryption functionality.
19920 Move allout customization subgroup from `editing' to `outlines' group.
19921 Fix commentary keywords to legitimate ones.
19922 Update author info (using my current email address, obscurified).
19923 (allout-encrypt-string, allout-encryption-produce-work-buffer)
19924 (allout-encrypted-topic-p, allout-encrypted-text-type)
19925 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
19926 (allout-situate-encryption-key-verifier)
19927 (allout-get-encryption-key-verifier, allout-verify-key)
19928 (allout-next-topic-pending-encryption)
19929 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
19930 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
19931 (outline-key-verifier-handling, outline-key-hint-handling)
19932 (outline-encrypt-unencrypted-on-saves): New defcustoms.
19933 (allout-file-key-verifier-string, allout-encryption-scheme)
19934 (allout-key-verifier-string, allout-key-hint-string)
19935 (allout-after-save-decrypt): New variables.
19936 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
19937 (allout-after-saves-handler): New hook functions.
19938 (allout-post-command-business): Do allout-after-save-decrypt.
19939 (allout-enable-file-variable-adjustment): Custom var to enable
19940 mechanism for adding and adjusting settings of Emacs file variables.
19941 (allout-adjust-file-variable, allout-file-vars-section-data):
19942 New functions, implement the mechanism.
19943 (outlineify-sticky): Use the file vars mechanism.
19944 (allout-inhibit-protection, allout-during-write-cue)
19945 (allout-override-protect, allout-before-change-protect): Remove.
19946 (allout-flag-region, allout-open-topic): Adjust read-only text.
19947 (allout-open-line-not-read-only): Add to facilitate read-only
19948 text based protection.
19949 (allout-kill-line): Revise to adjust read-only text, clue the
19950 user about the inhibition.
19951 (allout-unprotected): Use unwind-protect.
19952 (allout-shift-in, allout-shift-out): Disallow manually shifting a
19953 topic deeper than the offspring depth of the previous topic -
19954 avoiding confusing "containment discontinuities".
19955 (allout-reindent-bodies): Fix retention of body relative hanging
19956 indent during promotion of collapsed bodies.
19957 (allout-open-topic): Make it easy to open new topic with same
19958 bullet as current topic - topic creation functions provided with
19959 any universal argument provokes now prompt for bullet, defaulting
19960 to the bullet of the previous topic.
19961 (allout-plain-bullets-string, allout-distinctive-bullets-string):
19962 Plain bullet alternates `.' period and `,' comma only. All other
19963 bullets are relegated to special status (but customizable).
19964 (allout-end-of-entry): Rename from allout-end-of-current-entry
19965 since it actually operates w.r.t. most immediately containing
19966 entry, visible or not.
19967 (allout-hide-current-entry, allout-show-current-entry): Use the
19968 revised version.
19969 (allout-old-expose-topic): Solidify deprecation.
19970 (allout-end-of-subtree): Add so we can span concealed as well
19971 as visible topics.
19972 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
19973 (allout-end-of-current-heading): Tweak to just respect the first line.
19974 (allout-get-body-text): Add.
19975 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
19976 when invoked interactively.
19977 (allout-up-current-level): Use `interactive-p'.
19978 (allout-mode, allout-init): Miscellaneous docstring and
19979 operational refinements, as well as hookups of new encryption stuff.
19980 (allout-beginning-of-current-entry): Now works as advertised.
19981 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
19982 (allout-isearch-rectification): Refine condition for isearching.
19983 (allout-isearch-abort, allout-enwrap-isearch)
19984 (allout-flag-region, my-region-active-p): Relocate some macros.
19985 (allout-title): Fallback title is (buffer-name), not
19986 non-existing (current-buffer-name).
19987 (subst-char-in-string): Define if absent (for some XEmacs versions).
19988
199892005-10-20 Jari Aalto <jari.aalto@cante.net>
19990
19991 * mail/sendmail.el (mail-setup-hook, mail-aliases)
19992 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
19993 (mail-citation-prefix-regexp, mail-signature-file)
19994 (mail-default-headers, mail-bury-selects-summary)
19995 (mail-send-nonascii): Add autoload cookies.
19996
199972005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
19998
19999 * frame.el (blink-cursor-mode): Add `mac' to the list of
20000 window-system's that support blinking cursor.
20001
200022005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
20003
20004 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
20005
200062005-10-20 Eli Zaretskii <eliz@gnu.org>
20007
20008 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
20009 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
20010 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
20011
200122005-10-20 Kim F. Storm <storm@cua.dk>
20013
20014 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
20015 (ido-set-current-directory): Don't add / after final @.
20016 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
20017 Explicitly handle ange-ftp completion oddities.
20018 (ido-make-file-list): Don't rotate list at tramp root to avoid
20019 triggering tramp file handler for expand-file-name via get-file-buffer.
20020
200212005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
20022
20023 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
20024
200252005-10-19 Jay Belanger <belanger@truman.edu>
20026
20027 * calc/calc-units.el (math-standard-units): Add units, adjust
20028 symbols and update values.
20029 (math-unit-prefixes): Add more prefixes.
20030
200312005-10-19 Romain Francoise <romain@orebokech.com>
20032
20033 * bookmark.el (bookmark-menu-heading): New face.
20034 (bookmark-bmenu-list): Use it.
20035 Don't fiddle with `baud-rate' at top-level.
20036
200372005-10-18 Chong Yidong <cyd@stupidchicken.com>
20038
20039 * image.el (create-image, find-image): Mention max-image-size in
20040 docstring.
20041
200422005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20043
20044 * savehist.el (savehist-load): Revert to checking XEmacs.
20045
20046 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
20047 Various docstring and line-width fixups.
20048 (conf-mode): Use cond.
20049 Set font-lock-defaults. Don't set comment-use-syntax.
20050
200512005-10-18 David Ponce <david@dponce.com>
20052
20053 * tree-widget.el (tree-widget-button-click): New function.
20054 (tree-widget-button-keymap): Use it.
20055
200562005-10-18 Romain Francoise <romain@orebokech.com>
20057
20058 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20059 (bookmark-bmenu-hide-filenames): Add follow-link property.
20060 Improve help-echo text.
20061
20062 * ffap.el (find-file-at-point): Doc fix.
20063
200642005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20065
20066 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20067
200682005-10-18 Masatake YAMATO <jet@gyve.org>
20069
20070 Install to the CVS repository what I forgot to install in my
20071 2005-10-16 changes.
20072
20073 * progmodes/python.el (python-complete-symbol): Pass the common
20074 prefix substring of completion to `display-completion-list'.
20075
20076 * textmodes/org.el (org-complete): Ditto.
20077
200782005-10-18 Masatake YAMATO <jet@gyve.org>
20079
20080 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20081
20082 * woman.el (WoMan-xref-man-page): New button type derived
20083 from `Man-abstract-xref-man-page'.
20084 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20085
20086 * man.el (Man-abstract-xref-man-page): New button type.
20087 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20088 (Man-highlight-references): Add new optional argument `xref-man-type'.
20089
200902005-10-18 Nick Roberts <nickrob@snap.net.nz>
20091
20092 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20093
200942005-10-17 Chong Yidong <cyd@stupidchicken.com>
20095
20096 * cus-edit.el (Custom-move-and-invoke): Delete.
20097 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20098
20099 * wid-edit.el (widget-move-and-invoke): New function, from
20100 Custom-move-and-invoke.
20101
201022005-10-17 Bill Wohler <wohler@newt.com>
20103
20104 Move all remaining images from lisp/toolbar to etc/images, move
20105 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
20106 the low resolution images in their own directory (low-color).
20107
20108 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20109 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20110 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20111 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20112 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20113 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20114 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20115
20116 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20117 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20118 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20119 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20120 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20121 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20122 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20123 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20124 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20125 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20126 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20127 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20128 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20129 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20130 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20131
20132 To conform with convention, replace the underscore (_) in the
20133 following image names with dash (-) or (/) as appropriate.
20134
20135 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20136 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20137 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20138 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20139 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20140 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20141 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20142 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20143 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20144 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20145 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20146 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20147 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20148 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20149 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20150
20151 * info.el (info-tool-bar-map): Replace underscores in image names
20152 with dashes.
20153
20154 * makefile.w32-in (WINS): Remove toolbar.
20155
20156 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20157
20158 * tool-bar.el: Move to lisp from toolbar. Now that
20159 toolbar is empty, it should be deleted when folks run "cvs up -P".
20160
201612005-10-18 Jay Belanger <belanger@truman.edu>
20162
20163 * calc/calc-store.el (calc-store-into): Get the proper variable name
20164 to display in message.
20165
201662005-10-18 Nick Roberts <nickrob@snap.net.nz>
20167
20168 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20169 expressions display in speedbar for all buffers when debugging.
20170 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20171
20172 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20173 (speedbar-insert-button, speedbar-make-button):
20174 Use add-text-properties.
20175 (speedbar-update-localized-contents)
20176 (speedbar-update-directory-contents)
20177 (speedbar-update-special-contents): Use dolist.
20178 (speedbar-buffer-easymenu-definition): Add a menu separator.
20179
201802005-10-17 Jason Rumney <jasonr@gnu.org>
20181
20182 * makefile.w32-in: Use $(lisp) consistently.
20183 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20184 for shell specific generation of mh-autoloads.
20185
201862005-10-17 Richard M. Stallman <rms@gnu.org>
20187
20188 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20189
201902005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20191
20192 * jit-lock.el (jit-lock-fontify-now):
20193 Move jit-lock-context-unfontify-pos to avoid wasted work.
20194
201952005-10-17 Michael Albinus <michael.albinus@gmx.de>
20196
20197 * net/tramp.el (tramp-completion-mode): New defvar. Used in
20198 `tramp-completion-mode' for checking if we are in completion mode.
20199 (tramp-completion-handle-file-name-all-completions): Reorder code
20200 in order to complete for file names only in case there are no
20201 method/user/host completions. This is necessary for cooperation
20202 with ido. Reported by Kim F. Storm <storm@cua.dk>.
20203
202042005-10-16 Chong Yidong <cyd@stupidchicken.com>
20205
20206 * longlines.el (longlines-search-forward)
20207 (longlines-search-backward): Match any number of spaces.
20208
202092005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
20210
20211 * diff-mode.el (diff-mode): Doc fix.
20212
202132005-10-16 David Reitter <david.reitter@gmail.com>
20214
20215 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20216 as default on darwin and windows systems.
20217
202182005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
20219
20220 * arc-mode.el (archive-zip-extract): Doc fix.
20221
202222005-10-16 Romain Francoise <romain@orebokech.com>
20223
20224 * mouse.el (mouse-1-click-follows-link): Doc fix.
20225
202262005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20227
20228 * savehist.el: Don't require CL at runtime.
20229 (savehist-xemacs): Remove.
20230 (savehist-coding-system): Use utf-8 if present, regardless of religion.
20231 (savehist-no-conversion): Use (featurep 'xemacs).
20232 (savehist-load): Check existence of start-itimer rather than XEmacs.
20233 Use an idle timer.
20234 (savehist-process-for-saving): Replace use of CL funs `subseq' and
20235 `delete-if-not'.
20236
202372005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
20238
20239 * savehist.el: Newer version.
20240 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20241 (savehist-last-checksum, savehist-no-conversion): New vars.
20242 (savehist-autosave, savehist-process-for-saving, savehist-printable):
20243 New functions.
20244 (savehist-load, savehist-save): Use them.
20245 (savehist-delimit): Remove.
20246
202472005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20248
20249 * progmodes/compile.el (compilation-goto-locus): Display the
20250 compilation buffer first and the source buffer second, in case they're
20251 in overlapping frames. Don't raise the compilation frame if it was the
20252 selected window upon entry. Pass the `other-window' arg to
20253 pop-to-buffer.
20254
20255 * info.el (Info-fontify-node): Use dolist.
20256 Change add-text-properties to put-text-property.
20257
202582005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20259
20260 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20261 bound of search.
20262
202632005-10-16 Masatake YAMATO <jet@gyve.org>
20264
20265 * dabbrev.el (dabbrev-completion): Pass the common
20266 prefix substring of completion to `display-completion-list'.
20267
20268 * filecache.el (file-cache-minibuffer-complete)
20269 (file-cache-complete): Ditto.
20270
20271 * tempo.el (tempo-display-completions): Ditto.
20272
20273 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20274
20275 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20276
20277 * eshell/em-hist.el (eshell-list-history): Ditto.
20278
20279 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20280
20281 * mail/mailalias.el (mail-complete): Ditto.
20282
20283 * progmodes/etags.el (complete-tag): Ditto.
20284
20285 * progmodes/make-mode.el (makefile-complete): Ditto.
20286
20287 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20288
20289 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20290
20291 * progmodes/pascal.el (pascal-complete-word)
20292 (pascal-show-completions): Ditto.
20293
20294 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20295
20296 * simple.el (completion-common-substring): New variable.
20297 (completion-setup-function): Use `completion-common-substring'
20298 to put faces.
20299
203002005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20301
20302 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20303 (x-get-selection, mac-select-convert-to-string): Convert from/to
20304 UTF-16 clipboard data as in native byte order, no BOM.
20305
203062005-10-16 Nick Roberts <nickrob@snap.net.nz>
20307
20308 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20309 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20310 (gud-sentinel): Use speedbar-frame to check for speedbar.
20311
203122005-10-15 Richard M. Stallman <rms@gnu.org>
20313
20314 * savehist.el: New file.
20315
203162005-10-14 Karl Chen <quarl@cs.berkeley.edu>
20317
20318 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20319 Fix bug in \bf fontification.
20320
203212005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
20322
20323 * pcvs.el (cvs-edit-log-files): New var.
20324 (cvs-mode-edit-log): New arg `file'.
20325 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20326 Instead force the use of the original file and nothing else.
20327 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20328 the cvs-minor-wrap-function is set.
20329 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20330
203312005-10-14 Bill Wohler <wohler@newt.com>
20332
20333 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20334 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20335 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20336 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20337 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20338 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20339 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20340 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20341 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20342 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20343 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20344 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20345 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20346 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20347 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20348
20349 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20350 appropriately (for example, gud-break to gud/break).
20351
203522005-10-14 Chong Yidong <cyd@stupidchicken.com>
20353
20354 * longlines.el (longlinges-search-function)
20355 (longlines-search-forward, longlines-search-backward): New functions.
20356 (longlines-mode): Set isearch-search-fun-function to
20357 longlinges-search-function.
20358
20359 * mouse.el (mouse-drag-region-1): Handle the case where a
20360 double-click event is bound to an arbitrary function.
20361
203622005-10-14 David Ponce <david@dponce.com>
20363
20364 * recentf.el (recentf-track-opened-file)
20365 (recentf-track-closed-file, recentf-update-menu)
20366 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20367 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20368 mouse-1-click-follows-link.
20369
203702005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20371
20372 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20373 Gnome file-manager.png. Suggested by
20374 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20375
20376 * toolbar/README: Add diropen.xpm.
20377
203782005-10-13 Bill Wohler <wohler@newt.com>
20379
20380 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20381 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
20382
203832005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20384
20385 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20386 Don't waste the byte-compiler's time on constant data.
20387
203882005-10-13 Kenichi Handa <handa@m17n.org>
20389
20390 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20391 byte with `escape-glyph' face.
20392
20393 * international/fontset.el (ccl-encode-unicode-font):
20394 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20395 Handle the case that ucs-mule-to-mule-unicode translates a character to
20396 ASCII (usually for IPA characters).
20397
203982005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20399
20400 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20401 Don't hide the underline of titles if font-lock-mode is disabled.
20402
204032005-10-12 Bill Wohler <wohler@newt.com>
20404
20405 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
20406 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20407 files in MH-E-SRC have been updated.
20408 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20409
204102005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20411
20412 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20413 (mixal-mode-syntax-table): Add \n as end-comment.
20414 (mixal-operation-codes-alist): Immediately initialize to full value.
20415 (mixal-add-operation-code): Remove.
20416 (mixal-describe-operation-code): Make the arg non-optional.
20417 Use the interactive spec instead.
20418 Use mixal-operation-codes-alist rather than mixal-operation-codes.
20419 (mixal-font-lock-keywords): Don't highlight comments here any more.
20420 (mixal-font-lock-syntactic-keywords): New var.
20421 (mixal-mode): Use it. Fix comment-start-skip.
20422
204232005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20424
20425 * startup.el (command-line-x-option-alist): -nb => -nbi
20426
204272005-10-12 Kim F. Storm <storm@cua.dk>
20428
20429 * startup.el (fancy-splash-default-action): Discard mouse click in
20430 the splash screen window, as it has no sensible meaning in the
20431 next window to be selected. Fixes error reported by Jan D.
20432
204332005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20434
20435 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20436
204372005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20438
20439 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20440 Try to fix up minor layout issues like indentation, line break, etc...
20441 (mixal-mode-syntax-table): Don't try to specify comment syntax,
20442 because it doesn't work.
20443 (mixal-operation-codes): Add some more codes.
20444 (mixal-font-lock-keywords): Process comments here.
20445 (mixal-mode): mixasm no longer needs -g option.
20446
204472005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
20448
20449 * progmodes/sh-script.el (sh-tmp-file):
20450 Use mktemp -t. Finish support for es and rc shells.
20451
204522005-10-11 Jay Belanger <belanger@truman.edu>
20453
20454 * calc/calcalg2.el (calc-integral): With an argument, compute the
20455 definite integral.
20456
204572005-10-11 Chong Yidong <cyd@stupidchicken.com>
20458
20459 * mouse.el (mouse-drag-region-1): Don't try to catch a
20460 double-click when doing follow-link (it's overridden anyway).
20461
204622005-10-11 Juanma Barranquero <lekktu@gmail.com>
20463
20464 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20465 (autoload-print-form-outbuf): Add docstring.
20466
204672005-10-11 Juri Linkov <juri@jurta.org>
20468
20469 * info.el (Info-mode-menu): Delete menu item "Edit".
20470 (Info-mode): Delete description of Info-edit from docstring,
20471 and rearrange descriptions of Info commands in the order
20472 they are documented in the Info manual.
20473
204742005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20475
20476 * calendar/appt.el (appt-check): Use diary-selective-display var.
20477
204782005-10-10 Richard M. Stallman <rms@gnu.org>
20479
20480 * net/newsticker.el (newsticker-start, newsticker-show-news):
20481 Add autoload cookies.
20482
204832005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
20484
20485 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20486
204872005-10-10 Karl Chen <quarl@cs.berkeley.edu>
20488
20489 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20490
204912005-10-10 Jay Belanger <belanger@truman.edu>
20492
20493 * calc/calc-arith.el (math-check-known-scalarp)
20494 (math-check-known-matrixp): Check the values of arguments that are
20495 variables.
20496 (math-check-known-square-matrixp): New function.
20497 (math-known-square-matrixp): Use math-check-known-square-matrixp.
20498 (math-super-types): Add sqmatrix type.
20499
20500 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20501 mode name `square' to `sqmatrix'.
20502
20503 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20504 mode name `square' to `sqmatrix'.
20505
205062005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20507
20508 * progmodes/etags.el (select-tags-table-mode): Don't use
20509 selective-display.
20510 (tags-select-tags-table): Pass `button' to the action function.
20511 (select-tags-table): Place the side-info on button properties rather
20512 than in hidden text. Abbreviate file names.
20513 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20514 (select-tags-table-select): Add `button' argument.
20515 Get side-info from the button property rather than from hidden text.
20516
205172005-10-11 Nick Roberts <nickrob@snap.net.nz>
20518
20519 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20520 (gud-speedbar-buttons): Preserve point if possible.
20521 (gud-sentinel): Restore previous speedbar display type.
20522
20523 * progmodes/gdb-ui.el (gdba): Improve diagram.
20524 (def-gdb-auto-update-handler, gdb-info-locals-handler)
20525 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20526 Call get-buffer-window once.
20527
205282005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20529
20530 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20531 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20532 (pascal-indent-command): Remove unused var `ind'.
20533 (pascal-indent-case): Remove unused var `oldpos'.
20534 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20535 since it's now used as a proper minor mode map.
20536 (pascal-outline): Rename to pascal-outline-mode.
20537 (pascal-outline-mode): Use define-minor-mode.
20538 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20539 selective-display.
20540
205412005-10-10 Andreas Schwab <schwab@suse.de>
20542
20543 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20544 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
20545
20546 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20547 outside source directory.
20548
205492005-10-10 Carsten Dominik <dominik@science.uva.nl>
20550
20551 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20552 C-x' as a prefix.
20553 (orgtbl-mode-map): Full keymap instead of sparse, because all
20554 `self-insert-command' keys are redefined in this map.
20555 (org-export-as-html): Specify charset for HTML file, by taking it
20556 from the coding system.
20557
205582005-10-10 Kenichi Handa <handa@m17n.org>
20559
20560 * textmodes/flyspell.el (flyspell-check-word-p):
20561 If unread-command-events is non-empty, don't call sit-for.
20562
205632005-10-09 Richard M. Stallman <rms@gnu.org>
20564
20565 * font-lock.el (font-lock-syntactic-keywords)
20566 (font-lock-keywords): Doc fixes.
20567
20568 * textmodes/flyspell.el (flyspell-external-point-words):
20569 Simplify logic, and don't try to check for consecutive appearances
20570 of one incorrect word.
20571
205722005-10-10 Nick Roberts <nickrob@snap.net.nz>
20573
20574 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20575 separator.
20576
20577 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20578 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20579 (gud-expansion-speedbar-buttons): New function.
20580 (gud-speedbar-buttons): Check for gud-comint-buffer.
20581
205822005-10-09 Bill Wohler <wohler@newt.com>
20583
20584 * Makefile.in (updates): Add mh-loaddefs dependency.
20585
205862005-10-09 Chong Yidong <cyd@stupidchicken.com>
20587
20588 * speedbar.el (speedbar-file-key-map): Fix typo.
20589
205902005-10-09 Daniel Brockman <daniel@brockman.se>
20591
20592 * cus-start.el (line-spacing): Add custom spec.
20593
205942005-10-09 Romain Francoise <romain@orebokech.com>
20595
20596 * textmodes/ispell.el (ispell-check-version): Fix last change.
20597
205982005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20599
20600 * term/x-win.el: Remove -i, --icon-type from comment.
20601
20602 * startup.el (command-line-x-option-alist): Remove options -i,
20603 -itype, --icon-type, added -nb, --no-bitmap-icon
20604
206052005-10-09 Nick Roberts <nickrob@snap.net.nz>
20606
20607 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20608 instead of :active.
20609
206102005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
20611
20612 * textmodes/ispell.el (ispell-check-version):
20613 Ignore hyphen, and all that follows, in aspell's version text.
20614
206152005-10-08 Jay Belanger <belanger@truman.edu>
20616
20617 * calc/calc-arith.el (math-known-square-matrixp): New function.
20618 (math-pow-fancy): Check for matrices before distributing exponent
20619 across products.
20620
20621 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20622 fullscreen keypad. Suggested by Luc Teirlinck.
20623 (calc-keypad-show-input): Add space for formatting.
20624
20625 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20626 Add square matrix option.
20627
20628 * calc/calc-poly.el (math-expand-term): Check for matrices instead
20629 of checking calc-matrix-mode when deciding how to expand.
20630
20631 * calc/calc.el (calc-set-mode-line): Add square matrix option.
20632
206332005-10-08 Lars Hansen <larsh@soem.dk>
20634
20635 * net/tramp.el (tramp-perl-directory-files-and-attributes):
20636 Add error handling.
20637 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20638
206392005-10-08 Michael Albinus <michael.albinus@gmx.de>
20640
20641 Sync with Tramp 2.0.51.
20642
20643 * net/tramp.el (tramp-handle-set-visited-file-modtime)
20644 (tramp-handle-insert-file-contents, tramp-handle-write-region):
20645 Insert special handling for `last-coding-system-used', again
20646 it still seems to be necessary (unlike stated before).
20647 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20648 (tramp-password-prompt-regexp): There might be other words before
20649 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20650 (tramp-chunksize): Improve docstring.
20651 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20652 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
20653 Christian Joergensen <bugs@razor.dk>.
20654
206552005-10-07 Glenn Morris <rgm@gnu.org>
20656
20657 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20658 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20659 precision'.
20660
206612005-10-07 Romain Francoise <romain@orebokech.com>
20662
20663 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20664 (ibuffer-do-shell-command-pipe-replace)
20665 (ibuffer-do-shell-command-file, ibuffer-do-eval)
20666 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20667 (ibuffer-do-revert, ibuffer-do-replace-regexp)
20668 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20669 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20670 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20671 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20672 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20673 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20674 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20675 Autoload file sans suffix.
20676
20677 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20678
206792005-10-07 David Ponce <david@dponce.com>
20680
20681 * recentf.el (recentf-menu-open-all-flag): New option.
20682 (recentf-digit-shortcut-command-name): New function.
20683 (recentf--shortcuts-keymap): New variable.
20684 (recentf-menu-shortcuts): New variable.
20685 (recentf-make-menu-items): Initialize it. Replace the "More..."
20686 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20687 (recentf-menu-value-shortcut): New function.
20688 (recentf-make-menu-item): Use it. No more in-lined.
20689 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20690 (recentf-open-most-recent-file): Rename from
20691 `recentf-open-file-with-key'. Don't depend on key binding.
20692 (recentf-mode-map): New variable.
20693 (recentf-mode): Use it.
20694
206952005-10-06 Bill Wohler <wohler@newt.com>
20696
20697 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
20698
20699 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20700 (MH-E-SRC): New. Used by mh-autoloads.
20701 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20702 files in MH-E-SRC have been updated.
20703 (compile, recompile, bootstrap): Depend on mh-autoloads.
20704
207052005-10-07 Nick Roberts <nickrob@snap.net.nz>
20706
20707 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20708 gud-break and gud-remove icons when the fringe is not available.
20709
20710 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20711 Typo.
20712
4fc9bd56 207132005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
6fee106e
KS
20714
20715 * play/zone.el (zone): Wrap body with save-window-excursion.
20716
207172005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
20718
20719 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20720 Use the new `list-only' arg to diary-list-entries.
20721
20722 * calendar/diary-lib.el: Use overlays rather than selective-display.
20723 (diary-selective-display): New var.
20724 (diary-header-line-format): Use it.
20725 (diary-list-entries): Add argument `list-only'.
20726 Put the buffer in diary-mode. Don't add \^M at beg and end.
20727 Replace \^M by invisible overlays.
20728 (diary-unhide-everything): Replace \^M by invisible overlays.
20729 (print-diary-entries): Look for overlays rather than \^M.
20730 Add a space to the temp buffer name.
20731 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20732 Put the buffer in diary-mode.
20733 (list-sexp-diary-entries): Replace \^M by invisible overlays.
20734 (diary-anniversary): Make the year arg optional.
20735 (diary-time-regexp): New const.
20736 (diary-font-lock-keywords): Use it to accept a few more time formats.
20737
20738 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20739
207402005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
20741
20742 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20743 Fix bug introduced 2005-07-03: Use (car (last ...))
20744 to faithfully reproduce replaced artist-last.
20745 (artist-set-arrow-points-for-poly): Likewise.
20746 Suggested by Johan Bockg\e,Ae\e(Brd.
20747
207482005-10-06 Juanma Barranquero <lekktu@gmail.com>
20749
20750 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20751 * wid-edit.el (widget):
20752 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20753 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20754
207552005-10-06 Kenichi Handa <handa@m17n.org>
20756
20757 * international/mule-cmds.el (set-language-environment):
20758 Fix setting up of case-table for unibyte mode.
20759
20760 * simple.el (what-cursor-position): If the character is displayed
20761 by some `display' text property, show that. Don't use
20762 single-key-description for eight-bit characters in multibyte mode.
20763
207642005-10-06 Nick Roberts <nickrob@snap.net.nz>
20765
20766 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20767 (gdb-ann3): Set it.
20768 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20769 (gdb-info-frames-custom): Use inverse-video for first five
20770 characters of selected frame only.
20771 (gdb-get-frame-number): Select frame even when point is on frame
20772 number.
20773
207742005-10-06 Masatake YAMATO <jet@gyve.org>
20775
20776 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20777 Put `font-lock-function-name-face'.
20778 (gdb-info-frames-custom): Put `font-lock-function-name-face'
20779 and `font-lock-variable-name-face'
20780 (gdb-registers-font-lock-keywords): New font lock keywords definition.
20781 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20782 (gdb-memory-font-lock-keywords): New font lock keywords definition.
20783 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20784 (gdb-local-font-lock-keywords): New font lock keywords definition.
20785 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20786 (gdb-threads-font-lock-keywords): New font lock keywords definition.
20787 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20788
207892005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
20790
20791 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20792 (ediff-merge-region-is-non-clash-to-skip): Previously called
20793 ediff-merge-region-is-non-clash.
20794
20795 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20796 Use insert-buffer-substring.
20797
20798 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20799 selecting files to patch. Also bug fixes.
20800
20801 * ediff-util.el (ediff-setup): Bug fix.
20802 (ediff-next-difference): Never skip clashes that differ in white
20803 space only.
20804
20805 * ediff-wind.el (ediff-setup-control-frame)
20806 (ediff-destroy-control-frame): Check the menubar feature.
20807
20808 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20809 (viper-refresh-mode-line): Use make-local-variable to localize
20810 some vars instead of make-variable-buffer-local. Suggested by
20811 Stefan Monnier.
20812
20813 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20814 (viper-restore-cursor-type, viper-set-insert-cursor-type):
20815 Use make-local-variable instead of make-variable-buffer-local.
20816 Suggested by Stefan Monnier.
20817
20818 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20819 (viper-comint-mode-hook): Use make-local-variable on
20820 require-final-newline.
20821 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20822
208232005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20824
20825 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20826 also the second char of a comment-start sequence.
20827 (scheme-sexp-comment-syntax-table): New var.
20828 (lambda, define): Set their scheme-doc-string-elt property.
20829 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20830 Use lisp-font-lock-syntactic-face-function now that it properly
20831 handles |...| symbols.
20832 (scheme-mode-variables): Set lisp-doc-string-elt-property,
20833 parse-sexp-lookup-properties and font-lock-extra-managed-props.
20834
20835 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20836 bit from # to |.
20837 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20838
20839 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20840 (lisp-doc-string-elt-property): New var.
20841 (lisp-font-lock-syntactic-face-function): Use it.
20842 Rewrite to recognize docstrings even for forms not at toplevel.
20843
20844 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20845 annotation on the | part of #| rather than on the # part.
20846 (scheme-font-lock-syntactic-face-function): New function, to
20847 distinguish strings from |...| symbols.
20848 (scheme-mode-variables): Use it. Also fix up the font-lock-time
20849 syntax-table so that #|...|# is properly highlighted.
20850
20851 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20852 Don't mark as docstring the 3rd elem of an unknown toplevel form.
20853
208542005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
20855
20856 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
20857 and C-e.
20858
20859 * emacs-lisp/eldoc.el: Move comments into docstrings.
20860 (eldoc-message-commands): Initialize in its declaration.
20861 Add move-beginning-of-line and move-end-of-line.
20862 (eldoc-add-command, eldoc-add-command-completions)
20863 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
20864
20865 * outline.el (outline-mark-subtree): Activate the mark.
20866
20867 * calendar/appt.el (appt-time-regexp): New var.
20868 (appt-add, appt-make-list): Use it.
20869 (appt-convert-time): Clean up.
20870
20871 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
20872 Don't set any syntax-table property here.
20873 (tex-font-lock-verb): New function. Do it here.
20874 (tex-font-lock-syntactic-keywords): Use it.
20875
208762005-10-04 Richard M. Stallman <rms@gnu.org>
20877
20878 * wid-edit.el (widget-file-complete): Get the widget start point
20879 the right way. Default directory to `/' if file has none.
20880
20881 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
20882
20883 * textmodes/flyspell.el (flyspell-mode-on):
20884 Call ispell-maybe-find-aspell-dictionaries.
20885
20886 * textmodes/ispell.el (ispell-word, ispell-region):
20887 Call ispell-maybe-find-aspell-dictionaries.
20888 (ispell-accept-buffer-local-defs):
20889 Don't call ispell-maybe-find-aspell-dictionaries
20890
208912005-10-04 Richard M. Stallman <rms@gnu.org>
20892
20893 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
20894
208952005-10-04 Emilio C. Lopes <eclig@gmx.net>
20896
20897 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
20898 instead of `fboundp' in order to allow for anonymous functions.
20899
209002005-10-04 Chong Yidong <cyd@stupidchicken.com>
20901
20902 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
20903 case the user clicks on the link while another window is selected.
20904 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
20905
20906 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
20907 functionality.
20908 (dframe-help-echo): Save point in case mouse tracking is off.
20909
209102005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
20911
20912 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
20913
209142005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20915
20916 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
20917 not change the global value of those vars.
20918
20919 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
20920 make-local-variable which we do not need any more.
20921
209222005-10-03 Chong Yidong <cyd@stupidchicken.com>
20923
20924 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
20925 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
20926 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
20927 (speedbar-path-line): Define obsolete aliases.
20928 (speedbar-line-directory): Doc fix.
20929
20930 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
20931 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
20932 instead of speedbar-line-path.
20933
209342005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20935
20936 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
20937 to nil if dropping on a window. Handle dropping on a minibuffer window
20938 like dropping on a non-window part of Emacs.
20939
209402005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20941
20942 * net/ange-ftp.el: Use with-current-buffer.
20943 (ange-ftp-insert-directory): Do not follow symlinks any more.
20944
20945 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
20946 Remove interactive spec.
20947
209482005-10-03 Kim F. Storm <storm@cua.dk>
20949
20950 * ido.el (ido-mode): Use custom-initialize-set.
20951
209522005-10-02 Richard M. Stallman <rms@gnu.org>
20953
20954 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
20955 Use insert-buffer-substring.
20956
20957 * net/tramp.el: Pacify byte compiler warnings in pacification code.
20958 (tramp-handle-file-local-copy): Use insert-buffer-substring.
20959
209602005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20961
20962 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
20963 in last change.
20964 (ange-ftp-insert-directory): Fix up the search for the case where
20965 `file' is absolute.
20966
209672005-10-02 Romain Francoise <romain@orebokech.com>
20968
20969 * progmodes/compile.el (compile-goto-error): Delete extra paren.
20970
209712005-10-02 Andreas Schwab <schwab@suse.de>
20972
20973 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
20974 directory component in the session info.
20975
209762005-10-01 Richard M. Stallman <rms@gnu.org>
20977
20978 * comint.el (comint-redirect-subvert-readonly): Doc fix.
20979
20980 * simple.el (next-error-internal): New function.
20981
20982 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
20983 (compilation-start): Pass new arg to compilation-buffer-name.
20984 (compile-goto-error): Use next-error-internal.
20985
209862005-10-01 Chong Yidong <cyd@stupidchicken.com>
20987
20988 * speedbar.el: Remove RCS tag.
20989 (speedbar-check-read-only): Handle non-existent files.
20990
20991 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
20992
20993 * info.el (Info-speedbar-hierarchy-buttons)
20994 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
20995
209962005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20997
20998 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
20999 Do not match newline.
21000 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
21001 (bibtex-summary): Remove unnecessary save-excursion.
21002 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
21003
210042005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21005
21006 * term/mac-win.el: Add charset info for "iso10646-1".
21007 Modify default fontset to use ATSUI-compatible fonts for some charsets
21008 if available.
21009
210102005-10-01 Chong Yidong <cyd@stupidchicken.com>
21011
21012 * speedbar.el: Re-apply arch tag.
21013 (speedbar-version): Rename to version 1.0. Suggested by Eric
21014 M. Ludlam.
21015 Reapply two changes from Emacs CVS' version of speedbar lost
21016 during the merge:
21017 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
21018 (speedbar-frame-parameters): Improve customize type.
21019
210202005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
21021
21022 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
21023 (ange-ftp-file-directory-p): Fix the symlink case.
21024 (ange-ftp-insert-directory): When listing a single file, get a list of
21025 the parent buffer and extract the relevant line. Inspired from a patch
21026 by Katsumi Yamaoka <yamaoka@jpl.org>.
21027 (ange-ftp-file-name-sans-versions): Simplify.
21028
210292005-09-30 Bill Wohler <wohler@newt.com>
21030
21031 Move MH-E image files from toolbar and mail directories into
21032 etc/images.
21033
21034 * mail/reply2.*: Move to etc/images/mail/reply*.
21035
21036 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
21037 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
21038 etc/images.
21039
21040 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
21041 * toolbar/reply*: Move to etc/images/mail.
21042
21043 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
21044
210452005-09-30 Eric M. Ludlam <zappo@gnu.org>
21046
21047 * speedbar.el: New version 1.0pre3.
21048
21049 Frame management code (including timer, and mouse click specifics)
21050 moved to dframe.el:
21051 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
21052 (speedbar-timer): Removed. Use dframe-timer.
21053 (speedbar-close-frame): Removed. Use dframe-close-frame.
21054 (speedbar-activity-change-focus-flag): Removed. Use
21055 dframe-activity-change-focus-flag.
21056 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
21057 dframe-update-speed.
21058
21059 (speedbar-current-frame): New macro. Use this instead of the
21060 variable speedbar-frame.
21061
21062 (speedbar-use-images, speedbar-expand-image-button-alist)
21063 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21064
21065 (speedbar-find-image-on-load-path): Removed. Replaced by
21066 defezimage in ezimage.el.
21067 (speedbar-expand-image-button-alist): Removed. Replaced by
21068 ezimage-expand-image-button-alist in ezimage.el.
21069
21070 (speedbar-ignored-directory-regexp)
21071 (speedbar-add-ignored-directory-regexp)
21072 (speedbar-ignored-directory-expressions)
21073 (speedbar-line-directory, speedbar-buffers-line-directory)
21074 (speedbar-directory-line, speedbar-buffers-line-directory):
21075 Renamed, replacing `path' with `directory'.
21076
21077 (speedbar-create-directory, speedbar-expand-line-descendants)
21078 (speedbar-toggle-line-expansion)
21079 (speedbar-contract-line-descendants): New commands.
21080
21081 (speedbar-query-confirmation-method, speedbar-select-frame-method)
21082 (speedbar-use-tool-tips-flag): New options.
21083
21084 (speedbar-check-read-only, speedbar-require-version)
21085 (speedbar-insert-separator, speedbar-buffers-tail-notes)
21086 (speedbar-handle-delete-frame, speedbar-try-completion)
21087 (speedbar-update-localized-contents): New functions.
21088
21089 (speedbar-incompatible-version, speedbar-ro-to-do-point)
21090 (speedbar-object-read-only-indicator): New variables.
21091
21092 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21093 New hooks.
21094
21095 (speedbar-separator-face): New face.
21096
21097 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21098 (speedbar-ignored-modes): Add fundamental-mode.
21099 (speedbar-directory-unshown-regexp): Add . directories.
21100
21101 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21102 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21103 `]' for full expand/close.
21104 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21105
21106 (speedbar-check-vc): Support hidden files.
21107 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21108 (speedbar-this-file-in-vc): Use vc-state if available. If VC
21109 state is nil, it is not checked out.
21110
21111 (speedbar-line-text, speedbar-line-token): Support expand buttons
21112 with no text.
21113 (speedbar-refresh): Universal argument acts as power-click.
21114 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21115 that buffer to get variable values.
21116
21117 And many other bugfixes.
21118
21119 * dframe.el, ezimage.el, sb-image.el: New files.
21120
21121 * sb-*.xpm: Remove files. New image files installed into
21122 etc/images/ezimage.
21123
211242005-09-30 Kenichi Handa <handa@m17n.org>
21125
21126 * ps-mule.el (ps-mule-show-warning): If a character is in
21127 ps-print-translation-table, don't treat it as non-printable.
21128
211292005-09-30 David Ponce <david@dponce.com>
21130
21131 * tree-widget.el (tree-widget-themes-load-path): New variable.
21132 (tree-widget-themes-directory): Doc fix.
21133 (tree-widget-image-formats) [Emacs]: Doc fix.
21134 (tree-widget--locate-sub-directory): New function.
21135 (tree-widget-themes-directory): Use it.
21136
21137 * recentf.el (recentf-filename-handlers): Rename from
21138 `recentf-filename-handler'. Allow a list of functions.
21139 (recentf-menu-items-for-commands): Fix :help strings.
21140 (recentf-apply-filename-handlers): New function.
21141 (recentf-expand-file-name): Use it.
21142 (recentf-cleanup): Remove duplicates too.
21143
211442005-09-29 Juri Linkov <juri@jurta.org>
21145
21146 * faces.el: Rearrange face definitions to be in the same order as
21147 their face descriptions in "(emacs)Standard Faces".
21148
21149 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21150
21151 * tooltip.el (tooltip): Add group `basic-faces'.
21152
21153 * buff-menu.el (Buffer-menu-buffer): Remove group
21154 `font-lock-highlighting-faces'.
21155
21156 * progmodes/compile.el (compilation-error, compilation-warning)
21157 (compilation-info, compilation-line-number, compilation-column-number):
21158 Change group from `font-lock-highlighting-faces' to `compilation'.
21159
21160 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21161 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21162 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21163 (vhdl-font-lock-reserved-words-face)
21164 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21165 `font-lock-highlighting-faces'.
21166
21167 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21168
211692005-09-28 Kim F. Storm <storm@cua.dk>
21170
21171 * emulation/cua-base.el: Set CUA move property on additional commands:
21172 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21173 forward-sexp, backward-sexp, forward-list, backward-list.
21174
211752005-09-28 Romain Francoise <romain@orebokech.com>
21176
21177 * comint.el (comint-show-output): Really set point at the
21178 beginning of the output when not using `comint-use-prompt-regexp'.
21179
211802005-09-27 Jay Belanger <belanger@truman.edu>
21181
21182 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21183 in TeX mode.
21184
211852005-09-26 Juanma Barranquero <lekktu@gmail.com>
21186
21187 * textmodes/org.el (org-table-sum): Fix format string.
21188
21189 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21190 Quote face names.
21191
211922005-09-26 Romain Francoise <romain@orebokech.com>
21193
21194 * isearch.el (isearch-forward-regexp): Close doc string.
21195
211962005-09-25 Richard M. Stallman <rms@gnu.org>
21197
21198 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21199
21200 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21201
21202 * progmodes/compile.el (compilation-error-properties):
21203 When getting the file from the previous error message,
21204 correctly decode the new data format.
21205
21206 * progmodes/cc-cmds.el (c-electric-paren):
21207 Call old-blink-paren only for close-paren.
21208
212092005-09-24 Andreas Schwab <schwab@suse.de>
21210
21211 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21212 condition.
21213
212142005-09-25 Romain Francoise <romain@orebokech.com>
21215
21216 * dired-aux.el (dired-copy-file-recursive):
21217 * dired.el (dired-delete-file):
21218 * ediff-mult.el (ediff-dir-diff-copy-file):
21219 * ediff-util.el (ediff-test-save-region):
21220 * forms.el (forms-mode):
21221 * ido.el (ido-file-internal, ido-delete-file-at-head):
21222 * log-edit.el (log-edit-done):
21223 * ses.el (ses-yank-resize):
21224 * play/gomoku.el (gomoku-human-plays, gomoku)
21225 (gomoku-human-resigns, gomoku-prompt-for-other-game)
21226 (gomoku-offer-a-draw):
21227 * play/landmark.el (lm-human-resigns, lm):
21228 * net/eudcb-ldap.el (eudc-ldap-check-base):
21229 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21230 * progmodes/ebrowse.el (ebrowse-find-pattern):
21231 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21232 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21233 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21234
21235 * vc.el (vc-delete-file):
21236 * play/gomoku.el (gomoku-terminate-game, gomoku)
21237 (gomoku-prompt-for-move, gomoku-human-takes-back):
21238 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21239 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21240
212412005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
21242
21243 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21244 color rxvt terminals by using the code xterm.el used to use before
21245 2005-04-09 in order to match the colors used by rxvt.
21246
212472005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21248
21249 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21250 colors rxvt-unicode terminals by using the same code as xterm.el.
21251
212522005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
21253
21254 * textmodes/tex-mode.el (tex-font-lock-append-prop)
21255 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21256 new symbol used for the tex-verbatim face.
21257
212582005-09-24 Emilio C. Lopes <eclig@gmx.net>
21259
21260 * woman.el (woman-file-name):
21261 * wid-edit.el (widget-file-prompt-value)
21262 (widget-coding-system-prompt-value):
21263 * w32-fns.el (set-w32-system-coding-system):
21264 * vc.el (vc-version-diff, vc-annotate):
21265 * textmodes/reftex-auc.el (reftex-arg-cite)
21266 (reftex-arg-index-tag):
21267 * textmodes/refer.el (refer-get-bib-files):
21268 * textmodes/artist.el (artist-figlet-choose-font):
21269 * terminal.el (terminal-emulator):
21270 * replace.el (occur-read-primary-args):
21271 * rect.el (string-rectangle, string-insert-rectangle):
21272 * ps-print.el (ps-print-preprint):
21273 * progmodes/pascal.el (pascal-goto-defun):
21274 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21275 * progmodes/compile.el (compilation-find-file):
21276 * printing.el (pr-interactive-n-up):
21277 * play/animate.el (animate-birthday-present):
21278 * net/rcompile.el (remote-compile):
21279 * man.el (man, Man-goto-section, Man-follow-manual-reference):
21280 * mail/rmailsum.el (rmail-summary-search-backward)
21281 (rmail-summary-search):
21282 * mail/rmailout.el (rmail-output-read-rmail-file-name)
21283 (rmail-output-read-file-name):
21284 * mail/rmail.el (rmail-search, rmail-search-backwards):
21285 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21286 * locate.el (locate):
21287 * international/quail.el (quail-show-keyboard-layout):
21288 * international/mule.el (set-buffer-file-coding-system)
21289 (revert-buffer-with-coding-system, set-file-name-coding-system)
21290 (set-terminal-coding-system, set-keyboard-coding-system)
21291 (set-next-selection-coding-system):
21292 * international/mule-diag.el (describe-coding-system)
21293 (describe-font, describe-fontset):
21294 * international/mule-cmds.el (universal-coding-system-argument)
21295 (search-unencodable-char, describe-input-method)
21296 (set-language-environment, describe-language-environment):
21297 * international/codepage.el (codepage-setup):
21298 * international/code-pages.el (codepage-setup):
21299 * info.el (Info-search, Info-follow-reference)
21300 (Info-search-backward):
21301 * emacs-lisp/advice.el (ad-read-advised-function)
21302 (ad-read-advice-class, ad-clear-cache, ad-activate)
21303 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21304 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21305 (ad-read-regexp):
21306 * ediff-util.el (ediff-toggle-regexp-match):
21307 * ediff-ptch.el (ediff-prompt-for-patch-file):
21308 * dired-aux.el (dired-diff):
21309 * diff.el (diff):
21310 * cus-edit.el (custom-variable-prompt):
21311 * calendar/timeclock.el (timeclock-ask-for-project):
21312 * calc/calcalg3.el (calc-get-fit-variables):
21313 * calc/calc-store.el (calc-edit-variable)
21314 (calc-permanent-variable):
21315 * vc-mcvs.el (vc-mcvs-register):
21316 * shadowfile.el (shadow-define-literal-group):
21317 * woman.el (woman-file-name):
21318 * vc.el (vc-version-diff, vc-merge):
21319 * textmodes/reftex-index.el (reftex-index-complete-tag):
21320 * format.el (format-decode-buffer, format-decode-region):
21321 * emulation/viper-cmd.el (viper-read-string-with-history):
21322 * emacs-lisp/debug.el (cancel-debug-on-entry):
21323 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21324 * ediff.el (ediff-merge-revisions)
21325 (ediff-merge-revisions-with-ancestor, ediff-revision):
21326 * completion.el (interactive-completion-string-reader):
21327 * calc/calc-prog.el (calc-user-define-formula):
21328 Follow convention for reading with the minibuffer.
21329
213302005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
21331
21332 * progmodes/python.el (python-describe-symbol): Add globals() and
21333 locals() to the arguments of emacs.ehelp.
21334
213352005-09-24 Magnus Henoch <mange@freemail.hu>
21336
21337 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21338 New function, code extracted from ispell-valid-dictionary-list.
21339 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21340 Call it.
21341
213422005-09-24 Eli Zaretskii <eliz@gnu.org>
21343
21344 * subr.el (version-regexp-alist): Extend valid syntax for version
21345 strings: allow any of the characters -,_,+ to separate the
21346 alpha/beta/rc part from the version part. Doc fix.
21347 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
21348
213492005-09-23 David Reitter <david.reitter@gmail.com>
21350
21351 * mail/mailclient.el: New file.
21352
213532005-09-23 Richard M. Stallman <rms@gnu.org>
21354
21355 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21356 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21357 Doc fixes.
21358
21359 * progmodes/cc-mode.el (c-font-lock-init):
21360 Specify font-lock-lines-before.
21361
213622005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21363
21364 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21365 whole conflict.
21366
213672005-09-23 Carsten Dominik <dominik@science.uva.nl>
21368
21369 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21370 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
21371 of `remap' feature when available. Additional key bindings for
21372 better tty support.
21373 (org-mode-restart, org-force-self-insert): New commands.
21374 (org-time-stamp-inactive): New command.
21375 (org-remap): New function.
21376 (org-table-auto-blank-field, org-level-color-stars-only): New options.
21377 (org-enable-fixed-width-editor): Move to `org-structure'
21378 customization group.
21379 (org-self-insert-command, orgtbl-self-insert-command): Modify to
21380 blank field after field motion commands.
21381
213822005-09-23 Kenichi Handa <handa@m17n.org>
21383
21384 * international/mule-cmds.el (set-language-environment):
21385 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21386 have to call utf-translate-cjk-load-tables.
21387
213882005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
21389
21390 * mouse.el (mouse-move-drag-overlay): Fix last change.
21391
213922005-09-22 David Ponce <david@dponce.com>
21393
21394 * tree-widget.el (tree-widget-value-create): Fix previous change.
21395
213962005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21397
21398 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21399
214002005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21401
21402 * mouse.el (mouse-move-drag-overlay): New function.
21403 (mouse-drag-region-1): Use it.
21404 Try to simplify a bit the state handling. Handle clicks on links
21405 inside intangible areas.
21406 (mouse-save-then-kill): Minor simplification.
21407 (mouse-secondary-overlay): Make it always non-nil instead of
21408 recreating it each time.
21409 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21410 (mouse-kill-secondary, mouse-secondary-save-then-kill):
21411 Simplify accordingly.
21412
214132005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21414
21415 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21416
214172005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
21418
21419 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21420 (ediff-file-name-sans-prefix): Treat nil as an empty string.
21421 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21422 to patch.
21423
21424 * ediff-util.el: Use insert-buffer-substring.
21425
21426 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21427
21428 * emulation/viper-cmd.el (viper-change-state): Don't move over the
21429 field boundaries in the minibuffer.
21430 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21431 (viper-minibuffer-post-command-hook): New hook.
21432 (viper-line): Don't move cursor at bolp.
21433
21434 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21435
21436 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21437 avoid compiler warnings.
21438
21439 * emulation/viper-macs.el (ex-map): Better messages.
21440
21441 * emulation/viper-utils.el (viper-beginning-of-field): New function.
21442
21443 * emulation/viper.el: Replace make-variable-buffer-local with
21444 viper-make-variable-buffer-local everywhere, to avoid warnings.
21445
214462005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21447
21448 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21449 Delete unused var `old-selected-window'.
21450 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21451 (mouse-drag-secondary): Delete unused var `start-frame'.
21452
214532005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21454
21455 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21456
214572005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21458
21459 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21460 Re-indent within 80 columns. Use inhibit-read-only.
21461
214622005-09-19 Romain Francoise <romain@orebokech.com>
21463
21464 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21465
214662005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21467
21468 * font-lock.el (font-lock-default-fontify-region): Don't add a line
21469 unconditionally, since the after-change-function already did it.
21470
214712005-09-19 Miles Bader <miles@gnu.org>
21472
21473 * net/newsticker.el: Get rid of CVS keyword.
21474
b1e6882f 214752005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6fee106e
KS
21476
21477 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21478 The prompt is formatted later.
21479
214802005-09-19 David Ponce <david@dponce.com>
21481
21482 * tree-widget.el (tree-widget-value-create): Save the converted
21483 tree :node widget.
21484
214852005-09-19 Juanma Barranquero <lekktu@gmail.com>
21486
21487 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21488 variable `message'.
21489
214902005-09-18 Michael Albinus <michael.albinus@gmx.de>
21491
21492 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21493 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
21494 <slawomir.nowaczyk.847@student.lu.se>.
21495
214962005-09-18 Chong Yidong <cyd@stupidchicken.com>
21497
21498 * image.el (image-load-path): Use symbol `data-directory' instead
21499 of its value, for backward compatibility with packages that bind
21500 it during `find-image'. Suggested by Katsumi Yamaoka.
21501 (image-search-load-path): Handle symbols whose values are strings.
21502
215032005-09-18 Romain Francoise <romain@orebokech.com>
21504
21505 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21506 with-current-buffer form in save-excursion.
21507
215082005-09-18 Deepak Goel <deego@gnufans.org>
21509
21510 * apropos.el (apropos-command): Fix `message' call: first arg
21511 should be a format spec. In this and all other cases that appear
21512 below and elsewhere in the source code, I made a change only when
21513 two conditions were satisfied: [1] I can think of a possibility
21514 that the arguments would cause an error, for example, the code in
21515 question relies on external variables such as filenames. [2] I
21516 was sure that the arg to `message' could not have been nil in the code.
21517
21518 * textmodes/tildify.el (tildify-region): Ditto.
21519
21520 * textmodes/reftex-index.el (reftex-index-change-entry)
21521 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21522 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21523 * textmodes/org.el (org-complete, org-deadline, org-schedule)
21524 (org-priority, org-table-sum):
21525 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21526 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21527 (flyspell-word, flyspell-display-next-corrections):
21528 * textmodes/bibtex.el (bibtex-print-help-message):
21529 * textmodes/artist.el (artist-key-set-point-poly):
21530 * term/mac-win.el (mac-services-insert-text):
21531 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21532 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21533 (vhdl-port-paste-testbench, vhdl-compose-new-component)
21534 (vhdl-compose-configuration):
21535 * progmodes/sh-script.el (sh-blink, sh-show-indent)
21536 (sh-set-indent, sh-learn-line-indent):
21537 * progmodes/ps-mode.el (ps-mode-target-column):
21538 * progmodes/idlwave.el (idlwave-make-tags)
21539 (idlwave-scan-library-catalogs):
21540 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21541 * progmodes/gud.el (gud-jdb-analyze-source):
21542 * progmodes/flymake.el (flymake-log):
21543 * progmodes/ebnf2ps.el (ebnf-generate-region):
21544 * progmodes/cmacexp.el (c-macro-expansion):
21545 * progmodes/ada-xref.el (ada-treat-cmd-string):
21546 * progmodes/ada-mode.el (ada-create-case-exception-substring)
21547 (ada-justified-indent-current, ada-batch-reformat):
21548 * play/zone.el (zone):
21549 * play/landmark.el (lm-move):
21550 * play/decipher.el (decipher-show-alphabet):
21551 * net/newsticker.el (newsticker--display-jump)
21552 (newsticker--display-scroll):
21553 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21554 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21555 * mail/feedmail.el (feedmail-dump-message-to-queue):
21556 * eshell/esh-proc.el (eshell-remove-process-entry):
21557 * emulation/ws-mode.el (ws-last-error):
21558 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21559 (viper-record-kbd-macro):
21560 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21561 * emacs-lisp/lisp-mnt.el (lm-report-bug):
21562 * emacs-lisp/find-func.el (find-function-noselect):
21563 * calendar/timeclock.el (timeclock-status-string)
21564 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21565 (timeclock-when-to-leave-string):
21566 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21567 * calc/calc-units.el (calc-enter-units-table):
21568 * calc/calc-mode.el (calc-mode-record-mode):
21569 * woman.el (woman-mini-help):
21570 * wdired.el (wdired-change-to-wdired-mode):
21571 * vc.el (vc-retrieve-snapshot):
21572 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21573 * startup.el (display-startup-echo-area-message):
21574 * simple.el (set-goal-column):
21575 * ses.el (ses-command-hook, ses-recalculate-cell):
21576 * server.el (server-process-filter):
21577 * printing.el (pr-interface-txt-print, pr-interface-printify)
21578 (pr-interface-ps):
21579 * pcvs.el (cvs-help):
21580 * log-edit.el (log-edit, log-edit-mode-help):
21581 * iswitchb.el (iswitchb-possible-new-buffer):
21582 * isearch.el (isearch-edit-string):
21583 * image-mode.el (image-mode, image-minor-mode):
21584 * ibuf-macs.el (define-ibuffer-filter):
21585 * hi-lock.el (hi-lock-find-patterns):
21586 * files.el (toggle-read-only):
21587 * ediff-util.el (ediff-copy-diff)
21588 (ediff-write-merge-buffer-and-maybe-kill):
21589 * echistory.el (Electric-history-undefined):
21590 * dnd.el (dnd-insert-text):
21591 * dired-aux.el (dired-query):
21592 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21593 * bookmark.el (bookmark-bmenu-locate):
21594 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21595 Fix `message' calls to ensure first arg is a format string.
21596 The change was made only when these two conditions were satisfied:
21597 [1] when there is a possibility that the arguments would cause an error
21598 for example, if the code in question relies on external variables
21599 such as filenames, and
21600 [2] if the arg to `message' could not have been nil in the code.
21601
21602 * pcomplete.el (pcomplete--help): Fix `message' format spec.
21603 Not having a %s would be weird, though not technically wrong.
21604
216052005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21606
21607 * term/mac-win.el (mac-add-charset-info): Doc fix.
21608
216092005-09-17 Romain Francoise <romain@orebokech.com>
21610
21611 * shell.el (shell-resync-dirs): Handle echoing processes more
21612 reliably. Don't insert resync command if `comint-process-echoes'
21613 is non-nil.
21614
216152005-09-17 Magnus Henoch <mange@freemail.hu>
21616
21617 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21618 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21619 aspell versions >= 0.60.
21620 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21621 only if ispell-aspell-supports-utf8 is non-nil.
21622
216232005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21624
21625 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21626 buffer-local value to lisp-indent-function.
21627
216282005-09-17 Milan Zamazal <pdm@zamazal.org>
21629
21630 * progmodes/glasses.el (glasses-make-readable): If
21631 glasses-separator differs from underscore, put appropriate
21632 overlays over underscore characters.
21633 (glasses-convert-to-unreadable): If glasses-separator differs from
21634 underscore, try to convert glasses-separator characters to
21635 underscores.
21636
216372005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
21638
21639 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21640 Use with-syntax-table and dolist.
21641
216422005-09-16 Carsten Dominik <dominik@science.uva.nl>
21643
21644 * textmodes/reftex-auc.el:
21645 * textmodes/reftex-cite.el:
21646 * textmodes/reftex-dcr.el:
21647 * textmodes/reftex-global.el:
21648 * textmodes/reftex-parse.el:
21649 * textmodes/reftex-ref.el:
21650 * textmodes/reftex-sel.el:
21651 * textmodes/reftex-toc.el:
21652 * textmodes/reftex-vars.el:
21653 * textmodes/reftex.el: Small changes to remove compiler warnings.
21654
21655 * textmodes/reftex-index.el: Likewise.
21656 (reftex-query-index-phrase): More efficient use of markers.
21657
216582005-09-15 Chong Yidong <cyd@stupidchicken.com>
21659
21660 * image.el (image-load-path): New variable.
21661 (image-search-load-path): New function.
21662 (find-image): Search for images in `image-load-path'.
21663
216642005-09-15 Richard M. Stallman <rms@gnu.org>
21665
21666 * follow.el: Change Maintainer field.
21667
216682005-09-15 David Ponce <david@dponce.com>
21669
21670 * recentf.el (recentf-save-file-modes): New option.
21671 (recentf-save-list): Use it.
21672
216732005-09-15 Nick Roberts <nickrob@snap.net.nz>
21674
21675 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21676 (mode-line-mule-info, mode-line-modified): Move bindings from
21677 mouse-3 to mouse-1.
21678
216792005-09-15 Chong Yidong <cyd@stupidchicken.com>
21680
21681 * simple.el (sendmail-user-agent-compose): Revert last change.
21682
216832005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
21684
21685 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21686 Use with-current-buffer.
21687 (ange-ftp-gwp-start): Remove unused var `gw-user'.
21688 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21689 (ange-ftp-insert-directory): Remove unused var `short'.
21690 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21691
21692 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21693 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21694
21695 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21696 (check-calendar-holidays, diary-list-entries): Autoload.
21697 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21698 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21699
21700 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21701 which mistakenly removed a call to display-buffer.
21702
217032005-09-14 Juanma Barranquero <lekktu@gmail.com>
21704
21705 * obsolete/iso-insert.el: Move to obsolete/ from international/.
21706
217072005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
21708
21709 * progmodes/hideshow.el
21710 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21711 (hs-allow-nesting): New user var.
21712 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21713 (hs-hide-block-at-point): When nesting allowed,
21714 if there is already an overlay in place, delete it.
21715 (hs-safety-is-job-n): Delete func; remove call sites.
21716 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21717 (hs-overlay-at): New func.
21718 (hs-already-hidden-p, hs-show-block): Use it.
21719 (hs-hide-all): Don't pre-clean if nesting allowed.
21720 (hs-show-all): Temporarily disallow
21721 nesting around call to `hs-discard-overlays'.
21722
217232005-09-14 Chong Yidong <cyd@stupidchicken.com>
21724
21725 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21726 Delete unused local var.
21727
217282005-09-13 Juanma Barranquero <lekktu@gmail.com>
21729
21730 * help-fns.el (describe-categories): "?\ " -> "?\s".
21731 (help-do-arg-highlight): Recognize also ARG-n, as in
21732 `move-to-left-margin' (ARG+n is already recognized). Simplify.
21733
21734 * international/codepage.el (dos-unsupported-char-glyph):
21735 * net/newsticker.el (tool-bar-map, w3-mode-map)
21736 (w3m-minor-mode-map):
21737 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21738 (ent-alist):
21739 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21740
217412005-09-13 Chong Yidong <cyd@stupidchicken.com>
21742
21743 * custom.el (custom-push-theme): Handle the case where a symbol is
21744 bound but face properties have not yet been assigned.
21745
21746 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21747 Fix behavior if noerase is `t' and there is no mail buffer.
21748
21749 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21750 if `continue' is nil, rather than signal an error.
21751
217522005-09-12 Richard M. Stallman <rms@gnu.org>
21753
21754 * font-lock.el (font-lock-keywords): Add autoload.
21755
21756 * help-fns.el (describe-variable): Rearrange to put source link
21757 in a predictable place.
21758
21759 * net/newsticker.el: New file.
21760
217612005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21762
21763 * calendar/calendar.el (calendar-for-loop): Add edebug info.
21764 (calendar-basic-setup): Use the new nil arg.
21765 (number-of-diary-entries): Move to diary-lib.el.
21766
21767 * calendar/diary-lib.el: Use with-current-buffer, match-string.
21768 (diary-list-entries): Use with-syntax-table and dolist.
21769 Rename from list-diary-entries.
21770 Use number-of-diary-entries if `number' is nil.
21771 (diary, diary-view-entries): Use this new name and new nil arg value.
21772 (number-of-diary-entries): Move from calendar.el.
21773 (diary-unhide-everything): New function.
21774 (include-other-diary-files, fancy-diary-display)
21775 (diary-show-all-entries, make-diary-entry): Use it.
21776 (diary-mail-entries): Use buffer-string.
21777 (mark-diary-entries): Fix long standing paren typo.
21778 (diary-sexp-entry): Use count-lines.
21779 (make-diary-entry): Avoid `previous-line'.
21780 (diary-mode-map): New var.
21781 (diary-mode): Redraw cal after saving. Setup header-line.
21782 (fancy-diary-display-mode): Use local-set-key.
21783
21784 * startup.el (command-line): Try calling various terminal-init-foo-bar
21785 functions by stripping hyphenated suffixes from $TERM.
21786
21787 * files.el (normal-mode): Check boundness of font-lock-keywords.
21788
217892005-09-12 Richard M. Stallman <rms@gnu.org>
21790
21791 * progmodes/compile.el: Don't decide a file's directory
21792 until the user actually tries to go there.
21793 (compilation-next-error-function):
21794 Pass compilation-find-file the directory from the file-struct.
21795 (compilation-internal-error-properties): Separate local FILE-STRUCT
21796 from FILE. Doc the args better. Rename arg FMT to FMTS.
21797 (compilation-find-file): Arg DIR renamed to DIRECTORY.
21798 Expand it, and if nil, use default-directory.
21799 (compilation-get-file-structure): Don't mix specified directory
21800 with default directory. Put specified directory into
21801 file-struct. Don't make the file name absolute.
21802
21803 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21804 (compile-command): Add autoload.
21805 (compilation-disable-input): Add autoload.
21806
218072005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
21808
21809 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21810 strings of the variables it can override.
21811 (time-stamp): New (as yet undocumented) time-stamp-format escapes
21812 %Q and %q, for fully-qualified domain name and unqualified host name.
21813
218142005-09-11 Kim F. Storm <storm@cua.dk>
21815
21816 * emacs-lisp/authors.el (authors-aliases): Update list.
21817 (authors-fixed-entries): Update mldrag.el entry.
21818
218192005-09-10 Alan Mackenzie <acm@muc.de>
21820
21821 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21822 from the region narrowed to.
21823
218242005-09-10 Magnus Henoch <mange@freemail.hu>
21825
21826 * textmodes/ispell.el (ispell-check-version): Signal an error if
21827 aspell version is less than 0.60.
21828
218292005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
21830
21831 * progmodes/octave-inf.el (inferior-octave-startup):
21832 Resync current dir at the end.
21833
218342005-09-10 Emilio C. Lopes <eclig@gmx.net>
21835
21836 * woman.el (woman-topic-at-point-default):
21837 Rename to woman-use-topic-at-point-default.
21838 (woman-topic-at-point): Rename to woman-use-topic-at-point.
21839 (woman-file-name): Reflect renames above. Automatically use the
21840 word at point as topic if woman-use-topic-at-point is non-nil.
21841 Otherwise offer it as default but don't insert it in the
21842 minibuffer. Also use `test-completion' instead of `assoc' as
21843 suggested by Stefan Monnier.
21844
218452005-09-10 Andre Spiegel <spiegel@gnu.org>
21846
21847 * vc.el (vc-directory, vc-update-change-log): Throw an error on
21848 the attempt to do it over Tramp. This is not yet supported.
21849
218502005-09-10 Eli Zaretskii <eliz@gnu.org>
21851
21852 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
21853 (menu-bar-non-minibuffer-window-p): New functions.
21854 ("Split Window", "Save As..."): Use them.
21855 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
21856 ("Print Buffer", "Truncate Long Lines in this Buffer"):
21857 Use menu-bar-menu-frame-live-and-visible-p.
21858 ("Save Buffer", "Insert File", "Open Directory...")
21859 ("Open File...", "Visit New File..."):
21860 Use menu-bar-non-minibuffer-window-p.
21861 (kill-this-buffer-enabled-p, dired <menu-enable>):
21862 Use menu-bar-non-minibuffer-window-p.
21863
218642005-09-09 Eli Zaretskii <eliz@gnu.org>
21865
21866 * cus-start.el (all): Don't complain about fringe-related
21867 built-ins if fringes are not supported. Ditto about
21868 selection-related built-ins. Fix the test for GTK-related built-ins.
21869
21870 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
21871 ("Postscript Print Buffer", "Print Region", "Save As...")
21872 ("Save", "Insert File...", "Open Directory...")
21873 ("Open File...", "Visit New File..."")
21874 ("Truncate Long Lines in this Buffer"): Don't look at
21875 menu-updating-frame if this display does not support multiple frames.
21876
218772005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21878
21879 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
21880
4fc9bd56 218812005-09-09 Emilio C. Lopes <eclig@gmx.net>
6fee106e
KS
21882
21883 * woman.el: Format- and whitespace-related changes.
21884
218852005-09-09 Eli Zaretskii <eliz@gnu.org>
21886
21887 * woman.el: Fix my email address.
21888
218892005-09-08 Richard M. Stallman <rms@gnu.org>
21890
21891 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
21892 (sh-mode): Locally set skeleton-pair-default-alist.
21893
21894 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
21895
21896 * progmodes/flymake.el: Require `compile' unconditionally.
21897
21898 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
21899
21900 * woman.el (woman-file-name): Provide a default, not initial input.
21901
21902 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
21903
21904 * font-lock.el (font-lock-support-mode): Doc fix.
21905
21906 * descr-text.el (describe-property-list): Handle non-symbol prop names.
21907
219082005-09-08 Richard M. Stallman <rms@gnu.org>
21909
21910 * simple.el (blink-matching-open): Get rid of text props from
21911 the string shown in echo area. Don't permanently set point.
21912 Some rearrangements.
21913
219142005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
21915
21916 * recentf.el (recentf-filename-handler): Add custom choice
21917 `abbreviate-file-name'.
21918
21919 * msb.el (msb--very-many-menus): Fix typo.
21920
21921 * disp-table.el (standard-display-european): Don't set
21922 enable-multibyte-characters to nil.
21923
219242005-09-08 David Ponce <david@dponce.com>
21925
21926 * recentf.el (recentf-show-file-shortcuts-flag): New option.
21927 (recentf-expand-file-name): Doc fix.
21928 (recentf-dialog-mode-map): Define digit shortcuts.
21929 (recentf--files-with-key): New variable.
21930 (recentf-show-digit-shortcut-filter): New function.
21931 (recentf-open-files-items): New function.
21932 (recentf-open-files): Use it.
21933 (recentf-open-file-with-key): New command.
21934
219352005-09-08 Chong Yidong <cyd@stupidchicken.com>
21936
21937 * buff-menu.el (Buffer-menu-sort-by-column): New function.
21938 Suggested by Kim F. Storm.
21939 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
21940 (Buffer-menu-make-sort-button): Use global keymap.
21941
219422005-09-07 Michael Albinus <michael.albinus@gmx.de>
21943
21944 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
21945 (Man-getpage-in-background-advice): Remove defadvice; it isn't
21946 necessary any longer with the remapped command.
21947 (Man-bgproc-sentinel-advice): Remove defadvice which counts
21948 formatting time only.
21949
21950 * net/tramp.el (tramp-action-password)
21951 (tramp-multi-action-password): Compile the password prompt from
21952 `method', `user' and `host'. Sometimes it isn't obvious which
21953 password to enter, for example with remote files offered by
21954 recentf.el, or with multiple steps. Suggested by Robert Marshall
21955 <robert@chezmarshall.freeserve.co.uk>.
21956
219572005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21958
21959 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
21960 Fix regexp for when "s///" is at the beginning of line.
21961
219622005-09-07 Jay Belanger <belanger@truman.edu>
21963
21964 * calc/calc-poly.el (math-expand-term): Multiply out any powers
21965 when in matrix mode.
21966
219672005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21968
21969 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
21970 non-anonymous functions.
21971
219722005-09-06 Chong Yidong <cyd@stupidchicken.com>
21973
21974 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
21975 when using a header line. Otherwise, use mouse-1-click-follows-link.
21976
21977 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
21978 can't be moved; don't signal an error.
21979
219802005-09-05 Chong Yidong <cyd@stupidchicken.com>
21981
21982 * cus-theme.el (custom-theme-write-faces): Save the current face
21983 spec, not the defface spec.
21984
21985 * custom.el (custom-known-themes): Clarify meaning of "standard".
21986 (custom-push-theme): Save old values in the standard theme.
21987 (disable-theme): Correct typo.
21988 (custom-face-theme-value) Deleted unused function.
21989 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
21990
219912005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
21992
21993 * progmodes/compile.el (compilation-goto-locus): Take into account
21994 iconified frames when determining whether the buffer is
21995 already visible.
21996 Don't reset window height if the window already existed.
21997
219982005-09-04 Chong Yidong <cyd@stupidchicken.com>
21999
22000 * custom.el (load-theme): Rename from require-theme.
22001 Add interactive spec.
22002 (enable-theme): Rename from custom-enable-theme.
22003 Add interactive spec.
22004 (disable-theme): Rename from custom-disable-theme.
22005 Add interactive spec.
22006 (custom-make-theme-feature): Doc fix.
22007 (custom-theme-directory): Doc fix.
22008 (provide-theme): Call enable-theme.
22009
220102005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
22011
22012 * obsolete/lazy-lock.el (lazy-lock-mode):
22013 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
22014 font-lock-mode if it's off. Print a warning instead.
22015
22016 * progmodes/compile.el (compilation-start): Ignore errors if the
22017 process died before we get to send-eof.
22018
22019 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
22020 Undo last change. Enclosing the result in quotes broke things on Unix
22021 since tex-send-command passes it through shell-quote-argument.
22022 (tex-send-command): Pass `file' through convert-standard-filename
22023 when possible.
22024 (tex-uptodate-p): Handle the case where TeX hasn't put additional
22025 info in a transcript.
22026
220272005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
22028
22029 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
22030 fix compilation warning. Reorder the key definitions to group
22031 together keys emitted by the current version of xterm.
22032
22033 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
22034 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
22035 Reorder predicates to correct min-color usage.
22036
220372005-09-01 Chong Yidong <cyd@stupidchicken.com>
22038
22039 * longlines.el (longlines-mode): Inhibit read-only when encoding.
22040 Kill local variables when longlines-mode is turned off.
22041
220422005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
22043
22044 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
22045
22046 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
22047
22048 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22049
22050 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22051 (font-lock-lines-before): Change default to being inactive.
22052 (font-lock-default-fontify-region): Obey font-lock-lines-before.
22053 (font-lock-after-change-function): Don't handle f-l-lines-before here.
22054
220552005-08-31 Michael Albinus <michael.albinus@gmx.de>
22056
22057 * net/tramp.el (tramp-handle-make-auto-save-file-name):
22058 Deactivate temporarily advice if active (not needed for Emacs 22,
22059 but for backwards compatibility).
22060 (tramp-exists-file-name-handler): Rewrite. First implementation
22061 was too simple.
22062 (tramp-advice-make-auto-save-file-name):
22063 Call `tramp-handle-make-auto-save-file-name' (again, just for
22064 backwards compatibility).
22065
220662005-08-31 Reto Zimmermann <reto@gnu.org>
22067
22068 * progmodes/vhdl-mode.el
22069 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22070 (vhdl-end-p): Fix indentation bug "else" after "-- when".
22071 (vhdl-set-default-project): New function (easier setting of default).
22072 (vhdl-port-copy): Handle extended identifiers for generics.
22073 (vhdl-compiler-alist): Better description for error message regexp.
22074 (vhdl-make): Query for target, use previous as default.
22075 (vhdl-port-copy): Fix port copy for port names starting with "signal".
22076 (vhdl-font-lock-keywords-2): Fix fontification for record
22077 el. assign.
22078 (vhdl-speedbar-make-subpack-line): Add package body link.
22079 (vhdl-generate-makefile-1): Not include itself as dependency.
22080 (vhdl-font-lock-init): Highlight c-preprocessor directives.
22081 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22082 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22083 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22084 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22085 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22086 (vhdl-import-project): Add string argument for `error'.
22087 (vhdl-compose-configuration)
22088 (vhdl-compose-configuration-architecture): Add configuration
22089 declaration generation.
22090 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22091 (vhdl-trailer-re): Add "record" keyword (better indentation).
22092 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22093 "[^ \t-\"]+".
22094 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22095 (vhdl-testbench-entity-file-name)
22096 (vhdl-testbench-architecture-file-name): Allow separate
22097 customization of testbench file names.
22098 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22099 (vhdl-get-visible-signals): Allow newline within alias declaration.
22100 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22101 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22102 (member-ignore-case): Alias for missing function in XEmacs.
22103 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22104 (vhdl-update-sensitivity-list): Ignore case on read signals.
22105 (vhdl-replace-string): Adjust case only for file names.
22106 (vhdl-update-sensitivity-list): Fix search for read signals.
22107 (vhdl-update-sensitivity-list): Exclude formal parameters.
22108 (vhdl-get-visible-signals): Include aliases of signals.
22109 (vhdl-get-visible-signals): Fix signal name searching.
22110 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22111 (vhdl-fixup-whitespace-region): Fix for character
22112 literals (e.g. `:').
22113
221142005-08-31 Juanma Barranquero <lekktu@gmail.com>
22115
22116 * ansi-color.el (comint-last-output-start):
22117 * bs.el (font-lock-verbose):
22118 * diff-mode.el (add-log-buffer-file-name-function):
22119 * dired-x.el (vm-folder-directory):
22120 * faces.el (help-xref-stack-item):
22121 * files.el (font-lock-keywords):
22122 * find-lisp.el (dired-buffers, dired-subdir-alist):
22123 * ido.el (cua-inhibit-cua-keys):
22124 * log-view.el (cvs-minor-wrap-function):
22125 * outline.el (font-lock-warning-face):
22126 * simple.el (compilation-current-error):
22127 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22128 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22129 * tooltip.el (comint-prompt-regexp):
22130 * w32-fns.el (explicit-shell-file-name):
22131 * term/mac-win.el (mac-charset-info-alist)
22132 (mac-services-selection, mac-system-script-code):
22133 * term/tty-colors.el (msdos-color-values):
22134 * term/w32-win.el (xlfd-regexp-registry-subnum):
22135 * term/x-win.el (x-keysym-table, x-selection-timeout)
22136 (x-session-id, x-session-previous-id):
22137 * textmodes/ispell.el (mail-yank-prefix):
22138 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22139 * textmodes/org.el (calc-embedded-close-formula)
22140 (calc-embedded-open-formula)
22141 (font-lock-unfontify-region-function):
22142 * textmodes/reftex-global.el (isearch-next-buffer-function)
22143 (TeX-master):
22144 * textmodes/reftex.el (font-lock-keywords):
22145 * textmodes/tex-mode.el (font-lock-comment-face)
22146 (font-lock-doc-face):
22147 * textmodes/texinfo.el (outline-heading-alist):
22148 Add defvars.
22149
22150 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22151 (artist-spray-chars, artist-mode-init, artist-replace-string)
22152 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22153 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22154 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22155
22156 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22157 (conf-align-assignments): "?\ " -> "?\s".
22158
22159 * textmodes/reftex-index.el (TeX-master): Add defvar.
22160 (reftex-index-phrases-marker): Move up defvar.
22161
22162 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22163 (reftex-toc-include-labels-indicator)
22164 (reftex-toc-include-index-indicator)
22165 (reftex-toc-max-level-indicator): Move up declarations.
22166
22167 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22168 of args to `tramp-run-real-handler', even if it's empty in this case.
22169
221702005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22171
22172 * dired.el (dired-move-to-filename-regexp): Add date format for
22173 Mac OS X 10.3 in East Asian locales.
22174
221752005-08-31 Michael Albinus <michael.albinus@gmx.de>
22176
22177 * files.el (make-auto-save-file-name): Add file name handler call
22178 if applicable.
22179
22180 * net/tramp.el (tramp-file-name-handler-alist)
22181 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22182 (tramp-handle-make-auto-save-file-name): Rename from
22183 `tramp-make-auto-save-file-name'.
22184 (tramp-exists-file-name-handler): New defun.
22185 (tramp-advice-make-auto-save-file-name): Make defadvice only when
22186 `make-auto-save-file-name' is not a magic file name operation.
22187
221882005-08-30 Richard M. Stallman <rms@gnu.org>
22189
22190 * files.el (risky-local-variable-p):
22191 Match `-predicates' and `-commands.
22192
22193 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22194 (custom-save-all): Visit the file if necessary;
22195 kill the buffer if we created it.
22196 (custom-save-delete): Don't visit file or kill buffer here.
22197
221982005-08-30 Carsten Dominik <dominik@science.uva.nl>
22199
22200 * textmodes/org.el (org-special-keyword): New face.
22201 (org-table-copy-down, org-table-eval-formula)
22202 (org-table-recalculate, org-init-section-numbers):
22203 Use `string-to-number' instead of `string-to-int'.
22204 (org-get-location): Use `insert-buffer-substring' instead of
22205 `insert-buffer'.
22206 (org-modify-diary-entry-string): New function.
22207 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22208 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22209 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22210 active region.
22211 (org-export-as-html): Handle QUOTE keyword.
22212 (org-quote-string): New option.
22213 (org-bookmark-jump-unhide): New function, used for
22214 `bookmark-after-jump-hook'.
22215 (org-diary-default-entry): Apply only when not called through
22216 `org-agenda'.
22217
222182005-08-30 Juanma Barranquero <lekktu@gmail.com>
22219
22220 * net/eudc.el (mode-popup-menu):
22221 * play/handwrite.el (ps-printer-name, ps-lpr-command):
22222 * progmodes/ada-mode.el (compile-auto-highlight)
22223 (skeleton-further-elements):
22224 * progmodes/autoconf.el (font-lock-syntactic-keywords):
22225 * progmodes/cmacexp.el (msdos-shells):
22226 * progmodes/compile.el (font-lock-extra-managed-props)
22227 (font-lock-keywords, font-lock-maximum-size)
22228 (font-lock-support-mode):
22229 * progmodes/grep.el (font-lock-lines-before):
22230 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22231 * progmodes/mixal-mode.el (compile-command):
22232 * progmodes/perl-mode.el (font-lock-comment-face)
22233 (font-lock-doc-face, font-lock-string-face):
22234 * progmodes/prolog.el (comint-prompt-regexp):
22235 * progmodes/sh-script.el (font-lock-comment-face)
22236 (font-lock-set-defaults, font-lock-string-face):
22237 * progmodes/sql.el (font-lock-keyword-face)
22238 (font-lock-set-defaults, font-lock-string-face):
22239 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22240 (itimer-version, lazy-lock-defer-contextually)
22241 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22242 Add defvars.
22243
22244 * progmodes/cperl-mode.el (cperl-electric-lbrace)
22245 (cperl-electric-keyword, cperl-electric-pod)
22246 (cperl-electric-backspace, cperl-forward-re)
22247 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22248 (vc-rcs-header, vc-sccs-header): Add defvars.
22249
22250 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22251 (font-lock-syntactic-keywords, gud-find-expr-function):
22252 Add defvars.
22253
22254 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22255 (gdb-frame-parameters): Declare before use.
22256
22257 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22258 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22259 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22260 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22261
22262 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22263 (idlwave-help-with-source): Use `insert-buffer-substring', not
22264 `insert-buffer'.
22265
222662005-08-29 Juri Linkov <juri@jurta.org>
22267
22268 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22269 Put outline-back-to-heading function call inside save-excursion.
22270
222712005-08-29 Juanma Barranquero <lekktu@gmail.com>
22272
22273 * man.el (Man-init-defvars, Man-translate-references)
22274 (Man-support-local-filenames, Man-highlight-references):
22275 * progmodes/sql.el (sql-interactive-mode):
22276 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22277
22278 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22279 (compilation-mode-font-lock-keywords): Add defvars.
22280 (checkdoc-interactive-loop): "?\ " -> "?\s".
22281
22282 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22283 (font-lock-doc-face, font-lock-string-face)
22284 (font-lock-keywords-case-fold-search): Add defvars.
22285 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22286
22287 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22288 Don't pass X and Y (they are ignored anyway).
22289 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22290 (mouse-delete-window): Make arguments optional.
22291
22292 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22293 (caesar-translate-table, minor-modes, news-buffer-save)
22294 (news-group-name, news-minor-modes): Add defvars.
22295
22296 * emacs-lisp/lselect.el (mouse-highlight-priority)
22297 (x-lost-selection-functions, zmacs-regions):
22298 * emacs-lisp/pp.el (font-lock-verbose):
22299 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22300 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22301 (ses-mode-map):
22302 * emacs-lisp/tcover-unsafep.el (safe-functions):
22303 * international/mule-cmds.el (mac-system-coding-system)
22304 (mac-system-locale):
22305 * language/ethio-util.el (rmail-current-message)
22306 (rmail-message-vector):
22307 * language/thai-util.el (thai-auto-composition-mode):
22308 * mail/metamail.el (rmail-current-message, rmail-message-vector):
22309 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22310 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22311 (vm-primary-inbox, vm-spool-files):
22312 * mail/rmail.el (deleted-head, font-lock-fontified)
22313 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22314 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22315 (total-messages):
22316 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22317 (rmail-summary-mode-map):
22318 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22319 (rmail-last-label, rmail-last-multi-labels)
22320 (rmail-summary-vector, rmail-total-messages):
22321 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22322 * mail/rmailsum.el (msgnum):
22323 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22324 (rmail-current-message):
22325 * obsolete/fast-lock.el (font-lock-face-list):
22326 * obsolete/rnewspost.el (mail-reply-buffer):
22327 * obsolete/scribe.el (compile-command):
22328 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22329
223302005-08-28 John Paul Wallington <jpw@gnu.org>
22331
22332 * ibuf-ext.el (ibuffer-auto-update-changed):
22333 Use `frame-or-buffer-changed-p' to check whether we need to update.
22334 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22335 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
22336 as a `frame-or-buffer-changed-p' state vector instead.
22337
223382005-08-27 Romain Francoise <romain@orebokech.com>
22339
22340 * textmodes/makeinfo.el (makeinfo-compile):
22341 Use `compilation-start'. Set `next-error-function' according to
22342 `disable-errors'.
22343 (makeinfo-next-error): New function.
22344 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22345 (makeinfo-buffer): Likewise.
22346
22347 * progmodes/compile.el (compilation-start): Add autoload cookie.
22348
22349 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22350 * textmodes/sgml-mode.el: Likewise.
22351 * progmodes/python.el: Likewise.
22352
223532005-08-27 Eli Zaretskii <eliz@gnu.org>
22354
22355 * simple.el (blink-matching-paren-distance): Document the meaning
22356 of nil value, and allow to customize to nil.
22357
22358 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22359 command.com, not command.exe.
22360
223612005-08-26 John Wiegley <johnw@newartisans.com>
22362
22363 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22364 code around a bit so that an extraneous nil argument is not added
22365 to a command when no args are given.
22366
22367 * eshell/esh-arg.el (eshell-parse-double-quote): If a
22368 double-quoted argument resolves to nil, return it as an empty
22369 string rather than as nil. This made it impossible to pass "" to
22370 a shell script as a null string argument.
22371
223722005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
22373
22374 * outline.el (outline-invent-heading): New fun.
22375 (outline-promote, outline-demote): Use it.
22376 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22377 (outline-end-of-subtree): Remove unused var `opoint'.
22378
223792005-08-26 David Reitter <david.reitter@gmail.com>
22380
22381 * menu-bar.el (truncate-lines, write-file, print-buffer)
22382 (ps-print-buffer-faces, ps-print-buffer, split-window):
22383 Disable menu items when the frame they refer to is invisible, or when
22384 they refer to a buffer and the minibuffer is selected.
22385
223862005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
22387
22388 * progmodes/flymake.el (flymake-highlight-err-lines):
22389 Use save-excursion around flymake-highlight-line to preserve point.
22390
223912005-08-26 Eli Zaretskii <eliz@gnu.org>
22392
22393 * progmodes/octave-mod.el: Change Author and Maintainer address.
22394 (octave-maintainer-address): Change Kurt's email address.
22395 * progmodes/octave-inf.el: Change Author and Maintainer address.
22396 * progmodes/octave-hlp.el: Change Author and Maintainer address.
22397
223982005-08-26 Kim F. Storm <storm@cua.dk>
22399
22400 * subr.el (version-list-<, version-list-<=, version-list-=):
22401 Rename from integer-list-*.
22402 (version-list-not-zero): Likewise. Fix while loop.
22403 (version=): Use version-list-= instead of string-equal.
22404
224052005-08-26 Richard M. Stallman <rms@gnu.org>
22406
22407 * outline.el (outline-promote): Try shortening the heading.
22408 As last resort, read the heading to use.
22409 (outline-demote): As last resort, read the heading to use.
22410
224112005-08-26 Romain Francoise <romain@orebokech.com>
22412
22413 * progmodes/compile.el (compilation-start): Doc fix.
22414
22415 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22416 (antlr-font-lock-additional-keywords): Fix reference to
22417 `antlr-font-lock-literal-regexp' erroneously changed during the
22418 mass face rename.
22419 (antlr-run-tool): Use `compilation-start'.
22420
22421 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22422 instead of the obsolete `compile-internal'.
22423
224242005-08-26 Juanma Barranquero <lekktu@gmail.com>
22425
22426 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22427 (number, original-date):
22428 * calendar/cal-china.el (date):
22429 * calendar/cal-coptic.el (date):
22430 * calendar/cal-french.el (date):
22431 * calendar/cal-hebrew.el (date, entry, number, original-date):
22432 * calendar/cal-islam.el (date, number, original-date):
22433 * calendar/cal-iso.el (date):
22434 * calendar/cal-julian.el (date):
22435 * calendar/cal-mayan.el (date):
22436 * calendar/cal-menu.el (date, event):
22437 * calendar/cal-persia.el (date):
22438 * calendar/lunar.el (date):
22439 * calendar/solar.el (date): Add defvars.
22440
22441 * emerge.el:
22442 * ibuffer.el:
22443 * info-xref.el:
22444 * obsolete/bg-mouse.el:
22445 * obsolete/sun-curs.el:
22446 * obsolete/swedish.el: Move the `defvar's to the top level.
22447
22448 * smerge-mode.el (smerge-refined-change): Add :group.
22449
224502005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
22451
22452 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22453 (smerge-keep-n): Remove props.
22454 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22455 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22456 now that it's done in smerge-keep-n.
22457 (smerge-refined-change): New face.
22458 (smerge-refine-chopup-region, smerge-refine-highlight-change)
22459 (smerge-refine): New funs.
22460 (smerge-basic-map): Bind smerge-refine.
22461
224622005-08-25 Juri Linkov <juri@jurta.org>
22463
22464 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22465 compilation-process-setup-function and compilation-disable-input
22466 in grep-mode instead of let-bindings in grep.
22467
22468 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22469 Delete "Automatic File De/compression" (auto-compression-mode).
22470
224712005-08-25 Juanma Barranquero <lekktu@gmail.com>
22472
22473 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22474 Silence warning about non-existent variable.
22475
224762005-08-25 Richard M. Stallman <rms@gnu.org>
22477
22478 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22479 Rename "Describe Key" to "Describe Key or Mouse Operation".
22480
22481 * mail/mailalias.el (build-mail-aliases): Delete comments
22482 from the contents before processing them.
22483
22484 * isearch.el (isearch-edit-string): Erase the Search prompt
22485 if user enters an empty string and there is no default.
22486
22487 * comint.el (comint-file-name-prefix): Add autoload.
22488
224892005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
22490
22491 * subr.el (play-sound): Rearrange to avoid warning.
22492
224932005-08-25 Carsten Dominik <dominik@science.uva.nl>
22494
22495 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22496 New hook.
22497 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
22498
224992005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
22500
22501 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22502
22503 * custom.el (custom-theme-set-variables): Sort minor modes last.
22504
225052005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22506
22507 * subr.el (version-separator, version-regexp-alist): New vars used by
22508 version comparison funs.
22509 (integer-list-<, integer-list-=, integer-list-<=)
22510 (integer-list-not-zero): New funs for integer list comparison.
22511 (version-to-list, version=, version<, version<=): New funs for version
22512 comparison.
22513
225142005-08-24 Juanma Barranquero <lekktu@gmail.com>
22515
22516 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22517 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22518 time to silence the byte-compiler.
22519
22520 * ibuffer.el (ibuffer-compile-make-eliding-form)
22521 (ibuffer-check-formats): Use `with-no-warnings' to hide references
22522 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22523 so it's silly to get warnings for it).
22524 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22525 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22526 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22527 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22528 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22529 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22530 Defvar at compile time.
22531 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22532 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22533 Declare them before use.
22534
22535 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22536 (info-xref-good, info-xref-bad): Defvar at compile time.
22537
22538 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22539 Use `let*' instead of `let'.
22540
22541 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22542 (*mouse-y*, menu, char): Defvar at compile time.
22543 (sc::menu): Declare it before use.
22544 (sc::pack-one-line): Use `let', not `let*'.
22545
22546 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22547 (mail-send-hook): Defvar at compile time.
22548
22549 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22550 Defvar at compile time.
22551
22552 * term/sun-mouse.el (current-global-mousemap)
22553 (current-local-mousemap): Declare them before use.
22554
225552005-08-24 Carsten Dominik <dominik@science.uva.nl>
22556
22557 * bookmark.el (bookmark-after-jump-hook): New hook.
22558 (bookmark-jump): Run `bookmark-after-jump-hook'.
22559
225602005-08-23 Juri Linkov <juri@jurta.org>
22561
22562 * faces.el (minibuffer-prompt): Doc fix.
22563
225642005-08-23 Juanma Barranquero <lekktu@gmail.com>
22565
22566 * progmodes/xscheme.el: Trivial changes to silence warnings.
22567 (xscheme-previous-mode, xscheme-previous-process-state):
22568 Add defvars.
22569 (xscheme-last-input-end, xscheme-process-command-line)
22570 (xscheme-process-name, xscheme-buffer-name)
22571 (xscheme-expressions-ring-max, xscheme-expressions-ring)
22572 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22573 (xscheme-control-g-synchronization-p)
22574 (xscheme-control-g-disabled-p, xscheme-string-receiver)
22575 (default-xscheme-runlight, xscheme-runlight)
22576 (xscheme-runlight-string, xscheme-process-filter-state)
22577 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22578 Move to beginning of file.
22579 (scheme-interaction-mode-commands-alist)
22580 (scheme-interaction-mode-map, scheme-debugger-mode-map):
dad2e044
JB
22581 Declare them before use. Note: the initialization code for the
22582 variables has not been moved because it uses functions that reference
22583 the variables.
6fee106e
KS
22584 (xscheme-control-g-message-string, xscheme-process-filter-alist)
22585 (xscheme-prompt-for-expression-map): Declare them before use.
22586 (scheme-debugger-mode-commands): "?\ " -> "?\s".
22587
225882005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
22589
22590 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22591
225922005-08-22 Juri Linkov <juri@jurta.org>
22593
22594 * faces.el (set-face-underline): Delete this duplicate function
22595 and make an obsolete alias to set-face-underline-p.
22596 (set-face-underline-p): Use docstring of set-face-underline.
22597 (describe-face): Create hyperlink to parent face.
22598
22599 * info.el (Info-insert-dir): Use save-excursion around
22600 insert-buffer-substring.
22601 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22602 (Info-escape-percent): Delete function.
22603 (Info-fontify-node): Replace Info-escape-percent by
22604 replace-regexp-in-string with REP arg set to lambda that
22605 duplicates `%' and preserves text properties.
22606
22607 * progmodes/compile.el (compilation-disable-input): Doc fix.
22608 (define-compilation-mode): Doc fix and refill.
22609 (kill-compilation): Use `mode-name' in the error message.
22610 (compilation-find-file): Use `compilation-error' in the
22611 read-file-name's prompt.
22612
226132005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22614
22615 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22616 (smerge-auto-leave): Make undo re-enable the mode.
22617 (debug-ignored-errors): Add the user-error of impossible resolution.
22618 (smerge-resolve): Move things around a bit, in preparation for later.
22619 (smerge-diff): Don't fail if the buffer has no associated file.
22620 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22621 (smerge-conflict-overlay): New function.
22622 (smerge-match-conflict): Don't add text properties here.
22623 (smerge-find-conflict): Instead, add an overlay here.
22624 Also check for the case where we're inside a conflict already, so as to
22625 obviate the need for font-lock-multiline, which is unbearably slow with
22626 large conflicts and ciomplex font-lock patterns.
22627 (smerge-remove-props): Remove overlay rather than text-properties.
22628 (smerge-mode): Don't set font-lock-multiline.
22629 Remove overlays when turned off.
22630
226312005-08-21 Kim F. Storm <storm@cua.dk>
22632
22633 * ido.el (ido-ignore-item-p): Use save-match-data.
22634 Bind case-fold-search to ido-case-fold locally.
22635
226362005-08-20 Richard M. Stallman <rms@gnu.org>
22637
22638 * files.el (normal-mode): If font lock is on, turn it off and on.
22639
22640 * subr.el (replace-regexp-in-string): Doc fix.
22641
22642 * startup.el (command-line-1): Don't suppress startup screen
22643 due to existing processes.
22644
22645 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22646
22647 * progmodes/compile.el (compilation-disable-input): Default to nil.
22648
226492005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22650
22651 * progmodes/compile.el (compilation-disable-input): New defcustom.
22652 (compilation-start): If compilation-disable-input is non-nil, send
22653 EOF to the compilation process.
22654
226552005-08-20 Eli Zaretskii <eliz@gnu.org>
22656
22657 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22658 Run the argument of tex-shell-cd-command through
22659 convert-standard-filename, to get the correct style of slashes on
22660 Windows, and enclose the result in quotes, in case the file name
22661 includes whitespace or other special characters.
22662
226632005-08-19 Andreas Schwab <schwab@suse.de>
22664
22665 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22666 process.
22667
226682005-08-18 Luc Teirlinck <teirllm@auburn.edu>
22669
22670 * cus-start.el (minibuffer-prompt-properties): Correct typo.
22671
226722005-08-18 Kim F. Storm <storm@cua.dk>
22673
22674 * scroll-lock.el: Fix errors due to incorrect line wrapping.
22675
226762005-08-18 Richard M. Stallman <rms@gnu.org>
22677
22678 * scroll-lock.el: New file.
22679
226802005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
22681
22682 * dired.el (dired-move-to-end-of-filename):
22683 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22684
226852005-08-18 Kim F. Storm <storm@cua.dk>
22686
22687 * ido.el (ido-everywhere): Fix defcustom :set function to disable
22688 rather than toggle mode when custom value is nil.
22689 (ido-everywhere): Fix defun doc string.
22690
226912005-08-17 Richard M. Stallman <rms@gnu.org>
22692
22693 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22694 as tag instead of "Inviolable".
22695
226962005-08-17 Kim F. Storm <storm@cua.dk>
22697
22698 * windmove.el (windmove-coordinates-of-position): Remove.
22699 (windmove-coordinates-of-window-position): Remove.
22700 (windmove-reference-loc): Use posn-at-point instead.
22701
22702 * subr.el (insert-for-yank-1): Doc fix.
22703
22704 * ido.el (ido-enter-matching-directory): Rename from
22705 ido-enter-single-matching-directory. Change `slash' choice to
22706 `only'. Add `first' choice.
22707 (ido-exhibit): Adapt to above changes.
22708
227092005-08-16 Luc Teirlinck <teirllm@auburn.edu>
22710
22711 * Makefile.in: Expand comment about building loaddefs.el.
22712
227132005-08-16 Nick Roberts <nickrob@snap.net.nz>
22714
22715 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22716 Comment use of defadvice.
22717
22718 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22719
227202005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
22721
22722 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22723 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22724 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22725 * progmodes/idlw-shell.el, progmodes/ld-script.el,
22726 * progmodes/which-func.el, ruler-mode.el, strokes.el,
22727 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22728 for backward compatibility for faces that did not appear in the
22729 previous Emacs release.
22730
22731 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22732
227332005-08-15 Kim F. Storm <storm@cua.dk>
22734
22735 * emulation/cua-base.el (cua-delete-region): Return t if
22736 deleted region was non-empty.
22737 (cua-replace-region): Inhibit overwrite-mode for
22738 self-insert-command if replaced region was non-empty.
22739 (cua--explicit-region-start, cua--status-string): Make them
22740 buffer-local at top-level...
22741 (cua-mode): ...rather than when mode is enabled.
22742
227432005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
22744
22745 * progmodes/vhdl-mode.el (vhdl-emacs-21):
22746 Set t for Emacs 21, 22, and so on.
22747
227482005-08-15 David Ponce <david@dponce.com>
22749
22750 * tree-widget.el: Update Commentary header.
22751 (tree-widget-theme): Doc fix.
22752 (tree-widget-space-width): New option.
22753 (tree-widget-image-properties): Look up in the default theme too.
22754 (tree-widget--cursors): Only for images with arrow pointer shape.
22755 (tree-widget-lookup-image): Pointer shape is hand by default.
22756 (tree-widget-icon): Rename generic icon widget from
22757 `tree-widget-control'.
22758 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22759 derive from `tree-widget-icon'.
22760 (tree-widget-handle): Improve default look and feel of the text
22761 representation.
22762 (tree-widget): Rename :*-control properties to :*-icon properties.
22763 Add :action and :help-echo properties.
22764 (tree-widget-after-toggle-functions): Move.
22765 (tree-widget-close-node, tree-widget-open-node): Remove.
22766 (tree-widget-before-create-icon-functions): New hook.
22767 (tree-widget-value-create): Update to allow customization of icons
22768 and nodes at run-time via that new hook.
22769 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22770 (tree-widget-icon-action, tree-widget-icon-help-echo)
22771 (tree-widget-action, tree-widget-help-echo): New functions.
22772
227732005-08-15 Kim F. Storm <storm@cua.dk>
22774
22775 * ido.el (ido-buffer-internal): Use with-no-warnings.
22776 (ido-make-merged-file-list): Use while-no-input.
22777
227782005-08-15 Richard M. Stallman <rms@gnu.org>
22779
22780 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22781 (flyspell-large-region): Fix doc and custom type.
22782
227832005-08-14 Richard M. Stallman <rms@gnu.org>
22784
22785 * files.el (interpreter-mode-alist): Doc fix.
22786
22787 * mail/rmail.el (rmail-nonignored-headers): New variable.
22788 (rmail-clear-headers): Use it.
22789 (rmail-reply): Better handling of mail-followup-to header.
22790
22791 * progmodes/sh-script.el (sh-font-lock-keywords-var):
22792 Rename variable from sh-font-lock-keywords. In the `shell' entry,
22793 don't try to refer to executable-font-lock-keywords.
22794 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22795 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22796 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22797 (sh-mode): Set comment-start-skip, local-abbrev-table,
22798 imenu-case-fold-search.
22799 (sh-set-shell): Don't set them here.
22800 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
22801 Don't cache the results in the original alist; don't ever modify
22802 that alist.
22803
22804 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22805
22806 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22807 empty.
22808
228092005-08-15 Andreas Schwab <schwab@suse.de>
22810
22811 * desktop.el: Put autoload cookie at risky-local-variable declarations.
22812
22813 * dired.el, info.el, mail/rmail.el: Revert last change.
22814
228152005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
22816
22817 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22818 modification in `eval-after-load' form.
22819 * info.el: Likewise.
22820 * mail/rmail.el: Likewise.
22821
228222005-08-14 Juri Linkov <juri@jurta.org>
22823
22824 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22825 Remove highlighting of "Compilation started". Highlight only
22826 the word "finished" in "Compilation finished". Add highlighting
22827 of "interrupt", "killed", "terminated" and the exit code.
22828 (compilation-start): Add newline after header. Use exactly the
22829 same time stamp format as the finishing message.
22830 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22831
22832 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22833 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22834 Add highlighting of "interrupt", "killed", "terminated".
22835
22836 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22837 enabled and the current command is self-insert-command, call it
22838 explicitly with overwrite-mode bound to nil, to not allow it
22839 to delete the character after the selected region.
22840
228412005-08-12 Matt Hodges <MPHodges@member.fsf.org>
22842
22843 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22844 move-end-of-line, end-of-line, and beginning-of-line to the list
22845 of commands after which the echo area is updated.
22846
228472005-08-12 Eli Zaretskii <eliz@gnu.org>
22848
22849 * cus-edit.el (custom-save-all, custom-save-delete):
22850 Bind recentf-exclude to exclude custom-file.
22851
228522005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
22853
22854 * mail/rmailsum.el (rmail-summary-end-of-message): New command
22855 to go to the bottom of the mail message. Added to
22856 `rmail-summary-mode-map' with key "/".
22857 (rmail-summary-show-message): New (internal) function for use by
22858 both `rmail-summary-beginning/end-of-message'.
22859 (rmail-summary-beginning-of-message): Change to use
22860 rmail-summary-show-message.
22861
22862 * mail/rmail.el (rmail-end-of-message): New command to go to the
22863 end of the current message. Added to `rmail-mode-map' with key "/".
22864 (rmail-beginning-of-message): Fix to work as documented.
22865 (rmail-mode): Change documentation.
22866
22867 * progmodes/compile.el (compilation-start): Add the line
22868 "Compilation started" with compilation start time.
22869 (compilation-mode-font-lock-keywords): Add `started' to keywords.
22870
228712005-08-11 Luc Teirlinck <teirllm@auburn.edu>
22872
22873 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
22874 of menu items.
22875
228762005-08-11 Richard M. Stallman <rms@gnu.org>
22877
22878 * simple.el (pop-global-mark): Reverse test of widen-automatically.
22879
22880 * battery.el (battery-status-function): Don't use ignore-errors.
22881
228822005-08-11 Lute Kamstra <lute@gnu.org>
22883
22884 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
22885 define-obsolete-variable-alias.
22886
228872005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
22888
22889 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
22890 (ange-ftp-send-cmd): Revert last change, and expand
22891 the comment explaining the problem.
22892
228932005-08-10 Luc Teirlinck <teirllm@auburn.edu>
22894
22895 * ldefs-boot.el: Update.
22896
22897 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
22898 item to "Time, Load and Mail". Change help echo text.
22899
22900 * time.el (display-time-use-mail-icon, display-time-format)
22901 (display-time-string-forms): Shorten first line of docstrings.
22902
229032005-08-10 Lars Hansen <larsh@soem.dk>
22904
22905 * desktop.el (desktop-buffer-mode-handlers):
22906 Make non-customizable. Add autoload cookie. Change initial value to
22907 nil; add elements in respective modules instead. Fix doc string.
22908 (desktop-load-file): New function.
22909 (desktop-minor-mode-handlers): New autoloaded variable.
22910 (desktop-create-buffer): Call minor mode handlers.
22911 Use desktop-load-file to load major and minor mode modules prior to
22912 checking for a handler.
22913 (desktop-save): Don't add nil to desktop-minor-modes for minor
22914 modes with nil function in desktop-minor-mode-table. Don't delete
22915 desktop file before rewriting it.
22916 (desktop-locals-to-save): Add autoload cookie. Don't make
22917 automatically buffer-local. Add variables column-number-mode,
22918 size-indication-mode, indent-tabs-mode,
22919 indicate-buffer-boundaries, indicate-empty-lines and
22920 show-trailing-whitespace.
22921 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
22922 regexps. Don't use desktop-clear-preserve-buffers-regexp.
22923 (desktop-clear-preserve-buffers-regexp): Delete.
22924 (desktop-clear-preserve-buffers): Update initial value and docstring.
22925 (desktop-save-buffer): Fix doc string.
22926
22927 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
22928 (hilit-chg-desktop-restore): New function.
22929 (highlight-changes-mode): Add highlight-changes-mode to
22930 desktop-locals-to-save.
22931
22932 * dired.el: Add handler to desktop-buffer-mode-handlers.
22933 (dired-restore-desktop-buffer): Remove autoload cookie.
22934 (dired-mode): Add autoload cookie.
22935
22936 * info.el: Add handler to desktop-buffer-mode-handlers.
22937 (Info-restore-desktop-buffer): Remove autoload cookie.
22938 (Info-mode): Add autoload cookie.
22939
22940 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
22941 (mh-restore-desktop-buffer): Remove autoload cookie.
22942 (mh-folder-mode): Add autoload cookie.
22943
22944 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
22945 (rmail-restore-desktop-buffer): Remove autoload cookie.
22946
229472005-08-11 Masatake YAMATO <jet@gyve.org>
22948
22949 * hexl.el (hexl-address-region):
22950 (hexl-ascii-region, hexl-font-lock-keywords):
22951 (hexl-highlight-line-range): Use the term "region"
22952 instead of "area" for consistency with the other symbols
22953 defined in hexl.el.
22954
229552005-08-09 Luc Teirlinck <teirllm@auburn.edu>
22956
22957 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
22958 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
22959 out by Juri Linkov). Add `display-battery-mode'.
22960
229612005-08-09 Juri Linkov <juri@jurta.org>
22962
22963 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22964 Remove `-text' from face variable names.
22965 (compilation-error-file-name, compilation-warning-file-name)
22966 (compilation-info-file-name): Delete faces.
22967 (compilation-line-number, compilation-column-number):
22968 Remove face underlining.
22969 (compilation-message-face): Set to `underline' value by default.
22970 (compilation-error-face, compilation-warning-face)
22971 (compilation-info-face): Remove `-file-name' from face names.
22972 (compilation-error-text-face, compilation-warning-text-face)
22973 (compilation-info-text-face): Delete face variables.
22974 (compilation-text-face): Delete function.
22975
22976 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
22977 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
22978 (grep-error-face): Set to `compilation-error' instead of
22979 `compilation-error-face' (which is redefined to `grep-hit-face' in
22980 grep buffers).
22981 (grep-mode-font-lock-keywords): Remove `-text' from face variable
22982 names. Use `grep-error-face' instead of `compilation-error-text-face'.
22983
22984 * dired-aux.el (dired-do-query-replace-regexp):
22985 Use `query-replace-read-args'.
22986
22987 * replace.el (query-replace-read-from, query-replace-read-to)
22988 (query-replace-read-args): Rename arg `string' to `prompt'.
22989
22990 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
22991
229922005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
22993
22994 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
22995 uploading files.
22996 (ange-ftp-canonize-filename): Handle file names beginning with ~
22997 correctly.
22998
229992005-08-09 Juanma Barranquero <lekktu@gmail.com>
23000
23001 * textmodes/fill.el (canonically-space-region)
23002 (fill-context-prefix, fill-french-nobreak-p)
23003 (fill-delete-newlines, fill-comment-paragraph)
23004 (justify-current-line): "?\ " -> "?\s".
23005
230062005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
23007
23008 * textmodes/fill.el (fill-nonuniform-paragraphs):
23009 Improve argument/docstring consistency.
23010
230112005-08-09 Richard M. Stallman <rms@gnu.org>
23012
23013 * textmodes/ispell.el (ispell-word): More fboundp checks.
23014
23015 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
23016 (find-file-noselect-1): Call it here, only if RAWFILE.
23017 (normal-mode): Always set some major mode.
23018 (save-some-buffers-action-alist): Change some explanation strings.
23019 (file-name-non-special): In the `quote' method, use unwind-protect.
23020
230212005-08-09 Magnus Henoch <mange@freemail.hu>
23022
23023 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
23024 (ispell-have-aspell-dictionaries): New variable.
23025 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
23026 (ispell-get-aspell-config-value): New function.
23027 (ispell-aspell-find-dictionary): New function.
23028 (ispell-aspell-add-aliases): New function.
23029 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
23030 appropriate. Don't look for ispell dictionaries if we use aspell.
23031 (ispell-menu-map): Don't build a submenu of dictionaries.
23032
230332005-08-09 Richard M. Stallman <rms@gnu.org>
23034
23035 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
23036 (sql-read-passwd): Use read-passwd.
23037
23038 * progmodes/idlw-toolbar.el (idlwave-toolbar)
23039 (idlwave-toolbar-is-possible): Add defvars.
23040
23041 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
23042 Avoid warnings.
23043
23044 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
23045 (idlwave-system-class-info, idlwave-executive-commands-alist):
23046 Use defvar.
23047
23048 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23049
23050 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23051 Avoid warnings.
23052
23053 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23054 and content-type: headers.
23055
23056 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23057
23058 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23059 and rename some of them to be more self-explanatory.
23060
23061 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23062
23063 * startup.el (command-line-1): Implement -scriptload.
23064
23065 * replace.el (occur-engine): Initial *Occur* output not undoable.
23066
23067 * menu-bar.el (menu-bar-file-menu): Rename some menu items
23068 and improve help strings.
23069
23070 * isearch.el (isearch-repeat): When changing direction,
23071 mark search successful.
23072
23073 * ediff-init.el: Use (featurep 'xemacs).
23074
23075 * comint.el (send-invisible): Identify buffer, if not selected.
23076
23077 * align.el: Delete autoload for c-guess-basic-syntax.
23078
230792005-08-09 Juanma Barranquero <lekktu@gmail.com>
23080
23081 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23082 Improve argument/docstring consistency. Doc fixes.
23083 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23084 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23085 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23086 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23087 (r2bv-organization, r2bv-pages, r2bv-primary-author)
23088 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23089 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23090 Defvar at compile time.
23091
230922005-08-09 Juri Linkov <juri@jurta.org>
23093
23094 * info.el: Replace `info' with upper-case `Info' where appropriate.
23095 (info-title-1, info-title-2, info-title-3, info-title-4)
23096 (info-menu-header): Move up face definitions.
23097 (info-menu-star): Rename from `info-menu-5'.
23098 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23099 (Info-fontify-visited-nodes): Fix docstring.
23100 (Info-hide-note-references): Fix docstring.
23101 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23102 menu items in the same way as on cross-references.
23103 (info-apropos): Fix sorting order and formatting to be like in the
23104 stand-alone Info browser. Display error messages for 1 sec.
23105 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
23106 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23107 from the menu bar.
23108 (Info-insert-dir): Restore point after calling
23109 `insert-buffer-substring'.
23110
231112005-08-08 Richard M. Stallman <rms@gnu.org>
23112
23113 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23114 (recompute-lucid-menubar): Add defvars.
23115
23116 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23117
23118 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23119
23120 * net/net-utils.el (run-dig): Rename from `dig'.
23121
23122 * play/gametree.el (gametree-mode): Use make-local-variable,
23123 not make-variable-buffer-local.
23124
23125 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23126
23127 * ansi-color.el (ansi-color-make-extent)
23128 (ansi-color-set-extent-face): Use fboundp, not functionp.
23129
23130 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23131 not make-variable-buffer-local.
23132
23133 * bookmark.el (Info-current-file): Add defvar.
23134 (bookmark-jump-noselect): Use with-no-warnings.
23135
23136 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23137
23138 * ebuff-menu.el (Helper-return-blurb): Add defvar.
23139
23140 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23141
23142 * find-file.el (ada-procedure-start-regexp)
23143 (ada-package-start-regexp): Add defvars.
23144
23145 * info.el (Info-insert-dir): Use insert-buffer-substring.
23146
23147 * xml.el (xml-att-def-re): Add defvar.
23148
23149 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23150 calling convention.
23151
23152 * subr.el (while-no-input): Return t if there is input.
23153
231542005-08-08 Luc Teirlinck <teirllm@auburn.edu>
23155
23156 * cus-start.el (all): Add `overflow-newline-into-fringe'.
23157
231582005-08-08 Juanma Barranquero <lekktu@gmail.com>
23159
23160 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23161 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23162
231632005-08-08 Emilio C. Lopes <eclig@gmx.net>
23164
23165 * cmuscheme.el (scheme-start-file): Replace reference to
23166 `user-emacs-directory' by "~/.emacs.d/".
23167
231682005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
23169
23170 * info.el (Info-dir-remove-duplicates): Avoid case folding
23171 in loop; instead, keep downcased strings for comparison.
23172 Suggested by Helmut Eller.
23173
231742005-08-07 Michael Albinus <michael.albinus@gmx.de>
23175
23176 Sync with Tramp 2.0.50.
23177
23178 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23179 XEmacs case; not necessary anymore.
23180 (tramp-user-regexp): Allow "@" as part of user name.
23181 (tramp-handle-set-visited-file-modtime)
23182 (tramp-handle-insert-file-contents)
23183 (tramp-handle-write-region): No special handling for
23184 `last-coding-system-used, because this is done in
23185 `tramp-accept-process-output' now.
23186 (tramp-accept-process-output): New defun.
23187 (tramp-process-one-action, tramp-process-one-multi-action)
23188 (tramp-wait-for-regexp, tramp-wait-for-output)
23189 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
23190 Howells <dhowells@redhat.com>.
23191 (clear-visited-file-modtime): Defadvice removed. The check for
23192 unset buffer's modtime does not need to be based on
23193 `tramp-buffer-file-attributes'. Suggested by RMS.
23194 (tramp-message): Insert "\n" if not being at beginning of line.
23195 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23196 sequence with same logic.
23197 (tramp-completion-handle-expand-file-name): Discard call of
23198 `tramp-drop-volume-letter'. It is not necessary, and there have
23199 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23200 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23201 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23202 should always be visible.
23203 (tramp-handle-insert-directory, tramp-setup-complete)
23204 (tramp-set-process-query-on-exit-flag)
23205 (tramp-append-tramp-buffers): Pacify byte-compiler.
23206 (tramp-bug): Delete non-existing variables from list.
23207 Apply `tramp-load-report-modules' as pre-hook.
23208 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23209 `shell-prompt-pattern' because of non-7bit characters.
23210 Reported by Sebastian Luque <sluque@mun.ca>.
23211 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23212 (tramp-match-string-list): Remove function.
23213 (tramp-wait-for-regexp): Remove call of that function.
23214 Suggested by Kim F. Storm <storm@cua.dk>.
23215 (tramp-set-auto-save-file-modes): Use octal integer code #o600
23216 instead of octal character code ?\600. The latter resulted in a
23217 syntax error with XEmacs.
23218
23219 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23220 XEmacs case; not necessary anymore.
23221 (tramp-smb-handle-write-region): No special handling for
23222 `last-coding-system-used, because this is done in
23223 `tramp-accept-process-output' now.
23224 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23225
232262005-08-06 Luc Teirlinck <teirllm@auburn.edu>
23227
23228 * wid-edit.el (widget-choice-value-create):
23229 Unconditionally respect user choice. Set :explicit-choice back to nil
23230 when no longer needed.
23231 (widget-choice-action): Unconditionally respect user choice.
23232 Eliminate :explicit-choice-value.
23233
23234 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23235
23236 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23237 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23238 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23239 running new function `toggle-indicate-empty-lines'.
23240 Rename "Customize" item to "Customize fringe".
23241 Rename "Indicators" item to "Buffer boundaries" and change help echo.
23242 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23243 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23244 Delete "Empty lines only" item.
23245 (menu-bar-showhide-fringe-ind-customize): New function.
23246 (menu-bar-showhide-fringe-ind-mixed)
23247 (menu-bar-showhide-fringe-ind-box)
23248 (menu-bar-showhide-fringe-ind-right)
23249 (menu-bar-showhide-fringe-ind-left)
23250 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23251 instead of `fringe-indicators'.
23252
232532005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23254
23255 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23256 Change the date of last update.
23257
232582005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23259
23260 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23261 (viper-exec-yank, viper-put-back): Don't display modification msg
23262 if in the minibuffer.
23263
23264 * viper-init.el (viper-replace-overlay-cursor-color)
23265 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23266 Make variables frame local.
23267
23268 * viper-util.el (viper-append-filter-alist): Use append instead of
23269 nconc.
23270
23271 * viper.el (viper-vi-state-mode-list)
23272 (viper-emacs-state-mode-list): Move help-mode and
23273 completion-list-mode from the first list to the second.
23274 (viper-mode): Docstring.
23275 (viper-go-away, viper-non-hook-settings): Don't localize
23276 minor-mode-alist in newer Emacsen. Add advice to
23277 set-cursor-color. Don't bind "\C-c\\".
23278
232792005-08-06 Emilio C. Lopes <eclig@gmx.net>
23280
23281 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23282 (scheme-macro-expand-command): New user options.
23283 (scheme-trace-procedure, scheme-expand-current-form): New commands.
23284 (scheme-form-at-point, scheme-start-file)
23285 (scheme-interactively-start-process): New functions.
23286 (scheme-get-process): New function, extracted from `scheme-proc'.
23287 (run-scheme): Call `scheme-start-file' to get start file, and pass
23288 it to `make-comint'.
23289 (switch-to-scheme, scheme-proc):
23290 Call `scheme-interactively-start-process' if no Scheme buffer/process
23291 is available.
23292
232932005-08-06 Juri Linkov <juri@jurta.org>
23294
23295 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23296 Use `compilation-text-face', `compilation-info-text-face' and
23297 `compilation-error-text-face' instead of `font-lock-keyword-face'.
23298 (compilation-error): New face.
23299 (compilation-error-file-name): Inherit from
23300 `compilation-error' instead of `font-lock-warning-face'.
23301 (compilation-warning-file-name): Inherit from
23302 `compilation-warning' instead of `font-lock-warning-face'.
23303 (compilation-info, compilation-error-file-name)
23304 (compilation-warning-file-name, compilation-info-file-name)
23305 (compilation-line-number, compilation-column-number): Doc fix.
23306 (compilation-error-text-face, compilation-warning-text-face)
23307 (compilation-info-text-face): New face variables.
23308 (compilation-line-face, compilation-column-face)
23309 (compilation-enter-directory-face)
23310 (compilation-leave-directory-face): Doc fix.
23311 (compilation-text-face): New function.
23312
23313 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23314 instead of 1 to display binary file names as info file links.
23315 (grep-error-face): Use `compilation-error-face' instead of
23316 `font-lock-keyword-face'.
23317 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23318 and `compilation-warning-text-face' instead of
23319 `font-lock-keyword-face'. Use `compilation-error-text-face'
23320 instead of `grep-error-face'.
23321
233222005-08-05 Kenichi Handa <handa@m17n.org>
23323
23324 * international/code-pages.el: Add autoload cookies for all coding
23325 systems.
23326
233272005-08-04 Luc Teirlinck <teirllm@auburn.edu>
23328
23329 * cus-start.el (all): Put undo.c where it alphabetically belongs.
23330
233312005-08-04 Juri Linkov <juri@jurta.org>
23332
23333 * progmodes/compile.el (compilation-mode-map):
23334 * progmodes/grep.el (grep-mode-map):
23335 Bind TAB to `compilation-next-error' and [backtab] to
23336 `compilation-previous-error'.
23337
23338 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23339 matching line numbers, column numbers and their ranges with regexp
23340 matching only line numbers.
23341 (grep-context-face): New face variable.
23342 (grep-mode-font-lock-keywords): Use it.
23343
23344 * faces.el (read-face-name): Delete duplicate faces.
23345
233462005-08-02 Juanma Barranquero <lekktu@gmail.com>
23347
23348 * thumbs.el (thumbs-find-image): Don't make variables
23349 automatically buffer local.
23350 (thumbs-current-tmp-filename, thumbs-current-image-filename)
23351 (thumbs-image-num): Make automatically buffer local.
23352 (thumbs-show-thumbs-list): Use `make-local-variable', not
23353 `make-variable-buffer-local'.
23354 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23355
23356 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23357 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23358 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23359 (bother, bye, canyou, chatlst, continue, deathlst, describe)
23360 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23361 (feelings-about, foullst, found, hello, history, howareyoulst)
23362 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23363 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23364 (neglst, obj, object, owner, please, problems, qlist)
23365 (random-adjective, relation, remlst, repetitive-shortness)
23366 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23367 (shortlst, something, sportslst, stallmanlst, states, subj)
23368 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23369 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23370 Defvar at compile time.
23371
23372 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23373 not `make-variable-buffer-local'.
23374
233752005-08-02 Kim F. Storm <storm@cua.dk>
23376
23377 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23378 rectangle overlay in selected window.
23379
233802005-08-01 Luc Teirlinck <teirllm@auburn.edu>
23381
23382 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23383 instead of display group. Make `indicate-buffer-boundaries'
23384 customizable through Custom.
23385
233862005-08-01 Juanma Barranquero <lekktu@gmail.com>
23387
23388 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23389 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23390 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23391 (gdb-put-string): Fix typos in docstrings.
23392
233932005-08-01 Nick Roberts <nickrob@snap.net.nz>
23394
23395 Update copyright notices of files in progmodes directory for
23396 release of Emacs 22.1.
23397
23398 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23399
23400 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23401 Don't barf if the GUD buffer has been killed.
23402
234032005-08-01 Kim F. Storm <storm@cua.dk>
23404
23405 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23406
234072005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
23408
23409 * simple.el (next-error-follow-minor-mode):
23410 make-variable-buffer-local -> make-local-variable.
23411
23412 * emacs-lisp/cl-extra.el: Require CL also when compiling.
23413
23414 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23415 (byte-compile-form-make-variable-buffer-local): New functions to warn
23416 about misuses of make-variable-buffer-local where make-local-variable
23417 was meant.
23418
234192005-07-29 Juanma Barranquero <lekktu@gmail.com>
23420
23421 * bs.el (bs-attributes-list): Doc fix.
23422 (bs): Update url-link.
23423
23424 * desktop.el (desktop-save-buffer): Fix typos in docstring.
23425 (desktop-load-default): Simplify.
23426
23427 * ibuffer.el (ibuffer-columnize-and-insert-list)
23428 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23429 (ibuffer-unmark-all, ibuffer-toggle-marks)
23430 (ibuffer-unmark-forward, ibuffer-unmark-backward)
23431 (ibuffer-compile-make-format-form, ibuffer-format-column)
23432 (ibuffer-current-buffers-with-marks)
23433 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23434 (ibuffer): Doc fix.
23435 (ibuffer-mode): Fix typo in docstring.
23436 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23437 with `define-obsolete-variable-alias'.
23438 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
23439
234402005-07-29 Kenichi Handa <handa@m17n.org>
23441
23442 * international/mule-cmds.el (select-message-coding-system):
23443 Be sure to use LF for end-of-line. If no coding system is decided,
23444 return iso-8859-1-unix.
23445
234462005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
23447
23448 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23449 (ange-ftp-pending-error-line): New vars.
23450 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23451 to handle the non-fatal no-route-to-host messages.
23452 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23453
234542005-07-28 Juanma Barranquero <lekktu@gmail.com>
23455
23456 * isearch.el (isearch-mode-map, isearch-other-meta-char)
23457 (isearch-quote-char, isearch-printing-char)
23458 (isearch-text-char-description): "?\ " -> "?\s".
23459 (isearch-lazy-highlight-cleanup)
23460 (isearch-lazy-highlight-initial-delay)
23461 (isearch-lazy-highlight-interval)
23462 (isearch-lazy-highlight-max-at-a-time)
23463 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23464 Declare with define-obsolete-*-alias macros.
23465 (isearch-forward): Fix typo in docstring.
23466 (search-invisible, search-ring-yank-pointer)
23467 (regexp-search-ring-yank-pointer): Doc fixes.
23468
23469 * recentf.el (recentf-menu-append-commands-p): Declare with
23470 `define-obsolete-variable-alias'.
23471 (recentf-max-saved-items, recentf-menu-filter)
23472 (recentf-arrange-by-rule-subfilter): Doc fixes.
23473 (recentf-menu-append-commands-flag)
23474 (recentf-initialize-file-name-history, recentf-expand-file-name)
23475 (recentf-clear-data): Fix typos in docstrings.
23476
234772005-07-28 Nick Roberts <nickrob@snap.net.nz>
23478
23479 * progmodes/gdb-ui.el: Smarten comments.
23480 (gdb-info-breakpoints-custom): Use nowarn when finding file.
23481
234822005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
23483
23484 * term/apollo.el (terminal-init-apollo): New function containing
23485 all former top level forms in the file.
23486 * term/bobcat.el (terminal-init-bobcat):
23487 * term/cygwin.el (terminal-init-cygwin):
23488 * term/iris-ansi.el (terminal-init-iris-ansi):
23489 * term/linux.el (terminal-init-linux):
23490 * term/news.el (terminal-init-news):
23491 * term/rxvt.el (terminal-init-rxvt):
23492 * term/sun.el (terminal-init-sun):
23493 * term/tvi970.el (terminal-init-tvi970):
23494 * term/vt100.el (terminal-init-vt100):
23495 * term/vt102.el (terminal-init-vt102):
23496 * term/vt125.el (terminal-init-vt125):
23497 * term/vt200.el (terminal-init-vt200):
23498 * term/vt201.el (terminal-init-vt201):
23499 * term/vt220.el (terminal-init-vt220):
23500 * term/vt240.el (terminal-init-vt240):
23501 * term/vt300.el (terminal-init-vt300):
23502 * term/vt320.el (terminal-init-vt320):
23503 * term/vt400.el (terminal-init-vt400):
23504 * term/vt420.el (terminal-init-vt420):
23505 * term/wyse50.el (terminal-init-wyse50):
23506 * term/xterm.el (terminal-init-xterm): Likewise.
23507
23508 * term/README: Describe the terminal-init-* functionality.
23509
23510 * startup.el (command-line): After loading the terminal initialization
23511 file call the corresponding terminal initialization function.
23512
235132005-07-27 Kenichi Handa <handa@m17n.org>
23514
23515 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23516 negative.
23517
23518 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23519 (ps-mule-composition-prologue): Fix for the case that
23520 RelativeCompose is false.
23521
235222005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
23523
23524 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23525
23526 * descr-text.el (describe-char): Handle the case where the list of
23527 chars is displayed in a separate frame.
23528 Be a bit more discriminating when looking for the char.
23529
235302005-07-26 Juanma Barranquero <lekktu@gmail.com>
23531
23532 * bookmark.el (bookmark-automatically-show-annotations)
23533 (bookmark-read-annotation-text-func): Doc fixes.
23534 (bookmark-save): Improve argument/docstring consistency.
23535 (bookmark-get-bookmark, bookmark-get-bookmark-record)
23536 (bookmark-alist-from-buffer)
23537 (bookmark-upgrade-file-format-from-0)
23538 (bookmark-grok-file-format-version)
23539 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23540 (bookmark-read-annotation-mode)
23541 (bookmark-insert-current-bookmark, bookmark-jump)
23542 (bookmark-exit-hook): Fix typos in docstrings.
23543 (bookmark-exit-hooks): Define as obsolete alias.
23544 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23545 not `bookmark-exit-hooks'. Fix docstring.
23546 (bookmark-bmenu-select): "?\ " -> "?\s".
23547
235482005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
23549
23550 * startup.el (command-line): Fix typo.
23551
235522005-07-24 Richard M. Stallman <rms@gnu.org>
23553
23554 * tooltip.el (tooltip-mode): Test emacs-basic-display,
23555 not emacs-quick-startup.
23556
235572005-07-24 Juanma Barranquero <lekktu@gmail.com>
23558
23559 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23560 (reb-next-match, reb-show-subexp): Use `with-selected-window'
23561 instead of `reb-with-current-window'.
23562 (reb-prev-match): Likewise. Also, don't move left if the search
23563 was unsuccessful.
23564 (reb-initialize-buffer): New function.
23565 (re-builder, reb-change-syntax): Use it.
23566
23567 * man.el (Man-goto-page): Make second argument NOERROR optional.
23568
235692005-07-23 Richard M. Stallman <rms@gnu.org>
23570
23571 * man.el (Man-bgproc-sentinel): Check here for failure to find
23572 any man page in the output, and report the error here.
23573 (Man-arguments): Make it permanent local.
23574 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
23575 (Man-mode): Pass t for NOERROR.
23576
23577 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23578 (grep-mode-font-lock-keywords):
23579 Don't use compilation-...-face for messages that are not file names.
23580
23581 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23582 Don't use compilation-...-face for messages that are not file names.
23583
235842005-07-22 Juri Linkov <juri@jurta.org>
23585
23586 * startup.el (normal-splash-screen): Update menu name.
23587
23588 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23589
235902005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
23591
23592 * term/xterm.el: Load term/rxvt if the terminal is actually an
23593 rxvt terminal.
23594 (xterm-rxvt-set-background-mode): Remove, not used anymore.
23595
23596 * term/rxvt.el (function-key-map): Use substitute-key-definition
23597 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
23598
23599 * term/cygwin.el: New file.
23600
236012005-07-22 Kim F. Storm <storm@cua.dk>
23602
23603 * image-file.el (insert-image-file, image-file-yank-handler):
23604 Fix last change to maintain a (unique) yank-handler on yanked images.
23605
236062005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
23607
23608 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23609 of the file size (as in "177B" for 177 bytes). This happens with
23610 "ls -lh" on FreeBSD.
23611
236122005-07-22 Juanma Barranquero <lekktu@gmail.com>
23613
23614 * hilit-chg.el (highlight-changes-global-initial-state)
23615 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23616 (hilit-chg-fixup, highlight-changes-mode):
23617 Fix typos in docstrings.
23618 (highlight-changes-global-modes, highlight-changes-rotate-faces):
23619 Doc fixes.
23620
236212005-07-21 Luc Teirlinck <teirllm@auburn.edu>
23622
23623 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23624 mode function using `eval-after-load'.
23625
236262005-07-21 Kim F. Storm <storm@cua.dk>
23627
23628 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
9c92edca 23629 included when reporting an Emacs crash, and tell about the DEBUG file.
6fee106e
KS
23630
23631 * image-file.el (insert-image-file): Add yank-handler.
23632 (image-file-yank-handler): Yank handler to make unique copies of
23633 images when they are yanked into a buffer next to each other.
23634
236352005-07-21 Juanma Barranquero <lekktu@gmail.com>
23636
23637 * comint.el (comint-use-prompt-regexp, comint-send-input)
23638 (comint-source-default, comint-extract-string)
23639 (comint-get-source, comint-word, comint-completion)
23640 (comint-source, comint-prompt-read-only, comint-update-fence):
23641 Fix typos in docstrings.
23642 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23643 Declare with define-obsolete-*-alias macros.
23644 (comint-previous-matching-input-from-input)
23645 (comint-next-matching-input-from-input)
23646 (comint-previous-matching-input, comint-next-matching-input)
23647 (comint-forward-matching-input):
23648 Improve argument/docstring consistency.
23649
23650 * desktop.el (desktop-clear-preserve-buffers-regexp):
23651 Also preserve the *server* buffer.
23652
23653 * simple.el (clone-indirect-buffer): Doc fix.
23654 (fixup-whitespace, just-one-space)
23655 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23656 (next-error, next-error-highlight)
23657 (next-error-highlight-no-select, next-error-last-buffer)
23658 (next-error-buffer-p, next-error-find-buffer, next-error)
23659 (previous-error, next-error-no-select, previous-error-no-select)
23660 (open-line, split-line, minibuffer-prompt-width, kill-new)
23661 (binary-overwrite-mode): Fix typos in docstrings.
23662 (set-fill-column): Fix typo in message.
23663
23664 * skeleton.el (skeleton-proxy-new): Doc fix.
23665
23666 * strokes.el (strokes-load-hook): Doc fix.
23667 (strokes-grid-resolution, strokes-get-grid-position)
23668 (strokes-renormalize-to-grid, strokes-read-stroke)
23669 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23670 (strokes-global-map): Fix typos in docstrings.
23671 (strokes-help): Doc fix. Fix help message and pass it through
23672 `substitute-command-keys'.
23673
23674 * tempo.el (tempo-insert-prompt, tempo-interactive)
23675 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23676 (tempo-insert-string-functions, tempo-local-tags)
23677 (tempo-define-template, tempo-insert-template)
23678 (tempo-insert-prompt-compat, tempo-is-user-element)
23679 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23680 Fix typos in docstrings.
23681
23682 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23683 (vcursor-key-bindings, vcursor-use-vcursor-map)
23684 (vcursor-find-window, vcursor-scroll-down)
23685 (vcursor-disable, vcursor-beginning-of-buffer)
23686 (vcursor-end-of-buffer): Fix typos in docstrings.
23687 (vcursor-relative-move, vcursor-get-char-count):
23688 Improve argument/docstring consistency.
23689
23690 * version.el: "?\ " -> "?\s".
23691
23692 * wid-edit.el (widget-default-create, widget-after-change)
23693 (widget-default-format-handler, widget-checklist-add-item)
23694 (widget-radio-add-item, widget-choose, widget-specify-secret)
23695 (widget-field-value-create, widget-field-value-get)
23696 (widget-editable-list-format-handler)
23697 (widget-editable-list-entry-create, widget-group-value-create)
23698 (widget-documentation-link-add)
23699 (widget-documentation-string-value-create): "?\ " -> "?\s".
23700 (widget-convert-text): Doc fix.
23701 (widget-narrow-to-field, widget-field-find)
23702 (widget-url-link-action, widget-emacs-library-link-action)
23703 (widget-color-notify): Fix typos in docstrings.
23704
23705 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23706 (x-select-text, set-w32-system-coding-system)
23707 (w32-add-charset-info): Fix typos in docstrings.
23708
23709 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23710 (cua-enable-cua-keys, cua-use-hyper-key)
23711 (cua-virtual-rectangle-edges): Fix typos in docstrings.
23712 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23713
23714 * net/tramp.el (tramp-handle-load): Fix typo in error message.
23715
23716 * emacs-lisp/re-builder.el (regexp-builder): Declare with
23717 `defalias' instead of faking it.
23718
23719 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23720 (eshell-ls-missing, eshell-ls-dired-initial-args)
23721 (eshell-ls-use-in-dired): Fix typos in docstrings.
23722
237232005-07-20 Kim F. Storm <storm@cua.dk>
23724
23725 * emulation/cua-base.el (cua-mode): Improve doc string.
23726
237272005-07-20 Juanma Barranquero <lekktu@gmail.com>
23728
23729 * abbrev.el (expand-region-abbrevs): Doc fix.
23730 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23731 Improve argument/docstring consistency.
23732
23733 * arc-mode.el (archive-get-descr, archive-alternate-display):
23734 Doc fixes.
23735 (archive-l-e): Improve argument/docstring consistency.
23736 (archive-tmpdir, archive-unixdate, archive-unixtime)
23737 (archive-chmod-entry): Fix typos in docstrings.
23738 (archive-unflag, archive-unflag-backwards)
23739 (archive-unmark-all-files): "?\ " -> "?\s".
23740
23741 * buff-menu.el (Buffer-menu-unmark): Doc fix.
23742 (Buffer-menu-not-modified, Buffer-menu-execute)
23743 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23744 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23745
23746 * composite.el (compose-string, encode-composition-rule)
23747 (compose-last-chars): Fix typos in docstrings.
23748
23749 * desktop.el (desktop-enable, desktop-basefilename):
23750 Declare with `define-obsolete-variable-alias'.
23751 (desktop-internal-v2s): Don't quote keywords.
23752 (desktop-clear): "?\ " -> "?\s".
23753
23754 * dired.el (dired-align-file, dired-flag-backup-files)
23755 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23756 (dired-listing-switches, dired-ls-F-marks-symlinks)
23757 (dired-dwim-target, dired-load-hook, dired-mode-hook)
23758 (dired-directory, dired-faces, dired, dired-revert)
23759 (dired-mode, dired-summary, dired-view-file)
23760 (dired-copy-filename-as-kill, dired-delete-file)
23761 (dired-no-confirm, dired-unmark-all-marks)
23762 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23763 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23764 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23765 Fix typos in message strings.
23766
23767 * dired-x.el (virtual-dired): Declare with `defalias'.
23768 (dired-mark-unmarked-files, dired-local-variables-file)
23769 (dired-omit-here-always): Doc fix.
23770 (dired-omit-mode, dired-find-subdir)
23771 (dired-enable-local-variables, dired-clean-up-buffers-too)
23772 (dired-extra-startup, dired-mark-extension, dired-jump)
23773 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23774 (dired-smart-shell-command, dired-guess-shell-alist-user)
23775 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23776 (dired-x-bind-find-file, dired-x-submit-report):
23777 Fix typos in docstrings.
23778 (dired-mark-unmarked-files): "?\ " -> "?\s".
23779
23780 * dirtrack.el (dirtrack-list): Fix typos in docstring.
23781
23782 * faces.el (describe-face): "?\ " -> "?\s".
23783 (read-all-face-attributes, read-face-font, modify-face)
23784 (face-attr-construct, italic): Fix typos in docstrings.
23785 (frame-update-face-colors): Declare with
23786 `define-obsolete-function-alias'.
23787
23788 * files.el (find-file-noselect, recode-file-name): Doc fixes.
23789 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23790 (magic-mode-alist, buffer-file-numbers-unique)
23791 (write-file-functions, get-free-disk-space):
23792 Fix typos in docstrings.
23793 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23794 (write-contents-hooks, write-file-hooks):
23795 Declare with `define-obsolete-variable-alias'.
23796
23797 * forms-d2.el (arch-rj): Fix typo in docstrings.
23798 (arch-tocol): Likewise. "?\ " -> "?\s".
23799
23800 * frame.el (set-frame-font, cursor-in-non-selected-windows):
23801 Fix typo in docstring.
23802 (set-screen-width, set-screen-height): Delete redundant info in
23803 doctrings.
23804 (new-frame, screen-height, screen-width): Declare with
23805 `define-obsolete-function-alias'.
23806 (delete-frame-hook, blink-cursor): Declare with
23807 `define-obsolete-variable-alias'.
23808
23809 * paths.el (prune-directory-list): Fix typos in docstring.
23810
23811 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23812 (cvs-prefix-get): Fix typos in docstrings.
23813
23814 * ps-print.el (ps-extend-face-list, ps-extend-face)
23815 (ps-print-background-image): Fix typos in docstrings.
23816 (ps-default-fg, ps-default-bg): Doc fixes.
23817
23818 * s-region.el (s-region-bind): Doc fix.
23819 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23820
23821 * textmodes/org.el (org-table-formula-substitute-names)
23822 (org-table-get-vertical-vector): Doc fixes.
23823 (org-table-recalculate): Remove unused argument to `message'.
23824
238252005-07-19 Carsten Dominik <dominik@science.uva.nl>
23826
23827 * textmodes/org.el (org-table-column-names)
23828 (org-table-column-name-regexp)
23829 (org-table-named-field-locations): New variables.
23830 (org-archive-subtree): Protect `this-command' when calling
23831 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23832 the kill buffer.
23833 (org-complete): Remove fixed-formula completion.
23834 (org-edit-formulas-map): New variable.
23835 (org-table-edit-formulas): New command.
23836 (org-finish-edit-formulas, org-abort-edit-formulas)
23837 (org-show-variable, org-table-get-vertical-vector): New functions.
23838 (org-table-maybe-eval-formula): Handle `:=' fields.
23839 (org-table-get-stored-formulas, org-table-store-formulas)
23840 (org-table-get-formula, org-table-modify-formulas)
23841 (org-table-replace-in-formulas): Handle named field formulas.
23842 (org-table-get-specials): Store locations of named fields.
23843
238442005-07-19 Juri Linkov <juri@jurta.org>
23845
23846 * progmodes/grep.el (grep-regexp-alist)
23847 (grep-mode-font-lock-keywords, grep-process-setup):
23848 Use default GNU grep match color "01;31m" instead of "01;41m".
23849 (grep-regexp-alist, grep-mode-font-lock-keywords):
23850 Use `\\[[0-9]*m' instead of `\\[00m'.
23851 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23852 sgr_start where its handling is more important. Use the real
23853 length of sgr_start instead of constant 8.
23854 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
23855 specially. Delete all remaining escape sequences.
23856 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
23857 (grep-regexp-alist): Make hyperlink only for binary file name
23858 instead of the whole line.
23859 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
23860 (grep-mode): Add autoload.
23861
23862 * emacs-lisp/find-func.el (find-function-regexp):
23863 Add `define-compilation-mode'.
23864
238652005-07-19 Juri Linkov <juri@jurta.org>
23866
23867 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
23868 (compare-windows-sync-string-size, compare-windows-recenter)
23869 (compare-windows-highlight, compare-windows): Add version 22.1.
23870 (compare-windows) <defface>: Inherit from lazy-highlight instead
23871 of duplicating its default value.
23872
23873 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
23874 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
23875
23876 * descr-text.el (describe-char): Create link buttons for `charset'
23877 and `code point'. Add the current input method name with a link
23878 button to `to input' field. Print face names of display table
23879 characters in `The display table entry is displayed by' section
23880 instead of printing face-id in the `display' field.
23881 Guess hardcoded faces and create a link button for them.
23882 Skip empty fields when calculating max-width.
23883 Treat `widget-create' specially while inserting strings from the
23884 collected field list.
23885 (describe-char-after): Made obsolete in version 22.1, not 21.5.
23886
23887 * diff-mode.el (diff-file-header): Change foreground color from
23888 yellow to green on light backgrounds.
23889 (diff-context): Inherit from `shadow' only for color/grayscale
23890 with more than 88 colors.
23891 (diff-indicator-removed, diff-indicator-added)
23892 (diff-indicator-changed): New faces.
23893 (diff-font-lock-keywords): Use new faces. Regroup rules.
23894 Add "^---$" for `normal' diff format. Fontify `#' lines with
23895 font-lock-comment-delimiter-face and font-lock-comment-face.
23896 Add `#' to ^[^...] in the rule for `diff-context-face'.
23897
23898 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
23899 a button-like box. Inherit from `highlight' on low colors.
23900 (shadow): Use shades of gray only for color/grayscale with
23901 more than 88 colors. Use green for light backgrounds with
23902 8 colors, and yellow for dark backgrounds with 8 colors.
23903
23904 * font-lock.el (font-lock-regexp-grouping-backslash):
23905 Don't inherit from escape-glyph (use bold for all cases).
23906
23907 * info.el (info-xref-visited): Use light foreground color `violet'
23908 for dark backgrounds instead of dark color `magenta3'.
23909 (info-title-1): Use `yellow' color for dark backgrounds.
23910
23911 * isearch.el (isearch): Use not-too-dark magenta3 instead of
23912 too-light magenta2.
23913
23914 * replace.el (match): Use slightly more light RoyalBlue3 instead
23915 of dark RoyalBlue4.
23916
23917 * wid-edit.el (widget-inactive): Inherit from `shadow'.
23918
239192005-07-19 Juanma Barranquero <lekktu@gmail.com>
23920
23921 * novice.el (disabled-command-hook): Declare it with
23922 `define-obsolete-variable-alias'.
23923
23924 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
23925 (desktop-buffer-misc-functions, desktop-buffer-handlers)
23926 (desktop-load-default): Add release to obsolescence info.
23927 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
23928 (desktop-append-buffer-args, desktop-read):
23929 Fix typos in docstrings.
23930 (desktop-kill): Fix typo in message.
23931 (desktop-save): Doc fix.
23932
239332005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
23934
23935 * viper-cmd.el (viper-escape-to-state): Bug fix.
23936 (viper-envelop-ESC-key): Change the definition of fast
23937 keysequence so it'll work with keyboard macros.
23938
23939 * ediff.el (ediff-patch-buffer): Change the docstring.
23940
239412005-07-19 Kenichi Handa <handa@m17n.org>
23942
23943 * international/mule-cmds.el (select-safe-coding-system): Try to
23944 use an auto-coding (if any) before anything else. If the found
23945 auto-coding is invalid, show a warning message.
23946
23947 * international/mule.el (find-auto-coding): New function created
23948 by modifying the body of set-auto-coding.
23949 (set-auto-coding): Use find-auto-coding to find a coding.
23950
239512005-07-18 Richard M. Stallman <rms@gnu.org>
23952
23953 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
23954 not isearch-mode-end-hook-error.
23955 (allout-before-change-protect): Fix error message.
23956
239572005-07-18 Juri Linkov <juri@jurta.org>
23958
23959 * allout.el (allout-mode):
23960 * calculator.el (calculator-copy):
23961 * custom.el (custom-known-themes):
23962 * dired.el (dired-desktop-buffer-misc-data)
23963 (dired-restore-desktop-buffer):
23964 * dired-x.el (dired-omit-marker-char):
23965 * files.el (basic-save-buffer):
23966 * font-core.el (font-lock-mode):
23967 * calendar/calendar.el (calendar-goto-hebrew-date)
23968 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
23969 (calendar-goto-persian-date):
23970 * language/ethio-util.el (ethio-sera-to-fidel-region):
23971 * textmodes/picture.el (picture-mode):
23972 Delete duplicate duplicate words.
23973
239742005-07-18 Juri Linkov <juri@jurta.org>
23975
23976 * isearch.el (isearch-mode-map): Remove key bindings for regexp
23977 chars * ? } |.
23978 (isearch-fallback): Don't call `isearch-process-search-char'.
23979 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
23980 (isearch-process-search-char): Call `isearch-fallback' for regexp
23981 chars * ? } |.
23982 (isearch-return-char): Make obsolete with `make-obsolete' instead
23983 of simply documenting it as obsolete in the docstring.
23984 (isearch-fallback): Refill docstring.
23985
23986 * international/isearch-x.el
23987 (isearch-process-search-multibyte-characters): Remove unneeded
23988 `concat'. Add intermediate values to `junk-hist' instead of
23989 `minibuffer-history'. Test the length of `str'.
23990
239912005-07-18 Juanma Barranquero <lekktu@gmail.com>
23992
23993 * allout.el (allout-resolve-xref): Fix typos in error strings.
23994 (allout-before-change-protect): Remove unneeded `concat'.
23995
23996 * array.el (array-mode, array-reconfigure-rows)
23997 (untabify-backward): Fix typos in docstrings.
23998 (array-reconfigure-rows): Use `insert-buffer-substring', not
23999 `insert-buffer'.
24000
24001 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
24002 * progmodes/ada-mode.el (ada-make-body):
24003 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
24004
24005 * dired.el (dired-log):
24006 * tar-mode.el (tar-subfile-save-buffer):
24007 * play/zone.el (zone-pgm-stress-destress):
24008 Use `insert-buffer-substring', not `insert-buffer'.
24009
240102005-07-17 Simon Josefsson <jas@extundo.com>
24011
24012 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
24013
240142005-07-16 Jose E. Marchesi <jemarch@gnu.org>
24015
24016 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
24017 Add plain auth method.
24018 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
24019
240202005-07-17 Kim F. Storm <storm@cua.dk>
24021
24022 * ido.el (dired-other-window): Add ido property.
24023
240242005-07-16 Juanma Barranquero <lekktu@gmail.com>
24025
24026 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24027 Fix typo in docstring.
24028 (byte-compile-interactive-only-functions): Add `insert-buffer' and
24029 `insert-file-literally'.
24030
24031 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
24032 info and delete redundant message. Doc fix.
24033 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
24034 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
24035
240362005-07-16 Richard M. Stallman <rms@gnu.org>
24037
24038 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
24039 (byte-compile-and): Use byte-compile-and-recursion.
24040 (byte-compile-or-recursion): New function.
24041 (byte-compile-or): Use that.
24042 (byte-compile-if): Guard the else-clause too.
24043 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
24044
24045 * isearch.el (isearch-mode-end-hook-quit): New variable.
24046 (isearch-done): Bind it.
24047 (isearch-mode-end-hook): Doc fix.
24048
24049 * allout.el (allout-isearch-did-quit): Variable deleted.
24050 (allout-real-isearch-abort): Function name no longer used.
24051 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24052 (allout-isearch-rectification): isearch-mode always exists.
24053 Don't set allout-isearch-did-quit.
24054 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24055 allout-isearch-did-quit.
24056 (allout-enwrap-isearch): Just add the hook.
24057 (allout-isearch-abort): Function deleted.
24058 (allout-pre-command-business): Avoid warning.
24059
24060 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24061 Correctly avoid warnings.
24062 (pascal-outline): Likewise.
24063
24064 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24065
24066 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24067
24068 * play/tetris.el (tetris-mode): Avoid warning.
24069
24070 * play/snake.el (snake-mode): Avoid warning.
24071
24072 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24073 (gamegrid-set-display-table): Avoid warning.
24074 (gamegrid-set-timer): Likewise.
24075 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24076 (gamegrid-add-score-with-update-game-score-1): Take FILE
24077 as argument.
24078 (gamegrid-add-score-with-update-game-score): Pass that argument.
24079 Rename have-shared-game-dir to gamegrid-shared-game-dir.
24080
24081 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24082
24083 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24084 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24085
24086 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24087 and insert-file.
24088
24089 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24090 (sc-ask): Avoid warnings.
24091
24092 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24093 (eshell-hist-initialize): Use that var the natural way.
24094
24095 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24096
24097 * emacs-lisp/re-builder.el (reb-cook-regexp):
24098 Avoid warning calling lre-compile-string.
24099 (reb-color-display-p): Avoid warning.
24100
24101 * calculator.el (calculator-last-input): Guard uses
24102 of event-key and key-press-event-p.
24103 (event-key, key-press-event-p): Delete definitions.
24104
24105 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24106 (find-gc-source-directory, find-gc-subrs-callers)
24107 (find-gc-noreturn-list, find-gc-source-files)
24108 (find-gc-subrs-called): Vars renamed and defvar'd.
24109
24110 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24111 (checkdoc-overlay-put, checkdoc-delete-overlay)
24112 (checkdoc-overlay-start, checkdoc-overlay-end)
24113 (checkdoc-mode-line-update, checkdoc-char=):
24114 Define such that compiler knows they are defined.
24115 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
24116 (checkdoc-read-event): Delete. Use read-event directly.
24117
24118 * whitespace.el (whitespace-make-overlay)
24119 (whitespace-overlay-put, whitespace-delete-overlay)
24120 (whitespace-overlay-start, whitespace-overlay-end):
24121 Define such that compiler knows they are defined.
24122 (whitespace): Move conditional inside.
24123
24124 * tempo.el (tempo-insert-template): Suppress warning.
24125
24126 * ediff-diff.el (longlines-mode): Add defvar.
24127
241282005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
24129
24130 * server.el: Bind "C-x #" in a way that works even if C-x is
24131 redefined to a command key, not a prefix key.
24132
4fc9bd56 241332005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
6fee106e
KS
24134
24135 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24136 cl-make-type-test till execution time.
24137
241382005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
24139
24140 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24141 arg ARG and use it.
24142
4fc9bd56 241432005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
6fee106e
KS
24144
24145 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24146
241472005-07-15 Luc Teirlinck <teirllm@auburn.edu>
24148
24149 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24150 a defcustom with two :set or :type keywords.
24151
241522005-07-15 Richard M. Stallman <rms@gnu.org>
24153
24154 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24155 Don't give ^M comment-end syntax.
24156
241572005-07-16 Nick Roberts <nickrob@snap.net.nz>
24158
24159 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24160 Don't consider gdbmi (gdb-mi.el has its own update functions).
24161 (gdb-var-delete): Make it work for gdbmi as well.
24162 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24163
24164 * progmodes/gud.el (etags, sdb): Only require etags when needed.
24165 (gud-speedbar-menu-items): Correct logic for enabling items.
24166
241672005-07-15 Kim F. Storm <storm@cua.dk>
24168
24169 * ido.el: Fix commentary.
24170 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24171 Use with-no-warnings around ffap-guesser.
24172 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24173 Let bind minibuffer-completing-file-name to t.
24174
241752005-07-15 Juanma Barranquero <lekktu@gmail.com>
24176
24177 * startup.el (site-run-file, keyboard-type): Doc fixes.
24178 (command-line): Check for "--basic-display" argument; also for
24179 "--quick", not "--bare-bones" (which was renamed).
24180 (fancy-splash-text): Add missing item "Getting New Versions".
24181 (normal-splash-screen): Fix typos and improve consistency with
24182 `fancy-splash-text'. Update copyright year.
24183
24184 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24185 valid binding for `help-char'.
24186
24187 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24188
241892005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
24190
24191 * term.el (term-mode): Disable cua-mode for term buffers.
24192
241932005-07-14 Juanma Barranquero <lekktu@gmail.com>
24194
24195 * add-log.el (add-log-mailing-address, change-log-merge):
24196 Doc fixes.
24197 (change-log-get-method-definition): Fix typo in docstring.
24198
241992005-07-14 Kim F. Storm <storm@cua.dk>
24200
24201 * emulation/cua-base.el:
24202 (cua--pre-command-handler-1, cua--pre-command-handler)
24203 (cua--post-command-handler-1, cua--post-command-handler):
24204 Split in two. Check (buffer local) value of cua-mode.
24205 (cua-selection-mode): New command.
24206
242072005-07-13 Luc Teirlinck <teirllm@auburn.edu>
24208
24209 * custom.el (custom-initialize-safe-set)
24210 (custom-initialize-safe-default): Doc fixes.
24211
24212 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24213 and simplify :init-value again.
24214
24215 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24216 and simplify :init-value again. Delete autoload.
24217
24218 * startup.el (command-line): Use `custom-reevaluate-setting' again
24219 for tooltip-mode.
24220
24221 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24222 a defcustom with two :initialize keywords.
24223
242242005-07-13 Juanma Barranquero <lekktu@gmail.com>
24225
24226 * allout.el (my-mark-marker, allout-isearch-prior-pos)
24227 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24228 (allout-post-command-business, allout-flag-region)
24229 (isearch-reenable-font-lock, allout-yank)
24230 (allout-insert-latex-header, allout-insert-latex-trailer)
24231 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24232 (allout-latex-verb-quote): Fix typos in docstrings.
24233 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24234 (allout-unprotected, allout-prefix-data):
24235 Improve argument/docstring consistency.
24236 (allout-chart-subtree): Fix argument spec.
24237 (allout-open-topic): Rename `use_sib_bullet' argument to
24238 `use-sib-bullet'. Doc fix.
24239
24240 * whitespace.el (whitespace-check-buffer-leading)
24241 (whitespace-check-buffer-trailing)
24242 (whitespace-check-buffer-indent)
24243 (whitespace-check-buffer-spacetab)
24244 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24245 (whitespace-check-leading-whitespace)
24246 (whitespace-check-trailing-whitespace)
24247 (whitespace-check-spacetab-whitespace)
24248 (whitespace-check-indent-whitespace)
24249 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24250 (whitespace-modes): Fix typos in docstrings.
24251 (defgroup, defcustom): Doc fixes.
24252
24253 * winner.el (winner-mode, winner-boring-buffers)
24254 (winner-pending-undo-ring): Doc fixes.
24255 (winner-ring): Remove unneeded `progn'.
24256 (winner-equal): `defsubst' it.
24257 (winner-redo): Fix message.
24258
242592005-07-13 Kim F. Storm <storm@cua.dk>
24260
24261 * simple.el (line-move-1): Always use vertical-motion to
24262 do the last (or only) line move to ensure some movement.
24263 Undo 2005-06-23 change--don't check for overlays.
24264
242652005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24266
24267 * term/mac-win.el (ccl-encode-mac-roman-font)
24268 (ccl-encode-mac-centraleurroman-font)
24269 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24270 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24271 Change charset-id boundary of dimension to ?\xef.
24272 (mac-char-fontspec-list): New constant.
24273 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
24274 argument. Nil uses itself as family in font-spec. Previous
24275 behavior for nil is now provided by non-nil non-string argument.
24276 All callers changed. Add font-specs for Mac fonts to
24277 "fontset-default" unless iso8859-1 fonts are installed.
24278
242792005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24280
24281 * progmodes/sh-script.el (sh-get-indent-info): Only indent
24282 a continuation line if the \ is preceded by SPC or TAB.
24283 (sh-get-indent-info): Simplify.
24284 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24285 Use with-current-buffer.
24286
24287 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24288 when the matched text is empty.
24289
242902005-07-12 Luc Teirlinck <teirllm@auburn.edu>
24291
24292 * startup.el (command-line): Revert to previous handling of
24293 tooltip-mode. Explain in comment why the complexity is needed.
24294
24295 * tooltip.el (tooltip-mode): Revert to previous implementation of
24296 its defcustom.
24297
24298 * frame.el (blink-cursor-mode): Revert to previous implementation
24299 of its defcustom. Update comment.
24300
243012005-07-12 Lars Hansen <larsh@soem.dk>
24302
24303 * desktop.el: Update e-mail address.
24304
243052005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24306
24307 * term/mac-win.el (mac-services-mail-selection)
24308 (mac-services-mail-to): New functions.
24309 (mac-application-menu-map): Bind them.
24310
243112005-07-12 wulei <milton@wulei.net> (tiny change)
24312
24313 * progmodes/gdb-ui.el: Add note about buffering with Windows.
24314
243152005-07-11 Luc Teirlinck <teirllm@auburn.edu>
24316
24317 * custom.el (custom-reevaluate-setting): Doc fix.
24318
243192005-07-11 Jay Belanger <belanger@truman.edu>
24320
24321 * calc/calc.el (calc-embedded-announce-formula-alist)
24322 (calc-embedded-open-close-plain-alist)
24323 (calc-embedded-open-close-mode-alist): Add checks for additional
24324 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24325
243262005-07-11 Juanma Barranquero <lekktu@gmail.com>
24327
24328 * custom.el (custom-enable-theme): Don't add theme to
24329 `custom-enabled-themes' with `push' because there is no
24330 setf-method for `delq'.
24331
243322005-07-11 Richard M. Stallman <rms@gnu.org>
24333
24334 * custom.el (custom-declare-variable): Doc fix.
24335
24336 * dired-aux.el (dired-compare-directories): Remove "." and ".."
24337 from the alists.
24338
24339 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24340 Do nothing if edebug-active.
24341
24342 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24343 (edebug-display): Do it here instead.
24344
243452005-07-10 Richard M. Stallman <rms@gnu.org>
24346
24347 * cus-face.el (custom-theme-set-faces): Make it work.
24348 (custom-reset-faces): Doc fix.
24349 (custom-theme-reset-internal-face, custom-theme-face-value):
24350 Functions deleted.
24351
24352 * custom.el (custom-push-theme): Maintain list of the settings
24353 of a given theme in its theme-settings property.
24354 Maintain position of old settings in the theme-value
24355 or theme-face property.
24356 (custom-enabled-themes): New variable.
24357 (custom-theme-enabled-p): New function.
24358 (provide-theme): Update custom-enabled-themes.
24359 Disable and reenable the `user' theme.
24360 (require-theme): Doc fix.
24361 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24362 (custom-theme-value, custom-theme-variable-value): Likewise.
24363 (custom-theme-reset-internal): Likewise.
24364 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24365 (custom-enable-theme, custom-disable-theme): New functions.
24366 (custom-variable-theme-value, custom-face-theme-value): Likewise.
24367 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24368 (custom-theme-reset-variables): Simplify.
24369 (deftheme, custom-declare-theme, custom-make-theme-feature):
24370 Definitions moved.
24371
243722005-07-10 Chong Yidong <cyd@stupidchicken.com>
24373
24374 * longlines.el (longlines-show-region)
24375 (longlines-unshow-hard-newlines): Recognize hard newlines by
24376 non-nil hard property, instead of t.
24377
243782005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
24379
24380 * viper-cmd.el (viper--key-maps): New variable.
24381 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24382 emulation-mode-map-alists.
24383 (viper-envelop-ESC-key): Use viper-subseq.
24384 (viper-search-forward/backward/next): Disable debug-on-error.
24385
24386 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24387 (viper-ESC-key): New defcustoms.
24388
24389 * viper-macs.el (ex-map-read-args): Use viper-subseq.
24390
24391 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24392 (viper-subseq): Copy of subseq from cl.el.
24393
24394 * viper.el (viper-go-away, viper-set-hooks): Use
24395 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24396
24397 * viper-mous.el (viper-current-frame-saved): Use defvar.
24398
24399 * viper-init.el: Get rid of -face in face names.
24400
24401 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24402 Make it work with longlines mode
24403
24404 * ediff-mult.el (ediff-meta-mode-hook): New variable.
24405
24406 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24407
24408 * ediff-init.el: Get rid of -face in face names.
24409
244102005-07-10 Richard M. Stallman <rms@gnu.org>
24411
24412 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24413 and with-timeout-unsuspend.
24414
24415 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24416 and with-timeout-unsuspend.
24417
24418 * emacs-lisp/timer.el (with-timeout-timers): New variable.
24419 (with-timeout): Bind that variable to record timers.
24420 (with-timeout-suspend, with-timeout-unsuspend): New functions.
24421
24422 * emacs-lisp/debug.el (debug-help-follow): New function.
24423 (debugger-mode-map): Use that instead of help-follow.
24424 (debugger-setup-buffer): Use eval-buffer-list
24425 to handle eval-buffer frames.
24426
244272005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
24428
24429 * timezone.el (timezone-parse-date): Change first regexp
24430 so it will not mistakenly match dates with no time zone.
24431
244322005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
24433
24434 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24435
244362005-07-10 Luc Teirlinck <teirllm@auburn.edu>
24437
24438 * custom.el (custom-initialize-safe-set)
24439 (custom-initialize-safe-default): New functions.
24440
24441 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24442 and simplify :init-value.
24443
24444 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24445 and simplify :init-value. Delete obsolete comment.
24446
24447 * startup.el (command-line): Use `custom-reevaluate-setting' to
24448 handle `tooltip-mode'. Delete obsolete comment.
24449
24450 * files.el (set-visited-file-name): Avoid calling
24451 `file-name-nondirectory' with a nil argument.
24452
244532005-07-09 Richard M. Stallman <rms@gnu.org>
24454
24455 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24456 was called with nil for the buffer, handle the read position right.
24457 Handle read position for eval-region, too.
24458
244592005-07-09 Juri Linkov <juri@jurta.org>
24460
24461 * fringe.el (fringe-mode): Add period in docstring.
24462 (fringe-query-style): Build prompt depending on `all-frames' arg.
24463
24464 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24465 to not create links to unrelated functions in the Help buffer.
24466
24467 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24468 Doc fix.
24469
24470 * simple.el (next-error-hook): New variable.
24471 (next-error): Use it. Doc fix.
24472
24473 * textmodes/ispell.el (ispell-command-loop): Add current
24474 dictionary name and program name to mode-line-format.
24475 (ispell-region, ispell-process-line): Add current dictionary name
24476 and program name to messages.
24477
244782005-07-08 Jay Belanger <belanger@truman.edu>
24479
24480 * calc/calc.el (calc-embedded-announce-formula-alist)
24481 (calc-embedded-open-close-formula-alist)
24482 (calc-embedded-open-close-word-alist)
24483 (calc-embedded-open-close-plain-alist)
24484 (calc-embedded-open-close-new-formula-alist)
24485 (calc-embedded-open-close-mode-alist)
24486 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24487 (calc-embedded-mode-hook): New variables.
24488
24489 * calc/calc-embed.el (calc-embedded-firsttime)
24490 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24491 New variables.
24492 (calc-do-embedded): Use calc-embedded-firsttime,
24493 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24494 determine whether or not to run hooks.
24495 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
24496 calc-embedded-firsttime-formula appropriately.
24497 Set calc-embedded delimiter variables according to mode.
24498
244992005-07-08 Richard M. Stallman <rms@gnu.org>
24500
24501 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24502 Check for "emacs", etc., as entire symbol, not just as word.
24503 (checkdoc-file-comments-engine): Use regexp-quote on FN.
24504
24505 * files.el (set-visited-file-name): Report the error
24506 for "empty filename" earlier.
24507 (kill-some-buffers): Ignore buffers already dead.
24508
24509 * fringe.el (fringe-mode): Doc fix.
24510
24511 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24512 Check for (featurep 'xemacs) and turn off warnings in what it guards.
24513 Use unwind-protect to ensure byte-compile-unresolved-functions
24514 is updated.
24515
24516 * whitespace.el (whitespace-buffer-leading-cleanup):
24517 Simplify w/ skip-chars-forward.
24518 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24519
24520 * mail/rmail.el (rmail-only-expunge): Fix paren error.
24521 Unconditionally try to leave point at the same old place.
24522
245232005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
24524
24525 * comint.el (comint-postoutput-scroll-to-bottom)
24526 (comint-show-maximum-output): Take scroll-margin into consideration.
24527
245282005-07-08 Kim F. Storm <storm@cua.dk>
24529
24530 * ido.el (ido-use-filename-at-point): New choice `guess'.
24531 (ido-file-internal): Try ffap-guesser if selected.
24532
24533 * ido.el (ido-before-fallback-functions): New hook.
24534 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24535 (ido-read-file-name): Run it.
24536
245372005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
24538
24539 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24540 strings rather than a list of symbols to the completion function.
24541
245422005-07-07 Jay Belanger <belanger@truman.edu>
24543
24544 * calc/calc-units.el (math-apply-units): Change the places in
24545 which units are simplified.
24546
245472005-07-07 Luc Teirlinck <teirllm@auburn.edu>
24548
24549 * cus-edit.el (customize-option, customize-option-other-window):
24550 Make them handle aliases.
24551
24552 * custom.el (custom-variable-p): Make it recursively follow
24553 aliases. Mention that in the docstring.
24554
245552005-07-07 Richard M. Stallman <rms@gnu.org>
24556
24557 * cus-start.el (exec-path): Use `directory' instead of `file'.
24558 Fix tag for nil.
24559
245602005-07-07 Juanma Barranquero <lekktu@gmail.com>
24561
24562 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24563 when called non-interactively. Doc fix.
24564
245652005-07-07 Lute Kamstra <lute@gnu.org>
24566
24567 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24568 new address as well.
24569
245702005-07-07 Kenichi Handa <handa@m17n.org>
24571
24572 * international/mule.el (make-coding-system):
24573 Describe `ascii-incompatible' property in the docstring.
24574 (set-file-name-coding-system): Signal an error if coding-system is
24575 ascii-incompatible.
24576 (set-keyboard-coding-system): Likewise.
24577
24578 * international/mule-cmds.el (set-default-coding-systems):
24579 Don't set default-file-name-coding-system and
24580 default-keyboard-coding-system if coding-system is ASCII-incompatible.
24581
24582 * international/utf-16.el: Declare that all UTF-16-based coding
24583 systems are ASCII-incompatible.
24584
245852005-07-07 Nick Roberts <nickrob@snap.net.nz>
24586
24587 * progmodes/gud.el: Require font-lock for displaying errors.
24588 Used by gdb-ui.el.
24589
245902005-07-07 Juanma Barranquero <lekktu@gmail.com>
24591
24592 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24593 values for the pattern lists which are `read'able but not
24594 `append'able (like symbols).
24595
245962005-07-06 Richard M. Stallman <rms@gnu.org>
24597
24598 * progmodes/flymake.el (flymake-float-time): Instead of
9c92edca 24599 with-no-warnings, test for XEmacs.
6fee106e
KS
24600 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24601 to avoid warning.
24602
246032005-07-06 Juanma Barranquero <lekktu@gmail.com>
24604
24605 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24606
246072005-07-05 Lute Kamstra <lute@gnu.org>
24608
24609 * battery.el: Add support for Darwin (with much debugging help
24610 from Samuel Lauber <sam124@operamail.com>).
24611 (battery-status-function, battery-echo-area-format)
24612 (battery-mode-line-format): Add support for pmset on Darwin.
24613 (battery-load-low, battery-load-critical): New user options.
24614 (battery-pmset): New function.
24615
246162005-07-05 Lute Kamstra <lute@gnu.org>
24617
24618 Update FSF's address in GPL notices.
24619
24620 * textmodes/page-ext.el: Update FSF's address.
24621
246222005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
24623
24624 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24625 filling from using prefix when filling a single-line docstring.
24626
24627 * progmodes/flymake.el: Remove useless eval-when-compile.
24628
24629 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24630
246312005-07-04 Richard M. Stallman <rms@gnu.org>
24632
24633 * textmodes/org.el (org-file-apps-defaults-gnu):
24634 Rename from org-file-apps-defaults-linux.
24635 (org-default-apps): Don't test system-type for `linux'.
24636 (org-file-apps): Doc fix.
24637
246382005-07-04 David Ponce <david@dponce.com>
24639
24640 * tree-widget.el: Improve header Commentary section.
24641 (tree-widget) [defgroup]
24642 (tree-widget-image-enable, tree-widget-themes-directory)
24643 (tree-widget-theme, tree-widget-image-properties-emacs)
24644 (tree-widget-image-properties-xemacs, tree-widget-create-image)
24645 (tree-widget-image-formats, tree-widget-control)
24646 (tree-widget-empty-control, tree-widget-leaf-control
24647 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24648 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24649 (tree-widget-keep, tree-widget-after-toggle-functions)
24650 (tree-widget-open-node, tree-widget-close-node): Doc fix.
24651 (tree-widget-open-control, tree-widget-close-control): Fix doc and
24652 :help-echo message.
24653 (tree-widget-set-theme): Doc fix. Use `string-equal'.
24654 (tree-widget-image-properties): Doc fix. Clearer implementation.
24655 (tree-widget--cursors): New constant.
24656 (tree-widget-lookup-image): New function split from
24657 `tree-widget-find-image'. Clearer implementation.
24658 (tree-widget-find-image): Use it.
24659 (tree-widget-button-keymap): Use `set-keymap-parent'.
24660 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24661 Define the sub-widgets here.
24662 (tree-widget-node): Check that :node is not a tree-widget.
24663 (tree-widget-get-super, tree-widget-open-control)
24664 (tree-widget-close-control, tree-widget-empty-control)
24665 (tree-widget-leaf-control, tree-widget-guide)
24666 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24667 (tree-widget-no-handle, tree-widget-value-delete)
24668 (tree-widget-map): Remove.
24669 (tree-widget-children-value-save): Doc fix. Simplified.
24670 (tree-widget-value-create): Update according to previous changes.
24671
246722005-07-04 Carsten Dominik <dominik@science.uva.nl>
24673
24674 * textmodes/org.el: Leading space replaced by TABS.
24675 (org-recalc-marks, org-table-rotate-recalc-marks)
24676 (org-table-get-specials): Treat "^" and "_" marks.
24677 (org-table-justify-field-maybe): Optional argument NEW.
24678 (org-table-eval-formula): Parsing of the format simplified.
24679 New modes C,I. Honor the %= parameter in the current table.
24680 Avoid unnecessary re-align by using the NEW argument to
24681 `org-table-justify-field-maybe'.
24682 (org-calc-default-modes): Default for date-format mimicks org-mode.
24683 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24684
246852005-07-03 Luc Teirlinck <teirllm@auburn.edu>
24686
24687 * cus-face.el (custom-theme-set-faces): Make it handle face
24688 aliases whose alias declarations are pre- or autoloaded.
24689
246902005-07-04 Juri Linkov <juri@jurta.org>
24691
24692 * faces.el (read-face-name): Put the code for getting a face name
24693 from the buffer before adding the faces from the `face' property.
24694 Use `completing-read-multiple' instead of `completing-read'.
24695 Require `crm'. Add default value and post-process the returned
24696 list of faces.
24697
24698 * emacs-lisp/crm.el (crm-find-current-element)
24699 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24700
24701 * emacs-lisp/lisp-mode.el (eval-defun-1):
24702 * emacs-lisp/edebug.el (edebug-eval-defun):
24703 Remove unnecessary quotes.
24704
247052005-07-04 Juanma Barranquero <lekktu@gmail.com>
24706
24707 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24708 (prolog-indent-level): Fix typo in docstring.
24709
24710 * info.el (Info-history, Info-history-forward)
24711 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24712
24713 * add-log.el (add-change-log-entry):
24714 * comint.el (comint-dynamic-list-input-ring)
24715 (comint-dynamic-list-completions):
24716 * dabbrev.el (dabbrev-expand):
24717 * delim-col.el (delimit-columns-rectangle-line):
24718 * diff-mode.el (diff-context->unified, diff-reverse-direction)
24719 (diff-unified->context):
24720 * ediff-init.el (ediff-abbrev-jobname):
24721 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24722 (ediff-replace-session-activity-marker-in-meta-buffer):
24723 * info.el (Info-summary):
24724 * lpr.el (printify-region):
24725 * printing.el (pr-create-interface):
24726 * ps-print.el (ps-print-quote):
24727 * ses.el (ses-column-widths, ses-print-cell)
24728 (ses-adjust-print-width, ses-center):
24729 * shell.el (shell-file-name-quote-list):
24730 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24731 (strokes-fill-current-buffer-with-whitespace)
24732 (strokes-xpm-for-stroke, strokes-list-strokes)
24733 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24734 * term.el (term-dynamic-list-input-ring)
24735 (term-dynamic-list-completions):
24736 * calc/calc.el (math-format-stack-value):
24737 * emacs-lisp/edebug.el (edebug-display-freq-count):
24738 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24739 (delphi-new-comment-line):
24740 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24741 * progmodes/executable.el (executable-set-magic):
24742 * progmodes/python.el (inferior-python-mode):
24743 * progmodes/scheme.el (scheme-mode-syntax-table):
24744 * progmodes/sh-script.el (sh-maybe-here-document):
24745 * progmodes/sql.el (sql-copy-column):
24746 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24747 * textmodes/bibtex.el (bibtex-mode):
24748 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24749 (sgml-auto-attributes):
24750 * textmodes/table.el (table-insert, table-shorten-cell)
24751 (table--generate-source-scan-lines, table-delete-row)
24752 (*table--cell-delete-char, table--spacify-frame)
24753 (table--horizontally-shift-above-and-below)
24754 (table--cell-insert-char, table--cell-blank-str)
24755 (table--fill-region-strictly):
24756 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24757 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24758
24759 * add-log.el (change-log):
24760 * apropos.el (apropos):
24761 * comint.el (comint-completion, comint-source):
24762 * dabbrev.el (dabbrev):
24763 * delim-col.el (columns):
24764 * diff-mode.el (diff-mode):
24765 * ediff.el (ediff):
24766 * ediff-diff.el (ediff-diff):
24767 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24768 * ediff-mult.el (ediff-mult):
24769 * ediff-ptch.el (ediff-ptch):
24770 * ediff-wind.el (ediff-window):
24771 * facemenu.el (facemenu):
24772 * indent.el (indent):
24773 * info.el (info):
24774 * jka-cmpr-hook.el (compression, jka-compr):
24775 * lpr.el (lpr):
24776 * outline.el (outlines):
24777 * pcmpl-cvs.el (pcmpl-cvs):
24778 * pcmpl-rpm.el (pcmpl-rpm):
24779 * printing.el (printing):
24780 * ps-print.el (postscript, ps-print, ps-print-horizontal)
24781 (ps-print-vertical, ps-print-headers, ps-print-font)
24782 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24783 (ps-print-background, ps-print-printer, ps-print-page)
24784 (ps-print-miscellany):
24785 * ses.el (ses):
24786 * shell.el (shell, shell-directories, shell-faces):
24787 * startup.el (initialization):
24788 * strokes.el (strokes):
24789 * term.el (term):
24790 * uniquify.el (uniquify):
24791 * w32-vars.el (w32):
24792 * calc/calc.el (calc):
24793 * emacs-lisp/bytecomp.el (bytecomp):
24794 * emacs-lisp/cl-indent.el (lisp-indent):
24795 * emacs-lisp/edebug.el (edebug):
24796 * emacs-lisp/elp.el (elp):
24797 * emacs-lisp/testcover.el (testcover):
24798 * emacs-lisp/trace.el (trace):
24799 * emulation/viper-ex.el (viper-ex):
24800 * emulation/viper-mous.el (viper-mouse):
24801 * mail/mailalias.el (mailalias):
24802 * mail/supercite.el (supercite, supercite-frames)
24803 (supercite-attr, supercite-cite, supercite-hooks):
24804 * net/rcompile.el (remote-compile):
24805 * net/rlogin.el (rlogin):
24806 * obsolete/ooutline.el (outlines):
24807 * progmodes/delphi.el (delphi):
24808 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24809 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24810 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24811 (ebnf-optimization):
24812 * progmodes/etags.el (etags):
24813 * progmodes/executable.el (executable):
24814 * progmodes/idlwave.el (idlwave):
24815 * progmodes/pascal.el (pascal):
24816 * progmodes/prolog.el (prolog):
24817 * progmodes/python.el (python):
24818 * progmodes/scheme.el (scheme):
24819 * progmodes/sh-script.el (sh, sh-script):
24820 * progmodes/sql.el (SQL):
24821 * progmodes/tcl.el (tcl):
24822 * textmodes/bibtex.el (bibtex, bibtex-autokey):
24823 * textmodes/enriched.el (enriched):
24824 * textmodes/makeinfo.el (makeinfo):
24825 * textmodes/sgml-mode.el (sgml):
24826 * textmodes/table.el (table-hooks):
24827 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24828 * textmodes/texinfo.el (texinfo):
24829 * textmodes/two-column.el (two-column):
24830 Finish `defgroup' description with period.
24831
24832 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24833 * eshell/esh-var.el (eshell-var):
24834 * progmodes/vhdl-mode.el (vhdl-testbench):
24835 * textmodes/org.el (org): Fix typos in docstrings.
24836
24837 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24838 consistency.
24839
24840 * progmodes/flymake.el (flymake-find-file): Remove.
24841 (flymake-float-time): Use `with-no-warnings'.
24842 (flymake-check-start-time, flymake-check-was-interrupted)
24843 (flymake-err-info, flymake-is-running, flymake-last-change-time)
24844 (flymake-new-err-info): `defvar' at compile time.
24845
248462005-07-03 Juanma Barranquero <lekktu@gmail.com>
24847
24848 * replace.el (occur-hook): Doc fix.
24849 (occur-1): Don't call `occur-hook' if there are no matches.
24850
248512005-07-03 Richard M. Stallman <rms@gnu.org>
24852
24853 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
24854 global-map, save the same map.
24855 (global-map): Don't alter it at top level.
24856 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
24857 Then alter it here instead.
24858 (tpu-edt-off): Set global-map to the saved one.
24859
24860 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
24861 All references simplified.
24862 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
24863 (zmacs-regions): Add defvar.
24864 (repeat-complex-command-map): Everything about that deleted.
24865
24866 * textmodes/artist.el (artist-key-is-drawing)
24867 (artist-key-endpoint1, artist-key-poly-point-list)
24868 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
24869 (artist-key-compl-table, artist-rb-save-data)
24870 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
24871 Don't put them in eval-when-compile.
24872 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
24873
24874 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
24875 Use with-no-warnings.
24876
24877 * net/browse-url.el (dos-windows-version): Add defvar.
24878
24879 * mail/supercite.el (filladapt-prefix-table): Add defvar.
24880
24881 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
24882 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
24883 (rmail-new-summary-line-count): Rename from new-summary-line-count.
24884 Add defvar.
24885 (rmail-summary-beginning-of-message): Use with-no-warnings.
24886 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
24887
24888 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
24889 Use with-no-warnings.
24890
24891 * emulation/vi.el (vi-mark-region): Use c-mark-function.
24892 (c-mark-function): Add point-moving-unit property.
24893 (vi-goto-line): Use with-no-warnings.
24894
24895 * emulation/edt.el (edt-last-copied-word): Add defvar.
24896 (zmacs-region-stays): Likewise.
24897 (edt-mark-section-wisely): Use c-mark-function for C.
24898 Use makr-defun for Fortran.
24899 (time-string): defvar deleted.
24900 (edt-display-the-time): Don't set time-string.
24901
24902 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
24903
24904 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24905 Don't warn when name is not constant
24906 or for defining the group `emacs'.
24907
24908 * tooltip.el (gud-tooltip-mode): Add defvar.
24909
24910 * startup.el (default-frame-background-mode): Add defvar.
24911
24912 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
24913
24914 * info.el (tool-bar-map): Add defvar.
24915
24916 * dired.el (dnd-protocol-alist): Add defvar.
24917
24918 * dired-aux.el (dired-query): Display question with answer, when
24919 the user answers.
24920
24921 * custom.el (custom-add-option): Doc fix.
24922
24923 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
24924
249252005-07-03 Eli Zaretskii <eliz@gnu.org>
24926
24927 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
24928 bogus name from the last change.
24929
249302005-07-02 Luc Teirlinck <teirllm@auburn.edu>
24931
24932 * custom.el (custom-declare-variable): Fix typos in comment.
24933 (custom-known-themes): Doc fix.
24934 (custom-theme-directory): New defcustom.
24935 (require-theme): Make it check `custom-theme-directory'.
24936
24937 * cus-theme.el (custom-new-theme-mode): New function.
24938 (custom-theme-name, custom-theme-variables, custom-theme-faces)
24939 (custom-theme-description): Add compiler defvars.
24940 (customize-create-theme): Add doc to the "*New Custom Theme*"
24941 buffer. Use `custom-new-theme-mode'.
24942 (custom-theme-write): Put the created buffer in emacs-lisp-mode
24943 and save it to the `custom-theme-directory'. Make this the
24944 default directory of the buffer.
24945
249462005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
24947
24948 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
24949 Fix unbalanced parentheses.
24950
249512005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
24952
24953 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
24954 into flymake-mode and delegate to flymake-mode.
24955
24956 * find-file.el (ff-which-function-are-we-in): Clean up.
24957
249582005-07-02 Juanma Barranquero <lekktu@gmail.com>
24959
24960 * replace.el (occur-rename-buffer): Fix docstring.
24961
24962 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
24963 (edt-last-copied-word, edt-learn-macro-count)
24964 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
24965 (edt-rect-start-point, edt-user-global-map, rect-start-point)
24966 (time-string, zmacs-region-stays):
24967 * emulation/edt-mapper.el (edt-save-function-key-map)
24968 (EDT-key-name): `defvar' to silence the byte-compiler.
24969
249702005-07-02 Martin Rudalics <rudalics@gmx.at>
24971
24972 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
24973 font-lock-regexp-backslash. Doc fix.
24974 (font-lock-regexp-backslash-grouping-construct): Rename from
24975 font-lock-regexp-backslash-construct. Doc fix.
24976 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
24977 grouping constructs.
24978
249792005-07-02 Eli Zaretskii <eliz@gnu.org>
24980
24981 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
24982 updating all the prerequisites.
24983
249842005-07-01 Juanma Barranquero <lekktu@gmail.com>
24985
24986 * textmodes/org.el (org-agenda-start-on-weekday)
24987 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
24988 (org-agenda-use-time-grid, org-archive-location)
24989 (org-allow-space-in-links, org-usenet-links-prefer-google)
24990 (org-enable-table-editor, org-export-default-language)
24991 (org-export-html-show-new-buffer, org-fill-paragraph)
24992 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
24993 (org-goto-quit, org-occur, org-eval-in-calendar)
24994 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
24995 (org-agenda-diary-entry, org-remember-help)
24996 (org-table-convert-region, org-at-table-p)
24997 (org-table-move-row-down, org-table-move-row-up)
24998 (org-table-copy-region, org-table-toggle-vline-visibility)
24999 (org-table-get-stored-formulas, org-table-get-specials)
25000 (org-recalc-commands, org-table-eval-formula)
25001 (org-table-formula-substitute-names, orgtbl-make-binding)
25002 (org-format-org-table-html, org-format-table-table-html)
25003 (org-format-table-table-html-using-table-generate-source)
25004 (org-customize): Fix typos in docstrings.
25005 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
25006 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
25007 (org-back-to-heading): Doc fixes.
25008 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
25009 (org-agenda-change-all-lines, org-get-header):
25010 Improve argument/docstring consistency.
25011 (orgtbl-error): Fix error message.
25012
25013 * progmodes/flymake.el (flymake-find-possible-master-files)
25014 (flymake-master-file-compare, flymake-get-line-err-count)
25015 (flymake-highlight-line, flymake-gui-warnings-enabled):
25016 Fix typos in docstrings.
25017 (flymake-parse-line, flymake-get-project-include-dirs-function)
25018 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
25019 Doc fixes.
25020 (flymake-get-project-include-dirs-function)
25021 (flymake-make-err-menu-data):
25022 Improve argument/docstring consistency.
25023
250242005-07-01 Lute Kamstra <lute@gnu.org>
25025
25026 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
25027 Catch errors with ignore-errors. Use temporary buffer.
25028 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
25029
25030 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
25031 background color faces.
25032 (facemenu-set-foreground, facemenu-set-background):
25033 Use facemenu-set-face-from-menu.
25034 (facemenu-set-face-from-menu): Treat face names that start with
25035 "fg:" or "bg:" as special.
25036 (facemenu-add-new-color): Don't create faces. Simplify.
25037
250382005-06-30 Richard M. Stallman <rms@gnu.org>
25039
25040 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25041 (crm-find-current-element): Likewise.
25042
250432005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25044
25045 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25046
250472005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
25048
25049 * arc-mode.el (archive-extract): Make it work as a mouse binding.
25050 (archive-mouse-extract): Make it an obsolete alias.
25051 (archive-mode-map): Don't use archive-mouse-extract any more.
25052 (archive-mode, archive-extract): write-contents-hooks ->
25053 write-contents-functions.
25054 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25055 first arg.
25056 (archive-rename-entry): Update the call.
25057 (archive-zip-summarize): Remove unused var `method'.
25058 (archive-lzh-summarize): Remove unused var `creator'.
25059
25060 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25061 dedicated frame upon exit.
25062
25063 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25064 (archive-zip-extract, archive-zip-expunge)
25065 (archive-zip-update, archive-zip-update-case): Use executable-find.
25066 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25067 Use restore-buffer-modified-p.
25068 (archive-extract, archive-add-new-member, archive-write-file-member):
25069 Use with-current-buffer.
25070 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25071
250722005-06-30 Andreas Schwab <schwab@suse.de>
25073
25074 * progmodes/gud.el (gud-filter): Remove unneeded progn.
25075
250762005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25077
25078 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25079
250802005-06-30 Juri Linkov <juri@jurta.org>
25081
25082 * faces.el (vertical-border): Inherit from mode-line-inactive
25083 only on tty.
25084
250852005-06-30 Juanma Barranquero <lekktu@gmail.com>
25086
25087 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25088 example, -NLINES in the `occur' docstring).
25089
25090 * replace.el (occur-1): When no matches are found, do not set the
25091 `buffer-read-only' and modified flags for the occur buffer,
25092 because it is deleted.
25093
25094 * emulation/cua-base.el (cua-check-pending-input)
25095 (cua-repeat-replace-region, cua-mode, cua-debug)
25096 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25097 Fix typos in docstrings.
25098
25099 * emulation/cua-gmrk.el (cua-toggle-global-mark)
25100 (cua-cut-region-to-global-mark)
25101 (cua--cut-rectangle-to-global-mark):
25102 Remove period from end of messages.
25103
25104 * emulation/cua-rect.el (cua-do-rectangle-padding):
25105 Remove period from end of messages.
25106 (cua--rectangle-seq-format): Fix typo in docstring.
25107 (cua-sequence-rectangle, cua-fill-char-rectangle):
25108 Improve argument/docstring consistency.
25109
251102005-06-29 Juri Linkov <juri@jurta.org>
25111
25112 * faces.el (default-frame-background-mode): New internal variable.
25113 (frame-set-background-mode): Use it.
25114
25115 * startup.el (normal-top-level): Set default-frame-background-mode
25116 instead of frame-background-mode. Before setting it, test for its
25117 nil value. Remove tests for frame-background-mode and frame
25118 parameter `reverse'. Add test for "unspecified-fg".
25119
25120 * term/xterm.el (xterm-rxvt-set-background-mode):
25121 * term/rxvt.el (rxvt-set-background-mode):
25122 Set default-frame-background-mode instead of frame-background-mode.
25123
251242005-06-29 Juanma Barranquero <lekktu@gmail.com>
25125
25126 * simple.el (set-variable): Warn about obsolete user variables.
25127
25128 * imenu.el (imenu--completion-buffer):
25129 * mouse.el (mouse-buffer-menu-alist):
25130 * msb.el (msb-invisible-buffer-p):
25131 * calendar/diary-lib.el (diary-header-line-format):
25132 * emacs-lisp/pp.el (pp-buffer):
25133 * progmodes/cperl-mode.el (cperl-do-auto-fill):
25134 * textmodes/picture.el (picture-replace-match):
25135 Change space constants followed by a sexp to "?\s ".
25136
25137 * play/decipher.el (decipher-loop-with-breaks):
25138 * textmodes/texinfo.el (texinfo-insert-@item): Change space
25139 constants "protected" from end of line by a comment to "?\s".
25140
251412005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25142
25143 * font-lock.el (save-buffer-state): Use `declare'.
25144
25145 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25146 reset the syntax-table to cperl-mode-syntax-table.
25147 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25148 "foo_print_bar" is not matched as a reserved keyword.
25149
251502005-06-29 Carsten Dominik <dominik@science.uva.nl>
25151
25152 * textmodes/org.el (orgtbl-setup): New function, for delayed
25153 setup for the orgtbl commands.
25154 (org-calc-default-modes): New option.
25155 (orgtbl-make-binding): Use `defun' to get better help display.
25156 (org-diary): Call `org-compile-prefix-format'.
25157 (org-table-formula-substitute-names): New function.
25158 (org-agenda-day-view, org-agenda-week-view): New commands.
25159 (org-agenda-toggle-week-view): Command removed.
25160 (org-tbl-menu): Split off from org-org-menu.
25161 (org-mode): Move removal of outline-mode menus to here.
25162 (org-table-formula-debug): New option.
25163 (org-table-insert-row): Keep first field if just "#" or "*".
25164 (org-mode): Paragraph regexps fixed.
25165 (org-table-recalculate-regexp): New constant.
25166 (org-table-justify-field-maybe): Avoid replace if not necessary.
25167 (org-copy-special, org-cut-special): Use `call-interactively'.
25168 (org-table-copy-region): Take region from `interactive' call.
25169 (org-trim): Return string even if no match.
25170 (org-formula): New face.
25171 (org-set-font-lock-defaults): No longer highlight "FIXME".
25172 But highlight formula-related fields in table.
25173 (org-table-p): Use regexp, not fontification.
25174 (org-table-align): Handle white space at end of line.
25175 (org-table-formula-evaluate-inline): New option.
25176 (org-mode): Auto-wrapping in comment lines turned off.
25177 (org-table-copy-down): Evaluate only in copied field, not in
25178 destination.
25179 (org-table-current-formula): Variable removed.
25180 (org-table-store-formulas, org-table-get-stored-formulas)
25181 (org-table-modify-formulas, org-table-replace-in-formulas)
25182 (org-table-maybe-eval-formula): New functions.
25183 (org-table-get-formula): Modify to use stored formulas.
25184 (org-table-insert-column, org-table-delete-column)
25185 (org-table-move-column): Call `org-table-modify-formulas'.
25186 (org-complete): Add completion for keyword formulas.
25187 (orgtbl-mode): Pull orgtbl-mode-map to start of
25188 minor-mode-map-alist.
25189
251902005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25191
25192 * progmodes/python.el (python-check): Require `compile' before
25193 modifying its variables.
25194
25195 * newcomment.el (comment-indent-default): Don't get fooled by an early
25196 end of buffer.
25197
251982005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25199
25200 * ps-print.el (ps-print-version): Fix version number.
25201
252022005-06-28 Luc Teirlinck <teirllm@auburn.edu>
25203
25204 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25205
252062005-06-28 Richard M. Stallman <rms@gnu.org>
25207
25208 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25209 (flyspell-local-mouse-map): Declaration deleted.
25210 (flyspell-mouse-map): Bind only mouse-2.
25211 (flyspell-mode-map): Don't test flyspell-use-local-map.
25212 (flyspell-overlay-keymap-property-name): Var deleted.
25213 (flyspell-mode-on): Don't make local bindings for
25214 flyspell-mouse-map and flyspell-mode-map.
25215 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25216
25217 * textmodes/ispell.el (ispell-word): Do not ignore short words.
25218
25219 * progmodes/compile.el (compilation-next-error-function):
25220 Don't switch buffers; operate on the current buffer.
25221
25222 * progmodes/compile.el (compilation-error-file-name)
25223 (compilation-warning-file-name, compilation-info-file-name)
25224 (compilation-line-number, compilation-column-number): New faces.
25225 (compilation-error-face, compilation-warning-face)
25226 (compilation-info-face, compilation-line-face)
25227 (compilation-column-face): Use them.
25228
25229 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25230
25231 * comint.el (comint-password-prompt-regexp): Accept ", try again".
25232
25233 * bindings.el (global-map): Bind insertchar and its variants.
25234
252352005-06-27 Richard M. Stallman <rms@gnu.org>
25236
25237 * textmodes/artist.el (artist-text-overwrite)
25238 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25239
252402005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25241
25242 * ps-print.el: It was not working the page selection for printing.
25243 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25244 (ps-print-version): New version 6.6.7.
25245 (ps-end-sheet): New fun.
25246 (ps-header-sheet, ps-end-job): Call it.
25247
252482005-06-27 Luc Teirlinck <teirllm@auburn.edu>
25249
25250 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25251
252522005-06-27 Lute Kamstra <lute@gnu.org>
25253
25254 * facemenu.el (facemenu-unlisted-faces): Add foreground and
25255 background color faces.
25256 (facemenu-get-face): Delete function.
25257 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25258 (facemenu-add-new-color): Make second argument mandatory.
25259 Create the appropriate face and return it. Simplify.
25260 (facemenu-set-foreground, facemenu-set-background): Don't check if
25261 color is defined. Use return value of facemenu-add-new-color.
25262
252632005-06-26 Nick Roberts <nickrob@snap.net.nz>
25264
25265 * progmodes/gud.el (gud-filter): Add missing argument to
25266 with-selected-window.
25267
252682005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
25269
25270 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25271 a :require to the defcustom.
25272
25273 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25274 defcustoms corresponding to minor modes.
25275
252762005-06-26 David Ponce <david@dponce.com>
25277
25278 * recentf.el: Require tree-widget instead of wid-edit.
25279 (recentf-filename-handler): Fix widget :type.
25280 (recentf-cancel-dialog, recentf-open-more-files)
25281 (recentf-open-files-action): Doc fix.
25282 (recentf-dialog-goto-first): New function.
25283 (recentf-dialog-mode-map): Set parent keymap first.
25284 (recentf-dialog-mode): Define with define-derived-mode.
25285 Don't display continuation lines in dialogs.
25286 (recentf-edit-list): Rename from recentf-edit-selected-items.
25287 (recentf-edit-list-select): Rename from recentf-edit-list-action.
25288 Simplify.
25289 (recentf-edit-list-validate): New function.
25290 (recentf-edit-list): Update accordingly.
25291 (recentf-open-files-item-shift): Remove.
25292 (recentf-open-files-item): Convert menu elements into tree and
25293 link widgets. Don't create the widgets.
25294 (recentf-open-files): Update accordingly.
25295 (recentf-save-list): Untabify.
25296
252972005-06-25 Luc Teirlinck <teirllm@auburn.edu>
25298
25299 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25300 (keep-lines): Add INTERACTIVE arg. Never delete lines only
25301 partially contained in the active region. Do not take active
25302 region into account when called from Lisp, unless INTERACTIVE arg
25303 is non-nil. Use `forward-line' instead of `beginning-of-line' to
25304 avoid trouble with fields. Make marker point nowhere when no
25305 longer used. Always return nil. Doc fix.
25306 (flush-lines): Add INTERACTIVE arg. Do not take active region
25307 into account when called from Lisp, unless INTERACTIVE arg is
25308 non-nil. Use `forward-line' instead of `beginning-of-line' to
25309 avoid trouble with fields. Make marker point nowhere when no
25310 longer used. Always return nil. Doc fix.
25311 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
25312 interchangeable. Do not take active region into account when
25313 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
25314 message in echo area when called from Lisp, unless INTERACTIVE arg
25315 is non-nil. Avoid saying "1 occurrences". Do not use markers.
25316 Return the number of matches. Doc fix.
25317 (occur): Doc fix.
25318 (perform-replace): Make comment follow double space convention for
25319 the sake of `outline-minor-mode'.
25320
25321 * faces.el (facep): Doc fix.
25322
253232005-06-25 Richard M. Stallman <rms@gnu.org>
25324
25325 * facemenu.el (facemenu-enable-faces-p): New function.
25326 (facemenu-background-menu, facemenu-foreground-menu)
25327 (facemenu-face-menu): Add menu-enable property.
25328
25329 * jka-compr.el (jka-compr-insert-file-contents):
25330 Special handling if cannot find the uncompression program.
25331
25332 * cus-face.el (custom-face-attributes): Add autoload.
25333
25334 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25335 Bind comment-indent-function locally.
25336
25337 * window.el (save-selected-window): Use save-current-buffer.
25338
25339 * subr.el (with-selected-window): Use save-current-buffer.
25340
25341 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25342 and with-current-buffer.
25343
253442005-06-24 Richard M. Stallman <rms@gnu.org>
25345
25346 * simple.el (line-move-1): Fix previous change.
25347
253482005-06-24 Juanma Barranquero <lekktu@gmail.com>
25349
25350 * replace.el (occur-1): Set `buffer-read-only' and the
25351 buffer-modified flag before running `occur-hook' to protect
25352 against unintentional buffer switches that can lead to data loss.
25353
253542005-06-24 Nick Roberts <nickrob@snap.net.nz>
25355
25356 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25357 (gud-gdb-marker-filter): Use font-lock-warning-face for any
25358 initial error.
25359
25360 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25361 after fresh input.
25362 (gdb-var-create-handler): Put name of expression in quotes.
25363
253642005-06-23 Luc Teirlinck <teirllm@auburn.edu>
25365
25366 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25367 elements of RING in order, and without bogus nil elements.
25368
253692005-06-23 Richard M. Stallman <rms@gnu.org>
25370
25371 * simple.el (set-variable): Args renamed; doc fix.
25372 (line-move-1): When there are overlays around, use vertical-motion.
25373
25374 * faces.el (escape-glyph): Use brown against light background.
25375 (nobreak-space): Rename from no-break-space.
25376 Fix previous change.
25377
25378 * dired-aux.el (dired-do-copy): Fix arg prompt.
25379
25380 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25381
253822005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
25383
25384 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25385 rather than "Distributor".
25386
253872005-06-23 Lute Kamstra <lute@gnu.org>
25388
25389 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25390 (debug-on-entry): Use it. New interactive declaration that uses
25391 function-called-at-point.
25392
253932005-06-23 Kim F. Storm <storm@cua.dk>
25394
25395 * subr.el (save-match-data): Add comment about using evaporate arg
25396 to set-match-data.
25397
253982005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
25399
25400 * cus-edit.el (customize-face)
25401 (customize-face-other-window): Handle face aliases.
25402
25403 * faces.el (face-documentation, set-face-attribute)
25404 (face-spec-set): Handle face aliases.
25405
254062005-06-22 Juanma Barranquero <lekktu@gmail.com>
25407
25408 * help-mode.el (help-make-xrefs): If a symbol representing a face
25409 name is not followed by the word "face", it could still be a
25410 function or variable name, so don't bypass other checks.
25411
254122005-06-22 Juri Linkov <juri@jurta.org>
25413
25414 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25415 Replace aliased functions with calls where second arg `inherit' is t.
25416
254172005-06-22 Nick Roberts <nickrob@snap.net.nz>
25418
25419 * progmodes/gdb-ui.el (gdb-error): New variable.
25420 (gdb-error): New function.
25421 (gdb-annotation-rules): Act on error-begin and error annotations.
25422 (gdb-concat-output): Use font-lock-warning-face for errors.
25423
254242005-06-22 Miles Bader <miles@gnu.org>
25425
25426 * bindings.el (propertized-buffer-identification): Use renamed
25427 `Buffer-menu-buffer' face.
25428
25429 * faces.el (vertical-border): Rename from `vertical-divider'.
25430 (escape-glyph): Change dark-background color back to `cyan'.
25431
254322005-06-21 Juri Linkov <juri@jurta.org>
25433
25434 * faces.el (face-user-default-spec): Try getting `customized-face'
25435 prior to `saved-face'.
25436 (frame-background-mode): Refill docstring.
25437
25438 * emacs-lisp/lisp-mode.el (eval-defun-1):
25439 * emacs-lisp/edebug.el (edebug-eval-defun):
25440 Set `saved-face' temporarily to nil before calling form.
25441 Set `customized-face' to the new spec after that.
25442
254432005-06-21 Juanma Barranquero <lekktu@gmail.com>
25444
25445 * subr.el (1value, lambda, key-substitution-in-progress):
25446 Doc fixes.
25447
25448 * autoinsert.el (auto-insert-alist):
25449 * ses.el (ses-call-printer):
25450 * subr.el (noreturn):
25451 * emacs-lisp/lisp.el (check-parens):
25452 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25453 * net/browse-url.el (browse-url-mosaic):
25454 * progmodes/cc-defs.el (c-safe-scan-lists):
25455 * progmodes/ebnf-abn.el (ebnf-abn-lex):
25456 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25457 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25458 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25459 * progmodes/ebnf-iso.el (ebnf-iso-lex):
25460 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25461
254622005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
25463
25464 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25465
254662005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
25467
25468 * calendar/appt.el (appt-make-list): Activate the package, if
25469 not already active (for backwards compatibility).
25470
254712005-06-20 Kim F. Storm <storm@cua.dk>
25472
25473 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
25474
254752005-06-20 Miles Bader <miles@gnu.org>
25476
25477 * faces.el (vertical-divider): New face.
25478
254792005-06-20 Juanma Barranquero <lekktu@gmail.com>
25480
25481 * simple.el (kill-whole-line): Doc fix.
25482 (next-error-buffer-p, next-error-find-buffer)
25483 (clone-indirect-buffer): Fix typos in docstrings.
25484 (comment-line-break-function): Doc fix: don't say variable
25485 is automatically buffer-local (it isn't).
25486
254872005-06-19 Michael Albinus <michael.albinus@gmx.de>
25488
25489 * net/tramp-ftp.el (top):
25490 * net/tramp-smb.el (top):
25491 * net/tramp-util.el (top):
25492 * net/tramp-uu.el (top):
25493 * net/tramp-vc.el (top):
25494 * net/tramp.el (top): Revert copyright years back to original
25495 ones. Tramp has a life outside GNU Emacs.
25496
254972005-06-19 Nick Roberts <nickrob@snap.net.nz>
25498
25499 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25500
255012005-06-18 Juri Linkov <juri@jurta.org>
25502
25503 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25504 end of first regexp to limit the match to the position between
25505 line number and source line with same separator character as used
25506 between file name and line number. In the second regexp limit
25507 mouse-face area to file name and line number by adding new group
25508 for them and referring it in HYPERLINK arg.
25509 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25510 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25511 previous line where grep markers may be already removed.
25512
255132005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
25514
25515 * progmodes/ps-mode.el: Update version and maintainer's email address.
25516
255172005-06-18 Steve Youngs <steve@xemacs.org>
25518
25519 * net/browse-url.el (browse-url-browser-function)
25520 (browse-url-default-browser): Add firefox.
25521 (browse-url-firefox-program, browse-url-firefox-arguments)
25522 (browse-url-firefox-startup-arguments)
25523 (browse-url-firefox-new-window-is-tab): New defcustoms.
25524 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25525
255262005-06-17 Richard M. Stallman <rms@gnu.org>
25527
25528 * startup.el (command-line): Warn if specified user name has
25529 no home directory.
25530
25531 * term.el (term-get-old-input, term-input-filter, term-input-sender)
25532 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25533
25534 * longlines.el (longlines-mode, longlines-show-hard-newlines):
25535 Doc fixes.
25536
25537 * faces.el (underline): Try bold if terminal doesn't support underline.
25538
25539 * mail/sendmail.el (mail-setup-with-from): New variable.
25540 (mail-insert-from-field): New function.
25541 (sendmail-send-it): Call it.
25542 (mail-setup): Optionally call it here.
25543
25544 * term/linux.el: Call tty-no-underline.
25545
255462005-06-17 Luc Teirlinck <teirllm@auburn.edu>
25547
25548 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25549
255502005-06-17 Miles Bader <miles@gnu.org>
25551
25552 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25553 (ediff-current-diff-C, ediff-current-diff-Ancestor)
25554 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25555 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25556 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25557 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25558 Remove "-face" suffix from face names.
25559 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25560 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25561 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25562 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25563 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25564 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25565 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25566 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25567 New backward-compatibility aliases for renamed faces.
25568 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25569 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25570 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25571 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25572 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25573 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25574 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25575 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25576 Use renamed ediff faces.
25577
25578 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25579 Remove "-face" suffix from face names.
25580 (eshell-test-ok-face, eshell-test-failed-face):
25581 New backward-compatibility aliases for renamed faces.
25582 (eshell-run-test): Use renamed eshell-test faces.
25583
25584 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25585 face name.
25586 (eshell-prompt-face): New backward-compatibility alias for renamed
25587 face.
25588 (eshell-emit-prompt): Use renamed eshell-prompt face.
25589
25590 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25591 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25592 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25593 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25594 Remove "-face" suffix from face names.
25595 (eshell-ls-directory-face, eshell-ls-symlink-face)
25596 (eshell-ls-executable-face, eshell-ls-readonly-face)
25597 (eshell-ls-unreadable-face, eshell-ls-special-face)
25598 (eshell-ls-missing-face, eshell-ls-archive-face)
25599 (eshell-ls-backup-face, eshell-ls-product-face)
25600 (eshell-ls-clutter-face):
25601 New backward-compatibility aliases for renamed faces.
25602 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25603
25604 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25605 Remove "-face" suffix from face name.
25606 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25607 instead of literal face.
25608
256092005-06-17 Juanma Barranquero <lekktu@gmail.com>
25610
25611 * emacs-lisp/warnings.el (display-warning, lwarn)
25612 (warning-minimum-log-level): Doc fixes.
25613 (warning-minimum-level, warning-minimum-log-level):
25614 Add :debug to :type choices.
25615
25616 * progmodes/ada-mode.el (ada-format-paramlist)
25617 (ada-get-indent-case, ada-check-matching-start)
25618 (ada-check-defun-name, ada-goto-matching-decl-start)
25619 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25620 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25621 (ada-make-subprogram-body): Follow error conventions.
25622 (ada-case-exception-file, ada-indent-comment-as-code)
25623 (ada-indent-handle-comment-special, ada-indent-renames)
25624 (ada-indent-return, ada-search-directories-internal)
25625 (ada-tab-policy, ada-case-exception-substring)
25626 (ada-other-file-alist, ada-matching-start-re)
25627 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25628 (ada-imenu-generic-expression, ada-compile-goto-error)
25629 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25630 (ada-popup-menu, ada-add-extensions, ada-mode)
25631 (ada-region-selected, ada-create-case-exception)
25632 (ada-create-case-exception-substring, ada-after-keyword-p)
25633 (ada-activate-keys-for-case, ada-adjust-case-region)
25634 (ada-adjust-case-buffer, ada-format-paramlist)
25635 (ada-scan-paramlist, ada-insert-paramlist)
25636 (ada-indent-newline-indent)
25637 (ada-indent-newline-indent-conditional)
25638 (ada-justified-indent-current, ada-goto-previous-word)
25639 (ada-indent-current, ada-get-indent-open-paren)
25640 (ada-get-indent-paramlist, ada-get-indent-end)
25641 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25642 (ada-get-indent-block-start, ada-get-indent-subprog)
25643 (ada-get-indent-noindent, ada-get-indent-label)
25644 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25645 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25646 (ada-goto-stmt-end, ada-goto-next-word)
25647 (ada-check-matching-start, ada-check-defun-name)
25648 (ada-goto-matching-decl-start, ada-goto-matching-start)
25649 (ada-goto-matching-end, ada-search-ignore-string-comment)
25650 (ada-in-decl-p, ada-looking-at-semi-or)
25651 (ada-looking-at-semi-private, ada-in-paramlist-p)
25652 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25653 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25654 (ada-next-procedure, ada-previous-procedure, ada-next-package)
25655 (ada-previous-package, ada-create-menu)
25656 (ada-fill-comment-paragraph-justify)
25657 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25658 (ada-other-file-name, ada-last-which-function-line)
25659 (ada-last-which-function-subprog, ada-which-function)
25660 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25661 (ada-gen-treat-proc, ada-check-emacs-version)
25662 (ada-continuation-indent, ada-align-region-separate):
25663 Fix typos in docstrings.
25664 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25665
256662005-06-16 Lute Kamstra <lute@gnu.org>
25667
25668 * simple.el (fundamental-mode): Run after-change-major-mode-hook
25669 conditionally.
25670
256712005-06-16 Juanma Barranquero <lekktu@gmail.com>
25672
25673 * comint.el (comint-replace-by-expanded-filename)
25674 (comint-prompt-regexp, comint-delimiter-argument-list)
25675 (comint-preinput-scroll-to-bottom):
25676 * info.el (Info-hide-cookies-node):
25677 * ls-lisp.el (ls-lisp-classify):
25678 * find-file.el (ff-search-directories, ff-special-constructs)
25679 (ff-find-other-file):
25680 * font-lock.el (font-lock-keywords):
25681 * shell.el (shell-prompt-pattern)
25682 (shell-dynamic-complete-functions, shell-mode)
25683 (shell-delimiter-argument-list):
25684 * term.el (term-replace-by-expanded-filename)
25685 (term-prompt-regexp, term-delimiter-argument-list):
25686 * woman.el (woman-ignore, woman0-if):
25687 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25688 * emacs-lisp/elint.el (elint-init-env):
25689 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25690 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25691 * language/ethio-util.el (ethio-tilde-escape)
25692 (ethio-use-three-dot-question):
25693 * net/zone-mode.el (zone-mode-load-time-setup):
25694 * progmodes/cc-align.el (c-lineup-argcont):
25695 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25696 * progmodes/cperl-mode.el (cperl-set-style-back):
25697 * progmodes/inf-lisp.el (inferior-lisp-prompt):
25698 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25699 Fix spellings in docstrings.
25700
25701 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25702 * progmodes/modula2.el (m2-for): Fix spellings.
25703
25704 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25705
25706 * simple.el (undo-more): Don't use `format' on `error' arguments.
25707 Improve argument/docstring consistency.
25708 (pending-undo-list): Doc fix.
25709
25710 * smerge-mode.el (smerge-ensure-match):
25711 * emulation/vip.el (vip-ex):
25712 * net/zone-mode.el (zone-mode-update-serial):
25713 * progmodes/idlwave.el (idlwave-complete):
25714 * progmodes/vhdl-mode.el (vhdl-visit-file)
25715 (vhdl-compose-wire-components):
25716 Don't use `format' on `error' arguments.
25717
25718 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25719 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25720 (tooltip-help-tips): Fix typos in docstrings.
25721
257222005-06-16 David Ponce <david@dponce.com>
25723
25724 * tree-widget.el (tree-widget-value-create): Simplify last change.
25725
257262005-06-15 Matt Hodges <MPHodges@member.fsf.org>
25727
25728 * ido.el (ido-incomplete-regexp): New variable.
25729 (ido-set-matches-1): Handle invalid-regexp error and set
25730 ido-incomplete-regexp.
25731 (ido-incomplete-regexp): New face.
25732 (ido-completions): Use it.
25733 (ido-complete, ido-exit-minibuffer, ido-completions):
25734 Handle incomplete regexps.
25735 (ido-completions): Add check for complete match when entering a regexp.
25736
257372005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
25738
25739 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25740
257412005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25742
25743 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25744 by field delimiters.
25745
257462005-06-15 David Ponce <david@dponce.com>
25747
25748 * tree-widget.el: eval-and-compile inlined functions so they will
25749 be available at run-time too.
25750 (tree-widget-super-format-handler)
25751 (tree-widget-format-handler): Remove.
25752 (tree-widget-value-create): Handle the :indent property.
25753
257542005-06-15 Miles Bader <miles@gnu.org>
25755
25756 * progmodes/which-func.el (which-func): Only inherit
25757 `font-lock-function-name-face' when that makes sense against the
25758 default mode-line face, otherwise set the face color explicitly.
25759
25760 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25761 faces instead of (non-existent) variables.
25762
257632005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
25764
25765 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25766 (iswitchb-get-matched-buffers): Likewise. Simplify.
25767
257682005-06-14 Miles Bader <miles@gnu.org>
25769
25770 * progmodes/ld-script.el (ld-script-location-counter):
25771 Remove "-face" suffix from face name.
25772 (ld-script-location-counter-face):
25773 New backward-compatibility alias for renamed face.
25774 (ld-script-location-counter-face): Use renamed face.
25775
25776 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25777 (cperl-hash): Remove "-face" suffix from face names.
25778 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25779 New backward-compatibility aliases for renamed faces.
25780 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25781 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25782
25783 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25784 name.
25785 (which-func-face): New backward-compatibility alias for renamed face.
25786 (which-func-format): Use renamed which-func face.
25787
25788 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25789 (vhdl-function, vhdl-directive, vhdl-reserved-word)
25790 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25791 names.
25792 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25793 (vhdl-speedbar-configuration, vhdl-speedbar-package)
25794 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25795 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25796 (vhdl-speedbar-architecture-selected)
25797 (vhdl-speedbar-configuration-selected)
25798 (vhdl-speedbar-package-selected)
25799 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25800 names.
25801 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25802 Use renamed faces.
25803 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25804 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25805 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25806 Use renamed faces.
25807 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25808 names.
25809 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25810 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25811 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25812 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25813 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25814 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25815
25816 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25817 face name.
25818 (sh-heredoc-face): New backward-compatibility alias for renamed face.
25819 (sh-heredoc-face): Use renamed sh-heredoc face.
25820
25821 * progmodes/idlw-help.el (idlwave-help-link):
25822 Remove "-face" suffix from face name.
25823 (idlwave-help-link-face):
25824 New backward-compatibility alias for renamed face.
25825 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25826
25827 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25828 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25829 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25830 New backward-compatibility aliases for renamed faces.
25831 (idlwave-shell-disabled-breakpoint-face)
25832 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25833
25834 * progmodes/flymake.el (flymake-errline, flymake-warnline):
25835 Remove "-face" suffix from face names.
25836 (flymake-errline-face, flymake-warnline-face):
25837 New backward-compatibility aliases for renamed faces.
25838 (flymake-highlight-line): Use renamed flymake faces.
25839
25840 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25841 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25842 (ebrowse-member-class, ebrowse-progress):
25843 Remove "-face" suffix from face names.
25844 (ebrowse-tree-mark-face, ebrowse-root-class-face)
25845 (ebrowse-file-name-face, ebrowse-default-face)
25846 (ebrowse-member-attribute-face, ebrowse-member-class-face)
25847 (ebrowse-progress-face):
25848 New backward-compatibility aliases for renamed faces.
25849 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25850 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25851 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25852 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25853
25854 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
25855 antlr-syntax)
25856 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25857 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25858 names.
25859 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25860 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
25861 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
25862 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
25863 backward-compatibility aliases for renamed faces.
25864 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
25865 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
25866 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
25867 remove "font-lock-". Use renamed antlr-mode faces.
25868 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
25869 literal face-names with face variable references.
25870
25871 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
25872 face name.
25873 (Buffer-menu-buffer-face): New backward-compatibility alias for
25874 renamed face.
25875 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
25876
258772005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
25878
25879 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
25880 Eliminate "-face" suffix.
25881 (makefile-targets): Inherit from font-lock-function-name-face and
25882 eliminate "-face" suffix.
25883 (makefile-shell): Remove attributes and eliminate "-face" suffix.
25884 (makefile-*-font-lock-keywords): Append makefile-targets in rule
25885 actions, instead of prepending, to make it less visible.
25886 (makefile-previous-dependency, makefile-match-dependency):
25887 Don't match a target on a continuation line.
25888
25889 * files.el (auto-mode-alist): Put Makefile in gmake mode.
25890
258912005-06-15 Nick Roberts <nickrob@snap.net.nz>
25892
25893 * progmodes/gdb-ui.el (menu): Re-order menu items.
25894 (gdb-tooltip-print): Respect tooltip-use-echo-area.
25895
25896 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
25897 Define in tooltip.el.
25898 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
25899 (gud-tooltip-tips): Respect tooltip-use-echo-area and
25900 gud-tooltip-echo-area.
25901
25902 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
25903 backward compatibility and make obsolete.
25904 (tooltip-help-tips): Use tooltip-use-echo-area.
25905 (tooltip-show-help-function): Rename to...
25906 (tooltip-show-help): ...this, because it is a function.
25907 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
25908
259092005-06-14 Luc Teirlinck <teirllm@auburn.edu>
25910
25911 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
25912 (edebug-print-length, edebug-print-level, edebug-print-circle)
25913 (edebug-modify-breakpoint, edebug-eval-last-sexp)
25914 (edebug-eval-print-last-sexp): Doc fixes.
25915
259162005-06-14 Kim F. Storm <storm@cua.dk>
25917
25918 * ido.el (ido-mode): Make a new keymap every time we enable ido,
25919 as the coverage buffer/file/both may change.
25920
259212005-06-14 Lute Kamstra <lute@gnu.org>
25922
25923 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
25924 and run-mode-hooks. Simplify.
25925
25926 * mail/rmailedit.el (rmail-edit-mode):
25927 * progmodes/octave-inf.el (inferior-octave-mode):
25928 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
25929
25930 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
25931 and run-mode-hooks.
25932 (recentf-edit-list, recentf-open-files): Don't call
25933 kill-all-local-variables directly.
25934
25935 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
25936
259372005-06-14 Juanma Barranquero <lekktu@gmail.com>
25938
25939 * emacs-lisp/byte-run.el (make-obsolete)
25940 (define-obsolete-function-alias): Rename arguments FUNCTION and
25941 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
25942 (make-obsolete-variable, define-obsolete-variable-alias):
25943 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
25944 respectively.
25945
25946 * isearchb.el (isearchb-activate):
25947 * pcvs.el (cvs-mode):
25948 * ses.el (ses-load):
25949 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
25950 * net/tramp.el (tramp-find-file-exists-command)
25951 (tramp-find-shell):
25952 * progmodes/ada-mode.el (ada-create-case-exception)
25953 (ada-create-case-exception-substring, ada-make-subprogram-body):
25954 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
25955 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
25956 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
25957 * textmodes/org.el (org-promote, org-evaluate-time-range)
25958 (org-agenda-next-date-line, org-agenda-previous-date-line)
25959 (org-agenda-error, org-open-at-point, org-table-move-row)
25960 (org-format-table-table-html-using-table-generate-source)
25961 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
25962 * textmodes/reftex.el (reftex-access-scan-info):
25963 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
25964 (reftex-toc-promote-prepare): Follow error conventions.
25965
25966 * diff-mode.el (diff-mode): Fix typo in docstring.
25967
25968 * forms.el (forms--intuit-from-file): Fix reference to
25969 `forms-number-of-fields' in error message.
25970 (forms-print): Fix quoting in error message.
25971
25972 * forms.el (forms-mode):
25973 * emulation/vi.el (vi-goto-insert-state):
25974 * progmodes/flymake.el (flymake-new-err-info)
25975 (flymake-start-syntax-check-for-current-buffer)
25976 (flymake-simple-cleanup):
25977 * eshell/esh-var.el (eshell/export):
25978 * progmodes/gud.el (xdb):
25979 * textmodes/flyspell.el (flyspell-incorrect-hook)
25980 (flyspell-maybe-correct-transposition)
25981 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
25982
259832005-06-13 Luc Teirlinck <teirllm@auburn.edu>
25984
25985 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
25986 minibuffer prompt.
25987
259882005-06-13 Kim F. Storm <storm@cua.dk>
25989
25990 * subr.el (add-to-ordered-list): New defun.
25991
25992 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
25993 add cua--keymap-alist to emulation-mode-map-alists.
25994
259952005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
25996
25997 * subr.el (complete-in-turn): New macro.
25998 (dynamic-completion-table, lazy-completion-table): Add debug info.
25999
26000 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
26001 in preference to face aliases.
26002
26003 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
26004 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
26005 Remove unused vars `start' and `firstline'.
26006 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
26007 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
26008
260092005-06-13 Eli Zaretskii <eliz@gnu.org>
26010
26011 * cus-start.el (all): Don't complain about missing GTK-related
26012 variables, unless either `gtk' is boundp or this isn't a
26013 `windows-nt' build.
26014
260152005-06-13 Lute Kamstra <lute@gnu.org>
26016
26017 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
26018 run-mode-hooks.
26019
26020 * ediff-mult.el (ediff-meta-mode):
26021 * ediff-util.el (ediff-mode): Use run-mode-hooks.
26022
26023 * ledit.el (ledit-mode): Use delay-mode-hooks.
26024
26025 * woman.el (woman-mode-line-format): Delete constant.
26026 (woman-mode-map): Initialize it properly.
26027 (woman-mode): Set mode-class property to special.
26028 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
26029 Set major-mode and mode-name. Don't set mode-line-format directly.
26030 (Man-getpage-in-background): Don't reference woman-mode-line-format.
26031
26032 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
26033 string argument obsolete.
26034
260352005-06-13 Carsten Dominik <dominik@science.uva.nl>
26036
26037 * textmodes/org.el (org-CUA-compatible): New option.
26038 (org-disputed-keys): New variable.
26039 (org-key): New function.
26040 (orgtbl-make-binding): Add docstring to the created function.
26041 (org-mode): Set paragraph start/separate regexps.
26042 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
26043 (org-archive-location, org-archive-mark-done)
26044 (org-archive-stamp-time): New options.
26045 (org-archive-subtree): New command.
26046 (org-fill-paragraph): New function.
26047 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
26048 (org-fake-empty-table-line): Function removed.
26049 (org-format-org-table-html): Do not create empty table lines at
26050 separator lines. Improved table header treatment.
26051 (org-link-format): New option.
26052 (org-make-link): New function.
26053 (org-insert-link, org-store-link): Use org-make-link.
26054 (org-open-file): Quote file name for shell command, to allow
26055 spaces in file names.
26056 (org-link-regexp): Fix bug with mailto link.
26057 (org-link-maybe-angles-regexp, org-protected-link-regexp):
26058 New constants.
26059 (org-export-as-html): Deal with the optional angles around a link.
26060 Better treatment of file: links.
26061 (org-open-at-point): Replace @{ and @} with < and >.
26062 (org-run-mode-hooks): Function removed.
26063 (org-agenda-mode): No longer use `org-run-mode-hooks'.
26064
260652005-06-13 Nick Roberts <nickrob@snap.net.nz>
26066
26067 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26068 MI command -data-list-register-values.
26069 (gdb-post-prompt): Indent properly.
26070
260712005-06-13 Juanma Barranquero <lekktu@gmail.com>
26072
26073 * hilit-chg.el (highlight-changes-colors): Rename from
26074 `highlight-changes-colours'.
26075 (highlight-changes-colours): Keep as obsolete alias.
26076 (highlight-changes-face-list): Doc fix.
26077 (hilit-chg-make-list): Use `highlight-changes-colors'.
26078
260792005-06-12 Mark A. Hershberger <mah@everybody.org>
26080
26081 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26082 defun-prompt-regexp.
26083
260842005-06-12 Eli Zaretskii <eliz@gnu.org>
26085
26086 * loadup.el: Don't say we are dumping under 2 names on windows-nt
26087 and cygwin.
26088
26089 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26090 Don't use an old loaddefs.el, as in Makefile.in.
26091
260922005-06-12 Lute Kamstra <lute@gnu.org>
26093
26094 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26095
26096 * man.el (Man-mode-map): Initialize it properly.
26097 (Man-mode): Set mode-class property to special.
26098
26099 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26100
261012005-06-11 Luc Teirlinck <teirllm@auburn.edu>
26102
26103 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26104 A newline is needed in the docstring there.
26105
26106 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26107 Doc fixes.
26108
261092005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26110
26111 * printing.el: Doc fix. The menubar is no more changed when printing
26112 is loaded, it only changes when pr-menu-bind or pr-update-menus is
26113 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
26114 (pr-version): New version number (6.8.4).
26115 (pr-menu-bind): New command.
26116 (pr-update-menus): Docstring and code fix.
26117 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26118 Docstring fix.
26119 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26120 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26121
261222005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
26123
26124 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26125 "Returns" to "return", document useful return values, etc.
26126
261272005-06-11 Alan Mackenzie <acm@muc.de>
26128
26129 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26130 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26131 (adaptive-file-function): Minor amendment to doc-string.
26132
261332005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26134
26135 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26136 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26137 Fix :type--it is `integer', not `string'.
26138
26139 * faces.el (modeline-highlight): Rename from (the erroneous)
26140 `modeline-higilight'.
26141
261422005-06-11 Lute Kamstra <lute@gnu.org>
26143
26144 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26145 lisp-interaction-mode-map but make it the parent.
26146 (edebug-eval-mode): Use define-derived-mode.
26147
261482005-06-11 Andreas Schwab <schwab@suse.de>
26149
26150 * bindings.el: Add binding of `ESC functionkey' for every
26151 `M-functionkey'.
26152 * hexl.el (hexl-mode-map): Likewise.
26153
261542005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
26155
26156 * progmodes/compile.el (compilation-error-regexp-alist-alist)
26157 [msft]: update regexp for newer msft compilers.
26158
261592005-06-10 Mark A. Hershberger <mah@everybody.org>
26160
26161 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26162 ATTLIST portions of included DTDs.
26163 (xml-parse-dtd): Eliminate use of inefficient match-data.
26164
261652005-06-10 Miles Bader <miles@gnu.org>
26166
26167 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26168 (mpuz-text): Remove "-face" suffix from face names.
26169 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26170 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26171 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26172
26173 * play/gomoku.el (gomoku-O, gomoku-X):
26174 Remove "-face" suffix from face names.
26175 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26176 New backward-compatibility aliases for renamed faces.
26177 (gomoku-font-lock-keywords): Use renamed gomoku faces.
26178
261792005-06-10 Juanma Barranquero <lekktu@gmail.com>
26180
26181 * thumbs.el: Fixes for changes of 2005-06-09.
26182 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26183 as a directory.
26184 (thumbs-thumbname): Remove directory separator from format string;
26185 `thumbs-thumbsdir' now returns a valid directory name.
26186 (thumbs-temp-dir): New defsubst.
26187 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26188 Use it.
26189
26190 * cus-edit.el (minibuffer):
26191 * files.el (make-backup-file-name-function):
26192 * filesets.el (filesets-external-viewers):
26193 * hilit-chg.el (highlight-changes-colours)
26194 (highlight-changes-face-list, highlight-changes-rotate-faces):
26195 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26196 * kmacro.el (kmacro-call-macro):
26197 * log-edit.el (log-edit-changelog-full-paragraphs):
26198 * mouse.el (mouse-1-click-follows-link):
26199 * skeleton.el (skeleton-autowrap):
26200 * subr.el (insert-for-yank-1):
26201 * tempo.el (tempo-insert-region):
26202 * terminal.el (terminal-emulator):
26203 * time.el (display-time-mail-face):
26204 * vc.el (vc-annotate):
26205 * vcursor.el (vcursor-copy-line):
26206 * woman.el (woman-bold-headings, woman-ignore)
26207 (woman-default-faces, woman-monochrome-faces):
26208 * calendar/todo-mode.el (todo-insert-threshold):
26209 * emulation/pc-select.el (pc-select-selection-keys-only)
26210 (pc-selection-mode):
26211 * emulation/vip.el (vip-find-char-forward):
26212 * emulation/viper-cmd.el (viper-find-char-forward):
26213 * international/mule-cmds.el
26214 (select-safe-coding-system-accept-default-p)
26215 (input-method-exit-on-invalid-key):
26216 * international/mule-diag.el (describe-coding-system):
26217 * international/ucs-tables.el (unify-8859-on-encoding-mode):
26218 * net/browse-url.el (browse-url-xterm-program):
26219 * obsolete/lazy-lock.el (lazy-lock-mode):
26220 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26221 (cperl-mode):
26222 * progmodes/cpp.el (cpp-face-light-name-list)
26223 (cpp-face-dark-name-list):
26224 * progmodes/delphi.el (delphi-newline-always-indents):
26225 Fix spellings in docstrings.
26226
26227 * ido.el (ido-mode, ido-file-extensions-order)
26228 (ido-default-file-method, ido-default-buffer-method)
26229 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26230 (ido-decorations, ido-read-file-name-as-directory-commands)
26231 (ido-read-file-name-non-ido, ido-work-directory-list)
26232 (ido-ignore-item-temp-list, ido-current-directory)
26233 (ido-magic-forward-char, ido-enter-find-file)
26234 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26235 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26236
262372005-06-10 Lute Kamstra <lute@gnu.org>
26238
26239 * play/dunnet.el (dun-mode): Use define-derived-mode.
26240 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
26241 obsolete alias.
26242
26243 * play/doctor.el (doctor-mode-map): Remove defvar.
26244 (doctor-mode): Use define-derived-mode.
26245
26246 * mail/mspools.el (mspools-mode):
26247 * net/eudc-hotlist.el (eudc-hotlist-mode):
26248 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26249
262502005-06-10 Miles Bader <miles@gnu.org>
26251
26252 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26253 Remove "-face" suffix from face names.
26254 (flyspell-incorrect-face, flyspell-duplicate-face):
26255 New backward-compatibility aliases for renamed faces.
26256 (flyspell-mode-on, make-flyspell-overlay)
26257 (flyspell-highlight-incorrect-region)
26258 (flyspell-highlight-duplicate-region)
26259 (flyspell-display-next-corrections)
26260 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26261
26262 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26263 from face name.
26264 (texinfo-heading-face): New backward-compatibility alias for
26265 renamed face.
26266 (texinfo-heading-face): Use renamed texinfo-heading face.
26267
26268 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26269 suffix from face names.
26270 (tex-math-face, tex-verbatim-face):
26271 New backward-compatibility aliases for renamed faces.
26272 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26273 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26274 literal face name.
26275
26276 * textmodes/table.el (table-cell): Remove "-face" suffix from face
26277 name.
26278 (table-cell-face): New backward-compatibility alias for renamed face.
26279 (table--put-cell-face-property, table--update-cell-face):
26280 Use renamed table-cell face.
26281
26282 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26283 from face name.
26284 (sgml-namespace-face): New backward-compatibility alias for
26285 renamed face.
26286 (sgml-namespace-face): Use renamed sgml-namespace face.
26287
26288 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26289 (org-level-4, org-level-5, org-level-6, org-level-7)
26290 (org-level-8, org-warning, org-headline-done)
26291 (org-deadline-announce, org-scheduled-today)
26292 (org-scheduled-previously, org-link, org-done, org-table)
26293 (org-time-grid): Remove "-face" suffix from face names.
26294 (org-level-1-face, org-level-2-face, org-level-3-face)
26295 (org-level-4-face, org-level-5-face, org-level-6-face)
26296 (org-level-7-face, org-level-8-face, org-warning-face)
26297 (org-headline-done-face, org-deadline-announce-face)
26298 (org-scheduled-today-face, org-scheduled-previously-face)
26299 (org-link-face, org-done-face, org-table-face)
26300 (org-time-grid-face):
26301 New backward-compatibility aliases for renamed faces.
26302 (org-level-faces, org-set-font-lock-defaults, org-timeline)
26303 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26304 (org-agenda-get-timestamps, org-agenda-get-scheduled)
26305 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26306
26307 * emulation/viper-init.el (viper-search, viper-replace-overlay)
26308 (viper-minibuffer-emacs, viper-minibuffer-insert)
26309 (viper-minibuffer-vi): Remove "-face" suffix from face names.
26310 (viper-search-face, viper-replace-overlay-face)
26311 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26312 (viper-minibuffer-vi-face):
26313 New backward-compatibility aliases for renamed faces.
26314 (viper-search-face, viper-replace-overlay-face)
26315 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26316 (viper-minibuffer-vi-face): Use renamed viper faces.
26317
26318 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26319 Remove "-face" suffix from face names.
26320 (testcover-nohits-face, testcover-1value-face):
26321 New backward-compatibility aliases for renamed faces.
26322 (testcover-mark): Use renamed testcover faces.
26323
26324 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26325 face name.
26326 (diary-button-face): New backward-compatibility alias for renamed face.
26327 (diary-entry): Use renamed diary-button face.
26328
26329 * calendar/calendar.el (diary, calendar-today, holiday)
26330 (mark-visible-calendar-date): Remove "-face" suffix from face names.
26331 (diary-face, calendar-today-face, holiday-face):
26332 New backward-compatibility aliases for renamed faces.
26333 (eval-after-load "facemenu", diary-entry-marker)
26334 (calendar-today-marker, calendar-holiday-marker, diary-face):
26335 Use renamed calendar faces.
26336
26337 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26338 (compare-windows-face): New backward-compatibility alias for
26339 renamed face.
26340 (compare-windows-highlight): Use renamed compare-windows face.
26341
26342 * strokes.el (strokes-char): Remove "-face" suffix from face name.
26343 (strokes-char-face): New backward-compatibility alias for renamed face.
26344 (strokes-encode-buffer): Use renamed strokes-char face.
26345
26346 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26347 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26348 Remove "-face" suffix from face names.
26349 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26350 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26351 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26352 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26353 Use renamed pcvs faces.
26354 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26355 * pcvs-defs.el (cvs-mode-map): Likewise.
26356 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26357
26358 * info.el (info-title-1, info-title-2, info-title-3)
26359 (info-title-4): Remove "-face" suffix from and downcase face names.
26360 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26361 (Info-title-4-face):
26362 New backward-compatibility aliases for renamed faces.
26363 (Info-fontify-node): Use renamed info faces.
26364
26365 * hilit-chg.el (highlight-changes, highlight-changes-delete):
26366 Remove "-face" suffix from face names.
26367 (highlight-changes-face, highlight-changes-delete-face):
26368 New backward-compatibility aliases for renamed faces.
26369 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26370 (hilit-chg-make-list): Use renamed highlight-changes faces.
26371
26372 * generic-x.el (show-tabs-tab, show-tabs-space):
26373 Remove "-face" suffix from face names.
26374 (show-tabs-tab-face, show-tabs-space-face):
26375 New backward-compatibility aliases for renamed faces.
26376 (show-tabs-generic-mode-font-lock-defaults-1)
26377 (show-tabs-generic-mode-font-lock-defaults-2):
26378 Use renamed show-tabs faces.
26379
26380 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26381 (smerge-markers): Remove "-face" suffix from face names.
26382 (smerge-mine-face, smerge-other-face, smerge-base-face)
26383 (smerge-markers-face):
26384 New backward-compatibility aliases for renamed faces.
26385 (smerge-mine-face, smerge-other-face, smerge-base-face)
26386 (smerge-markers-face): Use renamed smerge faces.
26387
26388 * log-view.el (log-view-file, log-view-message): Remove "-face"
26389 suffix from face names.
26390 (log-view-file-face, log-view-message-face):
26391 New backward-compatibility aliases for renamed faces.
26392 (log-view-file-face, log-view-message-face): Use renamed log-view
26393 faces.
26394
26395 * paren.el (show-paren-match, show-paren-mismatch):
26396 Remove "-face" suffix from face names.
26397 (show-paren-match-face, show-paren-mismatch-face):
26398 New backward-compatibility aliases for renamed faces.
26399 (show-paren-function): Use renamed show-paren faces.
26400
26401 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26402 (ruler-mode-margins, ruler-mode-fringes)
26403 (ruler-mode-column-number, ruler-mode-fill-column)
26404 (ruler-mode-comment-column, ruler-mode-goal-column)
26405 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26406 suffix from face names.
26407 (ruler-mode-default-face, ruler-mode-pad-face)
26408 (ruler-mode-margins-face, ruler-mode-fringes-face)
26409 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26410 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26411 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26412 New backward-compatibility aliases for renamed faces.
26413 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26414 (ruler-mode-column-number, ruler-mode-fill-column)
26415 (ruler-mode-comment-column, ruler-mode-goal-column)
26416 (ruler-mode-tab-stop, ruler-mode-current-column)
26417 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26418 faces.
26419
26420 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26421 face name.
26422 (whitespace-highlight-the-space): Use renamed face.
26423 (whitespace-highlight-face): New backward-compatibility alias for
26424 renamed face.
26425
26426 * woman.el (woman-italic, woman-bold, woman-unknown)
26427 (woman-addition, woman-symbol-face):
26428 Remove "-face" suffix from face names.
26429 (woman-italic-face, woman-bold-face, woman-unknown-face)
26430 (woman-addition-face):
26431 New backward-compatibility aliases for renamed faces.
26432 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26433 (woman-decode-region, woman-replace-match)
26434 (woman-display-extended-fonts, woman-special-characters)
26435 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26436 Use renamed woman faces.
26437
26438 * longlines.el (longlines-visible-face): Face removed.
26439
26440 * diff-mode.el (diff-header, diff-file-header, diff-index)
26441 (diff-hunk-header, diff-removed, diff-added, diff-changed)
26442 (diff-function, diff-context, diff-nonexistent): Remove "-face"
26443 suffix from face names.
26444 (diff-header-face, diff-file-header-face, diff-index-face)
26445 (diff-hunk-header-face, diff-removed-face, diff-added-face)
26446 (diff-changed-face, diff-function-face, diff-context-face)
26447 (diff-nonexistent-face): New backward-compatibility aliases for
26448 renamed faces.
26449 (diff-header-face, diff-file-header-face)
26450 (diff-index, diff-index-face, diff-hunk-header)
26451 (diff-hunk-header-face, diff-removed, diff-removed-face)
26452 (diff-added, diff-added-face, diff-changed-face, diff-function)
26453 (diff-function-face, diff-context-face, diff-nonexistent)
26454 (diff-nonexistent-face): Use renamed diff-mode faces.
26455
26456 * progmodes/compile.el (compilation-warning-face)
26457 (compilation-info-face): Remove "-face" suffix from face names.
26458 (compilation-warning-face, compilation-info-face):
26459 New backward-compatibility aliases for renamed faces.
26460 (compilation-warning-face, compilation-info-face):
26461 Use renamed compilation faces.
26462
26463 * add-log.el (change-log-date, change-log-name)
26464 (change-log-email, change-log-file, change-log-list)
26465 (change-log-conditionals, change-log-function)
26466 (change-log-acknowledgement): Remove "-face" suffix from face names.
26467 (change-log-date-face, change-log-name-face)
26468 (change-log-email-face, change-log-file-face)
26469 (change-log-list-face, change-log-conditionals-face)
26470 (change-log-function-face, change-log-acknowledgement-face):
26471 New backward-compatibility aliases for renamed faces.
26472 (change-log-font-lock-keywords): Use renamed change-log faces.
26473
26474 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26475 (custom-set, custom-changed, custom-saved, custom-button)
26476 (custom-button-pressed, custom-documentation, custom-state)
26477 (custom-comment, custom-comment-tag, custom-variable-tag)
26478 (custom-variable-button, custom-face-tag, custom-group-tag-1)
26479 (custom-group-tag): Remove "-face" suffix from face names.
26480 (custom-magic-alist, custom-magic-value-create)
26481 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26482 (custom-invalid-face, custom-rogue-face, custom-modified-face)
26483 (custom-set-face, custom-changed-face, custom-saved-face)
26484 (custom-button-face, custom-button-pressed-face)
26485 (custom-documentation-face, custom-state-face)
26486 (custom-comment-face, custom-comment-tag-face)
26487 (custom-variable-tag-face, custom-variable-button-face)
26488 (custom-face-tag-face, custom-group-tag-face-1)
26489 (custom-group-tag-face):
26490 New backward-compatibility aliases for renamed faces.
26491
26492 * wid-edit.el (widget-documentation, widget-button)
26493 (widget-field, widget-single-line-field, widget-inactive)
26494 (widget-button-pressed): "-face" suffix removed from face names.
26495 (widget-documentation-face, widget-button-face)
26496 (widget-field-face, widget-single-line-field-face)
26497 (widget-inactive-face, widget-button-pressed-face):
26498 New backward-compatibility aliases for renamed faces.
26499 (widget-documentation-face, widget-button-face)
26500 (widget-button-pressed-face, widget-specify-field)
26501 (widget-specify-inactive): Use renamed widget faces.
26502
265032005-06-10 Kenichi Handa <handa@m17n.org>
26504
26505 * term/x-win.el (x-clipboard-yank): Remove condition-case
26506 wrapping.
26507
265082005-06-11 Kenichi Handa <handa@m17n.org>
26509
26510 * add-log.el (change-log-font-lock-keywords): Make the regexp for
26511 date lines stricter.
26512
265132005-06-10 Zhang Wei <id.brep@gmail.com>
26514
26515 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26516 of x-get-selection.
26517
265182005-06-10 Juanma Barranquero <lekktu@gmail.com>
26519
26520 * comint.el (comint-mode, comint-snapshot-last-prompt):
26521 * frame.el (frame-current-scroll-bars):
26522 * term.el (term-mode, term-check-proc, term-input-sender)
26523 (term-simple-send, term-extract-string, term-word)
26524 (term-match-partial-filename):
26525 * window.el (window-current-scroll-bars):
26526 * emulation/cua-base.el (cua-normal-cursor-color)
26527 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26528 (cua-global-mark-cursor-color):
26529 * mail/undigest.el (rmail-forward-separator-regex):
26530 Fix typos in docstrings.
26531
26532 * comint.el (comint-check-proc, make-comint-in-buffer)
26533 (comint-source-default): Doc fixes.
26534
26535 * term.el (term-send-string): Improve argument/docstring consistency.
26536
265372005-06-09 Luc Teirlinck <teirllm@auburn.edu>
26538
26539 * comint.el (comint-send-input): Bind `inhibit-read-only' around
26540 call to `delete-region'.
26541 (comint-mode-hook): Do not enable Font Lock by default.
26542
265432005-06-09 Lute Kamstra <lute@gnu.org>
26544
26545 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26546 could be void.
26547
265482005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
26549
26550 * emacs-lisp/debug.el (debugger-will-be-back): New var.
26551 (debug): Use it.
26552 (debugger-step-through, debugger-continue, debugger-jump)
26553 (debugger-return-value): Set it when needed.
26554 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26555 Use inhibit-read-only.
26556
265572005-06-09 Juanma Barranquero <lekktu@gmail.com>
26558
26559 * window.el (shrink-window-if-larger-than-buffer)
26560 (window-size-fixed): Fix typo in docstring.
26561
26562 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
26563 thumbnails directory on loading.
26564 (thumbs-conversion-program): Use `eq' to check the system type,
26565 not `equal'.
26566 (thumbs-temp-dir): Initialize to `temporary-file-directory',
26567 not "/tmp". Fix docstring.
26568 (thumbs-thumbsdir): New function to return the thumbnails
26569 directory, creating it if needed.
26570 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26571 (thumbs-temp-file): Delete variable and make it into a function.
26572 (thumbs-resize-image, thumbs-modify-image): Use it.
26573 (thumbs-kill-buffer): Simplify.
26574 (thumbs-gensym): Defalias or duplicate CL `gensym'.
26575 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26576 docstrings.
26577
265782005-06-09 Kim F. Storm <storm@cua.dk>
26579
26580 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26581 set-match-data to free markers in match-data.
26582
26583 * replace.el (replace-match-data): Pass RESEAT arg `t' to
26584 match-data to unchain markers in match-data.
26585
265862005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
26587
26588 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26589 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
26590 unnecessary now.
26591
265922005-06-08 Richard M. Stallman <rms@gnu.org>
26593
26594 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26595 give the variable a doc string that doesn't say don't set it directly.
26596
26597 * textmodes/ispell.el (ispell-check-version):
26598 Use match-string-no-properties.
26599 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26600 (ispell-buffer-local-words): Likewise.
26601
26602 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26603 except on terminals with enough colors to really display it.
26604 (makefile-dependency-regex): Delete spurious `bb'.
26605
26606 * faces.el (escape-glyph): Use blue once again in last case.
26607 (no-break-space): Redefine so that it isn't invisible on a tty.
26608
266092005-06-08 Kim F. Storm <storm@cua.dk>
26610
26611 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26612 also when reading directory name.
26613
266142005-06-08 Lute Kamstra <lute@gnu.org>
26615
26616 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26617 (flyspell-mode-line-string): Remove autoload cookie.
26618 (flyspell-mode): Remove defvar.
26619
266202005-06-07 Lute Kamstra <lute@gnu.org>
26621
26622 * textmodes/org.el (org-run-mode-hooks): New function.
26623 (org-agenda-mode): Use it.
26624
266252005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
26626
26627 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26628
266292005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26630
26631 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26632
266332005-06-06 Luc Teirlinck <teirllm@auburn.edu>
26634
26635 * font-lock.el (font-lock-add-keywords): Doc fix.
26636
266372005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26638
26639 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26640 (tex-compile-default): In the absence of any history, use the order in
26641 tex-compile-alist to choose the preferred command.
26642 (tex-compile-commands): Reorder a bit.
26643
26644 * textmodes/flyspell.el (flyspell-auto-correct-binding)
26645 (flyspell-incorrect-face, flyspell-duplicate-face):
26646 Use (X)Emacs-agnostic code.
26647 (flyspell-mode-map): Don't overwrite at each load. Remove code
26648 redundant with the subsequent add-minor-mode. Merge Emacs and
26649 XEmacs code.
26650 (flyspell-word): Minor simplification.
26651 (flyspell-math-tex-command-p): Quieten the byte-compiler.
26652 (flyspell-external-point-words): Remove unused vars `size' and `start'.
26653 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26654 Merge the corresponding Emacs code.
26655 (flyspell-correct-word, flyspell-xemacs-popup):
26656 Use flyspell-do-correct.
26657
26658 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26659 a dedicated window.
26660
26661 * international/latexenc.el (latexenc-find-file-coding-system):
26662 Undo part of last patch, to turn off a compiler warning.
26663
266642005-06-06 Juri Linkov <juri@jurta.org>
26665
26666 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26667 Rename `tmm-inactive-face' to `tmm-inactive'.
26668
266692005-06-06 Matt Hodges <MPHodges@member.fsf.org>
26670
26671 * iswitchb.el: Rename faces.
26672
266732005-06-06 Kim F. Storm <storm@cua.dk>
26674
26675 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26676 (cua-global-mark): Remove -face suffix from face names.
26677
26678 * emulation/cua-gmrk.el (cua--init-global-mark):
26679 Remove cua-global-mark face setup.
26680
266812005-06-06 Richard M. Stallman <rms@gnu.org>
26682
26683 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26684 just like other allowed characters.
26685 (makefile-match-dependency): Exclude leading and training whitespace
26686 from the range of regexp subexp 1.
26687 (makefile-macroassign-regex): Don't try to match the body,
26688 just the name of the macro being defined.
26689
26690 * info.el (Info-read-node-name-2): New function.
26691 (Info-read-node-name-1): Use that.
26692 Add a completion-base-size-function property.
26693
26694 * simple.el (completion-setup-function): Look for
26695 completion-base-size-function property of minibuffer-completion-table.
26696
26697 * files.el (locate-file-completion): Doc fix.
26698
26699 * printing.el: Don't call pr-update-menus; user must do that.
26700
26701 * emacs-lisp/debug.el (debugger-window): New variable.
26702 (debug): Use debugger-window if it is set and still alive.
26703 Record debugger-window for next entry.
26704
26705 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26706
267072005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
26708
26709 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26710 (hack-one-local-variable, hack-local-variables)
26711 (hack-local-variables-prop-line): Pass that arg.
26712
267132005-06-06 Kim F. Storm <storm@cua.dk>
26714
26715 * ido.el (ido-first-match, ido-only-match, ido-subdir)
26716 (ido-indicator): Remove -face suffix from face names.
26717
267182005-06-06 Juri Linkov <juri@jurta.org>
26719
26720 * font-lock.el (font-lock-regexp-backslash)
26721 (font-lock-regexp-backslash-construct): New faces.
26722 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
26723 after `('. Add `while-no-input' to control structures.
26724
26725 * faces.el (no-break-space, shadow): New faces.
26726 (escape-glyph): Use less loud colors pink2 and red4.
26727
26728 * diff-mode.el (diff-context-face)
26729 * dired.el (dired-ignored)
26730 * rfn-eshadow.el (file-name-shadow)
26731 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26732
26733 * info.el (Info-title-1-face): Use green instead of yellow because
26734 bold yellow is not readable on light backgrounds.
26735
26736 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26737 before selecting the desired mode to not spend time fontifying
26738 old contents.
26739
267402005-06-06 Juanma Barranquero <lekktu@gmail.com>
26741
26742 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26743 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26744
26745 * ps-print.el (ps-default-fg, ps-default-bg):
26746 Fix typos in docstrings.
26747
26748 * isearchb.el (isearchb): Don't pass a spurious second argument to
26749 `iswitchb-completions'.
26750
267512005-06-05 Nick Roberts <nickrob@snap.net.nz>
26752
26753 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26754 to preserve point.
26755 (gdb-find-file-hook): Add doc string.
26756
26757 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26758 C dereferenced pointer expression.
26759 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
26760
26761 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26762
26763 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26764 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26765 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26766 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26767 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26768 Make background transparent.
26769
267702005-06-04 Luc Teirlinck <teirllm@auburn.edu>
26771
26772 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
26773 (font-lock-remove-keywords): Doc fix.
26774 (font-lock-mode-major-mode): Compiler defvar.
26775 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26776
26777 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26778 (font-lock-mode): Update `font-lock-mode-major-mode'.
26779 (font-lock-set-defaults): Compiler defvar.
26780 (font-lock-default-function): Take `font-lock-mode-major-mode'
26781 into account.
26782
26783 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26784 keep track of which major mode it enabled the minor mode for.
26785 Use find-file-hook again. Update docstring.
26786
26787 * simple.el (eval-expression-print-level)
26788 (eval-expression-print-length, eval-expression-debug-on-error):
26789 Doc fixes.
26790
267912005-06-04 Matt Hodges <MPHodges@member.fsf.org>
26792
26793 * iswitchb.el (iswitchb-single-match-face)
26794 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26795 (iswitchb-invalid-regexp-face): New faces.
26796 (iswitchb-completions): Use them.
26797 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26798 now marked as an obsolete alias.
26799 (iswitchb-read-buffer): Remove check for bound font variables.
26800 (iswitchb-invalid-regexp): New free variable.
26801 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26802 set iswitchb-invalid-regexp.
26803 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26804 invalid regexps.
26805 (iswitchb-completions): Add check for complete match when entering
26806 a regexp.
26807 (iswitchb-completions): Remove require-match argument.
26808 (iswitchb-exhibit): Fix caller.
26809 (iswitchb-common-match-inserted): New variable.
26810 (iswitchb-complete, iswitchb-completion-help): Use it.
26811
268122005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
26813
26814 * url-http.el (url-http-chunked-encoding-after-change-function):
26815 Use `url-http-debug' instead of `message'.
26816
268172005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
26818
26819 * url-http.el (url-http-parse-headers): Pass redirected URL as a
26820 callback argument.
26821
268222005-06-04 Kim F. Storm <storm@cua.dk>
26823
26824 * simple.el (line-move): Only call sit-for when moving backwards.
26825
26826 * ido.el (ido-make-merged-file-list-1): New defun split from
26827 ido-make-merged-file-list.
26828 (ido-make-merged-file-list): Bind throw-on-input around call to
26829 ido-make-merged-file-list-1. Return input-pending-p if
26830 interrupted by more input available.
26831 (ido-read-internal): Handle input-pending-p return value from
26832 ido-make-merged-file-list.
26833
268342005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
26835
26836 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26837 compatibility code.
26838
26839 * international/latexenc.el (latexenc-find-file-coding-system):
26840 Don't inherit the EOL part of the coding-system from the
26841 tex-main buffer. Fit within 80 columns.
26842
268432005-06-03 Matt Hodges <MPHodges@member.fsf.org>
26844
26845 * tmm.el (tmm-inactive-face): New face.
26846 (tmm-remove-inactive-mouse-face): New function.
26847 (tmm-prompt, tmm-add-one-shortcut)
26848 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26849 but not selectable.
26850
268512005-06-03 Juanma Barranquero <lekktu@gmail.com>
26852
26853 * faces.el (face-equal): Improve argument/docstring consistency.
26854
268552005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
26856
26857 * progmodes/make-mode.el (makefile-targets-face)
26858 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
26859 (makefile-bsdmake-dependency-regex)
26860 (makefile-makepp-rule-action-regex)
26861 (makefile-bsdmake-rule-action-regex): New constants.
26862 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
26863
26864 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26865 Allow (...) within `...' for makepp messages.
26866
268672005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
26868
26869 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
26870
26871 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
26872 "." files are deleted from all file lists before comparison.
26873
26874 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26875 (viper-ESC-key): Made them customizable.
26876
26877 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
26878
268792005-06-01 Luc Teirlinck <teirllm@auburn.edu>
26880
26881 * autorevert.el (auto-revert-buffers): Use save-match-data.
26882
268832005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
26884
26885 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
26886 menu items with a nil command binding.
26887
268882005-06-01 Juanma Barranquero <lekktu@gmail.com>
26889
26890 * emacs-lisp/cl-macs.el (defsetf):
26891 Improve argument/docstring consistency.
26892
26893 * faces.el (list-faces-display): Improve the formatting by
26894 computing the maximum length required for any face-name (reworked
26895 patch of 1999-01-11, accidentally deleted on 1999-07-21).
26896 (internal-find-face): Remove redundant info in docstring.
26897
268982005-06-01 Nick Roberts <nickrob@snap.net.nz>
26899
26900 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
26901 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
26902 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
26903 (gdb-assembler-custom): Improve regexps.
26904 (def-gdb-auto-update-handler): Use window point to preserve point.
26905
269062005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
26907
26908 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
26909
269102005-05-31 Jay Belanger <belanger@truman.edu>
26911
26912 * calc/calc-embed.el (calc-embedded-word): Change argument passed
26913 to calc-embedded.
26914 (calc-embedded-make-info): Have plain prefix argument select
26915 entire line.
26916
269172005-05-31 Juanma Barranquero <lekktu@gmail.com>
26918
26919 * faces.el (list-faces-display): Signal error if passed a regexp
26920 that matches no face name.
26921
26922 * simple.el (filter-buffer-substring): Fix typo in docstring.
26923
269242005-05-31 Richard M. Stallman <rms@gnu.org>
26925
26926 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
26927 (vhdl-emacs-21): Doc fix.
26928 (vhdl-mode): Unconditionally set comment-padding.
26929 (vhdl-fixup-whitespace-region): Insert spaces only where
26930 there are none.
26931 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
26932
269332005-05-30 John Wiegley <johnw@newartisans.com>
26934
26935 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
26936 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
26937 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
26938 `directory-sep-char' to ?/, and all uses of `string-to-int' to
26939 `string-to-number'.
26940
269412005-05-30 Jay Belanger <belanger@truman.edu>
26942
26943 * calc/calc.el (calc-bug-address): Fix docstring.
26944 (calc-window-hook, calc-trail-window-hook): New variables.
26945 (calc-trail-display): Restore use of calc-trail-window-hook.
26946 (calc): Restore use of calc-window-hook.
26947
269482005-05-31 Masatake YAMATO <jet@gyve.org>
26949
26950 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
26951
26952 * help-fns.el (help-C-file-name): Add autoload mark for
26953 `find-function-noselect'.
26954
269552005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
26956
26957 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
26958 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
26959
269602005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26961
26962 * calendar/diary-lib.el (mark-included-diary-files): Only kill
26963 included diary buffer if it was not already being visited.
26964 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
26965
26966 * calendar/icalendar.el (top-level): Do not require appt.
26967
26968 * mail/supercite.el (sc-select-attribution): Only use a list
26969 element from sc-attrib-selection-list if it returns a string.
26970 Reported by Davide G. M. Salvetti <salve@debian.org>.
26971
269722005-05-30 Juanma Barranquero <lekktu@gmail.com>
26973
26974 * thumbs.el (thumbs-thumbname): The resulting thumbname now
26975 includes a hash value to improve its uniqueness, and has a ".jpg"
26976 extension. Also, it is now a valid filename on all systems.
26977 (thumbs-make-thumb): Use `let', not `let*'.
26978 (thumbs-show-thumbs-list): Check for JPEG availability.
26979
269802005-05-30 Richard M. Stallman <rms@gnu.org>
26981
26982 * filesets.el (filesets-menu-ensure-use-cached):
26983 Prevent warning when emacs-version>= is undefined.
26984
26985 * printing.el (pr-interactive-n-up): Use string-to-number.
26986
26987 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
26988
26989 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26990 Warn only when name to be defined is quoted.
26991
269922005-05-30 Nick Roberts <nickrob@snap.net.nz>
26993
26994 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
26995 Make regexp more robust.
26996 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
26997 Force regeneration of disassembly.
26998
269992005-05-29 Jay Belanger <belanger@truman.edu>
27000
27001 * calc/calc.el (calc-user-invocation): Check if
27002 calc-invocation-macro is non-nil.
27003
270042005-05-29 Juri Linkov <juri@jurta.org>
27005
27006 * add-log.el (change-log-font-lock-keywords):
27007 Add `+' to e-mail regexp to accept mail address with keywords.
27008
27009 * man.el (Man-name-regexp): Add `:' to accept qualified names.
27010
270112005-05-29 Luc Teirlinck <teirllm@auburn.edu>
27012
27013 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
27014
27015 * ielm.el (inferior-emacs-lisp-mode): Ditto.
27016
270172005-05-29 Richard M. Stallman <rms@gnu.org>
27018
27019 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
27020 Undo the change that moves to end of the current word.
27021
270222005-05-29 Nick Roberts <nickrob@snap.net.nz>
27023
27024 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
27025 Throw error when count <= 0 to ensure input is a number.
27026 (gdb-read-memory-custom): Pick up address from buffer.
27027 (gdb-memory-mode): Allow user to increment and decrement
27028 memory address from header line.
27029
270302005-05-29 Richard M. Stallman <rms@gnu.org>
27031
27032 * flyspell.el (flyspell-version): Function deleted.
27033 (flyspell-auto-correct-previous-hook): Doc fix.
27034
27035 * jit-lock.el (jit-lock-function, jit-lock-after-change):
27036 Do nothing if memory is full.
27037
27038 * font-lock.el (font-lock-fontify-syntactically-region):
27039 Pass t for GREEDY to looking-back.
27040
27041 * saveplace.el (save-place-alist-to-file): Write the file
27042 using write-region.
27043
27044 * subr.el (looking-back): New argument GREEDY.
27045
27046 * progmodes/compile.el (compilation-start): Set the mode
27047 before inserting the initial text.
27048
27049 * progmodes/which-func.el (which-func-update-1): Turn the mode
27050 off in case of error by setting which-func-mode.
27051
270522005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
27053
27054 * flyspell.el (flyspell-auto-correct-previous-word):
27055 Narrow down to what's on the screen, and recenter overlays
27056 at the end of the next word.
27057
270582005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
27059
27060 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
27061 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27062 (flyspell-abbrev-p): Default to nil.
27063 (flyspell-use-global-abbrev-table-p): Doc fix.
27064 (flyspell-large-region): Allow nil as value.
27065 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27066
27067 (mail-mode-flyspell-verify): More robust handling
27068 of `mail-header-separator'. More efficient signature detection.
27069 Allow for regexp metacharacters in message-header-separator.
27070 Adding `To' not to be checked in mail-mode-flyspell-verify.
27071
27072 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27073 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27074 Bind flyspell-auto-correct-binding.
27075 Bind C-. and C-, .
27076 (flyspell-mode-map): Likewise.
27077 (flyspell-mode): Doc fix.
27078 (flyspell-accept-buffer-local-defs): Preserve current buffer.
27079 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27080 (flyspell-word-cache-result): New var, always local.
27081 (flyspell-check-pre-word-p): Doc fix.
27082 (flyspell-check-changed-word-p): Handle spc like newline.
27083 (flyspell-post-command-hook): Set flyspell-word-cache-result.
27084 (flyspell-word-search-backward, flyspell-word-search-forward):
27085 New functions.
27086 (flyspell-word): Return t if nothing to check.
27087 When parsing TeX code, check for after } or \.
27088 Use flyspell-word-search-backward to find previous word.
27089 Return nil if duplicated word.
27090 For word already checked, return same value as last time.
27091 Set flyspell-word-cache-result after checking.
27092 Don't clobber the return value.
27093 (flyspell-get-word): Major rewrite.
27094 (flyspell-external-point-words): New locals pword, pcount.
27095 Fix size used in progress message.
27096 Find the proper corresponding word in flyspell-large-region-buffer.
27097 (flyspell-region): Check for flyspell-large-region = nil.
27098 (flyspell-highlight-incorrect-region): Clean up overlays in region.
27099 (flyspell-auto-correct-word): Check that WORD is a cons.
27100 (flyspell-correct-word): Likewise.
27101
271022005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
27103
27104 * progmodes/make-mode.el (makefile-rule-action-regex)
27105 (makefile-macroassign-regex, makefile-makepp-mode)
27106 (makefile-bsdmake-mode): Continuation lines may be empty.
27107 Reported by Joshua Varner.
27108 (makefile-makepp-font-lock-keywords): Add $(stem).
27109
271102005-05-28 Karl Berry <karl@gnu.org>
27111
27112 * textmodes/tex-mode.el: Now that tex-send-command calls
27113 shell-quote-argument (2005-03-31 change), remove all calls to
27114 shell-quote-argument; they all end up invoking tex-send-command.
27115 The double quoting loses on filenames with non-safe characters,
27116 such as "@". Reported by Frederik Fouvry.
27117
271182005-05-29 Nick Roberts <nickrob@snap.net.nz>
27119
27120 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27121 about preserving point.
27122
271232005-05-27 Jay Belanger <belanger@truman.edu>
27124
27125 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27126 Info-goto-node.
27127
27128 * calc/calc-embed.el (calc-embed-arg): New variable.
27129 (calc-do-embedded-activate, calc-embedded-activate-formula)
27130 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27131 variable by new variable.
27132 (calc-embedded-make-info): Replace undeclared variable by new
27133 variable. When selecting region with positive prefix
27134 argument, use end of previous line instead of beginning of line.
27135
27136 * calc/calc-aent.el (calc-arg-values): Declare it.
27137
27138 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27139 Declare them.
27140
27141 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27142
27143 * calc/calc.el (calc-alg-map): Declare it.
27144
27145 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27146
271472005-05-28 Nick Roberts <nickrob@snap.net.nz>
27148
27149 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27150 (gdb-registers-buffer, toggle-gdb-all-registers):
27151 Toggle display of floating point registers.
27152 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27153
27154 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
27155 (toggle-gud-tooltip-dereference):
27156 Rename from gud-toggle-tooltip-dereference.
27157
271582005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
27159
27160 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27161
271622005-05-27 Jay Belanger <belanger@truman.edu>
27163
27164 * calc/calc-prog.el (calc-kbd-report): Remove.
27165 (calc-kbd-query): Rewrite.
27166
271672005-05-27 Juanma Barranquero <lekktu@gmail.com>
27168
27169 * image.el (image-library-alist): Move to image.c.
27170 (image-type-available-p): Doc fix.
27171
271722005-05-27 Lute Kamstra <lute@gnu.org>
27173
27174 * calc/calc.el (calc):
27175 * outline.el (outline-1, outline-2, outline-3, outline-4)
27176 (outline-5, outline-6, outline-7, outline-8):
27177 * textmodes/dns-mode.el (dns-mode):
27178 * textmodes/sgml-mode.el (sgml-namespace-face):
27179 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27180 (tex-verbatim-face, tex-use-reftex):
27181 * textmodes/texinfo.el (texinfo-heading-face):
27182 Specify customization group.
27183
27184 * longlines.el: Don't require easy-mmode.
27185 (longlines-visible-face): Specify customization group.
27186
271872005-05-27 Kenichi Handa <handa@m17n.org>
27188
27189 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27190 encoding table of windows-1251.
27191
27192 * international/ucs-tables.el (ucs-set-table-for-input):
27193 If translation-table-for-input of a coding system is a symbol, get
27194 its translation-table property.
27195
27196 * international/code-pages.el: Don't register a coding system into
27197 non-iso-charset-alist more than once.
27198 (cp-make-coding-system): Likewise.
27199
272002005-05-26 John Wiegley <johnw@newartisans.com>
27201
27202 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27203 `eshell-resume-eval' is wrapped in a list, it indicates that the
27204 command was run asynchronously. In that case, unwrap the value
27205 before checking the delimiter value.
27206
27207 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27208 character before a space at the end of a line is \, assume the space
27209 is part of the last argument rather than a final argument separator.
27210
27211 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27212 is in use, and the target is `t' or `nil' (which are the most common
27213 values), don't assume that the symbol target is a buffer.
27214
272152005-05-26 Luc Teirlinck <teirllm@auburn.edu>
27216
27217 * calendar/calendar.el (calendar-mode-line-format):
27218 Use mode-line-highlight as mouse-face.
27219
27220 * time.el (display-time-string-forms, display-time-update):
27221 Use mode-line-highlight as mouse-face.
27222
272232005-05-26 Jay Belanger <belanger@truman.edu>
27224
27225 * calc/calc.el (calc-language-alist): Remove extra defvar.
27226
272272005-05-26 Lute Kamstra <lute@gnu.org>
27228
27229 * arc-mode.el (archive-mode):
27230 * bookmark.el (bookmark-read-annotation-mode)
27231 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27232 * bs.el (bs-mode):
27233 * calc/calc-yank.el (calc-edit-mode):
27234 * calc/calc.el (calc-mode, calc-trail-mode):
27235 * calculator.el (calculator-mode):
27236 * chistory.el (command-history-mode):
27237 * comint.el:
27238 * cus-edit.el (custom-mode):
27239 * descr-text.el (describe-text-mode):
27240 * ebuff-menu.el (Electric-buffer-menu-mode):
27241 * ediff-util.el (ediff-mode):
27242 * emacs-lisp/re-builder.el (reb-mode):
27243 * emulation/vi.el (vi-mode-setup):
27244 * emulation/ws-mode.el (wordstar-mode):
27245 * eshell/esh-mode.el (eshell-mode):
27246 * forms.el (forms-mode):
27247 * help-mode.el (help-mode):
27248 * hexl.el (hexl-mode):
27249 * ibuffer.el (ibuffer-mode):
27250 * ielm.el (inferior-emacs-lisp-mode):
27251 * info.el (Info-mode, Info-edit-mode):
27252 * international/swedish.el:
27253 * ledit.el (ledit-from-lisp-mode):
27254 * locate.el (locate-mode):
27255 * mail/rmail.el (rmail-mode):
27256 * mail/rmailedit.el (rmail-edit-mode):
27257 * mail/rmailsum.el (rmail-summary-mode):
27258 * mail/supercite.el (sc-electric-mode):
27259 * net/eudc.el (eudc-mode):
27260 * net/quickurl.el (quickurl-list-mode):
27261 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27262 * obsolete/ooutline.el (outline-mode):
27263 * obsolete/options.el (Edit-options-mode):
27264 * obsolete/rnews.el (news-mode):
27265 * obsolete/rnewspost.el (news-reply-mode):
27266 * play/5x5.el (5x5-mode):
27267 * play/decipher.el (decipher-mode, decipher-stats-mode):
27268 * play/gomoku.el (gomoku-mode):
27269 * play/snake.el (snake-mode):
27270 * play/solitaire.el (solitaire-mode):
27271 * play/tetris.el (tetris-mode):
27272 * progmodes/ada-mode.el (ada-mode):
27273 * progmodes/antlr-mode.el (antlr-mode):
27274 * progmodes/autoconf.el (autoconf-mode):
27275 * progmodes/dcl-mode.el (dcl-mode):
27276 * progmodes/delphi.el (delphi-mode):
27277 * progmodes/ebrowse.el (ebrowse-tree-mode)
27278 (ebrowse-electric-list-mode, ebrowse-member-mode)
27279 (ebrowse-electric-position-mode):
27280 * progmodes/f90.el (f90-mode):
27281 * progmodes/fortran.el (fortran-mode):
27282 * progmodes/icon.el (icon-mode):
27283 * progmodes/idlw-help.el (idlwave-help-mode):
27284 * progmodes/idlw-shell.el (idlwave-shell-mode):
27285 * progmodes/idlwave.el (idlwave-mode):
27286 * progmodes/inf-lisp.el (inferior-lisp-mode):
27287 * progmodes/m4-mode.el (m4-mode):
27288 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27289 * progmodes/modula2.el (modula-2-mode):
27290 * progmodes/octave-inf.el (inferior-octave-mode):
27291 * progmodes/octave-mod.el (octave-mode):
27292 * progmodes/pascal.el (pascal-mode):
27293 * progmodes/sh-script.el (sh-mode):
27294 * progmodes/sql.el (sql-mode, sql-interactive-mode):
27295 * progmodes/vhdl-mode.el (vhdl-mode):
27296 * progmodes/xscheme.el (scheme-interaction-mode):
27297 * replace.el (occur-mode):
27298 * ses.el (ses-mode):
27299 * simple.el (completion-list-mode):
27300 * skeleton.el:
27301 * speedbar.el (speedbar-mode):
27302 * term.el (term-mode):
27303 * terminal.el (terminal-edit-mode):
27304 * textmodes/reftex-index.el (reftex-index-mode)
27305 (reftex-index-phrases-mode):
27306 * textmodes/reftex-sel.el (reftex-select-label-mode)
27307 (reftex-select-bib-mode):
27308 * textmodes/reftex-toc.el (reftex-toc-mode):
27309 * wdired.el (wdired-change-to-wdired-mode):
27310 * wid-browse.el (widget-browse-mode):
27311 Use run-mode-hooks.
27312
27313 * array.el (array-mode):
27314 * calendar/todo-mode.el (todo-mode):
27315 * man.el (Man-mode):
27316 * play/landmark.el (lm-mode):
27317 * play/mpuz.el (mpuz-mode):
27318 Use kill-all-local-variables and run-mode-hooks.
27319
27320 * subr.el (delay-mode-hooks): Specify indentation.
27321
273222005-05-26 Mark A. Hershberger <mah@everybody.org>
27323
27324 * xml.el (xml-substitute-special): Don't die for undefined xml
27325 entities.
27326
273272005-05-26 Jay Belanger <belanger@truman.edu>
27328
27329 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27330 of nil.
27331
273322005-05-27 Nick Roberts <nickrob@snap.net.nz>
27333
27334 * progmodes/gdb-ui.el (gdb-frame-address):
27335 Rename from gdb-current-address.
27336 (gdb-previous-frame-address): Rename from gdb-previous-address.
27337 (gdb-selected-frame): Rename from gdb-current-frame.
27338 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27339 (gdb-frame-number): Rename from gdb-current-stack-level.
27340 (gdb-ann3): Match new mode-name for disassembly buffer.
27341 Extend initialization of variables.
27342 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27343 (gdb-memory-mode): Use mouse-face in header line.
27344 (gdb-assembler-buffer-name): Call it disassembly and give frame
27345 in mode line.
27346 (gdb-source-spec-regexp, gdb-assembler-custom)
27347 (gdb-invalidate-assembler, gdb-frame-handler):
27348 Make robust to leading zeroes in address format.
27349
273502005-05-26 Carsten Dominik <dominik@science.uva.nl>
27351
27352 * textmodes/org.el (org-mode): Use `define-derived-mode' to
27353 define `org-mode'.
27354 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27355
273562005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
27357
27358 * log-edit.el (log-edit-changelog-entries): Distinguish between
27359 filenames like xfns.c and fns.c.
27360
273612005-05-25 Luc Teirlinck <teirllm@auburn.edu>
27362
27363 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27364 point after reverting.
27365 (Buffer-menu-make-sort-button): Handle the case where
27366 `Buffer-menu-use-header-line' is nil.
27367
273682005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
27369
27370 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27371 New funcs. In minibuffer-local-completion-map bind `]', `/'
27372 and `:' to them.
27373
273742005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
27375
27376 * startup.el (normal-top-level): Allow modification of load-path while
27377 we're iterating over it.
27378
273792005-05-25 Juanma Barranquero <lekktu@gmail.com>
27380
27381 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27382 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27383 (thumbs-resize-interactive, thumbs-insert-image)
27384 (thumbs-insert-thumb, thumbs-dired-show-marked)
27385 (thumbs-find-image-at-point, thumbs-delete-images)
27386 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27387 (thumbs-increment-image-size, thumbs-decrement-image-size):
27388 Fix typos in docstrings.
27389
273902005-05-24 Andre Spiegel <spiegel@gnu.org>
27391
27392 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27393 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27394 (cperl-mode): Use them.
27395
273962005-05-24 Juanma Barranquero <lekktu@gmail.com>
27397
27398 * window.el (quit-window, shrink-window-if-larger-than-buffer):
27399 Doc fixes.
27400
274012005-05-24 Nick Roberts <nickrob@snap.net.nz>
27402
27403 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27404 Bind C-d to gdb-inferior-io-eof.
27405
27406 * dired.el (dired-dnd-popup-notice): Use message-box.
27407
274082005-05-23 Masatake YAMATO <jet@gyve.org>
27409
27410 * bindings.el (mode-line-major-mode-keymap):
27411 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27412
27413 * faces.el (mode-line-highlight): New face.
27414
27415 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27416 as mouse-face.
27417
27418 * bindings.el (top-level, help-echo, mode-line-modified)
27419 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27420 as mouse-face.
27421
274222005-05-23 Juanma Barranquero <lekktu@gmail.com>
27423
27424 * progmodes/cc-engine.el (c-guess-basic-syntax):
27425 Remove spurious call to `zerop'.
27426
27427 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27428
274292005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
27430
27431 CC Mode update to 5.30.10:
27432
27433 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27434 could go past the limit in decoration level 2, thereby causing
27435 errors during interactive fontification.
27436
27437 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27438 the file is evaluated interactively.
27439
27440 * cc-engine.el (c-guess-basic-syntax): Handle operator
27441 declarations somewhat better in C++.
27442
27443 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27444 make use of `run-mode-hooks' which has been added in Emacs 21.1.
27445 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27446 (awk-mode): Use it.
27447 (make-local-hook): Suppress warning about obsoleteness.
27448
27449 * cc-engine.el, cc-align.el, cc-cmds.el
27450 (c-append-backslashes-forward, c-delete-backslashes-forward)
27451 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27452 Compensate for return value from `forward-line' when it has moved
27453 but not to a different line due to eob.
27454
27455 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27456 `objc-method-intro' and `objc-method-args-cont'.
27457
274582005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
27459
27460 CC Mode update to 5.30.10:
27461
27462 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27463 in the copyright statement. Incidentally, change "along with GNU
27464 Emacs" to "along with this program" where it occurs.
27465
27466 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27467 so that it is interactive, hence can be found by M-x awk-mode
27468 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
27469 <gmorris+emacs@ast.cam.ac.uk>.
27470
27471 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27472 Mode's regexps.
27473
274742005-05-23 Kevin Ryde <user42@zip.com.au>
27475
27476 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27477 c-parse-state, to avoid a lisp error (on bad code).
27478
274792005-05-23 Lute Kamstra <lute@gnu.org>
27480
27481 * subr.el (font-lock-defaults): Remove defvar as it's already
27482 defined in font-core.el.
27483
27484 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27485
274862005-05-23 Nick Roberts <nickrob@snap.net.nz>
27487
27488 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27489 more general and work when GDB variable "print pretty" is on,
27490 as with Emacs, for example.
27491
274922005-05-22 Luc Teirlinck <teirllm@auburn.edu>
27493
27494 * font-core.el: Update comment.
27495
27496 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27497 Use `after-change-major-mode-hook' instead of `find-file-hook'.
27498
27499 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27500
275012005-05-22 Eli Zaretskii <eliz@gnu.org>
27502
27503 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27504 and `yank-handler' in the doc strings.
27505
275062005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
27507
27508 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
27509
275102005-05-22 Richard M. Stallman <rms@gnu.org>
27511
27512 * help.el (describe-key): Move print-help-return-message call
27513 out of conditional.
27514
27515 * progmodes/etags.el (list-tags): Use with-no-warnings.
27516
27517 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27518 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27519 (starttls-extra-args, starttls-extra-arguments): Add defvars.
27520
27521 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27522
27523 * language/viet-util.el (viet-viscii-nonascii-translation-table):
27524 Add defvar.
27525
27526 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27527 Use defvar, not defconst.
27528
27529 * hexl.el (hexl-follow-line): Use with-no-warnings.
27530
27531 * emulation/tpu-extras.el: Use write-file-functions instead of
27532 write-file-hooks.
27533
27534 * dired.el (dired-font-lock-keywords): Fontify files with junk
27535 extensions even if marked by -F.
27536
275372005-05-22 Juanma Barranquero <lekktu@gmail.com>
27538
27539 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27540 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27541 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27542 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27543 (concatenate, list-length, get*, getf, cl-remprop):
27544 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27545 (etypecase, progv, lexical-let, lexical-let*)
27546 (multiple-value-bind, multiple-value-setq, shiftf):
27547 Improve argument/docstring consistency.
27548
27549 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27550
275512005-05-22 Andre Spiegel <spiegel@gnu.org>
27552
27553 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27554 doesn't exist.
27555
27556 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
27557 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27558
275592005-05-22 Nick Roberts <nickrob@snap.net.nz>
27560
27561 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27562 already deleted variables: auto-fill-hook, blink-paren-hook,
27563 lisp-indent-hook, inhibit-local-variables, unread-command-event,
27564 suspend-hooks, comment-indent-hook, meta-flag,
27565 before-change-function, after-change-function,
27566 font-lock-doc-string-face.
27567
275682005-05-21 Luc Teirlinck <teirllm@auburn.edu>
27569
27570 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27571
275722005-05-21 Eli Zaretskii <eliz@gnu.org>
27573
27574 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27575 rmail-dont-reply-to.
27576
275772005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27578
27579 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27580 literal blank when splitting new-header-values.
27581
275822005-05-21 Matt Hodges <MPHodges@member.fsf.org>
27583
27584 * calendar/cal-menu.el (cal-menu-update): Add separator as a
27585 string so that tmm doesn't create a completion entry for it.
27586
27587 * textmodes/table.el (table-disable-menu): Ditto.
27588
275892005-05-21 Richard M. Stallman <rms@gnu.org>
27590
27591 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27592
27593 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27594
27595 * net/rcompile.el (remote-compile): Use compilation-start.
27596
27597 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27598
275992005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
27600
27601 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27602 Default to makefile-bsdmake-mode on BSD systems.
27603
27604 * imenu.el (imenu-generic-expression, imenu--generic-function'):
27605 REGEXP may also be a search function now. The part of doc-string
27606 for describing the structure was 95% identical to that of
27607 `imenu--generic-function'. Unify it there.
27608
27609 * progmodes/make-mode.el (makefile-imenu-generic-expression):
27610 Use function to find dependencies, because regexp alone is so complex,
27611 it easily goes into an endless loop.
27612 (makefile-makepp-mode): Also add submenu for Perl functions
27613 defined in the makefile.
27614 (makefile-bsdmake-mode): Special imenu-generic-expression no
27615 longer needed, due to function call.
27616 (makefile-match-dependency): Take BOUND into account when checking
27617 if we're through.
27618
276192005-05-20 Jay Belanger <belanger@truman.edu>
27620
27621 * calc/calc-units.el (calc-invalidate-units-table):
27622 Use inhibit-read-only.
27623 (math-build-units-table-buffer): Use view-mode.
27624
276252005-05-20 David Kastrup <dak@gnu.org>
27626
27627 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27628 easy-menu-add is not a nop on Emacs; and clarify when to call it.
27629
276302005-05-20 Lute Kamstra <lute@gnu.org>
27631
27632 * diff-mode.el (diff-header-face, diff-file-header-face)
27633 (diff-index-face, diff-hunk-header-face, diff-removed-face)
27634 (diff-added-face, diff-changed-face, diff-function-face)
27635 (diff-context-face, diff-nonexistent-face): Put them in the
27636 diff-mode customization group.
27637
276382005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
27639
27640 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27641
27642 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27643
27644 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27645 Minor regexp-optimization.
27646
276472005-05-20 Carsten Dominik <dominik@science.uva.nl>
27648
27649 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27650 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27651 (org-agenda-add-time-grid-maybe): New function.
27652 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27653 (org-table-create): `dotimes' instead of `mapcar'.
27654 (org-xor): Simplify implementation.
27655 (org-agenda): `inhibit-redisplay' turned on.
27656 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27657 a consistent line after a state change.
27658 (org-agenda-remove-times-when-in-prefix): New option.
27659 (org-prefix-has-time): New variable.
27660 (org-parse-time-string): Optional argument NODEFAULT.
27661 (org-format-agenda-item): Parse items for time-of-day
27662 specifications and move these into the prefix if possible.
27663 (org-agenda-priority): Get current heading, not previous heading
27664 during agenda remote editing.
27665
276662005-05-20 Juanma Barranquero <lekktu@gmail.com>
27667
27668 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27669 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27670 (remove-duplicates, delete-duplicates, substitute)
27671 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27672 (nsubstitute-if-not, find, find-if, find-if-not, position)
27673 (position-if, position-if-not, count, count-if, count-if-not)
27674 (mismatch, search, sort*, stable-sort, merge, member*)
27675 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27676 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27677 (intersection, nintersection, set-difference, nset-difference)
27678 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27679 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27680 (nsublis, tree-equal): Improve argument/docstring consistency.
27681
27682 * subr.el (send-string, send-region): Remove obsolescence declaration.
27683 (window-dot, set-window-dot, read-input, show-buffer)
27684 (eval-current-buffer, string-to-int):
27685 Add release number to obsolescence declarations.
27686
276872005-05-19 Kim F. Storm <storm@cua.dk>
27688
27689 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27690 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27691
276922005-05-20 Matt Hodges <MPHodges@member.fsf.org>
27693
27694 * faces.el (list-faces-display): Make back button respect optional
27695 regexp arg.
27696
276972005-05-19 Juanma Barranquero <lekktu@gmail.com>
27698
27699 * calculator.el (calculator-radix-grouping-mode)
27700 (calculator-radix-grouping-digits, calculator-displayer)
27701 (calculator-radix-grouping-separator, calculator-copy-displayer):
27702 * dabbrev.el (dabbrev-search-these-buffers-only):
27703 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27704 (diff-advance-after-apply-hunk, diff-mode-hook)
27705 (diff-minor-mode-prefix):
27706 * imenu.el (imenu-use-popup-menu):
27707 * jit-lock.el (jit-lock-context-time):
27708 * newcomment.el (comment-fill-column, comment-column)
27709 (comment-style, comment-padding, comment-multi-line)
27710 (comment-empty-lines, comment-auto-fill-only-comments):
27711 * reveal.el (reveal-around-mark):
27712 * uniquify.el (uniquify-buffer-name-style)
27713 (uniquify-after-kill-buffer-p)
27714 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27715 (uniquify-min-dir-content, uniquify-separator)
27716 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27717 * w32-vars.el (w32-fixed-font-alist):
27718 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27719 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27720 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27721 * progmodes/perl-mode.el (perl-indent-level)
27722 (perl-continued-statement-offset, perl-continued-brace-offset)
27723 (perl-brace-offset, perl-brace-imaginary-offset)
27724 (perl-label-offset, perl-indent-continued-arguments)
27725 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27726 * progmodes/tcl.el (tcl-indent-level)
27727 (tcl-continued-indent-level, tcl-auto-newline)
27728 (tcl-tab-always-indent, tcl-electric-hash-style)
27729 (tcl-help-directory-list, tcl-use-smart-word-finder)
27730 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27731 (inferior-tcl-source-command):
27732 * textmodes/fill.el (enable-kinsoku):
27733 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27734 * textmodes/table.el (table-yank-handler):
27735 Specify missing group (and type, if simple) in defcustom.
27736
277372005-05-19 Luc Teirlinck <teirllm@auburn.edu>
27738
27739 * progmodes/compile.el (compilation-finish-function): Fix defvar.
27740
277412005-05-19 Richard M. Stallman <rms@gnu.org>
27742
27743 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27744
27745 * subr.el (event-basic-type): Don't get an error.
27746 (left-fringe-p): Function deleted.
27747
27748 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27749 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27750
27751 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27752 in recursive copy.
27753
27754 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27755
27756 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27757
27758 * emacs-lisp/bytecomp.el
27759 (byte-compile-file-form-custom-declare-variable):
27760 Call byte-compile-nogroup-warn if appropriate.
27761
27762 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27763 (compilation-set-window): Don't call left-fringe-p; do it directly.
27764
277652005-05-19 Jay Belanger <belanger@truman.edu>
27766
27767 * calc/calc-graph.el (calc-graph-format-data): Make sure
27768 var-PlotRejects is bound before trying to check its value.
27769
277702005-05-19 Carsten Dominik <dominik@science.uva.nl>
27771
27772 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27773 definition of this variable from reftex-global.el to reftex.el,
27774 because it is needed in the menu.
27775
277762005-05-19 Lute Kamstra <lute@gnu.org>
27777
27778 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27779 years are fixed. Don't insert a space after a dash.
27780
277812005-05-19 Kim F. Storm <storm@cua.dk>
27782
27783 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27784
277852005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
27786
27787 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27788 strings, because (eq ... ?\\) is fairly frequent.
27789
27790 * progmodes/make-mode.el (makefile-add-this-line-targets):
27791 Simplify and integrate into `makefile-pickup-targets'.
27792 (makefile-add-this-line-macro): Simplify and integrate into
27793 `makefile-pickup-macros.
27794 (makefile-pickup-filenames-as-targets): Simplify.
27795 (makefile-previous-dependency, makefile-match-dependency):
27796 Don't stumble over `::'.
27797
277982005-05-19 Nick Roberts <nickrob@snap.net.nz>
27799
27800 * subr.el (post-command-idle-hook, post-command-idle-delay):
27801 Remove obsoletion of post-command-idle-hook and
27802 post-command-idle-delay.
27803
27804 * faces.el (list-faces-display): Provide button when describe-face
27805 is called to take user back to the list of faces.
27806
27807 * help-fns.el (describe-variable): Remove hyperlinks in a
27808 variable's value as these are quite frequently inappropriate.
27809
27810 * follow.el (follow-submit-feedback, follow-mode):
27811 Remove references to post-command-idle-hook.
27812
278132005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
27814
27815 * progmodes/make-mode.el (makefile-previous-dependency)
27816 (makefile-match-dependency): Check for := (and in bsd mode also
27817 !=) to give a better result, even when font-lock is not on.
27818
278192005-05-18 Jay Belanger <belanger@truman.edu>
27820
27821 * calc/calc-help.el (calc-s-prefix-help):
27822 Add `calc-copy-special-constant' to help string.
27823
278242005-05-18 Luc Teirlinck <teirllm@auburn.edu>
27825
27826 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27827
278282005-05-18 Jay Belanger <belanger@truman.edu>
27829
27830 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27831 in linear factors are in proper order.
27832
278332005-05-18 Carsten Dominik <dominik@science.uva.nl>
27834
27835 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27836 Support for jurabib.
27837
27838 * textmodes/reftex.el (featurep): Define aliases for overlay
27839 commands, for XEmacs compatibility, and use these aliases in
27840 overlay initializations.
27841 (reftex-highlight): Use `reftex-move-overlay'.
27842 (reftex-unhighlight): Use `reftex-delete-overlay'.
27843 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
27844 (reftex-access-search-path): Use `reftex-uniquify' instead of
27845 `reftex-uniq'
27846
27847 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27848 `before-string' property modification enables for Emacs as well.
27849 (reftex-select-item): Use `reftex-delete-overlay'.
27850 (reftex-select-mark): Use `reftex-make-overlay' and
27851 `reftex-overlay-put'.
27852 (reftex-select-unmark): Use `reftex-delete-overlay' and
27853 `reftex-overlay-put'.
27854
278552005-05-18 Lute Kamstra <lute@gnu.org>
27856
27857 * emacs-lisp/lisp.el (check-parens): Fix docstring.
27858
278592005-05-18 Juanma Barranquero <lekktu@gmail.com>
27860
27861 * add-log.el (add-change-log-entry):
27862 * array.el (array-make-template, array-reconfigure-rows)
27863 (array-init-max-row, array-init-max-column)
27864 (array-init-columns-per-line, array-init-field-width):
27865 * replace.el (replace-match-maybe-edit, perform-replace):
27866 * textmodes/spell.el (spell-region):
27867 Replace `read-input' by `read-string'.
27868
27869 * forms.el (forms-mode):
27870 * finder.el (finder-compile-keywords):
27871 * shadowfile.el (shadow-read-files):
27872 Replace `eval-current-buffer' by `eval-buffer'.
27873
27874 * terminal.el (te-pass-through):
27875 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
27876 (ange-ftp-raw-send-cmd):
27877 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
27878 (send-process-next-char, telnet-initial-filter, telnet):
27879 Replace `send-string' by `process-send-string'.
27880
27881 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
27882 (prolog-consult-region): Replace `send-string' by
27883 `process-send-string'; replace `send-region' by `process-send-region'.
27884
27885 * progmodes/delphi.el (delphi-log-msg):
27886 Replace `set-window-dot' by `set-window-point'.
27887
27888 * subr.el (window-dot, set-window-dot, read-input, send-string)
27889 (send-region, show-buffer, eval-current-buffer):
27890 Make really obsolete, as the comment says.
27891
278922005-05-17 Kim F. Storm <storm@cua.dk>
27893
27894 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
27895 (cua--init-keymaps): Bind C-return instead of S-return to set
27896 rectangle mark.
27897
27898 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
27899 instead of S-return to toggle/clear rectangle mark.
27900
279012005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
27902
27903 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
27904 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
27905 Also fontify plain strings assigned to variables, mostly so that a
27906 colon has a face and is thus not taken as a dependency separator.
27907 (makefile-previous-dependency): Inline the new matcher, because it
27908 is too complex to work in both directions.
27909 (makefile-match-dependency): Eliminate `backward' arg (see above).
27910 Completely reimplemented so as to not sometimes go into an endless
27911 loop. It should also be more efficient, because first it only
27912 searches for `:', instead of applying the very complex regexp.
27913 (makefile-mode): Cancel `font-lock-support-mode', because blocks
27914 to be fontified in one piece can be too long for JIT.
27915 Makefiles are never *that* big.
27916
279172005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
27918
27919 * dired.el (dired-mode): Simplify.
27920
279212005-05-17 Lute Kamstra <lute@gnu.org>
27922
27923 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
27924 defcustom for the mode hook variable.
27925
27926 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
27927 Emacs Lisp Reference Manual.
27928
279292005-05-17 Juanma Barranquero <lekktu@gmail.com>
27930
27931 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
27932 (evenp, list*):
27933 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
27934 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
27935
27936 * net/tramp-smb.el (tramp-smb-open-connection):
27937 Pass `tramp-chunksize' as fifth (required) argument.
27938
279392005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
27940
27941 * font-lock.el (lisp-font-lock-keywords-1):
27942 Set `font-lock-negation-char-face' for [^...] char group.
27943 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
27944
27945 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
27946 a var, and refine it to mask one more level of nested vars.
27947 (makefile-rule-action-regex): Turn it into a var, and refine it so
27948 it recognizes backslashed continuation lines as belonging to the
27949 same command.
27950 (makefile-macroassign-regex): Refine it so it recognizes
27951 backslashed continuation lines as belonging to the same command.
27952 (makefile-var-use-regex): Don't look at the next char, because it
27953 might be the same one to be skipped by the initial [^$], leading
27954 to an overlooked variable use.
27955 (makefile-make-font-lock-keywords): Remove two parameters, which
27956 are now variables that some of the modes set locally.
27957 Handle dependency and rule action matching through functions, because
27958 regexps alone match too often. Dependency matching now comes
27959 last, so it can check, whether a colon already matched something else.
27960 (makefile-mode): Inform that font-lock improves makefile parsing
27961 capabilities.
27962 (makefile-match-dependency, makefile-match-action): New functions.
27963
279642005-05-16 Juanma Barranquero <lekktu@gmail.com>
27965
27966 * emacs-lisp/cl-extra.el (equalp): Doc fix.
27967
27968 * align.el (align-regexp):
27969 * ansi-color.el (ansi-color-get-face):
27970 * array.el (array-reconfigure-rows, array-init-max-row)
27971 (array-init-max-column, array-init-columns-per-line)
27972 (array-init-field-width):
27973 * dired-aux.el (dired-trample-file-versions):
27974 * dired-x.el (dired-mark-sexp):
27975 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
27976 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
27977 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
27978 * faces.el (face-read-integer):
27979 * files.el (backup-extract-version, insert-directory):
27980 * hexl.el (hexl-insert-decimal-char):
27981 * server.el (server-process-filter):
27982 * shell.el (shell-extract-num):
27983 * startup.el (command-line-1):
27984 * term.el (term-command-hook):
27985 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
27986 (time-stamp-do-number):
27987 * time.el (display-time-update):
27988 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
27989 (timezone-fix-time):
27990 * vms-patch.el (vms-suspend-resume-hook):
27991 * calendar/appt.el (appt-convert-time):
27992 * calendar/cal-bahai.el (mark-bahai-diary-entries):
27993 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
27994 * calendar/cal-islam.el (mark-islamic-diary-entries):
27995 * calendar/calendar.el (calendar-cursor-to-date)
27996 (calendar-star-date):
27997 * calendar/diary-lib.el (diary-attrtype-convert)
27998 (mark-diary-entries, diary-entry-time):
27999 * calendar/solar.el (solar-get-number):
28000 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
28001 * emacs-lisp/re-builder.el (reb-display-subexp):
28002 * emulation/edt.el (edt-set-scroll-margins):
28003 * emulation/tpu-extras.el (tpu-set-scroll-margins):
28004 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
28005 (vip-get-ex-count):
28006 * emulation/viper-ex.el (viper-get-ex-token)
28007 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
28008 * international/fontset.el (fontset-plain-name):
28009 * mail/feedmail.el (feedmail-look-at-queue-directory):
28010 * mail/mailalias.el (mail-get-names):
28011 * mail/rmail.el (rmail-convert-to-babyl-format):
28012 * mail/rmailsum.el (rmail-make-basic-summary-line)
28013 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
28014 (rmail-summary-goto-msg):
28015 * mail/smtpmail.el (smtpmail-read-response):
28016 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
28017 (ange-ftp-vms-add-file-entry):
28018 * play/gametree.el (gametree-looking-at-ply)
28019 (gametree-current-branch-score):
28020 * progmodes/ada-xref.el (ada-prj-find-prj-file)
28021 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
28022 * progmodes/cperl-mode.el (condition-case):
28023 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
28024 (ebrowse-set-member-buffer-column-width)
28025 (ebrowse-select-1st-to-9nth):
28026 * progmodes/etags.el (etags-snarf-tag):
28027 * progmodes/flymake.el (flymake-parse-line):
28028 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
28029 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
28030 (idlwave-shell-menu-def):
28031 * progmodes/ps-mode.el (ps-run-goto-error):
28032 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
28033 (vhdl-speedbar-contract-level):
28034 * term/mac-win.el (x-handle-numeric-switch):
28035 * term/sun-mouse.el (sun-get-frame-data):
28036 * term/w32-win.el (x-handle-numeric-switch):
28037 * term/x-win.el (x-handle-numeric-switch):
28038 * textmodes/ispell.el (ispell-parse-output):
28039 * textmodes/nroff-mode.el (nroff-outline-level):
28040 * textmodes/reftex-cite.el (reftex-bib-sort-year)
28041 (reftex-bib-sort-year-reverse, reftex-format-citation):
28042 * textmodes/reftex-parse.el (reftex-init-section-numbers)
28043 (reftex-section-number):
28044 * textmodes/texinfmt.el (texinfo-paragraphindent):
28045 Replace `string-to-int' by `string-to-number'.
28046
28047 * international/latexenc.el: Add page marker to force the "Local
28048 Variables:" string out of the last page.
28049
280502005-05-16 Nick Roberts <nickrob@snap.net.nz>
28051
28052 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28053 tooltip-change-major-mode.
28054 (gud-tooltip-print-command): Remove case where gud-minor-mode
28055 is gdb ("--fullname").
28056 (gud-tooltip-tips): Turn GUD tooltips off for this case and
28057 explain to user.
28058
280592005-05-16 Jay Belanger <belanger@truman.edu>
28060
28061 * calc/calc-store.el (calc-copy-special-constant): New function.
28062
28063 * calc/calc-ext.el (calc-init-extensions): Add binding for
28064 `calc-copy-special-constant'.
28065
28066 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28067 for the `calc-copy-special-constant' command.
28068
280692005-05-16 Nick Roberts <nickrob@snap.net.nz>
28070
28071 * subr.el (left-fringe-p): New function.
28072
28073 * progmodes/compile.el (compilation-setup): Set local value of
28074 overlay-arrow-string to "" always.
28075 (compilation-set-window): Left fringe then don't scroll.
28076 No left fringe then no arrow and scroll message to top.
28077 (compilation-context-lines): Adjust doc string accordingly.
28078
280792005-05-16 Kim F. Storm <storm@cua.dk>
28080
28081 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28082 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28083 (ido-wide-find-dir-or-delete-dir): New command for M-d.
28084 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
28085 (ido-read-file-name): Handle commands with ido property value
28086 equal to find-file as reading a file name, to allow C-d to enter dired.
28087 (ibuffer-find-file): Add ido property with value find-file.
28088
280892005-05-15 Kim F. Storm <storm@cua.dk>
28090
28091 * subr.el (open-network-stream-nowait): Remove.
28092 (open-network-stream-server): Remove.
28093
280942005-05-15 Richard M. Stallman <rms@gnu.org>
28095
28096 * faces.el (describe-face): Output a definition link button.
28097
28098 * help-mode.el (help-face-def): New button type.
28099
28100 * emacs-lisp/copyright.el (copyright-fix-years):
28101 Match properly if the first year is 2-digit.
28102 Don't mess up the whitespace after the years by filling.
28103
28104 * dired-aux.el (dired-mark-confirm):
28105 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28106
28107 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28108 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28109 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28110
28111 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28112 Set font-lock-comment-start-skip.
28113
28114 * font-lock.el (font-lock-comment-start-skip): New variable.
28115 (font-lock-comment-end-skip): New variable.
28116 (font-lock-fontify-syntactically-region): Use them if non-nil.
28117
281182005-05-15 Jay Belanger <belanger@truman.edu>
28119
28120 * calc/calc-store.el (calc-store-value): Return a string rather
28121 than display it as a message.
28122 Use calc-var-name for variable name.
28123 (calc-store-into): Add the result of calc-store-value to message.
28124 (calc-copy-variable): Add a message.
28125 (calc-store-exchange): Improve error messages.
28126 (calc-store-binary, calc-store-map): Don't reset the values of
28127 special constants.
28128
281292005-05-14 Luc Teirlinck <teirllm@auburn.edu>
28130
28131 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28132 manual to docstring.
28133
28134 * files.el (hack-local-variables-confirm): Add STRING argument.
28135 Make the function handle non file visiting buffers correctly.
28136 (hack-local-variables-prop-line, hack-local-variables)
28137 (hack-one-local-variable): Use STRING arg of
28138 `hack-local-variables-confirm'.
28139
281402005-05-14 Michael Albinus <michael.albinus@gmx.de>
28141
28142 Sync with Tramp 2.0.49.
28143
28144 * net/tramp.el (tramp-handle-dired-call-process)
28145 (tramp-handle-insert-directory):`insert-buffer' cannot be used
28146 because the contents of the Tramp buffer is changed before
28147 insertion (`expand-file' and alike).
28148 (tramp-handle-insert-directory): If `localname' has an empty
28149 nondirectory name, it must not be quoted.
28150 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
28151 variable `tramp-chunksize'. Change callees.
28152 (tramp-open-connection-setup-interactive-shell): Check remote host
28153 for buggy `send-process-string' implementation.
28154 Set `tramp-chunksize' if found. Reported by Michael Kifer
28155 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28156 (tramp-handle-shell-command): `insert-buffer' cannot be used
28157 because the contents of the Tramp buffer is changed before
28158 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
28159 <frederic.bothamy@free.fr>.
28160 (tramp-set-auto-save): Actions should be done for Tramp file name
28161 handler only. Ange-FTP has its own auto-save mechanism.
28162 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28163 (tramp-set-auto-save-file-modes): Set file modes of
28164 `buffer-auto-save-file-name' to ?\600 as fallback solution.
28165 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28166 (tramp-bug): Remove obsolete variable.
28167 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
28168 for presence of `mml-mode'. Make it running for older Emacsen as well.
28169
281702005-05-14 John Paul Wallington <jpw@pobox.com>
28171
28172 * ibuf-ext.el (define-ibuffer-filter filename):
28173 If `dired-directory' is a list, use its car.
28174
281752005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
28176
28177 * ibuffer.el (define-ibuffer-column filename):
28178 If `dired-directory' is a list, use its car.
28179
281802005-05-14 Richard M. Stallman <rms@gnu.org>
28181
28182 * subr.el (symbol-file): Doc fix.
28183
28184 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28185 (byte-compile-form): Call byte-compile-nogroup-warn.
28186 (byte-compile-warning-types): Doc fix.
28187
28188 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28189
28190 * progmodes/cc-engine.el (c-literal-faces):
28191 Add font-lock-comment-delimiter-face.
28192
28193 * net/net-utils.el (dig): Use with-no-warnings.
28194
28195 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28196 (sc-recite-frame-alist, sc-default-cite-frame)
28197 (sc-default-uncite-frame, sc-default-recite-frame)
28198 (sc-attrib-selection-list, sc-rewrite-header-list):
28199 Mark as risky-local-variable.
28200
28201 * international/ogonek.el (ogonek-jak, ogonek-how):
28202 Don't use beginning-of-buffer.
28203
28204 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28205
28206 * calendar/solar.el (solar-data-list): Move definition up.
28207
28208 * dnd.el (dnd-protocol-alist): Add autoload.
28209
28210 * progmodes/sh-script.el: Many doc usage fixes.
28211 (sh-indent-after-do): Change default to match common styles.
28212
282132005-05-13 Luc Teirlinck <teirllm@auburn.edu>
28214
28215 * files.el (interpreter-mode-alist)
28216 (auto-mode-interpreter-regexp): Doc fixes.
28217
282182005-05-13 Matt Hodges <MPHodges@member.fsf.org>
28219
28220 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28221
28222 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28223
282242005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28225
28226 * dired.el (dired-mode): make-variable-buffer-local =>
28227 make-local-variable.
28228
282292005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28230
28231 * term/mac-win.el (mac-select-convert-to-string): Try coding
28232 systems in mac-script-code-coding-systems if specified one cannot
28233 encode string for `com.apple.traditional-mac-plain-text'.
28234
282352005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
28236
28237 * progmodes/make-mode.el (makefile-targets-face)
28238 (makefile-shell-face, makefile-makepp-perl-face): New faces.
28239 (makefile-dependency-regex): Fix it to not make the colon in
28240 $(var:a=b) special.
28241 (makefile-rule-action-regex): New regexp for highlighting embedded
28242 Shell strings.
28243 (makefile-macroassign-regex): Handle != for highlighting as
28244 embedded Shell strings.
28245 (makefile-var-use-regex): New const.
28246 (makefile-statements, makefile-automake-statements)
28247 (makefile-gmake-statements, makefile-makepp-statements)
28248 (makefile-bsdmake-statements): New consts.
28249 (makefile-make-font-lock-keywords): New function.
28250 (makefile-automake-font-lock-keywords)
28251 (makefile-gmake-font-lock-keywords)
28252 (makefile-makepp-font-lock-keywords)
28253 (makefile-bsdmake-font-lock-keywords): New consts.
28254 (makefile-mode-map): Add switchers between the various submodes.
28255 (makefile-mode): Document the availability of the variants.
28256 (makefile-automake-mode, makefile-gmake-mode)
28257 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28258
28259 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28260 new variants of makefile-mode.
28261
282622005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28263
28264 * font-lock.el (font-lock-comment-delimiter-face): Fix up
28265 the inheritance.
28266
282672005-05-12 Luc Teirlinck <teirllm@auburn.edu>
28268
28269 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28270 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28271
28272 * files.el (normal-mode): Extend the scope of the
28273 `enable-local-variables' binding to include the `set-auto-mode' call.
28274 (magic-mode-alist): Doc fix.
28275
282762005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28277
28278 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28279 font-lock-comment-face rather than copying its setting.
28280
282812005-05-12 Andreas Schwab <schwab@suse.de>
28282
28283 * eshell/esh-mode.el (eshell-send-input): Doc fix.
28284
282852005-05-12 Lute Kamstra <lute@gnu.org>
28286
28287 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28288 defcustom for the mode hook variable. Delete the last argument.
28289 * generic-x.el: Fix callers of define-generic-mode.
28290 (generic-x-modes): Delete group.
28291 (show-tabs-tab-face, show-tabs-space-face): Put them in the
28292 generic-x customization group.
28293
282942005-05-12 Kim F. Storm <storm@cua.dk>
28295
28296 * font-lock.el (font-lock-negation-char-face): Default to "off".
28297
28298 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28299 font-lock-negation-char-face to ! in !=.
28300
283012005-05-12 Masatake YAMATO <jet@gyve.org>
28302
28303 * add-log.el (find-change-log): Fix typos in the docstring
28304 of function.
28305
283062005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28307
28308 * international/latexenc.el (latexenc-find-file-coding-system):
28309 Avoid `re-search-forward' when looking for input encoding because
28310 of speed and safety. Better regular expressions for recognizing
28311 input encoding. Limit a search for TeX-master/tex-main-file to
28312 the local variable section.
28313
283142005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
28315
28316 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28317 syntax of $ to "'" (quote).
28318
283192005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
28320
28321 * dnd.el (dnd-protocol-alist): Improve custom type.
28322
28323 * dired.el (dired-dnd-protocol-alist): New variable.
28324 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
28325 `dired-mode-hook' to the end.
28326
283272005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28328
28329 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28330 comment-end if comment-start-skip is not set.
28331 Obey the font-lock-comment-delimiter-face variables.
28332
283332005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28334
28335 * files.el (executable-find): Move from executable.el. Use
28336 locate-file.
28337 * progmodes/executable.el (executable-find): Move to files.el.
28338
28339 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28340 when trying to ensure forward progress.
28341
283422005-05-11 Chong Yidong <cyd@stupidchicken.com>
28343
28344 * mouse-sel.el (mouse-sel-follow-link-p): New function.
28345 (mouse-select, mouse-select-internal, mouse-extend-internal):
28346 Use it to implement mouse-1-click-follows-link functionality.
28347
283482005-05-11 Richard M. Stallman <rms@gnu.org>
28349
28350 * font-lock.el (font-lock-fontify-syntactically-region):
28351 Use font-lock-comment-delimiter-face for comment delimiters.
28352
283532005-05-10 Jay Belanger <belanger@truman.edu>
28354
28355 * calc/calc-help.el (calc-m-prefix-help): Add mention of
28356 preserving embedded modes.
28357
283582005-05-10 Richard M. Stallman <rms@gnu.org>
28359
28360 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28361
28362 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28363 Move from ada-stmt.el.
28364 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28365
28366 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28367 Move to ada-mode.el.
28368 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28369
28370 * cus-edit.el (custom-file): Call file-chase-links.
28371
28372 * files.el (read-directory-name): Fix previous change.
28373 (hack-local-variables-confirm): New function.
28374 (hack-local-variables-prop-line, hack-local-variables)
28375 (hack-one-local-variable): Use it.
28376
283772005-05-10 Lute Kamstra <lute@gnu.org>
28378
28379 * font-lock.el (font-lock-keywords-alist)
28380 (font-lock-removed-keywords-alist): Clarify docstrings.
28381
283822005-05-10 Nick Roberts <nickrob@snap.net.nz>
28383
28384 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28385 (gdb-source-info): Check for preprocessor info.
28386 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
28387 a macro for a function.
28388 (gdb-info-breakpoints-custom): Try to find file again if not already
28389 found (user might have used GDB dir command).
28390 (gdb-get-location): Update gdb-location-alist correctly for change
28391 to gdb-info-breakpoints-custom.
28392
28393 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28394 (gud-tooltip-print-command): Add gdbmi case.
28395 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28396 preprocessor info.
28397
283982005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
28399
28400 * startup.el (fancy-splash-insert): Fix typo in doc string.
28401
284022005-05-09 Juanma Barranquero <lekktu@gmail.com>
28403
28404 * obsolete/float.el (string-to-float):
28405 * obsolete/hilit19.el (hilit-add-pattern):
28406 * obsolete/rnews.el (news-parse-range, news-select-message)
28407 (news-get-pruned-list-of-files): Replace `string-to-int' by
28408 `string-to-number'.
28409
28410 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28411 `find-file-not-found-hooks'; use `add-hook'.
28412 (uncompress-while-visiting): Set `write-file-functions', not
28413 `write-file-hooks'; use `add-hook'.
28414
284152005-05-09 Kim F. Storm <storm@cua.dk>
28416
28417 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28418 (cua-paste): Handle clipboard action.
28419 (cua--init-keymaps): Remap clipboard-kill-region and
28420 clipboard-kill-ring-save.
28421
284222005-05-08 Eli Zaretskii <eliz@gnu.org>
28423
28424 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28425 Improve commentary.
28426
28427 * simple.el (next-error-overlay-arrow-position): Revert the change
28428 made on 2005-04-30.
28429
284302005-05-07 Jay Belanger <belanger@truman.edu>
28431
28432 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28433 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28434 `calc-sel-reselect'.
28435
28436 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28437 Calc is in embedded mode.
28438
284392005-05-07 Eli Zaretskii <eliz@gnu.org>
28440
28441 * progmodes/compile.el (compilation-setup):
28442 Set overlay-arrow-string to an empty string on text terminals.
28443
28444 * textmodes/ispell.el (ispell-program-name): Try looking for
28445 "aspell" along exec-path, and if found, use it as the default
28446 speller program.
28447
284482005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
28449
28450 * international/mule.el (sgml-xml-auto-coding-function):
28451 Recognize encoding='FOO' in single quotes as well as in double quotes.
28452
284532005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
28454
28455 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28456 as well as `interactive', so that defmacro* would recognize
28457 `declare' forms.
28458
284592005-05-07 Eli Zaretskii <eliz@gnu.org>
28460
28461 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28462 Explain more about the LIGHTER arg's usage in the doc string.
28463 Add commentary to clarify what the code does. Fix the regexp that
28464 strips whitespace from LIGHTER. Quote LIGHTER before using it,
28465 since it could have characters special to regular expressions.
28466
284672005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
28468
28469 * replace.el (occur-1): Bind inhibit-read-only so that
28470 erase-buffer doesn't barf on read-only text properties (likewise
28471 for add-text-properties in occur-engine). Mark buffer as unmodified.
28472 (occur-engine): Don't set buffer-read-only here.
28473
284742005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28475
28476 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28477 list-buffers-directory. This caused the *cvs-commit* buffer to be
28478 sometimes mistakenly reused as a *cvs* buffer.
28479
284802005-05-07 Nick Roberts <nickrob@snap.net.nz>
28481
28482 * tooltip.el: Move code for GUD tooltips into gud.el.
28483 (require): CL no longer needed to compile case.
28484 (tooltip-mode): Do not toggle functions for GUD tooltips.
28485 (tooltip-gud-tips-p): Remove. Replace with minor mode
28486 gud-tooltip-mode in gud.el.
28487 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28488 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28489 tooltip-gud prefix with gud-tooltip and obsolete.
28490 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28491 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28492 (tooltip-mouse-motion): Mouse movement functions/variable.
28493 Rename in gud.el by adding gud prefix.
28494 (tooltip-gud-original-filter, tooltip-gud-dereference)
28495 (tooltip-gud-event, tooltip-toggle-gud-tips)
28496 (tooltip-gud-process-output, tooltip-gud-print-command)
28497 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
28498 gud.el by replacing tooltip-gud prefix with gud-tooltip.
28499 (gdb-tooltip-print): Move to gdb-ui.el.
28500
28501 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28502 (require): CL needed to compile case.
28503 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28504 tooltip-gud-tips-p. Make it a minor-mode.
28505 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28506 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28507 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28508 (gud-tooltip-change-major-mode)
28509 (gud-tooltip-activate-mouse-motions-if-enabled)
28510 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28511 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28512 (gud-tooltip-original-filter, gud-tooltip-dereference)
28513 (gud-tooltip-event, tooltip-toggle-gud-tips)
28514 (gud-tooltip-process-output, gud-tooltip-print-command)
28515 (gud-tooltip-tips): Move from tooltip.el.
28516
28517 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28518 (gdb-cpp-define-alist-flags): Doc fix.
28519 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28520 gud-tooltip-mode is t.
28521
285222005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28523
28524 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28525 evaporate if their text is deleted.
28526 (goto-address-at-point): Make it work as a mouse binding as well.
28527 (goto-address-at-mouse): Obsolete it. Update users.
28528
285292005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
28530
28531 * calendar/appt.el (top-level): No longer activate on load.
28532
285332005-05-06 Juanma Barranquero <lekktu@gmail.com>
28534
28535 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28536 * net/webjump.el (webjump):
28537 * progmodes/idlw-help.el (idlwave-do-context-help1)
28538 (idlwave-highlight-linked-completions):
28539 * textmodes/po.el (po-find-file-coding-system-guts):
28540 Replace `assoc-ignore-case' by `assoc-string'.
28541
285422005-05-06 Eli Zaretskii <eliz@gnu.org>
28543
28544 * files.el (locate-file): Doc fix.
28545
28546 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28547 Remove the redundant test for ms-dos.
28548
28549 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28550 look for the preprocessor with exec-suffixes. If not found in
28551 standard places, look in exec-path. Remove most of the tests that
28552 used system-type.
28553
28554 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28555
28556 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28557
28558 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28559 file-name clash with jka-compr.el on 8+3 filesystems.
28560
285612005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28562
28563 * term/mac-win.el: Don't define or bind scroll bar functions if
28564 x-toolkit-scroll-bars is t.
28565 (x-select-text, x-get-selection-value): Clear
28566 x-last-selected-text-clipboard if x-select-enable-clipboard is
28567 nil.
28568 (PRIMARY): Put mac-scrap-name property.
28569 (mac-select-convert-to-file-url): New function.
28570 (public.file-url): New selection target type. Add to
28571 selection-converter-alist.
28572 (x-get-selection, x-selection-value): Handle it.
28573 (x-cut-buffer-or-selection-value): New alias.
28574
285752005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28576
28577 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28578 entry to avoid calling bibtex-find-entry with arg global
28579 being t. Remove arg key.
28580 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28581 (bibtex-copy-summary-as-kill): Change accordingly.
28582
285832005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
28584
28585 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28586 (org-agenda-date-later): Use with-current-buffer.
28587
285882005-05-05 Luc Teirlinck <teirllm@auburn.edu>
28589
28590 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28591 (define-obsolete-variable-alias): Doc Fixes.
28592
285932005-05-06 Kim F. Storm <storm@cua.dk>
28594
28595 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
28596 vertical-motion when selective-display is active.
28597
28598 * ido.el (ido-setup-hook): New hook.
28599 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28600 (ido-input-stack): New var.
28601 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
28602 ido-next-work-file binding to M-O.
28603 Bind M-f to ido-wide-find-file-or-pop-dir.
28604 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28605 (ido-read-internal): Run ido-setup-hook.
28606 Catch quit in read-file-name and read-string to cancel edit.
28607 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28608 Automatically pop-all when completing a directory name (RET).
28609 (ido-file-internal): Add with-no-warnings around ffap and dired code.
28610 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28611 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28612 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28613 New functions for M-b/M-f to move among the directory components.
28614 (ido-make-merged-file-list): Catch quit to cancel merge.
28615 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28616 (ido-completion-help): No warnings for ido-completion-buffer-full.
28617
286182005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
28619
28620 * font-lock.el (font-lock-negation-char-face): New face and variable.
28621 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28622 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28623 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28624 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28625
286262005-05-05 Juanma Barranquero <lekktu@gmail.com>
28627
28628 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28629 Fix typo in docstring.
28630
28631 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28632 (ebrowse-print-statistics-line)
28633 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28634
28635 * term/w32-win.el (image-library-alist): Add additional name for
28636 Xpm library.
28637
286382005-05-05 Nick Roberts <nickrob@snap.net.nz>
28639
28640 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28641 use gcc instead of cpp.
28642
28643 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28644 (gdb-create-define-alist): Use it.
28645 (gdb-cpp-define-alist-program): Update for MS-DOS.
28646
286472005-05-04 Nick Roberts <nickrob@snap.net.nz>
28648
28649 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28650
286512005-05-04 Richard M. Stallman <rms@gnu.org>
28652
28653 * help.el (describe-key): No error when UNTRANSLATED is nil.
28654
28655 * simple.el (line-move-1): Fix previous change to signal errors
28656 appropriately.
28657
286582005-05-03 Ulf Jasper <ulf.jasper@web.de>
28659
28660 * calendar/icalendar.el (icalendar-version): Now at 0.12.
28661 (icalendar-duration-correction): Remove.
28662 (icalendar--get-event-properties): Split result at commas.
28663 (icalendar--decode-isoduration): New optional argument
28664 DURATION-CORRECTION.
28665 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28666 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28667 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28668 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28669 (icalendar--convert-anniversary-to-ical): New functions, extracted
28670 from icalendar-export-region, with bug fixes.
28671 (icalendar-export-region): Use the above functions.
28672 (icalendar-import-buffer): Check before saving diary file.
28673 (icalendar--convert-recurring-to-diary)
28674 (icalendar--convert-non-recurring-all-day-to-diary)
28675 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28676 extracted from icalendar--convert-ical-to-diary, with bug fixes.
28677 (icalendar--convert-ical-to-diary): Use the above functions.
28678
286792005-05-03 Nick Roberts <nickrob@snap.net.nz>
28680
28681 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28682 Remove these recent additions.
28683 (c-mode): Restore to before 2005-04-28.
28684
28685 * progmodes/cc-vars.el (cc-define-list-program): Remove this
28686 recent addition.
28687
28688 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28689 (gdb-define-alist): New variables.
28690 (gdb-create-define-alist): New function.
28691 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28692 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28693 with string-to-number.
28694 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
28695
28696 * progmodes/gud.el: Replace string-to-int with string-to-number.
28697 (gud-find-file): Handle gdb-define-alist.
28698
28699 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28700
287012005-05-02 Jay Belanger <belanger@truman.edu>
28702
28703 * calc/calc-aent.el (math-read-token):
28704 * calc/calc-bin.el (calc-word-size):
28705 * calc/calc-ext.el (calc-read-number-fancy):
28706 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28707 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28708 * calc/calc-frac.el (calc-over-notation):
28709 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28710 (calc-graph-num-points, calc-graph-init):
28711 * calc/calc-prog.el (calc-read-parse-table-part)
28712 (calc-edit-macro-repeats):
28713 * calc/calc-yank.el (calc-do-grab-rectangle):
28714 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28715 Replace `string-to-int' by `string-to-number'.
28716
287172005-05-02 Kim F. Storm <storm@cua.dk>
28718
28719 * kmacro.el: Use executing-kbd-macro-index variable.
28720
287212005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
28722
28723 * net/rlogin.el (rlogin-parse-words): Delete func.
28724 (rlogin): Use split-string, not rlogin-parse-words.
28725 Also, if there are option-like elements in the parsed args,
28726 take the host to be the first arg immediately following them.
28727 Suggested by Michael Mauger.
28728
287292005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28730
28731 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28732
287332005-05-02 Nick Roberts <nickrob@snap.net.nz>
28734
28735 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28736 (cc-mode-cpp-program): Rename to cc-define-list-program and
28737 move to cc-vars.el.
28738
28739 * progmodes/cc-vars.el (cc-define-list-program):
28740 Change to "gcc -E -dM -". Make customizable.
28741
287422005-05-02 Kim F. Storm <storm@cua.dk>
28743
28744 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28745
287462005-05-02 Nick Roberts <nickrob@snap.net.nz>
28747
28748 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28749
28750 * international/mule-util.el (truncate-string): Remove alias and
28751 obsolete declaration.
28752
28753 * international/mule-cmds.el (update-iso-coding-systems):
28754 Remove alias and obsolete declaration.
28755
28756 * international/mule.el (coding-system-parent): Remove alias and
28757 obsolete declaration.
28758
28759 * subr.el (define-function, sref): Remove aliases and obsolete
28760 declarations.
28761 (chars-in-region): Remove obsolete declaration.
28762
287632005-05-01 Richard M. Stallman <rms@gnu.org>
28764
28765 * info.el (Info-mode): Set widen-automatically to nil, locally.
28766
28767 * simple.el (widen-automatically): New variable.
28768 (pop-global-mark): Obey widen-automatically.
28769
287702005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
28771
28772 * term/xterm.el (function-key-map): Call substitute-key-definition
28773 before the keymap size is increased by a lot of define-key calls.
28774
287752005-05-01 Richard M. Stallman <rms@gnu.org>
28776
28777 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28778 Rename ARG to ELEMENT. Doc fix.
28779
287802005-05-01 Nick Roberts <nickrob@snap.net.nz>
28781
28782 * allout.el (allout-exposure): Remove macro and obsolete declaration.
28783 Remove references to allout-exposure/change to allout-new-exposure.
28784
28785 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28786 bytecode symbols.
28787
28788 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28789 (compiled-function-p, focus-frame, unfocus-frame):
28790 Remove aliases and obsolete declarations.
28791 Back out inadvertent changes from previous commit.
28792
287932005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28794
28795 * files.el (require-final-newline): Make Custom tags consistent
28796 with mode-require-final-newline.
28797 (mode-require-final-newline): Doc fix.
28798
287992005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
28800
28801 * international/latexenc.el (latexenc-find-file-coding-system):
28802 Fix regular expressions.
28803
288042005-05-01 David Kastrup <dak@gnu.org>
28805
28806 * international/latexenc.el (latexenc-find-file-coding-system):
28807 Fix regular expressions.
28808
288092005-05-01 Nick Roberts <nickrob@snap.net.nz>
28810
28811 * subr.el (string-to-int): Make obsolete.
28812
288132005-04-30 Richard M. Stallman <rms@gnu.org>
28814
28815 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28816
28817 * loadup.el: load jka-comp-hook.
28818
28819 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28820 (jka-compr-handler): Add autoload. `put' calls moved
28821 to jka-comp-hook.el.
28822 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28823 (jka-compr-inhibit): Autoload.
28824
28825 * jka-comp-hook.el: New file.
28826 Enable the mode by default.
28827
28828 * files.el (backup-buffer-copy): Use copy-file instead
28829 of write-region, and put back the 'excl.
28830
288312005-04-30 Chong Yidong <cyd@stupidchicken.com>
28832
28833 * progmodes/flymake.el (flymake-split-string)
28834 (flymake-split-string, flymake-log, flymake-pid-to-names)
28835 (flymake-reg-names, flymake-get-source-buffer-name)
28836 (flymake-unreg-names, flymake-add-line-err-info)
28837 (flymake-add-err-info): Clarify docstrings.
28838 (flymake-popup-menu, flymake-make-emacs-menu)
28839 (flymake-make-xemacs-menu): Add docstrings.
28840 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28841 Set variables directly throughout.
28842
288432005-04-30 Nick Roberts <nickrob@snap.net.nz>
28844
28845 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28846 exists. Initialize cc-define-alist.
28847 (c-mode): Add cc-create-define-alist locally to after-save-hook.
28848 If there is no file (Macroexpansion) don't create an alist.
28849
288502005-04-29 Sam Steingold <sds@gnu.org>
28851
28852 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
28853 (cc-create-define-alist): Use it instead of the hard-coded string.
28854
288552005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
28856
28857 * international/mule-conf.el (file-coding-system-alist): Fix regexp
28858 for latexenc.
28859
288602005-04-29 Lute Kamstra <lute@gnu.org>
28861
28862 * emacs-lisp/generic.el: Improve commentary section.
28863 (define-generic-mode): Improve docstring.
28864
288652005-04-29 Carsten Dominik <dominik@science.uva.nl>
28866
28867 * textmodes/org.el (many places): Change to quiet the byte compiler.
28868 (org-prefix-format-compiled): New variable.
28869 (org-compile-prefix-format): New function.
28870 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
28871 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
28872 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
28873 (org-get-entries-from-diary): Use `org-get-time-of-day' for
28874 consistency with entries from `org-mode' files.
28875 (org-get-time-of-day): Fix bug with partial matches early in a line.
28876 (org-non-link-chars): New constant.
28877 (org-link-regexp): Respect `org-non-link-chars'.
28878 (org-agenda-day-view): Remove command.
28879 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
28880 (org-follow-bbdb-link, org-store-link): Search also company field.
28881 (org-highlight-overlay): New variable.
28882 (org-highlight, org-unhighlight): New functions.
28883 (org-agenda-mode): Add pre-command-hook to remove highlight.
28884 (org-evaluate-time-range): Behavior depends upon whether time stamp
28885 contains a time or not.
28886 (org-show-subtree, org-show-entry): New functions.
28887 (org-agenda-cleanup-fancy-diary): Remove empty lines.
28888
288892005-04-28 Luc Teirlinck <teirllm@auburn.edu>
28890
28891 * comint.el (comint-output-filter-functions): Add autoload cookie.
28892
288932005-04-28 Kim F. Storm <storm@cua.dk>
28894
28895 * ido.el (ido-everywhere): Fix last change.
28896
288972005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28898
28899 * international/latexenc.el: New file.
28900 * international/mule-conf.el (file-coding-system-alist): For .tex,
28901 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
28902
289032005-04-28 Lute Kamstra <lute@gnu.org>
28904
28905 * font-lock.el (font-lock-add-keywords)
28906 (font-lock-remove-keywords): Clarify docstring.
28907 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
28908 Don't start docstrings with a `*'.
28909 (font-lock-update-removed-keyword-alist): Give it a docstring.
28910
28911 * generic-x.el: Update commentary section.
28912 Only require font-lock when compiling.
28913 Define all modes conditionally.
28914 Place all generic modes in the generic-x-modes customization group.
28915 (generic-x-modes): New customization group.
28916 (generic-default-modes, generic-mswindows-modes)
28917 (generic-unix-modes, generic-other-modes): New constants.
28918 (generic-define-mswindows-modes, generic-define-unix-modes):
28919 Update docstrings. Make them obsolete.
28920 (generic-extras-enable-list): New default value. Update docstring.
28921 Improve :type. Change :set function.
28922 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
28923 Fix docstring.
28924
28925 * emacs-lisp/generic.el (generic-mode-internal):
28926 Simplify font-lock-defaults.
28927 (define-generic-mode): Fix docstring.
28928
289292005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
28930
28931 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
28932 font-lock-face property to highlight matches.
28933
289342005-04-28 Nick Roberts <nickrob@snap.net.nz>
28935
28936 * progmodes/cc-mode.el (cc-create-define-alist): New function.
28937 (cc-define-alist): New variable.
28938 (c-mode): Make it local and initialize it.
28939
28940 * progmodes/gdb-ui.el (gdb-active-process): New variable.
28941 (gdb-exited): New function.
28942 (gdb-annotation-rules): Use it.
28943 (gdb-starting): Set gdb-active-process to t.
28944 (gdb-stopping): Amend doc string.
28945 (gdb-reset): Set gdb-active-process to nil.
28946
28947 * tooltip.el (tooltip-gud-tips): Show the associated #define
28948 directives when a C program under GDB is not executing.
28949
289502005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
28951
28952 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
28953 font-lock-fontify-syntactic-keywords.
28954
28955 * font-lock.el (font-lock-default-fontify-region): Don't force
28956 parse-sexp-lookup-properties to nil.
28957
289582005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
28959
28960 * man.el (man-mode-syntax-table): Set up `:' to have
28961 word-constituent syntax.
28962
289632005-04-27 Lute Kamstra <lute@gnu.org>
28964
28965 * novice.el (disable-command): Don't add spurious newlines to the
28966 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
28967
289682005-04-26 Jay Belanger <belanger@truman.edu>
28969
28970 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
28971 than one window before deleting window.
28972
289732005-04-26 Luc Teirlinck <teirllm@auburn.edu>
28974
28975 * shell.el (shell-prompt-pattern): Doc fix.
28976 (shell-mode): Set paragraph-separate buffer locally to "\\'".
28977
28978 * comint.el (comint-prompt-regexp, comint-get-old-input)
28979 (comint-use-prompt-regexp)
28980 (comint-use-prompt-regexp-instead-of-fields)
28981 (comint-replace-by-expanded-history, comint-send-input)
28982 (comint-output-filter, comint-get-old-input-default)
28983 (comint-line-beginning-position, comint-bol, comint-show-output)
28984 (comint-backward-matching-input, comint-forward-matching-input)
28985 (comint-next-prompt, comint-previous-prompt):
28986 Rename `comint-use-prompt-regexp-instead-of-fields' to
28987 `comint-use-prompt-regexp'. Keep old name as alias and declare
28988 obsolete.
28989 (comint-use-prompt-regexp): Shorten first line of doc string.
28990
28991 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
28992 Set paragraph-separate buffer locally to "\\'".
28993
28994 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
28995 Adapt to above name change.
28996
28997 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
28998 (smbclient-prompt-regexp): Ditto.
28999
29000 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
29001
290022005-04-27 Nick Roberts <nickrob@snap.net.nz>
29003
29004 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
29005 gdb-location-list.
29006 Break lines that are over 80 characters wide.
29007
290082005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
29009
29010 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
29011 New fun and var, to preserve compatibility.
29012
29013 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
29014
290152005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
29016
29017 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
29018 name to file-newer-than-file-p.
29019
290202005-04-26 Richard M. Stallman <rms@gnu.org>
29021
29022 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
29023
29024 * progmodes/python.el (python-mode):
29025 Use new name eldoc-documentation-function.
29026
29027 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
29028
29029 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29030 (eldoc-documentation-function):
29031 Rename from eldoc-print-current-symbol-info-function. Calls changed.
29032
290332005-04-26 Nick Roberts <nickrob@snap.net.nz>
29034
29035 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
29036
290372005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29038
29039 * term/xterm.el (function-key-map): Fix strings for
29040 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
29041 {C,S,A,C-S}-{f1-f12}.
29042
290432005-04-26 Kenichi Handa <handa@m17n.org>
29044
29045 * international/mule-cmds.el (select-safe-coding-system):
29046 Fix previous change.
29047
290482005-04-26 Lute Kamstra <lute@gnu.org>
29049
29050 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29051
29052 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29053 (font-lock-comment-delimiter-face): Ditto.
29054
29055 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29056
290572005-04-25 Jay Belanger <belanger@truman.edu>
29058
29059 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29060 to t while inserting information; use help-mode.
29061
290622005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29063
29064 * term.el (ansi-term-color-vector): Use the xterm colors.
29065 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
29066
290672005-04-25 Lute Kamstra <lute@gnu.org>
29068
29069 * font-core.el (font-lock-defaults): Fix docstring.
29070
29071 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29072
290732005-04-25 Kenichi Handa <handa@m17n.org>
29074
29075 * international/mule-cmds.el (select-safe-coding-system):
29076 Don't check consistency with coding: spec, etc if raw-text or
29077 no-conversion was found to be safe.
29078
290792005-04-24 Richard M. Stallman <rms@gnu.org>
29080
29081 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29082 citation markers at start of each line.
29083
29084 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29085 citation markers at start of each line.
29086
29087 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29088
29089 * files.el (mode-require-final-newline): Fix previous change.
29090 (require-final-newline): Fix type label.
29091
290922005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
29093
29094 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29095 statement in buffer (broken by 2004-11-24 change).
29096
290972005-04-24 Kim F. Storm <storm@cua.dk>
29098
29099 * ido.el (ido-everywhere): Save and restore old read-buffer-function
29100 and read-file-name-function values. Don't overwrite existing
29101 non-nil values if ido-mode is enabled without ido-everywhere.
29102
291032005-04-24 Luc Teirlinck <teirllm@auburn.edu>
29104
29105 * files.el (mode-require-final-newline): Minor doc fix.
29106
291072005-04-24 Eli Zaretskii <eliz@gnu.org>
29108
29109 * subr.el (syntax-after): Doc fix.
29110 (syntax-class): If argument is nil, return nil. Mask off upper 16
29111 bits, not 8 bits.
29112
29113 * files.el (mode-require-final-newline): Doc fix.
29114 (backup-buffer-copy): Fix last change.
29115
291162005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29117
29118 * term/mac-win.el: Require select. Set selection-coding-system to
29119 mac-system-coding-system. Call menu-bar-enable-clipboard.
29120 (x-last-selected-text-clipboard, x-last-selected-text-primary)
29121 (x-select-enable-clipboard): New variables.
29122 (x-select-text, x-get-selection, x-selection-value)
29123 (x-get-selection-value, mac-select-convert-to-string)
29124 (mac-services-open-file, mac-services-open-selection)
29125 (mac-services-insert-text): New functions.
29126 (CLIPBOARD, FIND): Put mac-scrap-name property.
29127 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29128 (public.tiff): Put mac-ostype property.
29129 (selection-converter-alist): Add entries for them.
29130 (mac-application-menu-map): New keymap.
29131 (interprogram-cut-function, interprogram-paste-function): Set to
29132 x-select-text and x-get-selection-value, respectively.
29133 (split-window-keep-point): Set to t.
29134
291352005-04-23 Richard M. Stallman <rms@gnu.org>
29136
29137 * files.el (read-directory-name): Always pass non-nil
29138 DEFAULT-FILENAME arg to read-file-name.
29139 (backup-buffer-copy, basic-save-buffer-2): Take care against
29140 writing thru an unexpected existing symlink.
29141 (revert-buffer): In indirect buffer, revert the base buffer.
29142 (magic-mode-alist): Doc fix.
29143 (buffer-stale-function): Doc fix.
29144 (minibuffer-with-setup-hook): Avoid warning.
29145 (mode-require-final-newline): Doc and custom fix.
29146
29147 * follow.el (follow-end-of-buffer): Use with-no-warnings.
29148
29149 * font-lock.el (font-lock-comment-face): On terminals with few colors,
29150 use the default appearance.
29151 (font-lock-comment-delimiter-face): New face, new variable.
29152
29153 * imenu.el (imenu--generic-function): The official position of a
29154 definition is the start of the line that BEG is in.
29155
29156 * midnight.el (midnight-timer): Move defvar up.
29157
29158 * mouse.el (mouse-drag-region-1): Delete some debugging code.
29159
29160 * saveplace.el (save-place-to-alist): Use with-no-warnings.
29161
29162 * startup.el (command-line): Use with-no-warnings.
29163
29164 * window.el (window-size-fixed): New defvar.
29165
29166 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29167
29168 * mail/rmail.el (rmail-font-lock-keywords):
29169 Use font-lock-comment-delimiter-face.
29170
29171 * mail/sendmail.el (mail-font-lock-keywords):
29172 Use font-lock-comment-delimiter-face.
29173
29174 * progmodes/compile.el (next-error-highlight-timer): New defvar.
29175
291762005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
29177
29178 * progmodes/compile.el (compilation-mode-font-lock-keywords):
29179 Specify t for LAXMATCH when matching directories.
29180 Save match data around compilation-compat-error-properties form.
29181
291822005-04-23 David Kastrup <dak@gnu.org>
29183
29184 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29185 Mention that the autoloaded aliases should be kept for AUCTeX.
29186
291872005-04-23 Andreas Schwab <schwab@suse.de>
29188
29189 * isearch.el (isearch-forward): Doc fix.
29190
291912005-04-23 Eli Zaretskii <eliz@gnu.org>
29192
29193 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29194 (jit-lock-stealth-nice): Change default value to 0.5.
29195
291962005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
29197
29198 * abbrev.el (write-abbrev-file): Write table entries in
29199 alphabetical order by table name.
29200
292012005-04-22 Kim F. Storm <storm@cua.dk>
29202
29203 * ido.el (ido-read-internal): Fix `list' completion.
29204
292052005-04-22 Kenichi Handa <handa@m17n.org>
29206
29207 * recentf.el (recentf-save-file-coding-system): New variable.
29208 (recentf-save-list): Encode the file by
29209 recentf-save-file-coding-system and add coding: tag.
29210
292112005-04-22 Nick Roberts <nickrob@snap.net.nz>
29212
29213 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29214
292152005-04-21 Lute Kamstra <lute@gnu.org>
29216
29217 * loadhist.el (unload-feature): Don't remove a function from hooks
29218 if it is about to be restored to an autoload . Remove functions
29219 that will become unbound from auto-mode-alist. Simplify the code.
29220
29221 * subr.el (assq-delete-all): New implementation that is linear,
29222 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
29223 (rassq-delete-all): New function.
29224
29225 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29226 Add size-indication-mode.
29227
292282005-04-21 Kenichi Handa <handa@m17n.org>
29229
29230 * international/mule-cmds.el: Add autoload for widget-value in
29231 eval-when-compile.
29232
292332005-04-21 Nick Roberts <nickrob@snap.net.nz>
29234
29235 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29236 Add tooltip-mode.
29237
29238 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29239
292402005-04-20 Luc Teirlinck <teirllm@auburn.edu>
29241
29242 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29243 (inferior-lisp-filter-regexp, inferior-lisp-program)
29244 (inferior-lisp-load-command, inferior-lisp-prompt)
29245 (inferior-lisp-mode-hook, lisp-source-modes)
29246 (inferior-lisp-load-hook): defvar->defcustom.
29247 (inferior-lisp-program, inferior-lisp-prompt)
29248 (inferior-lisp-load-hook): Doc fixes.
29249 (inferior-lisp-install-letter-bindings): Small change in
29250 introductory comment.
29251
292522005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
29253
29254 * vc.el (vc-annotate-color-map): Change some colors so that text
29255 using them as foreground is readable on both white and black
29256 backgrounds.
29257
292582005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
29259
29260 * international/mule-conf.el (translation-table-for-input):
29261 Remove redundant declaration.
29262
292632005-04-20 Nick Roberts <nickrob@snap.net.nz>
29264
29265 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29266
29267 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29268 (tooltip-toggle-gud-tips): New function.
29269
292702005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29271
29272 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29273 right angle brackets.
29274
292752005-04-20 Nick Roberts <nickrob@snap.net.nz>
29276
29277 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29278
292792005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
29280
29281 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29282 Remove. Update callers to use expand-file-name instead.
29283
29284 * subr.el (syntax-class): New function.
29285
29286 * simple.el (blink-matching-open): Use it.
29287
29288 * paren.el (show-paren-function): Use it to recognize parens that are
29289 also used in 2-char comment markers.
29290
292912005-04-19 Lute Kamstra <lute@gnu.org>
29292
29293 * loadhist.el (unload-feature): Update for new format of
29294 load-history. Simplify the code.
29295
292962005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29297
29298 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29299 (mac-add-charset-info): New function. Initialize variable
29300 mac-charset-info-alist using it.
29301 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29302 for translation.
29303 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29304 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29305 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29306 New CCL programs.
29307
293082005-04-19 Kim F. Storm <storm@cua.dk>
29309
29310 * simple.el (next-buffer, prev-buffer, next-error)
29311 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29312 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29313
29314 * bindings.el (next-buffer, prev-buffer, next-error)
29315 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29316 (clone-indirect-buffer-other-window): Move bindings from simple.el.
29317 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29318 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29319
293202005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
29321
29322 * isearch.el (isearch-edit-string): Make the search-ring available for
29323 minibuffer history commands.
29324 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29325 the default history commands now work just as well.
29326 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29327
293282005-04-18 Kim F. Storm <storm@cua.dk>
29329
29330 * emulation/cua-base.el (cua--pre-command-handler): Add more
29331 elaborate check for shift modifier on non-window systems.
29332
293332005-04-18 Lars Hansen <larsh@math.ku.dk>
29334
29335 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29336
293372005-04-18 Kim F. Storm <storm@cua.dk>
29338
29339 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29340 and make it optional. Don't test tooltip-gud-echo-area here.
29341 (tooltip-gud-process-output, gdb-tooltip-print):
29342 Pass tooltip-gud-echo-area to tooltip-show.
29343 (tooltip-help-tips): Remove second optional arg to tooltip-show.
29344
293452005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29346
29347 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29348 `display-graphic-p' may not be bound yet.
29349
293502005-04-17 Luc Teirlinck <teirllm@auburn.edu>
29351
29352 * startup.el (command-line): No longer enable Xterm Mouse mode by
29353 default in terminals compatible with xterm.
29354
29355 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29356
293572005-04-18 Nick Roberts <nickrob@snap.net.nz>
29358
29359 * tooltip.el (tooltip-gud-echo-area): Rename from
29360 tooltip-use-echo-area.
29361 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29362 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29363 area independently of where help tooltips are displayed.
29364
293652005-04-17 David Kastrup <dak@gnu.org>
29366
29367 * cus-theme.el (custom-theme-write-variables): Quote variables
29368 where necessary.
29369
293702005-04-17 Richard M. Stallman <rms@gnu.org>
29371
29372 * simple.el (yank-excluded-properties): Add follow-link to value.
29373
29374 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29375
29376 * startup.el (fancy-splash-max-time): Just 30 seconds.
29377 (fancy-splash-delay): Just 7.
29378 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29379
29380 * loadhist.el (unload-feature): Update for new format of load-history.
29381 Simplify the code.
29382
29383 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29384 (rmail-font-lock-keywords): Don't fontify the text of a citation.
29385
29386 * mail/sendmail.el (mail-font-lock-keywords):
29387 Don't fontify subject text.
29388 Don't fontify the text of a citation.
29389
293902005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
29391
29392 * comint.el (comint-output-filter): Run comint-output-filter-functions
29393 with point where the user had it.
29394
293952005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
29396
29397 * international/ucs-tables.el (ucs-set-table-for-input):
29398 Disable when using unify-on-decoding.
29399
294002005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
29401
29402 * emulation/cua-base.el (cua-global-mark-face): Add special case
29403 for displays supporting a high number of colors.
29404
294052005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29406
29407 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29408
294092005-04-16 Chong Yidong <cyd@stupidchicken.com>
29410
29411 * filesets.el (filesets-add-buffer): If user supplies a name of a
29412 non-existing fileset, create a new fileset.
29413
294142005-04-16 Carsten Dominik <dominik@science.uva.nl>
29415
29416 * textmodes/org.el (org-up-heading-all): Fix bug with
29417 `outline-up-heading-all'.
29418
294192005-04-16 Andreas Schwab <schwab@suse.de>
29420
29421 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29422 /etc/permissions.d/* and /etc/aliases.d/*.
29423
294242005-04-16 Kenichi Handa <handa@m17n.org>
29425
29426 * international/code-pages.el (cp-make-coding-system):
29427 Set `translation-table-for-input' property value to the symbol
29428 ucs-mule-to-mule-unicode, not to that value.
29429 (pt154): Escape guillemet by `\'.
29430
294312005-04-15 Luc Teirlinck <teirllm@auburn.edu>
29432
29433 * loadup.el: Load tooltip if x-show-tip is fboundp.
29434
29435 * startup.el (command-line): Add comment.
29436
29437 * tooltip.el (tooltip-mode): Specify correct standard value for
29438 Custom in init-value.
29439
294402005-04-15 Nick Roberts <nickrob@snap.net.nz>
29441
29442 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29443 possible.
29444
294452005-04-15 Carsten Dominik <dominik@science.uva.nl>
29446
29447 * textmodes/org.el (org-agenda-date-prompt): Rename from
29448 `org-agenda-date-today'.
29449 (org-evaluate-time-range): Insert at point instead of directly
29450 after time range.
29451 (org-first-headline-recenter, org-subtree-end-visible-p)
29452 (org-optimize-window-after-visibility-change): New functions
29453 (org-agenda-post-command-hook): Don't allow point at end of line,
29454 to make sure it always hits the text properties.
29455 (org-agenda-next-date-line, org-agenda-previous-date-line):
29456 New commands.
29457 (org-set-regexps-and-options): Category may contain white space.
29458 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29459 Improve marker positions.
29460 (org-agenda-new-marker): Argument POS made optional.
29461 (org-agenda-get-timestamps): Deadlines which are done are listed
29462 in org-done-face now.
29463 (org-agenda-get-todos, org-agenda-get-timestamps)
29464 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29465 Set `undone-face' and `done-face' properties.
29466 (org-last-todo-state-is-todo): New variable.
29467 (org-todo): Set `org-last-todo-state-is-todo'.
29468 (org-agenda-todo): Change face according to
29469 `org-last-todo-state-is-todo'. And change other lines referring to
29470 the same entry.
29471 (org-calendar-goto-agenda): New command.
29472 (org-calendar-to-agenda-key): New option.
29473 (org-startup-folded): New allowed value `content'.
29474 (org-set-regexps-and-options): Accept new value `content' for
29475 `org-startup-folded'.
29476 (org-get-current-options): Handle new value `content' for
29477 `org-startup-folded'.
29478 (org-insert-todo-heading): New command.
29479 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29480 interactively in empty file and option
29481 `org-insert-mode-line-in-empty-file' has been set.
29482 (org-agenda-todo, org-agenda-priority): Modify to use
29483 `org-agenda-change-all-lines'.
29484 (org-warning-face): Change color on dark background
29485
294862005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29487
29488 * international/mule-cmds.el (set-locale-environment): On Mac OS,
29489 use preferences AppleLocale and AppleLanguages, and variable
29490 mac-system-locale for default locale. On Mac OS Classic, use
29491 mac-system-coding-system for default coding systems.
29492
29493 * term/mac-win.el: Don't set file-name-coding-system.
29494 Decode variables system-name, emacs-build-system, user-login-name, and
29495 user-full-name by mac-system-coding-system on Mac OS Classic.
29496 (mac-system-coding-system): New variable.
29497
294982005-04-13 Luc Teirlinck <teirllm@auburn.edu>
29499
29500 * startup.el (command-line): Handle `xterm-mouse-mode' before
29501 reading init file.
29502
29503 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29504
295052005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
29506
29507 * progmodes/sh-script.el (sh-here-document-word): Make it a
29508 defcustom. Doc fix.
29509 (sh-add): Bash uses $(( )) for arithmetic.
29510 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29511 (sh-maybe-here-document): Remove quotes and leading whitespace
29512 from heredoc word when closing. Indent heredoc with tabs if word
29513 starts with "-".
29514
295152005-04-13 Richard M. Stallman <rms@gnu.org>
29516
29517 * simple.el (undo): Fix previous change.
29518
29519 * custom.el (defface): Doc fix.
29520
295212005-04-13 Lute Kamstra <lute@gnu.org>
29522
29523 * Makefile.in (DONTCOMPILE): Remove list.
29524 (compile, compile-always): Don't use DONTCOMPILE.
29525 (update-authors): Load the library in which batch-update-authors
29526 is defined.
29527 * makefile.w32-in (DONTCOMPILE): Remove list.
29528 (compile, compile-always): Fix comments.
29529 (update-authors): Load the library in which batch-update-authors
29530 is defined.
29531
29532 * generic-x.el (generic-mode-ini-file-find-file-hook):
29533 Rename to ini-generic-mode-find-file-hook.
29534 Keep generic-mode-ini-file-find-file-hook as an alias.
29535 (ini-generic-mode-find-file-hook): Rename from
29536 generic-mode-ini-file-find-file-hook. Fix docstring.
29537 (ini-generic-mode): Docstring change.
29538 (bat-generic-mode-run-as-comint): Silence the byte compiler.
29539
29540 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29541 called from lisp.
29542
29543 * generic.el: Move to the emacs-lisp subdir.
29544
295452005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
29546
29547 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29548 and C-S- function and cursor motion keys.
29549
295502005-04-12 Luc Teirlinck <teirllm@auburn.edu>
29551
29552 * startup.el (command-line): Enable Xterm Mouse mode by default.
29553 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29554 for Custom. No longer show "Mouse" in mode line when enabled.
29555 Doc fix.
29556
295572005-04-12 Kim F. Storm <storm@cua.dk>
29558
29559 * emulation/cua-base.el (cua-rectangle-face)
29560 (cua-rectangle-noselect-face): Define face attributes here.
29561
29562 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29563
295642005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29565
29566 * startup.el (command-line): Turn off blinking cursor if
29567 cursorBlink in resources is off or false.
29568
295692005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29570
29571 * term/mac-win.el (dnd): Require dnd.
29572 (mac-drag-n-drop): Call dnd-handle-one-url.
29573 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29574 (kTextEncodingISOLatin2): Remove constants.
29575 (mac-script-code-coding-systems): New constant.
29576 (mac-handle-language-change): New function.
29577 (special-event-map): Bind it to `language-change' event.
29578 (mac-centraleurroman, mac-cyrillic): New coding systems.
29579 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29580 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29581 and mac-cyrillic-encoder to encode-mac-centraleurroman and
29582 encode-mac-cyrillic, respectively.
29583
295842005-04-12 Nick Roberts <nickrob@snap.net.nz>
29585
29586 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29587 Don't set overlay-arrow-string to "=>" as this is done
29588 globally in C now.
29589
295902005-04-12 Lute Kamstra <lute@gnu.org>
29591
29592 * generic-x.el (rc-generic-mode, rul-generic-mode):
29593 Fix auto-mode-alist entries.
29594 (etc-fstab-generic-mode): Tweak fontification.
29595
29596 * generic.el (generic-make-keywords-list): Fix docstring.
29597 (generic-mode-internal): Simplify generic-font-lock-keywords.
29598
295992005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29600
29601 * whitespace.el (whitespace-buffer-leading)
29602 (whitespace-buffer-trailing): Revert the incorrect test inversion.
29603 However, fix the highlight area for the leading and
29604 trailing whitespaces to show space.
29605
296062005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29607
29608 * whitespace.el (whitespace-version): Bump to 3.5
29609
29610 (whitespace-buffer-leading, whitespace-buffer-trailing):
29611 Invert sense of the test to highlight the whitespace.
29612
296132005-04-12 Nick Roberts <nickrob@snap.net.nz>
29614
29615 * progmodes/gud.el (gud-display-line): GUD uses its own
29616 overlay arrow now so don't set overlay-arrow-string.
29617 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29618
296192005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
29620
29621 * term.el (term-ansi-current-bold, term-ansi-current-underline)
29622 (term-ansi-current-reverse, term-ansi-current-invisible)
29623 (term-ansi-face-already-done): Change to boolean.
29624 (term-reset-terminal, term-handle-colors-array): Handle the above
29625 vars accordingly.
29626 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29627 (term-emulate-terminal): Use the new name.
29628
29629 * faces.el (secondary-selection): Use yellow1, not yellow.
29630 (trailing-whitespace): Use red1, not red.
29631
296322005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29633
29634 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29635 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29636 (dired-dnd-handle-file): Call dnd-get-local-file-uri
29637
29638 * cus-edit.el (dnd): New group.
29639
29640 * term/w32-win.el (dnd): Require dnd
29641 (w32-drag-n-drop): Call dnd-handle-one-url.
29642
29643 * x-dnd.el: Require dnd.
29644 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29645 Call dnd-handle-one-url.
29646 (x-dnd-types-alist, x-dnd-insert-utf8-text)
29647 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29648 to dnd-insert-text.
29649 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29650 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29651 (x-dnd-get-local-file-name, x-dnd-open-local-file)
29652 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29653
29654 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29655
296562005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29657
29658 * wdired.el: Doc fixes.
29659 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29660 (wdired-use-dired-vertical-movement): Rename from
29661 wdired-always-move-to-filename-beginning.
29662 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29663 (wdired-change-to-wdired-mode): Change mode name.
29664 (wdired-newline): Delete.
29665
296662005-04-11 Richard M. Stallman <rms@gnu.org>
29667
29668 * whitespace.el (whitespace-highlight-the-space):
29669 Don't call whitespace-unhighlight-the-space here.
29670
29671 * simple.el (undo): Record t in undo-equiv-table
29672 for the redo record made by an undo-in-region.
29673
296742005-04-12 Nick Roberts <nickrob@snap.net.nz>
29675
29676 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29677 (gdb-frame-inferior-io-buffer): New Functions to control
29678 display of separate IO buffer.
29679 (menu): Add them to menu-bar.
29680 (gdb-display-buffer): Check for buffer another frame.
29681 Protect GUD buffer.
29682 (gdb-setup-windows): Create IO buffer if not already there.
29683 (gdb-memory-mode): Remove purecopy noops.
29684
296852005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
29686
29687 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29688 and pass to self-insert-command.
29689
296902005-04-11 Lute Kamstra <lute@gnu.org>
29691
29692 * generic.el: Commentary section cleanup.
29693 (generic): Delete.
29694 (generic-use-find-file-hook, generic-lines-to-scan)
29695 (generic-find-file-regexp, generic-ignore-files-regexp)
29696 (default-generic-mode, generic-mode-find-file-hook)
29697 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29698 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
29699 (generic-use-find-file-hook, generic-lines-to-scan)
29700 (generic-find-file-regexp, generic-ignore-files-regexp)
29701 (default-generic-mode, generic-mode-find-file-hook)
29702 (generic-mode-ini-file-find-file-hook): Move from generic.el.
29703
297042005-04-10 Karl Fogel <kfogel@red-bean.com>
29705
29706 * bookmark.el (bookmark-write-file): Catch errors writing file.
29707 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29708
297092005-04-10 Richard M. Stallman <rms@gnu.org>
29710
29711 * startup.el (fancy-splash-tail): Update copyright year.
29712 (command-line): Split part of -Q into -D.
29713 (emacs-basic-display): New defvar.
29714 (fancy-splash-text): Correct name of menu item.
29715
29716 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29717
29718 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29719 lines in one node.
29720
29721 * comint.el (comint-send-input): New arg ARTIFICIAL.
29722 Callers in this file changed.
29723
29724 * abbrev.el (define-abbrevs): Read system abbrevs properly.
29725
29726 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29727
297282005-04-10 Chong Yidong <cyd@stupidchicken.com>
29729
29730 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
29731 `ldap-search-internal'.
29732
297332005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29734
29735 * files.el (set-auto-mode-1): Use line-end-position.
29736
29737 * international/latin-1.el:
29738 * international/latin-2.el:
29739 * international/latin-3.el:
29740 * international/latin-4.el:
29741 * international/latin-5.el:
29742 * international/latin-8.el:
29743 * international/latin-9.el: Give punctuation syntax to NBSP.
29744
29745 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29746 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29747 Use char-classes to accept non-ascii letters, accepted in some recent
29748 bibtex implementations.
29749
297502005-04-10 Luc Teirlinck <teirllm@auburn.edu>
29751
29752 * custom.el (custom-set-minor-mode): Any non-nil value for the
29753 variable should enable the mode when set through Custom.
29754
297552005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29756
29757 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29758 TAB binding so tab-always-indent is obeyed.
29759 (vhdl-minibuffer-local-map): Move initialization into declaration.
29760 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29761 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29762 (vhdl-hooked-abbrev): Avoid test for XEmacs.
29763 (vhdl-current-line): Use line-beginning-position.
29764 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29765 with-output-to-temp-buffer, so the current position can be recorded.
29766
297672005-04-10 Masatake YAMATO <jet@gyve.org>
29768
29769 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29770 Add regexp for gcov.
29771
297722005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
29773
29774 * calendar/time-date.el (time-to-seconds, seconds-to-time)
29775 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29776 syntax which Emacs 20 doesn't support.
29777
297782005-04-09 Richard M. Stallman <rms@gnu.org>
29779
29780 * help.el (describe-key-briefly, describe-key):
29781 Replace strings as event types with "(any string)".
29782
297832005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
29784
29785 * arc-mode.el (archive-mode-map): Move initialization into
29786 the declaration. Override *all* bindings of `undo'.
29787 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29788
297892005-04-09 Jay Belanger <belanger@truman.edu>
29790
29791 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29792
297932005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
29794
29795 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29796 (xterm-register-default-colors): Update color values computation
29797 to match xterm-200.
29798
297992005-04-09 Kenichi Handa <handa@m17n.org>
29800
29801 * international/code-pages.el (iso-latin-7): Fix the map.
29802
298032005-04-08 Luc Teirlinck <teirllm@auburn.edu>
29804
29805 * emacs-lisp/lisp.el (defun-prompt-regexp)
29806 (parens-require-spaces, buffer-end, end-of-defun)
29807 (insert-parentheses): Doc fixes.
29808
298092005-04-08 Kim F. Storm <storm@cua.dk>
29810
29811 * comint.el (comint-highlight-prompt): Fix face spec.
29812 * hi-lock.el (hi-green): Likewise.
29813
298142005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29815
29816 * cus-edit.el (custom-modified-face):
29817 * comint.el (comint-highlight-input): Fix previous changes.
29818 * term.el (term-handle-ansi-escape): Add a comment.
29819
298202005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
29821
29822 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29823 in the buffer and in whitespace-highlighted-space.
29824 (whitespace-unhighlight-the-space): Simplify.
29825 (whitespace-buffer): Simplify.
29826
298272005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29828
29829 * textmodes/table.el (table-cell-face): Add special case for
29830 displays supporting a high number of colors.
29831 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29832 (vhdl-font-lock-reserved-words-face)
29833 (vhdl-speedbar-architecture-face)
29834 (vhdl-speedbar-instantiation-face)
29835 (vhdl-speedbar-architecture-selected-face)
29836 (vhdl-speedbar-instantiation-selected-face): Likewise.
29837 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29838 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29839 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29840 (ebrowse-root-class-face, ebrowse-member-attribute-face)
29841 (ebrowse-progress-face): Likewise.
29842 * progmodes/compile.el (compilation-info-face): Likewise.
29843 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29844 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29845 * calendar/calendar.el (diary-face): Likewise.
29846 * woman.el (woman-italic-face, woman-bold-face)
29847 (woman-unknown-face): Likewise.
29848 * wid-edit.el (widget-button-pressed-face): Likewise.
29849 * whitespace.el (whitespace-highlight-face): Likewise.
29850 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29851 * pcvs-info.el (cvs-marked-face): Likewise.
29852 * info.el (info-xref): Likewise.
29853 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
29854 * hilit-chg.el (highlight-changes-face)
29855 (highlight-changes-delete-face): Likewise.
29856 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
29857 (hi-red-b): Likewise.
29858 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
29859 * font-lock.el (font-lock-keyword-face)
29860 (font-lock-function-name-face, font-lock-warning-face): Likewise.
29861 * cus-edit.el (custom-invalid-face, custom-modified-face)
29862 (custom-set-face, custom-changed-face, custom-variable-tag-face)
29863 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
29864 * comint.el (comint-highlight-prompt): Likewise.
29865
298662005-04-08 Lute Kamstra <lute@gnu.org>
29867
29868 * font-lock.el (font-lock-keywords): Docstring fixes.
29869
298702005-04-08 Kenichi Handa <handa@m17n.org>
29871
29872 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
29873 chars are more than a limit, print " and more..." at the tail.
29874
298752005-04-08 Kim F. Storm <storm@cua.dk>
29876
29877 * emacs-lisp/authors.el (authors-aliases): Update list.
29878 (authors-ignored-files): New list.
29879 (authors-fixed-entries): Fix typo.
29880 (authors-renamed-files-alist): Update list.
29881 (authors-add): Check authors-ignored-files.
29882
298832005-04-08 Carsten Dominik <dominik@science.uva.nl>
29884
29885 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
29886 optional, to ensure backward compatibility.
29887
298882005-04-08 Stephen Eglen <stephen@gnu.org>
29889
29890 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
29891
298922005-04-08 Kim F. Storm <storm@cua.dk>
29893
29894 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
29895
29896 * mouse.el (mouse-on-link-p): Doc fix.
29897
298982005-04-07 Luc Teirlinck <teirllm@auburn.edu>
29899
29900 * ielm.el (ielm-prompt-read-only): Doc fix.
29901
29902 * comint.el (comint-prompt-read-only): Doc fix.
29903
299042005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
29905
29906 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
29907 ensure dired always handles wildcards passed to ffap.
29908 (find-file-at-point): Use it.
29909 (ffap-dired-wildcards): Doc fix.
29910
299112005-04-07 Juri Linkov <juri@jurta.org>
29912
29913 * simple.el (next-error-overlay-arrow-position): New defvar.
29914 Put "=>" on its property `overlay-arrow-string'. Add it to
29915 `overlay-arrow-variable-list'.
29916
29917 * progmodes/compile.el (compilation-setup):
29918 Set `next-error-overlay-arrow-position' to nil. Also set it to
29919 nil in the local hook `kill-buffer-hook'. Make local variable
29920 `overlay-arrow-string' and set it to "=>".
29921 (compilation-goto-locus): Set BOL position to
29922 `next-error-overlay-arrow-position' instead of
29923 `overlay-arrow-position'.
29924
29925 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
29926 locally instead of adding it to the global hook.
29927 (Info-kill-buffer): Move up.
29928
299292005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
29930
29931 * term/xterm.el (xterm-standard-colors): Update color values from
29932 xterm-200.
29933
299342005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
29935
29936 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
29937
29938 * fast-lock.el:
29939 * lazy-lock.el: Move them to the obsolete subdir.
29940
299412005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29942
29943 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
29944 (wdired-add-replace-advice): Remove.
29945 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
29946
299472005-04-06 Kim F. Storm <storm@cua.dk>
29948
29949 * startup.el (command-line): Add --bare-bones alias for -Q.
29950
299512005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29952
29953 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
29954 create the startup fontset if a font specification ends with
29955 `mac-roman'.
29956
299572005-04-06 Lute Kamstra <lute@gnu.org>
29958
29959 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
29960 change.
29961
29962 * emacs-lisp/copyright.el (copyright-update-year): Replace the
29963 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
29964
299652005-04-05 Lute Kamstra <lute@gnu.org>
29966
29967 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
29968 (define-generic-mode): Ditto. Fix debug declaration.
29969
29970 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
29971 Put them in the generic-x group.
29972
29973 * calendar/timeclock.el (timeclock): Doc fix.
29974
29975 * generic.el (define-generic-mode): Don't use custom-current-group.
29976 Document default :group value.
29977 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
29978 (define-global-minor-mode): Don't use custom-current-group.
29979
299802005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
29981
29982 * startup.el (command-line-1): Display startup-echo-area-message
29983 when fancy splash screen is in use.
29984
29985 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
29986 (sh-escaped-newline): New face.
29987 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
29988 newline, and use sh-escaped-newline face.
29989
29990 * progmodes/tcl.el (tcl-escaped-newline): New face.
29991 (tcl-builtin-list): New variable.
29992 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
29993 newlines. Fix keywords subexpression number.
29994
299952005-04-05 Carsten Dominik <dominik@science.uva.nl>
29996
29997 * textmodes/org.el (org-diary-default-entry): Fix call to
29998 `add-to-diary-entry'.
29999
300002005-04-05 Kim F. Storm <storm@cua.dk>
30001
30002 * ediff-init.el: Use (featurep 'xemacs).
30003
300042005-04-05 David Ponce <david@dponce.com>
30005
30006 * cus-edit.el (face): Derive from symbol widget. Display sample
30007 of the current face on the fly.
30008 (widget-face-sample-face-get, widget-face-notify): New functions.
30009 (widget-face-value-create): Remove.
30010
30011 * wid-edit.el (widget-field-end): Temporarily remove field
30012 narrowing before to call `get-char-property'.
30013
300142005-04-04 Jay Belanger <belanger@truman.edu>
30015
30016 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
30017 (math-read-subscripts): New variable.
30018 (math-read-preprocess-string): Process subscripts.
30019
300202005-04-04 Luc Teirlinck <teirllm@auburn.edu>
30021
30022 * comint.el (comint-prompt-read-only): Doc fix.
30023
30024 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
30025 `-1'. Doc fix.
30026
300272005-04-04 Carsten Dominik <dominik@science.uva.nl>
30028
30029 * textmodes/org.el (org-insert-mode-line-in-empty-file):
30030 Change default value to nil.
30031
300322005-04-04 Lute Kamstra <lute@gnu.org>
30033
30034 * autorevert.el (auto-revert-mode): Specify :group.
30035 * battery.el (display-battery-mode): Specify :group.
30036 * diff-mode.el (diff-minor-mode): Specify :group.
30037 * font-core.el (font-lock-mode): Specify :group.
30038 * hl-line.el (hl-line-mode): Specify :group.
30039 * iimage.el (iimage): New customization group.
30040 (iimage-mode): Specify :group.
30041 * longlines.el (longlines-mode): Specify :group.
30042 * master.el: Don't require easy-mmode.
30043 (master): New customization group.
30044 (master-mode): Specify :group.
30045 * msb.el (msb-mode): Specify :group.
30046 * reveal.el (reveal-mode): Specify :group.
30047 * simple.el (next-error-follow-minor-mode): Specify :group.
30048 * smerge-mode.el (smerge-mode): Specify :group.
30049 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30050 * emulation/cua-base.el (cua-mode): Specify :group.
30051 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30052 * language/thai-util.el (thai-auto-composition-mode)
30053 (thai-word-mode): Specify :group.
30054 * mail/supercite.el (sc-minor-mode): Specify :group.
30055 * progmodes/cwarn.el (cwarn-mode): Specify :group.
30056 * progmodes/flymake.el (flymake-mode): Specify :group.
30057 * progmodes/glasses.el (glasses-mode): Specify :group.
30058 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30059 * textmodes/enriched.el (enriched-mode): Specify :group.
30060 * textmodes/refill.el (refill-mode): Specify :group.
30061
30062 * add-log.el (change-log-font-lock-keywords): Names in
30063 parenthesized lists can contain spaces.
30064
300652005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
30066
30067 * startup.el (fancy-splash-text): Shorten default text of
30068 "Emacs Tutorial" line. Also, if the current language env
30069 indicates an available tutorial file other than TUTORIAL,
30070 extract its title and append it to the line in parentheses.
30071 (fancy-splash-insert): If arg is a thunk, funcall it.
30072
300732005-04-04 Jay Belanger <belanger@truman.edu>
30074
30075 * calc.el (calc-language-alist): Add tags to customization type.
30076
300772005-04-03 Luc Teirlinck <teirllm@auburn.edu>
30078
30079 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30080 Doc fix.
30081
300822005-04-03 Marcelo Toledo <marcelo@gnu.org>
30083
30084 * add-log.el (change-log-font-lock-keywords): The manual
30085 describing a Change Log entry, says: (...) "Aside from these
30086 header lines, every line in the change log starts with a space or
30087 a tab.". The font-lock was not highlighting lines started with
30088 spaces, added support for it.
30089
300902005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30091
30092 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30093 (bibtex-generate-url-list): Update docstring accordingly. Put the
30094 complex example in the docstring.
30095 (bibtex-font-lock-url): Use pop.
30096
300972005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
30098
30099 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30100
30101 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30102
301032005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
30104
30105 * filesets.el (filesets-set-default): Doc fix.
30106
301072005-04-03 Lute Kamstra <lute@gnu.org>
30108
30109 * generic.el (define-generic-mode): Add argument to specify
30110 keywords for defcustom.
30111 (default-generic-mode): Specify :group.
30112
30113 * generic-x.el: Specify :group for all generic modes.
30114
30115 * desktop.el (desktop-no-desktop-file-hook)
30116 (desktop-after-read-hook): Doc fix.
30117
301182005-04-02 Luc Teirlinck <teirllm@auburn.edu>
30119
30120 * simple.el (visible-mode): Use explicit :group keyword.
30121 This changes the group of `visible-mode-hook' from paren-blinking
30122 to editing-basics.
30123
301242005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
30125
30126 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
30127 mailbox specifications as well as URLs.
30128 (rmail-insert-inbox-text): Remove unused conditional branches.
30129
301302005-04-01 Jay Belanger <belanger@truman.edu>
30131
30132 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30133 (calc-gnuplot-print-command): Move definitions to calc.el.
30134
30135 * calc/calc-embed.el (calc-embedded-announce-formula)
30136 (calc-embedded-open-formula, calc-embedded-close-formula)
30137 (calc-embedded-open-word, calc-embedded-close-word)
30138 (calc-embedded-open-plain, calc-embedded-close-plain)
30139 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30140 (calc-embedded-open-mode, calc-embedded-close-mode):
30141 Move definitions to calc.el.
30142
30143 * calc/calc.el (calc-settings-file, calc-language-alist):
30144 Make customizable.
30145 (calc-embedded-announce-formula, calc-embedded-open-formula)
30146 (calc-embedded-close-formula, calc-embedded-open-word)
30147 (calc-embedded-close-word, calc-embedded-open-plain)
30148 (calc-embedded-close-plain, calc-embedded-open-new-formula)
30149 (calc-embedded-close-new-formula, calc-embedded-open-mode)
30150 (calc-embedded-close-mode, calc-gnuplot-name)
30151 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30152 from other files and make customizable.
30153
301542005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
30155
30156 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30157 Use buffer-live-p.
30158 (cvs-mode-run): Don't call cvs-update-header here.
30159 (cvs-run-process): Call cvs-update-header.
30160 Use process properties for cvs-postprocess and cvs-buffer so that
30161 the sentinel can behave better if the temp buffer is killed.
30162 Use a pipe rather than a tty, to better handle unexpected prompts.
30163 (cvs-sentinel): Rewrite. Call cvs-update-header.
30164
301652005-04-01 Andre Spiegel <spiegel@gnu.org>
30166
30167 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30168 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
30169
301702005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
30171
30172 * generic.el (define-generic-mode): Add indentation rule.
30173
301742005-03-31 Luc Teirlinck <teirllm@auburn.edu>
30175
30176 * files.el (mode-require-final-newline): Make Custom correctly
30177 report a nil value and allow to set it to nil via Custom.
30178 Doc fix.
30179
301802005-04-01 Kenichi Handa <handa@m17n.org>
30181
30182 * international/characters.el: Enable the correct case setting for
30183 dotless-i and dotted-I.
30184
301852005-04-01 Kim F. Storm <storm@cua.dk>
30186
30187 * ido.el (ido-file-internal): Fall back to non-ido command if
30188 initial directory is on slow ftp (or tramp) host.
30189
301902005-03-31 Richard M. Stallman <rms@gnu.org>
30191
30192 * emacs-lisp/autoload.el (make-autoload):
30193 Handle define-global-minor-mode.
30194
30195 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30196 Rename from easy-mmode-define-global-mode.
30197 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30198
30199 * progmodes/scheme.el (scheme-mode-syntax-table):
30200 Update syntax of | and # for two-character comment syntax.
30201
302022005-03-31 Lute Kamstra <lute@gnu.org>
30203
30204 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30205 (define-minor-mode): Call custom-current-group at load-time.
30206
30207 * generic.el (define-generic-mode): Add debug declaration.
30208 Add defcustom for the mode hook.
30209 (generic-mode-internal): Use run-mode-hooks.
30210
302112005-03-31 Kim F. Storm <storm@cua.dk>
30212
30213 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30214 (mouse-fixup-help-message): New defun called by show_help_echo
30215 to fixup mouse-2 prefix in help messages when applicable.
30216
30217 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30218
302192005-03-31 Kenichi Handa <handa@m17n.org>
30220
30221 * language/thai-word.el (thai-find-word-ends): Pay attention to
30222 the case that we reach the end of buffer.
30223
30224 * textmodes/fill.el (fill-text-properties-at): New function.
30225 (fill-newline): Use fill-text-properties-at instead of
30226 text-properties-at.
30227
302282005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30229
30230 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
30231 not comint-quote-filename.
30232
302332005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
30234
30235 * help-fns.el (help-with-tutorial): Revert last change.
30236
302372005-03-31 Kim F. Storm <storm@cua.dk>
30238
30239 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30240
302412005-03-30 Paul Eggert <eggert@cs.ucla.edu>
30242
30243 * calendar/cal-china.el: Update reference to "Calendrical
30244 Calculations" book; there's a new edition.
30245 * calendar/cal-coptic.el: Likewise.
30246 * calendar/cal-french.el: Likewise.
30247 * calendar/cal-hebrew.el: Likewise.
30248 * calendar/cal-islam.el: Likewise.
30249 * calendar/cal-iso.el: Likewise.
30250 * calendar/cal-julian.el: Likewise.
30251 * calendar/cal-mayan.el: Likewise.
30252 * calendar/cal-persia.el: Likewise.
30253 * calendar/calendar.el: Likewise.
30254 * calendar/holidays.el: Likewise.
30255 * calendar/lunar.el: Likewise.
30256 * calendar/solar.el: Likewise.
30257
30258 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30259 white space from doc string.
30260
302612005-03-30 Jay Belanger <belanger@truman.edu>
30262
30263 * calc/calc-help.el (calc-full-help): Remove email address.
30264
302652005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
30266
30267 * help-fns.el (help-with-tutorial): Delete title line.
30268
302692005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30270
30271 * calendar/cal-x.el (calendar-one-frame-setup)
30272 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30273 rather than `symbol' for set-window-dedicated-p.
30274
30275 * calendar/appt.el (appt-buffer-name): Make it a constant.
30276 (appt-add): Doc fix.
30277
30278 * filesets.el (filesets-menu-path, filesets-menu-before)
30279 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
30280 (filesets-menu-cache-file): Use directory ~/.emacs.d.
30281 (filesets-add-submenu): Delete and use add-submenu instead.
30282
302832005-03-30 Carsten Dominik <dominik@science.uva.nl>
30284
30285 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30286 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30287 (org-diary-default-entry): New function.
30288 (org-get-entries-from-diary): Better parsing of diary entries.
30289 (org-agenda-check-no-diary): New function.
30290 ("diary-lib"): Advice to function `add-to-diary-list', to allow
30291 linking to diary entries.
30292 (org-agenda-execute-calendar-command): New function.
30293 (org-agenda): Improve visible section in window.
30294 Use `org-fit-agenda-window'.
30295 (org-fit-agenda-window): New option.
30296 (org-move-subtree-down): Better handling of empty lines
30297 at end of subtree.
30298 (org-cycle): Numeric prefix is interpreted now as show-subtree N
30299 levels up.
30300 (org-fontify-done-headline): New option.
30301 (org-headline-done-face): New face.
30302 (org-set-font-lock-defaults): Use `org-headline-done-face'.
30303 (org-table-copy-down): Rename from `org-table-copy-from-above'.
30304 When current field is non-empty, it is copied to next row.
30305 (org-table-copy-from-above): Fix bug which made it
30306 impossible to copy fields containing only a single non-white character.
30307
303082005-03-30 Kim F. Storm <storm@cua.dk>
30309
30310 * kmacro.el (kmacro-end-macro): Isearch may store this command
30311 into the macro -- so ignore it when executing keyboard macro.
30312
303132005-03-30 Nick Roberts <nickrob@snap.net.nz>
30314
30315 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30316
303172005-03-29 Kenichi Handa <handa@m17n.org>
30318
30319 * language/thai.el ("Thai"): Set setup-function and exit-function
30320 for Thai language environment.
30321
30322 * language/thai-util.el: Require thai-word.
30323 (thai-word-mode-map): New variable.
30324 (thai-word-mode): New minor mode.
30325 (setup-thai-language-environment-internal): New function.
30326 (exit-thai-language-environment-internal): New function.
30327
30328 * language/thai-word.el (thai-word-table): Declare it by defvar,
30329 use dolist to initialize it.
30330 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30331 (thai-fill-find-break-point): New functions.
30332
303332005-03-29 Richard M. Stallman <rms@gnu.org>
30334
30335 * simple.el (idle-update-delay): Move definition up.
30336 (set-mark): Doc fix.
30337
303382005-03-29 Chong Yidong <cyd@stupidchicken.com>
30339
30340 * longlines.el: New file.
30341
30342 * simple.el (buffer-substring-filters): New variable.
30343 (filter-buffer-substring): New function.
30344 (kill-region, copy-region-as-kill): Use it.
30345
30346 * register.el (copy-to-register, append-to-register)
30347 (prepend-to-register): Use filter-buffer-substring.
30348
303492005-03-30 Nick Roberts <nickrob@snap.net.nz>
30350
30351 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30352 (gud-filter-pending-text): Move in front of gdb.
30353 (gud-overlay-arrow-position): New variable.
30354 (gud-sentinel, gud-display-line): Use it in place of
30355 overlay-arrow-position.
30356
303572005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
30358
30359 * progmodes/fortran.el (fortran-if-indent): Doc fix.
30360 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30361 (fortran-font-lock-keywords-4): New variable.
30362 (fortran-blocks-re, fortran-end-block-re)
30363 (fortran-start-block-re): New constants, for hideshow.
30364 (hs-special-modes-alist): Add a Fortran entry.
30365 (fortran-mode-map): Bind fortran-end-of-block,
30366 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30367 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
30368 (fortran-looking-at-if-then, fortran-end-of-block)
30369 (fortran-beginning-of-block): New functions, for hideshow.
30370
30371 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30372 Doc fix. Tweak regexp.
30373 (f90-beginning-of-block): Push mark first.
30374
303752005-03-29 Jay Belanger <belanger@truman.edu>
30376
30377 * calc/calc.el: Update copyright date.
30378 (calc-version): Increase to 2.1.
30379 (calc-version-date): Remove.
30380
30381 * calc/calc-help.el: Update copyright date.
30382 (calc-full-help): Remove reference to calc-version-date.
30383 Update copyright date.
30384
303852005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30386
30387 * vc.el (vc-do-command): Use a pipe for async processes, so password
30388 prompts don't show up at places where the user can't reply.
30389
303902005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30391
30392 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30393 on the file name we pass to the inferior shell.
30394
303952005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
30396
30397 * progmodes/which-func.el (which-function): Be robust in the face of an
30398 imenu--make-index-alist failure.
30399
304002005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30401
30402 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30403
30404 * progmodes/python.el (python-preoutput-filter): Fix last change.
30405
304062005-03-29 Lute Kamstra <lute@gnu.org>
30407
30408 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30409 functions and compiled macros.
30410 (debug-convert-byte-code): Handle macros too.
30411 (debug-on-entry-1): Don't signal an error when trying to clear a
30412 function that is not set to debug on entry.
30413
304142005-03-29 Jay Belanger <belanger@truman.edu>
30415
30416 * calc/calc-lang.el: Add functions to math-function-table
30417 properties of tex and math.
30418
304192005-03-29 Kenichi Handa <handa@m17n.org>
30420
30421 * ps-mule.el (ps-mule-plot-string): Translate characters by
30422 ps-print-translation-table.
30423 (ps-mule-begin-job): Call find-charset-region/string with
30424 ps-print-translation-table.
30425 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30426
30427 * ps-print.el (ps-print-translation-table): New variable.
30428 (ps-plot-region): Translate characters by ps-print-translation-table.
30429
304302005-03-29 Juri Linkov <juri@jurta.org>
30431
30432 * simple.el (next-error-highlight-timer): New variable.
30433
30434 * progmodes/compile.el (compilation-goto-locus):
30435 Use `next-error-highlight-timer' instead of `sit-for'.
30436
304372005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30438
30439 * mail/supercite.el (sc-mail-field): Use assoc-string.
30440 (sc-get-address): Simplify regexps.
30441
30442 * files.el (minibuffer-with-setup-hook): New macro.
30443 (find-file-read-args): Use it to avoid let-binding
30444 minibuffer-with-setup-hook (which breaks turning on/off
30445 file-name-shadow-mode while in the prompt).
30446
30447 * complete.el (PC-read-include-file-name-internal):
30448 Use test-completion.
30449
304502005-03-28 Luc Teirlinck <teirllm@auburn.edu>
30451
30452 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30453
304542005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30455
30456 * window.el (window-buffer-height): Use count-screen-lines.
30457
30458 * progmodes/python.el (python-preoutput-leftover): New var.
30459 (python-preoutput-filter): Use it.
30460 (python-send-receive): Loop until all the result has been received.
30461
304622005-03-28 Juri Linkov <juri@jurta.org>
30463
30464 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30465
30466 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30467 "Recover Crashed Session".
30468 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30469 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30470 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30471 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30472 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30473 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30474 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30475 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30476
30477 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30478 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30479 Ediff Sessions", "Toggle use of separate control buffer frame",
30480 "Use separate frame for Ediff control buffer".
30481
30482 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30483 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30484 "Rename Bookmark", "Delete Bookmark".
30485
30486 * info.el (Info-mode-menu): Remove ellipsis from "Index".
30487 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30488 Add `:active Info-index-alternatives' to "Next Matching Item".
30489
30490 * wdired.el (wdired-change-to-wdired-mode):
30491 Mention `wdired-abort-changes' key in the initial message.
30492
30493 * international/mule.el (auto-coding-alist): Associate non-ascii
30494 image filename extensions with `no-conversion'.
30495
304962005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
30497
30498 * international/iso-acc.el:
30499 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30500
305012005-03-26 Luc Teirlinck <teirllm@auburn.edu>
30502
30503 * textmodes/sgml-mode.el (html-mode): Doc update.
30504
30505 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30506
305072005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
30508
30509 * term.el (term-move-columns): Fix face after extending a line.
30510 (term-insert-spaces): Likewise.
30511 (term-reset-terminal): Fix off by one error.
30512
305132005-03-26 Eli Zaretskii <eliz@gnu.org>
30514
30515 * international/mule.el (auto-coding-alist): Add .xpi files.
30516
30517 * files.el (auto-mode-alist): Add .xpi files.
30518
305192005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
30520
30521 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30522
305232005-03-26 Eli Zaretskii <eliz@gnu.org>
30524
30525 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30526
305272005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
30528
30529 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30530 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
30531
30532 * calendar/cal-move.el (calendar-beginning-of-year): Move the
30533 cursor to Jan 1 when needed.
30534 (calendar-end-of-year): Fix -/+ typo.
30535 Reported by Chong Yidong <cyd@stupidchicken.com>.
30536
305372005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
30538
30539 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30540
30541 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30542 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
30543
305442005-03-25 Richard M. Stallman <rms@gnu.org>
30545
30546 * filesets.el (filesets-init): Add autoload.
30547
30548 * mail/mailalias.el (mail-directory): Doc fix.
30549
305502005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30551
30552 * mail/mailalias.el (mail-directory-process): Do nothing if
30553 mail-directory-process is an atom.
30554 (mail-get-names): Ignore mail-directory-names if it is an atom.
30555 (mail-directory-process defvar): Doc fix.
30556 (mail-names): Doc fix.
30557
b1e6882f 305582005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
6fee106e
KS
30559
30560 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30561
305622005-03-26 Kenichi Handa <handa@m17n.org>
30563
30564 * international/mule-util.el (detect-coding-with-priority):
30565 Call update-coding-systems-internal before detect-coding-region.
30566
305672005-03-26 Nick Roberts <nickrob@snap.net.nz>
30568
30569 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30570 (gdb-frames-mode-map): Add follow-link property.
30571
305722005-03-25 Jay Belanger <belanger@truman.edu>
30573
30574 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30575 for variables.
30576
305772005-03-25 Juri Linkov <juri@jurta.org>
30578
30579 * image-mode.el: Optimize image filename extension regexps in
30580 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
30581 in `auto-mode-alist'.
30582 (image-mode): Add `image-toggle-display-text' to local hook
30583 `change-major-mode-hook'. Display the image as an image by
30584 default. Set `cursor-type' and `truncate-lines' if the image
30585 is already displayed. Take into account the current mode (image
30586 or text) in message.
30587 (image-minor-mode): New minor mode.
30588 (image-mode-maybe, image-toggle-display-text): New functions.
30589 (image-toggle-display): Use called-interactively-p.
30590 Let-bind `inhibit-read-only' to t.
30591
30592 * image-mode.el (image-minor-mode): Set `cursor-type' and
30593 `truncate-lines' if the image is already displayed. Add turning
30594 image-minor-mode off to `change-major-mode-hook'. Add message.
30595 Call `image-toggle-display-text' after turning image-minor-mode off.
30596
305972005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
30598
30599 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30600 Terminal.app, use utf-8.
30601 (set-display-table-and-terminal-coding-system): Add coding-system arg.
30602 (set-locale-environment): Use it.
30603
30604 * term/xterm.el: Undo last change, better done in mule-cmds.el.
30605
30606 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30607
30608 * progmodes/python.el (python-close-block-statement-p)
30609 (python-outdent-p, python-current-defun): Use symbol-end.
30610
8cedef2e 306112005-03-25 Karl Chen <quarl@cs.berkeley.edu>
6fee106e
KS
30612
30613 * files.el (save-some-buffers): Doc fix.
30614
306152005-03-25 Werner Lemberg <wl@gnu.org>
30616
30617 * complete.el, thumbs.el: Replace `legal' with `valid'.
30618 * calendar/calendar.el: Replace `legal' with `valid'.
30619 * emacs-lisp/advice.el: Replace `legal' with `valid'.
30620 * mail/supercite.el: Replace `legal' with `valid'.
30621 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30622 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30623 Replace `legal' with `valid'.
30624 * textmodes/reftex-vars.el, textmodes/reftex.el:
30625 Replace `legal' with `valid'.
30626
306272005-03-25 Werner Lemberg <wl@gnu.org>
30628
30629 * calc/calc-forms.el, calc/calc-sel.el
30630 * midnight.el, vc-cvs.el
30631 * emacs-lisp/cl-macs.el
30632 * emulation/vip.el
30633 * eshell/esh-io.el, eshell/esh-var.el
30634 * mail/supercite.el
30635 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30636 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30637 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30638 * progmodes/sh-script.el, progmodes/xscheme.el
30639 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30640 * textmodes/reftex-index.el, textmodes/reftex-parse.el
30641 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30642 * textmodes/reftex.el, textmodes/org.el:
30643 Replace `illegal' with `invalid'.
30644
306452005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30646
30647 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30648 (flymake-find-buildfile, flymake-find-possible-master-files)
30649 (flymake-check-include, flymake-parse-line): Replace loops over the
30650 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
30651
30652 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30653 Substitute file-name-as-directory in the rest of the file.
30654 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30655 (flymake-replace-region): Remove unused arg `buffer'.
30656 (flymake-check-patch-master-file-buffer): Update calls to it.
30657 (flymake-add-err-info): Remove unused var `count'.
30658 (flymake-mode): Use define-minor-mode.
30659
30660 * progmodes/flymake.el: Use with-current-buffer.
30661 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30662 flymake-replace-regexp-in-string, flymake-line-beginning-position)
30663 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30664 Avoid testing for `xemacs'.
30665 (flymake-nop): Move.
30666 (flymake-region-has-flymake-overlays): Return the computed value.
30667 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30668 Remove unused var `endline'.
30669 (flymake-get-line-count): Remove unused function.
30670 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30671
30672 * emulation/vi.el:
30673 * generic.el:
30674 * hilit-chg.el (global-highlight-changes):
30675 * hi-lock.el (hi-lock-mode):
30676 * follow.el: find-file-hooks -> find-file-hook.
30677
30678 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30679
306802005-03-24 Juri Linkov <juri@jurta.org>
30681
30682 * dired.el (dired-mode-map): Add menu item "Compare directories"
30683 for dired-compare-directories.
30684
30685 * dired-aux.el (dired-compare-directories): Add autoload cookie.
30686 Doc fix. Replace `read-file-name' with `read-directory-name'.
30687
306882005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30689
30690 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30691
306922005-03-24 Jay Belanger <belanger@truman.edu>
30693
30694 * calc/calc-embed.el (calc-embedded-mode-change): Save all
30695 relevant mode settings in calc-embedded-original-modes when modes
30696 are permanently changed.
30697
306982005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30699
30700 * autoinsert.el: find-file-hooks -> find-file-hook.
30701
307022005-03-24 Lute Kamstra <lute@gnu.org>
30703
30704 * generic.el (generic-font-lock-defaults): Make it obsolete.
30705 (generic-font-lock-keywords): New variable to replace
30706 generic-font-lock-defaults.
30707 (generic-mode-set-font-lock): Delete it.
30708 (generic-mode-internal): Don't call generic-mode-set-font-lock.
30709 (generic-bracket-support): Add docstring.
30710
30711 * generic-x.el: Rename generic-font-lock-defaults to
30712 generic-font-lock-keywords throughout.
30713 (mailagent-rules-setup-function): Delete it.
30714 (mailagent-rules-generic-mode): Use anonymous function instead.
30715 (show-tabs-generic-mode-font-lock-defaults-1)
30716 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30717 Quote faces.
30718 (show-tabs-tab-face, show-tabs-space-face): Specify background,
30719 not foreground.
30720
30721 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30722 Recognize define-generic-mode.
30723
307242005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
30725
30726 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30727 if there's no completion table.
30728
307292005-03-23 Miles Bader <miles@gnu.org>
30730
30731 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30732 Remove tty-specific variants, as they're no longer needed.
30733
307342005-03-23 Lute Kamstra <lute@gnu.org>
30735
30736 * generic-x.el: Code cleanup: make args constant whenever possible.
30737 (installshield-statement-keyword-list)
30738 (installshield-system-functions-list)
30739 (installshield-system-variables-list, installshield-types-list)
30740 (installshield-funarg-constants-list): Make them constants.
30741
30742 * generic.el (generic-make-keywords-list): Add autoload cookie.
30743
30744 * calendar/time-date.el: Add comment on time value formats.
30745 Don't require parse-time.
30746 (with-decoded-time-value): New macro.
30747 (encode-time-value): New function.
30748 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30749 (days-to-time): Return a valid time value when arg is huge.
30750 (time-since): Use time-subtract.
30751 (time-to-number-of-days): Use time-to-seconds.
30752
307532005-03-23 David Ponce <david@dponce.com>
30754
30755 * recentf.el (recentf-keep): New option.
30756 (recentf-menu-action): Default to `find-file'.
30757 (recentf-keep-non-readable-files-flag)
30758 (recentf-keep-non-readable-files-p)
30759 (recentf-file-readable-p, recentf-find-file)
30760 (recentf-cleanup-remote): Remove.
30761 (recentf-include-p): More robust.
30762 (recentf-keep-p): New function.
30763 (recentf-remove-if-non-kept): Rename from
30764 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
30765 All callers updated.
30766 (recentf-menu-items-for-commands): Fix help string.
30767 (recentf-track-closed-file): Update. Doc fix.
30768 (recentf-cleanup): Update. Count removed files. Doc fix.
30769
307702005-03-23 Kim F. Storm <storm@cua.dk>
30771
30772 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30773 Don't inherit from fringe face (now happens automatically).
30774
307752005-03-22 Kim F. Storm <storm@cua.dk>
30776
30777 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30778 position values.
30779
307802005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
30781
30782 * menu-bar.el (showhide-date-time): Remove.
30783 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30784 (menu-bar-make-mm-toggle): Simplify.
30785
307862005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30787
30788 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30789 Accept qualified variable and function names.
30790
307912005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
30792
30793 * bindings.el (completion-ignored-extensions):
30794 Remove ".lis" for `vax-vms'.
30795
307962005-03-22 Andreas Schwab <schwab@suse.de>
30797
30798 * generic-x.el: Revert last change.
30799 * ldefs-boot.el: Update.
30800
308012005-03-22 Jay Belanger <belanger@truman.edu>
30802
30803 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30804 (calc-embedded-save-original-modes)
30805 (calc-embedded-restore-original-modes): New functions.
30806 (calc-do-embedded): Save original modes when entering embedded mode
30807 and restore when leaving embedded mode.
30808 (calc-embedded-modes-change): Change the value of
30809 calc-embedded-original-modes to reflect permanent changes.
30810
308112005-03-22 Lute Kamstra <lute@gnu.org>
30812
30813 * generic-x.el: Require generic again.
30814
308152005-03-22 Miles Bader <miles@gnu.org>
30816
30817 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30818 Tweak details to look good on both ttys and bitmap displays, light
30819 or dark background, etc.
30820
308212005-03-21 Kim F. Storm <storm@cua.dk>
30822
30823 * tooltip.el (tooltip-show-help-function): Check car and cdr of
30824 mouse position.
30825
308262005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
30827
30828 * icomplete.el: Don't forcibly turn on the mode upon load.
30829 (icomplete-mode): Use define-minor-mode.
30830 (icomplete-eoinput): Default to nil.
30831 (icomplete-minibuffer-setup): Remove autoload.
30832 (icomplete-tidy): Simplify.
30833 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30834 in the initial state or if the user has modified the field.
30835 Fix handling of icomplete-max-delay-chars.
30836 Remove code that handles the oddball case where
30837 minibuffer-completion-table is an integer.
30838 Wrap icomplete-completions in while-no-input in case building
30839 completions takes more time than expected.
30840 (icomplete-completions): Simplify.
30841
308422005-03-21 Richard M. Stallman <rms@gnu.org>
30843
30844 * jka-compr.el (jka-compr-really-do-compress):
30845 Make variable buffer-local.
30846
30847 * image-mode.el: Handle .xpm files too.
30848 (image-toggle-display): Preserve modification flag.
30849
30850 * help.el (where-is): Don't mention aliases with no key bindings.
30851
308522005-03-21 Lute Kamstra <lute@gnu.org>
30853
30854 * generic.el: Fix commentary section. Don't require cl for
30855 compilation.
30856 (generic-mode-list): Add autoload cookie.
30857 (generic-use-find-file-hook, generic-lines-to-scan)
30858 (generic-find-file-regexp, generic-ignore-files-regexp)
30859 (generic-mode, generic-mode-find-file-hook)
30860 (generic-mode-ini-file-find-file-hook): Fix docstrings.
30861 (define-generic-mode): Make it a defmacro. Fix docstring.
30862 (generic-mode-internal): Code cleanup. Add autoload cookie.
30863 (generic-mode-set-comments): Code cleanup.
30864 * generic-x.el: Don't prevent compilation. Don't require generic.
30865 Follow coding conventions. Minor code cleanup.
30866 (etc-fstab-generic-mode): Add some keywords.
30867 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
30868 define-generic-mode like a function declaration.
30869
308702005-03-21 Jay Belanger <belanger@truman.edu>
30871
30872 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
30873 changing modes.
30874
308752005-03-21 Sam Steingold <sds@gnu.org>
30876
30877 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
30878
308792005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
30880
30881 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
30882 Add underscore to "f$ lexicals" regexp.
30883
308842005-03-20 Juri Linkov <juri@jurta.org>
30885
30886 * subr.el (progress-reporter-do-update): When `min-value' is equal
30887 to `max-value', set `percentage' to 0 and prevent division by zero.
30888
308892005-03-20 Michael Albinus <michael.albinus@gmx.de>
30890
30891 Sync with Tramp 2.0.48.
30892
30893 * net/tramp.el (all): Change all addresses to .gnu.org.
30894 (tramp-append-tramp-buffers): New defun.
30895 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
30896 Catch `dont-send' signal.
30897 (tramp-set-auto-save-file-modes): Set always permissions, because
30898 there might be an old auto-saved file belonging to another
30899 original file. This could be a security threat. Reported by
30900 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
30901 Check for Emacs 21.3.50 removed.
30902
30903 * net/tramp-smb.el (all): Remove debug construct for
30904 `with-parsed-tramp-file-name'.
30905 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
30906 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
30907 No error message if DIRECTORY or FILENAME doesn't exist.
30908 (tramp-smb-open-connection): Check existence of
30909 `tramp-smb-program'.
30910
309112005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
30912
30913 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
30914 Properly handle the case where the `m' or `s' command's argument is not
30915 yet terminated.
30916 (perl-indent-new-calculate): New function.
30917 (perl-indent-line): Use it.
30918
309192005-03-20 Miles Bader <miles@gnu.org>
30920
30921 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
30922 in text-mode too. Change to new face names.
30923 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
30924 Add `:weight bold' attribute.
30925 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
30926
309272005-03-19 Juri Linkov <juri@jurta.org>
30928
30929 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
30930
30931 * international/mule.el (auto-coding-alist): Sync with
30932 `auto-mode-alist' by adding upper case archive file extensions
30933 and adding ear/war to jar extension.
30934
309352005-03-19 David Casperson <casper@unbc.ca> (tiny change)
30936
30937 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
30938 running, restart it.
30939
309402005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
30941
30942 * finder.el (finder-current-item): Throw an error on an empty line.
30943
30944 * man.el (Man-follow-manual-reference): If current-word returns
30945 nil, use "".
30946
309472005-03-19 Matt Hodges <MPHodges@member.fsf.org>
30948
30949 * simple.el (goto-line): Doc fix.
30950
309512005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
30952
30953 * files.el (save-buffer): Doc fix.
30954
309552005-03-19 Michael R. Mauger <mmaug@yahoo.com>
30956
30957 * recentf.el (recentf-cleanup-remote): New variable.
30958 (recentf-cleanup): Use it to conditionally check availability of
30959 remote files.
30960
309612005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
30962
30963 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
30964 function names.
30965
309662005-03-19 Eli Zaretskii <eliz@gnu.org>
30967
30968 * language/thai-word.el: New file.
30969
309702005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30971
30972 * files.el (backup-buffer): If the file's directory is not
30973 writable, use copy instead of move to backup the file.
30974
309752005-03-19 Eli Zaretskii <eliz@gnu.org>
30976
30977 * obsolete/keyswap.el: Moved to obsolete/ from term/.
30978
309792005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
30980
30981 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
30982 Use functionp instead of symbolp and fboundp. Reported by Drkm
30983 <darkman_spam@yahoo.fr>.
30984 (ps-print-version): New version 6.6.6.
30985
309862005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
30987
30988 * textmodes/table.el (table--line-column-position): New idiom.
30989 (table--row-column-insertion-point-p): New function to test
30990 validity of row and column insertion operation at a location.
30991 (table-global-menu, table-cell-menu): Use above functions for
30992 deterministic test operation.
30993 (table--editable-cell-p): Behave in deterministic fashion.
30994
309952005-03-18 Juri Linkov <juri@jurta.org>
30996
30997 * isearch.el (isearch-lazy-highlight-new-loop):
30998 Make arguments beg and end optional.
30999 (isearch-update): Remove optional arguments nil from
31000 isearch-lazy-highlight-new-loop.
31001 (isearch-lazy-highlight-search): Let-bind case-fold-search to
31002 isearch-lazy-highlight-case-fold-search instead of
31003 isearch-case-fold-search, and let-bind isearch-regexp to
31004 isearch-lazy-highlight-regexp.
31005 Use isearch-lazy-highlight-last-string instead of isearch-string.
31006
31007 * replace.el (perform-replace): Remove bindings of global
31008 variables isearch-string, isearch-regexp, isearch-case-fold-search.
31009 Add three new arguments to `replace-highlight'.
31010 (replace-highlight): Add arguments string, regexp, case-fold.
31011 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
31012 to allow isearch-lazy-highlight-new-loop to use these values
31013 to set corresponding isearch-lazy-highlight-* internal
31014 variables whose values lazy highlighting will use regardless of
31015 changes to global variables isearch-string, isearch-regexp,
31016 isearch-case-fold-search during lazy highlighting loop.
31017 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
31018 to `lazy-highlight-cleanup'.
31019
31020 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
31021 (ispell-highlight-face): Set default face to `isearch' when
31022 lazy highlighting is enabled.
31023 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
31024 priority to 1. Add lazy highlighting.
31025 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
31026 from `isearch-dehighlight'.
31027
310282005-03-18 David Ponce <david@dponce.com>
31029
31030 * files.el (hack-local-variables): Do a case-insensitive search
31031 for End.
31032
310332005-03-18 Juri Linkov <juri@jurta.org>
31034
31035 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
31036 `isearch-lazy-highlight-cleanup', add alias to old name and
31037 declare obsolete. Add release numbers to other obsolete vars.
31038 (isearch-done, isearch-lazy-highlight-new-loop):
31039 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
31040 (lazy-highlight-cleanup) <variable>: Doc fix.
31041 (isearch-lazy-highlight-update): Rename obsolete
31042 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
31043
310442005-03-18 Kenichi Handa <handa@m17n.org>
31045
31046 * language/thai-util.el: Fix categorization of Thai characters in
31047 thai-category-table.
31048 (thai-composition-pattern): Adjust it for the above change.
31049 (thai-self-insert-command, thai-compose-syllable): New functions.
31050 (thai-compose-region): Use thai-compose-syllable.
31051 (thai-compose-string): Likewise.
31052 (thai-composition-function): Likewise.
31053 (thai-auto-composition): New function.
31054 (thai-auto-composition-mode): New minor mode.
31055
31056 * language/thai.el: Fix patterns to be registered in
31057 composition-function-table.
31058
31059 * international/quail.el (quail-input-method): Locally bind
31060 inhibit-modification-hooks to t.
31061
310622005-03-17 Richard M. Stallman <rms@gnu.org>
31063
31064 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31065 (perl-mode): Use run-mode-hooks.
31066
31067 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31068 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31069 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31070
31071 * mail/sendmail.el (sendmail-send-it): Reenable the code
31072 to compute resend-to-address and use it.
31073
31074 * tar-mode.el (tar-mode): Turn off undo unconditionally.
31075
31076 * image-mode.el: New file.
31077
31078 * image.el (insert-sliced-image): Add autoload cookie.
31079
31080 * font-lock.el (font-lock-lines-before): New user option.
31081 (font-lock-after-change-function): Obey it.
31082
31083 * bindings.el (esc-map): Make M-g a prefix.
31084 Bind M-g g and M-g M-g to goto-line.
31085
31086 * faces.el (face-id): Doc fix.
31087
310882005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31089
31090 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31091 (rmail-show-message): Use rmail-unknown-mail-followup-to.
31092 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31093
31094 * mail/sendmail.el (mail-yank-ignored-headers)
31095 (mail-font-lock-keywords, mail-mode-fill-paragraph):
31096 Add Mail-Followup-To and Mail-Reply-To headers.
31097 (mail-citation-hook): Add autoload cookie.
31098 (mail-mode): Doc fix.
31099 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31100 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31101 (mail-mode-fill-paragraph): Handle those headers.
31102 (mail-mailing-lists): New variable.
31103 (mail-mail-reply-to, mail-mail-followup-to): New functions.
31104
311052005-03-17 Juri Linkov <juri@jurta.org>
31106
31107 * isearch.el (isearch-fallback): Check for `(car previous)'
31108 before calling `isearch-other-end-state'.
31109
311102005-03-17 Kim F. Storm <storm@cua.dk>
31111
31112 * simple.el (move-beginning-of-line): Move to beginning of buffer
31113 line, as well as beginning of screen line.
31114
311152005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
31116
31117 * calendar/diary-lib.el (mark-diary-entries): Use new optional
31118 argument REDRAW rather than calendar-redrawing variable.
31119 * calendar/calendar.el (calendar-redrawing): Delete.
31120 (redraw-calendar): Do not bind calendar-redrawing.
31121
311222005-03-16 Matt Hodges <MPHodges@member.fsf.org>
31123
31124 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31125 diary-file buffer.
31126
311272005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
31128
31129 * help.el (describe-mode): Allow a :minor-mode-function property to
31130 specify a different minor mode toggle function than the variable.
31131 * simple.el (auto-fill-function):
31132 * subr.el (add-minor-mode): Use it.
31133
311342005-03-16 Kenichi Handa <handa@m17n.org>
31135
31136 * language/ethio-util.el (sera-being-called-by-w3): New variable.
31137 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31138 (ethio-fidel-to-sera-buffer): Likewise.
31139
311402005-03-16 Juri Linkov <juri@jurta.org>
31141
31142 * emacs-lisp/find-func.el (find-function-regexp):
31143 Add defun-emitting macro `menu-bar-make-toggle'.
31144
31145 * isearch.el: Put `isearch-scroll' property to
31146 `split-window-horizontally'.
31147
31148 * info.el: Update error messages for `debug-ignored-errors'.
31149 (Info-isearch-search): Doc fix.
31150 (Info-find-node): Move up code to go into info buffer before
31151 recording the node to the history.
31152 (Info-fontify-node): Fontify titles only if the next line
31153 has two or more `*', `=', `-', `.'.
31154 Display "go to this node" for empty (match-string 3).
31155
311562005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31157
31158 * term/mac-win.el: Add mouse pointer shape constants.
31159
311602005-03-15 Kim F. Storm <storm@cua.dk>
31161
31162 * simple.el (move-beginning-of-line): Use vertical-motion.
31163
311642005-03-15 Juri Linkov <juri@jurta.org>
31165
31166 * isearch.el (isearch-error): New variable.
31167 (isearch-invalid-regexp, isearch-within-brackets): Remove.
31168 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31169 (isearch-within-brackets-state): Remove.
31170 (isearch-case-fold-search-state, isearch-pop-fun-state):
31171 Decrease frame index.
31172 (isearch-mode, isearch-top-state, isearch-push-state)
31173 (isearch-edit-string, isearch-abort, isearch-search-and-update)
31174 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31175 (isearch-search, isearch-lazy-highlight-new-loop):
31176 Replace `isearch-invalid-regexp' with `isearch-error'.
31177 Remove `isearch-within-brackets'.
31178 (isearch-search): Add `search-failed' handler to `condition-case'.
31179 (isearch-lazy-highlight-search): Add `condition-case' to catch
31180 errors and allow `isearch-lazy-highlight-update' to try
31181 highlighting from the beginning of the window.
31182 (isearch-repeat): Move up code to set isearch-wrapped to t
31183 before calling isearch-wrap-function.
31184
31185 * info.el (Info-isearch-initial-node): New internal variable.
31186 (Info-search): Signal an error in isearch mode when search leaves
31187 the initial node. Signal an error when `bound' is non-nil and
31188 nothing was found in the current subfile.
31189 (Info-isearch-search): Remove `condition-case'.
31190 (Info-isearch-wrap): Don't wrap when search failed during leaving
31191 the initial node. If `Info-isearch-search' is nil, wrap around
31192 the current node.
31193 (Info-isearch-start): New fun.
31194 (Info-mode): Add buffer-local hook `Info-isearch-start' to
31195 `isearch-mode-hook'.
31196
311972005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31198
31199 * simple.el (normal-erase-is-backspace): Set default to t if
31200 running on Mac.
31201
31202 * term/mac-win.el (function-key-map): Sync with x-win.el.
31203
312042005-03-15 Kenichi Handa <handa@m17n.org>
31205
31206 * international/mule-cmds.el (locale-language-names): Modify the
31207 format of elements and add more entries.
31208 (locale-preferred-coding-systems): Add more entries.
31209 (set-locale-environment): Adjust for the change of
31210 locale-language-names.
31211
312122005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
31213
31214 * pcvs.el (smerge-ediff): Remove bogus autoload.
31215
312162005-03-14 Lute Kamstra <lute@gnu.org>
31217
31218 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31219 Ignore a `*' at the beginning of a line.
31220
31221 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31222 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31223 subr.el.
31224 (dont-compile, eval-when-compile, eval-and-compile): Use declare
31225 to specify indentation.
31226
31227 * generic.el (define-generic-mode): Let generic-mode-list be a
31228 list of strings; test membership with equal.
31229
312302005-03-14 Kim F. Storm <storm@cua.dk>
31231
31232 * simple.el (next-line, previous-line): Add optional try-vscroll
31233 arg to recognize interactive use. Pass it on to line-move.
31234 (line-move): Don't perform auto-window-vscroll when defining or
31235 executing keyboard macro to ensure consistent behavior.
31236
312372005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
31238
31239 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31240
312412005-03-13 Lute Kamstra <lute@gnu.org>
31242
31243 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31244 debugger-setup-buffer so that backtrace marks the frames set to
31245 debug-on-exit and we don't have to do it manually. Set an extra
31246 debug-on-exit for macro's.
31247 (debugger-setup-buffer): Don't mark the top frame manually.
31248
312492005-03-12 Lute Kamstra <lute@gnu.org>
31250
31251 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31252 lisp-indent-function throughout.
31253 (with-no-warnings): Set lisp-indent-function property.
31254
312552005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
31256
31257 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31258 Add entry for backslash.
31259
312602005-03-12 Juri Linkov <juri@jurta.org>
31261
31262 * info.el (Info-search): Four fixes for backward search.
31263
312642005-03-11 Jay Belanger <belanger@truman.edu>
31265
31266 * calc/calc.el (calc-language-alist): New variable.
31267 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31268 (calc-embedded-find-modes): Use calc-language-alist instead of
31269 calc-embedded-language-alist.
31270
312712005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31272
31273 * calendar/calendar.el (calendar-redrawing): New internal
31274 variable.
31275 (redraw-calendar): Remove bogus save-excursion from previous
31276 change. Bind calendar-redrawing to t for mark-diary-entries.
31277 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31278 calendar if that is why we were called.
31279
312802005-03-11 Kenichi Handa <handa@m17n.org>
31281
31282 * international/mule.el (make-coding-system): Set property
31283 coding-system-define-form to nil.
31284 (define-coding-system-alias): Likewise.
31285
312862005-03-11 Kenichi Handa <handa@m17n.org>
31287
31288 These changes are suggested by Dave Love <fx@gnu.org>.
31289
31290 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31291 coding: tag.
31292 (adaptive-fill-regexp): Add more bullets.
31293 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31294 regexps.
31295
312962005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
31297
31298 * help.el (describe-mode): Properly handle non-trivial lighters.
31299 Don't ignore minor modes that are not listed in minor-mode-list.
31300
31301 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31302 feature ON when the user requests to turn it OFF.
31303
313042005-03-10 Lute Kamstra <lute@gnu.org>
31305
31306 * emacs-lisp/debug.el (debug-entry-code): Delete it.
31307 (implement-debug-on-entry): New function to replace debug-entry-code.
31308 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
31309 second argument as the 2005-03-07 change makes it obsolete.
31310 (debug-on-entry, cancel-debug-on-entry): Update call to
31311 debug-on-entry-1.
31312 (debug, debugger-setup-buffer): Comment update.
31313 (debugger-frame-number): Update to work with implement-debug-on-entry.
31314
313152005-03-10 Jay Belanger <belanger@truman.edu>
31316
31317 * calc/calc-embed.el (math-ms-args): Declare it.
31318 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31319 math-ms-args.
31320 (calc-embedded-subst): Use math-multi-subst-rec to substitute
31321 variables.
31322
313232005-03-10 Nick Roberts <nickrob@snap.net.nz>
31324
31325 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31326 Use message-box.
31327
31328 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31329 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31330 (tooltip-gud-tips): Simplify.
31331 (tooltip-gud-tips-p): Remove superfluous :set.
31332 (tooltip-gud-modes): Add fortran-mode.
31333 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31334
31335 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31336
313372005-03-09 Kim F. Storm <storm@cua.dk>
31338
31339 * play/animate.el (animate-place-char): Use forward-line instead
31340 of next-line to improve performance.
31341
313422005-03-09 Simon Josefsson <jas@extundo.com>
31343
31344 * net/browse-url.el (browse-url-default-browser): Doc fix.
31345
313462005-03-09 Miles Bader <miles@gnu.org>
31347
31348 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31349 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31350
313512005-03-09 Kenichi Handa <handa@m17n.org>
31352
31353 * international/latin-1.el: Set case and syntax for 255 only if
31354 set-case-syntax-set-multibyte is nil.
31355
31356 * textmodes/ispell.el (ispell-insert-word): New function.
31357 (ispell-word): Use ispell-insert-word to insert a new word.
31358 (ispell-process-line): Likewise.
31359 (ispell-complete-word): Likewise.
31360
313612005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
31362
31363 * calendar/calendar.el (redraw-calendar): Preserve point.
31364 Reported by Matt Hodges <MPHodges@member.fsf.org>.
31365 (calendar-week-start-day): Move after definition of
31366 redraw-calendar. Delete buffer test, since redraw-calendar has
31367 that now.
31368
31369 * calendar/diary-lib.el (mark-diary-entries): Only call
31370 redraw-calendar in the first of any recursive calls.
31371 Reported by Alan Shutko <ats@acm.org>.
31372
313732005-03-08 Juri Linkov <juri@jurta.org>
31374
31375 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31376 (html-horizontal-rule, html-line, html-image, html-checkboxes)
31377 (html-radio-buttons): Add a space before the trailing `/>' where
31378 sgml-xml-mode is non-nil.
31379 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31380 the subsequent tag of the empty XML tag.
31381 (html-href-anchor): Don't set initial input to "http:".
31382 (html-image): Ask for the image URL and set point inside alt="".
31383 (html-name-anchor): Duplicate the name in the `id' attribute when
31384 sgml-xml-mode is non-nil.
31385 (html-paragraph): Remove \n before <p>.
31386 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31387 instead of `checked' when sgml-xml-mode is non-nil.
31388
31389 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31390 Remove 1 space before #RRGGBB to not truncate it on terminal
31391 windows w/o fringes. Remove 1 space between bg and fg examples
31392 to get more space.
31393 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31394 avoid byte-compile warnings.
31395
31396 * image-file.el (image-file-handler): Put `safe-magic' property to
31397 `image-file-handler'.
31398
31399 * info.el (Info-isearch-search): Emulate word search in
31400 isearching through multiple Info nodes with Info-search.
31401 (Info-isearch-wrap): Allow isearch-word.
31402
314032005-03-08 Lute Kamstra <lute@gnu.org>
31404
31405 * emacs-lisp/debug.el (debugger-step-through): Make sure that
31406 stepping into the debugger's code is not possible.
31407 (debugger-jumping-flag): Docstring update.
31408
314092005-03-08 Jay Belanger <belanger@truman.edu>
31410
31411 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31412 embedded mode begins.
31413 (calc-embedded-language-alist): New variable.
31414 (calc-embedded-find-modes): Use calc-embedded-language-alist to
31415 set default language mode.
31416
314172005-03-08 Kenichi Handa <handa@m17n.org>
31418
31419 * international/ccl.el (define-ccl-program): Fix docstring about
31420 extra 256 bytes assured for the output buffer.
31421
31422 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31423 Fix BUFFER_MAGNIFICATION to 2.
31424 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31425
314262005-03-07 Karl Chen <quarl@cs.berkeley.edu>
31427
31428 * align.el (align-rules-list): Added an alignment rule for CSS
31429 declarations (applies to css-mode and html-mode buffers).
31430
314312005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
31432
31433 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31434
314352005-03-07 Kim F. Storm <storm@cua.dk>
31436
31437 * simple.el (move-beginning-of-line): New command.
31438
31439 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31440
31441 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31442
31443 * emulation/cua-base.el: Put CUA move property on move-end-of-line
31444 and move-beginning-of-line.
31445
31446 * apropos.el (apropos-print): Omit command from M-x ... RET.
31447
314482005-03-07 Nick Roberts <nickrob@snap.net.nz>
31449
31450 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31451 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31452
314532005-03-06 Richard M. Stallman <rms@gnu.org>
31454
31455 * bindings.el (esc-map): Bind M-g to goto-line.
31456
31457 * facemenu.el (global-map): Bind M-o, not M-g.
31458
314592005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31460
31461 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31462 "Open Directory" as for "Open File".
31463
314642005-03-06 Chong Yidong <cyd@stupidchicken.com>
31465
31466 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31467 (push-mark-command): Run activate-mark-hook.
31468
314692005-03-06 Richard M. Stallman <rms@gnu.org>
31470
31471 * help-mode.el (help-mode-finish): Don't alter the element
31472 in view-return-to-alist if there already is one.
31473
31474 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31475 make sure the current buffer is the expected one.
31476
31477 * novice.el (disabled-command-function): Output in *Disabled Command*.
31478 Explicitly ignore non-keyboard events, and explicitly handle C-g.
31479
31480 * textmodes/flyspell.el (flyspell-large-region):
31481 Pass args differently for aspell.
31482
31483 * files.el (mode-require-final-newline): Doc fix.
31484
314852005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31486
31487 * progmodes/which-func.el (which-function):
31488 Specify NOERROR when calling imenu--make-index-alist.
31489
314902005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
31491
31492 * simple.el (normal-erase-is-backspace): Define default value.
31493
31494 * custom.el (custom-theme-set-variables): Remove unused var
31495 `immediate'.
31496 (custom-reevaluate-setting): Simple function to handle variables
31497 that are defined before their default value can really be
31498 computed.
31499
31500 * startup.el (command-line): Use it for temporary-file-directory,
31501 small-emporary-file-directory, auto-save-file-name-transforms,
31502 blink-cursor-mode, and normal-erase-is-backspace.
31503
31504 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31505 progress, even with buggy anchored keywords.
31506
315072005-03-05 Luc Teirlinck <teirllm@auburn.edu>
31508
31509 * simple.el (goto-line): Remove unbalanced final parenthesis.
31510
315112005-03-05 Richard M. Stallman <rms@gnu.org>
31512
31513 * simple.el (goto-line): Use a number at point as the default.
31514 With C-u as arg, switch buffers.
31515
315162005-03-05 Juri Linkov <juri@jurta.org>
31517
31518 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31519 with `no-blinking-cursor'.
31520
31521 * startup.el (no-blinking-cursor): New defvar.
31522 (command-line): Add `--no-blinking-cursor' to longopts.
31523 Set `no-blinking-cursor' to t for command line arguments
31524 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
31525 with `no-blinking-cursor' in the condition for calling
31526 `blink-cursor-mode'.
31527
315282005-03-04 Luc Teirlinck <teirllm@auburn.edu>
31529
31530 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31531 (menu-bar-options-save): Add blink-cursor-mode.
31532 (menu-bar-options-menu): Add blink-cursor-mode.
31533
315342005-03-04 Ulf Jasper <ulf.jasper@web.de>
31535
31536 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31537 (icalendar-export-file, icalendar-export-region)
31538 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31539 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31540
315412005-03-04 Lute Kamstra <lute@gnu.org>
31542
31543 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31544 (debug-function-list): Ditto.
31545
315462005-03-04 Robert J. Chassell <bob@rattlesnake.com>
31547
31548 * textmodes/texinfmt.el (texinfo-append-refill):
31549 Redefine the types of line to which @refill
31550 is not appended by replacing a search for `@refill\\|@bye' with
31551 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
31552 itemize@refill' bug and the unfilled long lines bug.
31553 (texinfmt-version): Update number and date.
31554
315552005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
31556
31557 * international/code-pages.el (windows-1250, windows-125[2-8])
31558 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31559
315602005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
31561
31562 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31563 bound yet.
31564
315652005-03-02 Romain Francoise <romain@orebokech.com>
31566
31567 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31568 buffer after removing limits.
31569 (ibuffer-pop-filter): Ditto.
31570 Update copyright.
31571
315722005-03-02 Miles Bader <miles@gnu.org>
31573
31574 * button.el (make-text-button): If the user doesn't specify a
31575 type, use the default. Rewrite to use `add-text-properties' and
31576 plist functions.
31577
315782005-03-01 Lute Kamstra <lute@gnu.org>
31579
31580 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31581 (debugger-jumping-flag): New var.
31582 (debug-entry-code): Use it.
31583 (debugger-jump): Use debugger-jumping-flag and add
31584 debugger-reenable to post-command-hook.
31585 (debugger-reenable): Use debugger-jumping-flag and remove itself
31586 from post-command-hook.
31587 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31588 debugger-reenable.
31589
315902005-03-01 Robert J. Chassell <bob@rattlesnake.com>
31591
31592 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31593 inclusion of "itemize\\|", which may be unnecessary, is certainly
31594 inelegant, and stops refilling in itemize lists when formatting
31595 Japanese Texinfo files to Info.
31596 Update copyright to 2005.
31597
315982005-03-01 Nick Roberts <nickrob@snap.net.nz>
31599
31600 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31601 of an error if GDB can't find the source file.
31602
316032005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
31604
31605 * calendar/calendar.el (redraw-calendar): Work from any buffer,
31606 not just the calendar.
31607
31608 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31609 first.
31610 (diary-redraw-calendar): New function.
31611 (make-diary-entry): Add diary-redraw-calendar to local
31612 write-contents-functions. Turn off selective display before
31613 inserting in diary.
31614
316152005-03-01 Kim F. Storm <storm@cua.dk>
31616
31617 * emacs-lisp/copyright.el (copyright-fix-years): New command.
31618
316192005-03-01 Lute Kamstra <lute@gnu.org>
31620
31621 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31622 that debug-entry-code can be safely removed from a function while
31623 this code is being evaluated. Revert the 2005-02-27 change as the
31624 new implementation no longer requires it. Make sure that a
31625 function body containing just a string is not mistaken for a docstring.
31626 (debug): Skip one more frame in case of debug on entry.
31627 (debugger-setup-buffer): Delete one more frame line in case of
31628 debug on entry.
31629 (debugger-frame-number): Update to use the new text introduced by
31630 the 1999-11-03 change. Skip one more frame in case of debug on entry.
31631
316322005-02-28 Kim F. Storm <storm@cua.dk>
31633
31634 * double.el (double-translate-key): Call force-window-update after
31635 read-event to avoid crash in redisplay.
31636
316372005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
31638
31639 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31640 (debug): Use it. Move the inhibit-trace earlier.
31641 (debug-entry-code): New const.
31642 (debug-on-entry-1): Use it.
31643
316442005-02-28 Chong Yidong <cyd@stupidchicken.com>
31645
31646 * international/utf-16.el (ccl-encode-mule-utf-16le):
31647 Fix BUFFER_MAGNIFICATION to 2.
31648 (ccl-encode-mule-utf-16be): Likewise.
31649
316502005-02-28 Kenichi Handa <handa@m17n.org>
31651
31652 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31653 Fix BUFFER_MAGNIFICATION to 4.
31654 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31655
316562005-02-28 Nick Roberts <nickrob@snap.net.nz>
31657
31658 * speedbar.el (speedbar-update-flag): Doc fix.
31659 (speedbar-show-info-under-mouse): Give set-mouse-position the right
31660 argument.
31661
316622005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
31663
31664 * reveal.el (reveal-post-command): Don't try to reveal overlays which
31665 have a non-nil `invisible' property but are actually visible.
31666
31667 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31668 for perldoc sections.
31669 (perl-outline-regexp, perl-outline-level): New var and function.
31670 (perl-mode): Use them.
31671
316722005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
31673
31674 * calendar/diary-lib.el (diary-remind): Discard any mark portion
31675 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31676
316772005-02-27 Luc Teirlinck <teirllm@auburn.edu>
31678
31679 * cus-edit.el: Comment change.
31680 (custom-buffer-create-internal): Slightly reword text at top of
31681 Custom buffers. Mention there that saving an option edits the
31682 init file. Add link to Emacs manual node on `custom-file'.
31683 (custom-magic-alist): Rewrite individual State messages to use
31684 capitalized keywords. Doc fix.
31685
316862005-02-27 Matt Hodges <MPHodges@member.fsf.org>
31687
31688 * calendar/calendar.el (calendar-buffer): Move above
31689 calendar-week-start-day.
31690 (calendar-week-start-day): Doc fix. Add :set function.
31691 (calendar-minimum-window-height): New variable.
31692 (generate-calendar-window): Only resize window if selected-window
31693 is displaying the calendar buffer. Use new variable
31694 calendar-minimum-window-height.
31695 (generate-calendar): Reword error message.
31696 (calendar-mode-map): Bind DEL to scroll-other-window-down.
31697
316982005-02-27 Andreas Schwab <schwab@suse.de>
31699
31700 * vc.el (vc-do-command): Don't run command asynchronously when
31701 operating in a remote directory.
31702
31703 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31704 change from sync with Tramp 2.0.47.
31705
317062005-02-27 Richard M. Stallman <rms@gnu.org>
31707
31708 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31709
31710 * textmodes/flyspell.el (flyspell-mode-on):
31711 Call ispell-change-dictionary only if necessary.
31712
31713 * emacs-lisp/re-builder.el (regexp-builder): New function.
31714
31715 * register.el (describe-register-1): Explicitly handle
31716 yank-excluded-properties = t.
31717
31718 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31719 (custom-magic-alist): Change the status descriptions again.
31720 (face widget-type): Total rewrite based on `restricted-sexp'
31721 to eliminate the confusing double hiding levels.
31722
31723 * emacs-lisp/debug.el (debug-on-entry-1):
31724 If function body is empty, add nil as body form.
31725
317262005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
31727
31728 * emacs-lisp/trace.el (inhibit-trace): New var.
31729 (trace-make-advice): Use it.
31730
31731 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31732
317332005-02-26 Kim F. Storm <storm@cua.dk>
31734
31735 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31736 (mouse-on-link-p, mouse-drag-region-1): Use it.
31737
317382005-02-25 Lute Kamstra <lute@gnu.org>
31739
31740 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31741
317422005-02-24 Luc Teirlinck <teirllm@auburn.edu>
31743
31744 * frame.el (blink-cursor-mode): Add :group keyword.
31745
317462005-02-24 Ulf Jasper <ulf.jasper@web.de>
31747
31748 * calendar/icalendar.el (icalendar--decode-isodatetime):
31749 New optional argument DAY-SHIFT.
31750 (icalendar-export-region): Fix coding-system-for-write.
31751 (icalendar--convert-ical-to-diary): Shift end-day of all-day
31752 events by one.
31753
317542005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
31755
31756 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31757
317582005-02-24 Kim F. Storm <storm@cua.dk>
31759
31760 * international/iso-acc.el (iso-accents-compose): Fix crash
31761 during redisplay. Call force-window-update after read-event
31762 and delete-region to signal that window is not accurate.
31763
317642005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
31765
31766 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31767 Remove unused and inexistent var `inhibit-trace'.
31768 (debugger-mode): Use run-mode-hooks.
31769 (debugger-list-functions): Add buttons; setup xref stack.
31770
317712005-02-23 Richard M. Stallman <rms@gnu.org>
31772
31773 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31774 appointment says it was explicitly made.
31775 (appt-add): Set the 3rd element.
31776 (appt-make-list): Preserve explicit appointments.
31777
31778 * subr.el (find-tag-default): Catch errors in forward-sexp.
31779
317802005-02-23 Juri Linkov <juri@jurta.org>
31781
31782 * info.el (Info-isearch-search): New defcustom.
31783 (Info-isearch-search): Call the default isearch function
31784 when Info-isearch-search is nil.
31785 (Info-isearch-wrap): Use variable Info-isearch-search.
31786
317872005-02-22 Luc Teirlinck <teirllm@auburn.edu>
31788
31789 * cus-edit.el: Comment change.
31790
317912005-02-22 Kim F. Storm <storm@cua.dk>
31792
31793 * progmodes/hideif.el (hide-ifdef-use-define-alist):
31794 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
31795
317962005-02-22 Simon Josefsson <jas@extundo.com>
31797
31798 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31799 New variable.
31800 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
31801 Oskarsson" <myrkraverk@users.sourceforget.net>.
31802
318032005-02-22 Kim F. Storm <storm@cua.dk>
31804
31805 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31806 check that window of that event is the selected window.
31807 (mouse-drag-region-1): Compare mouse event window to selected
31808 window before setting point.
31809
31810 * tooltip.el (tooltip-show-help-function): Pass event to
31811 mouse-on-link-p so it can check selected window.
31812
318132005-02-22 Kenichi Handa <handa@m17n.org>
31814
31815 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31816 (ps-mule-show-warning): New function.
31817 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31818 characters are found.
31819
31820 * ps-print.el (ps-header-footer-string): Return a list of header
31821 and footer strings.
31822
318232005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
31824
31825 * pcvs.el (cvs-retrieve-revision): Fix thinko.
31826
318272005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
31828
31829 * frame.el (blink-cursor-mode): Use define-minor-mode.
31830
31831 * term/mac-win.el (function-key-map): Use char-names more consistently.
31832 (file-name-coding-system): Only set it for MacOS-9. The other case is
31833 already handled in mule-cmds.el (where it also works when mac-win.el
31834 is not used).
31835
318362005-02-21 Kenichi Handa <handa@m17n.org>
31837
31838 * international/mule.el (ctext-pre-write-conversion): Always use
31839 " *code-converting-work*" buffer for work.
31840
31841 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31842
318432005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
31844
31845 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31846
318472005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
31848
31849 * ses.el (undo-more): Restore defadvice, but only the part that
31850 allows changes outside the restricted area of the buffer.
31851
318522005-02-20 Kim F. Storm <storm@cua.dk>
31853
31854 * simple.el (line-move): Add fourth optional arg try-vscroll which
31855 must be set to perform auto-window-vscroll.
31856 When moving backwards and doing auto-window-vscroll, automatically
31857 vscroll to the last part of lines which are taller than the window.
31858 (next-line, previous-line): Set try-vscroll arg on line-move.
31859
318602005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
31861
31862 * replace.el (query-replace, query-replace-regexp)
31863 (replace-string, replace-regexp): When operating on region, make
31864 the minibuffer prompt say so.
31865
31866 * isearch.el (isearch-forward): Document isearch-query-replace and
31867 isearch-query-replace-regexp keybindings.
31868
318692005-02-19 Jay Belanger <belanger@truman.edu>
31870
31871 * calc/calc-aent.el (math-read-token): Add local variable.
31872
31873 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
31874 (calc-edit-top): Move declaration to earlier in file.
31875 (calc-edit-macro-repeats): Add local variables.
31876
31877 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
31878 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
31879 calcFunc-tanh.
31880 Adjust integration rule for calcFunc-tan.
31881
318822005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31883
31884 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
31885 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
31886 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
31887 (viper-skip-separators): Bug fix.
31888 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
31889 particular major mode.
31890 (viper-del-backward-char-in-replace): Don't put deleted char on the
31891 kill ring.
31892
31893 * viper-ex.el (viper-color-display-p): New function.
31894 (viper-has-face-support-p): Use viper-color-display-p.
31895
31896 * viper-keym.el (viper-gnus-modifier-map): New keymap.
31897
31898 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
31899
31900 * viper-util.el (viper-glob-unix-files): Fix shell status check.
31901 (viper-file-remote-p): Make equivalent to file-remote-p.
31902
31903 * viper.el (viper-major-mode-modifier-list):
31904 Use viper-gnus-modifier-map.
31905
319062005-02-19 David Kastrup <dak@gnu.org>
31907
31908 * subr.el (subregexp-context-p): Fix garbled doc string by adding
31909 quoting.
31910
319112005-02-19 Jay Belanger <belanger@truman.edu>
31912
31913 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
31914 Remove extra definitions.
31915 (calc-coth): New function.
31916 (calcFunc-cot): Fix `let'.
31917
319182005-02-19 Eli Zaretskii <eliz@gnu.org>
31919
31920 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
31921 the reasons we use "type pc" in these faces.
31922
31923 * button.el (button): Ditto.
31924
319252005-02-19 Michael Mauger <mmaug@yahoo.com>
31926
31927 * replace.el (query-replace-read-from): Set the value of
31928 query-replace-from-history-variable to handle the case of an empty
31929 string entered to accept the suggested default.
31930
31931 * net/tramp.el (tramp-file-name-for-operation):
31932 Use dired-call-process instead of dired-call-process-command.
31933
319342005-02-19 Jay Belanger <belanger@truman.edu>
31935
31936 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
31937 (math-div-non-trig): New variables.
31938 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
31939 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
31940 (math-combine-prod, math-div-symb-fancy): Add simplifications for
31941 trig expressions.
31942
319432005-02-19 Nick Roberts <nickrob@snap.net.nz>
31944
31945 * progmodes/gdb-ui.el (gdb-var-update-handler)
31946 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
31947 for watch expressions,
31948 (gdb-var-create-handler): Don't set speedbar-update-flag.
31949 (gdb-post-prompt): Simplify test for speedbar.
31950
319512005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31952
31953 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
31954 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
31955 we use the syntax table of the correct buffer.
31956 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
31957 Felix Gatzemeier.
31958
31959 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
31960 (ediff-file-remote-p): Make synonymous with file-remote-p.
31961 In all deffaces ediff-*-face-*, use min-colors.
31962
31963 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
31964 ediff-recurse-to-subdirectories.
31965 (ediff-mark-if-equal): Check that the arguments are strings, use
31966 ediff-same-contents (after to Felix Gatzemeier).
31967
31968 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
31969 nil.
31970
319712005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
31972
31973 * log-view.el (log-view-message-re): Fix up Subversion regexp.
31974
319752005-02-18 David Kastrup <dak@gnu.org>
31976
31977 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
31978 use `mark-active' when defined.
31979
319802005-02-18 Kenichi Handa <handa@m17n.org>
31981
31982 * ps-print.el (ps-font-info-database): New entry
31983 ZapfChancery-MediumItalic with correct font name. Fix font name
31984 of the entry Zapf-Chancery-MediumItalic.
31985
319862005-02-16 Luc Teirlinck <teirllm@auburn.edu>
31987
31988 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
31989
319902005-02-16 Kim F. Storm <storm@cua.dk>
31991
31992 * ido.el (ido-fallback-command): Pass user input to fallback command.
31993
319942005-02-16 Nick Roberts <nickrob@snap.net.nz>
31995
31996 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
31997 (gdb-find-file-hook): Add server prefix.
31998
319992005-02-16 Richard M. Stallman <rms@gnu.org>
32000
32001 * replace.el (perform-replace): Pass new args to replace-highlight.
32002 (replace-highlight): Take region args,
32003 and pass them to isearch-lazy-highlight-new-loop.
32004
32005 * novice.el (disabled-command-hook): Autoload the defalias
32006 and the make-obsolete-variable call.
32007
32008 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
32009
32010 * isearch.el (isearch-lazy-highlight-start-limit)
32011 (isearch-lazy-highlight-end-limit): New variables limit
32012 the region for highlighting.
32013 (isearch-lazy-highlight-new-loop): New args BEG and END.
32014 (isearch-lazy-highlight-search): Use the new vars.
32015 (isearch-lazy-highlight-update): Likewise.
32016
32017 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
32018
32019 * cus-start.el (all): Use default-boundp.
32020
320212005-02-15 David Casperson <casper@unbc.ca> (tiny change)
32022
32023 * menu-bar.el (menu-bar-select-frame): Handle current frame.
32024
320252005-02-15 Luc Teirlinck <teirllm@auburn.edu>
32026
32027 * autorevert.el (auto-revert-stop-on-user-input)
32028 (auto-revert-verbose): Doc fixes.
32029
320302005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
32031
32032 * international/mule-cmds.el (set-locale-environment): Remove call
32033 to set-selection-coding-system on Windows.
32034
320352005-02-15 Jay Belanger <belanger@truman.edu>
32036
32037 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
32038 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
32039 calcFunc-coth.
32040 (math-simplify-sqrt): Add simplifications.
32041
32042 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
32043 to list.
32044
32045 * calc/calc-ext.el: Add functions to autoloads.
32046
32047 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
32048 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
32049 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32050 (math-csc-raw, math-cot-raw): New functions.
32051
32052 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
32053
32054 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32055 the variable name in a message.
32056
32057 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32058 calcFunc-csc, calcFunc-cot.
32059
32060 * calc/calcalg2.el: Add derivative and integration rules for
32061 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32062 calcFunc-csch, calcFunc-coth.
32063 (math-do-integral-methods): Add to checks for when to use
32064 substitutions.
32065
32066 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32067
320682005-02-15 Lute Kamstra <lute@gnu.org>
32069
32070 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32071 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
40dfee6f 32072 <monnier@iro.umontreal.ca>.
6fee106e
KS
32073 (lisp-outline-level): Improve efficiency. Suggested by David
32074 Kastrup <dak@gnu.org>.
32075
320762005-02-15 Nick Roberts <nickrob@snap.net.nz>
32077
32078 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32079 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32080 (gdb-set-gud-minor-mode-existing-buffers): New functions.
32081 (gdb-find-file-hook): New hook. Add it to find-file-hook.
32082 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32083
320842005-02-14 Luc Teirlinck <teirllm@auburn.edu>
32085
32086 * cus-start.el (all): Comment change.
32087
320882005-02-14 Lute Kamstra <lute@gnu.org>
32089
32090 * cus-start.el (all): Check if symbol is void.
32091
320922005-02-14 Carsten Dominik <dominik@science.uva.nl>
32093
32094 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32095 optional argument to \cite.
32096
320972005-02-14 Richard M. Stallman <rms@gnu.org>
32098
32099 * cus-edit.el (custom-buffer-create-internal): Update help message.
32100 (custom-magic-alist): Update help messages.
32101
32102 * cus-start.el (all): Allow a var to specify a standard value.
32103
321042005-02-12 Luc Teirlinck <teirllm@auburn.edu>
32105
32106 * custom.el (custom-theme-set-variables): Handle variable aliases.
32107
32108 * frame.el (blink-cursor-timer): Doc fix.
32109 (blink-cursor): Make it an alias for `blink-cursor-mode' and
32110 declare obsolete.
32111 (blink-cursor-mode): Define with defcustom and use correct
32112 standard expression in that defcustom.
32113 * startup.el (command-line): Adapt to above changes in frame.el.
32114
321152005-02-11 Lute Kamstra <lute@gnu.org>
32116
32117 * apropos.el (apropos-score-doc): Prevent division by zero.
32118
321192005-02-11 Ulf Jasper <ulf.jasper@web.de>
32120
32121 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32122 (icalendar--get-event-property-attributes)
32123 (icalendar--get-event-properties)
32124 (icalendar--datetime-to-diary-date): New functions.
32125 (icalendar--split-value): Doc fix.
32126 (icalendar--datetime-to-noneuropean-date)
32127 (icalendar--datetime-to-european-date): New optional argument
32128 SEPARATOR. Return result as a string instead of a list.
32129 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32130 (icalendar--convert-string-for-export): Rename arg S to STRING.
32131 (icalendar-export-region): Doc fix. Change name of error buffer.
32132 Save output buffer.
32133 (icalendar-import-file): Add blank at end of prompt.
32134 (icalendar-import-buffer): Doc fix. Do not switch to error
32135 buffer. Indicate status in return value.
32136 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
32137 buffer. Save output buffer. Handle exception from recurrence
32138 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
32139 events. Fix problems with weekly all-day events.
32140
321412005-02-10 Richard M. Stallman <rms@gnu.org>
32142
32143 * simple.el (eval-expression-print-format):
32144 Avoid warning about edebug-active.
32145
32146 * help.el (help-for-help-internal): Rename from help-for-help.
32147 (help-for-help): Define with defalias.
32148
32149 * font-core.el (font-lock-default-function): Use with-no-warnings.
32150
32151 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32152
32153 * custom.el (defface): Doc fix.
32154
321552005-02-10 Nick Roberts <nickrob@snap.net.nz>
32156
32157 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32158 width 0" to prevent word wrapping problems.
32159
321602005-02-09 Kim F. Storm <storm@cua.dk>
32161
32162 * ido.el (ido-file-extensions-order): New defcustom.
32163 (ido-file-extension-lessp, ido-file-extension-aux)
32164 (ido-file-extension-order): New advanced file ordering.
32165 (ido-file-lessp): New simple file ordering.
32166 (ido-sort-list): Remove.
32167 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32168 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32169
321702005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
32171
32172 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32173 that some versions of grep produce.
32174 (grep-mode-font-lock-keywords): Likewise.
32175
321762005-02-09 Nick Roberts <nickrob@snap.net.nz>
32177
32178 * progmodes/gdb-ui.el (gdb-location-list): New variable.
32179 (gdb-cdir): Delete.
32180 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32181 (gdb-source-info): Treat case when source file is in another
32182 directory properly.
32183 (gdb-get-location): New function.
32184
321852005-02-07 Jay Belanger <belanger@truman.edu>
32186
32187 * calc/calc-prog.el (calc-write-parse-table-part)
32188 (calc-fix-token-name): Fix a check for language type.
32189
32190 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32191
321922005-02-07 Andre Spiegel <spiegel@gnu.org>
32193
32194 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32195 as directory not writable.
32196
321972005-02-07 Kim F. Storm <storm@cua.dk>
32198
32199 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32200 (cua--standard-movement-commands): Remove list.
32201 Instead, set CUA property value to move for movement commands.
32202 (cua-movement-commands): Remove. Users must set CUA prop instead.
32203 (cua--pre-command-handler): Check CUA property.
32204 (cua--init-keymaps): Don't remap undo commands.
32205 (cua-mode): Don't call cua--rectangle-on-off.
32206
32207 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32208 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32209 (cua--rect-undo-set-point): New var.
32210 (cua--rectangle-undo-boundary): Setup undo apply entry.
32211 (cua--rect-undo-handler): New function for rectangle undo.
32212 (cua--rect-start-position, cua--rect-end-position): Add.
32213 (cua--rectangle-post-command): Call cua--rectangle-set-corners
32214 for restored rectangle. Set point if cua--rect-undo-set-point.
32215
322162005-02-06 Jay Belanger <belanger@truman.edu>
32217
32218 * calc/calc-lang.el (calc-tex-language): Display more information
32219 in messages.
32220
32221 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32222 in TeX mode.
32223
322242005-02-06 Richard M. Stallman <rms@gnu.org>
32225
32226 * emacs-lisp/lisp.el (buffer-end): Doc fix.
32227
4fc9bd56 322282005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6fee106e
KS
32229
32230 * net/ldap.el (ldap-search-internal): Support attributes with
32231 optional descriptions separated by a semi-colon, as in
32232 "userCertificate;binary".
32233
322342005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32235
32236 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32237 isn't a cons (i.e. the version is 0).
32238
322392005-02-05 Eli Zaretskii <eliz@gnu.org>
32240
32241 * help.el (help-for-help): Doc fix.
32242
322432005-02-05 Nick Roberts <nickrob@snap.net.nz>
32244
32245 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
32246 GDB-Windows on the menu-bar as this works better.
32247
322482005-02-04 Jay Belanger <belanger@truman.edu>
32249
32250 * calc/calc-embed.el (calc-embedded-update): Don't put in
32251 unnecessary newlines. Adjust the end of formula marker.
32252
32253 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32254 (math-latex-parse-two-args): New function.
32255
322562005-02-03 Lute Kamstra <lute@gnu.org>
32257
32258 * help-fns.el (help-with-tutorial): Make sure that users cannot
32259 remove the entire text of the tutorial by means of `undo'.
32260
322612005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
32262
32263 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32264 in recent changes, where the ispell process was repeatedly
32265 killed & restarted.
32266
32267 * international/mule-cmds.el (set-locale-environment): Set file-name
32268 coding system to utf-8 on Darwin systems.
32269 (set-default-coding-systems): Don't set default-file-name-coding-system
32270 on Darwin systems.
32271
322722005-02-03 Richard M. Stallman <rms@gnu.org>
32273
32274 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32275
322762005-02-03 Matt Hodges <MPHodges@member.fsf.org>
32277
32278 * faces.el (list-faces-display): Add optional argument.
32279
322802005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
32281
32282 * font-core.el (font-lock-default-function): Handle the rare case where
32283 only font-lock-keywords is set.
32284
322852005-02-02 Kenichi Handa <handa@m17n.org>
32286
32287 * international/characters.el: Cancel previous change for
32288 I-WITH-DOT-ABOVE and DOTLESS-i.
32289
32290 * international/latin-5.el: Cancel previous change.
32291
322922005-02-02 Nick Roberts <nickrob@snap.net.nz>
32293
32294 * progmodes/gud.el: Correction to syntax in gud-menu-map.
32295
322962005-02-02 Kenichi Handa <handa@m17n.org>
32297
32298 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32299 DOTLESS-i.
32300
32301 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32302 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32303
32304 * case-table.el (get-upcase-table): New function.
32305 (copy-case-table): Copy upcaes table too if non-nil.
32306 (set-case-syntax-delims): Maintain upcase table too.
32307 (set-case-syntax-pair): Likewise.
32308 (set-upcase-syntax, set-downcase-syntax): New functions.
32309 (set-case-syntax): Maintain upcase table too.
32310
323112005-02-02 Nick Roberts <nickrob@snap.net.nz>
32312
32313 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32314
32315 * progmodes/gud.el (gud-goto-info): New function.
32316 (gud-tool-bar-map): Use correct icon.
32317
323182005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32319
32320 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32321 When delegating, order args in the funcall correctly.
32322
323232005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32324
32325 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32326
323272005-02-01 Carsten Dominik <dominik@science.uva.nl>
32328
32329 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32330 buffer not visiting a file.
32331
323322005-01-31 Jay Belanger <belanger@truman.edu>
32333
32334 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32335 bound on the line with the formula.
32336
323372005-01-31 Kim F. Storm <storm@cua.dk>
32338
32339 * ses.el (ses-create-cell-variable-range)
32340 (ses-destroy-cell-variable-range, ses-reset-header-string)
32341 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32342 (ses-insert-row): Fix format of apply undo entries.
32343
323442005-01-31 Jay Belanger <belanger@truman.edu>
32345
32346 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32347 parts.
32348
32349 * calc/calc-embed.el (calc-embedded-open-formula)
32350 (calc-embedded-close-formula): Ignore matrix environments.
32351
32352 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32353 TeX mode.
32354
32355 * calc/calc-lang.el (math-function-table, math-oper-table)
32356 (math-variable-table): Adjust the LaTeX portions.
32357
32358 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32359 (math-latex-ignore-words): New constant.
32360
323612005-01-31 Richard M. Stallman <rms@gnu.org>
32362
32363 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32364 (ispell-local-dictionary): Doc fix.
32365 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32366 Don't reinitialize at run time. Don't defcustom.
32367 All uses changed to append ispell-local-dictionary-alist,
32368 or check it first.
32369 (ispell-current-dictionary): New variable for dictionary in use.
32370 (ispell-dictionary): Now used only for global default.
32371 (ispell-start-process): Set ispell-current-dictionary,
32372 not ispell-dictionary.
32373 (ispell-change-dictionary): Use this only for setting
32374 user preferences.
32375 (ispell-internal-change-dictionary): New function
32376 to change the current dictionary in use.
32377 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32378 Use ispell-current-dictionary.
32379 Handle ispell-local-dictionary-overridden.
32380 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32381
323822005-01-31 Jay Belanger <belanger@truman.edu>
32383
32384 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32385
32386 * calc/calc-ext.el: Add calc-latex-language to autoloads.
32387 (calc-mode-map): Add calc-latex-language.
32388
32389 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32390 (math-latex-print-frac): New functions.
32391 (math-oper-table, math-function-table, math-variable-table)
32392 (math-complex-format, math-input-filter): Add latex properties.
32393 (calc-set-language): Set math-expr-special-function-mapping.
32394
32395 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32396 (calc-write-parse-table-part): Add LaTeX support.
32397
32398 * calc/calc.el (calc-language): Adjust docstring.
32399 (calc-set-mode-line): Add LaTeX support.
32400 (math-expr-special-function-mapping): New variable.
32401 (math-tex-ignore-words): Add to list.
32402
32403 * calc/calccomp.el (math-compose-expr, math-compose-rows):
32404 Add LaTeX support.
32405 (math-compose-expr): Add support for special functions.
32406
32407 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32408
324092005-01-31 Nick Roberts <nickrob@snap.net.nz>
32410
32411 * progmodes/gdb-ui.el (gdb-memory-address)
32412 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32413 (gdb-memory-mode-map, gdb-memory-format-keymap)
32414 (gdb-memory-format-menu, gdb-memory-unit-keymap)
32415 (gdb-memory-unit-menu): New variables for a buffer
32416 that lets the user examine program memory.
32417 (gdb-memory-set-address, gdb-memory-set-repeat-count)
32418 (gdb-memory-format-binary, gdb-memory-format-octal)
32419 (gdb-memory-format-unsigned, gdb-memory-format-signed)
32420 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32421 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32422 (gdb-memory-unit-word, gdb-memory-unit-halfword)
32423 (gdb-memory-unit-byte, gdb-memory-unit-menu)
32424 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32425 (gdb-memory-mode, gdb-memory-buffer-name)
32426 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32427 New functions for above buffer.
32428
324292005-01-30 Richard M. Stallman <rms@gnu.org>
32430
32431 * cus-edit.el (custom-bury-buffer): Function deleted.
32432 (custom-buffer-done-function): Option deleted.
32433 (custom-buffer-done-kill): New replacement option.
32434 (Custom-buffer-done): Call quit-window.
32435 (custom-buffer-create-internal): Update for above changes.
32436
324372005-01-29 Luc Teirlinck <teirllm@auburn.edu>
32438
32439 * simple.el (undo-ask-before-discard): New var.
32440 (undo-outer-limit-truncate): Implement it.
32441 (undo-extra-outer-limit): Doc update.
32442
324432005-01-29 Richard M. Stallman <rms@gnu.org>
32444
32445 * ses.el (undo-more): Delete defadvice.
32446 (ses-begin-change): Doc fix.
32447
32448 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32449 instead of rebinding C-x u and C-_.
32450
32451 * files.el (normal-backup-enable-predicate): Return nil for files
32452 in /tmp, regardless of temporary-file-directory.
32453
32454 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32455
32456 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32457 (open-rectangle, delete-whitespace-rectangle-line)
32458 (clear-rectangle-line): If FILL, pass t instead of FILL
32459 for move-to-column's 2nd arg.
32460
32461 * simple.el (undo): Fix the test for continuing a series of undos.
32462 (undo-more): Set pending-undo-list to t when we reach end.
32463 (pending-undo-list): Move up defvar.
32464
32465 * wid-edit.el (widget-button-click):
32466 Shorten the range of the track-mouse binding.
32467
32468 * comint.el (comint-insert-input): Undo previous changes;
32469 use last-input-event in interactive spec.
32470
324712005-01-29 Eli Zaretskii <eliz@gnu.org>
32472
32473 * progmodes/compile.el (compilation-start): Bind buffer-read-only
32474 to nil before invoking call-process. Reset buffer's modified flag
32475 after fontifying it in the no-async branch.
32476
32477 * wid-edit.el (widget-specify-button): If mouse pointer shape
32478 cannot be changed, use mouse face instead.
32479
324802005-01-29 Nick Roberts <nickrob@snap.net.nz>
32481
32482 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32483 (gdb-goto-breakpoint): Make breakpoint handling work on template
40dfee6f 32484 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
6fee106e
KS
32485 (gdb-assembler-custom): Update to recognize breakpoint information
32486 added on 2005-01-19.
32487
324882005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
32489
32490 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32491 (dsssl-mode): Use define-derived-mode.
32492 (scheme-mode-initialize): Remove.
32493 (scheme-mode): Use run-mode-hooks.
32494
32495 * cus-edit.el (customize-group-other-window)
32496 (custom-buffer-create-other-window): Don't override special-display-*.
32497 (custom-mode-map): Make it dense.
32498
32499 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32500 sets the default value.
32501
325022005-01-28 Eli Zaretskii <eliz@gnu.org>
32503
32504 * descr-text.el: Add more keywords.
32505
325062005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
32507
32508 * speedbar.el: Avoid unnecessary use of locate-library.
32509
32510 * international/mule-cmds.el (standard-display-european-internal):
32511 Don't fiddle with latin-1 non-break space any more since it's now
32512 special cased in the C code.
32513 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32514
325152005-01-26 Luc Teirlinck <teirllm@auburn.edu>
32516
32517 * cus-start.el (all): Add `undo-outer-limit'.
32518
325192005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32520
32521 * textmodes/bibtex.el (bibtex-format-entry):
32522 Use `bibtex-empty-field-re' only on the text of fields, not on entire
32523 field lines.
32524 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32525 not on part of a buffer.
32526
325272005-01-25 Lute Kamstra <lute@gnu.org>
32528
32529 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32530 nonempty field text strings like "{letters\\macro{}more letters}".
32531 Clarify docstring.
32532 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32533 (bibtex-entry-offset, bibtex-parse-association)
32534 (bibtex-parse-field-name): Fix typos in docstrings.
32535 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32536
325372005-01-24 Carsten Dominik <dominik@science.uva.nl>
32538
32539 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32540 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32541 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32542 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32543
32544 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32545 isearch minor mode.
32546
325472005-01-24 Luc Teirlinck <teirllm@auburn.edu>
32548
32549 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32550
325512005-01-24 Lute Kamstra <lute@gnu.org>
32552
32553 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32554 CASECHARS and NOT-CASECHARS regular expressions of the
32555 "nederlands" and "nederlands8" dictionaries to prevent a "Range
32556 striding over charsets" error.
32557
325582005-01-24 Jay Belanger <belanger@truman.edu>
32559
32560 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32561 display variable name.
32562
325632005-01-24 Kenichi Handa <handa@m17n.org>
32564
32565 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32566 Fix setting of the element of encoded-kbd-iso2022-invocations.
32567
325682005-01-24 Nick Roberts <nickrob@snap.net.nz>
32569
32570 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32571 (gdb-threads-select): Change to also accept mouse events.
32572 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32573 (gdb-threads-mouse-select): Delete.
32574
325752005-01-23 Luc Teirlinck <teirllm@auburn.edu>
32576
32577 * files.el (insert-directory): Take care of empty directory,
32578 listed without -a switch.
32579
325802005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
32581
32582 * textmodes/refill.el (refill-post-command-function):
32583 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32584 to the list of functions that we should be careful not to undo.
32585 (refill-late-fill-paragraph-function): Remove.
32586 (refill-saved-state): New var.
32587 (refill-mode): Use it to save fill-paragraph-function.
32588 Save also the value of auto-fill-function.
32589
32590 * term/w32-win.el: Simplify code.
32591
325922005-01-23 Kim F. Storm <storm@cua.dk>
32593
32594 * simple.el (line-move): Adapt to new return value from
32595 pos-visible-in-window-p.
32596
32597 * simple.el (line-move): Fix last change. Check partial
32598 visibility at point rather than at window-start.
32599
326002005-01-22 Jason Rumney <jasonr@gnu.org>
32601
32602 * term/w32-win.el (xw-defined-colors): Remove debug-message.
32603
326042005-01-22 David Kastrup <dak@gnu.org>
32605
32606 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32607
326082005-01-22 Eli Zaretskii <eliz@gnu.org>
32609
32610 * type-break.el (type-break-mode): Add a test for
32611 type-break-file-name being non-nil.
32612
326132005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
32614
32615 * net/eudc.el (top level): Call (message "") via progn, so that
32616 eudc-options-file is loaded.
32617
326182005-01-22 Kim F. Storm <storm@cua.dk>
32619
32620 * simple.el (line-move-1): Rename from line-move.
32621 (line-move): New function that adjusts vscroll for partially
32622 visible rows, and calls line-move-1 otherwise.
32623
326242005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
32625
32626 * pcomplete.el: Define pcomplete-read-event instead of read-event,
32627 since it's not a complete read-event implementation
32628
326292005-01-20 Jay Belanger <belanger@truman.edu>
32630
32631 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32632 for called function.
32633
326342005-01-20 Steven Tamm <steventamm@mac.com>
32635
32636 * term/mac-win.el (process-connection-type): Remove.
32637 Controlled now by s/darwin.h:PTY_ITERATION.
32638
326392005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
32640
32641 * window.el (handle-select-window): Don't switch window when we're
32642 in the minibuffer.
32643
326442005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
32645
32646 * subr.el (dotimes-with-progress-reporter): New macro.
32647
32648 * ses.el (ses-dotimes-msg): Remove macro.
32649 Use `dotimes-with-progress-reporter' instead.
32650
326512005-01-19 Steven Tamm <steventamm@mac.com>
32652
32653 * term/mac-win.el (process-connection-type): Use new
32654 operating-system-release variable to use ptys on Darwin 7 (OS X
32655 10.3) when using carbon build.
32656
326572005-01-19 Jay Belanger <belanger@truman.edu>
32658
32659 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32660 flags if the last command was a tab or M-tab.
32661
32662 * calc/calc-prog.el (calc-user-define-edit): Put original formula
32663 in formula editing buffer.
32664
326652005-01-19 Nick Roberts <nickrob@snap.net.nz>
32666
32667 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32668 breakpoint image symbol in margin.
32669
326702005-01-19 Jay Belanger <belanger@truman.edu>
32671
32672 * calc/calc-prog.el (calc-execute-kbd-macro):
32673 Ignore calc-keep-arg-flag.
32674
326752005-01-19 Kenichi Handa <handa@m17n.org>
32676
32677 * textmodes/ispell.el (ispell-looking-at): New function.
32678 (ispell-process-line): Use ispell-looking-at to compare the ispell
32679 output and the buffer contents.
32680
326812005-01-18 Jay Belanger <belanger@truman.edu>
32682
32683 * calc/calc.el (calc-display-raw): Fix docstring.
32684
326852005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
32686
32687 * simple.el (blink-matching-open): Strip extra info from syntax.
32688
32689 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32690 funny chars in the end-of-here-doc marker.
32691
326922005-01-19 Nick Roberts <nickrob@snap.net.nz>
32693
32694 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32695 that enable/disabled state of breakpoints is shown correctly in
32696 fringe and on ttys.
32697 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32698 Add breakpoint information as text properties.
32699 (gdb-mouse-toggle-breakpoint):
32700 Rename to gdb-mouse-set-clear-breakpoint.
32701 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
32702 breakpoints in the margin.
32703 (gdb-remove-strings): Simplify.
32704
327052005-01-17 Jay Belanger <belanger@truman.edu>
32706
32707 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32708 erasing buffer.
32709
327102005-01-17 Richard M. Stallman <rms@gnu.org>
32711
32712 * progmodes/grep.el (grep-find): Copy from `grep' the condition
32713 for calling grep-compute-defaults.
32714
32715 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32716 if buffer is empty.
32717
32718 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32719
327202005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
32721
32722 * hilit-chg.el (highlight-changes-mode): Don't autoload.
32723
32724 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32725 non-preloaded variables.
32726
327272005-01-17 Steven Tamm <steventamm@mac.com>
32728
32729 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32730 tex-shell cause to force interactivity when using pipes.
32731
327322005-01-17 Kim F. Storm <storm@cua.dk>
32733
32734 * simple.el (just-one-space): Make arg optional.
32735
327362005-01-17 Nick Roberts <nickrob@snap.net.nz>
32737
32738 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32739 posn-at-x-y to t to access left-margin.
32740
327412005-01-16 Michael Albinus <michael.albinus@gmx.de>
32742
32743 Sync with Tramp 2.0.47.
32744
32745 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32746 catching keep-date problems in cp/scp operations.
32747 (tramp-handle-copy-file): Don't call `set-file-modes'
32748 unconditionally. Specialized functions should know better what is
32749 necessary. This improves performance a little bit, and the
32750 functions could catch errors with `cp -p' and `scp -p'.
32751 (tramp-do-copy-or-rename-file-via-buffer)
32752 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32753 when appropriate.
32754 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32755 Call `set-file-modes' when appropriate.
32756 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
40dfee6f 32757 Johnsson <isak@hypergene.com>.
6fee106e
KS
32758 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32759 of both Tramp buffer and debug buffer. Reported by Joakim Verona
40dfee6f 32760 <joakim@verona.se>.
6fee106e
KS
32761 (tramp-file-name-for-operation): Mark `shell-command' as magic for
32762 Emacs only.
32763
32764 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
32765 `find-file-hooks' and `dired-mode-hook'.
32766 (tramp-minor-mode-map): Respective map. Add remapping for
32767 `compile' and `recompile'.
32768 (tramp-remap-command, tramp-recompile): New defuns.
32769 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32770 in buffer "*Compilation*". Call the commands asynchronously.
32771
32772 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32773 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32774 `shell-command', because it isn't magic in XEmacs. Reported by
32775 Adrian Aichner <adrian@xemacs.org>.
32776
32777 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32778 `substitute-in-file-name.
32779 (tramp-smb-handle-substitute-in-file-name): New defun.
32780 (tramp-smb-advice-PC-do-completion): Delete advice.
32781
327822005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
32783
32784 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32785 Fix error in deleting region.
32786
327872005-01-15 Richard M. Stallman <rms@gnu.org>
32788
32789 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32790 In non-temp buffer, switch syntax table temporarily.
32791
32792 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32793
32794 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32795
32796 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32797
32798 * imenu.el (imenu--split-menu): Copy menulist before sorting.
32799 (imenu--generic-function): Use START, not BEG, as pos of definition.
32800
32801 * simple.el (just-one-space): Argument specifies number of spaces.
32802
32803 * simple.el (eval-expression-print-format): Avoid warning
32804 about edebug-active.
32805
40dfee6f 328062005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
6fee106e
KS
32807
32808 * progmodes/sh-script.el: Code copied from make-mode.el
32809 with small changes,
32810 (sh-mode-map): Bind C-c C-\.
32811 (sh-backslash-column, sh-backslash-align): New variables.
32812 (sh-backslash-region, sh-append-backslash): New functions.
32813
328142005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
32815
32816 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32817 (rmail-pop-password, rmail-pop-password-required): Move to
32818 rmail-obsolete group.
32819 (rmail-set-pop-password): Rename to rmail-set-remote-password.
32820 All callers updated.
32821 (rmail-get-pop-password): Rename to rmail-get-remote-password.
32822 Take an argument specifying whether it is POP or IMAP mailbox we
32823 are using. All callers updated.
32824 (rmail-pop-password-error): Rename to
32825 rmail-remote-password-error. Added mailutils-specific error message.
32826 (rmail-movemail-search-path)
32827 (rmail-movemail-variant-in-use): New variables.
32828 (rmail-remote-password, rmail-remote-password-required):
32829 New customization variables.
32830 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32831 (rmail-parse-url): New function.
32832 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32833 with GNU mailutils movemail.
32834
328352005-01-15 Kevin Ryde <user42@zip.com.au>
32836
32837 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32838 suffix to space, $ or '$, to correctly position point when going
32839 to @table style constants like DBL_MAX.
32840
328412005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
32842
32843 * type-break.el (type-break-mode, type-break-file-time)
32844 (type-break-file-keystroke-count, type-break-choose-file):
32845 Don't store data in or load data from the file if type-break-file-name
32846 is nil.
32847 (type-break-file-name): Doc update as per the above.
32848
328492005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
32850
32851 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32852 lookup-key might return nil; handle that.
32853
328542005-01-15 Alan Mackenzie <acm@muc.de>
32855
32856 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
32857 rather than the element found, thus enabling the tree to be setcar'd.
32858
328592005-01-14 Carsten Dominik <dominik@science.uva.nl>
32860
32861 * textmodes/org.el (org-show-following-heading): New option.
32862 (org-show-hierarchy-above): Use `org-show-following-heading'.
32863 (org-cycle): Documentation fix.
32864
32865 * textmodes/org.el (orgtbl-optimized): New option
32866 (orgtbl-mode): New command, a minor mode.
32867 (orgtbl-mode-map): New variable.
32868 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
32869 (orgtbl-error, orgtbl-self-insert-command)
32870 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
32871
32872 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
32873 a local variable in each org-mode buffer.
32874
32875 * textmodes/org.el (org-set-regexps-and-options): Rename from
32876 `org-set-regexps'. Added checking for STARTUP keyword.
32877 (org-get-current-options): Add STARTUP options.
32878 (org-table-insert-row): Make mode intelligent about when
32879 realignment is needed.
32880 (org-self-insert-command, org-delete-backward-char, org-delete-char):
32881 New commands.
32882 (org-enable-table-editor): New default value `optimized'.
32883 (org-table-blank-field): Support blanking regions if active.
32884
328852005-01-14 Carsten Dominik <dominik@science.uva.nl>
32886
32887 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
32888 if the year is not given.
32889
32890 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
32891 Add new escapes %m and %M, fixed bug with %F by adding
32892 save-match-data.
32893 (reftex-reference): Remove ?. from list of spaces.
32894 (reftex-label-info): Add automatic label prefix recognition.
32895
32896 * textmodes/reftex-index.el (reftex-index-next-phrase):
32897 Add slave parameter to call of `reftex-index-this-phrase'.
32898 (reftex-index-this-phrase): New optional argument.
32899 (reftex-index-region-phrases): Add slave parameter to call of
32900 `reftex-index-this-phrase'.
32901 (reftex-display-index): New argument redo.
32902 (reftex-index-rescan): Add `redo' to arguments of
32903 `reftex-display-index'.
32904 (reftex-index-Rescan, reftex-index-revert)
32905 (reftex-index-switch-index-tag): Add `redo' to arguments of
32906 `reftex-display-index'.
32907 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
32908 indexing. Fix bug with matching is there is a quote before or
32909 after the word.
32910
32911 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
32912 Fix bug when collecting citation keys in lines with comments.
32913 (reftex-citation): Prefix argument no longer rescans the document,
32914 but forces prompting for optional arguments of cite macros.
32915 (reftex-do-citation): Prompting for optional arguments implemented.
32916
32917 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32918 Add optional arguments to most cite commands.
32919 (reftex-cite-cleanup-optional-args): New option
32920 (reftex-cite-prompt-optional-args): New option.
32921 (reftex-trust-label-prefix): New option.
32922
32923 * textmodes/reftex-toc.el (reftex-toc-find-section):
32924 Add push-mark before changing the position in the buffer.
32925
32926 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
32927 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
32928
329292005-01-14 Nick Roberts <nickrob@snap.net.nz>
32930
32931 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
32932 more carefully.
32933
329342005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
32935
32936 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
32937 (sgml-mode): Use it.
32938 (sgml-get-context): Better keep track of implicitly closed tags.
32939
329402005-01-13 Kenichi Handa <handa@m17n.org>
32941
32942 * textmodes/ispell.el: These changes are to fix misalignment error
32943 caused by equivalent characters of different Emacs charsets.
32944 (ispell-unified-chars-table): New variable.
32945 (ispell-get-decoded-string): New function.
32946 (ispell-get-casechars, ispell-get-not-casechars)
32947 (ispell-get-otherchars): Call ispell-get-decoded-string.
32948
329492005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
32950
32951 * custom.el (custom-declare-variable): Just put symbol instead
32952 of (defvar . symbol) in `current-load-list'.
32953
329542005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
32955
32956 * emacs-lisp/elint.el: Fixed typo in Commentary section.
32957
329582005-01-12 Jay Belanger <belanger@truman.edu>
32959
32960 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
32961 to create a Calc summary.
32962
329632005-01-12 Kim F. Storm <storm@cua.dk>
32964
32965 * mouse.el (mouse-on-link-p): Change functionality and doc
32966 string to comply with latest description in lisp ref.
32967
329682005-01-12 Nick Roberts <nickrob@snap.net.nz>
32969
32970 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
32971 Enable mouse clicks on mode-line, header-line and margin.
32972 (event-type): Give mouse event symbols an `event-kind' property
32973 with value `mouse-click'.
32974
329752005-01-12 Juri Linkov <juri@jurta.org>
32976
32977 * facemenu.el (list-colors-display): Add new arg buffer-name.
32978 Use it. Fix docstring. Replace code for identifying duplicate
32979 colors by the name with call to `list-colors-duplicates' which
32980 identifies duplicate colors by the value unless the color
32981 is one of special Windows colors. Set truncate-lines to t.
32982 Print sorted duplicate color names on each line. Indent to 22
32983 \(the longest color name in rgb.txt) instead of 20. Optimize.
32984 (list-colors-duplicates): New function.
32985 (facemenu-color-name-equal): Delete function.
32986
32987 * facemenu.el (list-colors-print): New function created from code
32988 in list-colors-display. Print #RRGGBB at the window right edge.
32989 (list-colors-display): When temp-buffer-show-function is not
32990 defined, call list-colors-print from temp-buffer-show-hook
32991 to get the right value of window-width in list-colors-print
32992 after the buffer is displayed.
32993
32994 * simple.el (pop-mark): Move deactivate-mark out of conditional
32995 part to deactivate the active mark regardless of the state of the
32996 mark ring.
32997
32998 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
32999 variables line in desktop files.
33000
330012005-01-12 Juri Linkov <juri@jurta.org>
33002
33003 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
33004 Bring together isearch highlight related options.
33005 (lazy-highlight): Replace group `replace' by `matching'.
33006 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33007 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33008 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
33009 and declare them obsolete.
33010 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
33011 (isearch-faces): Remove defgroup.
33012 (isearch-overlay, isearch-highlight, isearch-dehighlight):
33013 Move isearch highlighting code closer to lazy highlighting code.
33014
33015 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
33016 (query-replace-highlight, query-replace-lazy-highlight)
33017 (query-replace): Move definitions to the beginning of the file.
33018
330192005-01-11 Juri Linkov <juri@jurta.org>
33020
33021 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
33022 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
33023 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
33024
33025 * info.el (Info-history-forward): New variable.
33026 (Info-select-node): Reset Info-history-forward to nil.
33027 (Info-last): Turn into defalias.
33028 (Info-history-back): Rename from Info-last.
33029 Add current node to Info-history-forward.
33030 (Info-history-forward): New fun.
33031 (Info-mode-map): Replace Info-last by Info-history-back.
33032 Bind Info-history-forward to "r".
33033 (Info-mode-menu): Replace Info-last by Info-history-back.
33034 Fix menu item text. Add menu item for Info-history-forward.
33035 (info-tool-bar-map): Replace Info-last by Info-history-back.
33036 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
33037 for Info-history-forward.
33038 (Info-mode): Replace Info-last by Info-history-back in docstring.
33039 Add local variable Info-history-forward.
33040 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
33041
330422005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
33043
33044 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
33045 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
33046 Ignore select-window events rather than fiddle with
33047 mouse-autoselect-window.
33048
330492005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
33050
33051 * type-break.el (type-break-mode): Fix previous change.
33052
330532005-01-10 Jay Belanger <belanger@truman.edu>
33054
33055 * calc/calc-ext.el (calc-reset): Reset when inside embedded
33056 calculator; only reset when point is inside a calculator.
33057 Don't adjust the window height if the window takes up the whole height
33058 of the frame.
33059
330602005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
33061
33062 * ebuff-menu.el (Electric-buffer-menu-mode):
33063 Preserve value of buffer-local var header-line-format.
33064
330652005-01-09 Jay Belanger <belanger@truman.edu>
33066
33067 * calc/calc.el (calc-mode-var-list-restore-saved-values):
33068 Make sure settings file exists before accessing it.
33069
33070 * calc/calc-embed.el (calc-embedded-subst):
33071 Replace math-multi-subst-rec, which is only supposed to be called
33072 by math-multi-subst, by math-multi-subst.
33073
330742005-01-09 Andre Spiegel <spiegel@gnu.org>
33075
33076 * vc.el (vc-allow-async-revert): New user option.
33077 (vc-disable-async-diff): New internal variable.
33078 (vc-revert-buffer): Use them to disable asynchronous diff.
33079
33080 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33081 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33082 asynchronously if vc-disable-async-diff is t.
33083
330842005-01-09 Jay Belanger <belanger@truman.edu>
33085
33086 * calc/calc.el (defcalcmodevar): New macro.
33087 (calc-mode-var-list-restore-default-values)
33088 (calc-mode-var-list-restore-saved-values): New functions.
33089 (calc-mode-var-list): Use defcalcmodevar to define it.
33090 (calc-always-load-extensions, calc-line-numbering)
33091 (calc-line-breaking, calc-display-just, calc-display-origin)
33092 (calc-number-radix, calc-leading-zeros, calc-group-digits)
33093 (calc-group-char, calc-point-char, calc-frac-format)
33094 (calc-prefer-frac, calc-hms-format, calc-date-format)
33095 (calc-float-format, calc-full-float-format, calc-complex-format)
33096 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33097 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33098 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33099 (calc-matrix-brackets, calc-language, calc-language-option)
33100 (calc-left-label, calc-right-label, calc-word-size)
33101 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33102 (calc-display-raw, calc-internal-prec, calc-angle-mode)
33103 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33104 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33105 (calc-window-height, calc-display-trail, calc-show-selections)
33106 (calc-use-selections, calc-assoc-selections)
33107 (calc-display-working-message, calc-auto-why, calc-timing)
33108 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33109 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33110 (calc-gnuplot-default-device, calc-gnuplot-default-output)
33111 (calc-gnuplot-print-device, calc-gnuplot-print-output)
33112 (calc-gnuplot-geometry, calc-graph-default-resolution)
33113 (calc-graph-default-resolution-3d, calc-invocation-macro)
33114 (calc-show-banner): Use defcalcmodevar to declare them and set
33115 their default values.
33116
33117 * calc/calc-ext.el (calc-reset): Restore saved values of variables
33118 instead of default values (but restore default values if there is
33119 an argument of 0).
33120
331212005-01-09 David Kastrup <dak@gnu.org>
33122
33123 * desktop.el (desktop-restore-eager): Fix typo in type.
33124
331252005-01-08 Richard M. Stallman <rms@gnu.org>
33126
33127 * cus-edit.el (customize): Delete :link.
33128
331292005-01-08 Jay Belanger <belanger@truman.edu>
33130
33131 * calc/calc.el (calc-mode): Remove the extension from the
33132 `calc-settings-file' file name when loading it.
33133
331342005-01-08 Kim F. Storm <storm@cua.dk>
33135
33136 * info.el (Info-mode-map, Info-next-link-keymap)
33137 (Info-prev-link-keymap, Info-up-link-keymap):
33138 Map follow-link to mouse-face.
33139 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33140
331412005-01-08 Jay Belanger <belanger@truman.edu>
33142
33143 * calc/calc.el (calc-settings-file): Change default value.
33144 Suggested by cgw in a comment in calc-mode.el.
33145
33146 * calc/calc-mode.el (calc-settings-file-name):
33147 Compare calc-settings-file to user-init-file instead of ~/.emacs.
33148 Replace ~/.emacs in a prompt by calc-settings-file.
33149
331502005-01-07 Lars Hansen <larsh@math.ku.dk>
33151
33152 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33153 (desktop-lazy-idle-delay): New customizable variables.
33154 (desktop-buffer-args-list): New variable.
33155 (desktop-append-buffer-args): New function.
33156 (desktop-save): Call desktop-append-buffer-args for some buffers.
33157 (desktop-lazy-create-buffer): New function.
33158 (desktop-idle-create-buffers): New function.
33159 (desktop-read): Add message about buffers to restore lazily.
33160 (desktop-lazy-abort): New command.
33161 (desktop-clear): Call desktop-lazy-abort.
33162 (desktop-lazy-complete): New command.
33163
331642005-01-06 Richard M. Stallman <rms@gnu.org>
33165
33166 * emacs-lisp/find-func.el (find-face-definition):
33167 Rename from find-face.
33168
331692005-01-06 Kim F. Storm <storm@cua.dk>
33170
33171 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33172
33173 * man.el (Man-xref-man-page, Man-xref-header-file)
33174 (Man-xref-normal-file): Add follow-link property.
33175
331762005-01-06 Jay Belanger <belanger@truman.edu>
33177
33178 * calc/calc-units.el: Make sure the proper macro definitions are
33179 available when compiling.
33180
331812005-01-06 Juri Linkov <juri@jurta.org>
33182
33183 * isearch.el (isearch-lazy-highlight-update):
33184 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33185
331862005-01-06 Miles Bader <miles@gnu.org>
33187
33188 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33189 (isearch-lazy-highlight-face): Use new name.
33190
331912005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
33192
33193 * uniquify.el (uniquify-rationalize-file-buffer-names):
33194 Re-add an interactive spec.
33195 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33196 to the same name.
33197
33198 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33199 (isearch-update, isearch-done): Adjust calls accordingly.
33200
332012005-01-05 Richard M. Stallman <rms@gnu.org>
33202
33203 * custom.el (custom-set-variables, custom-theme-set-variables):
33204 Clarify documentation.
33205
33206 * emacs-lisp/find-func.el (find-variable)
33207 (find-variable-other-window, find-variable-other-frame):
33208 Fix the TYPE args to find-function-read and find-function-do-it.
33209 (find-function): Doc fix.
33210 (find-function-at-point): Replace function-at-point alias.
33211
332122005-01-04 Richard M. Stallman <rms@gnu.org>
33213
33214 * cus-face.el (custom-declare-face):
33215 Record defface in current-load-list.
33216
33217 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33218
33219 * emacs-lisp/find-func.el: Doc fixes.
33220 (find-face-regexp): New variable.
33221 (find-function-regexp-alist): New variable.
33222 (find-function-C-source): Third arg is now TYPE.
33223 (find-function-search-for-symbol): Handle general TYPE.
33224 (find-function-read, find-function-do-it): Handle general TYPE.
33225 (find-definition-noselect, find-face): New functions.
33226 (function-at-point): Alias deleted.
33227
332282005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
33229
33230 * battery.el (display-battery-mode): Rename from display-battery.
33231 Handle the case where it gets turned off.
33232
332332005-01-04 Richard M. Stallman <rms@gnu.org>
33234
33235 * cus-edit.el (customize): Make :link point to user doc.
33236
33237 * man.el (Man-fontify-manpage): Turn off undo generation.
33238
33239 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33240
332412005-01-04 Andreas Schwab <schwab@suse.de>
33242
33243 * files.el (insert-directory): Only look for error lines in
33244 inserted text. Don't move too far after processing --dired markers.
33245
332462005-01-04 Richard M. Stallman <rms@gnu.org>
33247
33248 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33249 Don't expand if the character is @, period, dash, etc.
33250 (define-mail-abbrev): Quote names that contain problem characters.
33251
332522005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
33253
33254 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33255
332562005-01-03 Richard M. Stallman <rms@gnu.org>
33257
33258 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33259 (query-replace-highlight, query-replace-lazy-highlight)
33260 (query-replace): Definitions moved up. Doc fix.
33261
332622005-01-03 Richard M. Stallman <rms@gnu.org>
33263
33264 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33265 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33266 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33267 (lazy-highlight-face): Rename from isearch-lazy-...
33268 Change all references to them.
33269
332702005-01-03 Luc Teirlinck <teirllm@auburn.edu>
33271
33272 * cus-edit.el (custom-file): Doc fix for defcustom.
33273 (custom-file): The function no longer sets the variable
33274 `custom-file' to its return value.
33275
33276 * startup.el (command-line): No longer load `custom-file'.
33277
332782005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
33279
33280 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33281
33282 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33283 Don't confuse module-prefixed identifiers for labels.
33284 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33285
332862005-01-02 Richard M. Stallman <rms@gnu.org>
33287
33288 * files.el (basic-save-buffer-1): Fix previous change.
33289
33290 * loadhist.el (file-loadhist-lookup): New function.
33291 (file-provides, file-requires): Use it.
33292
33293 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33294 instead of calculating the right size.
33295
8cedef2e 332962005-01-02 Karl Chen <quarl@cs.berkeley.edu>
6fee106e
KS
33297
33298 * vc-svn.el (vc-svn-diff): Stay local if possible.
33299
333002005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
33301
33302 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33303
33304 * files.el (hack-local-variables): Fix last change.
33305
333062005-01-02 Jay Belanger <belanger@truman.edu>
33307
33308 * calc/calc-yank.el (calc-edit-top): New variable.
33309 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33310 object. Change header properties.
33311 (calc-edit-finish, calc-edit-finish-stack-object)
33312 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33313 edited object.
33314 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33315 for the beginning of the edited object.
33316 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33317 for the beginning of the edited object.
33318 * calc/calc-prog.el (calc-edit-macro-finish-edit)
33319 (calc-finish-formula-edit, calc-macro-repeats)
33320 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33321 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33322 beginning of the edited object.
33323 (calc-user-define-edit): Change the header for editing macros.
33324 Remove unnecessary variable.
33325
333262005-01-01 Jay Belanger <belanger@truman.edu>
33327
33328 * calc/calc-yank.el (calc-edit-mode): Change default header.
33329 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33330 * calc/calc-store.el (calc-edit-variable): Change title to match new
33331 header.
33332 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33333 mode to match new header.
33334 (calc-user-define-edit): Change titles to include names of commands.
33335 (calc-finish-formula-edit): Adjust to handle new header.
33336 (calc-finish-macro-edit): Remove.
33337 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33338 (calc-edit-macro-command, calc-edit-macro-command-type)
33339 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33340 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33341 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33342 (calc-edit-macro-finish-edit): New functions.
33343 (calc-user-define-edit): Use new functions to edit named calc macros.
33344
4fc9bd56 333452005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e
KS
33346
33347 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33348
33349 * ses.el (copy-region-as-kill): Deactivate mark.
33350
333512005-01-01 Richard M. Stallman <rms@gnu.org>
33352
33353 * replace.el (occur-1): If the output buffer is also an input,
33354 don't kill it, rename it.
33355
33356 * faces.el (set-face-background, set-face-foreground): Doc fix.
33357
33358 * cus-face.el (custom-face-attributes): Fix :help-echo strings
33359 for :foreground and :background.
33360
33361 * dired.el (dired-view-command-alist): Variable deleted.
33362 (dired-view-file, dired-mouse-find-file-other-window):
33363 Delete the code to use it.
33364
333652005-01-01 Kim F. Storm <storm@cua.dk>
33366
33367 * image.el (insert-sliced-image): Use t for line-height property.
33368
33369See ChangeLog.11 for earlier changes.
33370
33371;; Local Variables:
33372;; coding: iso-2022-7bit
33462dfa 33373;; add-log-time-zone-rule: t
6fee106e
KS
33374;; End:
33375
d7a0267c 33376 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
5b87ad55
GM
33377
33378 This file is part of GNU Emacs.
33379
33380 GNU Emacs is free software; you can redistribute it and/or modify
33381 it under the terms of the GNU General Public License as published by
33382 the Free Software Foundation; either version 2, or (at your option)
33383 any later version.
33384
33385 GNU Emacs is distributed in the hope that it will be useful,
33386 but WITHOUT ANY WARRANTY; without even the implied warranty of
33387 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33388 GNU General Public License for more details.
33389
33390 You should have received a copy of the GNU General Public License
33391 along with GNU Emacs; see the file COPYING. If not, write to the
33392 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33393 Boston, MA 02110-1301, USA.
6fee106e
KS
33394
33395;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1