(footnote-latin-string): New variable.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
6f2c280e
NR
12007-04-13 Glenn Morris <rgm@gnu.org>
2
3 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
4 inherited keymaps.
5
29779b2d
CY
62007-04-12 Chong Yidong <cyd@stupidchicken.com>
7
8 * outline.el (outline-get-next-sibling): Clarify docstring.
9 (outline-get-last-sibling): Handle case where we are at the first
10 heading. Clarify docstring.
11
ad108e41
NR
122007-04-12 Nick Roberts <nickrob@snap.net.nz>
13
41a023e3 14 * progmodes/gud.el (gud-minor-mode-map): Make go button same
f501a00f
NR
15 length as stop button to lessen flicker.
16 (jdb): Add gud-print.
17 (gud-find-expr): Jdb prints the expression with the value, so
18 don't insert it in the output.
ad108e41 19
eb6526ba
JR
202007-04-11 Jason Rumney <jasonr@gnu.org>
21
22 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
23 case hex. Do not try to decode non-hex letters.
24
03d7faa3
GM
252007-04-11 Markus Triska <markus.triska@gmx.at>
26
27 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
28 (byte-optimize-backward-word): Remove (move to bytecomp.el)
f782c329
CY
29 (byte-optimize-form-code-walker): Evaluate pure function calls if
30 possible.
31 (byte-optimize-all-constp): New function.
03d7faa3
GM
32
33 * emacs-lisp/bytecomp.el (byte-compile-char-before): Improve
34 numeric argument case.
35 (byte-compile-backward-char, byte-compile-backward-word): New
36 functions, performing rewriting previously done in byte-opt.el.
37 Fix their "Fixme" item (restriction to numeric arguments).
38
341c2f07
SM
392007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
40
41 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar with
42 dolist.
43 (after-init-hook): Don't quote lambda.
44 (desktop-first-buffer): Don't wrap it in eval-when-compile.
45 (desktop-internal-v2s): Remove unused var `el'.
46 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
47 desktop-restore-file-buffer.
48 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
49 desktop-create-buffer.
50
d752a9f9
CY
512007-04-10 Chong Yidong <cyd@stupidchicken.com>
52
53 * woman.el (woman-decode-buffer): Postphone macro-set check...
54 (woman-decode-region): ...to here.
55
ae8bf5ab
TTN
562007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
57
58 * startup.el (tty-handle-args): Use %S to log ARGS.
59
17975ebf
GM
602007-04-10 Glenn Morris <rgm@gnu.org>
61
62 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
63 it is obsolete and has no effect.
64
39234e39
GM
65 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
66 byte-compiler.
67
51fc848b
GM
68 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
69 obsolete function make-local-hook.
70
e8dc1f8c
GM
71 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
72 start to quieten byte-compiler.
73
760c1f3c
GM
742007-04-10 Markus Triska <markus.triska@gmx.at>
75
76 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
77 to bytecomp.el as byte-compile-char-before).
341c2f07
SM
78 * emacs-lisp/bytecomp.el (byte-compile-char-before):
79 New function (modified replacement for byte-optimize-char-before in
760c1f3c
GM
80 byte-opt.el).
81
822007-04-09 Alan Mackenzie <acm@muc.de>
ca135559
AM
83
84 * startup.el (inhibit-splash-screen): Emphatically state that it
85 can't be set in site-start.el.
86
11d13e96
MY
872007-04-09 Masatake YAMATO <jet@gyve.org>
88
760c1f3c
GM
89 * progmodes/cc-subword.el (c-capitalize-subword): More closely
90 mimic the behavior of `capitalize-word'. Do not move point with a
91 negative argument. Based on tiny change by Paul Curry.
11d13e96 92
52448cc6 932007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
287787ee 94
52448cc6
JB
95 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
96 Don't move point if ARG is negative.
287787ee 97
1eca8ae6
AM
982007-04-09 Alan Mackenzie <acm@muc.de>
99
100 Changes to make `narrow-to-defun' and `mark-defun' work properly
101 in CC Mode:
52448cc6 102
1eca8ae6
AM
103 * progmodes/cc-defs.el (c-beginning-of-defun-1):
104 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
52448cc6 105 Bind beginning/end-of-defun-function to nil around calls to
1eca8ae6
AM
106 beginning/end-of-defun.
107
52448cc6
JB
108 * progmodes/cc-langs.el (beginning-of-defun-function)
109 (end-of-defun-function): New c-lang-setvar's.
1eca8ae6
AM
110
111 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
112 (setq arg 1))" to enable non-interactive call.
52448cc6 113
146adea3
EZ
1142007-04-09 Eli Zaretskii <eliz@gnu.org>
115
116 * simple.el (set-mark-command): Doc fix.
117
33bcdf3c
NR
1182007-04-09 Nick Roberts <nickrob@snap.net.nz>
119
120 * progmodes/gud.el (gdb): Restore existing session if user
121 tries to start a second one in graphical mode.
122
642fdf3c
KS
1232007-04-08 Martin Rudalics <rudalics@gmx.at>
124
125 * cus-start.el <scroll-preserve-screen-position>: Add choices.
126
52448cc6 1272007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan+news@dd.chalmers.se>
ad9044d3 128
341c2f07
SM
129 * term/xterm.el (terminal-init-xterm): Fix key definitions.
130 Add binding for C-M-SPC.
ad9044d3 131
aa9c7852
RS
1322007-04-08 Richard Stallman <rms@gnu.org>
133
134 * pcomplete.el (pcomplete-read-event): One single definition,
135 and not a defsubst.
136
8300c023
AM
1372007-04-08 Chong Yidong <cyd@stupidchicken.com>
138
139 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
140 byte-compiler warning "value unused".
141
28863a99
AS
1422007-04-08 Andreas Schwab <schwab@suse.de>
143
aa9c7852 144 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
28863a99 145
2f4dfc5c
GM
1462007-04-07 Glenn Morris <rgm@gnu.org>
147
148 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
149 Autoload these functions.
150 (diary-date-forms): Add a custom :set form.
151
152 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
153 before first use.
154 (diary-font-lock-keywords): New function with old code for
155 initialization of variable of same name.
156
52448cc6 1572007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
073ce6e9 158
255b957c
KS
159 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
160 clean-up: only insert space when on identifier, etc.
073ce6e9 161
6ff11588
CY
1622007-04-07 Chong Yidong <cyd@stupidchicken.com>
163
0b3864db
CY
164 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
165
6ff11588
CY
166 * net/tls.el (open-tls-stream): Properly handle case where there
167 is no associated buffer.
168
f11b9106
GM
1692007-04-07 Glenn Morris <rgm@gnu.org>
170
171 * ffap.el (ffap-file-at-point): Lower the priority of the
172 ffap-ftp-sans-slash-regexp check.
173
1bf1feb5
AM
1742007-04-06 Alan Mackenzie <acm@muc.de>
175
176 Fix fontification of labels, and other things with ":".
255b957c 177
1bf1feb5
AM
178 * progmodes/cc-engine.el (c-forward-label): The function now
179 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
180 the former t.
181
182 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
183 new return code from c-forward-label, fontifying tokens properly.
184 Add some general comments throughout the file.
185
e2b4779f
CY
1862007-04-06 Chong Yidong <cyd@stupidchicken.com>
187
ff5e33e7
CY
188 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
189 Revert 2006-01-27 change.
190
a8cf6089
CY
191 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
192
f5029a89
CY
193 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
194
341c2f07
SM
195 * desktop.el (desktop-create-buffer, desktop-save):
196 Revert 2004-11-12 change for lack of copyright papers.
b695d74b 197
f56ea5db
CY
198 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
199 (dired-guess-default): Respect case.
200
dd94f197
CY
201 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
202
255b957c
KS
203 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
204 was originally checked in as byte-optimize-concat on 1997-11-02.
c9904831 205
e2b4779f
CY
206 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
207 1995-05-19 doc changes.
208
384bf310
KS
2092007-04-06 Kim F. Storm <storm@cua.dk>
210
ba8357c8
KS
211 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
212 (unload-feature): Update interactive spec accordingly.
213
384bf310
KS
214 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
215
d4f26f40
JPW
2162007-04-06 John Paul Wallington <jpw@pobox.com>
217
218 * subr.el (with-case-table): Use `make-symbol' to avoid variable
219 capture. Restore the table in the same buffer.
220
221 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
222
c2d489d3
CY
2232007-04-05 Chong Yidong <cyd@stupidchicken.com>
224
255b957c
KS
225 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
226 Print entire form.
c2d489d3 227
3cba7086
NR
2282007-04-05 Nick Roberts <nickrob@snap.net.nz>
229
230 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
231 for low-color displays.
232
4f57f9a3
GM
2332007-04-05 Glenn Morris <rgm@gnu.org>
234
3cba7086
NR
235 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
236 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
255b957c 237 Seed random number generator on loading.
8b9145b6 238
4f57f9a3 239 * emacs-lisp/authors.el (top-level): Provide self.
255b957c 240
4f57f9a3
GM
241 * play/animate.el (top-level): Provide self.
242
b0cce1bd
AM
2432007-04-04 Alan Mackenzie <acm@muc.de>
244
245 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
246 to mention c-syntactic-indentation.
247
b4341566
CY
2482007-04-04 Chong Yidong <cyd@stupidchicken.com>
249
250 * subr.el (with-case-table): New macro.
251
252 * international/mule.el (ascii-case-table): New var.
253
94e63023
CY
254 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
255 downcasing.
256
13cb5829
NR
2572007-04-03 Nick Roberts <nickrob@snap.net.nz>
258
7eb74b2a
NR
259 * progmodes/gud.el (gud-minor-mode-map): Simplify.
260
13cb5829
NR
261 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
262 of the window if we're outside it e.g menu-bar.
263
264 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
265 window if we're outside it e.g menu-bar.
266
06efaba2
EZ
2672007-04-03 Eli Zaretskii <eliz@gnu.org>
268
269 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
270 decode base-64 encoded body if its content-type is something other
271 than text/* or message/*.
272
a24d88b4
JB
2732007-04-03 Juanma Barranquero <lekktu@gmail.com>
274
275 * simple.el (activate-mark-hook): Fix typo in docstring.
276
5de62e25
NR
2772007-04-03 Nick Roberts <nickrob@snap.net.nz>
278
279 * tmm.el (tmm-c-prompt): Initialize.
280 (tmm-menubar): Deal with extended menu-items at top level.
255b957c 281 (tmm-get-keybind): Handle bindings redefined/undefined locally.
a1f02fa1 282 (tmm-prompt): Handle visibility of top level menu-items.
5de62e25
NR
283
284 * progmodes/gud.el (gud-menu-map): Simplify.
285 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
286 menubar.
287
f6c24bc4
CY
2882007-04-02 Chong Yidong <cyd@stupidchicken.com>
289
1bfa6e94
CY
290 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
291
ba830ecb
CY
292 * comint.el (comint-send-input): Widen the buffer first.
293
f6c24bc4
CY
294 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
295
8ae799ba
SM
2962007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
297
298 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
299 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
300
301 * newcomment.el (comment-search-forward): Discard comment starters
302 before point.
303
b831b4b8
CY
3042007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
305
306 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
307
574b081e
CY
3082007-04-01 Chong Yidong <cyd@stupidchicken.com>
309
34f6db45
CY
310 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
311 when downcasing.
312
8ae799ba 313 * button.el (previous-button): Rewrite to account for adjacent buttons.
574b081e 314
569abf86
S
3152007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
316
8ae799ba
SM
317 * progmodes/idlwave.el (idlwave-auto-fill):
318 Revert paragraph-separate change.
d6aac72d 319
8ae799ba
SM
320 * progmodes/idlw-shell.el (idlwave-shell-break-in):
321 Simplify module calc.
569abf86
S
322 (idlwave-shell-set-bp-in-module): Compute module.
323
c5813503
GM
3242007-03-31 Glenn Morris <rgm@gnu.org>
325
192453e4
GM
326 * emacs-lisp/timer.el (run-at-time): Doc fix.
327
c5813503
GM
328 * emacs-lisp/warnings.el (display-warning): If we create the
329 buffer displaying the warning, disable undo there.
330
69cee873
MA
3312007-03-31 Michael Albinus <michael.albinus@gmx.de>
332
333 * net/tramp.el (tramp-register-file-name-handler)
334 (tramp-register-completion-file-name-handler): New defsubst,
335 derived from `tramp-register-file-name-handlers'. The split is
336 necessary because Tramp's file name handlers must be registered at
337 different startup places.
338
d0653e21
CY
3392007-03-31 Chong Yidong <cyd@stupidchicken.com>
340
341 * progmodes/hideshow.el (turn-off-hideshow): New function.
342 (hs-minor-mode): Use it instead of a lambda expression in
343 change-major-mode-hook.
344
ba7529b6
DK
3452007-03-31 David Kastrup <dak@gnu.org>
346
347 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
348 corresponding to MANPATH_MAP entries.
349 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
350 (woman-parse-man.conf): Use more discriminating man.conf name.
351 (woman-parse-man.conf): Parse MANPATH_MAP entries.
352 (woman-manpath): Doc fix and type fix.
353 (woman-cached-data): Check for MANPATH_MAP entries.
354 (woman-expand-directory-path): Treat MANPATH_MAP entries.
355
5a842fda
EZ
3562007-03-31 Stuart Herring <herring@lanl.gov>
357
358 * emacs-lisp/sregex.el (sregexq): Doc fix.
359
8c01db22
EZ
3602007-03-31 Markus Triska <markus.triska@gmx.at>
361
362 * flymake.el (flymake-err-line-patterns): Doc fix.
363
c2dbc5f2
RS
3642007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
365
6c4e6610
JB
366 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
367 Move to the right.
c2dbc5f2 368
72f785ba
AM
3692007-03-30 Alan Mackenzie <acm@muc.de>
370
371 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
372
f718c2fc
TTN
3732007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
374
375 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
376 Use it, passed in explicitly, instead of from the dynamic binding.
377 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
378
8ad62896
JB
3792007-03-30 Juanma Barranquero <lekktu@gmail.com>
380
381 * simple.el (blink-matching-open): When in minibuffer, don't
382 search for a match inside the prompt.
383
715ecc6c
NR
3842007-03-30 Nick Roberts <nickrob@snap.net.nz>
385
386 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
8ad62896
JB
387 (tmm-prompt): Don't make the mouse user select the first menu
388 item twice.
715ecc6c 389
b2d2c07e
CY
3902007-03-30 Chong Yidong <cyd@stupidchicken.com>
391
392 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
393 SIGUSR1 and SIGUSR2.
394
d95fae77
KS
3952007-03-29 Kim F. Storm <storm@cua.dk>
396
397 * ido.el (ido-read-internal): When reading file or dir, only override
398 minibuffer-local-filename-completion-map, otherwise only override
399 minibuffer-local-completion-map.
400
aae26e17
GM
4012007-03-29 Glenn Morris <rgm@gnu.org>
402
403 * complete.el (partial-completion-mode): Set PC-do-completion-end
404 to nil after use.
405 (PC-lisp-complete-symbol): Create and use a marker at `end',
406 rather than using point-marker.
407
318666ca
CY
4082007-03-28 Chong Yidong <cyd@stupidchicken.com>
409
410 * simple.el (next-error-highlight): Doc fix.
799b5496 411 (compose-mail): Revert 2007-03-19 change.
318666ca 412
57577884
RS
4132007-03-28 Richard Stallman <rms@gnu.org>
414
415 * emacs-lisp/edebug.el (edebug-display): Don't go to
416 edebug-outside-buffer if it is dead.
417
38acf670
JB
4182007-03-28 Juanma Barranquero <lekktu@gmail.com>
419
420 * view.el (view-mode): Fix typos in docstring.
421
af49347b
GM
4222007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
423
424 * recentf.el (recentf-save-file): Add a custom :set function.
425
4262007-03-28 Glenn Morris <rgm@gnu.org>
427
428 * complete.el (PC-do-completion-end): New variable.
429 (partial-completion-mode) <choose-completion-string-functions>:
430 Use PC-do-completion-end in the non-minibuffer case to replace the
431 correct amount of text.
432 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
433 (PC-lisp-complete-symbol): Give marker the after-insertion type,
434 to deal with improvements inserted after point.
435
74cb3d21
SM
4362007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
437
6340a43f
SM
438 * button.el (make-text-button): Add explicit `button' property.
439 (default-button): Don't put a `button' property on it.
440
070f60e0
SM
441 * progmodes/python.el (python-mode): Skip comments when parsing.
442
74cb3d21
SM
443 * vc-arch.el (vc-with-current-file-buffer): New macro.
444 (vc-arch-file-source-p): Use it to avoid infloop.
445
4878f1de
SM
4462007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
447
448 * emacs-lisp/lisp.el (lisp-complete-symbol):
449 Fix call to get-buffer-window to find windows in other frames.
450
4512007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
452
453 * comint.el (comint-proc-query, comint-dynamic-list-completions):
454 Fix calls to get-buffer-window to find windows in other frames.
455 Reported by David Hansen <david.hansen@gmx.net>.
456
54fb4f96
NR
4572007-03-27 Kevin Ryde <user42@zip.com.au>
458
86b8a072
JB
459 * info.el (Info-display-images-node): On a text-only terminal,
460 show the "text" or "alt" parts of the image blobs.
54fb4f96 461
e3fbc89b
GM
4622007-03-27 Glenn Morris <rgm@gnu.org>
463
6afdff63
GM
464 * complete.el (PC-do-completion): Compute completion-base-size in
465 the non-filename case, rather than setting to nil.
466 (PC-lisp-complete-end): New variable.
467 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
468 original end in a series of consecutive invocations.
469
e3fbc89b
GM
470 * calendar/calendar.el (calendar-mode-hook): Declare it.
471
7465af60
GM
472 * calendar/diary-lib.el (diary-live-p): Do not check for
473 diary-selective-display.
474
084c41ca
SM
4752007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
476
477 * replace.el (occur-next-error): *Occur* might not be displayed in the
478 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
479
8907f65c
RS
4802007-03-26 Richard Stallman <rms@gnu.org>
481
482 * textmodes/flyspell.el (flyspell-large-region):
483 Use ispell-call-process-region.
484
4852007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
486
487 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
084c41ca 488 Use prin1 instead of princ.
8907f65c 489
c324c766
CY
4902007-03-25 Chong Yidong <cyd@stupidchicken.com>
491
6c4e6610
JB
492 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
493 Merge in X resources before global face.
6aa2269d 494
6c4e6610
JB
495 * progmodes/compile.el (compilation-start): Save compilation-directory
496 rather than default-directory as local var.
c324c766
CY
497 (compilation-directory): Mark as safe local var.
498
499 * files.el: Don't mark default-directory as a safe local var.
500
0c5f5bd4
AM
5012007-03-25 Alan Mackenzie <acm@muc.de>
502
503 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
504 * progmodes/cc-engine.el: Fix typo.
505
84d6b04b
JL
5062007-03-25 Juri Linkov <juri@jurta.org>
507
508 * compare-w.el (compare-windows): Rename customization group
509 `compare-w' to `compare-windows'.
510 (compare-windows-whitespace, compare-ignore-whitespace)
511 (compare-ignore-case, compare-windows-sync)
512 (compare-windows-sync-string-size, compare-windows-recenter)
513 (compare-windows-highlight, compare-windows): Change group name in
514 the `group' tag from `compare-w' to `compare-windows'.
515 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
516
61880ffe
EZ
5172007-03-24 Markus Triska <markus.triska@gmx.at>
518
86b8a072
JB
519 * expand.el: Change example to always enable abbrev-mode,
520 and remove redundant `function'.
61880ffe
EZ
521 (expand-abbrev-hook): Add autoload cookie.
522
6e5a4966
EZ
5232007-03-24 Ryan Yeske <rcyeske@gmail.com>
524
525 * emacs-lisp/testcover.el (testcover-start, testcover-end)
526 (testcover-mark-all, testcover-unmark-all): Add prompts to
527 interactive specs.
528
2eed4e68
JR
5292007-03-24 Jason Rumney <jasonr@gnu.org>
530
531 * autorevert.el (find-file-hook, auto-revert-tail-mode):
532 Use file size in bytes for auto-revert-tail-pos not characters.
533
53cc5b9c
TTN
5342007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
535
536 * vc-rcs.el (vc-rcs-annotate-command):
537 Set text property :vc-annotate-prefix on the annotation text.
538 (vc-rcs-annotate-time): Instead of searching for ": ",
539 search for end of text propertized with :vc-annotate-prefix.
540
ae18604f
MR
5412007-03-24 Martin Rudalics <rudalics@gmx.at>
542
543 * whitespace.el (top level): Remove calls putting
53cc5b9c 544 permanent-local nil property since these are no-ops.
ae18604f
MR
545
546 * man.el (Man-support-local-filenames): Assure that
547 default-directory exists when doing call-process.
548
39db15c9
TTN
5492007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
550
084c41ca
SM
551 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
552 Fix omission bug: Use m4-program-options to construct shell command.
39db15c9 553
7a147065
DK
5542007-03-23 David Kastrup <dak@gnu.org>
555
084c41ca
SM
556 * progmodes/cc-mode.el (c-make-emacs-variables-local):
557 Use `mapcar' rather than `mapcan' to silence compiler warning.
7a147065 558
ce545621
DK
5592007-03-22 Ralf Angeli <angeli@caeruleus.net>
560
3e323750
NR
561 * textmodes/reftex.el, textmodes/reftex-vars.el,
562 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
563 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
564 * textmodes/reftex-index.el, textmodes/reftex-global.el,
565 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
ce545621
DK
566 * textmodes/reftex-auc.el: Add maintainer address.
567
3d49ff4a
CD
5682007-03-22 Carsten Dominik <dominik@science.uva.nl>
569
570 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
571 Make sure that `global-font-lock-mode' does not turn on font-lock
572 in these buffers.
573
4c8bb950
NR
5742007-03-21 Kim F. Storm <storm@cua.dk>
575
576 * xt-mouse.el (xt-mouse-epoch): New variable.
577 (xterm-mouse-event): Use float-time.
578
086b2469
NR
5792007-03-21 Nick Roberts <nickrob@snap.net.nz>
580
581 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
582 current-time.
583
414a17c9
SM
5842007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * complete.el (read-file-name-internal): Don't add the final > if the
587 completion is not finished (re-application of this patch, which was
588 accidentally undone by Eli).
589
4bb5f579
CY
5902007-03-21 Chong Yidong <cyd@stupidchicken.com>
591
592 * emulation/viper.el (viper-non-hook-settings): Handle mouse
084c41ca 593 clicks in describe-key and describe-key-briefly advice a little better.
4bb5f579 594
9f25e707
JB
5952007-03-21 Juanma Barranquero <lekktu@gmail.com>
596
597 * server.el (server-process-filter): Cancel any pending isearch.
598
76b0b55f
GM
5992007-03-21 Ulf Jasper <ulf.jasper@web.de>
600
601 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
602 (icalendar--get-unfolded-buffer): Define actual arguments rather
603 than just using &rest. Check replace-in-string is fbound.
604 (icalendar-import-buffer): Doc fix.
9f25e707
JB
605 (icalendar--convert-ical-to-diary): Set diary-file.
606 Check diary-file before inserting final newline.
76b0b55f
GM
607 (icalendar--add-diary-entry): Return diary-file.
608
eec39ec7
GM
6092007-03-21 Glenn Morris <rgm@gnu.org>
610
611 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
612 (diary-display-hook): Add custom :set function.
613
9f25e707
JB
614 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
615 Add custom :set function.
eec39ec7
GM
616 (diary-header-line-format): Doc fix.
617 (diary-set-maybe-redraw): New function.
618 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
619 (diary-list-entries): Always run diary-mode.
620
12333e2b
DK
6212007-03-20 David Kastrup <dak@gnu.org>
622
623 * files.el (magic-mode-alist): Require literal "%!PS" string for
624 magic postscript file detection.
625
5d5afbcd
RS
6262007-03-20 Richard Stallman <rms@gnu.org>
627
628 * textmodes/ispell.el (ispell-call-process): New function.
629 Defends against bad `default-directory.'
630 (ispell-check-version, ispell-find-aspell-dictionaries)
631 (ispell-get-aspell-config-value, lookup-words): Call it.
632 (ispell-call-process-region): New function.
633 (ispell-send-string): Call it.
634
a8b145e3
AS
6352007-03-20 Andreas Schwab <schwab@suse.de>
636
637 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
638 (finder-data): Likewise.
639 (autoloads): Likewise.
640
8400146f
MR
6412007-03-20 Martin Rudalics <rudalics@gmx.at>
642
643 * files.el (basic-save-buffer): Do not set visited filename when
644 the corresponding directory does not exist or the specified
645 filename is that of an existing directory.
646
b537c2a9
GM
6472007-03-20 Glenn Morris <rgm@gnu.org>
648
649 * calendar/diary-lib.el (diary-live-p): New function.
650 (number-of-diary-entries): Add a :set function to redisplay diary
651 when necessary.
652
de7dd725
NR
6532007-03-19 Nick Roberts <nickrob@snap.net.nz>
654
655 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
656 from client program, mev, to compute mouse event.
657
72e823d8
CY
6582007-03-19 Chong Yidong <cyd@stupidchicken.com>
659
ed48670c
CY
660 * faces.el (momentary): Face removed; unused due to reversion of
661 2007-01-04 changes by Kevin Rodgers.
662
9f25e707
JB
663 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
664 Suggested by Johan Bockg\e,Ae\e(Brd.
72e823d8 665
043aa308
CY
6662007-03-19 Martin Rudalics <rudalics@gmx.at>
667
084c41ca
SM
668 * font-lock.el (lisp-font-lock-keywords-1):
669 Highlight define-globalized-minor-mode as a keyword.
043aa308 670
1c8f28b0
KS
6712007-03-19 Kim F. Storm <storm@cua.dk>
672
673 * calc/calc-forms.el (math-std-daylight-savings)
674 (math-std-daylight-savings-old): Doc fix.
675
99181af3
JB
6762007-03-19 Juanma Barranquero <lekktu@gmail.com>
677
e2411870
JB
678 * progmodes/python.el (python-default-template): Doc fix.
679 (python-buffer): Fix typo in docstring.
680
99181af3
JB
681 * isearchb.el (isearchb-follow-char):
682 * subr.el (def-edebug-spec): Fix typo in docstring.
683
705959fc
RS
6842007-03-19 Richard Stallman <rms@gnu.org>
685
686 * files.el (default-directory): Mark safe.
687 (basic-save-buffer-2): Put proper dir name in error message.
688
5d5afbcd
RS
689 * simple.el (compose-mail): Run switch-function after
690 setting up the mail buffer.
691
705959fc
RS
692 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
693
ebb51505
JB
6942007-03-18 Jay Belanger <belanger@truman.edu>
695
696 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
697 (math-std-daylight-savings-new): Rename from
698 `math-std-daylight-savings'.
699 (math-std-daylight-savings-old): Rename from old value of
700 `math-std-daylight-savings'.
701 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
702 `math-std-daylight-savings-old' depending on the year.
703
640eb069
JB
7042007-03-18 Detlev Zundel <dzu@gnu.org>
705
66cb3e0e 706 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
084c41ca 707 zero-width regexps as invalid but rather at least count them correctly.
640eb069 708
904bb06c
TTN
7092007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
710
711 * net/tls.el (open-tls-stream): In handshake-waiting loop,
712 don't wait more if there is output available to process.
713
92e0e0c4
NR
7142007-03-18 Nick Roberts <nickrob@snap.net.nz>
715
716 * progmodes/compile.el (compilation-find-file): Revert change
717 from 2006-07-18 to allow completion of directory names.
718 Reported by John Carter <john.carter@tait.co.nz>.
719
31c865ec
KS
7202007-03-18 Kim F. Storm <storm@cua.dk>
721
722 * subr.el (when, unless): Doc fix.
723
4a3c7686
TTN
7242007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
725
726 * net/tls.el (tls-program): Doc fix.
727
0d9b26a8
JB
7282007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
729
730 * autorevert.el (auto-revert-tail-handler):
731 Call after-revert-hook.
a919f39a 732
5d5afbcd
RS
7332007-03-17 Ryan Yeske <rcyeske@gmail.com>
734
735 * simple.el (switch-to-completions): No error if search for \n\n fails.
736
f0f971b1
KS
7372007-03-17 Chong Yidong <cyd@stupidchicken.com>
738
084c41ca
SM
739 * simple.el (line-move-1):
740 Respect `inhibit-line-move-field-capture' property.
f0f971b1 741
7585c8f2
CY
7422007-03-13 Chong Yidong <cyd@stupidchicken.com>
743
744 * comint.el (comint-arguments): Mark backslash-escaped chars.
745 (comint-delim-arg): Don't treat them as delimiters.
746
79b0b5da 7472007-03-12 Kim F. Storm <storm@cua.dk>
79b0b5da
CY
748 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
749
ac1f6415
CY
7502007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
751
752 * tempo.el (tempo-insert): Deal with 'r> if it appears
084c41ca 753 specified with a prompt argument.
ac1f6415 754
42baaf6a
CY
7552007-03-12 Carsten Dominik <dominik@science.uva.nl>
756
0d9b26a8
JB
757 * textmodes/org.el (org-set-font-lock-defaults):
758 Handle narrow table columns correctly.
42baaf6a 759
edd2a622
CY
7602007-03-12 Mark A. Hershberger <mah@everybody.org>
761
762 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
763 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
764 Return to use of the -no-properties variants. There was
765 consensus on emacs-devel that the speed of these variants was
766 prefered since we are usually parsing files (from the internet
767 or on disk) instead of XML created in Emacs.
768
92e0e0c4
NR
769 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
770 Add customize option.
771
d08592e8
CY
7722007-03-12 Glenn Morris <rgm@gnu.org>
773
774 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
7ad42042
GM
775 North American rule. Replace "daylight savings" with "daylight
776 saving" in doc.
777
778 * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
779 * calendar/lunar.el,solar.el: Replace "daylight savings" with
780 "daylight saving" in text.
d08592e8
CY
781
782 * woman.el (woman-change-fonts): Tweak previous change by using
783 woman-request-regexp rather than "^\\.".
784
785 * startup.el (command-line-1): Make insertion of
786 initial-scratch-message not depend on scratch being selected.
787
19f51210 7882007-03-11 Juri Linkov <juri@jurta.org>
330167fc
RS
789
790 * replace.el (match): Use yellow background on light-bg terminals.
791
7ab2e82f
RS
7922007-03-11 Richard Stallman <rms@gnu.org>
793
19f51210 794 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7ab2e82f 795 Correctly compute line number.
0d9b26a8 796
7ab2e82f
RS
7972007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
798
19f51210 799 * type-break.el (type-break-get-previous-count):
7ab2e82f
RS
800 Repeat previous change here.
801
3dd34132
DN
8022007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
803
0d9b26a8
JB
804 * progmodes/grep.el (grep-find-ignored-directories):
805 Add .git and .bzr to list.
3dd34132 806
593b4fa8
AS
8072007-03-11 Andreas Schwab <schwab@suse.de>
808
0d9b26a8 809 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
593b4fa8 810
951c155f
SM
8112007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
812
813 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
814
0e160a95
CY
8152007-03-10 Chong Yidong <cyd@stupidchicken.com>
816
817 * faces.el (face-set-after-frame-default): Recalculate face
818 customizations after applying X resources.
819
8216fbaf
EZ
8202007-03-10 Ryan Yeske <rcyeske@gmail.com>
821
822 * net/rcirc.el (rcirc-timeout-seconds): New variable.
823 (rcirc-keepalive-seconds): Remove variable.
824 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
825 (rcirc-process, rcirc-user-disconnect): New variables.
826 (rcirc-connect): Initalize new variables.
520e9259
JB
827 (rcirc-keepalive): Don't send keepalive pings before connection
828 is completed.
8216fbaf
EZ
829 (rcirc-sentinel): Do mark all channels with activity when
830 connection is dropped. Run hook with process buffer local.
831 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
832 (rcirc-buffer-process): Return value of rcirc-process if
833 rcirc-server-buffer is nil.
834 (rcirc-server-name): Return the reported server name.
835 (rcirc-update-prompt): Simplify computation of the server name.
836 (rcirc-format-response-string): Likewise.
837 (rcirc-handler-001): Mark server as connected, record the reported
838 server name, and schedule a timeout.
839 (rcirc-track-nick): Add a spec for the tty class.
840 (rcirc-user-non-nick): Remove function.
841 (rcirc-nick-prefix-chars): Add variable.
842 (rcirc-user-nick): Use above variable.
843
8400146f 8442007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7a78ffec 845
520e9259
JB
846 * icomplete.el (icomplete-tidy, icomplete-exhibit):
847 Bind deactivate-mark to nil.
7a78ffec 848
a7b52a1e
MR
8492007-03-10 Martin Rudalics <rudalics@gmx.at>
850
851 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
852 that buffer contents get erased during completion.
853
8d54e3a1
GM
8542007-03-10 Glenn Morris <rgm@gnu.org>
855
856 * woman.el (woman-change-fonts): Add a hack to deal with
857 font-escape followed by "." at start of a line.
858 (woman2-IP): Add a hack to deal with consecutive requests.
859 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
860
fec4d266
AM
8612007-03-10 Alan Mackenzie <acm@muc.de>
862
eebe9a29 863 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
fec4d266 864
c06d4c1f
RS
8652007-03-09 Richard Stallman <rms@gnu.org>
866
867 * abbrev.el (abbrev): Add `provide'.
868
c996c463
TTN
8692007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
870
871 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
872
2ef31c1c
MR
8732007-03-09 Martin Rudalics <rudalics@gmx.at>
874
875 * complete.el (PC-try-completion): New function.
876 (PC-do-completion, read-file-name-internal): Use it instead of
877 try-completion.
878
4cc4ad8a
AM
8792007-03-08 Alan Mackenzie <acm@muc.de>
880
eebe9a29 881 Remove stale tokens from `c-found-types' cache.
4cc4ad8a 882
eebe9a29
KS
883 * progmodes/cc-mode.el (c-unfind-enclosing-token)
884 (c-unfind-coalesced-tokens, c-before-change): New functions.
885 (c-maybe-stale-found-type): New variable.
4cc4ad8a 886
eebe9a29
KS
887 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
888 (c-trim-found-types): New functions.
4cc4ad8a 889
0778a62f
SM
8902007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
891
892 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
893 (debug-ignored-errors): Add entry from smerge-match-conflict.
894
eae7eecd
S
8952007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
896
897 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
898 special help topics for keywords.
899 (idlwave-help-assistant-command): Include ".exe" for ms-dos
900 etc. Assistant command.
901
3cfd08fd
CY
9022007-03-08 Chong Yidong <cyd@stupidchicken.com>
903
0778a62f 904 * replace.el (occur-engine): Move buffer-undo-list binding...
a06494d0 905 (occur-1): ...to here.
0778a62f 906
18d8c1e0
CY
907 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
908
3cfd08fd
CY
909 * simple.el (minibuffer-completing-symbol): New var.
910 (eval-expression): Use it.
911 (completion-setup-function): Don't bind completion-base-size when
912 completing a symbol in the minibuffer.
913
ac7b6e9b
NR
9142007-03-08 Nick Roberts <nickrob@snap.net.nz>
915
916 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
917 tries to start a second session in graphical mode.
918
8256bd38
MB
9192007-03-07 Miles Bader <miles@gnu.org>
920
921 * international/isearch-x.el
0778a62f
SM
922 (isearch-process-search-multibyte-characters):
923 Strip text-properties from PROMPT to avoid an error from read-string.
8256bd38 924
5b8ba528
KS
9252007-03-07 Kim F. Storm <storm@cua.dk>
926
927 * complete.el (PC-bindings): Remap lisp-complete-symbol to
928 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
929
85066604
MC
9302007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
931
932 * complete.el (PC-do-completion): Delete duplicates in the list of
933 possible completions.
934
e27dad25
GM
9352007-03-07 Glenn Morris <rgm@gnu.org>
936
937 * ses.el (ses-mode): Doc fix.
938
0868f212
KS
9392007-03-06 Kim F. Storm <storm@cua.dk>
940
941 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
942
15c2ffb2
KH
9432007-03-06 Kenichi Handa <handa@m17n.org>
944
945 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
946
bea15365
SM
9472007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
948
949 * simple.el (completion-setup-function): Improve last fix so it doesn't
950 set it to a relative directory name either.
951
6db15364
VJL
9522007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
953
954 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
955
7b1730dd
RS
9562007-03-05 Richard Stallman <rms@gnu.org>
957
958 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
959
960 * files.el (find-file-noselect): No error if file no longer exists.
961 Display a message and avoid other questions.
962
86a3e45e
SM
9632007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
964
965 * pcomplete.el (pcomplete-show-completions): Improve last change, so
966 as not to use an invisible window and to create a window if none exist.
967
968 * progmodes/python.el (python-send-command): Restart proc if necessary.
969 (python-proc): Simplify.
970
520e9259 9712007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
cc7eeb54
CY
972
973 * pcomplete.el (pcomplete-show-completions): Search all frames for
974 completions buffer.
975
50991b39
CY
9762007-03-05 Chong Yidong <cyd@stupidchicken.com>
977
ee5aeb5f
CY
978 * cus-edit.el (customize-save-variable): Clear customized-value
979 property (saved values are now put in theme-value property).
980 (customize-set-variable): Doc fix.
981
50991b39
CY
982 * complete.el (PC-do-completion): If completion-ignore-case is
983 non-nil, replace field with completion string before exiting.
984
bba31a09
MA
9852007-03-05 Michael Albinus <michael.albinus@gmx.de>
986
987 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
988 Append its extension to the resulting temporary file name.
86a3e45e 989 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
bba31a09
MA
990
991 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
992 (tramp-smb-handle-write-region): Apply it.
993
47ccd97c
RS
9942007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
995
bba31a09 996 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
47ccd97c
RS
997 Redo previous change.
998
86b8a072 9992007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
47ccd97c
RS
1000
1001 * diff-mode.el (diff-mode): Doc fix.
1002
aca6c048
KH
10032007-03-05 Kenichi Handa <handa@m17n.org>
1004
520e9259
JB
1005 * international/characters.el: Set category `l' (latin)
1006 for more characters.
aca6c048 1007
181706a5
KS
10082007-03-04 Kim F. Storm <storm@cua.dk>
1009
1010 * emacs-lisp/authors.el (authors-aliases): Add alias.
1011
5a9b2bb4
GM
10122007-03-04 Glenn Morris <rgm@gnu.org>
1013
1014 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1015 all when switching major mode.
1016 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1017 (hs-block-start-mdata-select, hs-block-end-regexp)
520e9259
JB
1018 (hs-forward-sexp-func, hs-adjust-block-beginning):
1019 Do not make these variables permanent-local.
5a9b2bb4 1020
d89abe75
RS
10212007-03-04 Richard Stallman <rms@gnu.org>
1022
1023 * progmodes/cperl-mode.el (cperl-mode):
1024 Modify cperl-compilation-error-regexp-alist by appending.
1025
1026 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1027 (edebug-mode): Add the hook.
1028 (edebug-recursive-edit): Remove the hook on exiting.
1029
1030 * type-break.el (type-break-get-previous-time):
1031 Handle end-of-file errors specially
1032 so they don't get reported wrong in .emacs.
1033
1034 * startup.el (fancy-splash-text): Clarify text.
1035
5a9b2bb4 1036 * simple.el (beginning-of-buffer, end-of-buffer):
d89abe75
RS
1037 Avoid treating plain C-u like numeric arg.
1038
1039 * simple.el (completion-setup-function): Don't set
1040 default-directory to nil.
1041
1042 * shell.el (shell-dirstack-query): Doc fix.
1043
5a9b2bb4 1044 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
d89abe75
RS
1045 Don't select the window -- pass it to primitives instead.
1046
1047 * faces.el (minibuffer-prompt): Use medium blue by default.
1048
d0483d25
DK
10492007-03-04 David Kastrup <dak@gnu.org>
1050
1051 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1052 Preserve 16 as default value for "seconds" when customizing.
1053
74b708cd
CD
10542007-03-04 Carsten Dominik <dominik@science.uva.nl>
1055
1056 * textmodes/org.el (org-self-insert-command)
1057 (orgtbl-self-insert-command, org-delete-char)
1058 (org-delete-backward-char): Set the `flyspell-delayed' property.
1059
fbd2f84f
CY
10602007-03-03 Chong Yidong <cyd@stupidchicken.com>
1061
1062 * international/mule.el (find-auto-coding): Don't search for
1063 line-ending characters past the end of the tail.
1064
94430ab7
EZ
10652007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
1066
1067 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
a6f0e674 1068 Jump to the line where new score has been uploaded.
94430ab7
EZ
1069
1070 * play/tetris.el (tetris-move-bottom, tetris-move-left)
a6f0e674
JB
1071 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1072 Do nothing when the game is paused.
94430ab7 1073
77c0d595
CD
10742007-03-03 Carsten Dominik <dominik@science.uva.nl>
1075
a6f0e674
JB
1076 * textmodes/org.el (org-set-tags): Prevent slipping of point
1077 during completion.
77c0d595 1078
115f38b1
KS
10792007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1080
1081 * isearch.el (isearch-message-prefix):
1082 Use minibuffer-prompt-properties.
1083
d3241651
VJL
10842007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1085
ba564825
VJL
1086 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1087 (ps-setup): Print which Emacsen is running ps-print package.
d3241651 1088
5a842fda 10892007-03-01 Stuart Herring <herring@lanl.gov>
d42a3826
CY
1090
1091 * files.el (set-auto-mode-0): Use `indirect-function'.
1092 (hack-one-local-variable): Don't reapply current major mode.
1093
fc553234
SM
10942007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1095
1096 * progmodes/python.el (python-quote-syntax): Don't bother with
1097 syntax-ppss-context.
1098 (python-fill-paragraph): Make sure that fenced-string delimiters that
1099 stand on their own line stay there
1100
cde6fe5c
KS
11012007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1102
1103 * replace.el (perform-replace): Propertize message.
1104
040fc5eb
CD
11052007-03-01 Carsten Dominik <dominik@science.uva.nl>
1106
1107 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1108 invisible heading.
1109
9084727e
CY
11102007-02-28 Chong Yidong <cyd@stupidchicken.com>
1111
1112 * net/tramp.el (tramp-file-name-handler): Revert last change.
1113
94682984
NR
11142007-02-28 Nick Roberts <nickrob@snap.net.nz>
1115
cde6fe5c 1116 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
94682984
NR
1117 Correct doc strings.
1118
b0c39184
CY
11192007-02-28 Chong Yidong <cyd@stupidchicken.com>
1120
1121 * replace.el (perform-replace): Undo forward-char immediately if
1122 non-adjacent search fails.
1123
f80c9f43
SM
11242007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1125
1126 * version.el (emacs-major-version, emacs-minor-version):
1127 string-to-int -> string-to-number.
1128
2d24dbb5
JB
11292007-02-28 Juanma Barranquero <lekktu@gmail.com>
1130
1131 * help.el (where-is): Fail gracefully when not passed a command.
1132
5a842fda 11332007-02-28 Stuart Herring <herring@lanl.gov>
8193fc4b
TTN
1134
1135 * find-lisp.el (find-lisp-default-directory-predicate):
1136 Fix bug: Do symlink check on expanded filename.
1137
ddd41145
CD
11382007-02-28 Carsten Dominik <dominik@science.uva.nl>
1139
1140 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1141 changes during replacement.
1142 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1143
f6218c04
LH
11442007-02-28 Lars Hansen <larsh@soem.dk>
1145
1146 * desktop.el: Delete header line listing me as maintainer.
1147
fb89a85b
GM
11482007-02-28 Glenn Morris <rgm@gnu.org>
1149
1150 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1151 the menus case.
1152
17282c9b
CY
11532007-02-28 Chong Yidong <cyd@stupidchicken.com>
1154
1155 * net/tramp.el (tramp-file-name-handler): Inhibit modification
1156 hooks to avoid confusion when combining after-change calls.
1157
ebe0546a
NR
11582007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
1159
2d24dbb5
JB
1160 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1161 now that pgg-gpg-process-region correctly honors passed-in passphrase.
1162 (allout-distinctive-bullets-string): Add info about bullet conventions.
ebe0546a
NR
1163 (allout-mode): Add info about distinctive vs plain bullets.
1164
fc24d8af
CD
11652007-02-27 Carsten Dominik <dominik@science.uva.nl>
1166
1167 * textmodes/org.el (org-archive-subtree): Quote variable name.
2d24dbb5 1168 (org-agenda-get-todos): Make sure skip properties are checked correctly.
fc24d8af 1169
2b84c0d2
NR
11702007-02-26 Nick Roberts <nickrob@snap.net.nz>
1171
2d24dbb5 1172 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
2b84c0d2 1173 (gud-bashdb-command-name, bashdb): Remove.
2d24dbb5 1174 (gud, gud-menu-map): Remove references to bash/bashdb.
2b84c0d2 1175
2d24dbb5 11762007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
2b84c0d2 1177
6f1d86f3
NR
1178 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1179 keyword for Python 2.5.
2b84c0d2 1180
da888ddf
RF
11812007-02-26 Romain Francoise <romain@orebokech.com>
1182
1183 * net/net-utils.el (whois-server-tld): Update server for .org.
1184 (whois-server-list): Add whois.publicinterestregistry.net.
1185 (whois-guess-server): Fix formatting in docstring.
1186
864129b6
KS
11872007-02-26 Kim F. Storm <storm@cua.dk>
1188
1189 * mouse.el (mouse-show-mark): Run hooks and perform command
1190 remapping for mouse-region-delete-keys.
1191
7af1dacf
JB
11922007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1193
1194 * font-core.el (font-lock-mode): Doc fix.
1195
4b547e5a
KS
11962007-02-25 Kim F. Storm <storm@cua.dk>
1197
7c9fe7ee
KS
1198 * ido.el (ido-buffer-internal): Set this-command to fallback command.
1199 Add selected buffer to buffer-name-history.
1200 (ido-file-internal): Set this-command to fallback command.
7af1dacf 1201 Add file names to file-name-history.
7c9fe7ee 1202
7af1dacf
JB
1203 * emacs-lisp/map-ynp.el (map-y-or-n-p):
1204 Apply minibuffer-prompt-properties.
4b547e5a 1205
f215a02f
AS
12062007-02-25 Andreas Schwab <schwab@suse.de>
1207
1208 * files.el (hack-one-local-variable-eval-safep): Correct handling
864129b6 1209 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
f215a02f 1210
f252c2ad
CD
12112007-02-25 Carsten Dominik <dominik@science.uva.nl>
1212
1213 * textmodes/org.el (org-table-overlay-coordinates)
1214 (org-table-toggle-coordinate-overlays): New functions.
1215 (org-table-overlay-coordinates, org-table-coordinate-overlays):
1216 New variables.
86a3e45e 1217 (org-startup-with-deadline-check): Remove option.
f252c2ad 1218 (org-mode): Remove deadline check on startup.
86a3e45e
SM
1219 (org-table-limit-column-width): Remove option.
1220 (org-table-formula-numbers-only): Remove option.
1221 (org-link-style, org-link-format): Remove options.
1222 (org-select-agenda-window, org-fit-agenda-window): Remove options.
f252c2ad 1223 (org-export-ascii-show-new-buffer)
86a3e45e
SM
1224 (org-export-html-show-new-buffer): Remove options.
1225 (org-activate-links): Remove camel option.
1226 (org-file-link-context-use-camel-case): Remove option.
1227 (org-camel-regexp): Remove variable.
1228 (org-activate-camels): Remove function.
1229 (org-store-link): Remove Camel stuff.
1230 (org-make-org-heading-camel): Remove function.
1231 (org-open-at-point): Remove camel stuff.
1232 (org-link-search): Remove camel stuff.
f252c2ad
CD
1233 (org-camel-to-words): Function removed.
1234 (org-get-agenda-file-buffer): Make sure we prepare the base
1235 buffers, not any indirect buffers.
1236 (org-sort-entries): Sort top-level when not on a headline, and no
1237 active region.
1238 (org-in-regexp): New function.
86a3e45e 1239 (org-search-not-self): Rename from `org-search-not-link'.
f252c2ad
CD
1240 (org-open-link-marker): New variable.
1241 (org-open-at-point): Set `org-open-link-marker'.
86a3e45e 1242 (org-print-icalendar-entries): Fixe bug with excluding DONE
f252c2ad
CD
1243 entries from the exported list.
1244 (org-edit-formula-lisp-indent): New command.
1245 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1246 (orgtbl-to-latex, orgtbl-insert-radio-table)
1247 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1248 (orgtbl-radio-table-templates): New option.
1249 (org-store-link-props):
7af1dacf
JB
1250 (org-remember-templates): More possibilities to insert info
1251 into templates.
1252 (org-remember-apply-template): Make use of the extended
1253 template capabilities.
f252c2ad
CD
1254 (org-remember-redo-template): New command.
1255 (org-upgrade-old-links)
1256 (org-table-modify-formulas, org-table-replace-in-formulas)
1257 (org-table-find-dataline)
86a3e45e 1258 (org-table-get-vertical-vector): Remove functions.
f252c2ad
CD
1259 (org-table-remove-rectangle-highlight)
1260 (org-time-stamp-format, org-toggle-log-option)
1261 (org-table-highlight-rectangle)
1262 (org-table-iterate, org-table-make-reference):
1263 (org-translate-time, org-tree-to-indirect-buffer)
1264 (org-table-field-info, org-table-fix-formulas)
1265 (org-table-force-dataline, org-table-get-descriptor-line)
1266 (org-table-get-range)
1267 (org-skip-comments, org-sort)
1268 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1269 (org-table-current-dline, org-table-current-field-formula)
1270 (org-table-edit-backward-field)
1271 (org-table-edit-formulas-post-command)
1272 (org-table-edit-line-down, org-table-edit-line-up)
1273 (org-agenda-archive)
1274 (org-agenda-clock-cancel)
1275 (org-agenda-clock-out, org-agenda-list-stuck-projects)
1276 (org-agenda-open-link, org-agenda-show-new-time)
1277 (org-agenda-skip-subtree-when-regexp-matches)
1278 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1279 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1280 (org-do-sort, org-file-image-p, org-find-overlays)
1281 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1282 (org-highlight-until-next-command, org-isearch-end)
1283 (org-match-any-p, org-next-link, org-previous-link):
1284 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1285 (org-rewrite-old-row-references)
1286 (org-isearch-post-command)
1287 (org-table-edit-move, org-table-edit-next-field)
1288 (org-table-edit-scroll, org-table-edit-scroll-down)
1289 (org-set-frame-title, org-show-reference)
1290 (org-unhighlight-once, org-verify-change-for-undo): New functions.
86a3e45e 1291 (org-show-variable): Remove command.
f252c2ad 1292 (org-add-log-maybe): New arguments STATE, FINDPOS
86a3e45e 1293 (org-table-sort-lines): Rewrite from scratch.
f252c2ad 1294 (org-link-search): New argument AVOID-POS.
86a3e45e
SM
1295 (org-print-icalendar-entries): Remove argument CATEGORY.
1296 (org-run-agenda-series): Remove argument WONDOW.
f252c2ad
CD
1297 (org-next-link, org-previous-link): New commands.
1298 (org-agenda-date-format): New option.
1299 (org-table-iterate): New command.
1300 (org-table-modify-formulas)
86a3e45e 1301 (org-table-replace-in-formulas): Remove functions.
f252c2ad
CD
1302 (org-table-fix-formulas): New function.
1303 (org-table-insert-column, org-table-delete-column)
1304 (org-table-move-column): Use `org-table-fix-formulas'.
1305 (org-follow-gnus-link): Patch from Bastien/Leo.
1306 (org-table-current-field-formula): New function.
1307 (org-file-image-p): New function.
1308 (org-agenda-show-new-time): New function.
1309 (org-agenda-date-later): Call `org-agenda-show-new-time'.
1310 (org-with-remote-undo): New macro.
1311 (org-agenda-undo): New command.
1312 (org-verify-change-for-undo): New function.
1313 (org-time-stamp-format): New function.
1314 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1315 by user.
1316 (org-match-any-p): New function.
1317 (org-make-tags-matcher): Handle regular expressions for tag and
1318 todo matches.
1319 (org-read-date): Accept "+N" as input for a date relative to the
1320 current date.
1321 (org-remove-subtree-entries-from-agenda): New function.
86a3e45e
SM
1322 (org-agenda-archive, org-agenda-kill):
1323 Use `org-remove-subtree-entries-from-agenda'.
f252c2ad
CD
1324 (org-do-sort, org-sort-entries): New functions.
1325 (org-sort): New command.
1326 (org-table-sort-lines): Use `org-do-sort'.
1327 (org-fix-decoded-time): New function.
7af1dacf
JB
1328 (org-table-number-regexp): Require 0x... to identify as number
1329 in tables.
f252c2ad 1330 (org-startup-options): New keywords for note taking.
86a3e45e 1331 (org-upgrade-old-links): Remove function.
f252c2ad
CD
1332 (org-get-repeat): New function.
1333 (org-show-context): Also show siblings on current level.
1334 (org-show-siblings): New function.
1335 (org-isearch-end, org-isearch-post-command): New functions.
1336 (org-show-siblings): New option.
1337 (org-show-context): Use `org-show-siblings'.
1338 (org-table-maybe-recalculate-line): No longer require `calc-eval'
1339 to be bound, because user may just use elisp.
1340
b0943f48
KS
13412007-02-24 Kim F. Storm <storm@cua.dk>
1342
1343 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1344 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1345
2863a9be
DN
13462007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1347
483a1c2b 1348 * startup.el (command-line): Also check if the abbrev file is readable.
2863a9be 1349
8ae63446
JPW
13502007-02-24 John Paul Wallington <jpw@pobox.com>
1351
9bdd0e16
JPW
1352 * net/tls.el (tls-certtool-program): Fix custom type.
1353
7c2288ea
JPW
1354 * mail/feedmail.el (feedmail-message-id-generator)
1355 (feedmail-date-generator): Fix custom types.
1356
8ae63446
JPW
1357 * mail/rmail.el (rmail-message-filter): Fix custom type.
1358
735895f1
EZ
13592007-02-24 Eli Zaretskii <eliz@gnu.org>
1360
1361 * startup.el (command-line): If simple.el cannot be found, proceed
1362 with a warning message.
1363
bfd14269
KH
13642007-02-24 Kenichi Handa <handa@m17n.org>
1365
1366 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1367 case that BEG is a string.
1368
483a1c2b 13692007-02-24 Chris Moore <dooglus@gmail.com>
948f7516
KS
1370
1371 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1372 * pgg-pgp.el (pgg-pgp-encrypt-region):
1373 * pgg-gpg.el (pgg-gpg-encrypt-region):
1374 Check pgg-encrypt-for-me if no other recipients.
1375
617a6756
EZ
13762007-02-23 Eli Zaretskii <eliz@gnu.org>
1377
b0629b0d
EZ
1378 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1379
617a6756
EZ
1380 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1381 shell-quote-argument.
1382
d695bd17
EZ
13832007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1384
1385 * comint.el (comint-read-input-ring): Use comint-input-ring-size
1386 from the comint buffer instead of the temporary one.
1387
483a1c2b 13882007-02-23 David Reitter <david.reitter@gmail.com>
c34a8a87
EZ
1389
1390 * cus-edit.el (custom-save-all): Canonicalize custom-file before
1391 storing it in recentf-exclude.
1392
7596c645
CY
13932007-02-23 Chong Yidong <cyd@stupidchicken.com>
1394
1395 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1396 in splash screen.
1397
6a8cc02d
S
13982007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
1399
1400 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1401 commands, for restart.
483a1c2b 1402 (idlwave-shell-current-module): Fix handling of module name by type.
6a8cc02d
S
1403 (idlwave-shell-break-in): Update type handling.
1404 (idlwave-shell-bp-get): Encode type in BP structure.
483a1c2b
JB
1405 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1406 (idlwave-shell-module-source-query): Query routine info based on type.
1407 Fix path parsing for non-compiled files.
1408 (idlwave-shell-module-source-filter): Don't signal error in filter
1409 if no source found.
6a8cc02d
S
1410 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1411 filter race.
1412
3c00238a
KS
14132007-02-22 Kim F. Storm <storm@cua.dk>
1414
1415 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1416 (editable-field): Document need to put some text before the %v
1417 escape in :format string.
1418
c822571a
SM
14192007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1420
fc2fb30c
SM
1421 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1422 (vc-svn-use-edit): Remove unused config var.
1423 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1424
8d683c8e
SM
1425 * outline.el (hide-sublevels): Keep empty last line, if available.
1426
c822571a
SM
1427 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1428 rather than the corresponding unicode char, to make the code
1429 more readable.
1430
b7f61dfe
JB
14312007-02-19 Juanma Barranquero <lekktu@gmail.com>
1432
1433 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1434 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1435 (speedbar-item-info-tag-helper): Doc fixes.
1436
e79c1ab3
KH
14372007-02-19 Kenichi Handa <handa@m17n.org>
1438
b7f61dfe
JB
1439 * international/mule-cmds.el (locale-language-names):
1440 Map "eo" to "Esperanto".
8b93e342 1441
e79c1ab3
KH
1442 * language/european.el ("Esperanto"): New language environment.
1443
3ce97b73
RS
14442007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
1445
1446 * simple.el (kill-line): Doc fix.
1447
255d98f8
KS
14482007-02-17 Kim F. Storm <storm@cua.dk>
1449
1450 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1451 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1452 (bindat--unpack-group, bindat--pack-group):
1453 Handle vectors with optional element type.
1454
4ebb03e6
RS
14552007-02-17 Daiki Ueno <ueno@unixuser.org>
1456
1457 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1458 if PASSPHRASE is given.
1459
520e9259 14602007-02-17 Chris Moore <dooglus@gmail.com>
73c03f76 1461
b7f61dfe
JB
1462 * jka-cmpr-hook.el (jka-compr-compression-info-list):
1463 Recognize backups of bz2 compressed files.
73c03f76 1464
e8d2103a
EZ
14652007-02-17 Eli Zaretskii <eliz@gnu.org>
1466
1467 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1468 to nil to speed up lookup of the symbol in index nodes.
1469
8e1ac063
EZ
14702007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1471
b7f61dfe
JB
1472 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1473 Add indentation for the constants of Lisp.
8e1ac063 1474
cf04718a
SM
14752007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 * ps-print.el: Use (defvar <foo>) where applicable.
1478 (ps-print-emacs-type): Remove.
1479 (ps-x-frame-property, ps-e-frame-parameter): Remove.
1480 (ps-frame-parameter): Align its call-convention with frame-parameter.
1481 (ps-begin-job): Adjust calls to it appropriately.
1482 (ps-setup): Don't print ps-print-emacs-type.
1483 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1484 Define in such a way that it's obvious that it's defined.
1485 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1486 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1487 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1488
0535d51b
AM
14892007-02-15 Alan Mackenzie <acm@muc.de>
1490
1491 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1492 an empty one-line C-style comment, post-position point properly.
1493
51eeb2ff
CY
14942007-02-15 Chris Moore <dooglus@gmail.com>
1495
1496 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1497 (isearch-lazy-highlight-new-loop): Bind it.
1498 (isearch-lazy-highlight-search): Use it.
1499
cf04718a 1500 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
51eeb2ff 1501
a3609743
SM
15022007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1503
1504 * font-lock.el (font-lock-extend-region-wholelines):
1505 Only return non-nil if the region has really been changed.
1506 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1507
8bec6ac5
JB
15082007-02-15 Juanma Barranquero <lekktu@gmail.com>
1509
1510 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1511 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1512 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1513
b11a1b2e
JB
15142007-02-14 Juanma Barranquero <lekktu@gmail.com>
1515
424f6998
JB
1516 * faces.el (color-values): Revert changes to docstring from
1517 2007-01-31 and 2000-09-07.
1518
ce6fb7e6 1519 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
b11a1b2e 1520 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
ce6fb7e6 1521 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
b11a1b2e
JB
1522 (ispell-help): Fix typos in docstring and output message.
1523
3ae2a0d6
KS
15242007-02-14 Kim F. Storm <storm@cua.dk>
1525
428807ea
KS
1526 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
1527 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
1528 (grep): Fix lgrep reference.
1529
3ae2a0d6
KS
1530 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
1531 (standard-display-underline): Use make-glyph-code.
1532
1533 * descr-text.el (describe-char): Use glyph-char and glyph-face.
1534
1535 * international/latin1-disp.el (latin1-display-char):
1536 Use make-glyph-code.
1537
44426bc3
JB
15382007-02-13 Juanma Barranquero <lekktu@gmail.com>
1539
df8397f3
JB
1540 * ehelp.el (with-electric-help, electric-help-exit)
1541 (electric-help-retain): Doc fixes.
1542
44426bc3
JB
1543 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
1544 (byte-compile-file): Doc fixes.
1545
409d2613
YM
15462007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1547
1548 * term/mac-win.el: Change all uses of
1549 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
1550 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
1551 (mac-ae-get-url): Call select-frame-set-input-focus.
1552 (mac-dnd-handle-drag-n-drop-event): Don't call
1553 select-frame-set-input-focus.
1554
1799d3ea
KH
15552007-02-13 Kenichi Handa <handa@m17n.org>
1556
1557 * international/characters.el: Fix documentation of category `a'.
1558
215c3847
DN
15592007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
1560
44426bc3 1561 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
215c3847 1562
bf0503cb
MA
15632007-02-12 Michael Albinus <michael.albinus@gmx.de>
1564
1565 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
a3609743
SM
1566 (tramp-get-remote-ln): Handle error case.
1567 Reported by Chris Moore <dooglus@gmail.com>.
bf0503cb 1568
b58cb59f
KS
15692007-02-11 Kim F. Storm <storm@cua.dk>
1570
1571 * bindings.el (ctl-x-map): Remove register compatibility bindings
1572 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
1573
9f25c0d2
RS
15742007-02-11 Richard Stallman <rms@gnu.org>
1575
1576 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
1577 in load history.
1578
1579 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
1580 condition -- don't fail to stop at endpos.
1581
9334d442
CD
15822007-02-11 Carsten Dominik <dominik@science.uva.nl>
1583
b58cb59f
KS
1584 * textmodes/org.el (org-agenda-get-todos)
1585 (org-agenda-get-timestamps, org-agenda-get-closed)
1586 (org-agenda-get-deadlines, org-agenda-get-scheduled)
1587 (org-agenda-get-blocks, org-format-agenda-item)
9334d442
CD
1588 (org-agenda-change-all-lines, org-scan-tags): Rename text property
1589 from `category' to `org-category'.
1590
1a03f515
KH
15912007-02-11 Kenichi Handa <handa@m17n.org>
1592
44426bc3
JB
1593 * international/titdic-cnv.el (titdic-convert): Force files be written
1594 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
1595 (miscdic-convert): Force files be written with Unix-like eol format.
1a03f515 1596
b9988d51
JB
15972007-02-11 Juanma Barranquero <lekktu@gmail.com>
1598
550934c8
JB
1599 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
1600
b9988d51
JB
1601 * calculator.el (calculator-prompt): Doc fix.
1602 (calculator-mode-map): Fix typo in menu entry.
1603
a45928e6
JB
16042007-02-10 Jay Belanger <belanger@truman.edu>
1605
1606 * calculator.el (calculator): Do more extensive checking for when
1607 3 lines should be used for the calculator.
1608
3570640e
EZ
16092007-02-10 Eli Zaretskii <eliz@gnu.org>
1610
a3609743
SM
1611 * info-look.el (info-lookup-make-completions):
1612 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
b9988d51 1613 index nodes.
3570640e 1614
b9988d51
JB
1615 * info.el (Info-fontify-maximum-menu-size): Document the effect
1616 of a nil value.
3570640e
EZ
1617 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
1618 non-nil before using it as size.
1619
ca878c38
CY
16202007-02-09 Chong Yidong <cyd@stupidchicken.com>
1621
0c92208b
CY
1622 * subr.el (insert-for-yank-1): Prevent read-only properties from
1623 interfering with text property operations.
1624
ca878c38
CY
1625 * image-mode.el (image-mode): Revert 2007-01-30 changes.
1626
1627 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
1628 (image-type-auto-detected-p): Fail if another match is found in
1629 auto-mode-alist.
1630
1631 * files.el (magic-mode-alist): Call image-mode instead of
1632 image-mode-maybe for autodetected images.
1633
b194bbaf
JB
16342007-02-09 Juanma Barranquero <lekktu@gmail.com>
1635
1636 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
1637 Fix typos in docstrings.
1638 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
1639
35a8a0d0
KS
16402007-02-09 Kim F. Storm <storm@cua.dk>
1641
1642 * emacs-lisp/float-sup.el: Remove obsolete comment.
1643
2365ab4a
SM
16442007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1645
1646 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
1647
3a4b8347
KF
16482007-02-08 Karl Fogel <kfogel@red-bean.com>
1649
1650 * simple.el: Revert previous change, at request of RMS:
1651 (fundamental-mode-hook): Remove.
1652 (fundamental-mode): Run after-change-major-mode-hooks manually,
1653 and don't run the now-nonexistent fundamental-mode-hook.
35a8a0d0 1654
3faea23a
KF
16552007-02-08 Karl Fogel <kfogel@red-bean.com>
1656
7d506bfc 1657 * simple.el (fundamental-mode-hook): Declare new hook.
3faea23a
KF
1658 (fundamental-mode): Run the new dedicated hook, and don't run
1659 after-change-major-mode-hooks manually anymore.
1660
459b1fe4
SM
16612007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1662
1663 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
1664 added columns of chars. Remove support for the "no-meta-info" format.
1665 Prompted by Romain Francoise <romain@orebokech.com>.
1666
f2b3ba1e
NR
16672007-02-07 Nick Roberts <nickrob@snap.net.nz>
1668
1669 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
1670 (gdb-mouse-until, gdb-mouse-jump): Use it.
1671
b773b623
NR
16722007-02-07 Nick Roberts <nickrob@snap.net.nz>
1673
1674 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
1675 work when there is just an assembler buffer (no source buffer).
1676
a3ee90d9
SM
16772007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
1678
1679 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
1680 just because the diff was produced using "-p" (--show-c-function).
1681
9479c0ab
JB
16822007-02-07 Juanma Barranquero <lekktu@gmail.com>
1683
ff52c940
JB
1684 * faces.el (frame-set-background-mode): Use `color-values' and
1685 `display-color-p', not `x-color-values' and `x-display-color-p'.
1686 (face-valid-attribute-values): Use `defined-colors' instead of
1687 `x-defined-colors'.
9479c0ab 1688
5167749c
VJL
16892007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1690
1691 * ps-print.ps: The ps-print commands without face printing should not
1692 print background color. Reported by Leo <sdl.web@gmail.com>.
1693 (ps-print-version): New version 6.7.3.
1694 (ps-begin-job): New arg. Fix ps-default-background and
1695 ps-default-foreground initialization.
1696 (ps-face-attributes): Fix doc string.
1697 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
1698
9e95965c
VJL
1699 * printing.el: Fix ps-print link.
1700
867eb050
CY
17012007-02-06 Chong Yidong <cyd@stupidchicken.com>
1702
1703 * faces.el (face-set-after-frame-default): Compile attributes to
1704 be set by frame parameters before merging in X resources.
1705
d2976f41
JB
17062007-02-06 Juanma Barranquero <lekktu@gmail.com>
1707
1708 * simple.el (blink-matching-paren-dont-ignore-comments):
1709 (blink-matching-paren-on-screen): Doc fixes.
1710
046024c8
NR
17112007-02-06 Nick Roberts <nickrob@snap.net.nz>
1712
d2976f41 1713 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
046024c8 1714
54c6a1c4
JB
17152007-02-05 Juanma Barranquero <lekktu@gmail.com>
1716
1717 * loadhist.el (unload-feature): Silently ignore `load-history' entries
1718 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
1719 entries like `defun'. Return nil.
1720
0fd91d23
KS
17212007-02-05 Kim F. Storm <storm@cua.dk>
1722
1723 * ido.el: Doc fixes.
1724
a87c4c30
DK
17252007-02-04 David Kastrup <dak@gnu.org>
1726
1727 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
1728 `mpuz-allow-double-multiplicator' is non-zero, and correct
1729 calculation of `min'.
1730
e0f95693
EZ
17312007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
1732
1733 * wid-edit.el (widget-default-create): Insert new text at the
1734 :from marker _after_ the marker, not before it.
1735
0ac6528f
AM
17362007-02-04 Alan Mackenzie <acm@muc.de>
1737
1738 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
1739 containing it is re-indented.
1740
36724891
CY
17412007-02-03 Chong Yidong <cyd@stupidchicken.com>
1742
19eee1a9
CY
1743 * net/newsticker.el (newsticker--insert-image): Update docstring,
1744 and insert the image directly.
1745 (newsticker--buffer-redraw): Update docstring.
1746
54c6a1c4
JB
1747 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1748 Rename from define-global-minor-mode.
36724891 1749
0fd91d23
KS
1750 * progmodes/cwarn.el (global-cwarn-mode):
1751 * emacs-lisp/autoload.el (make-autoload):
1752 * hi-lock.el (global-hi-lock-mode):
36724891
CY
1753 * font-core.el (global-font-lock-mode): All callers changed.
1754
f6472377
EZ
17552007-02-03 Eli Zaretskii <eliz@gnu.org>
1756
1757 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
1758 Don't copy @ignore lines into menu descriptions.
1759 (texinfo-multi-file-update): Goto the @node line before attempting
1760 to pluck the node name.
1761 (texinfo-multiple-files-update): Reverse the optional arguments'
1762 order, as per the doc string and the `interactive' form.
1763
a6ed414a
CY
17642007-02-03 Chong Yidong <cyd@stupidchicken.com>
1765
1766 * image-mode.el: Use autoload to avoid overriding disabled setting
1767 applied in .emacs.
1768
b9988d51 17692007-02-03 Alan Mackenzie <acm@muc.de>
7bee28dc
AM
1770
1771 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
1772 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
1773 adjacent paren groups).
1774
4303661c
VJL
17752007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1776
1777 * progmodes/ebnf2ps.el: Doc fixes.
1778 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
1779
3a69c54c
EZ
17802007-02-02 Eli Zaretskii <eliz@gnu.org>
1781
1782 * dired-x.el (dired-do-relsymlink): Add reference to
71ed83ca 1783 dired-do-symlink. Add an autoload cookie.
3a69c54c
EZ
1784
1785 * dired-aux.el (dired-do-symlink): Add reference to
1786 dired-do-relsymlink.
1787
17882007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
1789
1790 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
1791 <left-fringe mouse-3>: New bindings.
1792
17932007-02-02 Ulf Jasper <ulf.jasper@web.de>
1794
1795 * newsticker.el (newsticker-version): Changed to "1.10".
1796 (newsticker--set-customvar): Doc string.
1797 (newsticker-new-item-face): Doc string.
1798 (newsticker-mode): Initialize `invisibility-spec' with t.
1799 (newsticker-mode-map): Added
1800 `newsticker-mark-all-items-at-point-as-read'.
1801 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
1802 (newsticker-w3m-show-inline-images): Do not call
1803 `w3m-remove-image'.
1804 (newsticker--buffer-after-w3m-insert-image): New advice for
1805 w3m-insert-image to cache images.
1806 (newsticker-next-item-same-feed): New.
1807 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
1808 (newsticker-mark-all-items-of-feed-as-read): New.
1809 (newsticker-mark-all-items-at-point-as-read): Use new functions.
1810 (newsticker-mark-item-at-point-as-read): Doc string.
1811 (newsticker-mark-item-at-point-as-read): Use new functions.
1812 (newsticker--do-mark-item-at-point-as-read): New, extracted from
1813 `newsticker-mark-item-at-point-as-read'.
1814 (newsticker-hide-entry): Use (t) instead of t for invisibility.
1815 (newsticker--sentinel): Yet another xml-parser workaround.
1816 (newsticker--decode-iso8601-date): Bugfix for datestrings without
1817 days.
1818 (newsticker--buffer-do-insert-text): Fix.
1819 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
1820 (newsticker--buffer-make-item-completely-visible):
1821 `switch-to-buffer' not necessary.
1822
18232007-02-02 Eli Zaretskii <eliz@gnu.org>
1824
1825 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
1826 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
1827 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
1828 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
1829 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
1830
06d5f409
KH
18312007-02-02 Kenichi Handa <handa@m17n.org>
1832
1833 * international/quail.el (quail-show-key): Fix an error message.
1834
f2c661c4
JB
18352007-02-01 Juanma Barranquero <lekktu@gmail.com>
1836
1837 * faces.el (set-face-underline-p, modify-face): Rename arg
1838 UNDERLINE-P to UNDERLINE (it is not a flag).
1839
eaa9ecdd
NR
18402007-02-01 Nick Roberts <nickrob@snap.net.nz>
1841
1842 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
1843 when adding gdb-speedbar-update to gdb-input-queue.
1844
fbfc1a5b
KH
18452007-02-01 Kenichi Handa <handa@m17n.org>
1846
1847 * international/quail.el (quail-show-key): Signal an error if the
1848 current input method is not using Quail.
1849
a86bd650
S
18502007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
1851
f2c661c4
JB
1852 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
1853 Trim leading whitespace in sysvar names.
a86bd650 1854
39a897a5
JB
18552007-02-01 Juanma Barranquero <lekktu@gmail.com>
1856
1857 * faces.el (internal-find-face, internal-get-face): Doc fixes.
1858
ccaa42ed
JB
18592007-01-31 Juanma Barranquero <lekktu@gmail.com>
1860
1861 * ido.el (ido-set-common-completion): Use `let', not `let*'.
1862
e3633d8b
RF
18632007-01-31 Romain Francoise <romain@orebokech.com>
1864
1865 * comint.el: Delete extra copy of `comint-copy-old-input' added in
1866 previous change to this file.
1867
28ed185c
JR
18682007-01-31 Jason Rumney <jasonr@gnu.org>
1869
1870 * files.el (magic-mode-alist): Use image-mode-maybe rather than
1871 image-mode.
1872
1873 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
1874 interfering with attempt to set major mode from modified
1875 auto-mode-alist.
1876
edcacc1c
JB
18772007-01-31 Juanma Barranquero <lekktu@gmail.com>
1878
1879 * faces.el (color-values): Doc fix.
1880 (face-differs-from-default-p): Don't check :foreground twice.
1881
46bb060f
S
18822007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
1883
edcacc1c 1884 * comint.el (comint-mode): Prevent non-keyword fontification by default.
46bb060f 1885
1583f1f5
KH
18862007-01-31 Kenichi Handa <handa@m17n.org>
1887
1888 * international/quail.el (quail-store-decode-map-key): Store a
1889 translated character too.
1890 (quail-char-equal-p): New function.
1891 (quail-find-key1): Check character equality by quail-char-equal-p.
1892 (quail-decode-map-generated): New variable.
1893 (quail-find-key): Check quail-decode-map-generated and re-generate
1894 a decode map if necessary.
1895
25752d87
RS
18962007-01-30 Richard Stallman <rms@gnu.org>
1897
1898 * tutorial.el (tutorial--detailed-help): Make the list of
1899 changed keys look nicer.
1900
8af39ffb
NR
19012007-01-30 Nick Roberts <nickrob@snap.net.nz>
1902
1903 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
1904 (gdb-var-delete): Use it.
1905 (gdb-var-update-handler-1): Handle value "invalid" for MI field
1906 `in_scope'.
1907
06531fc3
MA
19082007-01-30 Michael Albinus <michael.albinus@gmx.de>
1909
edcacc1c 1910 * files.el (get-free-disk-space): Return nil for remote directories.
06531fc3
MA
1911
1912 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
1913 instead of "dir".
1914
28c0f07a
CY
19152007-01-30 Chong Yidong <cyd@stupidchicken.com>
1916
9b4837a4
CY
1917 * type-break.el (type-break-catch-up-event): New function.
1918 (type-break-demo-hanoi, type-break-demo-life)
1919 (type-break-demo-boring): Use it.
1920
28c0f07a 1921 * image-mode.el (image-mode): Don't automatically view as image.
caf39874 1922 (image-toggle-display): Add `disabled' property.
28c0f07a 1923
f5bb9196
JB
19242007-01-29 Juanma Barranquero <lekktu@gmail.com>
1925
d7c2974d
JB
1926 * isearchb.el (isearchb-iswitchb):
1927 * ps-print.el (ps-build-face-reference):
8f77631e 1928 * emacs-lisp/shadow.el (list-load-path-shadows):
d7c2974d
JB
1929 * eshell/esh-cmd.el (eshell-rewrite-for-command):
1930 * international/mule.el (find-auto-coding):
1931 * mail/supercite.el (sc-attrib-selection-list):
1932 * progmodes/cc-defs.el (c-emacs-features):
1933 * progmodes/cc-vars.el (c-offsets-alist):
1934 * progmodes/flymake.el
1935 (flymake-init-create-temp-source-and-master-buffer-copy):
1936 Fix typos in docstrings (some suggested by Chris Moore).
1937
1938 * progmodes/vhdl-mode.el (vhdl-components-package-name)
1939 (vhdl-get-library-unit, vhdl-corresponding-begin)
1940 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
1941 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
1942 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
1943 (vhdl-font-lock-match-item): Fix typos in docstrings.
1944 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
1945 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
1946 (vhdl-speedbar-insert-project-hierarchy):
1947 Improve argument/docstring consistency.
f5bb9196 1948
8c8d1081
KH
19492007-01-29 Kenichi Handa <handa@m17n.org>
1950
1951 * international/titdic-cnv.el (py-converter): Fix previous change.
1952
645200b5
CY
19532007-01-29 Chong Yidong <cyd@stupidchicken.com>
1954
44dc01e4
CY
1955 * jka-compr.el (jka-compr-partial-uncompress)
1956 (jka-compr-call-process): Rebind default-directory if it is
1957 invalid. Suggested by Chris Moore.
1958
645200b5
CY
1959 * comint.el (comint-insert-input): Handle situation where the
1960 selected buffer is not the clicked buffer.
1961
0e66b003
KH
19622007-01-29 Kenichi Handa <handa@m17n.org>
1963
f5bb9196
JB
1964 * international/ja-dic-cnv.el (skkdic-convert):
1965 Add byte-compile-disable-print-circle:t at the head.
f6c02c7a 1966
f5bb9196
JB
1967 * international/titdic-cnv.el (tit-process-header):
1968 Add byte-compile-disable-print-circle:t at the head.
f6c02c7a
KH
1969 (miscdic-convert): Likewise.
1970 (py-converter): Skip the header comments.
1971
f5bb9196
JB
1972 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
1973 New variable.
0e66b003
KH
1974 (byte-compile-output-file-form): Bing print-circle to nil if
1975 byte-compile-output-file-form is not nil.
1976 (byte-compile-output-docform): Likewise.
1977
176b179b
KS
19782007-01-28 Kim F. Storm <storm@cua.dk>
1979
1980 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
1981 Declare earlier to avoid byte compiler warnings.
1982
98ef9fa4
EZ
19832007-01-28 Markus Triska <markus.triska@gmx.at>
1984
1985 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
1986
2f028807
CY
19872007-01-28 Chong Yidong <cyd@stupidchicken.com>
1988
1989 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
1990 (gamegrid-add-score-with-update-game-score-1): Allow local quits
1991 when calling update-game-score program. Remove unnecessary
1992 save-excursion.
1993
1994 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
1995
306c24b5
NR
19962007-01-28 Nick Roberts <nickrob@snap.net.nz>
1997
1998 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
1999 avoid compiler warning.
2000 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2001 might have values other than "true" or "false".
2002
d9380425
RS
20032007-01-28 Richard Stallman <rms@gnu.org>
2004
2005 * textmodes/fill.el (fill-paragraph-function): Doc fix.
2006 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2007
2008 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2009
2010 * image.el (image-type-header-regexps): Make GIF regex more specific.
2011
2012 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2013 Don't check `backspace'.
2014 (tutorial--find-changed-keys): Look up bindings in a temp buffer
2015 in Fundamental mode.
2016
2017 * startup.el (fancy-splash-text, normal-splash-screen):
2018 Mention C-g.
2019
2020 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2021 when inserting in buffer.
2022
2023 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2024 inside the if.
2025
e14c5251
RS
20262007-01-27 Richard Stallman <rms@gnu.org>
2027
2028 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2029
20302007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
2031
2032 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
86b8a072 2033 enum/union/struct/class definition.
e14c5251
RS
2034 Revert change to call `forward-sexp' multiple times.
2035
7d8efa73
CY
20362007-01-27 Chong Yidong <cyd@stupidchicken.com>
2037
2038 * files.el (hack-local-variables-confirm): Don't keep trying to
2039 read an event from an empty kbd macro.
2040
a134cd5e
EZ
20412007-01-27 Eli Zaretskii <eliz@gnu.org>
2042
2043 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2044
20452007-01-27 Ben North <ben@redfrontdoor.org>
2046
2047 * outline.el (outline-promote, outline-demote): Doc fix. Rename
2048 the arg CHILDREN -> WHICH.
2049
00e10871
MA
20502007-01-27 Michael Albinus <michael.albinus@gmx.de>
2051
2052 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2053 default-directory to a sane value when calling start-process.
2054
9b0aaece
EZ
20552007-01-27 Eli Zaretskii <eliz@gnu.org>
2056
2057 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2058 (ls-lisp-format-time-list): Doc fix. Mention
2059 ls-lisp-use-localized-time-format.
2060 (ls-lisp-format-time): Use ls-lisp-format-time-list if
2061 ls-lisp-use-localized-time-format is non-nil, even if a valid
2062 locale is defined.
2063
bfe69972
JB
20642007-01-27 Juanma Barranquero <lekktu@gmail.com>
2065
2066 * jka-compr.el (jka-compr-shell): Doc fix.
2067
2068 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2069
d4757043
VJL
20702007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2071
2072 * ps-print.ps: Fix background height.
2073 (ps-print-version): New version 6.7.2.
2074
f2133d9e
EZ
20752007-01-26 Eli Zaretskii <eliz@gnu.org>
2076
2077 * makefile.w32-in (finder-data, custom-deps): Depend on
2078 $(lisp)/loaddefs.el.
2079
1408b0d5
DN
20802007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2081
bfe69972 2082 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
1408b0d5 2083
5e51de79
MB
20842007-01-24 Miles Bader <miles@gnu.org>
2085
2086 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2087 (byte-compile-output-docform): Bind `print-circle' to t.
2088
70462171
KH
20892007-01-24 Kenichi Handa <handa@m17n.org>
2090
2091 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2092 file name of the original SKK dictionary file.
2093
ff40b263
KS
20942007-01-24 Kim F. Storm <storm@cua.dk>
2095
2096 * ido.el (ido-initial-position): New variable.
2097 (ido-read-internal): Set it if default item is specified.
2098 (ido-minibuffer-setup): Position cursor accordingly if set.
2099 (ido-edit-input): C-e moves to end of input if not already there.
2100 (ido-magic-backward-char): C-b does like M-b if prev char is /.
2101 Don't switch to buffer mode if repeating C-b at start of input.
2102 (ido-toggle-ignore): C-a only toggles ignore at start or end of
2103 input; else it moves to start of input.
2104 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2105 not at end of input, delete rest of input, rather than normal op.
2106
279c800c 21072007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
5445772e
KS
2108
2109 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2110
2111 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
bfe69972 2112 of message. Activate mark.
5445772e
KS
2113 (ediff-activate-mark): Set transient-mark-mode to t.
2114
2115 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2116
bfb2471c
MR
21172007-01-23 Martin Rudalics <rudalics@gmx.at>
2118
2119 * help-fns.el (describe-variable): Don't suppress display of
2120 buffer local value when the value is "large".
2121
67155dc3
KS
21222007-01-22 Kim F. Storm <storm@cua.dk>
2123
bfe69972 2124 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
67155dc3
KS
2125 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2126 (ido-tidy): Use ido-active.
2127
e925d5ae 21282007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
a30cc07b
JB
2129
2130 * hexl.el (hexl-mode-exit): Add missing quote.
2131
447466a5
YM
21322007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2133
2134 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2135 (mac-ae-keyboard-modifiers): New function.
2136 (mac-handle-toolbar-switch-mode): Use it.
2137 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
2138 if keyboard modifiers on drop contain option key.
2139 (mac-dnd-drop-data): Add optional argument `action'.
2140 (special-event-map): Remove binding for M-drag-n-drop.
2141
6cbe2ec4
RS
21422007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
2143
2144 * add-log.el (add-log-current-defun): Use CC Mode functions to
2145 find the beginning and end of a defun.
2146
d1bf4d2f
NR
21472007-01-21 Nick Roberts <nickrob@snap.net.nz>
2148
2149 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2150 (gdb-var-create-handler): Handle value field in GDB output of
2151 -var-create.
2152 (gdb-max-frames): New variable.
2153 (gdb-stack-buffer, gdb-frames-select): Use it.
2154 (gdb-info-stack-custom): Help user customize gdb-max-frames,
2155 if necessary.
2156 (gdb-get-frame-number): Simplify.
2157
385a73ae
GM
21582007-01-21 Glenn Morris <rgm@gnu.org>
2159
a30cc07b
JB
2160 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2161 Update copyrights.
385a73ae 2162
a3466c23
AM
21632007-01-21 Alan Mackenzie <acm@muc.de>
2164
2165 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2166 handling of K&R stuff.
2167
238a5d6d
RW
21682007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2169
2170 * textmodes/bibtex.el (bibtex-files): Fix customization type.
2171
c1a1c994
VJL
21722007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2173
2174 * ps-print.el: Handle frame parameters (background and/or foreground
2175 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
d4757043 2176 (ps-print-version): New version 6.7.1.
c1a1c994
VJL
2177 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2178 (ps-frame-parameter): New fun.
2179 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2180 Fix doc and customization.
2181 (ps-begin-job): Get frame parameters (background and/or foreground
2182 colors).
2183 (ps-do-despool): Ensure ps-printer-name has a valid value.
2184
c08455ad
NR
21852007-01-21 Nick Roberts <nickrob@snap.net.nz>
2186
d1bf4d2f
NR
2187 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2188 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2189 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2190 mean unlimited.
c08455ad 2191
ecc71db8
AM
21922007-01-20 Alan Mackenzie <acm@muc.de>
2193
2194 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2195 much more rigorous analysis of putative K&R regions.
2196
fa85e852
AM
21972007-01-20 Alan Mackenzie <acm@muc.de>
2198
2199 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
a30cc07b 2200 New functions.
fa85e852 2201
7640c7ea
AM
22022007-01-20 Alan Mackenzie <acm@muc.de>
2203
2204 * progmodes/cc-align.el, progmodes/cc-cmds.el,
a30cc07b
JB
2205 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2206 * progmodes/cc-langs.el, progmodes/cc-styles.el,
2207 * progmodes/cc-vars.el: Add my name.
7640c7ea 2208
07c7c7fe
CY
22092007-01-20 Chong Yidong <cyd@stupidchicken.com>
2210
2211 * files.el (find-alternate-file): Revert query message to Emacs 21
2212 version.
2213
4e251bd1
EZ
22142007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
2215
2216 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2217 the doc string how to use personal abbrevs without electric
2218 keywords.
2219
f56cd133
EZ
22202007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2221
a30cc07b
JB
2222 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2223 Fixed cursor position when toggle abbreviated display.
f56cd133 2224
0835662b
NR
22252007-01-20 Nick Roberts <nickrob@snap.net.nz>
2226
2227 * t-mouse.el: Update copyright following assignment by
2228 Alessandro Rubini.
2229
fd4b0ac8
CY
22302007-01-20 Chong Yidong <cyd@stupidchicken.com>
2231
2232 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2233 (type-break-demo-boring): Call read-event instead of read-char.
2234
a30cc07b 22352007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
250540cd
DP
2236
2237 * progmodes/compile.el: Add handling for makepplog.
2238
423cef56
RS
22392007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2240
2241 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2242 aspell dictionaries are initialized when called non-interactively.
2243
460565fb
CY
22442007-01-19 Chong Yidong <cyd@stupidchicken.com>
2245
a30cc07b
JB
2246 * progmodes/compile.el (compilation-loop): New arg limit.
2247 Handle case where the first error is at point-min.
460565fb
CY
2248 (compilation-next-error): New arg to compilation-loop call.
2249
a30cc07b 22502007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
d77153c5
CY
2251
2252 * info.el (Info-default-dirs): Change default info dir to
2253 share/info.
2254
2255 * paths.el (Info-default-directory-list): Ditto.
2256
e925d5ae 22572007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
66d237e2
CY
2258
2259 * hexl.el (hexl-before-revert-hook): New function.
2260 (hexl-mode): Use it.
2261 (hexl-after-revert-hook): Just call hexl-mode.
2262 (hexl-mode-exit): Remove before-revert-hook.
2263
c5f847b6
SM
22642007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2265
2266 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2267
bfb2471c 22682007-01-16 Martin Rudalics <rudalics@gmx.at>
1350ca79
MR
2269
2270 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2271 by "-" in francais7 otherchars entry.
2272 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2273 otherchars entry.
2274
acf3709f
KF
22752007-01-15 Karl Fogel <kfogel@red-bean.com>
2276
2277 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2278 path. Rewrite function in `cond' style for readability.
2279
a30cc07b 2280 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
acf3709f
KF
2281 (The path shortening, that is, not the rearrarangement.)
2282
a35c8b70
YM
22832007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2284
2285 * term/mac-win.el (mac-ae-quit-application): New function.
2286 (mac-apple-event-map): Bind "quit application" Apple event to it.
2287
c45b3be3
SM
22882007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2289
2290 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2291 than the program's output.
2292
c796a0b6
JB
22932007-01-14 Juanma Barranquero <lekktu@gmail.com>
2294
2295 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2296 (kmacro-start-macro-or-insert-counter)
2297 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2298 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2299
de529e21
JB
2300 * longlines.el (longlines-show-hard-newlines):
2301 * ruler-mode.el (ruler-mode-ruler):
2302 * emulation/keypad.el (keypad-setup):
2303 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2304 Fix typo in docstring.
c796a0b6 2305
5ff7d15d
MD
23062007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
2307
a30cc07b
JB
2308 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2309 Remove redirect character ">".
5ff7d15d 2310
ac97d31e
JB
23112007-01-13 Juanma Barranquero <lekktu@gmail.com>
2312
2313 * replace.el (perform-replace): Remove leftover code.
2314
fbea9ee8
RS
23152007-01-12 Richard Stallman <rms@gnu.org>
2316
2317 * replace.el (perform-replace): Don't clear NODENT when computing
2318 the replacement string.
2319
d8bba37c
MA
23202007-01-11 Michael Albinus <michael.albinus@gmx.de>
2321
c45b3be3
SM
2322 * net/tramp.el (tramp-handle-file-local-copy):
2323 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
d8bba37c
MA
2324 <christopher.ian.moore@gmail.com>.
2325
62222158
SM
23262007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2327
3a349573
SM
2328 * diff-mode.el (diff-sanity-check-context-hunk-half)
2329 (diff-sanity-check-hunk): New functions.
2330 (diff-find-source-location): Use'em to check the hunks are well-formed.
2331
62222158
SM
2332 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2333 activate undo when undo is not active.
c796a0b6 2334 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
62222158 2335
5362ba53
SM
23362007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2337
2338 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2339 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2340 (ffap-url-at-point): Use char-classes rather than "a-z".
2341
743a6977
JB
23422007-01-10 Juanma Barranquero <lekktu@gmail.com>
2343
2344 * ediff-init.el (ediff-autostore-merges):
2345 * textmodes/fill.el (fill-region): Doc fix.
2346
da6657b7
SM
23472007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2348
2349 * server.el (server-ensure-safe-dir): UIDs may be floats.
2350
247bc272
RS
23512007-01-10 Richard Stallman <rms@gnu.org>
2352
b9ffe418
RS
2353 * battery.el (battery-linux-proc-acpi): Use ignore-errors
2354 around calls to directory-files.
2355
eb486e20
RS
2356 * subr.el (momentary-string-display): Use save-excursion.
2357
247bc272
RS
2358 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2359 argument, but read it as `X' does.
2360
e992d405
JL
23612007-01-09 Juri Linkov <juri@jurta.org>
2362
2363 * info.el (Info-fontify-node): Don't hide node names of index entries.
2364
2365 * faces.el (momentary): Change :group to basic-faces where all
2366 basic faces belong to. Add :version.
2367
5c1e7dac
CY
23682007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
2369
2370 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2371 keybinding is found.
2372 (tutorial--find-changed-keys): Never treat null keybinding as a
2373 remapping.
2374
a87591a6 23752007-01-09 Martin Rudalics <rudalics@gmx.at>
4212d44f 2376
a87591a6 2377 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4212d44f 2378
333f3572
KH
23792007-01-09 Kenichi Handa <handa@m17n.org>
2380
2381 * international/mule-cmds.el
2382 (select-safe-coding-system-interactively): Fix message.
2383
e6466697
MA
23842007-01-09 Michael Albinus <michael.albinus@gmx.de>
2385
a87591a6 2386 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
e6466697
MA
2387 (tramp-process-actions): Add optional parameter TIMEOUT.
2388 (tramp-open-connection-telnet, tramp-open-connection-rsh)
2389 (tramp-open-connection-su): Add timeout of 60".
2390
5105e997
RS
23912007-01-09 Richard Stallman <rms@gnu.org>
2392
2393 * progmodes/compile.el (compile): Doc fix.
2394
23952007-01-09 Markus Triska <markus.triska@gmx.at>
2396
2397 * tumme.el (tumme-display-thumb): Doc fix.
2398
b65d82ca
JB
23992007-01-08 Juanma Barranquero <lekktu@gmail.com>
2400
2401 * battery.el (battery-search-for-one-match-in-files):
2402 * bindings.el (mode-line-minor-mode-help):
2403 * x-dnd.el (x-dnd-types-alist):
2404 * calendar/icalendar.el (icalendar-import-buffer):
2405 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2406
2407 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2408
e925d5ae 24092007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
107173cf
JB
2410
2411 * replace.el (replace-regexp): Fix typo in docstring.
2412
b38be6cc
AM
24132007-01-07 Alan Mackenzie <acm@muc.de>
2414
107173cf
JB
2415 * progmodes/cc-langs.el (c-operators, c-filter-ops):
2416 Amend doc-string and comments.
b38be6cc 2417
fe4e58ec
EZ
24182007-01-06 Eli Zaretskii <eliz@gnu.org>
2419
2420 * files.el (abbreviate-file-name): Doc fix.
2421
24222007-01-06 Markus Triska <triska@gmx.at>
2423
2424 * subr.el (split-string): Remove spurious ")" from doc string.
2425
bc48f9fd
RS
24262007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
2427
2428 * textmodes/table.el (table--warn-incompatibility):
2429 Use display-warning instead of momentary-string-display.
2430
654ec269
RS
24312007-01-05 Richard Stallman <rms@gnu.org>
2432
2dca7106
RS
2433 * image.el (image-type-header-regexps): Recognize xbm more strictly.
2434
654ec269
RS
2435 * simple.el (backward-kill-word): Doc fix.
2436
129f1989
RF
24372007-01-05 Romain Francoise <romain@orebokech.com>
2438
2439 * international/mule.el (sgml-html-meta-auto-coding-function):
2440 Ensure that the buffer contains a HTML document.
2441
ab3aad87
DN
24422007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2443
129f1989 2444 * faces.el (momentary): Move here ...
ab3aad87
DN
2445 * subr.el (momentary): ... from here.
2446
2bb0900a
NR
24472007-01-05 Nick Roberts <nickrob@snap.net.nz>
2448
2449 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2450 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2451 large structures/arrays.
2452
a0583738
RS
24532007-01-04 Juanma Barranquero <lekktu@gmail.com>
2454
129f1989 2455 * files.el (find-file-noselect-1, set-visited-file-name):
a0583738 2456 Allow backup-enable-predicate to be nil.
129f1989 2457
3c47e17c
AS
24582007-01-04 Andreas Schwab <schwab@suse.de>
2459
2460 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2461 last change.
2462
c3295e7b
RS
24632007-01-03 Richard Stallman <rms@gnu.org>
2464
2465 * woman.el (woman-decode-buffer): Clarify error message.
2466
24672007-01-03 Alan Mackenzie <acm@muc.de>
23f74f53 2468
520e9259 2469 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
23f74f53 2470
e925d5ae 24712007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
c3b1f01f
JB
2472
2473 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2474
51443e4f
SM
24752007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2476
2477 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2478
dbf284be
JB
24792007-01-02 Juanma Barranquero <lekktu@gmail.com>
2480
33c053f4
JB
2481 * emulation/viper.el (viper-custom-file-name, viper-mode):
2482 Fix typos in docstrings.
2483
dbf284be
JB
2484 * subr.el (momentary-string-display): After moving point, set POS
2485 variable to it to avoid later errors once the buffer is modified.
2486 Doc fix.
2487
2bac13f5
AM
24882007-01-02 Alan Mackenzie <acm@muc.de>
2489
2490 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2491 check that the "*/" is present before trying to manipulate it.
2492
d0076741
RS
24932007-01-02 Richard Stallman <rms@gnu.org>
2494
a6c327a8
RS
2495 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2496
dbf284be 2497 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
d0076741
RS
2498 Fix format of value.
2499
51443e4f 2500 * cus-edit.el (customize-unsaved): Rename from customize-customized.
d0076741
RS
2501 Change messages accordingly.
2502 (customize-customized): Now alias.
dbf284be 2503
e19bc9c4
JB
25042007-01-02 Juanma Barranquero <lekktu@gmail.com>
2505
2506 * files.el (version-control): Doc fix.
2507
25082007-01-01 Alan Mackenzie <acm@muc.de>
b1da67d7 2509
51443e4f
SM
2510 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2511 Check the format of c-state-cache is valid for an optimisation before
b1da67d7
AM
2512 using it.
2513
2514 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2515 are at a statement within a macro". Other changes so that only
2516 the first continuation line in a macro gets the symbol
2517 `cpp-define-intro', the others getting `statement', or whatever.
2518
b1da67d7
AM
2519 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
2520 a string, preserve whitespace. Add a backslash only when also in
2521 a macro.
2522
e19bc9c4 2523 * progmodes/cc-defs.el: Correct typos.
b1da67d7 2524
e19bc9c4 2525 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
b1da67d7
AM
2526 new line after an escaped EOL in a string.
2527
b1da67d7
AM
2528 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
2529 label when it directly follows "else", "do", ....
2530
e19bc9c4 2531 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
b1da67d7
AM
2532 angle brackets (as seen in "explicit specialisations" of C++
2533 templates).
2534
b1da67d7
AM
2535 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
2536 in the doc-string.
2537
b1da67d7
AM
2538 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
2539 when the comment ender looks like "=========*/" and is alone on
2540 its line.
2541
b1da67d7
AM
2542 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
2543 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
2544 for the old name.
2545
e19bc9c4 2546 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
b1da67d7
AM
2547 c-\(beginning\|end\)-of-defun by default.
2548
51443e4f
SM
2549 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
2550 New line-up function, for the DEFUN macro in the Emacs C sources.
b1da67d7
AM
2551 Only used in "gnu" style.
2552
e19bc9c4 2553 * progmodes/cc-styles.el (c-style-alist): Use this new function in
b1da67d7
AM
2554 the "gnu" style.
2555
b1da67d7
AM
2556 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
2557 clean-up comment-close-slash also to work when there's a comment
2558 terminator on the line.
2559 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
2560 these for large arg - only take account of top level {..}, except
2561 for initial and final adjustments. M-- C-M-[ae] now go to the
2562 right defuns when the starting point is between defuns. They use
2563 the four new functions:
e19bc9c4
JB
2564 (c-in-function-trailer-p, c-where-wrt-brace-construct)
2565 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
b1da67d7
AM
2566 support c-\(beginning\|end\)-of-defun.
2567
b1da67d7
AM
2568 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
2569 expressions more rigorously, to exclude bit-field specifiers from
2570 being classed as labels.
2571 (c-forward-label): When analyzing a ":" within a macro, be careful
2572 about using c-forward-syntactic-ws at the macro beginning.
2573 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
2574 stmt boundary, check for "operator=", etc.
2575
51443e4f
SM
2576 * progmodes/cc-mode.el (c-postprocess-file-styles):
2577 Bind inhibit-read-only to t, around the call to
b1da67d7
AM
2578 c-remove-any-local-eval-or-mode-variables, so that it works on a
2579 RO file.
2580
b1da67d7
AM
2581 * progmodes/cc-defs.el (c-version): Update the version number to
2582 "5.31.4".
2583
d8a4fc44
RS
25842007-01-01 Richard Stallman <rms@gnu.org>
2585
2586 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
2587 only if we restored isearch-window-configuration.
2588
13fcde77 25892006-12-31 Romain Francoise <romain@orebokech.com>
496f8308 2590
13fcde77 2591 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
496f8308 2592
f57cdb50
KS
25932006-12-31 Kim F. Storm <storm@cua.dk>
2594
2595 * files.el (auto-mode-case-fold): New defcustom.
2596 (set-auto-mode): If non-nil, perform second case-sensitive pass
2597 through auto-mode-alist if first pass failed.
2598
02f0dab3
RS
25992006-12-30 Richard Stallman <rms@gnu.org>
2600
2601 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
2602
6eb0a10d
EZ
26032006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
2604
2605 * allout.el (allout-encrypt-string): Handle symmetric-key
f57cdb50 2606 passphrase caching but leave keypair caching to pgg.
6eb0a10d 2607
658052a2
MA
26082006-12-30 Michael Albinus <michael.albinus@gmx.de>
2609
2610 Sync with Tramp 2.0.55.
2611
2612 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
2613 `integerp'. `char-equal' could fail else in case of negative
2614 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
2615 (top): Check for `font-lock-add-keywords' before calling; it
2616 doesn't exist under XEmacs.
2617 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
2618 (tramp-completion-mode): Remove clause (not
2619 tramp-unified-filenames), because the function is called in other
2620 context too, where this check results in wrong results in the
2621 XEmacs case on Windows.
2622 (tramp-touch): UTC handling is not possible for XEmacs.
2623
0fb7324a
JD
26242006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2625
2626 * scroll-bar.el (previous-scroll-bar-mode): New variable
2627 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
2628 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
2629
2630 * term/x-win.el: Set scroll bar mode to right if set by X resources.
2631
dced1a73
RS
26322006-12-30 Richard Stallman <rms@gnu.org>
2633
2634 * files.el (make-backup-file-name-1): Precompute abs name
2635 but don't lose the relative name.
2636
2637 * international/mule-cmds.el (select-safe-coding-system-interactively):
2638 Fix message.
2639
86b8a072 26402006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
dced1a73
RS
2641
2642 * files.el (backup-buffer): Show entire backup file name in msg.
2643
c1248ba7
JB
26442006-12-30 Juanma Barranquero <lekktu@gmail.com>
2645
2646 * image.el (image-type-header-regexps, image-type-from-data)
2647 (image-type-from-buffer, image-type-from-file-header):
2648 Revert changes from 2006-12-26.
2649 (image-type-auto-detectable): New variable.
2650 (image-type-auto-detected-p): New function.
2651
2652 * files.el (magic-mode-alist): Detect image files with
2653 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
2654
8cc303bb
NR
26552006-12-29 Nick Roberts <nickrob@snap.net.nz>
2656
2657 * dired.el (dired-sort-other): Move test for dired-mode...
2658 (dired-sort-set-modeline): ...to here.
2659
fafc582b
MC
26602006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2661
2662 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
2663 change. Suggested by Stefan Monnier.
2664
8f2b5ec6
KS
26652006-12-29 Kim F. Storm <storm@cua.dk>
2666
2667 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
2668 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
2669
1bb433e7
KS
26702006-12-27 Kim F. Storm <storm@cua.dk>
2671
2672 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
2673 so it doesn't accidentally match an fsf.org mail address.
2674 (authors-renamed-files-alist): Add tcover-*.el.
2675
544bdc40
SM
26762006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2677
2678 * vc-arch.el (vc-arch-find-version): New function.
2679
2680 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
2681 composed of arbitrary characters (even /) in some systems.
2682
bbc34249
EZ
26832006-12-27 Eli Zaretskii <eliz@gnu.org>
2684
2685 * international/mule-cmds.el (select-safe-coding-system-interactively):
2686 Improve the message in the *Warning* buffer.
2687
01baa134
KS
26882006-12-27 Kim F. Storm <storm@cua.dk>
2689
2690 * ido.el (ido-set-matches-1): Fix last change. If default item is
2691 current buffer, it is ok to be first.
2692
333f3572
KH
26932006-12-27 Kenichi Handa <handa@m17n.org>
2694
2695 * international/mule-cmds.el (select-safe-coding-system-interactively):
2696 Use face `link' for problematic chars.
2697
7d03c5b1
KH
26982006-12-27 Kenichi Handa <handa@m17n.org>
2699
2700 * international/mule-cmds.el (select-safe-coding-system-interactively):
2701 Improve the message in *Warning* buffer.
2702
39bda465
KS
27032006-12-27 Kim F. Storm <storm@cua.dk>
2704
2705 * ido.el (ido-set-matches-1): Never put current buffer first if
2706 there are other matches.
2707
aa32fd71
NR
27082006-12-26 Nick Roberts <nickrob@snap.net.nz>
2709
2710 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
2711 expressions.
2712 (gdb-var-delete): Handle duplicate names. Print message for non
2713 root expressions.
2714 (gdb-partial-output-name): Start buffer name with a space.
2715 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
2716 buffer name.
2717
df034a3f
MC
27182006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2719
2720 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
2721 last footnote when `footnote-spaced-footnotes' is nil.
2722
e817cc9b
RS
27232006-12-26 Richard Stallman <rms@gnu.org>
2724
ba5b643e
RS
2725 * cus-edit.el (custom-browse-sort-alphabetically)
2726 (custom-buffer-sort-alphabetically)
2727 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
2728
e817cc9b
RS
2729 * image.el (image-type-header-regexps): Change element format
2730 to include third item NOT-ALWAYS.
2731 (image-type-from-data): Handle new format.
2732 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
2733 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
2734
6cbe2ec4 27352006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
3b2452fd
MY
2736
2737 * add-log.el (add-log-current-defun): Call `forward-sexp'
2738 multiple times to pick a member function name defined as
2739 part of nested classes/namespaces.
2740
39d410b5
VJL
27412006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2742
2743 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
2744 which keymap should be used to change menu. It does not affect any
2745 existent code.
2746
c3a0ce44
RS
27472006-12-26 Richard Stallman <rms@gnu.org>
2748
2749 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
2750 rather than for being in a minibuffer window.
2751
11e95b02
MB
27522006-12-25 Daiki Ueno <ueno@unixuser.org>
2753
2754 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
2755 locale-coding-system.
2756 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
2757 LF.
2758
20419086
RS
27592006-12-25 Michael R. Mauger <mmaug@yahoo.com>
2760
51443e4f 2761 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
20419086 2762 (sql-mode-syntax-table): Disable double quoted strings.
51443e4f 2763 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
20419086 2764
40cacec2
YM
27652006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2766
14d1edc0 2767 * startup.el (fancy-splash-last-input-event): New variable.
40cacec2
YM
2768 (fancy-splash-special-event-action): New function.
2769 (fancy-splash-screens): Temporarily bind special events to it.
2770 Execute command for saved special event before exiting from
2771 recursive editing.
2772
14d1edc0 2773 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
40cacec2
YM
2774 New functions.
2775 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
2776 Use mac-unread-string.
2777
97df8464 27782006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2a096caf
MC
2779
2780 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
2781 an optimized comment regexp if `comment-start-skip' uses a ^.
90dd8ef0
MC
2782 * bs.el (bs--up): Remove interactive spec.
2783
c4cdc5a1
CY
27842006-12-24 Chong Yidong <cyd@stupidchicken.com>
2785
14d1edc0
JB
2786 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
2787 Suggested by James Cloos.
c4cdc5a1 2788
3350dc42
RS
27892006-12-24 Kevin Ryde <user42@zip.com.au>
2790
2791 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
2792 in March.
2793 (calendar-dst-ends): Default to first Sunday in November.
2794
7acbbaa0
CY
27952006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
2796
2797 * allout.el (allout-encrypt-string): Inhibit use of agent within
2798 body of let form where encryption happens. Acknowledge non-use of
2799 gpg-agent in docstring.
2800 (allout-toggle-subtree-encryption): Acknowledge non-use of
2801 gpg-agent in docstring.
2802
ab83dc8d
CY
28032006-12-24 Chong Yidong <cyd@stupidchicken.com>
2804
14d1edc0 2805 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
ab83dc8d 2806
be064bc4 28072006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
42f82ce7 2808
97df8464
MC
2809 * ediff-diff.el (ediff-diff-options): Clarify docstring.
2810 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
42f82ce7 2811
14d1edc0
JB
2812 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
2813 in hooks.
97df8464 2814 (viper-add-newline-at-eob-if-necessary): Add newline only if we
be064bc4 2815 actually modify buffer; ignore errors if occur.
42f82ce7 2816
3ea94483
CY
28172006-12-23 Chong Yidong <cyd@stupidchicken.com>
2818
2819 * calendar/calendar.el (calendar-mode-map): Switch < and >.
2820 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
2821 formatting.
2822
a914e2b2
RS
28232006-12-23 Richard Stallman <rms@gnu.org>
2824
2825 * simple.el (delete-horizontal-space): Doc fix.
2826
512dd711
EZ
28272006-12-23 Eli Zaretskii <eliz@gnu.org>
2828
2829 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
2830 explicitly in a recursive Make, not implicitly through prerequisites,
2831 since the latter is wrong under parallel builds.
2832
453027ac
EZ
28332006-12-22 Eli Zaretskii <eliz@gnu.org>
2834
14d1edc0 2835 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
453027ac 2836
b9542c10
EZ
28372006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
2838
2839 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
2840 message string.
2841
c52bf8c3
EZ
28422006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
2843
2844 * outline.el (outline-next-visible-heading): Fix the case with a
2845 header at end-of-file with no final newline.
2846
f321348b
EZ
28472006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
2848
2849 * indent.el (tab-always-indent): Doc fix.
2850
d7e39ca9
CY
28512006-12-22 Chong Yidong <cyd@stupidchicken.com>
2852
13a87fce
CY
2853 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
2854 (Info-fontify-node): Do fontify indices.
2855
d7e39ca9
CY
2856 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
2857 to the Emacs Lisp reference manual.
2858 (tutorial--tab-map): Remove. All callers changed.
2859 (tutorial--find-changed-keys): New elt QUIET, used to...
2860 (tutorial--display-changes): ...ensure that warning messages are
2861 only issued once per changed key.
2862 (tutorial--remove-remarks): Delete unused code-path.
2863 (lang-strings): Remove extraneous formatting.
ce9ff784 2864 (tutorial--save-tutorial): Prompt before saving tutorial state.
d7e39ca9 2865
397e270a
CY
28662006-12-21 Chong Yidong <cyd@stupidchicken.com>
2867
2868 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
2869 Replace '?\ ' by '?\s' throughout.
2870 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
2871 `help' custom group.
2872 (tutorial--key-description): New function.
2873 (tutorial--display-changes): Remove redundant arg. Scan for all
2874 key sequences to avoid false matches. Cleanup.
2875 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
2876 reduce homedir pollution.
2877 (help-with-tutorial): Call tutorial--display-changes with no arg.
2878
5f1de5e9
CD
28792006-12-21 Carsten Dominik <dominik@science.uva.nl>
2880
2881 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
2882
e1e17cae
MA
28832006-12-20 Michael Albinus <michael.albinus@gmx.de>
2884
83e20b5c
MA
2885 * net/tramp.el (tramp-default-method): We still need to check for
2886 `executable-find', because it is not bound under Emacs 20.
2887 (tramp-handle-file-name-completion)
e1e17cae
MA
2888 (tramp-completion-handle-file-name-completion): Handle optional
2889 parameter PREDICATE.
2890 (tramp-find-default-method): Add code for default values.
2891
39bd65af
NR
28922006-12-20 Nick Roberts <nickrob@snap.net.nz>
2893
2894 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
2895 make gud-go send "continue".
2896
209ceeef
JB
28972006-12-19 Juanma Barranquero <lekktu@gmail.com>
2898
2899 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
2900 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
2901
c5f6230a
KS
29022006-12-19 Kim F. Storm <storm@cua.dk>
2903
36ff6d6f
KS
2904 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
2905 instead of global-map.
2906
c5f6230a
KS
2907 * files.el (magic-mode-alist): Allow matching file type by
2908 calling a function at bob. Check for image types by calling
2909 image-type-from-buffer. Suggested by Juanma Barranquero.
2910 (set-auto-mode): Do it.
2911
572b79d8
MA
29122006-12-19 Michael Albinus <michael.albinus@gmx.de>
2913
2914 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
2915 Remove "ControlMaster" option from the other `scp*' methods.
14d1edc0 2916 (tramp-default-method): Check for ssh-agent before setting to `scp'.
572b79d8 2917
e84c15c1
CD
29182006-12-18 Carsten Dominik <dominik@science.uva.nl>
2919
2920 * textmodes/org.el (org-mode): Show context after isearch.
2921 (org-show-siblings): New function.
2922 (org-show-context): Use `org-show-siblings'.
2923
6bddffd0
SM
29242006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2925
2926 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
2927 Use syntax-ppss-toplevel-pos.
2928
8195676a
CD
29292006-12-18 Carsten Dominik <dominik@science.uva.nl>
2930
2931 * textmodes/org.el (org-current-line): Make sure that lines are
2932 counted from beginning of buffer.
2933 (org-table-copy-region, org-table-paste-rectangle): Make sure that
2934 lines are counted from beginning of buffer.
2935
1a0c46eb
CY
29362006-12-17 Chong Yidong <cyd@stupidchicken.com>
2937
3294bb68
CY
2938 * info.el (Info-build-node-completions): Signal error if tag-table
2939 marker is not found.
2940
1a0c46eb
CY
2941 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
2942
bce4aeb4
AM
29432006-12-17 Alan Mackenzie <acm@muc.de>
2944
76f38b63
CY
2945 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
2946 speed) the case when open-paren-in-column-0-is-defun-start is nil.
2947 Based on code by Martin Rudalics.
2948
6bddffd0 2949 * progmodes/cc-mode.el (c-basic-common-init): Don't set
bce4aeb4
AM
2950 open-paren-in-column-0-is-defun-start to nil any more.
2951
eb0455ab
RS
29522006-12-17 Richard Stallman <rms@gnu.org>
2953
303958a9
RS
2954 * simple.el (delete-horizontal-space): Use prefix arg.
2955
2956 * help-fns.el (describe-variable): Improve blank separator lines.
2957
eb0455ab
RS
2958 * files.el (magic-mode-alist): Mark as risky.
2959
2960 * files.el (make-backup-file-name-1):
2961 Expand backup-directory explicitly.
2962
210a7c2c
MA
29632006-12-17 Michael Albinus <michael.albinus@gmx.de>
2964
2965 * net/tramp.el (tramp-default-method): Before setting to "pscp",
2966 check whether package password.el is loaded, or Pageant is running.
2967
91e03a51
GM
29682006-12-17 Ulf Jasper <ulf.jasper@web.de>
2969
2970 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
2971 (icalendar--rris): First try Emacs, then XEmacs.
6bddffd0
SM
2972 (icalendar--convert-ical-to-diary): Doc fix.
2973 Insert newline at end of target file.
91e03a51 2974
e18be861
KS
29752006-12-17 Kim F. Storm <storm@cua.dk>
2976
2977 * outline.el (outline-isearch-open-invisible-function): New defvar.
2978 (outline-flag-region): Use it if non-nil for isearch-open-invisible
2979 overlay property instead of outline-isearch-open-invisible.
2980
6e5af5e5
KS
29812006-12-16 Kim F. Storm <storm@cua.dk>
2982
2983 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
2984 if ido-directory-too-big is set on entry.
d762e2f0
KS
2985 (ido-toggle-ignore, ido-completion-help): Print message while
2986 reading big directory.
6e5af5e5 2987
71af6fc4
RS
29882006-12-15 Richard Stallman <rms@gnu.org>
2989
2990 * shell.el (shell): Doc fix.
2991
7a3eb886 29922006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
75036d1c 2993
6e5af5e5 2994 * emulation/edt.el (edt-xserver):
75036d1c
EZ
2995 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
2996 to fix a problem on Cygwin.
2997
2998 * emulation/edt.el
2999 * emulation/edt-mapper.el
3000 * emulation/edt-lk201.el
3001 * emulation/edt-pc.el
3002 * emulation/edt-vt100.el: Update maintainer's email address.
3003
d71826c4
EZ
30042006-12-15 Simon Marshall <simon@gnu.org>
3005
7a3eb886 3006 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
d71826c4 3007
e71b26ec
YM
30082006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3009
3010 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3011 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3012 instead of mac-atsu-font-table.
3013 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3014
b986d626 30152006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
0aaf5bb0 3016
b986d626
JB
3017 * align.el (align-match-tex-pattern): Fix a rare bug which
3018 hanged Emacs.
0aaf5bb0 3019
012884e2
RS
30202006-12-14 Richard Stallman <rms@gnu.org>
3021
3022 * startup.el (use-fancy-splash-screens-p): Use frame-height
3023 instead of window-height. Pass frame to image-size.
3024
218e7ce3
KH
30252006-12-13 Kenichi Handa <handa@m17n.org>
3026
b986d626
JB
3027 * international/mule-cmds.el (set-locale-environment):
3028 Set default-sendmail-coding-system too.
218e7ce3 3029
328f7b35
S
30302006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
3031
b986d626 3032 * progmodes/idlw-help.el: Fix copyright notice.
328f7b35 3033
0e6c966c
SM
30342006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3035
3036 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3037
53d45a17
JB
30382006-12-11 Juanma Barranquero <lekktu@gmail.com>
3039
3040 * subr.el (unread-command-char): Reformat obsolescence info.
3041
e869fa92
RS
30422006-12-11 Richard Stallman <rms@gnu.org>
3043
3044 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3045 about calls to cl-struct-setf-expander.
3046
a3f56d9c
JB
30472006-12-11 Juanma Barranquero <lekktu@gmail.com>
3048
3049 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3050 (ediff-combination-pattern): Fix typo in docstring.
3051
3052 * textmodes/refer.el (refer-find-entry): Doc fix.
3053 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3054 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3055 Fix tipos in docstrings.
3056
3057 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3058
df20dc2b
KS
30592006-12-10 Kim F. Storm <storm@cua.dk>
3060
3061 * ido.el (ido-init-completion-maps): Remap backward-kill-word
3062 instead of binding M-backspace.
3063
28e86dc4
JB
30642006-12-10 Juanma Barranquero <lekktu@gmail.com>
3065
87a931dc
MC
3066 * replace.el (replace-match-data, replace-match-maybe-edit):
3067 * calc/calc-aent.el (calc-eval-error):
3068 * emulation/vi.el (vi-char-argument):
28e86dc4
JB
3069 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3070 (c-vsemi-status-unknown-p-fn): Doc fixes.
3071
34acfe6f
CY
30722006-12-10 Chong Yidong <cyd@stupidchicken.com>
3073
3074 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3075 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
3076
5bc1b111
MY
30772006-12-10 Masatake YAMATO <jet@gyve.org>
3078
3079 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
28e86dc4 3080
ce7df393
CY
30812006-12-09 Chong Yidong <cyd@stupidchicken.com>
3082
b13f75a9
CY
3083 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3084
3085 * man.el (Man-xref-button-action): New function. If the
3086 `Man-target-string' button property is a function, assume it
3087 accepts a position argument.
3088 (Man-abstract-xref-man-page): Use it.
3089 (Man-default-man-entry): New optional arg POS.
3090
ce7df393
CY
3091 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3092 symlink arrows read-only and non-rear-sticky.
3093
25e0d375
CY
30942006-12-09 Martin Rudalics <rudalics@gmx.at>
3095
3096 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
86b8a072 3097 (wdired-search-and-rename): Simplify code.
25e0d375 3098 (wdired-preprocess-files, wdired-preprocess-perms): Make
86b8a072
JB
3099 read-only property of preceding character rear-nonsticky to
3100 avoid that it can be modified. Put old-name and old-link
3101 properties on character preceding name and replace
3102 put-text-property by add-text-properties.
3103 (wdired-get-filename, wdired-get-previous-link): Get old-name
3104 and old-link properties from character preceding name and
3105 simplify code.
25e0d375 3106 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
86b8a072
JB
3107 (wdired-perms-to-number): Make local-map property
3108 rear-nonsticky to avoid that text following permissions may be
3109 modified. Use add-text-properties instead of put-text-property
3110 when changing a permission bit.
25e0d375
CY
3111 (wdired-change-to-dired-mode): Remove stickiness properties.
3112
52624858
JB
31132006-12-09 Juanma Barranquero <lekktu@gmail.com>
3114
3115 * international/mule-cmds.el (register-input-method): Doc fix.
3116
cbf9640e
EZ
31172006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
3118
3119 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3120
f248f005
EZ
31212006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3122
3123 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3124 Force buffer local defs evaluation on local variables loading.
3125 (flyspell-mode-on, flyspell-mode-off): Use it in
3126 `hack-local-variables-hook'.
3127
d1dcf3e7
EZ
31282006-12-09 Eli Zaretskii <eliz@gnu.org>
3129
ebfb5ed9
EZ
3130 * emacs-lisp/find-func.el (find-variable): Doc fix.
3131
3132 * help-fns.el (variable-at-point): Doc fix.
3133
d1dcf3e7
EZ
3134 * w32-fns.el (w32-append-code-lines): New function.
3135
5641e7a9
RF
31362006-12-09 Romain Francoise <romain@orebokech.com>
3137
3138 * comint.el (comint-insert-input): Delete obsolete comment.
5641e7a9 3139
addc252e
SM
31402006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3141
3142 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3143 current frame, in case we're connected to several displays.
3144
c2c93894
JB
31452006-12-08 Juanma Barranquero <lekktu@gmail.com>
3146
3147 * frame.el (other-frame): Doc fix.
3148 (set-frame-parameter): Fix typo in docstring.
3149
48b33882
KS
31502006-12-07 Kim F. Storm <storm@cua.dk>
3151
3152 * info.el (Info-index): Strip leading colon from topic.
3153
c8deb8bc
NR
31542006-12-07 Nick Roberts <nickrob@snap.net.nz>
3155
3156 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3157 to pointers.
3158
58c8f915
S
31592006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
3160
3161 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3162 Trim out spurious class inheritance "None" entries.
3163
14b1e135
KS
31642006-12-05 Kim F. Storm <storm@cua.dk>
3165
3166 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
addc252e
SM
3167 (cua-paste-pop): Rework last change for
3168 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3169 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3170 text inserted by the last M-y command.
14b1e135 3171
dd4b03cd
JB
31722006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3173
3174 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3175 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3176
3177 * shell.el (shell): Search the start file in ~/.emacs.d as
3178 `init_SHELLNAME.sh' instead.
3179
da9109f7
GM
31802006-12-05 Glenn Morris <rgm@gnu.org>
3181
3182 * progmodes/cperl-mode.el (cperl-mode)
3183 * progmodes/f90.el (f90-mode-abbrev-table)
3184 * progmodes/fortran.el (fortran-mode-abbrev-table)
3185 * progmodes/octave-mod.el (octave-abbrev-table)
3186 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
addc252e 3187 if abbrev-table is non-nil (saved user abbrevs may have been restored).
da9109f7
GM
3188
3189 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3190 clear abbrev table, else saved abbrevs will not be restored.
3191
f9708e3c
JB
31922006-12-04 Juanma Barranquero <lekktu@gmail.com>
3193
3194 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3195 the call to `make-obsolete-variable', not in the docstring.
3196
f48658df
CY
31972006-12-04 Chong Yidong <cyd@stupidchicken.com>
3198
f9708e3c 3199 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
f48658df 3200
758e48a0
VJL
32012006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3202
3203 * progmodes/ebnf-abn.el:
3204 * progmodes/ebnf-bnf.el:
3205 * progmodes/ebnf-dtd.el:
3206 * progmodes/ebnf-ebx.el:
3207 * progmodes/ebnf-iso.el:
3208 * progmodes/ebnf-otz.el:
3209 * progmodes/ebnf-yac.el:
3210 * progmodes/ebnf2ps.el:
3211 * delim-col.el:
3212 * printing.el:
3213 * ps-bdf.el:
3214 * ps-mule.el:
3215 * ps-print.el: Remove 'Time-stamp' comment mark.
3216
36222e78
VJL
3217 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3218 'easy-menu-add-item' when called in Emacs 21 or higher.
3219
2c9cf57e
JB
32202006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
3221
3222 * progmodes/ada-xref.el (ada-check-current): Doc fix.
3223 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
3224
9d8b24a2
KS
32252006-12-04 Kim F. Storm <storm@cua.dk>
3226
3227 * bindings.el (global-map): Bind [signal t] to ignore, to have
3228 user signals ignored by default.
3229
def7167b
JB
32302006-12-04 Juanma Barranquero <lekktu@gmail.com>
3231
3232 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3233 Unicode data file pointed to by `describe-char-unicodedata-file'.
3234
9bbceb74
SM
32352006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3236
3237 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3238 O(n^2) regexp-search by anchoring the search.
3239
2b058c72
DN
32402006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
3241
3242 * whitespace.el (whitespace-cleanup-internal): Use current
3243 argument for recursive call.
3244
57176422
MA
32452006-12-04 Michael Albinus <michael.albinus@gmx.de>
3246
3247 * net/tramp.el (tramp-methods): Add "ControlPath" and
3248 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
3249 Andreas Schwab <schwab@suse.de>.
3250 (tramp-do-copy-or-rename-file-out-of-band)
3251 (tramp-open-connection-rsh): Compute format spec for ?t.
3252 (tramp-process-actions): Trace command parameters.
3253
d2e126dc
NR
32542006-12-04 Nick Roberts <nickrob@snap.net.nz>
3255
6dadbf89
NR
3256 * simple.el (toggle-truncate-lines): Clarify doc string.
3257
d2e126dc
NR
3258 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3259 (gdb-speedbar-expand-node): Use it.
3260
a8d5f40f
RS
32612006-12-04 Richard Stallman <rms@gnu.org>
3262
3263 * progmodes/python.el (python-indent): Add safe-local-variable prop.
3264
3265 * dired.el (dired-revert): Turn off dired-after-readin-hook
3266 around call to dired-readin.
3267
3268 * menu-bar.el (menu-bar-make-toggle): Add "globally"
3269 to echo area messages.
3270 <indicate-empty-lines, case-fold-search>:
3271 Add "globally" to Help string.
3272 <case-fold-search>: MESSAGE arg need not say "globally".
9bbceb74 3273 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
a8d5f40f
RS
3274
32752006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
3276
3277 * outline.el (outline-end-of-subtree): Don't leave an empty
3278 line hidden as we would a real next heading.
3279
f9f46d8d
KS
32802006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
3281
3282 * allout.el (allout-ascend): Add an optional argument to preserve
3283 original position of point when unsuccessful. Also, fix a
3284 docstring error.
3285 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3286 work again, using allout-ascend's new option.
9bbceb74 3287 (allout-setup-mode-map): Extract from allout-mode to initialize
f9f46d8d
KS
3288 allout-mode-map. Call it on file load, so the mode docstring
3289 substitutions work even if allout mode has not yet been invoked.
3290 (allout-mode): Use new allout-setup-mode-map to track any keybinding
3291 customizations since the map was last processed. Also, refine the
3292 docstring so it's ship-shape for release.
3293 (allout-default-layout, allout-beginning-of-line-cycles)
3294 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3295 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3296 (allout-version, allout-layout, allout-infer-body-reindent)
3297 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3298 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3299 (allout-previous-heading, allout-goto-prefix-doublechecked)
3300 (allout-current-bullet-pos, allout-next-sibling-leap)
3301 (allout-pre-command-business, allout-encrypted-type-prefix)
3302 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3303 (allout-rebullet-topic, allout-rebullet-topic-grunt)
3304 (allout-flag-region, allout-expose-topic, allout-expose-topic)
3305 (allout-old-expose-topic, allout-listify-exposed)
3306 (allout-process-exposed, allout-latex-verb-quote)
3307 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3308 (allout-toggle-current-subtree-encryption)
3309 (allout-toggle-subtree-encryption, allout-bullet-isearch):
3310 Remove extraneous open-paren and close paren string escapes.
3311
7977c946
JB
33122006-12-03 Juanma Barranquero <lekktu@gmail.com>
3313
3314 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3315 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3316 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3317 Fix typos in docstrings.
3318
23382015
GM
33192006-12-03 Glenn Morris <rgm@gnu.org>
3320
3321 * progmodes/cc-align.el
3322 * progmodes/cc-awk.el
3323 * progmodes/cc-cmds.el
3324 * progmodes/cc-compat.el
3325 * progmodes/cc-defs.el
3326 * progmodes/cc-engine.el
3327 * progmodes/cc-langs.el
3328 * progmodes/cc-menus.el
3329 * progmodes/cc-mode.el
3330 * progmodes/cc-styles.el
3331 * progmodes/cc-vars.el
3332 * progmodes/vhdl-mode.el: Fix Copyright format.
3333
8a6137df
CY
33342006-12-02 Chong Yidong <cyd@stupidchicken.com>
3335
3336 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3337 initial down event.
3338
85e3d48f
KS
33392006-12-02 Kim F. Storm <storm@cua.dk>
3340
3341 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3342 (cua-repeat-replace-region): Make M-v more robust.
3343 (cua-paste-pop-rotate-temporarily): New defcustom.
3344 (cua-paste-pop): Use it.
3345 (cua-auto-mark-last-change): New defcustom.
3346 (cua-pop-to-last-change): New helper function.
3347 (cua-set-mark): Use them.
3348
ba3a449e
NR
33492006-12-01 Nick Roberts <nickrob@snap.net.nz>
3350
493ded4f 3351 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
ba3a449e
NR
3352 mini-buffer message.
3353
2acb13b1
JB
33542006-12-01 Juanma Barranquero <lekktu@gmail.com>
3355
3356 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3357
d166d7c4 33582006-12-01 Ben North <ben@redfrontdoor.org>
4abc74e8 3359
f9914209 3360 * paren.el: Fix the highlight overlay extension when the user types a
77ea34ce 3361 sequence of char very fast just before the open parenthesis.
d166d7c4
VJL
3362
33632006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
f9914209 3364
4abc74e8
VJL
3365 * ps-mule.el: Eliminate Emacs 20 compatibility.
3366
2acb13b1 3367 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
d4757043 3368 (ps-print-version): New version 6.7.
4abc74e8
VJL
3369 (ps-print-quote): Replace '?\ ' by '?\s'.
3370
310afa17
JB
33712006-11-30 Juanma Barranquero <lekktu@gmail.com>
3372
3373 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3374 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3375 (hexl-end-of-1k-page): Doc fixes.
3376 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3377 Fix typos in docstrings.
3378
939cb3e8
KS
33792006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3380
310afa17 3381 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
939cb3e8
KS
3382 locally, i.e. without using file name handlers.
3383 (ido-read-internal): Allow mono letter host names, avoiding the
3384 `c:' problem by testing if the file exists locally.
3385 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3386
3fc29559
MY
33872006-11-30 Masatake YAMATO <jet@gyve.org>
3388
3389 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3390 to avoid bytecomp warnings.
3391 (hexl-mode-old-ruler-function): New variable.
3392 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3393 and `hl-line-range-function' after `require' hl-line.
3394 Then bind `hl-line-range-function' and `hl-line-face'.
1b7ef4aa
JB
3395 Don't require frame. Don't use `with-no-warnings'.
3396 (hexl-activate-ruler): Store the original value of
3fc29559 3397 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
1b7ef4aa 3398 (hexl-mode-exit): Restore the original value of
3fc29559
MY
3399 `ruler-mode-ruler-function'.
3400
1b7ef4aa 34012006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6ac2ae62 3402
1b7ef4aa
JB
3403 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3404 (hexl-mode-old-hl-line-face): New variable.
6ac2ae62
MY
3405 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3406 line when exit from the hexl-mode.
3407
33fac697
JB
34082006-11-30 Juanma Barranquero <lekktu@gmail.com>
3409
1b7ef4aa
JB
3410 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3411 Doc fixes.
3412
33fac697
JB
3413 * international/fontset.el (create-fontset-from-ascii-font)
3414 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3415 (fontset-name-p): Fix typo in docstring.
3416
3417 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3418
8a3ee455 34192006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
07239461 3420
2acb13b1 3421 * ps-bdf.el: Fix maintainer email.
07239461 3422
2acb13b1 3423 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
07239461
VJL
3424 compatibility.
3425
2acb13b1 3426 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
07239461
VJL
3427 21 compatibility.
3428 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3429 Emacs 20 & 21.
3430
e141c335
S
34312006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
3432
9bbceb74
SM
3433 * progmodes/idlwave.el (idlwave-auto-fill):
3434 Remove paragraph-start let to prevent auto-fill giving up.
e141c335 3435
9fa04a08
JB
34362006-11-28 Juanma Barranquero <lekktu@gmail.com>
3437
3438 * vt100-led.el (led-state): Fix typo in previous change.
3439
3b46a8f7
CY
34402006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3441
9bbceb74
SM
3442 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3443 Fix interactive spec of the functions getting defined to make them
3b46a8f7
CY
3444 work as documented.
3445
0c3e8c6c
CY
34462006-11-28 Chong Yidong <cyd@stupidchicken.com>
3447
3448 * startup.el (fancy-splash-screens): Hide initial splash buffer.
3449
c09908a3
KS
34502006-11-28 Kim F. Storm <storm@cua.dk>
3451
3452 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3453 icomplete-mode is enabled.
3454
a1afc260
CD
34552006-11-28 Carsten Dominik <dominik@science.uva.nl>
3456
3457 * textmodes/org.el (require): Require gnus-sum during compilation
3458 to avoid problem with a macro call.
3459
bf897a90
GM
34602006-11-28 Glenn Morris <rgm@gnu.org>
3461
3462 * emacs-lisp/authors.el (authors-aliases): Add new alias.
3463
3464 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3465 (fortran-window-create-momentarily): Do not need string-to-char.
3466
7bc297d7
RS
34672006-11-28 Richard Stallman <rms@gnu.org>
3468
3469 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3470 Replace incorrect use of assoc-default with a loop.
3471
3472 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3473
3474 * simple.el (next-error-find-buffer): Improve messages.
3475
3476 * files.el (revert-buffer): Special error message if file
3477 is now not readable.
3478
3479 * facemenu.el (facemenu-add-new-face): Improve doc strings of
3480 constructed commands.
3481
3482 * comint.el (comint-exec-1): Provide Emacs version and `comint'
3483 in INSIDE_EMACS.
3484
ff348fba
SM
34852006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3486
fe39af99
SM
3487 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3488
ff348fba
SM
3489 * server.el: Remove spurious * in docstrings.
3490 (server-process-filter): Exit from recursive editing before processing
3491 a new request.
3492
c8aab130
S
34932006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
3494
3495 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3496 line so hidden blocks will be correctly identified.
3497
8d4bf0e5
JB
34982006-11-27 Juanma Barranquero <lekktu@gmail.com>
3499
b8f11c58
JB
3500 * ledit.el (ledit-save-defun, ledit-mode):
3501 * resume.el (resume-emacs-args-buffer):
3502 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3503 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3504 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3505 (command-send-input, command-kill-line):
3506 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3507
3508 * autoarg.el (autoarg-kp-mode): Doc fix.
3509
3510 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
3511 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
3512 (check-emacs-lock): Doc fix. Simplify.
3513
3514 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3515 (iimage-mode-buffer): Fix typos in docstring.
3516
3517 * misc.el (zap-up-to-char): Doc fix.
3518
8d4bf0e5
JB
3519 * time-stamp.el: Fix comment and obsolescence string for old
3520 functions. Use `dolist' instead of `while'.
3521
b8f11c58
JB
3522 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
3523
8d4bf0e5
JB
3524 * disp-table.el (standard-display-8bit, standard-display-default):
3525 * ebuff-menu.el (electric-buffer-list):
3526 * ehelp.el (electric-help-command-loop):
3527 * font-core.el (font-lock-mode):
3528 * help-macro.el (make-help-screen):
3529 * help.el (describe-minor-mode-completion-table-for-indicator)
3530 (lookup-minor-mode-from-indicator):
3531 * indent.el (tab-to-tab-stop, move-to-tab-stop):
3532 * info-look.el (info-lookup-guess-custom-symbol):
3533 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
3534 * longlines.el (longlines-wrap-line):
3535 * macros.el (insert-kbd-macro):
3536 * menu-bar.el (menu-bar-update-buffers):
3537 * misc.el (copy-from-above-command):
3538 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
3539 * newcomment.el (comment-indent):
3540 * novice.el (disabled-command-function):
3541 * sort.el (sort-fields-syntax-table):
3542 * subr.el (momentary-string-display):
3543 * tar-mode.el (tar-header-block-summarize)
3544 (tar-clear-modification-flags):
3545 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
3546 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
3547 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
3548 (te-delete-char, te-down-vertically-or-scroll):
3549 * time-stamp.el (time-stamp-string-preprocess):
3550 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
3551
0a43e427
NR
35522006-11-26 Nick Roberts <nickrob@snap.net.nz>
3553
3554 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
3555 in GUD mode.
3556
3557 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
3558 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
3559
ba1f3817
JD
35602006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3561
3562 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
3563
1babb7ea
JB
35642006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
3565
3566 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
3567 (ada-compile-goto-error): Adapt to new argument profile of
3568 compilation-goto-locus in Emacs 22. Don't check if the various
3569 compile functions are defined; we already do "(require 'compile)".
3570
2409ce7f
KS
35712006-11-26 Kim F. Storm <storm@cua.dk>
3572
3573 * kmacro.el: Fix commentary.
3574
bedb71f6
NR
35752006-11-26 Nick Roberts <nickrob@snap.net.nz>
3576
3577 * progmodes/gud.el (gdb): Explain how to run in text command mode
3578 more clearly. Say in error message that multiple debugging
3579 requires restarting GDB.
3580
2ebdd2d8
JB
35812006-11-25 Juanma Barranquero <lekktu@gmail.com>
3582
3583 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3584
1d9a4930
EZ
35852006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
3586
2ebdd2d8 3587 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
1d9a4930
EZ
3588 (flymake-popup-menu): Use it instead of posn-at-point.
3589
d86b05e7
JD
35902006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3591
ff348fba
SM
3592 * progmodes/cc-vars.el (c-backslash-column):
3593 Mention c-backslash-max-column in documentation for c-backslash-column.
d86b05e7 3594
6b2633cc 35952006-11-24 Lars Hansen <larsh@soem.dk>
365bba5e 3596
6b2633cc
LH
3597 * net/tramp.el (tramp-default-method): Under Windows, change from
3598 plink to pscp.
3599 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
365bba5e
KS
3600 (tramp-actions-copy-out-of-band):
3601 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6b2633cc
LH
3602 (tramp-action-out-of-band): Move "Permission denied" handling to
3603 tramp-action-copy-failed.
3604 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
3605 process buffer.
3606
053f45dd
SM
36072006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3608
3559aa8b
SM
3609 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3610 strings to a single string. Quote `errors-file-name'.
3611 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3612 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3613 Adjust calls. Use `shell-quote-argument'.
3614
053f45dd
SM
3615 * international/mule.el (load-with-code-conversion)
3616 (with-category-table): Use with-current-buffer.
3617 (after-insert-file-set-coding): Use restore-buffer-modified-p.
3618
362e23e1
EZ
36192006-11-24 Eli Zaretskii <eliz@gnu.org>
3620
053f45dd
SM
3621 * mail/smtpmail.el (smtpmail-send-it):
3622 Copy buffer-file-coding-system from the mail buffer. Possibly add a
3623 MIME header for the message encoding.
3624 Bind coding-system-for-write around the call to mail-do-fcc.
3625 Use smtpmail-code-conv-from to encode queued mail messages.
362e23e1 3626
550831ed
JB
36272006-11-24 Juanma Barranquero <lekktu@gmail.com>
3628
96215ace
JB
3629 * tabify.el (tabify-regexp): Doc fix.
3630
550831ed
JB
3631 * net/rcirc.el (rcirc-buffer-maximum-lines):
3632 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
3633
3634 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
3635 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
3636 Fix typos in output messages.
3637 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
3638
312d24fb
SM
36392006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3640
3641 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
3642 the horse's mouth.
3643 (hexlify-buffer): Don't re-encode an arg that's already encoded.
3644
31e71026 36452006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
5978ab2c 3646
312d24fb
SM
3647 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
3648 Remove condition-case.
5978ab2c 3649
eb2fa81f
GM
36502006-11-23 Glenn Morris <rgm@gnu.org>
3651
3652 * progmodes/f90.el (f90-comment-indent): Do not move point in
3653 default case.
3654
fef1f0f2
RF
36552006-11-21 Romain Francoise <romain@orebokech.com>
3656
3657 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
3658 from library name (reverts change of 2005-10-25).
3659
5e08fcba
CY
36602006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
3661
3662 * tutorial.el (tutorial--default-keys): Add newline and
3663 delete-backward-char bindings.
3664 (tutorial--detailed-help): Save excursion when finding keys.
3665 Correct warning string for M-x FOO case.
3666 (tutorial--display-changes): Print special keys in tutorial style.
3667 Tweak search regexp for changed keys.
3668
a98d0b8e 36692006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4f5d4668 3670
5978ab2c 3671 * thingatpt.el (thing-at-point-url-at-point): Don't add a
4f5d4668
RS
3672 redundant scheme.
3673
a98d0b8e 36742006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
4f5d4668 3675
312d24fb 3676 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
4f5d4668
RS
3677 are new to the list at IANA. Also added irc, mms, mmsh.
3678
1ada3be2
S
36792006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
3680
312d24fb
SM
3681 * progmodes/idlw-help.el (idlwave-html-help-location):
3682 Fail gracefully for missing help packages.
1ada3be2
S
3683 (idlwave-help-assistant-open-link): Open full links.
3684 (idlwave-help-assistant-help-with-topic): Direct help link.
3685
312d24fb
SM
3686 * progmodes/idlwave.el (idlwave-mode):
3687 Set add-log-current-defun-function.
3688 (idlwave-current-routine-fullname): Add, to support add-log.
1ada3be2
S
3689 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
3690 to reflect improvements to xml-parse-file.
3691 (idlwave-mode-menu-def): New binding for help-with-topic.
3692
3693 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
3694 Handle extra newlines and spaces.
3695 (idlwave-shell-mode-map): Add help-with-topic.
3696
6f82bad7
CY
36972006-11-20 Chong Yidong <cyd@stupidchicken.com>
3698
3699 * tutorial.el (tutorial-warning-face): New face.
3700 (tutorial--detailed-help, tutorial--display-changes): Use it.
3701 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
3702 Improve search pattern for occurrences of changed keys.
3703
8eee8101
JD
37042006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3705
3706 * term/x-win.el (x-last-cut-buffer-coding): New variable.
3707 (x-select-text): Set it.
3708 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
3709 when checking for newness.
3710
784c9f3c
JB
37112006-11-19 Juanma Barranquero <lekktu@gmail.com>
3712
d57727c9
JB
3713 * subr.el (posn-image):
3714 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
3715
784c9f3c
JB
3716 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
3717
4fc9bd56 37182006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
014d32b1
JB
3719
3720 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
3721 Exceptions to the rule "add a space between an identifier and an
3722 opening parenthesis". Defaulted to the `#define' problem of cpp.
5978ab2c 3723 (glasses-parenthesis-exception-p): New. Check if the region is an
014d32b1
JB
3724 exception regarding to that.
3725 (glasses-make-readable): Use it.
5978ab2c 3726 (glasses-convert-to-unreadable): Ditto. Modify the file also if
014d32b1
JB
3727 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
3728
b733eeef
CY
37292006-11-19 Chong Yidong <cyd@stupidchicken.com>
3730
3731 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
3732
029248ee
JB
37332006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
3734
3735 * progmodes/ada-mode.el (ada-make-body): Fix typo.
3736
3737 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
3738 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
3739
fdf8f29f
CY
37402006-11-18 Chong Yidong <cyd@stupidchicken.com>
3741
f80832bc
CY
3742 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
3743 conditions for function or variable bindings.
3744
fdf8f29f
CY
3745 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
3746
3747 * progmodes/compile.el (compilation-start): Ditto.
3748
d8d555f2
MA
37492006-11-18 Michael Albinus <michael.albinus@gmx.de>
3750
3751 * net/tramp.el (top): cl and custom are always required.
3752
ccf17b26
JD
37532006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3754
3755 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
3756 cut-buffers with next-selection-coding-system if not nil.
3757
1063e165
CD
37582006-11-17 Carsten Dominik <dominik@science.uva.nl>
3759
3760 * textmodes/org.el (org-fix-decoded-time): New function.
3761 (org-display-custom-time): Use `org-fix-decoded-time'.
3762
5fc0d934
CY
37632006-11-17 Chong Yidong <cyd@stupidchicken.com>
3764
3765 * menu-bar.el (menu-bar-games-menu): Remove yow.
3766
119ee84f
CD
37672006-11-17 Carsten Dominik <dominik@science.uva.nl>
3768
3769 * textmodes/org.el (org-scan-tags): Re-align code fixed.
312d24fb 3770 (org-detach-overlay): Rename from `org-detatch-overlay'.
119ee84f
CD
3771 (org-table-convert-region): Insert space after column separator.
3772 (org-agenda-kill): New command.
3773 (org-metaleft): Call `org-outdent-item' on bullets.
3774 (org-metaright): Call `org-indent-item' on bullets.
3775 (org-timestamp-change): Set `org-last-changed-timestamp'.
3776 (org-current-line): Make sure (bolp) returns correct result.
3777 (org-agenda-change-all-lines): Make sure TODO are highlighted.
3778
3c5471b8
SM
37792006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3780
3781 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
3782
c940b9e5
CY
37832006-11-16 Chong Yidong <cyd@stupidchicken.com>
3784
3785 * mouse.el (global-map): Change 2006-08-16 fix to call
3786 mouse-yank-at-click explicitly, since mouse events are not carried
3787 over into keyboard macros.
3788
9923717e
KS
37892006-11-16 Kim F. Storm <storm@cua.dk>
3790
5978ab2c 3791 * ido.el (ido-file-internal): Use current buffer's file name as default
9923717e
KS
3792 choice for ido-find-alternate-file. Suggested by Matt Hodges.
3793
37942006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
30fa2159
CY
3795
3796 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
3797 (allout-inhibit-aberrance-doublecheck): Rename from
3798 allout-during-yank-processing. All callers changed.
3799 (allout-ascend): Provide for unusual case where some topic after
3800 the first in file is at lower depth than the first.
3801 (allout-shift-in): Ensure the offspring of the new containing
3802 topic are exposed.
3803 (allout-encrypt-string): Preserve the coding-system of the text,
3804 according to that of the containing buffer.
3805 (allout-toggle-subtree-encryption): When the text being encrypted
3806 requires a different coding system, offer to preserve the coding
3807 system using a file local var.
3808
bf5546ac
CY
38092006-11-15 Simon Marshall <simon@gnu.org>
3810
eb1b7f89
CY
3811 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
3812 to recognise "T t()" as a function declaration, rather than a
3813 variable instantiation, iff at the top-level or inside a class
bf5546ac
CY
3814 declaration. Suggested by Feng Li <fengli@gmail.com>.
3815
7809b182
JB
38162006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
3817
3818 * progmodes/ada-xref.el (ada-parse-prj-file):
3819 Don't delete project buffer; user may want to edit it.
3820 (ada-xref-set-project-field, ada-xref-current-project-file)
3821 (ada-xref-current-project, ada-show-current-project)
3822 (ada-set-main-compile-application): New functions.
3823 (ada-xref-get-project-field, ada-require-project-file):
3824 Normalize use of ada-prj-default-project-file.
3825 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
3826 Normalize use of ada-require-project-file.
3827 (ada-prj-find-prj-file): Improve doc string, comments.
3828
3829 * progmodes/ada-mode.el (ada-mode-version): Bump version.
3830 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
3831 (ada-create-menu): Add ada-set-main-compile-application,
3832 ada-show-current-main, ada-show-current-project.
3833
71884b8d
SM
38342006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3835
3836 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
3837 (inferior-python-mode): Use it.
3838
5efe831f
AS
38392006-11-14 Andreas Schwab <schwab@suse.de>
3840
3841 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3842
7e9c3923
KS
38432006-11-13 Kim F. Storm <storm@cua.dk>
3844
3845 * ido.el (ido-copy-current-word): C-o copies region if active.
3846
20882f4a
CD
38472006-11-13 Carsten Dominik <dominik@science.uva.nl>
3848
3849 * textmodes/org.el (org-emph-face): Fix typo in variable name.
3850
1bbea9fc
JB
38512006-11-13 Juanma Barranquero <lekktu@gmail.com>
3852
3853 * ediff.el (ediff-revision):
3854 * files.el (set-visited-file-name):
3855 * mail/rmailout.el (rmail-output-body-to-file):
3856 Use `format', not `message', in `y-or-n-p' call.
3857
1585c4a6
CD
38582006-11-13 Carsten Dominik <dominik@science.uva.nl>
3859
1bbea9fc 3860 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
1585c4a6
CD
3861 (org-metaright): Call `org-indent-item' on bullets.
3862 (org-timestamp-change): Set `org-last-changed-timestamp'.
3863 (org-current-line): Make sure (bolp) returns correct result.
1bbea9fc 3864 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
1585c4a6 3865
2b8ecab8
RS
38662006-11-12 Richard Stallman <rms@gnu.org>
3867
3868 * language/european.el (turkish-case-conversion-enable)
3869 (turkish-case-conversion-disable): New functions.
3870 ("Turkish" lang env): Use them.
3871
3872 * international/characters.el (case table):
3873 Do nothing special for i and I.
3874
3875 * subr.el (remove-overlays): Fix last change.
3876
3877 * cus-edit.el (custom-save-all): Use find-file-visit-truename
3878 for visiting the custom file.
3879
32aa3a8c
CY
38802006-11-12 Markus Triska <triska@gmx.at>
3881
3882 * play/handwrite.el (handwrite): Also process lines not ending
3883 with newline. Replace some position-fiddling with different
3884 logic. Improve performance.
3885
1d424b58
JB
38862006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
3887
3888 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
3889 replacing deleted variable `ada-check-switch'.
3890 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
3891 (ada-xref-project-files): Improve doc string.
3892 (ada-find-executable): New function.
3893 (ada-initialize-runtime-library): Use `ada-find-executable'.
3894 (ada-xref-set-default-prj-values): In compile commands, don't need
3895 `ada-cd-command'; `compile' does that more portably.
3896 Use ada-prj-default-check-cmd.
3897 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
3898 properties if not specified in project file.
3899 (ada-goto-declaration): Display useful message for new error
3900 'error-file-not-found.
3901 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
3902 'error-file-not-found.
3903 (ada-get-all-references): Match latest ali syntax. Signal new
3904 error 'error-file-not-found.
3905 (ada-find-in-ali): Match latest ali syntax.
3906 (ada-make-filename-from-adaname): Handle different semantics of
3907 gnatkr in GNAT 3.15p vs later.
3908
3909 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
3910 ada-procedure-start-regexp.
3911 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
3912
3913 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
3914 with defvar.
3915 (ada-language-version): Rename ada05 -> ada2005.
3916 (ada-align-region-separate): Add `eval-when-compile'.
3917 (ada-name-regexp): Remove unneeded escapes in regexp character
3918 alternative.
3919 (ada-compile-goto-error-file-linenr-re): New constant.
3920 (ada-matching-start-re): Handle additional cases `declare',
3921 `procedure', `function'.
3922 (ada-compile-goto-error): Handle "... at line nn".
3923 (ada-mode): Clearer syntax, comments for ff-special-constructs.
3924 Delete support for old versions of `align'.
3925 (ada-search-prev-end-stmt): Handle additional keyword `private'.
3926 (ada-check-defun-name): Simplify handling of `declare'.
312d24fb
SM
3927 (ada-goto-matching-start): Handle nested `begin ... end'.
3928 Handle `declare', `protected', `procedure', `function'.
1d424b58
JB
3929 (ada-create-menu): Presence of arm95 is not conditional on using
3930 GNAT compiler.
3931
947129a2
JB
39322006-11-12 Juanma Barranquero <lekktu@gmail.com>
3933
3934 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
3935 nil in the *RE-Builder* buffer (it causes spurious error messages).
3936
3937 * server.el (server-visit-files): If `minibuffer-auto-raise' has
3938 been set to t, respect it.
3939
dc786b8a
JB
39402006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
3941
3942 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
3943 Delete commented out code for old Emacs versions. Autoloading of
3944 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
3945 (ada-mode-version): Bump version number.
3946 (ada-95-string-keywords, ada-2005-string-keywords)
3947 (ada-2005-keywords, ada-name-regexp): New constant.
3948 (ada-language-version, ada-procedure-start-regexp, ada-mode)
3949 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
3950 (ada-package-start-regexp): Support private packages, include package
3951 name (for ada-set-point-accordingly).
3952 (ada-next-procedure, ada-previous-procedure)
3953 (ada-which-function-are-we-in): Match changes to
3954 ada-procedure-start-regexp.
3955 (ada-make-body): Make non-interactive; not a user function.
3956 (ada-make-subprogram-body): Improve doc string.
3957
28a62ecb
RF
39582006-11-11 Romain Francoise <romain@orebokech.com>
3959
3960 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
3961 `compilation-error-regexp-alist' buffer-local, since we changed
3962 `compilation-error-regexp-alist-alist' locally.
3963
174db3d3
JB
39642006-11-11 Juanma Barranquero <lekktu@gmail.com>
3965
3966 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
3967 to the value of `server-raise-frame'.
3968
64948f0f
GM
39692006-11-11 Glenn Morris <rgm@gnu.org>
3970
3971 * ido.el (ido-enable-prefix)
3972 * ses.el (ses-call-printer-return)
3973 * net/tramp.el (tramp-unified-filenames)
3974 * progmodes/cc-align.el (c-lineup-string-cont)
3975 * progmodes/compile.el (compilation-directory-matcher)
3976 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3977 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3978 (vhdl-clock-rising-edge)
3979 * textmodes/org.el (org-export-with-timestamps)
3980 (org-export-remove-timestamps-from-toc)
3981 (org-export-with-tags): Improve previous doc fixes.
3982
89be8f4e
RS
39832006-11-11 Richard Stallman <rms@gnu.org>
3984
3985 * textmodes/flyspell.el (flyspell-mode-map):
3986 Bind C-c $ instead of M-RET.
3987
719106a3
CY
39882006-11-10 Simon Marshall <simon@gnu.org>
3989
3990 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
3991 fontification for "case" and "default" keywords.
3992
bf4c75a4
AS
39932006-11-10 Andreas Schwab <schwab@suse.de>
3994
174db3d3
JB
3995 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3996 Avoid starting sentence with "nil".
bf4c75a4 3997
0cf79a3b
JB
39982006-11-10 Juanma Barranquero <lekktu@gmail.com>
3999
4000 * server.el (server-raise-frame): New option.
4001 (server-switch-buffer): Use it.
4002
5938a663
NR
40032006-11-10 Nick Roberts <nickrob@snap.net.nz>
4004
4005 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4006 with a capital.
4007
d226567a
CD
40082006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
4009
3898854f 4010 * textmodes/org.el (org-show-hierarchy-above)
312d24fb 4011 (org-show-following-heading): Fix typo in default value.
3898854f 4012 (org-scan-tags): Make the search case-sensitive.
1585c4a6
CD
4013 (org-tags-sparse-tree): Don't overrule
4014 `org-show-following-heading' and `org-show-hierarchy-above'.
d226567a 4015 (org-reveal): New command.
312d24fb 4016 (org-show-context): Rename from `org-show-hierarchy-above'.
d226567a 4017 (org-fast-tag-selection-single-key): New option.
312d24fb 4018 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
d226567a
CD
4019 (org-tags-overlay): New variable.
4020 (org-agenda-todo-ignore-deadlines): New option.
3898854f
CD
4021 ("session"): Add circular data structure `org-mark-ring' to
4022 exceptions list in session.el.
d226567a
CD
4023 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4024 New options.
4025 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
312d24fb
SM
4026 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4027 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
d226567a
CD
4028 (org-finalize-agenda): Activate bracket links in agenda.
4029 (org-at-timestamp-p, org-at-date-range-p): Additional argument
4030 INACTIVE-OK.
312d24fb
SM
4031 (org-show-hierarchy-above, org-show-following-heading):
4032 List values allowed for fine-tuned configuration.
3898854f
CD
4033 (org-show-hierarchy-above): New argument CONTEXT, use the
4034 fine-tuned settings in `org-show-hierarchy-above' and
4035 `org-show-following-heading'.
d226567a 4036 (org-display-custom-time): New function.
312d24fb 4037 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
d226567a
CD
4038 (org-display-custom-times, org-time-stamp-custom-formats):
4039 (org-maybe-intangible): New macro.
312d24fb
SM
4040 (org-activate-bracket-links, org-hide-wide-columns):
4041 Use `org-maybe-intangible'.
d226567a
CD
4042 (org-open-file): Use `shell-quote-argument'.
4043 (org-display-internal-link-with-indirect-buffer): New option.
4044 (org-file-remote-p): Get regexp from list.
4045 (org-link-expand-abbrev): New function.
4046 (org-link-abbrev-alist): New option.
312d24fb
SM
4047 (org-open-at-point, org-cleaned-string-for-export):
4048 Call `org-link-expand-abbrev'.
d226567a
CD
4049 (org-timeline, org-agenda-list, org-todo-list)
4050 (org-tags-view): Remove the KEEP-MODES argument.
4051 (org-finalize-agenda-hook): New hook.
4052 (org-get-alist-option): New function.
4053 (org-follow-timestamp-link): New function.
4054 (org-open-at-point): Call `org-follow-timestamp-link'.
4055 (org-log-note-marker, org-log-note-purpose)
4056 (org-log-note-window-configuration): New variables.
312d24fb 4057 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
d226567a
CD
4058 (org-log-note-headings): New option.
4059 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4060 (org-store-link): Support for dired-mode.
4061 (org-open-file): Substitute environment variables into filename.
4062 (org-last): New defsubst.
4063 (org-agenda-re-align-tags): New function.
4064 (org-agenda-align-tags-to-column): New option.
4065 (org-agenda-timeline): Group removed.
4066 (org-prepare-agenda, org-prepare-agenda-buffers)
4067 (org-run-agenda-series, org-timeline, org-agenda-list)
4068 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4069 the text property inticating the agenda type.
4070 (org-agenda-post-command-hook): Get agenda type from text property
4071 at point.
312d24fb
SM
4072 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
4073 and obey `org-agenda-overriding-arguments'.
4074 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
d226567a 4075 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
312d24fb
SM
4076 (org-agenda-week-view, org-agenda-day-view):
4077 Use `org-agenda-overriding-arguments' to make updating work with
d226567a
CD
4078 multi-block agendas.
4079 (org-agenda-prefix-format): Allow different formats for the
4080 different agenda entry types.
3898854f
CD
4081 (org-timeline-prefix-format): Option removed, use
4082 `org-agenda-prefix-format' instead.
d226567a 4083 (org-prepare-agenda): New function.
3898854f
CD
4084 (org-select-timeline-window): Option removed, use
4085 `org-select-agenda-window' instead.
d226567a
CD
4086 (org-respect-restriction): Variable removed.
4087 (org-cmp-tag): New function.
312d24fb
SM
4088 (org-agenda-sorting-strategy, org-entries-lessp):
4089 Implement sorting by last tag.
d226567a
CD
4090 (org-complete): Better completion in in-buffer option lines.
4091 (org-in-item-p): New function.
312d24fb 4092 (org-org-menu): Add entries for checkboxes.
d226567a
CD
4093 (org-cycle): Extra brouping in outline-regexp, because it is used
4094 in a search with "^" prepended.
4095 (org-provide-checkbox-statistics): New option.
4096 (org-set-font-lock-defaults): Highlight checkbox statistics.
4097 (org-update-checkbox-count-maybe)
4098 (org-get-checkbox-statistics-face): New functions.
4099 (org-update-checkbox-count): New command.
312d24fb
SM
4100 (org-insert-item, org-toggle-checkbox):
4101 Call `org-update-checkbox-count-maybe'.
d226567a
CD
4102 (org-export-as-html): XEmacs compatibility for coding system.
4103 (org-force-cycle-archived): New command.
4104 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4105 overrules cycling.
4106 (org-fix-position-after-promote): If the line contains only a todo
4107 keyword, add a final space.
312d24fb
SM
4108 (org-promote-subtree, org-demote-subtree):
4109 Call `org-fix-position-after-promote'.
d226567a 4110
e5803d84
GM
41112006-11-10 Glenn Morris <rgm@gnu.org>
4112
19a73732
GM
4113 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4114 date in every year.
4115 (calendar-dst-check-each-year-flag): New customizable variable.
4116 (calendar-dst-find-data): New function, extracted from
4117 calendar-current-time-zone.
4118 (calendar-current-time-zone): Use calendar-dst-find-data.
4119 (calendar-dst-transition-cache): New variable.
4120 (calendar-dst-find-startend, calendar-dst-starts)
4121 (calendar-dst-ends): New functions.
4122 (calendar-daylight-savings-starts)
4123 (calendar-daylight-savings-ends): Change value to use
4124 calendar-dst-starts, calendar-dst-ends; respectively.
4125
e5803d84
GM
4126 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4127
9e21382c
GM
4128 * ido.el (ido-enable-prefix)
4129 * ses.el (ses-call-printer-return)
4130 * net/tramp.el (tramp-unified-filenames)
4131 * progmodes/cc-align.el (c-lineup-string-cont)
4132 * progmodes/compile.el (compilation-directory-matcher)
4133 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4134 * progmodes/gdb-ui.el (gdb-many-windows)
4135 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4136 (vhdl-clock-rising-edge)
4137 * textmodes/org.el (org-export-with-timestamps)
4138 (org-export-remove-timestamps-from-toc, org-export-with-tags)
4139 (org-read-date): Doc fix (Nil -> nil).
4140
65a0c81b
JD
41412006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4142
19a73732 4143 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
65a0c81b
JD
4144 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4145
edf6fbc5
JB
41462006-11-10 Juanma Barranquero <lekktu@gmail.com>
4147
4148 * bs.el (bs--window-for-buffer): Remove.
4149 (bs--show-with-configuration): Use `get-window-with-predicate'
4150 instead of `bs--window-for-buffer'.
4151
52f9b751
KH
41522006-11-10 Kenichi Handa <handa@m17n.org>
4153
4154 * files.el (revert-buffer): Fix previous change.
4155
ce3ba12c
JB
41562006-11-09 Juanma Barranquero <lekktu@gmail.com>
4157
4158 * bs.el (bs--redisplay): Fix typo in docstring.
4159 (bs--window-config-coming-from): Make frame-local.
4160 (bs--restore-window-config): New function.
4161 (bs-kill, bs-select, bs-select-other-window)
4162 (bs-select-other-frame): Use it.
4163 (bs--window-for-buffer): Return as soon as a matching buffer is found.
4164 (bs--show-with-configuration): Save the window configuration as a
4165 frame local var, and only if *buffer-selection* is not already
4166 visible on this frame.
4167
8f65162b
CY
41682006-11-08 Chong Yidong <cyd@stupidchicken.com>
4169
4170 * vc-svn.el (vc-svn-admin-directory): New var.
4171 (vc-svn-registered, vc-svn-responsible-p)
4172 (vc-svn-repository-hostname): Use it.
4173 Suggested by arit93@yahoo.com.
4174
ce3ba12c 41752006-11-08 Juanma Barranquero <lekktu@gmail.com>
28b87bb9
JB
4176
4177 * ldefs-boot.el: Regenerate.
4178
6cb54822
AM
41792006-11-08 Alan Mackenzie <acm@muc.de>
4180
28b87bb9
JB
4181 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4182 case (eq open-paren-in-column-0-is-defun-start nil) by searching
4183 for least nested open-paren.
6cb54822 4184
2403b96c
RF
41852006-11-08 Romain Francoise <romain@orebokech.com>
4186
4187 * subr.el (remove-overlays): Fix typo in last change.
4188
d6f5ac10
RS
41892006-11-08 Richard Stallman <rms@gnu.org>
4190
4191 * subr.el (remove-overlays): Call overlay-recenter.
4192
0695be6f
VJL
41932006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4194
4195 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4196 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4197 behaviour.
4198 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4199 directly.
4200
f8061cec
JB
42012006-11-08 Juanma Barranquero <lekktu@gmail.com>
4202
4203 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4204 (ido-max-dir-file-cache, ido-decorations)
4205 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4206 (ido-magic-backward-char, ido-enter-dired)
4207 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4208 (ido-list-directory, ido-first-match, ido-only-match)
4209 (ido-subdir, ido-indicator): Fix typos in docstrings.
4210 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4211 (ido-read-internal): Fix typo in error message.
4212
b2020e89
KH
42132006-11-08 Kenichi Handa <handa@m17n.org>
4214
312d24fb
SM
4215 * international/mule-cmds.el (set-default-coding-systems):
4216 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
b2020e89 4217
d5abc12c
JB
42182006-11-08 Juanma Barranquero <lekktu@gmail.com>
4219
4220 * makefile.w32-in (setwins): Remove.
4221 (WINS_ALMOST): New macro.
4222 (WINS): Use it.
4223 (autoloads): Don't extract autoloads from files in obsolete/.
4224
47eff51e
CY
42252006-11-07 Chong Yidong <cyd@stupidchicken.com>
4226
4227 * whitespace.el (whitespace-buffer): Call remove-overlays after
4228 overlay-recenter for performance. Suggested by Martin Rudalics.
4229
1d1c19ca
MA
42302006-11-07 Michael Albinus <michael.albinus@gmx.de>
4231
4232 * net/tramp.el (tramp-default-method): scp is the default method.
4233
18b8c421
JB
42342006-11-07 Juanma Barranquero <lekktu@gmail.com>
4235
4236 * server.el (server-start): Save also the Emacs pid in the server file.
4237
53a8eb2c
CD
42382006-11-07 Carsten Dominik <dominik@science.uva.nl>
4239
4240 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4241 point when displaying a bibtex cross reference in the echo area.
4242
c8c9333c
JB
42432006-11-06 Juanma Barranquero <lekktu@gmail.com>
4244
3dd428fa
JB
4245 * international/mule.el (make-char): Fix typo in docstring.
4246 (load-with-code-conversion, charsetp): Doc fixes.
4247
c8c9333c
JB
4248 * international/ja-dic-cnv.el (skkdic-convert):
4249 * cus-edit.el (hook): Fix typo in docstring.
4250
42132792
CY
42512006-11-06 Chong Yidong <cyd@stupidchicken.com>
4252
4253 * cus-edit.el (custom-mode-map): Move defvar above code using it.
4254 (custom-mode-link-map): New variable.
4255 (custom-group-link, custom-manual): Use follow-link.
4256
f021dbca
RW
42572006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4258
4259 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4260 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
4261
e5c12c7d
RS
42622006-11-06 Richard Stallman <rms@gnu.org>
4263
4264 * textmodes/flyspell.el (flyspell-correct-word-before-point):
4265 New function broken out of flyspell-correct-word.
4266 (flyspell-mode-map): Bind it to M-RET.
4267 (flyspell-correct-word): Call it.
4268
4269 * textmodes/fill.el (fill-minibuffer-function): New function.
4270 (fill-paragraph): Bind fill-paragraph-function to
4271 fill-minibuffer-function.
4272
4273 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4274 so that they aren't undefined.
4275
4276 * dired.el (dired-readin): Locally bind file-name-coding-system.
4277
4278 * bindings.el: Shorten and clarify usual mode line mouse help string.
4279
4280 * Makefile.in (autoloads): Don't include `obsolete'.
4281
b734d8ea
CY
42822006-11-06 Chong Yidong <cyd@stupidchicken.com>
4283
4284 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4285 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4286 Printing menu if it's not initialized.
4287 (pr-menu-bind): Act on menu-bar-file-menu directly.
4288
0b8f64bc
JB
42892006-11-06 Juanma Barranquero <lekktu@gmail.com>
4290
4291 * help.el (view-emacs-news): Fix typo in error message.
4292
4293 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4294
4295 * shadowfile.el (shadow-define-regexp-group)
4296 (shadow-literal-groups, shadow-insert-var): Doc fixes.
4297 (shadow-read-files): Fix typo in message.
4298 (shadow-inhibit-overload, shadow-find, shadow-suffix)
4299 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4300 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4301 (shadow-file-match): Fix typos in docstrings.
4302
4303 * terminal.el (terminal-emulator): Fix typo in message.
4304
4305 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4306
4307 * emacs-lisp/lselect.el (x-kill-primary-selection)
4308 (x-delete-primary-selection, x-copy-primary-selection):
4309 Fix typos in error messages.
4310
4311 * emulation/edt-mapper.el: Fix typo in interactive message.
4312
4313 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4314
4315 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4316 (ispell-help): Fix typos in docstrings.
4317 (ispell-help): Fix typo in output message.
4318
4319 * allout.el (allout-adjust-file-variable)
4320 (allout-passphrase-verifier-string)
4321 (allout-passphrase-hint-string)
4322 (allout-toggle-current-subtree-encryption):
4323 * apropos.el (apropos-synonyms):
4324 * cus-edit.el (hook):
4325 * emacs-lock.el (emacs-lock-from-exiting):
4326 * follow.el (follow-avoid-tail-recenter-p):
4327 * hexl.el (hexl-mode):
4328 * mouse-copy.el (mouse-copy-work-around-drag-bug):
4329 * mouse.el (mouse-set-font):
4330 * resume.el (resume-emacs-args-file):
4331 * rfn-eshadow.el (file-name-shadow-tty-properties):
4332 * t-mouse.el (t-mouse-process, t-mouse-mode):
4333 * emacs-lisp/cust-print.el (custom-print-install)
4334 (custom-print-uninstall, custom-format):
4335 * emacs-lisp/shadow.el (list-load-path-shadows):
4336 * emulation/tpu-edt.el (tpu-help-text)
4337 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4338 (tpu-reset-control-keys):
4339 * emulation/vip.el (vip-emacs-local-map)
4340 (vip-change-mode-to-emacs):
4341 * emulation/viper.el (viper-mode, viper-set-hooks)
4342 (viper-major-mode-modifier-list):
4343 * emulation/viper-init.el (viper-emacs-state-cursor-color):
4344 * emulation/viper-keym.el (viper-emacs-kbd-map)
4345 (viper-toggle-key):
4346 * mail/feedmail.el (feedmail-queue-reminder)
4347 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4348 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4349 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4350 (feedmail-sender-line, feedmail-force-binary-write)
4351 (feedmail-from-line, feedmail-deduce-envelope-from)
4352 (feedmail-x-mailer-line, feedmail-message-id-generator)
4353 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4354 (feedmail-enable-spray, feedmail-spray-this-address)
4355 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4356 (feedmail-queue-runner-confirm-global)
4357 (feedmail-ask-before-queue-prompt)
4358 (feedmail-ask-before-queue-reprompt)
4359 (feedmail-prompt-before-queue-standard-alist)
4360 (feedmail-prompt-before-queue-user-alist)
4361 (feedmail-prompt-before-queue-help-supplement)
4362 (feedmail-queue-use-send-time-for-message-id)
4363 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4364 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4365 (feedmail-mail-send-hook-queued)
4366 (feedmail-confirm-addresses-hook-example)
4367 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4368 (feedmail-queue-runner-mode-setter)
4369 (feedmail-queue-alternative-mail-header-separator)
4370 (feedmail-queue-runner-message-sender)
4371 (feedmail-buffer-eating-function, feedmail-binmail-template)
4372 (feedmail-run-the-queue-no-prompts)
4373 (feedmail-run-the-queue-global-prompt)
4374 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4375 (feedmail-envelope-deducer, feedmail-fiddle-date)
4376 (feedmail-default-message-id-generator)
4377 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4378 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4379 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4380 (vms-pmail-setup):
4381 * play/dunnet.el (dun-help):
4382 * play/handwrite.el (handwrite):
4383 * play/hanoi.el (hanoi-unix-64):
4384 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4385 * textmodes/enriched.el (fixed):
4386 * textmodes/org.el (org-file-apps)
4387 (org-emphasis-regexp-components, org-emphasis-alist):
4388 * textmodes/texinfmt.el (batch-texinfo-format):
4389 Fix typos in docstrings.
4390
cf0f58ba
JB
43912006-11-05 Juanma Barranquero <lekktu@gmail.com>
4392
4393 * loadhist.el (read-feature): Don't complete features not loaded
4394 from a file (which make `unload-feature' to fail).
4395
d52c204b
RS
43962006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
4397
4398 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4399
ed58e877
CY
44002006-11-05 Chong Yidong <cyd@stupidchicken.com>
4401
4402 * startup.el (command-line-1): Kill emacs if the last frame is
4403 deleted while evaluating the command-line arguments.
4404
faefde36
RS
44052006-11-05 Richard Stallman <rms@gnu.org>
4406
4407 * startup.el (init-file-had-error): Add doc string.
cf0f58ba 4408 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
faefde36
RS
4409 Use fixed-width font for keyboard key descriptions.
4410
4411 * cus-edit.el (custom-save-all): Error if saving in .emacs
4412 and it had an error when loaded.
4413
4414 * dired-aux.el (dired-copy-file-recursive): Catch errors
4415 from recursive copies in the loop, around the recursive call.
4416
785428c7
RF
44172006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4418
4419 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4420 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
4421 `/proc/acpi/thermal_zone/*'.
4422 (battery-search-for-one-match-in-files): New. Search a regexp in
4423 the content of some files.
4424
ec4ef174
EZ
44252006-11-05 Martin Rudalics <rudalics@gmx.at>
4426
107709d4
EZ
4427 * window.el (mouse-autoselect-window-now): Remove variable.
4428 (mouse-autoselect-window-state): New variable.
4429 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4430 (mouse-autoselect-window-select, handle-select-window):
4431 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4432 Suspend delayed autoselection during menu or popup dialog.
4433
ec4ef174
EZ
4434 * info-look.el (info-lookup-guess-custom-symbol): New function
4435 for retrieving symbol at point in custom buffers.
4436 (top level) <info-lookup-maybe-add-help>: Add backquote and
4437 comma to ignored characters in regexps of help specifications
4438 for emacs-lisp-mode and lisp-interaction-mode. This permits
4439 looking up symbols in `...' and after a comma. Add help
4440 specifications for custom-mode and help-mode.
4441
d3e1986f
EZ
44422006-11-04 Eli Zaretskii <eliz@gnu.org>
4443
4444 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4445 Don't encode body if RAW is non-nil, or if the old encoding is
4446 identical to the new encoding, or if the body contains only
4447 eight-bit-* characters.
4448
d0974190 44492006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1b2b8998 4450
312d24fb 4451 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
1b2b8998
EZ
4452 (faces-sample-overlay): Remove variable.
4453 (describe-face): Insert sample text in the face being described.
4454
113fa448
EZ
44552006-11-04 Martin Rudalics <rudalics@gmx.at>
4456
4457 * whitespace.el (whitespace-indent-regexp): Make this match any
4458 multiples of eight spaces near the beginning of a line.
d0974190 4459 (whitespace-buffer): Use `remove-overlays' instead of
113fa448
EZ
4460 `whitespace-unhighlight-the-space' and `overlay-recenter' to
4461 speed up overlay handling.
312d24fb
SM
4462 (whitespace-buffer-leading, whitespace-buffer-trailing):
4463 Make these functions highlight the text removed by
113fa448
EZ
4464 `whitespace-buffer-leading-cleanup' and
4465 `whitespace-buffer-trailing-cleanup' respectively.
312d24fb
SM
4466 (whitespace-buffer-search): Use `with-local-quit'.
4467 Move `format' out of loop to speed up scanning larger buffers.
113fa448
EZ
4468 (whitespace-unhighlight-the-space): Remove `remove-hook' since
4469 that function is never added to a hook.
4470 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4471 (whitespace-buffer-leading-cleanup)
4472 (whitespace-refresh-rescan-list): Fix docstrings.
4473
615b1c61
KS
44742006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
4475
4476 * allout.el (allout-during-yank-processing): Cue for inhibiting
4477 aberrance processing during yanks.
4478 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4479 the amount of yanked topics that can be aberrant.
4480 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4481 a function, and supplement with inihibition of doublechecking
4482 during yanks.
4483 (allout-beginning-of-line, allout-next-heading)
4484 (allout-previous-heading, allout-goto-prefix-doublechecked)
4485 (allout-back-to-current-heading, allout-next-visible-heading)
4486 (allout-next-sibling): Use new allout-do-doublecheck function.
4487 (allout-next-sibling): Ensure we made progress when returning
4488 other than nil.
4489 (allout-rebullet-heading): Preserve text property annotations
4490 indicating the text was hidden, if it was.
4491 (allout-kill-line): Remove any added was-hidden annotations.
4492 (allout-kill-topic): Remove any added was-hidden annotations.
4493 (allout-annotate-hidden): Inhibit adding was-hidden text
4494 properties to the undo list.
4495 (allout-deannotate-hidden): New function to remove was-hidden
4496 annotation.
4497 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
312d24fb 4498 (allout-remove-exposure-annotation): Replace by
615b1c61
KS
4499 allout-deannotate-hidden.
4500 (allout-yank-processing): Signal that yank processing is happening
4501 with allout-during-yank-processing. Also, wrap
4502 allout-unprotected's closer to the text changes, for easier
4503 debugging. We need to inhibit-field-text-motion explicitly, in
4504 lieu of the encompassing allout-unprotected.
4505 (outlineify-sticky): Adjust criteria for triggering new outline
4506 decorations to presence or absence of any topics, not just a topic
4507 at the beginning of the buffer.
4508
9c92edca
JB
45092006-11-03 Juanma Barranquero <lekktu@gmail.com>
4510
4511 * bs.el (bs--show-all, bs--redisplay):
4512 * cus-edit.el (custom-unlispify-menu-entries)
4513 (custom-unlispify-tag-names, custom-prompt-variable):
4514 * expand.el (expand-pos):
4515 * speedbar.el (speedbar-generic-list-tag-p):
4516 * wid-edit.el (widget-image-enable):
4517 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
4518 * emacs-lisp/find-func.el (find-function-noselect)
4519 (find-function, find-variable-noselect, find-variable)
4520 (find-definition-noselect, find-face-definition):
4521 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
4522 * net/eudc-vars.el (eudc-expansion-overwrites-query):
4523 * progmodes/ada-xref.el (ada-find-in-ali):
4524 * textmodes/flyspell.el (flyspell-check-tex-math-command):
4525 * textmodes/org.el (org-copy-subtree):
4526 * textmodes/table.el (table--row-column-insertion-point-p):
4527 Use "non-nil" in docstrings.
4528
45292006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
4530
4531 * sort.el (sort-columns): Set the field separator to tab; on
4532 NetBSD, sort complains if "\n" is used as field separator.
4533
45342006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
4535
4536 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
030d1efe 4537
757e1681
SM
45382006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4539
4540 * server.el (server-auth-key): Remove. Replace by a process-property.
4541 (server-start): Don't remove the file of the previous process, but
4542 instead clear out the place for the new file.
4543 (server-start): Set the :auth-key property.
4544 (server-process-filter): Use the :auth-key property.
4545
661ca46f
CD
45462006-11-02 Carsten Dominik <dominik@science.uva.nl>
4547
4548 * textmodes/org.el (org-mode-map): No longer copy
4549 `outline-mode-map' explicitly - this is already done by
4550 `define-derived-mode'.
4551
95eefb35
JB
45522006-11-02 Juanma Barranquero <lekktu@gmail.com>
4553
4554 * server.el (server-visit-files): Use `when'.
4555 (server-process-filter): When authentication fails, send error
4556 message to client. Wrap `process-send-region' in `ignore-errors'
4557 instead of `condition-case', and remove misleading comment.
4558
ac65be04
JL
45592006-11-01 Juri Linkov <juri@jurta.org>
4560
4561 * simple.el (yank): Doc fix.
4562
b7621225
SM
45632006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4564
4565 * server.el: Try and fit within 80 columns.
4566 (server-start): Make the auth file unreadable by other users.
4567
5c79f850
CY
45682006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4569
4570 * battery.el (battery-linux-proc-acpi): Prevent range error when
4571 `full-capacity' is 0.
4572
d0974190 45732006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
3cd2b59f 4574
f146cbb0 4575 * faces.el (faces-sample-overlay): New defvar.
d4fa60c8
KS
4576 (faces-sample-overlay): New function to show face sample text.
4577 (describe-face): Use it.
3cd2b59f 4578
ecc54057
JB
45792006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
4580
4581 * progmodes/ada-stmt.el: Change maintainer, apply
4582 whitespace-cleanup, checkdoc.
4583 (ada-func-or-proc-name): Add doc string.
4584
4585 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
4586 whitespace-cleanup, checkdoc. Minor improvements to many doc
4587 strings and comments.
4588 (ada-prj-display-page): Change buffer name to more accurately
4589 reflect function.
4590
4591 * progmodes/ada-xref.el: Change maintainer, apply
4592 whitespace-cleanup, checkdoc. Minor improvements to many doc
4593 strings and comments. Don't look for `gvd' or `ddd' debuggers.
4594 (ada-compile-current): Don't add newlines to commands.
4595
337e3c70
JB
45962006-10-31 Juanma Barranquero <lekktu@gmail.com>
4597
4598 * server.el: Add support for TCP sockets.
4599 (server-use-tcp, server-host, server-auth-dir): New options.
4600 (server-auth-key): New variable.
d4fa60c8
KS
4601 (server-ensure-safe-dir): Create nonexistent parent dirs.
4602 Ignore Unix-style file modes on Windows.
337e3c70
JB
4603 (server-start): Crete a TCP or Unix socket according to the value
4604 of `server-use-tcp'. For TCP sockets, create the id/auth file in
4605 `server-auth-dir' directory.
4606 (server-process-filter): Delete process if authentication
4607 fails (which never happens for Unix sockets).
4608
2d1dd54d
DK
46092006-10-30 David Kastrup <dak@gnu.org>
4610
4611 * subr.el (add-to-list): Don't continue checking if a match has
4612 been found.
4613
024ccae3
CY
46142006-10-30 Chong Yidong <cyd@stupidchicken.com>
4615
4616 * tutorial.el: Move defvars to avoid bytecomp warnings.
4617 (tutorial--find-changed-keys): Check if viper-current-state is
4618 bound before using it.
4619 (help-with-tutorial): Check if viper-tutorial is defined before
4620 using it.
4621
6db93af0
CY
46222006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
4623
312d24fb 4624 * help-fns.el (help-with-tutorial): Move to tutorial.el.
6db93af0
CY
4625
4626 * tutorial.el: New file.
312d24fb 4627 (help-with-tutorial): Move here from help-fns.el. Added help for
6db93af0
CY
4628 rebound keys. Fixed resume of tutorial.
4629 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
4630 (tutorial--find-changed-keys, tutorial--display-changes)
4631 (tutorial--saved-dir, tutorial--saved-file)
4632 (tutorial--save-tutorial): New functions to support the changes in
4633 help-with-tutorial.
4634
e1ee3b54
KH
46352006-10-30 Kenichi Handa <handa@m17n.org>
4636
4637 * files.el (revert-buffer): If a unibyte buffer is being reverted
4638 with a coding system for multibyte, set buffer multibyte before
4639 calling insert-file-contents.
4640
7acc677b
SM
46412006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4642
4643 * server.el (server-select-display): Use a dummy buffer to detect when
4644 the frame is later used.
4645 (server-select-display): New function.
4646 (server-process-filter): Use it to detect unused temp frames.
4647
ecc54057 46482006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
5d1b4ae3
JB
4649
4650 * progmodes/ada-mode.el: Change maintainer, apply
7acc677b 4651 whitespace-clean, checkdoc. Minor improvements to many doc strings.
5d1b4ae3
JB
4652 (ada-mode-version): New function.
4653 (ada-create-menu): Menu operations are available for all supported
4654 compilers.
4655
8e7225a2 46562006-10-29 Lars Hansen <larsh@soem.dk>
d4fa60c8
KS
4657
4658 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
4659 Highlight as keyword.
8e7225a2
LH
4660 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
4661 Don't call tramp-method-out-of-band-p for local files.
4662 (tramp-touch): Quote file name.
4663
3f9a75cd
GM
46642006-10-28 Glenn Morris <rgm@gnu.org>
4665
4666 * calendar/calendar.el (cal-html-cursor-month)
4667 (cal-html-cursor-year): Add autoloads for this new package.
7acc677b 4668 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
3f9a75cd 4669
d57727c9 46702006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
3f9a75cd
GM
4671
4672 * calendar/cal-html.el: New file.
4673
c0b1307a
CY
46742006-10-28 Chong Yidong <cyd@stupidchicken.com>
4675
4676 * emacs-lisp/authors.el (authors-aliases): Update.
4677
f6b88dd6
CY
46782006-10-27 Chong Yidong <cyd@stupidchicken.com>
4679
4680 * version.el (emacs-version): Bump version number to 22.0.90.
4681
d32f600d
CY
46822006-10-26 John W. Eaton <jwe@octave.org>
4683
4684 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
4685 New defvar.
4686 (inferior-octave-resync-dirs): Check to see whether Octave has
4687 built-in variables and set inferior-octave-has-built-in-variables.
4688 Check inferior-octave-has-built-in-variables to decide whether to
4689 send commands that set built-in variables or call functions to
4690 change Octave's behavior.
4691 Send "disp (pwd ())" to Octave instead of just "pwd".
4692 (inferior-octave-startup): Send "more off" to Octave instead of
4693 "page_screen_output = 0".
4694
bec9dc7b
CY
46952006-10-26 Chong Yidong <cyd@stupidchicken.com>
4696
4697 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
4698 pattern normally.
4699
7a1658df
NR
47002006-10-26 Nick Roberts <nickrob@snap.net.nz>
4701
4702 * bindings.el (mode-line-mode-menu): Remove bindings for global
4703 minor modes (line/column number) as they are on the menubar.
4704
f656bdd2
JB
47052006-10-25 Juanma Barranquero <lekktu@gmail.com>
4706
40dfee6f
JB
4707 * term/w32-win.el (x-handle-name-switch): Doc fix.
4708 (w32-standard-fontset-spec): Fix typo in docstring.
4709
f656bdd2
JB
4710 * midnight.el (midnight-buffer-display-time): Doc fix.
4711 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
4712
d3e3f789
NR
47132006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
4714
4715 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
4716
4717 * viper-ex.el (ex-read): Quote file argument.
4718
4719 * ediff-diff.el (ediff-same-file-contents): Expand file names.
4720
4721 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
4722
113fa448 47232006-10-22 Martin Rudalics <rudalics@gmx.at>
081ff0c9 4724
f656bdd2
JB
4725 * textmodes/flyspell.el (flyspell-check-region-doublons):
4726 Fix last fix.
081ff0c9 4727
6440f303
NR
47282006-10-23 Nick Roberts <nickrob@snap.net.nz>
4729
4730 * bindings.el (mode-line-mode-menu): List global minor modes
4731 before local ones.
4732
cbfe778a
KS
47332006-10-23 Kim F. Storm <storm@cua.dk>
4734
4735 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
4736 (sit-for): If last command was a prefix arg, add the read-ahead
4737 event to unread-command-events as (t . EVENT) so it will be added
4738 to this-command-keys by read-key-sequence.
4739
113fa448 47402006-10-22 Martin Rudalics <rudalics@gmx.at>
224ca9c9 4741
6b8aed24
CY
4742 * textmodes/flyspell.el (flyspell-word): Skip past all previous
4743 whitespace when checking doublons.
4744 (flyspell-check-region-doublons): Fix doublon regexp.
4745 (flyspell-highlight-incorrect-region): Highlight doublons using
4746 flyspell-duplicate face.
4747
224ca9c9
CY
4748 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
4749
7a338bef
JW
47502006-10-22 John Wiegley <johnw@newartisans.com>
4751
4752 * progmodes/python.el (python-use-skeletons): python-mode was
4753 auto-inserting templates (for those with abbrev-mode on), not only
4754 by default -- *but without a configuration variable to disable
4755 it*. This rendered python-mode completely useless for me, so I
4756 have added `python-use-skeletons', which is now off by default.
4757
f453f5a8
CY
47582006-10-22 Chong Yidong <cyd@stupidchicken.com>
4759
4760 * progmodes/cperl-mode.el (cperl-mode): Don't assume
4761 font-lock-multiline is auto-local (it's not).
4762 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
4763 initialized before calling cperl-init-faces.
4764
df5d417a
NR
47652006-10-22 Nick Roberts <nickrob@snap.net.nz>
4766
dead60da
NR
4767 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
4768 gdb-stack-position a value when there is no fringe.
4769
df5d417a
NR
4770 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
4771 indicator if not visiting a file.
4772
f5da083e
DK
47732006-10-20 David Kastrup <dak@gnu.org>
4774
4775 * window.el (kill-buffer-and-window): Fix a bug where an aborted
4776 operation would still cause some window to collapse later.
4777
bc8c1bb4
SM
47782006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4779
5ce51a98
SM
4780 * vc.el (vc-switch-backend): Try to be more careful with unwanted
4781 side-effect due to mixing various backends's file properties.
4782
bc8c1bb4
SM
4783 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
4784 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
4785 Return `filename's status if applicable. Update callers.
4786
2b192902
KH
47872006-10-19 Kenichi Handa <handa@m17n.org>
4788
4789 * international/kkc.el (kkc-region): When a key sequence is not
4790 defined, append (this-single-command-raw-keys) to
4791 unread-input-method-events.
4792
ca42cf77
JB
47932006-10-19 Juanma Barranquero <lekktu@gmail.com>
4794
4795 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
4796
045b1908
YM
47972006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4798
4799 * version.el (emacs-version): Use mac-carbon-version-string.
4800
4801 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
4802
1df04e22
JD
48032006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4804
dbf284be
JB
4805 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
4806 Kenichi Handa).
1df04e22
JD
4807 (xselect-convert-to-string): Decline requests for UTF8_STRING if
4808 the selection is not UTF-8.
4809
704ec54b
JB
48102006-10-18 Juanma Barranquero <lekktu@gmail.com>
4811
4812 * progmodes/ada-mode.el (ada-83-string-keywords)
4813 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
4814 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
4815 (ada-looking-at-semi-private, ada-get-body-name):
4816 Fix typos in docstrings.
4817 (ada-create-case-exception, ada-create-case-exception-substring):
4818 Fix typos in error messages.
4819 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
4820
26e32839
JD
48212006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4822
4823 * term/x-win.el (res-geometry): Don't set geometry from Xresources
4824 to default-frame-alist if default-frame-alist already contains
704ec54b 4825 width/height.
26e32839 4826
5a05106b
RS
48272006-10-18 Richard Stallman <rms@gnu.org>
4828
4829 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
4830 Non-interactive arg is the value, not the expression.
704ec54b 4831
5a05106b
RS
4832 * simple.el (read-expression-map): Just set it, no defvar.
4833
4834 * subr.el (insert-for-yank-1): If last inserted char has
4835 properties, mark them as rear-nonsticky.
4836
4837 * recentf.el (recentf-mode): Doc fix.
4838
4839 * facemenu.el (facemenu-add-new-face): Defend against symbol
4840 that isn't a face name.
4841
4842 * dired-aux.el (dired-do-copy): Doc fix.
4843
ac6701ea
CY
48442006-10-18 Chong Yidong <cyd@stupidchicken.com>
4845
29d890fe 4846 * simple.el (line-move-1): Ignore fields when moving to the
ac6701ea
CY
4847 beginning of line to avoid getting point stuck.
4848
15d8dc8b
CY
48492006-10-18 Martin Rudalics <rudalics@gmx.at>
4850
bc8c1bb4
SM
4851 * textmodes/flyspell.el (flyspell-word-search-backward):
4852 Set inhibit-point-motion-hooks to avoid looping due to intangibile
15d8dc8b
CY
4853 text.
4854
5a05106b
RS
48552006-10-16 Richard Stallman <rms@gnu.org>
4856
4857 * help-fns.el (describe-function-1): Special case optimization
4858 for self-insert-command.
4859
80f6025c
KS
48602006-10-16 Kim F. Storm <storm@cua.dk>
4861
4862 * ido.el (ido-reread-directory): Work in `dir' mode too.
4863
704ec54b 48642006-10-15 Martin Rudalics <rudalics@gmx.at>
63c2b8f4
KS
4865
4866 * textmodes/table.el: Require 'regexp-opt.
4867
534e8a33
KS
48682006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
4869
4870 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
4871 Use shell-quote-argument.
4872
4873 * shell.el (explicit-bash-args): Likewise.
4874
4875 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
4876 Use grep -E rather than egrep.
4877
c5ae0305
KS
48782006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4879
4880 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
4881
7dc9c189
KS
48822006-10-15 Kim F. Storm <storm@cua.dk>
4883
4884 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
4885
65b4263f
EZ
48862006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4887
4888 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
4889 to protect whitespace and metacharacters from the shell.
4890
c6b19225
EZ
48912006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4892
704ec54b 4893 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
c6b19225 4894
3f73d221
EZ
48952006-10-13 Eli Zaretskii <eliz@gnu.org>
4896
4897 * subr.el (start-process-shell-command): Doc fix.
4898
53bc2a31
EZ
48992006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
4900
4901 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
4902 the regexp for Maxima symbols.
4903
43621386
SM
49042006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4905
4906 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
4907 (vc-find-root): Don't walk higher up than ~.
4908
d81608e0
CY
49092006-10-12 Chong Yidong <cyd@stupidchicken.com>
4910
43621386
SM
4911 * international/utf-8.el (utf-translate-cjk-load-tables):
4912 Avoid clobbering last-coding-system-used during load.
d81608e0 4913
5c786047
CD
49142006-10-12 Carsten Dominik <dominik@science.uva.nl>
4915
704ec54b
JB
4916 * textmodes/reftex-global.el (reftex-create-tags-file):
4917 Quote file arguments.
5c786047 4918
563964ae
RS
49192006-10-12 Richard Stallman <rms@gnu.org>
4920
4921 * files.el (file-name-history): Add defvar.
4922 (save-some-buffers-action-alist): Improve description strings.
4923
c595fad9
AS
49242006-10-12 Andreas Schwab <schwab@suse.de>
4925
4926 * files.el (auto-mode-alist): Match change log file name also with
4927 a dash before a numeric extension.
4928
43621386 49292006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
9968f10f
SM
4930
4931 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
4932 After 5.0:
43621386
SM
4933 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
4934
4935 After 5.1: Major edit. Summary of most visible changes:
4936
4937 - Multiple <<HERE per line allowed.
4938 - Handles multiline subroutine declaration headers (with comments).
4939 (The exception is `cperl-etags' - but it is not used in the rest
4940 of the mode.)
4941 - Fontifies multiline my/our declarations (even with comments,
4942 and with legacy `font-lock').
4943 - Major speedup of syntaxification, both immediate and postponed
4944 (3.5x to 15x [for different CPUs and versions of Emacs] on the
4945 huge real-life document I tested).
4946 - New bindings, edits to imenu.
4947 - "_" is made into word-char during fontification/syntaxification;
4948 some attempts to recognize non-word "_" during other operations too.
4949 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
4950 - autoload some more perldoc-related stuff
4951 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
4952 - Attempt to incorporate XEmacs edits which reached me.
4953
4954 Fine-grained changelog:
4955 (cperl-hook-after-change): New configuration variable.
4956 (cperl-vc-sccs-header): Likewise.
4957 (cperl-vc-sccs-header): Likewise.
4958 (cperl-vc-header-alist): Default via two preceding variables.
4959 (cperl-invalid-face): Remove double quoting under XEmacs
4960 (still needed under 21.2).
4961 (cperl-tips): Update URLs for resources.
4962 (cperl-problems): Likewise.
4963 (cperl-praise): Mention new features.
4964 New C-c key bindings: for `cperl-find-bad-style',
9968f10f 4965 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
43621386 4966 `cperl-perdoc', and `cperl-perldoc-at-point'.
9968f10f
SM
4967 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
4968 moved, new submenu of Tools with Ispell entries and narrowing.
43621386
SM
4969 (cperl-after-sub-regexp): New defsubst.
4970 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
4971 Allows heads up to head4.
4972 Allow "package;".
4973 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
4974 (paren-backwards-message): ??? Something for XEmacs???
4975 (cperl-mode): Never auto-switch abbrev-mode off.
4976 Try to allow '_' be non-word char.
4977 Do not use `font-lock-unfontify-region-function' on XEmacs.
4978 Reset syntax cache on mode start.
4979 Support multiline facification (even on legacy `font-lock').
4980 (cperl-facemenu-add-face-function): ??? Some contributed code ???
4981 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
4982 refuse to inform us whether the fontification is due to lazy
4983 calling or due to edit to a buffer, install our own hook
4984 (controlled by `cperl-hook-after-change').
4985 (cperl-electric-pod): =cut may have been recognized as start.
4986 (cperl-block-p): Move, updatedfor attributes.
4987 (cperl-calculate-indent): Try to allow '_' be non-word char
4988 Support subs with attributes.
4989 (cperl-where-am-i): Queit (?) a warning.
4990 (cperl-cached-syntax-table) New function.
4991 (cperl-forward-re): Use `cperl-cached-syntax-table'.
4992 (cperl-unwind-to-safe): Recognize `syntax-type' property
4993 changing in a middle of line.
4994 (cperl-find-sub-attrs): New function.
4995 (cperl-find-pods-heres): Allow many <<EOP per line.
4996 Allow subs with attributes.
4997 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
4998 Recognize "extproc " (OS/2) case-folded and only at start.
4999 /x on s///x with empty replacement was not recognized.
5000 Better comments.
5001 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5002 Allow subs with attributes, labels.
5003 Do not confuse "else::foo" with "else".
5004 Minor optimizations...
5005 (cperl-after-expr-p): Try to allow '_' be non-word char.
5006 (cperl-fill-paragraph): Try to detect a major bug in Emacs
5007 with `looking-at' inside `narrow' and bulk out if found.
5008 (cperl-imenu--create-perl-index): Updates for new
5009 `cperl-imenu--function-name-regexp-perl'.
5010 (cperl-outline-level): Likewise.
5011 (cperl-init-faces): Allow multiline subroutine headers
5012 and my/our declarations, and ones with comments.
5013 Allow subroutine attributes.
5014 (cperl-imenu-on-info): Better docstring.
5015 (cperl-etags): Rudimentary support for attributes.
5016 Support for packages and "package;".
5017 (cperl-add-tags-recurse-noxs): Better (?) docstring.
5018 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5019 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5020 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5021 (cperl-perldoc): Add autoload.
5022 (cperl-perldoc-at-point): Likewise.
5023 (cperl-here-doc-spell): New function.
5024 (cperl-pod-spell): Likewise.
5025 (cperl-map-pods-heres): Likewise.
5026 (cperl-get-here-doc-region): Likewise.
5027 (cperl-font-lock-fontify-region-function): Likewise (backward
5028 compatibility for legacy `font-lock').
5029 (cperl-font-lock-unfontify-region-function): Fix style.
5030 (cperl-fontify-syntaxically): Recognize and optimize away deferred
5031 calls with no-change. Governed by `cperl-hook-after-change'.
5032 (cperl-fontify-update): Recognize that syntaxification region
5033 can be larger than fontification one.
5034 XXXX we leave `cperl-postpone' property, so this is quadratic...
5035 (cperl-fontify-update-bad): Temporary placeholder until
9968f10f 5036 it is clear how to implement `cperl-fontify-update'.
43621386
SM
5037 (cperl-time-fontification): New function.
5038 (attrib-group): New text attribute.
5039 (multiline): New value: `syntax-type' text attribute.
9968f10f
SM
5040
5041 After 5.2:
43621386
SM
5042 (cperl-emulate-lazy-lock): New function.
5043 (cperl-fontify-syntaxically): Would skip large regions.
5044 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5045 Some globals were declared, but uninitialized.
9968f10f
SM
5046
5047 After 5.3, 5.4:
43621386 5048 (cperl-facemenu-add-face-function): Add docs, fix U<>.
9968f10f 5049 Copyright message updated.
43621386
SM
5050 (cperl-init-faces): Work around a bug in `font-lock'. May slow
5051 facification down a bit.
5052 Misprint for my|our|local for old `font-lock'
5053 "our" was not fontified same as "my|local".
5054 Highlight variables after "my" etc even in
5055 a middle of an expression.
5056 Do not facify multiple variables after my etc
5057 unless parentheses are present.
9968f10f
SM
5058
5059 After 5.5, 5.6
43621386
SM
5060 (cperl-fontify-syntaxically): after-change hook could reset.
5061 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
9968f10f
SM
5062
5063 After 5.7:
43621386
SM
5064 (cperl-init-faces): Allow highlighting of local ($/).
5065 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5066 (cperl-problems): Remove fixed problems.
5067 (cperl-find-pods-heres): Recognize #-comments in m##x too.
5068 Recognize charclasses (unless delimiter is \).
5069 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5070 (cperl-regexp-scan): Update docs.
5071 (cperl-beautify-regexp-piece): Use information got from regexp scan.
9968f10f
SM
5072
5073 After 5.8:
5074 Major user visible changes:
5075 Recognition and fontification of character classes in RExen.
43621386
SM
5076 Variable indentation of RExen according to groups.
5077
5078 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5079 Fontify REx charclasses in variable-name face.
5080 Fontify POSIX charclasses in "type" face.
5081 Fontify unmatched "]" in function-name face.
5082 Mark first-char of HERE-doc as `front-sticky'.
5083 Reset `front-sticky' property when needed.
5084 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5085 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5086 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5087 constructs. Support `narrow'ed buffers.
5088 (cperl-praise): Remove a reservation.
5089 (cperl-make-indent): New function.
5090 (cperl-indent-for-comment): Use `cperl-make-indent'.
5091 (cperl-indent-line): Likewise.
5092 (cperl-lineup): Likewise.
5093 (cperl-beautify-regexp-piece): Likewise.
5094 (cperl-contract-level): Likewise.
5095 (cperl-toggle-set-debug-unwind): New function.
5096 New menu entry for this.
5097 (fill-paragraph-function): Use when `boundp'.
5098 (cperl-calculate-indent): Take into account groups when indenting RExen.
5099 (cperl-to-comment-or-eol): Recognize # which end a string.
5100 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5101 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5102 (cperl-fontify-syntaxically): More clear debugging message.
5103 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5104 (cperl-init-faces): More complicated highlight even on XEmacs (new).
5105 Merge cosmetic changes from XEmacs.
9968f10f
SM
5106
5107 After 5.9:
43621386
SM
5108 (cperl-1+): Move to before the first use.
5109 (cperl-1-): Likewise.
9968f10f
SM
5110
5111 After 5.10:
5112
bc8c1bb4 5113 This code may lock Emacs hard!!! Use at your own risk!
9968f10f 5114
43621386
SM
5115 (cperl-font-locking): New internal variable.
5116 (cperl-beginning-of-property): New function.
5117 (cperl-calculate-indent): Use `cperl-beginning-of-property'
5118 instead of `previous-single-property-change'.
5119 (cperl-unwind-to-safe): Likewise.
5120 (cperl-after-expr-p): Likewise.
5121 (cperl-get-here-doc-region): Likewise.
5122 (cperl-font-lock-fontify-region-function): Likewise.
5123 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5124 recursively.
5125 Bound `next-single-property-change' via `point-max'.
5126 (cperl-unwind-to-safe): Bound likewise
bc8c1bb4 5127 (cperl-font-lock-fontify-region-function): Likewise.
43621386
SM
5128 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5129 Initialization of `cperl-font-lock-multiline-start' could be
5130 missed if the "main" fontification did not run due to the
5131 keyword being already fontified.
5132 (cperl-pod-spell): Return t from do-one-chunk function.
5133 (cperl-map-pods-heres): Stop when the worker returns nil.
5134 Call `cperl-update-syntaxification'.
5135 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5136 (cperl-get-here-doc-delim): Remove unused function.
9968f10f
SM
5137
5138 After 5.11:
5139
43621386 5140 The possible lockup of Emacs (introduced in 5.10) fixed.
9968f10f 5141
43621386
SM
5142 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5143 (cperl-syntaxify-for-menu): New customization variable.
5144 (cperl-select-this-pod-or-here-doc): New function.
5145 (cperl-get-here-doc-region): Extra argument.
5146 Do not adjust pos by 1.
9968f10f 5147
43621386
SM
5148 New menu entries
5149 (Perl/Tools): Selection of current POD or HERE-DOC section.
5150 (Debugging CPerl:) backtrace on fontification.
9968f10f
SM
5151
5152 After 5.12:
43621386
SM
5153 (cperl-cached-syntax-table): Use `car-safe'.
5154 (cperl-forward-re): Remove spurious argument SET-ST.
5155 Add documentation.
5156 (cperl-forward-group-in-re): New function.
5157 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5158 (XXXX Temporary (?) hack is to syntax-mark them as comment).
9968f10f
SM
5159
5160 After 5.13:
43621386 5161 (cperl-string-syntax-table): Make { and } not-grouping
9968f10f
SM
5162 (Sometimes they ARE grouping in RExen, but matching them would only
5163 confuse in many situations when they are not)
43621386
SM
5164 (beginning-of-buffer): Replace two occurences with goto-char...
5165 (cperl-calculate-indent): `char-after' could be nil...
5166 (cperl-find-pods-heres): REx can start after "[" too.
5167 Hightlight (??{}) in RExen too.
5168 (cperl-maybe-white-and-comment-rex): New constant
5169 (cperl-white-and-comment-rex): Likewise.
5170 XXXX Not very efficient, but hard to make
5171 better while keeping 1 group.
9968f10f
SM
5172
5173 After 5.13:
43621386
SM
5174 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5175 Likewise for 1 << identifier.
9968f10f
SM
5176
5177 After 5.14:
43621386
SM
5178 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5179 Error-less condition-case could fail.
5180 (cperl-font-lock-fontify-region-function): Likewise.
5181 (cperl-init-faces): Likewise.
9968f10f
SM
5182
5183 After 5.15:
43621386
SM
5184 (cperl-find-pods-heres): Support property REx-part2.
5185 (cperl-calculate-indent): Likewise.
5186 Don't special-case REx with non-empty 1st line.
5187 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5188 Invert highlighting of charclasses:
5189 now the envelop is highlighted.
5190 Highlight many others 0-length builtins.
5191 (cperl-praise): Mention indenting and highlight in RExen.
9968f10f
SM
5192
5193 After 5.15:
43621386 5194 (cperl-find-pods-heres): Highlight capturing parens in REx.
9968f10f
SM
5195
5196 After 5.16:
43621386
SM
5197 (cperl-find-pods-heres): Highlight '|' for alternation
5198 Initialize `font-lock-warning-face' if not present.
5199 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5200 `font-lock-function-name-face'.
5201 (cperl-look-at-leading-count): Likewise.
5202 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5203 `font-lock-keyword-face' (needed for
5204 batch processing), etc...
5205 Use `font-lock-builtin-face' for builtin in REx
5206 Now `font-lock-variable-name-face'
5207 is used for interpolated variables
5208 Use "talking aliases" for faces inside REx
5209 Highlight parts of REx (except in charclasses)
5210 according to the syntax and/or semantic
5211 Syntax-mark a {}-part of (?{}) as "comment"
5212 (it was the ()-part)
5213 Better logic to distinguish what is what in REx
5214 (cperl-tips-faces): Document REx highlighting
5215 (cperl-praise): Mention REx syntax highlight etc.
9968f10f
SM
5216
5217 After 5.17:
43621386
SM
5218 (cperl-find-sub-attrs): Would not always manage to print error message.
5219 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
9968f10f
SM
5220
5221 After 5.18:
43621386
SM
5222 (cperl-find-pods-heres): Misprint in REx for parsing REx.
5223 Very minor optimization.
5224 `my-cperl-REx-modifiers-face' got quoted.
5225 Recognize "print $foo <<END" as HERE-doc.
5226 Put `REx-interpolated' text attribute if needed.
5227 (cperl-invert-if-unless-modifiers): New function.
5228 (cperl-backward-to-start-of-expr): Likewise.
5229 (cperl-forward-to-end-of-expr): Likewise.
5230 (cperl-invert-if-unless): Works in "the opposite way" too.
5231 Cursor position on return is on the switch-word.
5232 Indents comments better.
5233 (REx-interpolated): New text attribute.
5234 (cperl-next-interpolated-REx): New function.
5235 (cperl-next-interpolated-REx-0): Likewise.
5236 (cperl-next-interpolated-REx-1): Likewise.
5237 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
5238 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5239 (cperl-praise): Mention finded interpolated RExen.
9968f10f
SM
5240
5241 After 5.19:
43621386
SM
5242 (cperl-init-faces): Highlight %$foo, @$foo too.
5243 (cperl-short-docs): Better docs for system, exec.
5244 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5245 Would not find HERE-doc ended by EOF without NL.
5246 (cperl-short-docs): Correct not-doubled \-escapes.
5247 start block: Put some `defvar' for stuff gone from XEmacs.
9968f10f
SM
5248
5249 After 5.20:
43621386
SM
5250 initial comment: Extend copyright, fix email address.
5251 (cperl-indent-comment-at-column-0): New customization variable.
5252 (cperl-comment-indent): Indentation after $#a would increasy by 1.
5253 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5254 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5255 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5256 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5257 highlight $ in $foo too (UNTESTED).
5258 (cperl-set-style): Docstring missed some available styles.
5259 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5260 Change "Current" to "Memorize Current".
5261 (cperl-indent-wrt-brace): New customization variable; the default is
5262 as for pre-5.2 version.
5263 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5264 (cperl-style-alist): Likewise.
5265 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5266 and `cperl-extra-newline-before-brace' etc
5267 being t
5268 (cperl-indent-exp): Plans B and C to find continuation blocks even
5269 if `cperl-extra-newline-before-brace' is t.
9968f10f
SM
5270
5271 After 5.21:
5272 Improve some docstrings concerning indentation.
43621386
SM
5273 (cperl-indent-rules-alist): New variable.
5274 (cperl-sniff-for-indent): New function name
5275 (separated from `cperl-calculate-indent').
5276 (cperl-calculate-indent): Separate the sniffer and the indenter;
5277 uses `cperl-sniff-for-indent' now.
5278 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5279 was inverted;
5280 Support `comment-column' = 0.
9968f10f 5281
704ec54b 52822006-10-11 Martin Rudalics <rudalics@gmx.at>
a3545af4
JD
5283
5284 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5285 * help-at-pt.el (scan-buf-move-to-region): Likewise.
5286 * longlines.el (longlines-window-change-function): Likewise.
5287 * simple.el (undo-ask-before-discard): Likewise.
5288 * wid-edit.el (widget-field-prompt-internal)
43621386 5289 (widget-documentation-link-p): Likewise.
a3545af4 5290
0f9c4a96
SM
52912006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5292
5293 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5294 for a keyword.
5295
e29d96b6
SM
52962006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5297
5298 * newcomment.el (comment-valid-prefix-p): Make the check
5299 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
5300 (comment-indent-new-line): Adjust call.
5301
80f66ef4
CY
53022006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
5303
5304 * allout.el (allout-back-to-current-heading): Base on lower-level
5305 routines to get proper disqualification of aberrant topics.
5306
491bf4bc
RS
53072006-10-09 Richard Stallman <rms@gnu.org>
5308
5309 * textmodes/two-column.el (2C-two-columns): Doc fix.
5310
b000ea17
KS
53112006-10-09 Kim F. Storm <storm@cua.dk>
5312
5313 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5314 about implicit use.
5315
408f1b9d
RS
53162006-10-08 Richard Stallman <rms@gnu.org>
5317
5318 * textmodes/two-column.el (2C-two-columns): Doc fix.
5319
1eb1a906
RS
53202006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
5321
5322 * files.el: Mark `buffer-read-only' as safe-local-variable.
5323
3339a0ca
NR
53242006-10-08 Nick Roberts <nickrob@snap.net.nz>
5325
704ec54b
JB
5326 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5327 Burp if GUD buffer has been killed.
3339a0ca 5328
612f91f0
SM
53292006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5330
5331 * completion.el (add-completions-from-c-buffer):
5332 Don't presume an error's second element is a string.
5333 Use looking-at rather than buffer-substring + member.
5334
4baf35c9
EZ
53352006-10-07 Eli Zaretskii <eliz@gnu.org>
5336
5337 * mail/rmail.el (rmail-redecode-body): If the old encoding is
5338 `undecided', call find-coding-systems-region to find a proper
5339 non-trivial encoding.
0736daff
EZ
5340 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5341 and "text/plain".
4baf35c9 5342
857b15e9
EZ
53432006-10-07 Kevin Ryde <user42@zip.com.au>
5344
5345 * textmodes/reftex-vars.el (defgroup reftex): Update home page
5346 url-link.
5347
5348 * strokes.el (defgroup strokes): Remove invalid url-link.
5349
2a575769
EZ
53502006-10-07 Magnus Henoch <mange@freemail.hu>
5351
5352 * autoinsert.el (auto-insert-alist): Doc fix.
5353
f5da083e 53542006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
d3886822 5355
612f91f0
SM
5356 * mouse-sel.el (mouse-insert-selection-internal):
5357 Use insert-for-yank, so that yank handlers are run.
d3886822 5358
4a61fd6f
KS
53592006-10-07 Kim F. Storm <storm@cua.dk>
5360
5361 * ido.el (ido-file-extension-aux): Fix comparison.
5362
ee37d135
KS
53632006-10-06 Kim F. Storm <storm@cua.dk>
5364
5365 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5366
dde5dcd2
JB
53672006-10-05 Juanma Barranquero <lekktu@gmail.com>
5368
5369 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5370 (ad-make-mapped-call): Use `let', not `let*'.
5371
1d5b0c66
CY
53722006-10-05 Chong Yidong <cyd@stupidchicken.com>
5373
5374 * international/mule-cmds.el (coding-system-change-eol-conversion):
5375 Ensure the coding system is initialized before calling
5376 coding-system-eol-type.
5377
82f28564
CD
53782006-10-04 Carsten Dominik <dominik@science.uva.nl>
5379
dde5dcd2
JB
5380 * textmodes/org.el (org-rm-props, org-activate-plain-links)
5381 (org-activate-angle-links, org-activate-dates)
5382 (org-activate-target-links, org-activate-camels)
82f28564
CD
5383 (org-activate-tags): Add `rear-nonsticky' text property to avoid
5384 textproperty keymaps from being active beyond the end of a line.
5385 (org-unfontify-region): Also remove `rear-nonsticky' property.
5386
9d3155c6
KH
53872006-10-04 Kenichi Handa <handa@m17n.org>
5388
5389 * international/code-pages.el (next): Table fixed.
5390
7629d417
SM
53912006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5392
5393 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5394 that it's been made unnecessary by removing narrowing.
5395
49c7a608
SM
53962006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5397
5398 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5399 control flow a bit, simplify another bit, and add comments.
5400
f3b5dd74
DK
54012006-10-03 David Kastrup <dak@gnu.org>
5402
5403 * help.el (describe-mode): For clicks on mode-line, use "@"
5404 interactive argument to get the major mode of the click instead of
5405 the current buffer.
5406
5407 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5408 in order to better redirect mouse-2 clicks. Also allow default
5409 bindings to apply.
5410
73812be6
KS
54112006-10-03 Kim F. Storm <storm@cua.dk>
5412
5413 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5414 (pushnew): Fix last change.
5415
a0370ba4
JPW
54162006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
5417
5418 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5419 Use the interactive spec of `eval-expression'.
5420
8c86938f
EZ
54212006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
5422
5423 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5424
dde5dcd2 54252006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
6c77efbe
SJ
5426
5427 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5428 2006-09-28 commit.
5429
4e14c04c
KH
54302006-10-02 Kenichi Handa <handa@m17n.org>
5431
5432 * international/code-pages.el (iso-8859-6): Table fixed.
5433
e925d5ae 54342006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
7de3f9a4
RS
5435
5436 * dired.el (dired-build-subdir-alist): Fix previous change.
5437
1f8a132d
RS
54382006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
5439
5440 * simple.el (undo-elt-crosses-region): Fix the inequalities.
5441
04e408d9
SM
54422006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5443
8f1a5a9b
SM
5444 * emacs-lisp/find-func.el (find-function-regexp): Don't match
5445 "define-button-type".
5446
04e408d9
SM
5447 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5448 they don't keep accumulating.
5449
7b8e334c
EZ
54502006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5451
5452 * ffap.el (ffap-rfc-path): Change the address of the RFC
04e408d9 5453 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7b8e334c 5454
65e7eb3d
EZ
54552006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
5456
5457 * allout.el (allout-expose-topic): Rectify implementation of "+"
5458 spec, so that bodies are not exposed with headlines.
5459
54602006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
5461
5462 * allout.el (allout-current-depth): Do aberrent check only at or
5463 below doublecheck depth.
5464 (allout-chart-subtree): Make it explicit that LEVELS being nil
5465 means unlimited depth. Drop undocumented support for LEVELS value
5466 t meaning unlimited depth. (This is consistent with
5467 allout-chart-to-reveal, but contrary to allout-show-children,
5468 which needs to use nil to default to depth of 1.)
5469 (allout-goto-prefix-doublechecked): Wrap long docstring line.
5470 (allout-chart-to-reveal): Be explicit in docstring about meaning
5471 of nil LEVELS, and drop support for LEVELS value t.
5472 (allout-show-children): Translate the level spec used by this
5473 routine to that used by allout-chart-subtree and
5474 allout-chart-to-reveal.
5475 (allout-show-to-offshoot): Retry once when stuck, after opening
5476 subtree - improvements in discontinuity handling likely will
5477 enable progress.
5478
b0c4ae71
CY
54792006-09-30 Chong Yidong <cyd@stupidchicken.com>
5480
5481 * wid-edit.el (widget-button-click-moves-point): New variable.
5482 (widget-button-click): If widget-button-click-moves-point is
5483 non-nil, set point after performing the button action
5484
5485 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5486
e2247cd0
EZ
54872006-09-30 Martin Rudalics <rudalics@gmx.at>
5488
04e408d9 5489 * files.el (find-file-existing): Modify to not allow wildcards.
e2247cd0 5490
00fa4024
EZ
54912006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5492
5493 * simple.el (undo-more): When undo information for the region is
5494 exhausted, say "No further undo information FOR REGION".
5495
57763824
EZ
54962006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
5497
04e408d9
SM
5498 * progmodes/sh-script.el (sh-prev-thing):
5499 Take `sh-leading-keywords' into account.
57763824 5500
ee53ec68
GM
55012006-09-29 Glenn Morris <rgm@gnu.org>
5502
f4d82e00
GM
5503 * custom.el (defcustom): Doc fix.
5504
04e408d9
SM
5505 * calendar/calendar.el (european-calendar-style):
5506 Call european-calendar or american-calendar as needed when set.
ee53ec68
GM
5507 (diary-view-entries, list-calendar-holidays): Move autoloads
5508 before use.
5509
f9df5f68
JL
55102006-09-29 Juri Linkov <juri@jurta.org>
5511
5512 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5513 to nil if there is no previous property change.
5514
3a6df531 55152006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
31b7fa51
CY
5516
5517 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5518 saving anything to be sure that `forward-sexp' behaves correctly.
5519
e94e78cc
CY
55202006-09-29 Chong Yidong <cyd@stupidchicken.com>
5521
5522 * simple.el (line-move-finish): Ignore field boundaries if the
5523 initial and final points have the same `field' property.
5524
f45b66b9
KS
55252006-09-29 Kim F. Storm <storm@cua.dk>
5526
5527 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
5528 to t while calling ido-read-internal.
5529
86cc4a71
CD
55302006-09-29 Carsten Dominik <dominik@science.uva.nl>
5531
5532 * textmodes/org.el (org-file-remote-p): Get regexp from list.
04e408d9 5533 (org-archive-subtree): Remove erraneous `]' from character list.
86cc4a71 5534
ddd1c214
JY
55352006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
5536
5537 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
5538 (ses-reconstruct-all): Make undo of "insert row" work by keeping
5539 markers for data-area and parameters-area.
5540
efa0c0ef
SM
55412006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5542
472e1031
SM
5543 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
5544
efa0c0ef
SM
5545 * font-lock.el (font-lock-after-change-function): Refontify next line
5546 as well if end is at BOL.
5547 (font-lock-extend-jit-lock-region-after-change): Be more careful to
5548 only extend the region as much as needed.
5549
de25ebb8
RS
55502006-09-28 Richard Stallman <rms@gnu.org>
5551
5552 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
5553
5554 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
5555
efa0c0ef 5556 * international/mule.el (after-insert-file-set-coding):
de25ebb8 5557 If VISIT, don't let set-buffer-multibyte make undo info.
efa0c0ef 5558
dde5dcd2 55592006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
e4eb8462
CY
5560
5561 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
5562 lines in base64-encoded authentication response.
5563
ed0aa46c
VJL
55642006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5565
5566 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
5567 (ebnf-version): New version 4.3.
5568 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
5569 (ebnf-prologue): Adjust PostScript programming.
5570 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
5571 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
5572
c1860747
SM
55732006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5574
be956324
SM
5575 * jit-lock.el (jit-lock-force-redisplay): Rename from
5576 jit-lock-fontify-again, and undo the mistaken change I've just done.
5577
c1860747
SM
5578 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
5579 (jit-lock-fontify-again): Don't refontify text that's not displayed.
5580
eb89917c
KH
55812006-09-26 Kenichi Handa <handa@m17n.org>
5582
5583 * startup.el (display-splash-screen): Allow a prefix argument.
5584
daea741e
JR
55852006-09-25 Jason Rumney <jasonr@gnu.org>
5586
5587 * subr.el (shell-quote-argument): Use DOS logic for Windows
5588 shells with DOS semantics.
5589
de25ebb8
RS
55902006-09-24 Richard Stallman <rms@gnu.org>
5591
5592 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
5593 (compilation-goto-locus): Use compilation-goto-locus-delete-o
5594 to delete the overlay. Put it on pre-command-hook.
5595
5596 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
5597
f45b66b9 5598 * startup.el (fancy-splash-screens, normal-splash-screen):
de25ebb8
RS
5599 Call the splash buffer *About GNU Emacs*.
5600
f45b66b9 5601 * simple.el (next-error-highlight, next-error-highlight-no-select):
de25ebb8
RS
5602 Default to 0.5.
5603 (yank-excluded-properties): Add `fontified'.
5604
5605 * font-lock.el (font-lock-compile-keywords): Allow value of
5606 syntax-begin-function to enable paren-column-0 highlighting.
5607
e925d5ae 56082006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
de25ebb8
RS
5609
5610 * dired.el (dired-build-subdir-alist): When file ends in colon,
5611 don't exit the loop, just disregard that file.
5612
963355a4
CY
56132006-09-24 Chong Yidong <cyd@stupidchicken.com>
5614
5615 * simple.el (line-move-finish): Handle corner case for fields in
5616 continued lines.
5617 (line-move-1): Remove flawed test for that case.
5618
3f56acf9
CY
56192006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
5620
5621 * icomplete.el (icomplete-simple-completing-p): Use the correct
5622 name for the new variable, `icomplete-with-completion-tables'.
5623 (file local variables): Remove superfluous setting.
5624
47c131a0
GM
56252006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
5626
5627 * calendar/appt.el (appt-check): Fix typo for appointments just
5628 after midnight.
5629
98da283b
CY
56302006-09-23 Chong Yidong <cyd@stupidchicken.com>
5631
5632 * help.el (describe-key-briefly, describe-key): Don't expect an
5633 extra up event if a down-event is generated by a popup menu.
5634
dde5dcd2 56352006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
e42a01cb
CY
5636
5637 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
5638 local dictionary when changing the global dictionary.
5639
397e713b
CY
56402006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
5641
5642 * icomplete.el (icomplete-with-completion-tables): List of
5643 specialized completion tables with which icomplete should
5644 operate. Include the new `internal-complete-buffer', so icomplete
5645 works with interactive buffer-selection.
5646 (icomplete-simple-completing-p): Add acceptance of specialized
5647 completion tables listed in icomplete-with-completion-tables.
5648
1e2d7573
YM
56492006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5650
5651 * frame.el (focus-follows-mouse): Set default to nil on Mac.
5652
5653 * startup.el (command-line): Use `custom-reevaluate-setting' for
5654 `focus-follows-mouse'.
5655
a9af8380
RS
56562006-09-22 Richard Stallman <rms@gnu.org>
5657
5658 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
5659 explain why Save is not available.
5660
da37d01f
JB
56612006-09-22 Juanma Barranquero <lekktu@gmail.com>
5662
5663 * woman.el (woman0-so): Use `let*', not `let'.
5664 (woman-horizontal-line): Remove unbalanced parenthesis.
5665
8cc8239e
SM
56662006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * woman.el: Make sure all the end-of-region markers we use have
5669 a non-nil insertion-type.
5670 (woman0-so): Move things around so we can use copy-marker.
5671 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
5672 Adjust marker type.
5673 (woman2-process-escapes): Check marker type.
5674 (woman-horizontal-line): Dispense with the use of a marker.
5675
eb8c8b04
JB
56762006-09-22 Jay Belanger <belanger@truman.edu>
5677
5678 * calc/calc-lang.el: Add Greek letters to math-variable-table
5679 property of tex.
5680
16abdbe6
CY
56812006-09-22 Chong Yidong <cyd@stupidchicken.com>
5682
7629d417 5683 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
16abdbe6 5684
1d8f4cb6
MY
56852006-09-22 Masatake YAMATO <jet@gyve.org>
5686
5687 * add-log.el (add-log-current-defun): Use `forward-sexp'
5688 instead of `forward-word' to pick c++::symbol.
3b2452fd 5689 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
1d8f4cb6 5690
2e77924d
KH
56912006-09-22 Kenichi Handa <handa@m17n.org>
5692
5693 * bindings.el: Fix setting self-insert-command for multibyte
5694 characters in global-map.
5695
89bf250e
DK
56962006-09-21 David Kastrup <dak@gnu.org>
5697
5698 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
5699 doc string.
5700
8584826b
KH
57012006-09-21 Kenichi Handa <handa@m17n.org>
5702
5703 * language/european.el ("Latin-1"): Add windows-1252 to
5704 coding-priority.
5705 ("German"): Likewise.
5706
b521ddce
KS
57072006-09-21 Kim F. Storm <storm@cua.dk>
5708
5709 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
5710 Suggested by Miles Bader.
5711
5712 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
5713 instead of add-to-list in the simple case.
5714
01e0132d
KH
57152006-09-20 Kenichi Handa <handa@m17n.org>
5716
7629d417 5717 * isearch.el (isearch-process-search-char): Cancel the previous change.
01e0132d
KH
5718 (isearch-search-string): New function.
5719 (isearch-search): Use isearch-search-string.
5720 (isearch-lazy-highlight-search): Likewise.
5721
502ca00a
VJL
57222006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5723
7f7f218c
VJL
5724 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
5725 string to become an option.
502ca00a 5726
02bb2aab
SM
57272006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5728
5729 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
5730
a4df1f8b
KS
57312006-09-20 Kim F. Storm <storm@cua.dk>
5732
5733 * simple.el (line-move-partial): Call pos-visible-in-window-p with
5734 position t instead of trying both window-end and window-end - 1.
5735
cd3af09d
CD
57362006-09-20 Carsten Dominik <dominik@science.uva.nl>
5737
5738 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
5739 hidden trees.
5740
1d45e02e
DK
57412006-09-20 David Kastrup <dak@gnu.org>
5742
9ed38a84
DK
5743 * mouse.el (mouse-posn-property): Improve doc string.
5744 (mouse-on-link-p): Change buffers for function calls on links.
5745
02bb2aab 5746 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
1d45e02e
DK
5747 buffer is read-only.
5748
3e7678c8 57492006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
1b4d97b2
CY
5750
5751 * allout.el (allout-unprotected): Let inhibit-read-only only when
5752 buffer-read-only isn't set.
5753 (allout-annotate-hidden): Enable topic annotation during copies even
5754 when the buffer is read-only, eg for topic copies. Ensure that the loop
5755 advances, even when the span extends beyond the deletion region.
5756 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
5757 rather than allout-exposure-changed-hook, as a stronger assertion.
5758 (allout-keybindings-list): Add bindings for
5759 allout-copy-line-as-kill and allout-copy-topic-as-kill.
02bb2aab
SM
5760 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
5761 Copy wrappers for allout-kill-line and allout-kill-topic.
1b4d97b2
CY
5762 (allout-listify-exposed): Position correctly to accumulate lines.
5763
fef11f15
CY
57642006-09-19 Chong Yidong <cyd@stupidchicken.com>
5765
5766 * simple.el (line-move-1): Escape field boundaries occurring
5767 exactly at point. Update goal column if constrained to a field.
02bb2aab 5768 (line-move-finish): Escape field boundaries occurring exactly at point.
fef11f15 5769
e9ae308c
SM
57702006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5771
5772 * mouse.el (mouse-on-link-p): Tentatively fix last change.
5773 (mouse-drag-vertical-line): Remove unused var `wconfig'.
5774
7bbc67d2
KS
57752006-09-19 Kim F. Storm <storm@cua.dk>
5776
06e6b4be
KS
5777 * help.el (describe-key-briefly, describe-key): Simplify printing
5778 of descriptions by using format and %S. Fix "is undefined"
5779 messages to say "at that spot" for mouse events.
5780
7bbc67d2
KS
5781 * simple.el (line-move-partial): Optimize. Try window-line-height
5782 before posn-at-point to get vpos of current line.
5783
f573c8b0 57842006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
7bbc67d2 5785
95f5a37f 5786 * viper.el: Bump up version/date of update to reflect the substantial
f573c8b0 5787 changes done in August 2006.
7bbc67d2 5788
95f5a37f 5789 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
f573c8b0 5790 are defined.
7bbc67d2 5791
95f5a37f 5792 * ediff-util.el (ediff-add-to-history): New function.
7bbc67d2 5793
95f5a37f 5794 * ediff.el: Use ediff-add-to-history instead of add-to-history.
7bbc67d2 5795
2b1119a0
RS
57962006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5797
5798 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
e9ae308c
SM
5799 Delete duplicate make-local-variable form.
5800 (conf-space-keywords): Add autoload cookie.
5801 Fix typo (`keywords', not `keyword').
2b1119a0 5802
c4823934
JD
58032006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5804
5805 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
5806 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
5807 to x-gtk-use-old-file-dialog
5808
0c577361
RS
58092006-09-18 Richard Stallman <rms@gnu.org>
5810
5811 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
5812 that might come in during mouse tracking.
5813
661bdc06
KS
58142006-09-18 Kim F. Storm <storm@cua.dk>
5815
5816 * simple.el (line-move-partial): Rework 2006-09-15 change to use
5817 new window-line-height function. Further optimize by not calling
5818 pos-visible-in-window-p for window-end when window-line-height
5819 returns useful information.
5820
ddec2286
RS
58212006-09-16 Richard Stallman <rms@gnu.org>
5822
5823 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
5824 (conf-space-mode): Don't handle prefix arg.
5825 Delete conf-space-keywords-override code.
5826 Use add-hook.
5827 (conf-space-keywords): New command.
5828 (conf-space-mode-internal): Be careful with imenu-generic-expression.
5829 Delete conf-space-keywords-override code.
5830 (conf-space-keywords-alist): Doc fix.
5831 (conf-space-font-lock-keywords): Doc fix.
5832 (conf-space-keywords-override): Var deleted.
5833
118d23f8
CY
58342006-09-16 Chong Yidong <cyd@stupidchicken.com>
5835
5836 * startup.el (fancy-splash-screens): Don't switch to the scratch
5837 buffer; it may not be the next buffer.
5838
c7abb182
RF
58392006-09-16 Romain Francoise <romain@orebokech.com>
5840
5841 * saveplace.el (load-save-place-alist-from-file): Use expanded name
5842 in both messages.
5843
be8b7dbd
RS
58442006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
5845
5846 * progmodes/python.el (python-preoutput-filter):
5847 Fix arg order to string-match.
5848
9af0a0b9
RS
58492006-09-16 Richard Stallman <rms@gnu.org>
5850
5851 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
5852 font-lock-compile-keywords.
5853
5854 * font-lock.el (font-lock-compile-keywords): Rename optional arg
5855 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
5856
b984fed9
JD
58572006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5858
b1707a95
JD
5859 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
5860
b984fed9
JD
5861 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
5862 and the data doesn't look like UTF8, send STRING instead.
5863
4fc9bd56 58642006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
5c823193 5865
e9ae308c
SM
5866 * textmodes/flyspell.el (flyspell-check-region-doublons):
5867 New function to detect duplicated words.
5c823193
CY
5868 (flyspell-large-region): Use it.
5869
095f9ae4
CY
58702006-09-16 Chong Yidong <cyd@stupidchicken.com>
5871
5872 * simple.el (line-move-to-column): Revert 2006-08-03 change.
5873
0f101663
EZ
58742006-09-16 Eli Zaretskii <eliz@gnu.org>
5875
5876 * help.el (describe-prefix-bindings): Use let, not let*.
5877
8a559d4e 58782006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
d8350998
CY
5879
5880 * allout.el (allout-regexp, allout-line-boundary-regexp)
5881 (allout-bob-regexp): Correct grouping and boundaries to fix
5882 backwards traversal.
e9ae308c
SM
5883 (allout-depth-specific-regexp, allout-depth-one-regexp):
5884 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
d8350998
CY
5885 worse time in allout-ascend.
5886 (allout-doublecheck-at-and-shallower): Identify depth threshold
5887 below which topics are checked for and disqualified by containment
5888 discontinuities.
5889 (allout-hotspot-key-handler): Correctly handle multiple-key
5890 strokes. Remove some unused variables.
5891 (allout-mode-leaders): Clarify that mode-specific comment-start
8a559d4e 5892 will be used.
d8350998
CY
5893 (set-allout-regexp): Correctly regexp-quote allout regexps to
5894 properly accept alternative header-leads and primary bullets with
5895 regexp-specific characters (eg, C "/*", mathematica "(*").
5896 Include new regular expressions among those configured.
e9ae308c
SM
5897 (allout-infer-header-lead-and-primary-bullet):
5898 Rename allout-infer-header-lead.
5899 (allout-recent-depth): Manifest as a variable as well as a function.
d8350998 5900 (allout-prefix-data): Simplify into an inline instead of a macro,
8a559d4e
EZ
5901 assuming current match data rather than being explicitly passed
5902 it. Establish allout-recent-depth value as well as
d8350998
CY
5903 allout-recent-prefix-beginning and allout-recent-prefix-end.
5904 (allout-aberrant-container-p): True when an item's immediate
5905 offspring discontinuously contained. Useful for disqualifying
5906 unintended topic prefixes, likely at low depths.
e9ae308c 5907 (allout-goto-prefix-doublechecked): Elaborate version of
d8350998 5908 allout-goto-prefix which disqualifies aberrant pseudo-items.
8a559d4e
EZ
5909 (allout-pre-next-prefix): Layer on top of lower-level routines, to
5910 get disqualification of aberrant containers.
5911 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
5912 containers.
d8350998
CY
5913 (allout-beginning-of-current-entry): Position at start of buffer
5914 when in container (depth 0) entry.
5915 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
5916 (allout-current-bullet): Strip text properties.
5917 (allout-get-prefix-bullet): Use right match groups.
e9ae308c
SM
5918 (allout-beginning-of-line, allout-next-heading):
5919 Disqualify aberrant containers.
8a559d4e
EZ
5920 (allout-previous-heading): Disqualify aberrant containers, and
5921 change to regular (rather than inline) function, to allow
5922 self-recursion.
d8350998
CY
5923 (allout-get-invisibility-overlay): Increment so progress is made
5924 when the first overlay is not the sought one.
5925 (allout-end-of-prefix): Disqualify aberrant containers.
5926 (allout-end-of-line): Cycle something like allout-beginning-of-line.
5927 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
5928 outline.el outlines) functional again. Change the primary bullet
5929 along with the header-lead - level 1 new-style bullets now work.
9c92edca
JB
5930 Engage allout-before-change-handler in mainline Emacs, not just
5931 XEmacs, to do undo handling.
d8350998
CY
5932 (allout-before-change-handler): Expose undo changes occurring in
5933 hidden regions. Use allout-get-invisibility-overlay instead of
5934 reimplementing it inline.
5935 (allout-chart-subtree): Use start rather than end of prefix in
5936 charts. Use allout-recent-depth variable.
5937 (allout-chart-siblings): Disqualify aberrant topics.
5938 (allout-beginning-of-current-entry): Position correctly.
5939 (allout-ascend): Use new allout-depth-specific-regexp and
8a559d4e
EZ
5940 allout-depth-one-regexp for linear instead of O(N^2) or worse
5941 behavior.
5942 (allout-ascend-to-depth): Depend on allout-ascend, rather than
5943 reimplementing an algorithm.
5944 (allout-up-current-level): Depend on allout-ascend, rather than
5945 reimplementing an algorithm. Return to start-point if we fail.
5946 (allout-descend-to-depth): Use allout-recent-depth variable
5947 instead of function.
d8350998
CY
5948 (allout-next-sibling): On traversal of numerous intervening
5949 topics, resort to economical allout-next-sibling-leap.
5950 (allout-next-sibling-leap): Specialized version of
5951 allout-next-sibling that uses allout-ascend cleverly, to depend on
5952 a regexp search to leap large numbers of contained topics, rather
5953 than arbitrarily many one-by-one traversals.
5954 (allout-next-visible-heading): Disqualify aberrant topics.
6cb66a31
JB
5955 (allout-previous-visible-heading): Position consistently when
5956 interactive.
d8350998 5957 (allout-forward-current-level): Base on allout-previous-sibling
8a559d4e
EZ
5958 rather than (differently) reimplmenting the algorithm. Remove some
5959 unused variables.
d8350998
CY
5960 (allout-solicit-alternate-bullet): Present default choice stripped
5961 of text properties.
5962 (allout-rebullet-heading): Use bullet stripped of text properties.
e9ae308c
SM
5963 Register changes using allout-exposure-change-hook.
5964 Disregard aberrant topics.
d8350998
CY
5965 (allout-shift-in): With universal-argument, make topic a peer of
5966 it's former offspring. Simplify the code by separating out
5967 allout-shift-out functionality.
5968 (allout-shift-out): With universal-argument, make offspring peers
5969 of their former container, and its siblings. Implement the
5970 functionality here, rather than inappropriately muddling the
5971 implementation of allout-shift-in.
5972 (allout-rebullet-topic): Respect additional argument for new
5973 parent-child separation function.
5974 (allout-yank-processing): Use allout-ascend directly.
5975 (allout-show-entry): Disqualify aberrant topics.
5976 (allout-show-children): Handle discontinuous children gracefully,
5977 extending the depth being revealed to expose them and posting a
5978 message indicating the situation.
5979 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
5980 Leave cursor in correct position.
5981 (allout-hide-current-subtree): Use allout-ascend directly.
5982 Disqualify aberrant topics.
5983 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
5984 a way that the yanks can restore it, as used to happen.
5985 (allout-yank-processing): Restore exposure layout as recorded by
5986 allout-kill-*, as used to happen.
5987 (allout-annotate-hidden, allout-hide-by-annotation): New routines
5988 for preseving and restoring exposure layout across kills.
5989 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
5990 (allout-encrypt-string): Strip text properties.
5991 Rearranged order and outline-headings for some of the
5992 miscellaneous functions.
5993 (allout-resolve-xref): No need to quote the error name in the
5994 condition-case handler section.
5995 (allout-flatten): Classic recursive (and recursively intensive,
5996 without tail-recursion) list-flattener, needed by allout-shift-out
5997 when confronted with discontinuous children.
5998
8a559d4e
EZ
59992006-09-16 Jason Rumney <jasonr@gnu.org>
6000
6001 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6002 on ms-windows.
6003 (dnd-open-unc-file): Remove.
6004 (dnd-open-local-file): Mention in doc string that it also handles
6005 remote files if the system natively supports unc file-names.
6006
60072006-09-15 Kim F. Storm <storm@cua.dk>
6008
6009 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6010 all necessary information about the event before erasing *Help*.
6011
6012 * simple.el (line-move-partial): Use window-line-visiblity to
6013 quickly check whether last line is partially visible, and only do
6014 the hard (and slow) part in that case.
6015
60162006-09-15 Jay Belanger <belanger@truman.edu>
6017
6018 * COPYING: Replace "Library Public License" by "Lesser Public
6019 License" throughout.
6020
60212006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6022
6023 * term/x-win.el (x-menu-bar-open): New function for F10.
6024
60252006-09-15 Chong Yidong <cyd@stupidchicken.com>
6026
6027 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6028 Disallow filenames containing " -" to avoid confusion with libtool
6029 compilation messages. Suggested by Stefan Monnier.
6030
60312006-09-15 David Kastrup <dak@gnu.org>
6032
6033 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6034 instead of buffer position for `mouse-on-link-p'.
6035
6036 * mouse.el (mouse-posn-property): New function looking up the
6037 properties at a click position in overlays and text properties in
6038 either buffer or strings.
6039 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6040 of both `follow-link' as well as `mouse-face' properties.
6041 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6042 buffer position.
6043
6044 * help.el (describe-key-briefly): When reading a down-event on
6045 mode lines or scroll bar, swallow the following up event, too.
6046 Use the new mouse sensitity of `key-binding' for lookup.
6047 (describe-key): The same here.
6048
60492006-09-15 Juanma Barranquero <lekktu@gmail.com>
6050
6051 * play/life.el (life-patterns): Add a few more interesting patterns.
6052 (life-setup): Force `show-trailing-whitespace' to nil.
6053
60542006-09-14 Richard Stallman <rms@gnu.org>
6055
6056 * startup.el (fancy-splash-text): Change text to improve alignment.
6057 (fancy-splash-screens): Don't set non-standard tab width.
6058 Bind cursor-type temporarily, and make it easy to patch to
6059 preserve the splash buffer.
6060 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6061 (fancy-splash-screens): Display echo-area message explicitly.
6062 Don't set fancy-splash-help-echo.
6063
6064 * simple.el (line-number-mode): Group mode-line instead of
6065 editing-basics.
6066 (column-number-mode, size-indication-mode): Likewise.
6067
6068 * faces.el (mode-line-faces): Group mode-line instead of modeline.
6069
6070 * time.el (display-time): Group mode-line instead of modeline.
6071
e9ae308c 6072 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8a559d4e 6073
aa260907
CY
60742006-09-14 Chong Yidong <cyd@stupidchicken.com>
6075
6076 * startup.el (fancy-splash-text): Move editing instructions to
6077 fancy-splash-head.
6078 (fancy-splash-head): Issue editing instructions.
6079 (fancy-splash-screens): Fixup whitespace.
6080
b14f0dc3
SM
60812006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6082
6083 * bindings.el (mode-line-buffer-identification-keymap):
6084 Remove duplicate line.
6085
bf8b0f8b
KS
60862006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6087
6088 * ido.el (ido-ignore-item-p): Allow any kind of functions in
6089 ignore lists.
6090
36961efd
KS
60912006-09-14 Kim F. Storm <storm@cua.dk>
6092
6093 * jit-lock.el (jit-lock-fontify-again): New function.
6094 (jit-lock-fontify-now): Use it instead of lambda form.
6095
87bbe2fd
RS
60962006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
6097
6098 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6099 (flyspell-auto-correct-word): Make ispell-filter local to these
6100 functions. Check that ispell-filter has new stuff before calling
6101 ispell-parse-output.
36961efd 6102
87bbe2fd 61032006-09-13 Kim F. Storm <storm@cua.dk>
f8b11c97
KS
6104
6105 * simple.el (line-move-partial): Optimize.
6106
9aeec4c2
RS
61072006-09-13 Richard Stallman <rms@gnu.org>
6108
b14f0dc3
SM
6109 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6110 Delete spurious backquote.
9aeec4c2 6111
b96572ff
CY
61122006-09-07 Ryan Yeske <rcyeske@gmail.com>
6113
6114 * net/rcirc.el (rcirc-print): Fix last change.
6115
99992264
JB
61162006-09-12 Jay Belanger <belanger@truman.edu>
6117
6118 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6119
d40ac716
CY
61202006-09-07 Ryan Yeske <rcyeske@gmail.com>
6121
6122 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6123 rcirc-show-maximum-output.
6124 (rcirc-mode): Remove window-scroll-function hook.
6125 (rcirc-scroll-to-bottom): Remove function.
6126 (rcirc-print): Recenter so point stays at the bottom of the window
6127 if point was already there.
6128
4b1aaa8b
PE
61292006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6130
6131 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6132 not to "t".
6133 * progmodes/compile.el (compilation-start): Likewise.
6134 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6135 Don't use expand-file-name on invocation-directory, since this
6136 might mishandle special characters in invocation-directory.
6137
afc05254
SM
61382006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6139
6140 * pcvs-defs.el: Remove * in defcustom's docstrings.
6141
df072bff
NR
61422006-09-12 Nick Roberts <nickrob@snap.net.nz>
6143
afc05254 6144 * progmodes/compile.el (compilation-directory-properties):
df072bff
NR
6145 Doc fix for help-echo.
6146
503fac66
RF
61472006-09-12 Lars Hansen <larsh@soem.dk>
6148
4cffefee
LH
6149 * desktop.el (desktop-read): Add comment.
6150
73313acc
KS
61512006-09-12 Kim F. Storm <storm@cua.dk>
6152
9cd4a6a1
KS
6153 * simple.el (next-error-highlight, next-error-highlight-no-select):
6154 Fix spelling error.
6155
73313acc
KS
6156 * subr.el (sit-for): Rework to use input-pending-p and cond.
6157 Return nil input is pending on entry also for SECONDS <= 0.
6158 (while-no-input): Use input-pending-p instead of sit-for.
6159
6d3c944b
RS
61602006-09-11 Richard Stallman <rms@gnu.org>
6161
73313acc 6162 * simple.el (next-error-highlight, next-error-highlight-no-select):
6d3c944b
RS
6163 Fix custom type and doc strings.
6164
cb9a30c8
SM
61652006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6166
6167 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6168 (diff-apply-hunk): Use it to ask for confirmation.
6169
e027c6e4
RS
61702006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6171
6172 * emacs-lisp/cl.el (pushnew): Add missing `,'.
6173
bcd8e1a9
DK
61742006-09-11 David Kastrup <dak@gnu.org>
6175
6176 * help.el (string-key-binding, describe-key-briefly)
6177 (describe-key): Remove `string-key-binding' and its callers since
6178 `key-binding' already caters for the proper lookup now.
6179
a8b7149d
SM
61802006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6181
afc05254 6182 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
7efd03c3
SM
6183 (cfengine-mode): Use it. Fix \ syntax to be like /.
6184
a8b7149d
SM
6185 * bindings.el (mode-line-buffer-identification-keymap):
6186 Move initialization into declaration.
6187
606fd469
KS
61882006-09-10 Kim F. Storm <storm@cua.dk>
6189
6190 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6191 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6192 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6193 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
6194
bd5a7fe2
RS
61952006-09-10 Richard Stallman <rms@gnu.org>
6196
c62a8073
RS
6197 * dired-aux.el: Handle errors in recursive copy usefully.
6198 (dired-create-files-failures): New variable.
6199 (dired-copy-file): Remove condition-case.
6200 (dired-copy-file-recursive): Check for errors on all file
6201 operations, and add them to dired-create-files-failures.
6202 Check file file-date-erorr here too.
6203 (dired-create-files): Check dired-create-files-failures
6204 and report those errors too.
6205
bd5a7fe2
RS
6206 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6207
6208 * subr.el (add-to-list): New argument COMPARE-FN.
6209
3b5e5e30
RS
62102006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6211
6212 * filecache.el (file-cache-add-directory)
6213 (file-cache-add-directory-list, file-cache-add-file)
6214 (file-cache-add-directory-using-find)
6215 (file-cache-add-directory-using-locate)
6216 (file-cache-add-directory-recursively): Add autoloads.
6217
1d7b95f5
RS
62182006-09-09 Richard Stallman <rms@gnu.org>
6219
a8b7149d
SM
6220 * textmodes/conf-mode.el (conf-space-mode):
6221 Use hack-local-variables-hook instead of calling hack-local-variables.
1d7b95f5 6222 (conf-space-keywords-override): New variable.
dd3a63bf
RS
6223 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
6224 (conf-space-mode): Always make conf-space-keywords and
6225 conf-space-keywords-override local.
6226 Call conf-space-mode-internal directly as well as via hook.
1d7b95f5 6227
0b01faca
SM
62282006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6229
6230 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6231 quasi-keywords.
6232
46d6e692
SM
62332006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6234
d8ca7d34
SM
6235 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6236 (python-send-string): Be slightly more careful about adding \n.
6237
46d6e692
SM
6238 * startup.el (normal-splash-screen): Don't display the buffer if we'll
6239 kill it right away anyway.
6240
fbb0d4f9
EZ
62412006-09-09 Eli Zaretskii <eliz@gnu.org>
6242
6243 * international/codepage.el (cp850-decode-table): Fix a few codes.
6244 (cp858-decode-table): New variable.
6245
c048d606
EZ
62462006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6247
6248 * net/ldap.el (ldap-search-internal): Doc fix.
6249
c98557ae
EZ
62502006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6251
33aba6a0
EZ
6252 * play/life.el (life-display-generation): Test for input manually if
6253 `sleeptime' is negative or null.
6254
c98557ae
EZ
6255 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6256 (print-region-1): Substitute `%s' with the page title.
6257
7b260017
EZ
62582006-09-09 Matt Hodges <MPHodges@member.fsf.org>
6259
6260 * locate.el (locate-current-search): New variable.
6261 (locate): Set buffer local value. Use current buffer if it is
6262 in Locate mode.
6263 (locate-mode): Disable undo here.
46d6e692
SM
6264 (locate-do-setup): Use locate-current-filter from buffer to be killed.
6265 (locate-update): Use locate-current-search and locate-current-filter.
7b260017 6266
e24f9e5a
DK
62672006-09-08 David Kastrup <dak@gnu.org>
6268
46d6e692 6269 * desktop.el (desktop-read): When loading a desktop, disable
e24f9e5a
DK
6270 saving it while the load progresses, and switch off a pending lazy
6271 load by calling `desktop-lazy-abort'.
6272
612c16f1
CY
62732006-08-27 Martin Rudalics <rudalics@gmx.at>
6274
6275 * window.el (mouse-autoselect-window-timer)
6276 (mouse-autoselect-window-position)
6277 (mouse-autoselect-window-window)
6278 (mouse-autoselect-window-now): New vars.
6279 (mouse-autoselect-window-cancel)
6280 (mouse-autoselect-window-select)
6281 (mouse-autoselect-window-start): New functions.
6282 (handle-select-window): Call `mouse-autoselect-window-start' when
6283 delayed window autoselection is enabled.
6284
6285 * cus-start.el (mouse-autoselect-window): Handle delayed window
6286 autoselection.
6287
6288 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6289 commands after which it is allowed to print in the echo area.
6290
af09dd78
RS
62912006-09-08 Richard Stallman <rms@gnu.org>
6292
6293 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6294
6295 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6296 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6297
6298 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6299 (cancel-timer-internal): Add doc string.
6300 (cancel-function-timers): Doc fix.
6301 (with-timeout-handler, timer-event-last*): Add doc strings.
6302
6303 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6304
6305 * files.el (risky-local-variable-p): Match ...-bindat-spec.
6306
6307 * dired.el (dired-log-summary): Add doc string.
6308
8d4bf0e5 6309 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
af09dd78
RS
6310 (custom-group-menu-create): Not here.
6311
4b87a412
CD
63122006-09-08 Carsten Dominik <dominik@science.uva.nl>
6313
46d6e692 6314 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
4b87a412 6315
9deaefb7
YM
63162006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6317
97df8464 6318 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9deaefb7
YM
6319 (mac-apple-event-map): Define its handler.
6320
32553711
CY
63212006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6322
6323 * net/ldap.el (ldap-search-internal): Handle `auth' key.
6324
9c92edca 63252006-09-07 Magnus Henoch <mange@freemail.hu>
82741a5e
CY
6326
6327 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6328 clause.
6329
ea71ffe8
CY
63302006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6331
6332 * info.el (Info-index): Bind completion-ignore-case.
6333
23f2d048
SM
63342006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6335
6336 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6337 previous commit.
6338 (inferior-prolog-guess-flavor): New fun left out of previous commit.
6339 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6340 burp in dedicated windows.
6341 (inferior-prolog-self-insert-command): New command.
6342 (inferior-prolog-mode-map): Use it.
6343
656065bd
RS
63442006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6345
6346 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6347
6348 * international/code-pages.el: Add cp858.
6349
1df4d4a8
JD
63502006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6351
6352 * dnd.el: Fix bootstrapping.
6353
63542006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
c79b0f8f
JD
6355
6356 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6357 (dnd-open-remote-url): New function.
6358 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6359 not windows-nt.
6360
dad2e044 63612006-09-07 Jason Rumney <jasonr@gnu.org>
c79b0f8f
JD
6362
6363 * dnd.el (dnd-open-remote-file-function): New variable.
6364 (dnd-open-unc-file): New function.
6365 (dnd-open-file): Call dnd-open-remote-file-function if set.
6366
31a7c2ff
MB
63672006-09-06 Daiki Ueno <ueno@unixuser.org>
6368
6369 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6370 pgg-passphrase-coding-system rather than locale-coding-system.
6371 * pgg-def.el (pgg-passphrase-coding-system): New user option.
6372
e959542d
SM
63732006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6374
d364dee6
SM
6375 * progmodes/prolog.el: Remove * in docstrings.
6376 (prolog-program-name): Add SWI prolog.
6377 (prolog-mode-menu): New menu.
6378 (prolog-mode): Set comment-add.
6379 (prolog-indent-line): Simplify. Use indent-line-to.
6380 (inferior-prolog-buffer): New var.
6381 (inferior-prolog-run, inferior-prolog-process): New funs.
6382 (run-prolog, switch-to-prolog): Rewrite, using them.
6383 (prolog-consult-region): Use inferior-prolog-buffer.
6384 (inferior-prolog-load-file): New function.
6385 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6386
4a3608f5
SM
6387 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6388 last word, if it's not the end of the paragraph.
6389
e959542d
SM
6390 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6391 file name.
6392
2ca43ca5
KS
63932006-09-06 Ralf Angeli <angeli@caeruleus.net>
6394
6395 * frame.el (display-mm-dimensions-alist): New defcustom.
6396 (display-mm-height, display-mm-width): Use it.
6397
8bf5f8c5
SJ
63982006-09-06 Simon Josefsson <jas@extundo.com>
6399
6400 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6401
588daab2
NR
64022006-09-06 Nick Roberts <nickrob@snap.net.nz>
6403
6404 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6405 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6406 string values.
6407
902f06ed
KS
64082006-09-06 Kim F. Storm <storm@cua.dk>
6409
6410 * simple.el (line-move-partial): New function to do vscrolling for
6411 partially visible images / tall lines. Rewrite based on code
6412 previously in line-move. Simplify backwards vscrolling.
6413 (line-move): Use it. Simplify.
6414
865e69c8
KS
64152006-09-05 Kim F. Storm <storm@cua.dk>
6416
6417 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6418
6e1a9597
CY
64192006-09-05 Chong Yidong <cyd@stupidchicken.com>
6420
6421 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6422 Process the `gcc-include' after the `gnu' rule.
6423
d07a839e
KS
64242006-09-05 Kim F. Storm <storm@cua.dk>
6425
6426 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6427
8fbdffe5
MB
64282006-09-05 Daiki Ueno <ueno@unixuser.org>
6429
6430 * pgg.el (pgg-clear-string): Alias to clear-string for backward
6431 compatibility.
6432
6433 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6434 inhibit-redisplay; encode passphrase with locale-coding-system.
6435
652bf3a1
DN
64362006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6437
6438 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6439
eebb17af
NR
64402006-09-05 Nick Roberts <nickrob@snap.net.nz>
6441
6442 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6443 (gdb-var-list-children-regexp): Make type field optional.
6444
6445 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6446 e.g public, protected in C++.
6447
d0fd0916
JPW
64482006-09-04 John Paul Wallington <jpw@pobox.com>
6449
6450 * simple.el (completion-show-help): New defcustom.
6451 (completion-setup-function): Heed it.
6452
bb68962b
DN
64532006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6454
6455 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6456
bae12237
RS
64572006-09-04 Richard Stallman <rms@gnu.org>
6458
8f921acb
RS
6459 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6460 (rsf-min-region-to-spam-list): Doc fix.
6461 (rsf-add-content-type-field): Doc fix.
6462
bae12237
RS
6463 * simple.el (kill-region): Explicitly test there is a region.
6464
82695714
CY
64652006-09-04 Chong Yidong <cyd@stupidchicken.com>
6466
6467 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6468 sendmail in several common directories.
6469
dad2e044 6470 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
82695714
CY
6471
6472 * paths.el (sendmail-program): Removed.
6473
d7093904
MB
64742006-09-04 Daiki Ueno <ueno@unixuser.org>
6475
6476 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6477 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
6478 http://article.gmane.org/gmane.emacs.gnus.general/50457
6479
b1674d61
CY
64802006-09-03 Chong Yidong <cyd@stupidchicken.com>
6481
6482 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6483 mark after running the menu filter.
6484
35f111ba
JL
64852006-09-03 Juri Linkov <juri@jurta.org>
6486
6487 * international/quail.el (quail-defrule-internal): Add a check
6488 if a key is a vector.
6489
6a8c7cfe
JL
64902006-09-02 Juri Linkov <juri@jurta.org>
6491
6492 * man.el (Man-topic-history): New variable.
6493 (man): Use it.
6494
6495 * woman.el (woman-topic-history): Change defvar to defvaralias
6496 for symbol `Man-topic-history'.
6497
6498 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6499 `comint-last-output-start' is a marker by using `markerp' and
6500 check if it has a position by using `marker-position', and use
6501 this position for `goto-char'.
6502
6503 * international/quail.el (quail-defrule-internal): Add missing
6504 `error' call for null key.
6505
5c4aaa79
EZ
65062006-09-02 Ryan Yeske <rcyeske@gmail.com>
6507
6508 * rcirc.el (rcirc-keywords): New variable.
6509 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6510 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6511 variables.
6512 (rcirc-responses-no-activity): New function.
6513 (rcirc-handler-generic): Check for responses in above.
6514 (rcirc-process-command): Add ?: character to arguments of raw
6515 server commands.
6516 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
6517 `rcirc-dim-nicks'.
6518 (rcirc-gray-toggle): Remove unused variable.
6519 (rcirc-print): Remove some tracking logic, which is moved into
6520 markup functions.
6521 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
6522 types.
6523 (rcirc-activity-string): Look for 'keyword in activity-types.
6524 (rcirc-window-configuration-change): Don't erase overlay-arrow
6525 unnecessarily.
6526 (rcirc-add-or-remove): New function.
6527 (rcirc-cmd-ignore): Use it.
6528 (rcirc-message-leader): Remove unused function.
6529 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
6530 (rcirc-add-face): New function.
6531 (rcirc-facify): Use rcirc-add-face.
6532 (rcirc-url-regexp): Add parens.
6533 (rcirc-map-regexp): Remove function.
6534 (rcirc-mangle-regexp): Remove function.
6535 (rcirc-markup-text-functions): New variable.
6536 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
6537 (rcirc-markup-body-text, rcirc-markup-attributes)
6538 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
6539 (rcirc-markup-bright-nicks): New markup handler functions.
6540 (rcirc-nick-in-message-full-line): New face.
6541 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
6542 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
6543
79f6ba1f
EZ
65442006-09-02 Martin Rudalics <rudalics@gmx.at>
6545
6546 * cus-start.el (hscroll-margin, hscroll-step)
6547 (mode-line-in-non-selected-windows, mouse-autoselect-window)
6548 (x-use-underline-position-properties): Change version to "22.1"
6549 since they will appear there for the first time.
6550
8c707380
CY
65512006-09-01 Chong Yidong <cyd@stupidchicken.com>
6552
6553 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
6554
d178a6eb
RS
65552006-08-31 Richard Stallman <rms@gnu.org>
6556
6557 * cus-edit.el (custom-save-variables): Slight cleanup.
6558 (Custom-no-edit): Renamed from custom-no-edit.
6559 (Custom-newline): Renamed from custom-newline.
6560 (custom-mode-map): Use new names.
6561
6562 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
6563 about customization, rather than M-x customize, in the doc string
6564 made for the defcustom.
6565
6566 * emacs-lisp/trace.el (trace-function-background): Doc fix.
6567
ca136496
RF
65682006-08-31 Romain Francoise <romain@orebokech.com>
6569
6570 * dired-x.el (dired-guess-shell-alist-default): Update.
6571
9277ee6c
SM
65722006-08-31 Michael Mauger <mmaug@yahoo.com>
6573
6574 * custom.el (custom-theme-set-variables): Autoload packages before
6575 sorting the variables.
6576
05c4a38a 65772006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9277ee6c
SM
6578
6579 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
05c4a38a 6580 chars if XEmacs.
9277ee6c
SM
6581 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
6582
132579d3
SM
65832006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6584
6585 * progmodes/python.el (python-eldoc-function): Re-enable quit while
6586 waiting for process.
6587
762ce89d
YM
65882006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6589
6590 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
6591 results in ASCII-only string, encode original one directly.
6592
08326816
RF
65932006-08-29 Romain Francoise <romain@orebokech.com>
6594
132579d3
SM
6595 * startup.el (normal-splash-screen, fancy-splash-screens):
6596 Make buffer read-only and arrange to enter view mode if necessary.
08326816 6597
ab145daf
CY
65982006-08-29 Chong Yidong <cyd@stupidchicken.com>
6599
3775cb5c
CY
6600 * hl-line.el (hl-line): New face.
6601 (hl-line-face): Use it.
6602
ab145daf
CY
6603 * image-mode.el (image-mode): Fix last fix.
6604 Suggested by Kim F. Storm.
6605
1a762140
MA
66062006-08-29 Michael Albinus <michael.albinus@gmx.de>
6607
6608 Sync with Tramp 2.0.54.
6609
6610 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
6611 of `=', because `tramp-get-remote-gid' might not always return an
6612 integer when expected.
6613 (tramp-register-file-name-handlers): `partial-completion-mode' is
6614 unknown to XEmacs.
6615 (tramp-time-diff): Don't use `floor', it might fail for large
6616 differences.
6617 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
6618 `tramp-auto-save-directory' if unset in order to guarantee unique
6619 auto-save file names.
6620
0e8b7151
CY
66212006-08-28 Chong Yidong <cyd@stupidchicken.com>
6622
6623 * image-mode.el (image-mode): Display image as text on a terminal.
6624
6cc91c85
SM
66252006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6626
e2ac11eb
SM
6627 * progmodes/python.el (python-send-command): Simplify.
6628 (run-python): Don't generate a new buffer unless `new' was specified.
6629 Make sure we send `import emacs' to the proper process.
6630
6cc91c85
SM
6631 * progmodes/python.el (python-send-command): Don't wait for the command
6632 to terminate. Don't fiddle with compilation-parsing-end.
6633
6081889e
CY
66342006-08-28 Chong Yidong <cyd@stupidchicken.com>
6635
6cc91c85
SM
6636 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6637 Insert commentary after first line summary.
81e213dc 6638
6081889e
CY
6639 * woman.el (woman-follow): New function, based on `man-follow'.
6640 (woman-mode-map): Use it.
6641
6642 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
6643 since ibuffer-do-sort-by-recency does not define a sorter.
6644
31bf5125
KS
66452006-08-28 Kim F. Storm <storm@cua.dk>
6646
08326816 6647 * find-dired.el (find-dired): Use shell-quote-argument to properly
31bf5125
KS
6648 escape ( and ) args. Also use it on {} and ; args in default
6649 value of find-ls-option string.
6650 (find-grep-dired): Use shell-quote-argument on {} and ; args.
6651
7a210b69
MB
66522006-08-27 Michael Olson <mwolson@gnu.org>
6653
6654 * emacs-lisp/tq.el: Small grammar fix in comments.
6655 (tq-enqueue): Check for existence of queue rather than the
6656 head queue item's question, which was a no-op.
6657 (tq-filter, tq-process-buffer): Make sure the process buffer
6658 exists before making it the current buffer.
6659
eb411049
YM
66602006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6661
6662 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
6663 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
6664 (special-event-map): Apply 2006-08-16 change for x-win.el.
6665
42634864
SM
66662006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6667
6668 * progmodes/python.el (python-send-receive): Wait in the
6669 process's buffer so as to check the right buffer-local variables.
6670
1c1095bf
SM
66712006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6672
76667462
SM
6673 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
6674 (defgroup checkdoc): Move to beginning.
6675
1c1095bf
SM
6676 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
6677 (python-preoutput-continuation): Remove.
6678 (python-preoutput-filter): Simplify correspondingly.
6679 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
6680 Loop around to catch embedded _emacs_out output.
6681 (run-python): Send the import&print command on a single line.
6682 (python-send-command): Send command&print on a single line.
6683 (python-send-string): Only add double \n if needed.
6684 (python-send-receive): Loop until the result comes.
6685 (python-mode-running): Defvar it.
6686 (python-setup-brm): Remove unused var `menu'.
6687 Only bind py-mode-map and `features' around brm-init.
6688 (python-calculate-indentation): Remove unused var `point'.
6689 (python-beginning-of-defun): Remove unused var `def-line'.
6690
f9de7738
RS
66912006-08-25 Richard Stallman <rms@gnu.org>
6692
6693 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
6694
83f49acb 66952006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
1c1095bf
SM
6696
6697 * viper.el (viper-set-hooks): Use frame bindings for
83f49acb 6698 viper-vi-state-cursor-color.
1c1095bf 6699 (viper-non-hook-settings): Don't set default
83f49acb 6700 mode-line-buffer-identification.
1c1095bf
SM
6701
6702 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
6703 (viper-set-cursor-color-according-to-state)
6704 (viper-get-saved-cursor-color-in-replace-mode)
6705 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
83f49acb 6706 viper-emacs-state-cursor-color.
1c1095bf
SM
6707
6708 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
6709 (viper-undo): Use point if undo-beg-posn is nil.
6710 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
6711 (viper-after-change-undo-hook): Don't use
83f49acb 6712 viper-emacs-state-cursor-color by default.
1c1095bf
SM
6713 (viper-undo): More sensible positioning after undo.
6714
6715 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
6716 (viper-emacs-state-cursor-color): Default to nil, since this feature
83f49acb 6717 doesn't work well yet.
854fa43e 6718
1c1095bf
SM
6719 * ediff-mult.el (ediff-intersect-directories)
6720 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
83f49acb 6721 always expand filenames.
1c1095bf
SM
6722
67232006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6724
6725 * tumme.el: Remove * in defcustoms's docstrings.
6726
1063efe8
CY
67272006-08-24 Chong Yidong <cyd@stupidchicken.com>
6728
6729 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
6730 Accept internal time format for SECS arg.
6731 (timer-relative-time): Doc fix.
6732
6733 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
6734 adapted from Martin Rudalics.
6735 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
6736 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
6737 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
6738 using sit-for.
6739
8d8dafeb
KS
67402006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
6741
6742 * cus-start.el (all): Add `overline-margin' and
6743 `x-underline-at-descent-line'.
6744
74b770de
KS
67452006-08-24 Kim F. Storm <storm@cua.dk>
6746
6747 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
6748 to mean "use find -exec"; nil now unambiguously means auto-detect.
6749 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
dad2e044
JB
6750 Use shell-quote-argument to build grep-find-command and
6751 grep-find-template.
74b770de
KS
6752 (rgrep): Use shell-quote-argument to properly quote arguments to find.
6753 Reported by Tom Seddon.
6754
6e85b03c
CY
67552006-08-23 Chong Yidong <cyd@stupidchicken.com>
6756
6757 * startup.el (fancy-splash-head): Give instructions for dismissing
6758 the splash screen for default startup too.
6759 (display-startup-echo-area-message, fancy-splash-screens)
6760 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
6761 all splash text at once and keep the splash buffer around.
6762 (command-line-1): Give display-startup-echo-area-message a t arg.
6763
c4f7363c
CD
67642006-08-23 Carsten Dominik <dominik@science.uva.nl>
6765
6766 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
6767 gnus frame is selected.
6768
1c059100
NR
67692006-08-23 Nick Roberts <nickrob@snap.net.nz>
6770
6771 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
6772
7e1de68d
KS
67732006-08-22 Kim F. Storm <storm@cua.dk>
6774
6775 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
6776 Add suffix matching for subdirs.
6777
f984fd2b 67782006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
1867217a
JD
6779
6780 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
6781 mouse-yank-at-point is non-nil.
6782
7d14463c
NR
67832006-08-22 Nick Roberts <nickrob@snap.net.nz>
6784
6785 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
6786 a bit wider and remove fringes to fit initial output on line.
8ec94c16
SM
6787
67882006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * frame.el (blink-cursor-end): Only ignore the error we care about.
6791 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
6792
28cb9364
RS
67932006-08-21 Richard Stallman <rms@gnu.org>
6794
6795 * whitespace.el (whitespace-cleanup): Doc fix.
6796
7faa3f8c
MB
67972006-08-20 Ryan Yeske <rcyeske@gmail.com>
6798
6799 * net/rcirc.el (rcirc-show-maximum-output): New var.
6800 (rcirc-buffer-process): If no buffer argument is supplied, use
6801 current-buffer.
6802 (rcirc-complete-nick): Complete to the last completed nick first.
6803 (rcirc-mode): Preserve the value of `rcirc-urls' across
6804 connections. Setup scroll function.
6805 (rcirc-scroll-to-bottom): New function.
8ec94c16
SM
6806 (rcirc-print): Use nick syntax around regexp work.
6807 Notice dim-nicks speaking only if they say our nick.
7faa3f8c
MB
6808 (rcirc-update-activity-string): Do not show the modeline indicator
6809 if there are no live rcirc processes.
6810 (rcirc-cmd-ignore): Ignore case.
6811 (rcirc-browse-url-at-point): Fix off-by-one error.
6812
65a16bef
SM
68132006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6814
6815 * progmodes/python.el: Remove * in defcustom docstrings.
6816 (run-python, python-proc, python-try-complete): Use derived-mode-p.
6817 (python-mode): Set tab-width and indent-tabs-mode.
6818
c7e8d385
SM
68192006-08-20 Dave Love <fx@gnu.org>
6820
6821 * progmodes/python.el: Update to Dave Love's latest version.
6822 (python-font-lock-keywords, python-mode): Don't use
6823 font-lock-syntax-table, but match symbol elements explicitly instead.
6824 (python-mode-map): Add help, and a few more key bindings.
6825 (python-skip-comments/blanks): Move out of comments as well.
6826 (python-continuation-line-p): Behave better with unbalanced parens.
6827 (python-blank-line-p): New fun.
6828 (python-open-block-statement-p): Don't use a heuristic.
6829 (python-outdent-p): Better handle blocks-in-the-same-line.
6830 (python-calculate-indentation): Misc improvements.
6831 (python-comment-indent): Remove.
6832 (python-block-pairs): New var.
6833 (python-first-word): New fun.
6834 (python-indentation-levels): Handle more common cases.
6835 (python-indent-line-1): Add `leave' argument.
6836 (python-indent-region): New fun.
6837 (python-skip-out): New fun.
6838 (python-beginning-of-statement, python-end-of-statement): Use it.
6839 (python-next-statement): Return correct count even at eob.
6840 (python-end-of-block): Fix paren-typo.
6841 (python-imenu-create-index): Add module variables.
6842 (run-python): Add `new' arg.
6843 Check we're at a prompt before returning.
6844 (python-send-command): Move to end of buffer.
6845 Wait for prompt to return.
6846 (python-set-proc): New fun.
6847 (python-imports): New var.
6848 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
6849 (python-eldoc-function): Try to move out of arg list.
6850 (python-outline-level): Offset by 1.
6851 (python-find-imports): New fun.
6852 (python-symbol-completions): Use python-imports.
6853 (python-module-path, ffap-alist): Add support for ffap.
6854 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
6440f303 6855 (python-insert-*, python-default-template, python-expand-template):
c7e8d385
SM
6856 Add templates/skeletons.
6857 (python-setup-brm): Support for Bicycle Repair Man.
6858 (python-abbrev-syntax-table): New var.
6859 (python-abbrev-pc-hook, python-pea-hook): New funs.
6860
f9ac92c5
CY
68612006-08-20 Chong Yidong <cyd@stupidchicken.com>
6862
6863 * frame.el (blink-cursor-start): Set timer first.
6864 (blink-cursor-end): Ignore timer cancelling errors.
6865 Suggested by Ken Manheimer.
6866
525efc44
JB
68672006-08-20 Juanma Barranquero <lekktu@gmail.com>
6868
6869 * newcomment.el (comment-box): Call `comment-normalize-vars'.
6870 Add autoload cookie.
6871
ce629713
RS
68722006-08-20 Richard Stallman <rms@gnu.org>
6873
6874 * simple.el (line-number-at-pos): Doc fix.
6875
6876 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
6877 timer-activate-when-idle, so timer can run before Emacs becomes
6878 non-idle again.
6879
fa1f7927
EZ
68802006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6881
6882 * whitespace.el (whitespace-cleanup-internal): New optional arg
6883 REGION-ONLY. If it's non-nil, modify the message to the user
6884 accordingly.
6885 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
6886 a non-nil argument.
6887
a8bcc348
EZ
68882006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
6889
6890 * rect.el (spaces-string): Simplify and add doc string.
6891
bfe0c147
RF
68922006-08-17 Romain Francoise <romain@orebokech.com>
6893
6894 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
6895
fb5422b2
RS
68962006-08-17 Richard Stallman <rms@gnu.org>
6897
6898 * compare-w.el (compare-windows): lambda's take an arg and pass
6899 it to compare-windows-skip-whitespace.
6900
31ab08e6 69012006-08-17 Martin Rudalics <rudalics@gmx.at>
9fd762b0
SM
6902
6903 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
6904 the right buffer.
6905
bce848ed
SM
69062006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
6907
6908 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
6909 removed files.
6910
5802a1c9
NR
69112006-08-17 Nick Roberts <nickrob@snap.net.nz>
6912
6913 * progmodes/gdb-ui.el (gdb-locals-watch-map)
6914 (gdb-locals-watch-map-1): Suppress keymap first.
6915 (gdb-edit-locals-map-1): New variable.
6916 (gdb-edit-locals-value): New function.
6917 (gdb-stack-list-locals-handler): Use them.
6918
3d93bda5
SM
69192006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6920
3e9323d6
SM
6921 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
6922 cursor would normally be drawn in the fringe.
6923
3d93bda5
SM
6924 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
6925 Reported by Martin Rudalics <rudalics@gmx.at>.
6926
3cb74cd1
RS
69272006-08-16 Richard Stallman <rms@gnu.org>
6928
6929 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
6930 (special-event-map): Process drag-n-drop events this way.
6931
6932 * simple.el (move-beginning-of-line): Test whether fields
6933 would prevent motion back to line's first visible character.
6934 If so, stop where the fields would stop the motion.
6935
6936 * newcomment.el (comment-indent): Fully update INDENT
6937 before checking to see if it will change the text.
6938
6939 * cus-edit.el (custom-newline): New function.
6940 (custom-mode-map): Bind newline to custom-newline.
6941
6942 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
6943 into ignore-whitespace.
6944 Check each buffer for its skip-function.
6945 Handle compare-windows-skip-whitespace special-case test
6946 by returning t from default skip function.
3d93bda5 6947
4c3ec0fc
CD
69482006-08-15 Carsten Dominik <dominik@science.uva.nl>
6949
3d93bda5
SM
6950 * textmodes/org.el (org-clock-special-range)
6951 (org-clock-update-time-maybe): New functions.
4c3ec0fc
CD
6952 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
6953 not only a-z.
6954 (org-agenda-get-blocks): Allow multiple blocks per headline.
6955 (org-timestamp-change): Call `org-clock-update-time-maybe'.
6956 (org-export-html-title-format)
6957 (org-export-html-toplevel-hlevel): New options.
3d93bda5 6958 (org-export-language-setup): Add support for Czech.
4c3ec0fc
CD
6959 (org-mode, org-insert-todo-heading, org-find-visible)
6960 (org-find-invisible, org-invisible-p, org-invisible-p2)
6961 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
6962 (org-show-subtree, org-show-entry, org-make-options-regexp):
3d93bda5 6963 Remove compatibility support for old outline-mode.
4c3ec0fc
CD
6964 (org-check-occur-regexp): Funtion removed.
6965 (org-on-heading-p, org-back-to-heading): Made defalias.
6966 (org-set-local): New defsubst.
6967 (org-set-regexps-and-options, org-mode)
6968 (org-set-font-lock-defaults, org-edit-agenda-file-list)
6969 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
6970 (org-remember-apply-template, org-table-edit-field)
6971 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
6972 (org-set-autofill-regexps): Use `org-set-local'.
3d93bda5 6973 (org-table-eval-formula): Fix bug with parsing of display flags.
4c3ec0fc 6974
8b12cd99
NR
69752006-08-15 Nick Roberts <nickrob@snap.net.nz>
6976
6977 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
6978 frame with fringe arrow. Suggested by Simon Marshall
6979 <simon.marshall@misys.com>.
6980 (gdb-stack-position): New variable.
6981 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
3d93bda5
SM
6982 (gdb-frames-mode): Set gdb-stack-position to nil.
6983 Add to overlay-arrow-variable-list
8b12cd99
NR
6984 (gdb-reset): Delete gdb-stack-position from above list.
6985
36942205
JD
69862006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6987
6988 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
6989 read only.
6990
e1a2960c
RF
69912006-08-13 Romain Francoise <romain@orebokech.com>
6992
6993 * cus-theme.el (customize-create-theme)
6994 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
6995
6996 * filesets.el (filesets-add-buffer): Ditto.
6997
6998 * pcvs.el (cvs-change-cvsroot): Ditto.
6999
d32a9a8c
NR
70002006-08-13 Nick Roberts <nickrob@snap.net.nz>
7001
7002 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7003 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7004 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7005 expressions.
4fc3133c
NR
7006 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7007 Only search till end of line.
d32a9a8c 7008 Add face to function names in case of no filename.
4fc3133c 7009 Add face to variable names of watchpoints.
d32a9a8c 7010
525efc44 70112006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
0c80afbd
EZ
7012
7013 * cus-start.el <indent-tabs-mode>: Move to the `indent'
7014 customization group.
7015
e6b8d662
EZ
70162006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
7017
7018 * allout.el (allout-prior-bindings, allout-added-bindings):
7019 Remove, after long deprecation.
7020 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7021 Add customization vars controlling allout-beginning-of-line and
7022 allout-end-of-line conveniences.
7023 (allout-header-prefix, allout-use-mode-specific-leader)
3d93bda5
SM
7024 (allout-use-mode-specific-leader, allout-mode-leaders):
7025 Revise docstrings.
e6b8d662
EZ
7026 (allout-infer-header-lead): Change to be an alias for
7027 allout-infer-header-lead-and-primary-bullet.
7028 (allout-infer-header-lead-and-primary-bullet): New version of
7029 allout-infer-header-lead which assigns the primary bullet to the
7030 same as the header lead, when its being changed.
7031 (allout-infer-body-reindent): Apply regexp-quote instead of
7032 unconditionally prepending "\\", so that all literal
7033 allout-header-prefix and allout-primary-bullet strings are
7034 properly handled.
7035 (allout-add-resumptions): Add optional qualifier for extending or
7036 appending to existing values, rather than replacing them.
7037 (allout-view-change-hook): Clarify docstring.
7038 (allout-exposure-change-hook): Take explicit arguments, via
7039 run-hook-with-args.
7040 (allout-structure-added-hook)
7041 (allout-structure-deleted-hook)
7042 (allout-structure-shifted-hook): New hooks analogous to
7043 allout-exposure-change-hook for other kinds of structural outline
7044 edits.
7045 (allout-encryption-plaintext-sanitization-regexps): New encryption
7046 customization variable, by which cooperating modes can provde
7047 massage of the plaintext without actually being passed it.
7048 (allout-encryption-ciphertext-rejection-regexps)
7049 (allout-encryption-ciphertext-rejection-ceiling): New encryption
7050 customization variables, by which cooperating modes can prohibit
7051 rare but possible ciphertext patterns from fouling their
7052 operation, with actually being passed the ciphertext.
7053 (allout-mode): Run activation and deactivation hooks after the
7054 minor-mode variable has been toggled, to clarify the mode
7055 disposition. The new encryption ciphertext rejection variable is
7056 used to ensure that the ciphertext does not contain text that
7057 would be recognized as outline structural elements by allout.
7058 Substite allout-beginning-of-line and allout-end-of-line for
7059 conventionall beginning-of-line and end-of-line bindings.
7060 If allout-old-style-prefixes is non-nil, don't nullify it on mode
7061 activation!
7062 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7063 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7064 (allout-chart-subtree): Implement new mode, charting only the
3d93bda5
SM
7065 visible items in the subtree, when new 'visible' parameter is non-nil.
7066 (allout-end-of-subtree): Properly handle the last item in the buffer.
7067 (allout-pre-command-business, allout-command-counter):
7068 Increment an advertised counter so that cooperating enhancements can
7069 track revisions of items.
e6b8d662
EZ
7070 (allout-open-topic): Run allout-structure-added-hook with suitable
7071 arguments.
7072 (allout-shift-in): Run allout-structure-shifted-hook with suitable
7073 arguments.
7074 (allout-shift-out): Fix doubling for negative args and ensure call
7075 of allout-structure-shifted-hook by solely using allout-shift-in.
3d93bda5
SM
7076 (allout-kill-line, allout-kill-topic):
7077 Run allout-structure-deleted-hook with suitable arguments.
e6b8d662
EZ
7078 (allout-yank-processing): Run allout-structure-added-hook with
7079 proper arguments.
7080 (allout-yank): Enclose activity in allout-unprotected.
7081 (allout-flag-region): Run allout-exposure-change-hook with
3d93bda5
SM
7082 suitable arguments, instead of making the callee infer the arguments.
7083 (allout-encrypt-string):
7084 Support allout-encryption-plaintext-sanitization-regexps,
e6b8d662
EZ
7085 allout-encryption-ciphertext-rejection-regexps, and
7086 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
7087 en/de cryption mode in symmetric encryption failure message.
7088 (allout-obtain-passphrase): Use copy-sequence to get a distinct
7089 copy of the passphrase, and don't zero it or we'll corrupt the
7090 stashed copy.
7091 (allout-create-encryption-passphrase-verifier)
7092 (allout-verify-passphrase): Respect the new signature for
7093 allout-encrypt-string.
7094 (allout-get-configvar-values): Convenience for getting a
7095 configuration variable value and handling its absence gracefully.
7096
946c1994 70972006-08-11 Romain Francoise <romain@orebokech.com>
b3302d9b 7098
946c1994 7099 * obsolete/zone-mode.el: Delete.
b3302d9b 7100
aa7adb2a
SM
71012006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7102
7103 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7104
bad03cfc
TTN
71052006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
7106
7107 * emacs-lisp/bindat.el (bindat-ip-to-string):
7108 Use `format-network-address' if possible.
7109
2f2f340f
JD
71102006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7111
7112 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7113
946c1994
RF
71142006-08-10 Chong Yidong <cyd@stupidchicken.com>
7115
7116 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7117 restore unread-command-events here.
7118 (edebug-display): Do it here, to detect sit-for interruptions.
7119
c40408fb
RF
71202006-08-10 Romain Francoise <romain@orebokech.com>
7121
7122 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7123 (dns-mode-soa-auto-increment-serial): New user option.
7124 (dns-mode-soa-maybe-increment-serial): New function.
7125 (dns-mode): Add the latter to `write-contents-functions'.
7126
7127 * obsolete/zone-mode.el: Move to obsolete/ from net/.
7128 Delete autoload cookies.
7129
87c9ab0c
JW
71302006-08-10 John Wiegley <johnw@newartisans.com>
7131
7132 * eshell/em-glob.el (eshell-glob-chars-list)
7133 (eshell-glob-translate-alist): Add support for [^g] in character globs.
7134
5667ecd2
RS
71352006-08-10 Richard Stallman <rms@gnu.org>
7136
7137 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7138 (facemenu-set-face): Doc fix.
38cdf40b 7139 (facemenu-listed-faces): Doc fix.
5667ecd2 7140
38ceb48f
CY
71412006-08-09 Chong Yidong <cyd@stupidchicken.com>
7142
7143 * avoid.el (mouse-avoidance-animating-pointer): New var.
7144 (mouse-avoidance-nudge-mouse): Use it.
7145 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7146 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7147 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7148 Don't activate if currently animating. All callers changed.
7149
d070a65d
JW
71502006-08-09 John Wiegley <johnw@newartisans.com>
7151
7152 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7153 variable, which causes timeclock to report elapsed time worked,
7154 instead of just work remaining.
7155
bb0825cb
KH
71562006-08-09 Kenichi Handa <handa@m17n.org>
7157
7158 * international/latexenc.el (latexenc-find-file-coding-system):
7159 Fix for the case that the 2nd element of arg-list is a cons.
7160
dc7ef9f0
CY
71612006-08-08 Chong Yidong <cyd@stupidchicken.com>
7162
7163 * info.el (Info-fontify-node): Handle preceding `in' for note
7164 reference hiding rules.
7165
4c7c5c7e
SM
71662006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7167
7168 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7169 mistake a closing " for an opening one.
7170
c0658ad4
DN
71712006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7172
7173 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7174
4a63ceb8
SM
71752006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7176
4c7c5c7e
SM
7177 * complete.el (PC-do-completion): Filter out completions matching
7178 completion-ignored-extensions before checking whether there are
7179 multiple completions.
4a63ceb8
SM
7180 Don't use `list' unnecessarily when building completion tables.
7181
71723367
RS
71822006-08-06 Richard Stallman <rms@gnu.org>
7183
7184 * help.el (describe-mode): Make minor mode list more concise.
7185
044c2978
CY
71862006-08-05 Chong Yidong <cyd@stupidchicken.com>
7187
7188 * bindings.el: Give mode-line-format, mode-line-modes, and
7189 mode-line-position `standard-value' properties.
7190
0a3297f7
EZ
71912006-08-05 Eli Zaretskii <eliz@gnu.org>
7192
7193 * buff-menu.el (list-buffers-noselect): For Info buffers, use
7194 "(file)node" instead of the file name.
7195
1a77c985
RS
71962006-08-05 Richard Stallman <rms@gnu.org>
7197
7198 * faces.el (escape-glyph): Doc fix.
7199
ef8f7cdd
KH
72002006-08-04 Kenichi Handa <handa@m17n.org>
7201
7202 * international/mule-diag.el (describe-font): Improve docstring
7203 and error message. Use frame-parameter (not frame-parameters).
7204
402adebf
SM
72052006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7206
7207 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7208 Correctly mark the end-of-docstring char.
7209
7abcd3e3
CY
72102006-08-03 Chong Yidong <cyd@stupidchicken.com>
7211
7212 * simple.el (line-move-to-column): Constrain move-to-column to
7213 current field.
7214
ab0dd59c
SM
72152006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7216
05a1066f
SM
7217 * font-lock.el (font-lock-beg, font-lock-end)
7218 (font-lock-extend-region-functions): New vars.
7219 (font-lock-extend-region-multiline)
7220 (font-lock-extend-region-wholelines): New functions.
7221 (font-lock-default-fontify-region): Use them.
7222 (font-lock-extend-jit-lock-region-after-change): Only round up
7223 if font-lock-default-fontify-region will do it as well.
7224
ab0dd59c
SM
7225 * font-lock.el (font-lock-extend-after-change-region-function):
7226 Rename from font-lock-extend-region-function.
7227 (font-lock-extend-region): Remove by inlining at call sites.
7228 (font-lock-after-change-function): Don't needlessly round up to a whole
7229 number of lines.
7230 (font-lock-extend-jit-lock-region-after-change): Be more careful about
7231 the boundary conditions and the interactions between the various ways
7232 to extend the region.
7233
6b2fcbb5
SM
72342006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7235
7236 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7237 modification status when forcing the second redisplay.
7238
97cd4340
KS
72392006-08-03 Kim F. Storm <storm@cua.dk>
7240
7241 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7242
424f4c9c
SM
72432006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7244
c6dbae47
SM
7245 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7246 doesn't look like a file name.
7247
424f4c9c
SM
7248 * complete.el (PC-expand-many-files): Avoid signalling an error when
7249 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
7250
3862ba19
AS
72512006-08-02 Andreas Schwab <schwab@suse.de>
7252
7253 * bindings.el (mode-line-format): Simplify reference to vc-mode.
7254
04280231
NR
72552006-08-02 Nick Roberts <nickrob@snap.net.nz>
7256
7257 * bindings.el (map): Make mode-line-buffer-identification-keymap
7258 before defining propertized-buffer-identification.
7259
946bb888
RS
72602006-08-01 Richard Stallman <rms@gnu.org>
7261
7262 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7263
68b9e79b
NR
72642006-08-02 Nick Roberts <nickrob@snap.net.nz>
7265
7266 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7267 default value.
7268 (gdb-find-source-frame): New function.
7269 (menu): Add to menu bar.
7270
da95a9c8
SM
72712006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7272
2821e1b6
SM
7273 * font-core.el (font-lock-extend-region-function)
7274 (font-lock-extend-region): Move to font-lock.el.
7275
7276 * font-lock.el (font-lock-extend-region-function)
7277 (font-lock-extend-region): Move from font-core.el. Simplify.
7278
7279 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7280 if needed.
7281 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7282 (jit-lock-after-change-extend-region-functions): New hook.
7283 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7284
4cffd221
SM
7285 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7286 (font-lock-turn-on-thing-lock): Use it.
7287
da95a9c8
SM
7288 * longlines.el (longlines-show-region): Make it work on read-only
7289 buffers as well.
7290
1730f68e
NR
72912006-08-01 Nick Roberts <nickrob@snap.net.nz>
7292
da95a9c8 7293 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1730f68e 7294
a3483884
RS
72952006-07-31 Richard Stallman <rms@gnu.org>
7296
7297 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7298 (vhdl-speedbar-display-projects): Update old obsolete
7299 speedbar variable names.
7300
36f8f49f
NR
73012006-07-31 Nick Roberts <nickrob@snap.net.nz>
7302
dc3a38c3
NR
7303 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7304 (gdb-stopped): Use it.
7305
36f8f49f
NR
7306 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7307
c888d352
CY
73082006-07-29 Chong Yidong <cyd@stupidchicken.com>
7309
7310 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7311 for load-history elements.
7312
65bbcead
EZ
73132006-07-29 Eli Zaretskii <eliz@gnu.org>
7314
7315 * files.el (convert-standard-filename): For Cygwin, replace
7316 characters not allowed in Windows file names.
7317 (make-auto-save-file-name): Add Cygwin to the list of systems
7318 where the auto-save file name needs to be run through
7319 convert-standard-filename.
7320
cfb37af8
EZ
73212006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
7322
7323 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7324
0de8dcc9
RS
73252006-07-28 Richard Stallman <rms@gnu.org>
7326
7327 * bindings.el (mode-line-frame-identification)
7328 (propertized-buffer-identification): Centralize the code
7329 to initialize the variable.
7330
7331 * progmodes/grep.el (grep-default-command): Catch errors from
7332 wildcard-to-regexp.
7333
5a611664
KS
73342006-07-29 Kim F. Storm <storm@cua.dk>
7335
7336 * progmodes/grep.el (grep-tag-default): New function.
7337 (grep-default-command, grep-read-regexp): Use it.
a912bc0d
KS
7338 (grep-read-files): Use car of grep-files-history or grep-files-aliases
7339 as default if nothing else applies.
5a611664 7340
91395839
TTN
73412006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
7342
7343 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7344 Throw error if buffer is not in Dired and Wdired mode, respectively.
7345
a8da2abd
CY
73462006-07-28 Chong Yidong <cyd@stupidchicken.com>
7347
7348 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7349 self-insert-command keys don't activate buttons.
7350 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7351
210f78ee
NR
73522006-07-29 Nick Roberts <nickrob@snap.net.nz>
7353
7354 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7355 faces for enable character.
7356
0392505b
NR
73572006-07-28 Nick Roberts <nickrob@snap.net.nz>
7358
7359 * Makefile.in (recompile): Update comment to reflect change
7360 on 2004-04-21.
7361
7eb944cf
RS
73622006-07-27 Richard Stallman <rms@gnu.org>
7363
7364 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7365 (customize-package-emacs-version): Change msg when pkg has no entry.
7366 (custom-no-edit): On a button, do like widget-button-press.
7367
cecee053
DN
73682006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7369
7370 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7371 S-tab and C-S-tab.
7372
c6708cbc
NR
73732006-07-28 Nick Roberts <nickrob@snap.net.nz>
7374
7375 * progmodes/which-func.el (which-function): Fix documentation/
7376 comment typo.
7377
d4a844e0
RS
73782006-07-26 Richard Stallman <rms@gnu.org>
7379
7380 * textmodes/ispell.el (ispell-word): If we replace the word,
7381 move point to the end. Insert before deleting.
7382
04ba1d88
CY
73832006-07-26 Chong Yidong <cyd@stupidchicken.com>
7384
7385 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7386 a timer.
7387
1d3a996a
MD
73882006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
7389
9b7fa297 7390 * tumme.el (tumme-backward-image): Add prefix argument. Add error
1d3a996a 7391 when at first image.
9b7fa297 7392 (tumme-forward-image): Add prefix argument. Add error when at last
1d3a996a
MD
7393 image.
7394
49c7d1ac
SM
73952006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7396
7397 * tabify.el (tabify-regexp): Use more specific regexps.
7398 (tabify): Avoid modifying the buffer unnecessarily.
7399
50e93433
MD
74002006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
7401
7402 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7403 (tumme-format-properties-string): Handle empty `buf'.
da95a9c8
SM
7404 (tumme-get-comment): Change variable names inside `let'.
7405 Add missing `let' variable that cause font-lock problems.
7406 (tumme-write-comments): Change variable names inside `let'.
7407 Add missing `let' variable that cause font-lock problems.
c14a5a99
MD
7408 (tumme-forward-image): Rename from `tumme-forward-char'.
7409 (tumme-backward-image): Rename from `tumme-backward-char'.
50e93433 7410
75ee40be
MY
74112006-07-25 Masatake YAMATO <jet@gyve.org>
7412
7413 * progmodes/ld-script.el (ld-script-keywords)
7414 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7415 and add comments.
7416
6cdae8d6
NR
74172006-07-25 Nick Roberts <nickrob@snap.net.nz>
7418
7419 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7420 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7421 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7422 for status indicator.
7423
208d06b0
RS
74242006-07-24 Richard Stallman <rms@gnu.org>
7425
1cff9220
RS
7426 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7427
208d06b0
RS
7428 * subr.el (dolist, dotimes): Use interned symbols for locals.
7429 (--dotimes-limit--, --dolist-tail--): New defvars.
7430 (looking-back): Doc fix.
7431
7432 * replace.el (replace-match-string-symbols): Handle dotted lists.
7433
d57727c9 74342006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
cf882898
MD
7435
7436 * tumme.el (tumme-write-tags): Add.
231b0d1c 7437 (tumme-write-comments): Add.
3098323a
MD
7438 (tumme-tag-files): Change to use `tumme-write-tags'.
7439 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7440 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7441 (tumme-save-information-from-widgets): Change to use
7442 `tumme-write-comments' and `tumme-write-tags'.
7443 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
dca90550
MD
7444 (tumme-write-tag): Remove.
7445 (tumme-write-comment): Remove.
7446 (tumme-display-previous-thumbnail-original): Remove empty line.
41fdf678 7447 (tumme-widget-list): Add punctuation.
cf882898 7448
d57727c9 74492006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
ec59c1ea
MD
7450
7451 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7452
88dcc76a
RS
74532006-07-24 Daiki Ueno <ueno@unixuser.org>
7454
7455 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9b7fa297
JB
7456 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
7457 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
88dcc76a 7458
38db29e0
TTN
74592006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7460
7461 * mouse.el (mouse-on-link-p): Doc fix.
7462
52c13c9b
NR
74632006-07-23 Nick Roberts <nickrob@snap.net.nz>
7464
38db29e0 7465 * emacs-lisp/find-func.el (find-function-search-for-symbol):
52c13c9b
NR
7466 Handle "C-h f `".
7467
b9debd54
DN
74682006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7469
7470 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7471 column.
7472
272f22eb
EZ
74732006-07-22 Matt Hodges <MPHodges@member.fsf.org>
7474
7475 * textmodes/table.el: Add move-beginning-of-line and
7476 move-end-of-line to Point Motion Only Group.
7477
4e251bd1 74782006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
5b01aef2
EZ
7479
7480 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7481
cee0c996
EZ
74822006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7483
7484 * startup.el (user-mail-address): Initialize from the `EMAIL'
7485 environment variable first. Document this.
7486 (command-line): Ditto.
7487
5ab67056
NR
74882006-07-22 Nick Roberts <nickrob@snap.net.nz>
7489
7490 * help-mode.el (help-function-def, help-variable-def)
7491 (help-face-def): Print a message in the minibuffer.
7492
c79722c9
DN
74932006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7494
7495 * term/xterm.el (terminal-init-xterm): Fix key bindings
9b7fa297 7496 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
c79722c9 7497
e9fe3513
EZ
74982006-07-21 Eli Zaretskii <eliz@gnu.org>
7499
7500 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7501 where `(nth 1 command)' is a cons cell. Doc fix.
7502
7503 * textmodes/po.el (po-find-charset): Doc fix.
7504
cc539208
EZ
75052006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
7506
7507 * allout.el (allout-unprotected, allout-e-o-prefix-p)
7508 (allout-beginning-of-current-line, allout-end-of-current-line)
7509 (allout-next-visible-heading, allout-open-topic)
7510 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7511 (allout-flag-current-subtree, allout-show-to-offshoot)
7512 (allout-hide-current-entry, allout-show-current-branches)
7513 (allout-hide-region-body, allout-old-expose-topic)
7514 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7515 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
7516 containing `beginning-of-line' and `end-of-line' with
7517 `inhibit-field-text-motion' t.
7518
38938eeb
EZ
75192006-07-21 Eli Zaretskii <eliz@gnu.org>
7520
7521 * frame.el (focus-follows-mouse): Document that it doesn't have
7522 any effect on MS-Windows.
7523
3a723c3a
SM
75242006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7525
7526 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
7527
bde07895
JB
75282006-07-20 Jay Belanger <belanger@truman.edu>
7529
97df8464 7530 * calc.el (calc-previous-alg-entry): Remove variable.
bde07895 7531
9b7fa297 7532 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
bde07895
JB
7533 New variables.
7534 (calc-alg-entry): Use `calc-alg-entry-history'.
7535 (calc-do-quick-calc): Use `calc-quick-calc-history'.
7536 Remove reference to `calc-previous-alg-entry'.
7537 (calcAlg-edit, calcAlg-enter): Remove reference to
7538 `calc-previous-alg-entry'.
7539 (calcAlg-previous): Use `previous-history-element' instead of
7540 `calc-previous-alg-entry'.
7541 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
3a723c3a 7542 Change keybinding for `calcAlg-plus-minus', add keybindings for
bde07895
JB
7543 `previous-history-element' and `next-history-element'.
7544
7545 * calc-rewr.el (calc-match): Remove reference to
7546 `calc-previous-alg-entry'.
7547
7548 * calc-sel.el (calc-selection-history): New variable.
7549 (calc-enter-selection, calc-sel-mult-both-sides)
7550 (calc-sel-add-both-sides): Use `calc-selection-history'.
7551
7552 * calc-map.el (calc-get-operator-history): New variable.
7553 (calc-get-operator): Use `calc-get-operator-history'.
7554
7555 * calcalg3.el (calc-curve-fit-history): New variable.
7556 (calc-curve-fit): Use `calc-curve-fit-history'.
7557
ccb06340
KH
75582006-07-20 Kenichi Handa <handa@m17n.org>
7559
7560 * international/mule-cmds.el (select-safe-coding-system): Fix the
7561 way of deciding eol-type of the coding system.
7562
d8cd7202
AM
75632006-07-20 Alan Mackenzie <acm@muc.de>
7564
3a723c3a
SM
7565 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
7566 (c-lang-setvar): New macro.
d8cd7202
AM
7567 (c-make-init-lang-vars-fun): Use the initialization forms in
7568 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
7569 (comment-start, comment-end, comment-start-skip): Change these from
7570 c-lang-defvar's to c-lang-setvar's.
7571
3a723c3a 7572 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
d8cd7202
AM
7573 which calls make-local-variable on the elements of
7574 c-emacs-variable-inits.
7575 (c-init-language-vars-for): Call this new macro.
7576
0ab31e4a
SM
75772006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7578
7579 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7580 Try to rule out false positives due to time stamps.
7581 (compilation-mode-font-lock-keywords): Remove rules made redundant
7582 because of the above change. Add `segmentation fault' to the known and
7583 highlighted compilation termination messages.
7584
9e289946
KS
75852006-07-19 Kim F. Storm <storm@cua.dk>
7586
7587 * progmodes/grep.el (grep-find-ignored-directories):
7588 Add .svn and _darcs to list.
7589
e8b41841 75902006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
2ba002a0 7591
bf33fe16
MD
7592 * dired.el (dired-mode-map): Add key binding `C-te' for
7593 `tumme-dired-edit-comment-and-tags'.
7594
2ba002a0
MD
7595 * tumme.el (tumme-display-thumbnail-original-image): Make sure
7596 image display buffer is displayed before call to
7597 `tumme-display-image.
7598 (tumme-dired-display-image): Make sure image display buffer is
7599 displayed before call to `tumme-display-image.
7600 (tumme-mouse-display-image): Make sure image display buffer is
7601 displayed before call to `tumme-display-image.
975588c0
MD
7602 (tumme-widget-list): Add.
7603 (tumme-dired-edit-comment-and-tags): Add.
7604 (tumme-save-information-from-widgets): Add.
2ba002a0 7605
a97a33cb
SM
76062006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7607
7608 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
7609
f65b9df2
SM
76102006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7611
c6b71045
SM
7612 * progmodes/sh-script.el (sh-font-lock-keywords-1):
7613 Revert inadvertently installed patch hunk.
7614
f65b9df2
SM
7615 * progmodes/compile.el (compilation-find-file): Handle the
7616 cases where the user selects a non-existent file.
7617
76182006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7619
7620 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
7621
c1fdbde6
CY
76222006-07-17 Chong Yidong <cyd@stupidchicken.com>
7623
7624 * subr.el (sit-for): Just sleep-for if noninteractive.
7625
69c6ad83
SM
76262006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7627
fb2dd970
SM
7628 * emacs-lisp/autoload.el (make-autoload): Use new arg.
7629
7630 * custom.el (custom-autoload): Add `noset' argument.
7631 (custom-push-theme): Don't autoload the variable, let callers do it.
7632 (custom-theme-set-variables): Autoload the variable if necessary.
7633
7634 * cus-edit.el (custom-variable-state-set): If the variable was
7635 originally set outside custom, but to the same value as the default,
7636 consider it to be standard.
7637
7638 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
7639 file *before* telling Emacs to add the autoloads, in case it fails.
7640
69c6ad83
SM
7641 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
7642 Use `cond', push', and `dolist'.
7643
daeeeffc
RS
76442006-07-17 Richard Stallman <rms@gnu.org>
7645
7646 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
7647 Add defvars to silence warnings.
7648
c8068734
CY
76492006-07-17 Chong Yidong <cyd@stupidchicken.com>
7650
b5f02314
CY
7651 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7652 Don't highlight "Compiling file" messages as error.
7653
c8068734
CY
7654 * dired-aux.el (dired-compress-file): Confirm again if gzipped
7655 file already exists.
7656
072cb54a
TTN
76572006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
7658
7659 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
7660 entry, don't assign to free var; simply return the extracted filename.
7661 (ff-treat-as-special): Incorporate common preamble from callers.
7662 (ff-other-file-name, ff-find-the-other-file):
7663 Update call to ff-treat-as-special.
7664
7665 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
7666
9b9c0e5a
MD
76672006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
7668
7669 * tumme.el (tumme-get-comment): Fix bug.
7670
ba83982b
SM
76712006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7672
7673 * files.el: Remove spurious * in docstrings.
7674
db28aa3c
NR
76752006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
7676
ba83982b 7677 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
db28aa3c 7678 grammar.
ba83982b 7679 (allout-beginning-of-current-line): Beware beginning of buffer.
db28aa3c 7680 Also, a comment is simplified.
ba83982b 7681 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
db28aa3c
NR
7682 when appropriate. (This fix enables use for other than
7683 bullet-hotspot operation.)
ba83982b 7684 (allout-hide-current-subtree): While escalating to sibling-close,
db28aa3c
NR
7685 make sure to situate on a topic.
7686
839929ba
KS
76872006-07-14 Kim F. Storm <storm@cua.dk>
7688
7689 * emulation/cua-base.el (cua-delete-selection)
7690 (cua-toggle-set-mark): New defcustoms.
7691 (cua-rectangle-modifier-key): Add `alt' modifier.
7692 (cua-replace-region): Don't delete if cua-delete-selection is nil.
7693 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
7694 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
7695
7696 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
7697
01fc9422
EZ
76982006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
7699
7700 * allout.el: Require 'cl during byte-compilation/interactive load,
7701 for the `assert' macro.
ba83982b 7702 (allout-mode-deactivate-hook): New hook, run when allout mode
01fc9422
EZ
7703 deactivates.
7704 (allout-developer): New allout customization subgroup.
7705 (allout-run-unit-tests-on-load): New allout-developer
7706 customization variable, when true allout unit tests are run towards
7707 end of file load/eval.
7708 (allout-inhibit-auto-fill): Disable auto-fill activity even during
7709 auto-fill-mode.
ba83982b 7710 (allout-resumptions): Remove, to be replaced by...
01fc9422
EZ
7711 (allout-add-resumptions): Register variable settings to be
7712 reinstated by `allout-do-resumptions'. The settings are made
7713 buffer-local, but the locality/globality of the suspended setting
7714 is restored on resumption.
7715 (allout-do-resumptions): Reinstate all settings suspended using
7716 `allout-add-resumptions'.
7717 (allout-test-resumptions): Unit tests (and intermediate variables)
7718 for resumptions.
7719 (allout-tests-globally-unbound, allout-tests-globally-true)
7720 (allout-tests-locally-true): Intermediate variables for
7721 resumptions unit tests.
7722 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
7723 (allout-exposure-category): Replaces 'allout-overlay-category variable.
7724 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
7725 instead of retired `allout-resumptions'. For hook functions, use
7726 `local' parameter so hook settings are created and removed as
7727 buffer-local settings. Revise (resumptions) setting
7728 auto-fill-function so it is set only if already active. (The
7729 related fill-function settings are all made in either case, so
7730 that activating auto-fill-mode activity will have the custom
ba83982b
SM
7731 allout-mode behaviors (hanging indent on topics, if configured for it).
7732 Remove all allout-exposure-category overlays on mode deactivation.
01fc9422
EZ
7733 (allout-hotspot-key-handler): New function extracted from
7734 `allout-pre-command-business', so the functionality can be used
7735 for other purposes, eg as a binding in an overlay.
7736 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
7737 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
7738 customization variable.
7739 (allout-run-unit-tests): Run the (currently quite small)
7740 repertoire of unit tests. Called just before the provide iff user
7741 has customized `allout-run-unit-tests-on-load' non-nil.
7742
e24f9e5a 77432006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
7ad783eb
KL
7744
7745 * emacs-lisp/authors.el (authors-aliases): Update.
7746
02248b85
NR
77472006-07-14 Nick Roberts <nickrob@snap.net.nz>
7748
7749 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
7750 gdb-source-window. Add dedicated argument.
7751 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
7752 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
7753 (gdb-display-threads-buffer, gdb-display-memory-buffer)
7754 (gdb-display-locals-buffer): Use it.
8a8476f9 7755
02248b85
NR
7756 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
7757 Set gdb-source-window.
7758
02dcdad3
SM
77592006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
7762 minor modes, redundant with the custom-autoload line above.
7763
6991960b
CY
77642006-07-12 Chong Yidong <cyd@stupidchicken.com>
7765
02dcdad3 7766 * longlines.el (longlines-post-command-function): Handle open-line too.
6991960b 7767
2c6e026a
RS
77682006-07-12 Richard Stallman <rms@gnu.org>
7769
7770 * progmodes/grep.el (grep-last-buffer): Doc fix.
7771
7772 * info.el (Info-try-follow-nearest-node): Doc fix.
7773
7774 * emacs-lisp/edebug.el (edebug-instrument-function):
7775 Err if find-function-noselect gives no position.
7776
7777 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7778 If can't find definition, return nil for position.
7779 (find-function-do-it): Handle new return value
7780 of find-definition-noselect.
68ade564 7781 (find-definition-noselect, find-variable-noselect): Doc fix.
2c6e026a
RS
7782 (find-function-noselect): Doc fix.
7783
7784 * help-mode.el (help-variable-def): Handle find-variable-noselect
7785 returning no position.
7786 (help-function-def): Likewise for find-function-search-for-symbol.
7787 (help-face-def): Likewise.
7788
7789 * help-fns.el (describe-variable): Handle find-variable-noselect
7790 returning no position.
7791
7792 * files.el (locate-file-completion): Avoid duplicates in result.
7793
7794 * cus-edit.el (custom-no-edit): New command.
7795 (custom-mode-map): Remap to custom-no-edit instead of
7796 using suppress-keymap.
7797
78fc0ace
NR
77982006-07-12 Nick Roberts <nickrob@snap.net.nz>
7799
8a8476f9
KS
7800 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7801 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
7802 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
78fc0ace
NR
7803
7804 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
7805
2e42ee7b
KS
78062006-07-11 Kim F. Storm <storm@cua.dk>
7807
7808 * ido.el (ido-copy-current-file-name): Use buffer-name if
7809 buffer-file-name is nil.
7810
ce4746a3
CY
78112006-07-11 Chong Yidong <cyd@stupidchicken.com>
7812
1223933d
CY
7813 * simple.el (undo-ask-before-discard): Set to nil.
7814
0f7ea453
CY
7815 * vc.el (vc-exec-after): Don't delete process manually.
7816 (vc-print-log): Run log-view-mode in process sentinel inside
7817 inhibit-read-only. Don't shrink window due to timing issues.
7818
02dcdad3
SM
7819 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
7820 Avoid using with-output-to-temp-buffer, which clobbers local vars.
ce4746a3 7821
b8fa0ffd
SM
78222006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7823
7824 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7825 Fix ambiguity introduced by last change.
7826 (compilation-find-file): Move save-excursion to where it may
7827 make sense. Fix a left over `find-file'.
7828
ed48e7e8
RC
78292006-07-11 Robert J. Chassell <bob@rattlesnake.com>
7830
68ade564 7831 * textmodes/texinfmt.el (texinfo-format-separate-node):
b8fa0ffd
SM
7832 Insert a string before point, which fits documentation, not after.
7833 (texinfo-multitable-item): In a multitable row, insert any
7834 additional needed @tabs and spaces.
ed48e7e8 7835
b05b996f
NR
78362006-07-11 Nick Roberts <nickrob@snap.net.nz>
7837
8a8476f9
KS
7838 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7839 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
b05b996f
NR
7840 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
7841 instead of shell-command.
8a8476f9
KS
7842 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
7843 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
7844 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
7845 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
7846 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
7847 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
b05b996f 7848
d81b041a
KS
78492006-07-11 Kim F. Storm <storm@cua.dk>
7850
7851 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
ff97f952 7852 Remove special case for seconds < 0. Use (redisplay t) instead.
d81b041a 7853
0369eb85
CY
78542006-07-10 Chong Yidong <cyd@stupidchicken.com>
7855
4a63ceb8
SM
7856 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
7857 avoid compilation error.
d157aaaa 7858
0369eb85
CY
7859 * subr.el (sit-for): New function.
7860
7861 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
7862
2946191d
RS
78632006-07-10 Richard Stallman <rms@gnu.org>
7864
7865 * ldefs-boot.el (edebug): Update page.
7866
77034d43
KS
78672006-07-10 Kim F. Storm <storm@cua.dk>
7868
7869 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
7870 to FOR-RELEASE and TODO.
7871
a8d37031
RF
78722006-07-10 Romain Francoise <romain@orebokech.com>
7873
7874 * emacs-lisp/authors.el (authors-aliases): Update.
7875
3c0ab532
AM
78762006-07-10 Alan Mackenzie <acm@muc.de>
7877
77034d43
KS
7878 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
7879 * cc-mode.el: Changes to eradicate eval-after-load.
3c0ab532 7880
4b6b279f
CY
78812006-07-09 Chong Yidong <cyd@stupidchicken.com>
7882
7883 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
7884 on non-char events.
7885
933f8467
RF
78862006-07-09 Romain Francoise <romain@orebokech.com>
7887
47f97084
RF
7888 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7889 Don't highlight start/end markers as compilation messages.
7890
933f8467
RF
7891 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
7892 to t.
7893
5fc5b7e8
SM
78942006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
7895
7896 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
7897
3aa7c28e
RS
78982006-07-08 Richard Stallman <rms@gnu.org>
7899
7900 * term/x-win.el (x-handle-display): Add doc string.
7901
7902 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7903
5fc5b7e8
SM
7904 * subr.el (def-edebug-spec): Move here.
7905 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
3aa7c28e
RS
7906
7907 * imenu.el (imenu-choose-buffer-index): Doc fix.
7908
366f1741
RF
79092006-07-08 Romain Francoise <romain@orebokech.com>
7910
7911 * term/x-win.el (x-display-name): Fix typo.
7912
10944042
EZ
79132006-07-08 Eli Zaretskii <eliz@gnu.org>
7914
7f9da0f3
EZ
7915 * hexl.el (hexl-find-file): Doc fix.
7916
10944042
EZ
7917 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7918
6f6c5fb3
CY
79192006-07-07 Chong Yidong <cyd@stupidchicken.com>
7920
7921 * term/x-win.el (x-display-name): Doc fix.
7922
e2536e57
SM
79232006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7924
55f6a280
SM
7925 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
7926 long prefixes.
7927 (fill-region-as-paragraph): Don't round up to a whole line.
7928 (fill-comment-paragraph): Don't include the code-before-the-comment
7929 when calling fill-region-as-paragraph.
7930
2850984d
SM
7931 * international/mule.el (make-char): Remove redundancy.
7932
e0b4be6c
SM
7933 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
7934 property may contain an anonymous function rather than a symbol.
7935
e5a099ec
SM
7936 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
7937
24a768a0
SM
7938 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7939 Use shy regexp. Fix incorrect backref to potentially unmatched group.
7940
df8a0bff
SM
7941 * dirtrack.el (dirtrack-default-directory-function): Remove.
7942 (dirtrack-directory-function): Use file-name-as-directory.
7943 (dirtrack-windows-directory-function): Simplify.
7944 (dirtrack-forward-slash, dirtrack-backward-slash)
7945 (dirtrack-replace-slash): Remove.
7946 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
7947 (dirtrack): Fix wrong parenthesizing; use match-string.
7948
e2536e57
SM
7949 * progmodes/octave-inf.el: Remove spurious * in docstrings.
7950 (inferior-octave-mode): Only change the buffer-local value of
7951 comint-dynamic-complete-functions.
7952 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
7953 Move the initialization to the declaration.
7954 (inferior-octave-complete): Remove unused var `filter'.
7955
7956 * shell.el (shell-mode): Only change the buffer-local value of
7957 comint-dynamic-complete-functions.
7958
c7251076
CD
79592006-07-07 Carsten Dominik <dominik@science.uva.nl>
7960
7961 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
7962 entry is skipped because it has been scheduled.
7963 (org-prepare-agenda-buffers): Don't mark buffers as modified when
7964 changing `:org-archived' and `:org-comment' properties.
7965
077f47e2
CY
79662006-07-06 Chong Yidong <cyd@stupidchicken.com>
7967
30088515
CY
7968 * server.el (server-select-display): Don't make the temp frame
7969 minibuffer-only, in case it's not a temp frame.
7970 (server-process-filter): Don't delete the temp frame if it's the
7971 only one we have on that display.
7972
077f47e2
CY
7973 * files.el (find-alternate-file): Doc fix.
7974
978db147
RS
79752006-07-05 Richard Stallman <rms@gnu.org>
7976
7977 * files.el (abbreviate-file-name): Add save-match-data.
7978
79792006-07-03 Richard Stallman <rms@gnu.org>
7980
7981 * faces.el (read-face-name): Doc fix.
7982
0d61de90
CY
79832006-07-05 Chong Yidong <cyd@stupidchicken.com>
7984
7985 * net/goto-addr.el (goto-address): Mark as safe for local evals.
7986
db1cc7cb
AS
79872006-07-05 Andre Spiegel <spiegel@gnu.org>
7988
7989 * vc.el (vc-diff-internal): Fix prev change.
7990
180f018c
TTN
79912006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7992
7993 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
7994 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
7995
5630d672
SM
79962006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7997
7998 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
7999 fails if the symbol contains chars like ( or '.
8000 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8001 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8002 `short'.
8003
2462bc66
KH
80042006-07-04 Kenichi Handa <handa@m17n.org>
8005
8006 * international/mule-cmds.el (set-language-info): If LANG-ENV is
8007 the current one, don't call set-language-environment, but call one
8008 of set-language-environment-XXX to make INFO effective now.
8009 (set-language-environment): Call set-language-environment-XXX
8010 functions instead of doing the various setups directly.
ce0d4998 8011 (set-language-environment-coding-systems): Delete argument eol-type.
2462bc66
KH
8012 (set-language-environment-input-method)
8013 (set-language-environment-nonascii-translation)
8014 (set-language-environment-charset)
8015 (set-language-environment-fontset)
8016 (set-language-environment-unibyte): New functions.
8017
3958015d
LT
80182006-07-03 Luc Teirlinck <teirllm@auburn.edu>
8019
8020 * locate.el (locate-update-when-revert): New option.
8021 (locate-update-path): New option (suggested by Michael Albinus).
8022 (locate-prompt-for-command): Whitespace change.
8023 (locate-update): No longer offer to update the locate database by
8024 default. Implement the two new options.
8025
8e286cec
NR
80262006-07-04 Nick Roberts <nickrob@snap.net.nz>
8027
8028 * tooltip.el: Move comment about track-mouse...
8029
8030 * progmodes/gud.el: ...to here.
8031
b6a67507
CY
80322006-07-03 Chong Yidong <cyd@stupidchicken.com>
8033
8034 * facemenu.el (facemenu-listed-faces): New var.
8035 (facemenu-unlisted-faces): Variable deleted.
8036 (facemenu-add-new-face): Use facemenu-listed-faces.
8037
8038 * emulation/viper-init.el, calendar/calendar.el:
8039 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8040
8be296ef
CD
80412006-07-03 Carsten Dominik <dominik@science.uva.nl>
8042
ce0d4998 8043 * textmodes/org.el (org-mode): Remove no invalid settings for
8be296ef
CD
8044 calc embedded mode.
8045 (org-mode-p): New defsubst.
8046 (org-save-all-org-buffers): New function.
8047 (org-first-headline-recenter): Enclose outline-regexp in group
8048 delimiters.
7f70c4e9 8049 (org-set-tags): Keep single space after stars.
8be296ef 8050
ce0d4998
SM
80512006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8052
8053 * window.el (set-window-text-height): Only set window-min-height to
8054 1 if that's the requested size.
8055
8056 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8057 (diff-unified->context, diff-context->unified)
8058 (diff-reverse-direction): Make sure the end marker stays at the end.
8059 (diff-mode): Add the keymap table at the end of docstring.
8060 Use lexical-let rather than constructing a closure manually.
8061
8062 * files.el (find-file-noselect-1): Remove unused var assignment.
8063 (hack-local-variables-confirm): Print lists of strings as lists of
8064 strings rather than lists of symbols.
8065 (abbreviate-file-name, hack-local-variables-prop-line):
8066 Use match-string.
8067 (hack-one-local-variable): Move `make-local-variable' nearer its use.
8068 (recover-session-finish): Use line-end-position.
8069
d163f71e
MA
80702006-07-02 Michael Albinus <michael.albinus@gmx.de>
8071
8072 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8073
88983f8c
DP
80742006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
8075
ce0d4998
SM
8076 * progmodes/make-mode.el (makefile-macroassign-regex):
8077 Accept preceding keyword.
88983f8c
DP
8078 (makefile-gmake-statements): Reorganize, now that makepp has
8079 "override" and also handle forgotten "override define".
8080 (makefile-makepp-statements): Add new "global", "override export"
8081 and "override global".
8082
ac4d9de0
JB
80832006-06-30 Juanma Barranquero <lekktu@gmail.com>
8084
8085 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8086 (ada-compile-mouse-goto-error, ada-deactivate-properties)
8087 (ada-no-auto-case): Fix typos in docstrings.
8088
4a073066
NR
80892006-06-30 Nick Roberts <nickrob@snap.net.nz>
8090
8091 * info.el (Info-find-node-2): Search for makeinfo version more
8092 carefully.
8093
a71f543e
CD
80942006-06-29 Carsten Dominik <dominik@science.uva.nl>
8095
ce0d4998
SM
8096 * textmodes/org.el (org-prepare-agenda-buffers):
8097 Use `invisible-OK' argument for `org-end-of-subtree'.
8098 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8099 (org-beginning-of-item): Fix bug in regular expression for white line.
8100 (org-export-as-html): Enforce space after bullet in plain list items.
a71f543e
CD
8101 (org-set-autofill-regexps): Require space after plain list bullet
8102 for paragraph-start.
8103 (org-ts-regexp3): New constant.
8104 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8105 (org-timestamp-up-day, org-timestamp-down-day)
8106 (org-timestamp-change): Work with inactive timestamps.
8107 (org-ts-regexp1): Don't allow brackets in time stamps.
8108
9ee1e2d8
NR
81092006-06-29 Nick Roberts <nickrob@snap.net.nz>
8110
8111 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8112 for ignoring links.
8113
8114 * faces.el (read-face-name): Use it.
8115
f98f7873
JL
81162006-06-28 Juri Linkov <juri@jurta.org>
8117
8118 * buff-menu.el (list-buffers-noselect): Compare Info file
8119 with the string "dir" to detect Info directory.
8120
8121 * complete.el (partial-completion-mode): In lambda for
8122 `choose-completion-string-functions' use full function signature
8123 with 4 args, and move point to the end of the minibuffer only if arg
8124 `mini-p' is non-nil.
8125
4c38df30
JPW
81262006-06-28 John Paul Wallington <jpw@pobox.com>
8127
8128 * ibuffer.el (ibuffer-mode): Doc fix.
8129
c9ca81df
CD
81302006-06-28 Carsten Dominik <dominik@science.uva.nl>
8131
8132 * textmodes/org.el (org-context): New contexts :item-bullet,
8133 :latex-fragment, :latex-preview.
ce0d4998
SM
8134 (org-overlays-at, org-overlay-start, org-overlay-end):
8135 New compatibility functions.
c9ca81df
CD
8136 (org-inside-LaTeX-fragment-p): More accurate matching, using the
8137 exact regexp that will be used during export.
8138 (org-latex-regexps): New variable.
ce0d4998 8139 (org-cdlatex-mode): Improve advice for `texmathp'.
c9ca81df
CD
8140 (turn-on-org-cdlatex): New function.
8141
3ff05183
YM
81422006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8143
8144 * term/mac-win.el (mac-handle-font-selection): Change keys of
8145 mac-atsu-font-table from strings to numbers.
8146 (mac-ts-caret-position): Use also when cursor-type is nil.
8147 (mac-ts-update-active-input-area): Add Mac OS Classic support.
ce0d4998
SM
8148 Relax condition for using overlay strings.
8149 Use mac-ts-caret-position face when cursor-type is nil.
3ff05183 8150
02bc285c
KS
81512006-06-26 Kim F. Storm <storm@cua.dk>
8152
8153 * help.el (view-emacs-news): Declare `res' in the right let* form.
8154
08b1eb21
MA
81552006-06-25 Michael Albinus <michael.albinus@gmx.de>
8156
8157 * net/rcompile.el (remote-compile): Replace ange-ftp based
8a8476f9
KS
8158 implementation by Tramp functions.
8159 Suggested by Marc Abramowitz <msabramo@gmail.com>.
08b1eb21
MA
8160
8161 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8162
eff6bfea
EZ
81632006-06-24 Yoshinori Koseki <kose@meadowy.org>
8164
8165 * international/fontset.el (setup-default-fontset): Fix a typo in
8166 the "Oriya-Akruti" registry name.
8167
0625ded0 81682006-06-23 Lars Hansen <larsh@soem.dk>
f8e83735 8169
11425834
LH
8170 * desktop.el (desktop-full-file-name): New function.
8171 (desktop-kill, desktop-save, desktop-remove, desktop-read)
8172 (desktop-revert): Use it.
8173 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8174 (desktop-after-read-hook): Add option list-buffers.
8175 (desktop-locals-to-save): Add tab-width.
8176 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8177 Fix docstring.
8178
353694fd
CD
81792006-06-23 Carsten Dominik <dominik@science.uva.nl>
8180
8181 * textmodes/org.el (org-cdlatex-mode-map)
8182 (org-cdlatex-texmathp-advice-is-done): New variables.
8183 (org-cdlatex-mode): New minor mode.
f8e83735
KS
8184 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8185 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
353694fd 8186 (org-export-with-archived-trees): New option.
ce0d4998 8187 (org-open-file): Remove the call to `convert-standard-filename'.
353694fd
CD
8188 (org-archive-tag, org-agenda-skip-archived-trees)
8189 (org-cycle-open-archived-trees)
8190 (org-sparse-tree-open-archived-trees): New options.
8191 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
0625ded0
JB
8192 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8193 New functions.
f8e83735
KS
8194 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8195 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
353694fd
CD
8196 (org-mode-map): Add binding for `org-toggle-archive-tag'.
8197 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8198 Call `org-prepare-agenda-buffers'.
8199 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8200 (org-file-apps, org-file-apps-defaults-gnu)
f8e83735
KS
8201 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8202 Handle remote files by forcing them to be opened in Emacs.
353694fd 8203
98a9cad3
AS
82042006-06-23 Andre Spiegel <spiegel@gnu.org>
8205
8206 * vc.el (vc-diff-knows-L): New variable.
8207 (vc-diff-internal): Use it to handle "diff" programs that don't
f8e83735 8208 understand -L. This works automatically, no user action is necessary.
98a9cad3 8209
18aa2c90
EZ
82102006-06-23 Daniel Brockman <daniel@brockman.se>
8211
8212 * net/rcirc.el (rcirc-default-user-full-name): Default to
8213 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8214 longer exists).
8215 (rcirc-process-list): Check `buffer-live-p' before attempting to
8216 switch to a buffer.
8217
aac5d1fd
EZ
82182006-06-23 Ryan Yeske <rcyeske@gmail.com>
8219
8220 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8221 based on rcirc-coding-system-alist.
8222
81711dba
EZ
82232006-06-23 Martin Rudalics <rudalics@gmx.at>
8224
8225 * cus-edit.el (customize-apropos): A better error message.
8226 (top level) <debug-ignored-errors>: Extend and update the list of
8227 ignored error messages.
8228
08fd202a
EZ
82292006-06-23 Michael Ernst <mernst@alum.mit.edu>
8230
8231 * complete.el (PC-do-completion): Retain capitalization of user
8232 input, when possible, even if completion-ignore-case is set.
8233
28fa06ea
EZ
82342006-06-23 Eli Zaretskii <eliz@gnu.org>
8235
6453a10e
EZ
8236 * generic-x.el (bat-generic-mode): Support .cmd files.
8237
28fa06ea
EZ
8238 * dos-w32.el (top level): Use find-file-not-found-functions
8239 instead of the obsolete find-file-not-found-hooks.
8240
9b8648b8
KS
82412006-06-22 Kim F. Storm <storm@cua.dk>
8242
8243 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8244 to recognize mode name containing submodes, such as Grep/lw.
8245
43a37241
KS
82462006-06-21 Kim F. Storm <storm@cua.dk>
8247
8248 * simple.el (line-move-1): Check for move-end-of-line instead of
8249 end-of-line when setting temporary-goal-column.
8250
a2064b09
MB
82512006-06-21 Miles Bader <miles@gnu.org>
8252
8253 * play/cookie1.el (cookie): Work properly when there's only one entry.
8254
210e35f7
NR
82552006-06-21 Nick Roberts <nickrob@snap.net.nz>
8256
8257 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
e72e0e31 8258 (gdb-frame-handler): Generalize frame regexp for templates.
210e35f7 8259
b0352ddf
GM
82602006-06-20 Glenn Morris <rgm@gnu.org>
8261
8262 * calendar/appt.el (appt-display-format): Default value must be
8263 one of the customize options.
8264
2b0193e1
DN
82652006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8266
e72e0e31
KS
8267 * term/xterm.el (terminal-init-xterm): Update key availability info.
8268 Bind C-return.
2b0193e1 8269
e72e0e31 8270 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2b0193e1 8271
809b6e98
CY
82722006-06-20 Chong Yidong <cyd@stupidchicken.com>
8273
a548f3d7
CY
8274 * files.el (hack-local-variables): Run `hack-local-variables-hook'
8275 whether or not a local variables list is defined.
8276
809b6e98
CY
8277 * msb.el (msb): Move `sit-for' hack here to handle both
8278 "mouse-down and drag" and "mouse-up and select" situations.
8279 (mouse-select-buffer): Move `sit-for' hack to `msb'.
8280
1e0fd4cd
KH
82812006-06-20 Kenichi Handa <handa@m17n.org>
8282
f8e83735
KS
8283 * international/characters.el (word-combining-categories):
8284 Add entries for 2-byte Han characters.
1e0fd4cd 8285
a5bd14d3
RS
82862006-06-19 Richard Stallman <rms@gnu.org>
8287
8288 * bindings.el (mode-line-format): Save some mode line space.
8289
8290 * files.el (find-file-noselect): Improve the question wording.
8291 (basic-save-buffer-2): Mask UMASK against 666.
8292
8293 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8294 (mouse-drag-vertical-line): Call it.
8295
d669197d 8296 * cus-edit.el (customize-option, customize-option-other-window):
a5bd14d3
RS
8297 Error if SYMBOL is nil.
8298
3d62681d
CD
82992006-06-19 Carsten Dominik <dominik@science.uva.nl>
8300
8301 * textmodes/org.el: Require noutline, also on XEmacs.
8302 (org-end-of-subtree): Return point.
8303 (org-dblock-start-re, org-dblock-end-re): New constants.
8304 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8305 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8306 (org-update-all-dblocks, org-find-dblock): New functions.
8307 (org-collect-clock-time-entries): New function.
8308 (org-html-handle-time-stamps): Never export CLOCK timeranges.
ce0d4998 8309 (org-fixup-indentation): Modify to deal correctly with lines
3d62681d
CD
8310 starting with TAB. Only one argument DIFF now.
8311 (org-demote, org-promote): Call `org-fixup-indentation' with just
8312 one argument, DIFF.
8313 (org-mode): Don't mark buffer as modified when aligning tables.
f8e83735 8314 (org-clock-sum): Don't mark buffer modified when adding time sum
3d62681d 8315 properties.
ce0d4998 8316 (org-export-as-html): Add support for a link validation function.
3d62681d
CD
8317 (org-archive-all-done): New function.
8318 (org-archive-subtree): New prefix argument. When set, archive all
8319 done subtrees in this buffer.
8320 (org-remove-clock-overlays)
e72e0e31
KS
8321 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8322 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
3d62681d
CD
8323 (org-put-clock-overlay): Don't swallow last headline character
8324 when displaying overlay.
8325 (org-store-link): Link to `image-mode' with just the file name.
3d62681d 8326
ec6aebe8 83272006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
d669197d 8328
e72e0e31
KS
8329 * viper-cmd.el (viper-special-read-and-insert-char):
8330 Use read-key-sequence.
8331 (viper-after-change-undo-hook): Misc enhancements.
8332 (viper-after-change-undo-hook): New hook.
8333 (viper-undo): Use viper-after-change-undo-hook.
f8e83735 8334 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
ec6aebe8
MK
8335 (viper-next-line-at-bol): If point is on a widget or a button, simulate
8336 clicking on that widget/button.
d669197d 8337
e72e0e31 8338 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
d669197d 8339
e72e0e31
KS
8340 * ediff-diff (ediff-test-patch-utility): Catch errors.
8341 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8342 (ediff-set-actual-diff-options): New function.
ec6aebe8 8343 (ediff-reset-diff-options, ediff-toggle-ignore-case):
e72e0e31
KS
8344 Use ediff-set-actual-diff-options.
8345 (ediff-extract-diffs): Catch errors.
8346 (ediff-whitespace): Add non-breakable space.
8347 (ediff-same-file-contents): Catch errors.
8348
8349 * ediff-mult.el (ediff-collect-custom-diffs):
8350 Save coding-system-for-read.
8351
8352 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8353 (ediff-vc-internal, ediff-vc-merge-internal):
8354 Use ediff-delete-version-file.
8355 (ediff-delete-version-file): New function.
8356
8357 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8358
8359 * ediff.el (ediff-directories, ediff-directory-revisions)
8360 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8361 (ediff-directories-internal, ediff-merge-directory-revisions)
8362 (ediff-merge-directory-revisions-with-ancestor)
8363 (ediff-directories3): Use read-directory-name.
d669197d 8364
e924d021
RF
83652006-06-18 Ralf Angeli <angeli@caeruleus.net>
8366
ce0d4998
SM
8367 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8368 Remove superfluous part of regexp for brace matching which is handled
8369 by `scan-lists' call.
e924d021 8370
d1ae9041
RS
83712006-06-16 Richard Stallman <rms@gnu.org>
8372
8373 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8374
8375 * files.el (basic-save-buffer-2): For a new precious file,
8376 use the default modes in the return value.
8377
8378 * facemenu.el (facemenu-color-alist): Doc fix.
8379
8380 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8381
aa2f234a
YM
83822006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8383
8384 * cus-start.el (all): Add mac-ts-script-language-on-focus.
8385
8386 * term/mac-win.el (mac-text-encoding-ascii): New constant.
8387 (mac-utxt-to-string): Use it.
8388 (mac-ts-update-active-input-area): Use mac-ae-number.
8389
2f182d8d
DN
83902006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8391
8392 * term.el (term-handle-scroll, term-delete-lines)
8393 (term-insert-lines): Fix off by one errors.
8394
8a7269eb
MA
83952006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8396
8397 * net/tramp.el (tramp-touch): Use UTC to express time.
8398
c43d7539
CY
83992006-06-15 Chong Yidong <cyd@stupidchicken.com>
8400
8401 * mail/sendmail.el (mail-send): Search explicitly for
8402 mail-header-separator when checking for corrupted header lines.
8403
e86a3316
NR
84042006-06-15 Nick Roberts <nickrob@snap.net.nz>
8405
8406 * progmodes/gdb-ui.el (gdb-same-frame): New option.
8407 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8408 (gdb-init-1): Initialise them.
8409 (gdb-starting): Reset gdb-printing
8410 (gdb-starting): Save value of gud-overlay-arrow-position.
8411 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8412 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8413 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8414 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8415
608f2671
SM
84162006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8417
8418 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8419
90557512
CY
84202006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
8421
8422 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8423 (ldap-search-internal): Keep error messages, and a regexp fix.
8424
15a8ea0c
TTN
84252006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
8426
8427 * files.el (hack-local-variables-confirm):
8428 Display string value using its printed representation.
8429
6b519504
CY
84302006-06-11 Chong Yidong <cyd@stupidchicken.com>
8431
8432 * server.el (server-edit): No-op if no server buffers exist.
8433
11f89289
RC
84342006-06-11 Robert J. Chassell <bob@rattlesnake.com>
8435
608f2671 8436 * textmodes/page-ext.el (pages-directory-for-addresses):
11f89289
RC
8437 Including `pages-directory-address-mode' in the function results
8438 in the message "Buffer in which pages were found is deleted".
8439
23643307
CD
84402006-06-10 Carsten Dominik <dominik@science.uva.nl>
8441
0625ded0 8442 * textmodes/org.el (org-agenda-mode-map): Add bindings for
7225c342 8443 clocking functions.
11f89289 8444
23643307
CD
8445 (org-agenda-clock-in, org-check-running-clock)
8446 (org-clock-out-if-current, org-remove-clock-overlays)
8447 (org-put-clock-overlay): New functions.
8448 (org-clock-marker, org-clock-file-total-minutes)
7225c342 8449 (org-clock-overlays): New variables.
23643307
CD
8450 (org-clock-display, org-clock-sum, org-clock-cancel)
8451 (org-clock-out, org-clock-in): New commands.
8452 (org-export): New function.
8453 (org-emph-re): New constant.
8454 (org-set-emph-re, org-do-emphasis-faces): New functions.
8455 (org-emphasis-regexp-components, org-emphasis-alist): New options.
8456 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
7225c342 8457 (org-export-html-convert-emphasize): Use the configurable emphasis.
23643307
CD
8458 (org-cleaned-string-for-export): Make multiline emphasis visible
8459 to the exporter. New optional argument PARAMETERS.
8460 (org-export-as-html): Specify :emph-multiline parameter to
8461 `org-cleaned-string-for-export'.
8462
9e362b84
RS
84632006-06-10 Richard Stallman <rms@gnu.org>
8464
8465 * help.el (help-for-help-internal): Clean up help text.
8466
ddfca4e6
AS
84672006-06-10 Andreas Schwab <schwab@suse.de>
8468
8469 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8470 in doc string.
8471
9d3ba24c
AS
8472 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8473
7cb93181
EZ
84742006-06-09 Karl Chen <quarl@cs.berkeley.edu>
8475
8476 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8477 spaces after the comment start.
8478
36ac5ea5
KS
84792006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8480
f47adf18
TTN
8481 * play/pong.el (pong-init-buffer):
8482 Fill buffer with spaces instead of ^A.
8483
36ac5ea5
KS
8484 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8485 launched asynchronously, delete its process instead of being cool.
8486 (ispell-async-processp): Check for `delete-process' existence
8487 instead of `kill-process' one for consistency.
8488
f9ff5ee1
NR
84892006-06-09 Nick Roberts <nickrob@snap.net.nz>
8490
8491 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8492 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8493 in mode line at startup.
8494
f17f26a1
KS
84952006-06-08 Kim F. Storm <storm@cua.dk>
8496
8497 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8498 (ido-init-completion-maps): Bind them to M-SPC and M-v.
d25203fd 8499 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
532a001d 8500 (ido-file-internal): Pass full file name to write-file.
e819ce9e
KS
8501 (ido-read-internal): Only pop stack elements automatically if they
8502 actually match an existing directory or file name.
f17f26a1 8503
8dec0e01
KH
85042006-06-07 Kenichi Handa <handa@m17n.org>
8505
8506 * international/mule.el (find-auto-coding): Don't handle the short
8507 name `char-trans'.
8508
8509 * files.el (hack-local-variables-prop-line)
8510 (hack-local-variables): Cancel the previous change.
8511
79f28143
JH
85122006-06-06 Jesper Harder <harder@phys.au.dk>
8513
608f2671 8514 * ediff-diff.el (ediff-test-utility): Protect against file-error.
79f28143 8515
53dd481c
CY
85162006-06-06 Chong Yidong <cyd@stupidchicken.com>
8517
8518 * diff-mode.el (diff-mode): Set buffer-read-only to t when
ce0d4998 8519 diff-default-read-only is non-nil.
dd24cb37
CY
8520 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
8521 (diff-refine-hunk): Set inhibit-read-only to t.
53dd481c
CY
8522
8523 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
8524 modifying the *Diff* buffer.
8525 (diff-process-filter): New filter function for diff process that
8526 sets inhibit-read-only to t when modifying the *Diff* buffer.
8527
98a53802
CD
85282006-06-06 Carsten Dominik <dominik@science.uva.nl>
8529
0625ded0 8530 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
98a53802
CD
8531 insertion point and control the number of empty lines.
8532 (org-paste-subtree): Limit the number of empty lines at the end of
8533 the inserted tree.
8534 (org-agenda): Use buffer name of current file for narrowing.
8535 (org-export-as-xml): Command removed.
8536 (org-export-xml-type): Option removed.
8537 (org-mode-map): Call `org-export-as-xoxo' directly.
8538 (org-get-indentation): New optional argument LINE.
8539 (org-fix-indentation, org-remove-tabs): New functions.
8540 (org-export-as-ascii, org-ascii-level-start): Determine and apply
8541 correct indentation for headlines that are converted it items.
8542 (org-skip-comments): Remove table lines that contain narrowing
8543 cookies but no other non-empty fields.
8544 (org-set-tags): Allow groups of mutually exclusive tags.
8545 (org-cmp-time): Sort 24:21 before items without time.
608f2671 8546 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
98a53802
CD
8547 (org-open-at-point): Require double colon also for numbers.
8548
92f0c93d
KS
85492006-06-06 Kim F. Storm <storm@cua.dk>
8550
8551 * ido.el (ido-default-file-method, ido-default-buffer-method):
8552 Make choice values consistent with corresponding command names.
8553 (ido-visit-buffer): Update accordingly. Default to selected-window.
8554
876bd6e4
NR
85552006-06-06 Nick Roberts <nickrob@snap.net.nz>
8556
8557 * progmodes/gud.el (gud-running): Fix doc string.
8558 (gud-menu-map): Use :visible instead fo :enable for debugger test.
8559 (gud-tooltip-modes): Add python-mode.
8560 (gud-tooltip-print-command): Add pdb. Remove perldb.
8561
3152b1eb
EZ
85622006-06-05 Eli Zaretskii <eliz@gnu.org>
8563
92f0c93d
KS
8564 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
8565 Quote $(EMACS).
3152b1eb 8566
43c58260
RS
85672006-06-05 Richard Stallman <rms@gnu.org>
8568
8569 * faces.el (defined-colors): Doc fix.
8570
58ce5535
TTN
85712006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
8572
92f0c93d
KS
8573 * vc.el (vc-process-filter): Inhibit undo info collection around
8574 call to insert.
58ce5535
TTN
8575 (vc-setup-buffer): Likewise for call to erase-buffer.
8576 (vc-do-command): Likewise for call to process-file.
8577
623c14d3
NR
85782006-06-05 Nick Roberts <nickrob@snap.net.nz>
8579
8580 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
8581 for gud-go.
8582 (gud-common-init): Other debuggers may trigger error.
8583
f090034b
KH
85842006-06-05 Kenichi Handa <handa@m17n.org>
8585
608f2671
SM
8586 * international/mule.el (find-auto-coding):
8587 Handle enable-character-translation in file header.
f090034b 8588
32a877bb
KS
85892006-06-04 Kim F. Storm <storm@cua.dk>
8590
34c614a8
KS
8591 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
8592 (authors-fixed-entries): Fix spelling.
8593 (authors-canonical-file-name): Don't report error for wildcards.
8594
32a877bb 8595 * help.el (view-emacs-news): Rewrite to support new NEWS,
ce0d4998 8596 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
32a877bb 8597 e.g. version 10 matches 1.10, and don't be confused by version 1.1
ce0d4998 8598 being a prefix of 1.12 (etc). A numeric prefix arg also works.
32a877bb 8599
af6aef87 86002006-06-03 Vivek Dasmohapatra <vivek@etla.org>
6d39902f
EZ
8601
8602 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
8603 exec constructs like `foo bar`.
8604 (sh-quoted-subshell): New helper function to search for a possibly
8605 nested subshell (like `` or $()) within a "" quoted string.
8606 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
8607 (sh-apply-quoted-subshell): Flag quote characters inside a
8608 subshell, which is itself already in a quoted region, as
8609 punctuation, since this is the closest to what they actually are.
8610 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
8611 sh-apply-quoted-subshell.
8612 (sh-font-lock-syntactic-face-function): Apply the new face for
8613 text inside `` instead of the old font-lock-string-face.
8614
fabcf455
YM
86152006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8616
8617 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
8618 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
8619 (mac-bytes-to-text-range, mac-ae-text-range-array)
8620 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
8621 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
63fbb644 8622 (mac-ts-unicode-for-key-event): New functions.
fabcf455
YM
8623 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
8624 (mac-handle-font-selection): Use mac-ae-number.
8625 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
8626 New variables.
8627 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
8628 (mac-ts-converted-text, mac-ts-selected-converted-text)
8629 (mac-ts-block-fill-text, mac-ts-outline-text)
8630 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
8631 (mac-ts-hilite-style-faces): New constant.
8632 (mac-apple-event-map): Bind text input events.
8633 (mac-dispatch-apple-event): Use command-execute instead of
8634 call-interactively.
8635 (global-map): Don't bind mac-apple-event.
8636 (special-event-map): Bind mac-apple-event.
8637
3d80c941
EZ
86382006-06-02 Eli Zaretskii <eliz@gnu.org>
8639
8640 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
8641 file name.
8642 (emacs): Enclose the value of $(EMACS) in quotes.
8643
2e17852c
JL
86442006-06-02 Juri Linkov <juri@jurta.org>
8645
8646 * international/mule.el (sgml-html-meta-auto-coding-function):
8647 Remove the condition `(search-forward "<html" size t)'.
8648 Replace `\"' with `[\"']?' in `re-search-forward'.
8649
62e51d53
KH
86502006-06-02 Kenichi Handa <handa@m17n.org>
8651
8652 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
8653 as well as `coding'.
8654 (hack-local-variables): Likewise.
8655
608f2671
SM
8656 * international/mule.el (enable-character-translation):
8657 Put permanent-local and safe-local-variable properties.
62e51d53
KH
8658 (find-auto-coding): Handle char-trans: tag.
8659
605e71f1
KH
86602006-06-02 Juri Linkov <juri@jurta.org>
8661
8662 * international/mule.el (sgml-html-meta-auto-coding-function):
8663 Limit the search by the end of the HTML header (if any).
8664
08a61c99
RS
86652006-06-01 Richard Stallman <rms@gnu.org>
8666
8667 * subr.el (with-current-buffer): Doc fix.
8668
eb3d9609
MY
86692006-06-02 Masatake YAMATO <jet@gyve.org>
8670
06c7827a 8671 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
0625ded0 8672 Almost rewrite. Underlines over all lines of gcov output are too
eb3d9609
MY
8673 uncomfortable to read. Suggested by Dan Nicolaescu.
8674
90d40a35
LT
86752006-06-01 Luc Teirlinck <teirllm@auburn.edu>
8676
8677 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
8678
8679 * shell.el (shell-mode): Use shell-mode-map in docstring.
8680
8681 * comint.el (comint-send-input): Do not add help-echo and
8682 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
8683
4054794d
JD
86842006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8685
8686 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
8687
e223ede9
NR
86882006-06-01 Nick Roberts <nickrob@snap.net.nz>
8689
8690 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
8691 (gdb-stopped, gdb-info-stack-custom): If there is no source info
8692 look up the stack and pop up GUD buffer if necessary.
8693 (gdb-frames-select): Remove redundant call to gud-display-frame.
8694 (gdb-info-threads-custom): Keep point at start of buffer.
8695 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
8696
81c6e791
JL
86972006-05-31 Juri Linkov <juri@jurta.org>
8698
8699 * replace.el (query-replace-read-from, query-replace-read-to):
8700 Bind `history-add-new-input' to nil. Call `add-to-history'.
8701
360fecca
KS
87022006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
8703
8704 * textmodes/table.el: Convert all HTML tags to lower case for
8705 XHTML compatibility.
8706
206e215e
MY
87072006-05-31 Masatake YAMATO <jet@gyve.org>
8708
8ba7e540
KS
8709 * progmodes/compile.el:
8710 (compilation-error-regexp-alist-alist::gcov-called-line):
8711 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
206e215e 8712
318474dc
NR
87132006-05-31 Nick Roberts <nickrob@snap.net.nz>
8714
8ba7e540 8715 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
0625ded0 8716 Revert inadvertent changes made with last commit.
318474dc 8717
2809db33
RS
87182006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
8719
8ba7e540
KS
8720 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
8721 New functions.
2809db33
RS
8722
8723 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
8724
c39d5865
CD
87252006-05-30 Carsten Dominik <dominik@science.uva.nl>
8726
0625ded0 8727 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
8ba7e540 8728 only matches in the right place.
c39d5865
CD
8729 (org-upcoming-deadline): New face.
8730 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
8ba7e540
KS
8731 (org-export-ascii-underline): Rename constant `org-ascii-underline'
8732 and make it an option.
c39d5865
CD
8733 (org-export-ascii-bullets): New option.
8734 (org-export-as-html): Many changes to emit valid XHTML.
8735 (org-par-open): New variable.
955951b8 8736 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
ce0d4998 8737 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
8ba7e540 8738 (org-timeline): Pass `org-timeline-show-empty-dates' to
0625ded0
JB
8739 `org-get-all-dates'. Interpret empty dates returned by
8740 `org-get-all-dates'.
c39d5865
CD
8741 (org-get-all-dates): New argument EMPTY. Add dates without
8742 entries to the list, mark large ranges of empty dates.
8743 (org-point-in-group, org-context): New functions.
8744
1b751989
NR
87452006-05-30 Nick Roberts <nickrob@snap.net.nz>
8746
89f0e7cc
NR
8747 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
8748
1b751989
NR
8749 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
8750 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
8751 to C-mouse-3 (for 2 button mice).
8752 (gdb-send): Do the right thing for C-d.
8753
8754 * speedbar.el (speedbar-detach): Delete.
8755 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
8756 it breaks things.
8ba7e540 8757 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1b751989 8758
d14fd70c
DP
87592006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
8760
8761 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
8762 Makeppfile.
8763
8ba7e540
KS
8764 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8765 Add makepp diagnostic.
d14fd70c 8766
39be728a
RS
87672006-05-29 Richard Stallman <rms@gnu.org>
8768
963128f3
RS
8769 * window.el (fit-window-to-buffer): Doc fix.
8770
90e357ae
RS
8771 * help.el (temp-buffer-max-height): Doc fix.
8772
39be728a
RS
8773 * subr.el (with-current-buffer): Doc fix.
8774
e380957e
JD
87752006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8776
39be728a 8777 * term/x-win.el: Bind F10 to menu-bar-start if available.
e380957e 8778
c57597dd
DN
87792006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
8780
8781 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
8782 uses with a simple test.
8783 (term-set-escape-char, term-mode, term-check-kill-echo-list)
8784 (term-send-raw-string, term-send-raw, term-mouse-paste)
8785 (term-char-mode, term-line-mode, term-exec, term-sentinel)
8786 (term-handle-exit, term-read-input-ring)
8787 (term-previous-matching-input-string)
8788 (term-previous-matching-input-string-position)
8789 (term-previous-matching-input-from-input)
8790 (term-replace-by-expanded-history, term-send-input)
8791 (term-skip-prompt, term-bol, term-send-invisible)
8792 (term-kill-input, term-delchar-or-maybe-eof)
8793 (term-backward-matching-input, term-check-source)
8794 (term-proc-query, term-emulate-terminal)
8795 (term-handle-colors-array, term-process-pager, term-pager-line)
8796 (term-pager-bob, term-unwrap-line, term-word)
8797 (term-dynamic-complete-filename)
8798 (term-dynamic-complete-as-filename)
8799 (term-dynamic-simple-complete): Replace one arm ifs with whens or
8800 unlesses.
8801
bb7a346f
SM
88022006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8803
b486a098
SM
8804 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
8805 during bootstrapping.
8806
bb7a346f
SM
8807 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
8808 Basically undo the change of 2006-05-26: use extra arguments instead of
8809 dynamic scoping.
8810 (ewoc-locate): Remove unused var `footer'.
8811
7a0574f3
SM
88122006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8813
7ece7aba
SM
8814 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
8815
b17b8839
SM
8816 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
8817 (generate-file-autoloads): Obey it. Return whether autoloads were
8818 added at point or not.
8819 (update-file-autoloads): Use this new return value.
8820 Remove redundant test for the presence of an autoload cookie.
8821
69135525
SM
8822 * emacs-lisp/autoload.el (autoload-find-file): New fun.
8823 This one calls hack-local-variables.
8824 (generate-file-autoloads, update-file-autoloads): Use it.
8825
7a0574f3
SM
8826 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
8827 (bibtex-sort-entry-class): Add safe-local-variable predicate.
8828 (bibtex-sort-entry-class-alist): Don't set the global value.
8829 (bibtex-init-sort-entry-class-alist): New fun.
8830 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
8831 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
8832 of bibtex-init-sort-entry-class.
8833
0985f920
RS
88342006-05-28 Richard Stallman <rms@gnu.org>
8835
8836 * subr.el (load-history-regexp): If FILE is relative, insist
8837 entire last name component must match it.
8838 (load-history-filename-element, load-history-regexp): Doc fixes.
8839
6c6e0bb4
KS
88402006-05-29 Kim F. Storm <storm@cua.dk>
8841
7a0574f3 8842 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
6c6e0bb4
KS
8843 `pos' and `raw-data' for clarity, as eval forms may access these.
8844
f3d50954
KS
88452006-05-28 Kim F. Storm <storm@cua.dk>
8846
8847 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
8848
c5301b5c
SM
88492006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8850
8851 * progmodes/make-mode.el (makefile-browser-map)
8852 (makefile-mode-syntax-table): Move initialization inside declaration.
8853 (makefile-fill-paragraph): Use the default comment-filling code.
8854
6b59b130
CY
88552006-05-28 Chong Yidong <cyd@stupidchicken.com>
8856
8857 * replace.el (query-replace-defaults): New variable.
8858 (query-replace-read-from): Use `query-replace-defaults' for
8859 default value, instead of history list.
8860 (query-replace-read-to): Update `query-replace-defaults'.
8861
122e29de
CY
88622006-05-27 Chong Yidong <cyd@stupidchicken.com>
8863
8864 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
8865 with no X toolkit.
8866
27e53d7c
NR
88672006-05-28 Nick Roberts <nickrob@snap.net.nz>
8868
8869 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
8870 (tumme-show-all-from-dir): Add autoload.
8871
e1d3541a
MD
88722006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
8873
8874 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9c2d888b 8875 (tumme-remove-tag): Fix bug.
e1d3541a 8876
f860b721
TTN
88772006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8878
27e53d7c
NR
8879 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
8880 FOOTER args. Update unique caller.
ec491f90 8881 (ewoc-delete): Compute last node once before looping.
63910b23 8882 (ewoc--node-branch): Merge into unique caller.
27e53d7c
NR
8883 (ewoc--node): Don't define constructor make-ewoc--node for this
8884 structure.
8885 (ewoc): Add member `hf-pp' to this structure.
096432af
TTN
8886 (ewoc--wrap): New func.
8887 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
8888 header/footer pretty-printers. Save header/footer pretty-printer.
27e53d7c
NR
8889 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
8890
096432af
TTN
8891 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
8892
9318bb97
MD
88932006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
8894
eb9e5cd1 8895 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
27e53d7c 8896 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
81bfcbaa 8897 Tag'. Change "Compare directories..." to "Change Directories...".
27e53d7c
NR
8898 Move tumme commands to Operate, Regexp and Immediate menus.
8899 Change "Add Comment" to "Add Image Comment". Change "Add Image
8900 Tag" to "Add Image Tags".
c5301b5c 8901
eb9e5cd1
MD
8902 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
8903 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
8904 `tumme-delete-tag'.
8905
48661861
LT
89062006-05-26 Luc Teirlinck <teirllm@auburn.edu>
8907
8908 * shell.el (shell-mode): Call shell-dirtrack-mode after
8909 list-buffers-directory is made a local variable, to avoid setting
8910 the default value.
8911
18ed6a46
EZ
89122006-05-26 Kevin Ryde <user42@zip.com.au>
8913
8914 * info.el (Info-index-next): Use where-is-internal to report
8915 actual binding of Info-index-next, rather than hard-coded `,'.
8916
0f7078f0
EZ
89172006-05-26 Eli Zaretskii <eliz@gnu.org>
8918
3d0793e4
EZ
8919 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
8920 and "Find Command in Manual" to here.
8921
0f7078f0
EZ
8922 * buff-menu.el (list-buffers-noselect): For Info buffers, use
8923 Info-current-file as the file name.
8924
bd93e3e1
JY
89252006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
8926
8927 * ses.el (defadvice undo-more): Delete this defadvice. The undo
8928 overrides will now be done a different way.
8929 (ses-set-parameter): Reapply this function for undo.
8930 (ses-set-header-row): Reconstruct header row during undo.
8931 (ses-widen): New function.
8932 (ses-goto-data, ses-reconstruct-all): Use new function.
8933 (ses-command-hook): Widen buffer during undo, before unupdating
8934 the cells.
8935 (ses-insert-row, ses-delete-row): Widen buffer during undo.
8936 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
8937 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
8938 formula hasn't been executed yet.
8939
a8dc674f
RS
89402006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
8941
b486a098
SM
8942 * comint.el (comint-kill-whole-line): Rename arg to count.
8943 Fix doc string.
a8dc674f 8944
920e95c0
CY
89452006-05-26 Chong Yidong <cyd@stupidchicken.com>
8946
8947 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
8948 to copy-file.
8949
b3228584
RS
89502006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
8951
8952 * simple.el (toggle-truncate-lines): Make arg optional for
8953 backward compatibility.
8954
7dd2e64c
TTN
89552006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
8956
8957 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
8958 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
8959 DLL arg. Instead, use ewoc--current-dll. Update all callers.
8960 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
8961 (ewoc--adjust): Use ewoc--current-dll.
8962 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
8963
9fd47373
CD
89642006-05-26 Carsten Dominik <dominik@science.uva.nl>
8965
0625ded0 8966 * textmodes/org.el (org-next-item, org-previous-item): Emit more
9fd47373
CD
8967 compact error message.
8968 (org-tags-view): Refresh category table in each file.
b486a098 8969 (org-table-justify-field-maybe): Remove superfluous arguments to
9fd47373
CD
8970 `format'.
8971 (org-export-as-html): Insert "<p>" before postamble.
b486a098 8972 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9fd47373 8973
f1c582b4
KH
89742006-05-26 Kenichi Handa <handa@m17n.org>
8975
8976 * textmodes/po.el (po-find-charset): Pay attention to the case
8977 FILENAME is a cons (NAME . BUFFER).
8978 (po-find-file-coding-system-guts): Likewise.
8979
b486a098
SM
8980 * arc-mode.el (archive-set-buffer-as-visiting-file):
8981 Call find-operation-coding-system with (FILENAME . BUFFER).
f1c582b4
KH
8982
8983 * tar-mode.el (tar-extract): Call find-operation-coding-system
8984 with (FILENAME . BUFFER).
8985
b486a098
SM
8986 * international/mule.el (decode-coding-inserted-region):
8987 Call find-operation-coding-system with (FILENAME . BUFFER).
f1c582b4 8988
4d687160
CY
89892006-05-25 Chong Yidong <cyd@stupidchicken.com>
8990
8991 * image-mode.el (image-toggle-display): Use buffer contents to
8992 generate image for a remote file.
8993
92aa92fa
JL
89942006-05-25 Juri Linkov <juri@jurta.org>
8995
8996 * replace.el (query-replace-read-from, query-replace-read-to):
8997 Remove 8th arg KEEP-ALL in read-from-minibuffer.
8998
9c524754 89992006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
b486a098
SM
9000
9001 * whitespace.el (whitespace-cleanup): Change to cleanup
9002 region if one is active.
9003 * whitespace.el (whitespace-cleanup-internal): New internal method.
f473c8d5 9004
36938994
MD
90052006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9006
0a33fc8d 9007 * dired.el (dired-mode-map): Add help-echo strings to tumme
27e53d7c 9008 commands. Bind `tumme-dired-display-image' to C-t i.
0a33fc8d 9009
b486a098 9010 * tumme.el (tumme-display-image): Change documentation string slightly.
b76b3535 9011 (tumme-dired-display-image): Add call to `display-buffer'.
776e9e34 9012
78b3f5c3
TTN
90132006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9014
9015 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9016 Signal error if RAW-DATA is a multibyte string.
9017
870560eb
RS
90182006-05-24 Richard Stallman <rms@gnu.org>
9019
113fe928
RS
9020 * subr.el (with-local-quit): When handling `quit' signal,
9021 make a chance for quit-flag to cause a quit.
9022
379ba58e
RS
9023 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9024 (ad-disable-advice): Add autoloads.
9025
870560eb
RS
9026 * subr.el (read-passwd): Copy PROMPT before changing its properties.
9027
36938994
MD
90282006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9029
b76b3535 9030 * dired.el (dired-mode-map): Change menu items for tumme as per
36938994
MD
9031 suggestions in emacs-devel.
9032
90332006-05-25 Nick Roberts <nickrob@snap.net.nz>
9034
9035 * dired.el (dired-mode-map): Fix breakage.
9036
1797b033
MD
90372006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9038
b76b3535
NR
9039 * tumme.el (tumme-display-dired-image): Rename to...
9040 (tumme-dired-display-image): ...this.
9041 (tumme-track-movement): Change default value to t.
9042 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1797b033 9043 used from `tumme-next-line-and-display' and similar commands.
36938994 9044
b76b3535
NR
9045 * dired.el (dired-mode-map): Add Thumbnail submenu under the
9046 Immediate menu. Add some tumme commands there.
93825802 9047
24b0232f
LT
90482006-05-24 Luc Teirlinck <teirllm@auburn.edu>
9049
9050 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9051
ad9f6125
CY
90522006-05-24 Chong Yidong <cyd@mit.edu>
9053
9054 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9055 menu entries that open submenus.
9056
ac9f37df
AM
90572006-05-24 Alan Mackenzie <acm@muc.de>
9058
9059 * startup.el (command-line): For names of preloaded files, don't
9060 append ".elc" (now done in Fload), and call file-truename on the
9061 lisp directory.
9062
9063 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
9064 match ANY loaded file with the right name, not just those in
9065 load-path. Put a regexp matching the file name into
9066 after-load-alist, rather than the name itself.
9067
14d1edc0
JB
9068 * subr.el (load-history-regexp, load-history-filename-element)
9069 (do-after-load-evaluation): New functions.
ac9f37df
AM
9070
9071 * international/mule.el (load-with-code-conversion): Do the
9072 eval-after-load stuff by calling do-after-load-evaluation.
9073
a62c3993
NR
90742006-05-25 Nick Roberts <nickrob@snap.net.nz>
9075
9076 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9077 has not been killed.
9078
e4dff88d
YM
90792006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9080
9081 * term/mac-win.el: Set idle timer to clean up expired Apple events.
9082 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9083 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9084 Optionally set error message in reply.
9085
e8166ad7
CD
90862006-05-24 Carsten Dominik <dominik@science.uva.nl>
9087
0625ded0 9088 * textmodes/org.el (org-open-at-point): Use renamed variable
e8166ad7 9089 `org-confirm-shell-link-function'.
b486a098 9090 (org-confirm-shell-link-function): Rename from
e8166ad7
CD
9091 `org-confirm-shell-links'.
9092 (org-export-directory): New function.
9093 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9094 (org-export-icalendar): Use `org-export-directory'.
9095 (org-indent-item): Keep cursor position.
9096 (org-link-file-path-type): New option.
b486a098 9097 (org-export-as-html): Fix bug with plain lists starting in
e8166ad7 9098 column 0.
b486a098 9099 (org-export-as-html): Remove deadline formatting, this happens
e8166ad7
CD
9100 now already in `org-html-handle-time-stamps'.
9101 (org-export-html-style): Deadline class removed.
9102 (org-insert-labeled-timestamps-at-point): New option.
9103 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9104 of `hide-sublevels 1', in case the first headline is not level 1.
9105 (org-overview, org-content): New fuction.
9106 (org-cycle-global-status, org-cycle-subtree-status): Make these
9107 variables buffer-local.
9108 (org-global-cycle): New command.
9109 (org-shifttab): Use `org-global-cycle'.
9110 (org-insert-heading, org-insert-item): Go to end of new
9111 headline/item after creating it.
b486a098
SM
9112 (org-export-visible): Rename from `org-export-copy-visible'.
9113 Now creates a temporary org-file and applies an exporting command
9114 to it.
e8166ad7
CD
9115 (org-table-eval-formula): Support for lisp forms.
9116 (org-agenda-todo-ignore-scheduled): New option.
9117 (org-agenda-get-todos): Use new option
9118 `org-agenda-todo-ignore-scheduled'.
9119 (org-export-html-inline-images): New value `maybe'.
b486a098 9120 (org-export-as-html): Inlining of images dependent on link description.
e8166ad7
CD
9121 (org-archive-subtree): Check for end-of-buffer before trying
9122 `kill-line'.
9123 (org-agenda-follow-mode): New option.
9124 (org-export-with-tags, org-export-with-timestamps): New options.
9125 (org-html-handle-time-stamps): New function.
9126 (org-keyword-time-regexp): New variable.
9127 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9128 (org-agenda-todo-list-sublevels): New option.
9129 (org-html-level-start): When TITLE is nil, just close all levels.
b486a098
SM
9130 (org-parse-key-lines, org-parse-export-options): Remove functions,
9131 replaced by `org-infile-export-plist'.
e8166ad7
CD
9132 (org-combine-plists, org-infile-export-plist)
9133 (org-default-export-plist): New functions.
9134 (org-export-html-preamble, org-export-html-postamble)
9135 (org-export-html-auto-preamble, org-export-html-auto-postamble):
9136 New variables.
9137 (org-export-publishing-directory): New option.
9138 (org-export-as-html, org-export-as-ascii): Use the new property
9139 lists for settings.
b486a098
SM
9140 (org-export-copy-visible, org-export-as-xoxo):
9141 Respect `org-export-publishing-directory'.
e8166ad7
CD
9142 (org-link-search, org-store-link, org-file-apps): Support for
9143 links to BibTeX database entries..
b486a098
SM
9144 (org-get-current-options, org-set-regexps-and-options):
9145 Implement logging as a startup option.
e8166ad7
CD
9146 (org-store-link): Make sure context string is never empty
9147 (org-insert-link): Use relative path when possible.
9148 (org-at-item-checklet-p): New function.
9149 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9150 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9151 (org-metaright, org-metaup, org-metadown, org-shiftup)
9152 (org-shiftdown, org-shiftright, org-shiftleft)
9153 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9154 Dispatch using `call-interactively'.
9155 (org-call-with-arg): New defsubst.
9156 (org-tag-alist, org-use-fast-tag-selection): New options.
9157 (org-complete): Use `org-tag-alist'.
9158 (org-fast-tag-insert, org-fast-tag-selection): New functions.
9159 (org-next-item, org-previous-item): New commands.
b486a098 9160 (org-beginning-of-item, org-end-of-item): Add (interactive) to
e8166ad7 9161 make command.
b486a098 9162 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
e8166ad7 9163
f569c26e
TTN
91642006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
9165
9166 * emacs-lisp/ewoc.el (ewoc-delete): New function.
9167 (ewoc-filter): Use `ewoc-delete'.
9168
5f25dc81
TTN
9169 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9170
35731e3b
SM
91712006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9172
8e6ea7a3
SM
9173 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9174 Signal more user-friendly error messages.
9175
35731e3b
SM
9176 * complete.el (PC-do-completion): Undo the addition of implicit
9177 wildcards if they did not lead to finding any match.
9178 (read-file-name-internal): Don't add the final > if the completion is
9179 not finished.
9180
35fdd9a7
RS
91812006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9182
35731e3b
SM
9183 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9184 Quote safe-local-variable predicate.
35fdd9a7 9185
bb8d35a2
TTN
91862006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9187
9188 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9189
21225d8f
RW
91902006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9191
35731e3b 9192 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
bb8d35a2 9193
21225d8f
RW
9194 * progmodes/make-mode.el (makefile-special-targets-list)
9195 (makefile-macro-table, makefile-target-table): Mark as risky.
9196 (makefile-query-one-target-method): Make this the alias for the
9197 following variable.
35731e3b 9198 (makefile-query-one-target-method-function): Make this the real name.
bb8d35a2 9199
21225d8f
RW
9200 * textmodes/artist.el (artist-text-renderer): Make this the alias
9201 for the following variable.
9202 (artist-text-renderer-function): Make this the real name.
9203
9204 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9205 the alias for the following variable.
9206 (flyspell-generic-check-word-predicate): Make this the real name.
9207
9208 * textmodes/ispell.el (ispell-format-word): Make this the alias
9209 for the following variable.
9210 (ispell-format-word-function): Make this the real name.
9211 (ispell-message-text-end): Mark as risky.
9212
9213 * skeleton.el (skeleton-transformation, skeleton-filter)
9214 (skeleton-pair-filter): Make these the aliases for the following
9215 variables.
9216 (skeleton-transformation-function, skeleton-filter-function)
9217 (skeleton-pair-filter-function): Make these the real names.
9218
9219 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9220 and skeleton-pair-filter-function.
9221
9222 * textmodes/sgml-mode.el (sgml-transformation): Make this the
9223 alias for the following variable.
9224 (sgml-transformation-function): Make this the real name.
9225 (sgml-tag-alist): Mark as risky.
9226
214a3db0
RS
92272006-05-21 Richard Stallman <rms@gnu.org>
9228
9229 * simple.el (kill-region): Interactively, pass point, then mark.
9230
3fe35897
TTN
92312006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9232
9233 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9234
c51ec744
RF
92352006-05-21 Romain Francoise <romain@orebokech.com>
9236
9237 * dired-x.el (dired-mode-map): Don't bind M-g.
9238
6f5c4cc9
RS
92392006-05-20 Richard Stallman <rms@gnu.org>
9240
9241 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9242 (dired-goto-file): Doc fix.
9243
f2154114
KS
92442006-05-21 Kim F. Storm <storm@cua.dk>
9245
5748161e
KS
9246 * emulation/cua-base.el: Mention customizing cua-mode as alternative
9247 way to enable built-in cua-mode if user loads older CUA-mode package.
9248
f2154114
KS
9249 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9250 if default-filename is specified.
9251
59ad6ae5
EZ
92522006-05-20 Eli Zaretskii <eliz@gnu.org>
9253
372ef0ab
EZ
9254 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9255
59ad6ae5 9256 * info.el (info-apropos): Make sure current-file and current-node
424567e3 9257 have non-nil values. Speed up by using add-to-list instead of
f2154114 9258 manual consing.
59ad6ae5 9259
28b257dc 92602006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
16c4412e
EZ
9261
9262 * progmodes/make-mode.el (makefile-mode): Doc fix.
9263
40c50be3
EZ
92642006-05-20 Eli Zaretskii <eliz@gnu.org>
9265
9266 * dired-aux.el (dired-do-shell-command): Doc fix.
9267
8a5e4b3b
EZ
92682006-05-20 Kevin Ryde <user42@zip.com.au>
9269
9270 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9271 ``(custom-manual :tag "Foo" "(foo)Node")''.
9272
664a80e9
EZ
92732006-05-20 Karl Chen <quarl@cs.berkeley.edu>
9274
9275 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9276 value is an integer.
9277
3b96a16d
EZ
92782006-05-20 Eli Zaretskii <eliz@gnu.org>
9279
9280 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9281 "format".
9282 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9283
d689858f
EZ
92842006-05-20 Martin Rudalics <rudalics@gmx.at>
9285
9286 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9287 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9288
237d230e
SM
92892006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9290
9291 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9292 regexp for keywords.
9293
0cd80dfa
YM
92942006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
9295
9296 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9297 replace-regexp-in-string.
9298
9299 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9300 encode, and escape file name on conversion to URL.
9301
93022006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9303
237d230e
SM
9304 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9305 Don't unescape URL.
0cd80dfa
YM
9306 (dnd-get-local-file-name): Unescape URL on conversion to file name.
9307
9308 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9309 on conversion to URLs.
9310
9311 * net/browse-url.el (browse-url-file-url): Encode file name on
9312 conversion to URL.
9313
9314 * term/mac-win.el (mac-ae-open-documents): Escape file name on
9315 conversion to URL.
9316
75e3b957
EZ
93172006-05-19 Eli Zaretskii <eliz@gnu.org>
9318
9319 * progmodes/cc-styles.el (c-style-alist): Doc fix.
9320
689840b9
YM
93212006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9322
9323 * term/mac-win.el (mac-bytes-to-digits): Remove function.
9324 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9325
e6b71a8f
GM
93262006-05-19 Glenn Morris <rgm@gnu.org>
9327
9328 * calendar/diary-lib.el (diary-bahai-date)
9329 (list-bahai-diary-entries, mark-bahai-diary-entries)
9330 (mark-bahai-calendar-date-pattern): Not interactive.
9331 (add-to-diary-list): New optional arg LITERAL. Doc fix.
9332 (diary-entries-list): Change format of 4th element in each entry.
9333 (diary-list-entries): Use add-to-diary-list.
9334 (diary-goto-entry): Handle the case where the buffer visiting the
9335 diary has been killed.
9336 (fancy-diary-display): Add 'locator to button rather than 'marker.
9337 Only generate temp-face when there are marks to apply.
9338 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9339 (diary-fancy-date-pattern): New variable.
9340 (diary-time-regexp): Doc fix.
9341 (diary-anniversary, diary-time): New faces.
9342 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9343 diary-time-regexp. Add font-lock-multiline property where needed.
9344 Use new faces diary-anniversary and diary-time.
9345 (diary-fancy-font-lock-fontify-region-function): New function, to
9346 handle multiline font-lock pattern in fancy diary.
9347 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9348 (diary-font-lock-keywords): Tweak time regexp. Use new face
9349 diary-time.
9350
a161b46d
KH
93512006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
9352
9353 * international/code-pages.el (mik): Table corrected.
9354
a0fa505b
KS
93552006-05-18 Kim F. Storm <storm@cua.dk>
9356
9357 * progmodes/grep.el (grep-find): Don't check grep-find-command
9358 before running command (breaks non-interactive usage).
9359
438dd27d
TTN
93602006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
9361
9362 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9363 (ewoc--insert-new-node): Don't insert trailing newline.
237d230e 9364 Instead, adjust successor nodes's start markers.
438dd27d 9365 (ewoc--refresh-node): Delete all text from current node's start
237d230e 9366 marker to the next one's; adjust successor nodes's start markers.
438dd27d
TTN
9367 (ewoc--create): Doc fixes.
9368 (ewoc--refresh): Don't insert newline.
9369 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
237d230e
SM
9370 * pcvs.el (cvs-make-cvs-buffer):
9371 Specify extra newline for ewoc's header and footer.
438dd27d
TTN
9372 (cvs-update-header): Update initial header recognition.
9373 Append newline to final header and footer values.
9374 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9375
0bcf8735
RS
93762006-05-17 Richard Stallman <rms@gnu.org>
9377
9378 * files.el (file-name-extension): Doc fix.
9379
05327ca9
SM
93802006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9381
9382 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9383 we can explicitly enable/disable rather than toggle.
9384 (shell-mode): Use it.
9385 (shell-cd): Don't try to reproduce what `cd' does.
9386
fb58b23a
KS
93872006-05-17 Kim F. Storm <storm@cua.dk>
9388
05327ca9
SM
9389 * ido.el (ido-read-internal): Use only nondirectory part of
9390 default item.
fb58b23a 9391
8d1bec8d
TTN
93922006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
9393
9394 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9395 (ewoc-nth): Doc fix.
9396
8433d470
TTN
9397 (ewoc-map, ewoc-invalidate): Compute PP before looping.
9398
7893e589
EZ
93992006-05-16 Eli Zaretskii <eliz@gnu.org>
9400
9247c2f2
EZ
9401 * international/mule.el (auto-coding-alist): Add .lha to files
9402 read with no-conversion.
9403
9404 * files.el (auto-mode-alist): Add .lha files to archive file
8d1bec8d 9405 extensions.
9247c2f2 9406
7893e589
EZ
9407 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9408 Convert csize to integer when computing offsets within the
9409 compressed archive file.
9410
b3abe3a5
KS
94112006-05-16 Kim F. Storm <storm@cua.dk>
9412
9413 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9414 with read-from-minibuffer.
9415
0027258d
RS
94162006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9417
b3abe3a5 9418 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
0027258d
RS
9419 (byte-compile-warnings): Fix safe-local-variable property.
9420
64686e6d
RS
94212006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
9422
9423 * allout.el (allout-show-bodies, allout-old-style-prefixes)
9424 (allout-stylish-prefixes, allout-numbered-bullet)
9425 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9426 predicates to qualify `safe-local-variable' property, when
9427 available, else use equivalent lambda.
9428 (allout-current-topic-collapsed-p): Do the right thing regarding
9429 trailing blank lines.
9430
2e8457a0
SM
94312006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9432
9433 * server.el (server-start): Only create a directory if needed.
9434 (server-edit, server-unload-hook): server-start => server-mode.
9435 (kill-emacs-hook): Cleanup upon exit.
9436
4a729d58
SM
94372006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * hexl.el (hexlify-buffer): Encode process arguments manually.
9440
ca9b119b
NR
94412006-05-16 Nick Roberts <nickrob@snap.net.nz>
9442
9443 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9444 call to gdb-tooltip-print.
9445
3f8105a1
RF
94462006-05-15 Romain Francoise <romain@orebokech.com>
9447
9448 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
4a729d58 9449 systems, default to "tar" since those systems probably have GNU tar.
3f8105a1 9450
47c221f7
RF
94512006-05-14 Lars Hansen <larsh@soem.dk>
9452
6c27fdb9 9453 * desktop.el (desktop-missing-file-warning): Fix docstring.
4a729d58 9454 (desktop-restore-file-buffer): Correct question asked on missing file.
6c27fdb9 9455
0f479f06
KS
94562006-05-14 Kim F. Storm <storm@cua.dk>
9457
9458 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9459 Add CUA move property.
9460
e58d8ef5
CY
94612006-05-13 Chong Yidong <cyd@stupidchicken.com>
9462
9463 * custom.el (custom-push-theme): Load the variable before checking
9464 its `standard-value'.
9465
47c221f7 94662006-05-13 Lars Hansen <larsh@soem.dk>
e58d8ef5 9467
9fbcde29
LH
9468 * desktop.el (desktop-save): Use with-temp-buffer.
9469
5d65ecaa
GM
94702006-05-12 Glenn Morris <rgm@gnu.org>
9471
4a729d58
SM
9472 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9473 * calendar/calendar.el (calendar-mode-map):
9474 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
5d65ecaa
GM
9475 * calendar/appt.el (appt-check, appt-make-list): Refer to
9476 diary-view-entries, diary-list-entries, diary-show-all-entries
9477 rather than obsolete aliases.
5d65ecaa 9478
9036363b
CY
94792006-05-12 Chong Yidong <cyd@stupidchicken.com>
9480
9481 * simple.el (line-move-finish): Avoid calling point motion hooks
9482 while processing intangibility.
9483
d041c8c9
DN
94842006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
9485
9486 * term/xterm.el (terminal-init-xterm): Fix typo.
9487
da506f05
RS
94882006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
9489
0625ded0 9490 * allout.el (allout-view-change-hook): Mark as being deprecated,
da506f05
RS
9491 to be replaced by `allout-exposure-change-hook'.
9492 (allout-exposure-change-hook): New, replacing
9493 `allout-view-change-hook'.
9494 (allout-flag-region): Run new hook `allout-exposure-change-hook',
9495 in addition to `allout-view-change-hook'.
47c221f7 9496 (allout-show-bodies, allout-old-style-prefixes)
da506f05
RS
9497 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9498 lambda forms to prevent their showing up in variable help
9499 presentations as inscrutable byte-compiled code.
9500 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9501 Use string-or-null-p to qualify safe-local-variable values.
9502 (allout-reindent-bodies): Use memq to qualify matches against
9503 valid safe-local-variable values. Also, quote the lambda as above.
9504 (allout-use-mode-specific-leader): Add missing candidate-value
9505 symbols, use memq, and quote the lambda.
9506 (allout-overlay-interior-modification-handler): Remove unused
9507 variables `msg' and 'opened'.
9508 (allout-hidden-p): Constrain invisibility consideration to allout's
9509 invisibility spec, disregarding invisibility for other reasons.
9510
e48335de
RS
95112006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
9512
9513 * files.el (version-control): Correct safe values.
9514
340d9945
TTN
95152006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
9516
9517 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
9518
7f0ea399
TTN
9519 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
9520 (ewoc--insert-new-node): New func.
9521 Update callers of deleted funcs to use it, instead.
9522
24557295
GM
95232006-05-11 Glenn Morris <rgm@gnu.org>
9524
9525 * calendar/calendar.el (diary-show-all-entries): Do not refer to
9526 obsolete alias `show-all-diary-entries'.
9527 (make-diary-entry): Not interactive.
9528 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
9529 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9530 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9531 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4a729d58
SM
9532 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9533 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
24557295 9534
c0d3b4da
GM
95352006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9536
9537 * calendar/calendar.el (calendar-french-date-string)
9538 (calendar-mayan-date-string, calendar-chinese-date-string)
9539 (calendar-astro-date-string, calendar-iso-date-string)
9540 (calendar-islamic-date-string, calendar-bahai-date-string)
9541 (calendar-hebrew-date-string, calendar-coptic-date-string)
9542 (calendar-ethiopic-date-string, calendar-persian-date-string):
9543 These functions are not interactive.
9544
942efafa
LT
95452006-05-11 Luc Teirlinck <teirllm@auburn.edu>
9546
9547 * files.el: Balance parentheses.
9548
6fe7b8a4
RS
95492006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
9550
631c8020 9551 * files.el, newcomment.el, outline.el, simple.el,
a30cc07b
JB
9552 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
9553 * progmodes/cc-vars.el, progmodes/compile.el:
4a729d58 9554 Move `safe-local-variable' declarations to the respective files.
631c8020 9555
6fe7b8a4 9556 * help-fns.el (describe-variable): Don't print safe-var if it is
8ba7e540 9557 byte-code. Improve wording as suggested by Luc Teirlinck.
6fe7b8a4 9558
5da4a804
NR
95592006-05-11 Nick Roberts <nickrob@snap.net.nz>
9560
9561 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
942efafa 9562 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
5da4a804
NR
9563 Use a token for pending-triggers to ensure gdb-var-update
9564 gets called once per user input again for pre-GDB 6.4.
9565 (gdb-var-delete): Match on more complex expressions.
942efafa 9566 (gdb-var-list-children-handler, gdb-var-create-handler):
5da4a804
NR
9567 Use a token for consistency.
9568
e3eea843
CD
95692006-05-11 Carsten Dominik <dominik@science.uva.nl>
9570
942efafa 9571 * textmodes/org.el (org-read-date, org-goto-calendar)
4a729d58
SM
9572 (org-agenda-goto-calendar):
9573 Bind `view-calendar-holidays-initially' to nil.
e3eea843 9574
bfbdb5ca
TTN
95752006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9576
9577 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
9578 Update all callers to do it there, instead.
9579
68fdbaf8
GM
95802006-05-10 Glenn Morris <rgm@gnu.org>
9581
9582 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
9583 prefix arg case, to avoid view-diary-entries-initially error.
9584 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9585 (calendar-date-is-legal-p): Handle dates with no day part.
9586
afdf9b26
NR
95872006-05-11 Nick Roberts <nickrob@snap.net.nz>
9588
9589 * comint.el (comint-insert-input): Just make it when
9590 comint-use-prompt regexp is nil (default) and with the mouse.
9591 (comint-copy-old-input): Reinstate from 2004-06-23.
9592 (comint-mode-map): Bind C-c C-m to it.
9593
169f0971
S
95942006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
9595
9596 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
9597 Remove spurious move to point-max (new comint behavior fixes).
9598
9599 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
9600 compatibility function (Emacs 18/19).
9601 (idlwave-is-continuation-line): Always return point at start of
bfbdb5ca 9602 previous non-blank continuation line.
43621386 9603 (keyword-parameters): Fix continued comment font-lock matcher.
169f0971
S
9604 (idlwave-font-lock-fontify-region): Written, use as
9605 font-lock-fontify-region-function, to fix continued keyword
9606 fontification issues.
9607
dec94049
YM
96082006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9609
9610 * term/mac-win.el (mac-font-panel-mode): Doc fix.
9611 (mac-service-selection, mac-service-open-file)
9612 (mac-service-open-selection, mac-service-mail-selection)
9613 (mac-service-mail-to, mac-service-insert-text): Rename from
9614 mac-services-*. All uses changed.
9615 (mac-apple-event-map): Rename event symbol `services' to `service'.
9616
2c246c9f
TTN
96172006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
9618
9619 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
9620 (ewoc--node-enter-first, ewoc--node-enter-last)
9621 (ewoc--delete-node-internal): Merge funcs into unique callers.
9622
ca75c9a2
CY
96232006-05-09 Chong Yidong <cyd@stupidchicken.com>
9624
9625 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
9626 return value of read-from-minibuffer for empty input.
9627
9a4d87c8
MB
96282006-05-09 Miles Bader <miles@gnu.org>
9629
9630 * comint.el (comint-insert-input): Remove redundant calls to setq
9631 and goto-char.
9632
e0c6ac60
NR
96332006-05-10 Nick Roberts <nickrob@snap.net.nz>
9634
9635 * comint.el (comint-insert-input): Make it work when
9636 comint-use-prompt-regexp is t.
9637
96382006-05-10 Miles Bader <miles@gnu.org>
9639
1627b55f 9640 * subr.el (field-at-pos): New function.
e0c6ac60
NR
9641
9642 * comint.el (comint-insert-input): Use it.
9643
fb9d59d8
JL
96442006-05-09 Juri Linkov <juri@jurta.org>
9645
9646 * battery.el (battery-linux-proc-acpi): Also try
9647 `/proc/acpi/thermal_zone/THR2/temperature'.
9648
9649 * files.el <safe-local-variable>: Remove `eval' and `let' binding
9650 for now unused lambda `string-or-null'.
9651
9652 * add-log.el (change-log-default-name): Put `string-or-null-p'
9653 instead of lambda on `safe-local-variable' property.
9654
9655 * diff-mode.el (diff-context->unified): Use `region-beginning' and
9656 `region-end' instead of `mark' and `point'.
9657 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
9658 Operate on region in Transient Mark mode when the mark is active.
9659 Use `region-beginning' and `region-end' instead of `mark' and
9660 `point'.
9661 (diff-hunk-text, diff-goto-source): Doc fix.
9662
9663 * startup.el (fancy-splash-screens, normal-splash-screen): Use
9664 face `mode-line-buffer-id' for mode-line buffer face instead of
9665 hard-coded `(:weight bold)'.
9666
9667 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
9668 buffer-undo-list to t (undo-ask is reproducible by visiting
9669 nested archives).
9670
8ebb843c
KS
96712006-05-09 Kim F. Storm <storm@cua.dk>
9672
9673 * progmodes/grep.el (rgrep): Set default directory of *grep*
9674 buffer if we start M-x rgrep in the *grep* buffer and choose
9675 a different base directory.
9676
b5bbf8f2
MA
96772006-05-09 Michael Albinus <michael.albinus@gmx.de>
9678
9679 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
9680 completion also when ido is loaded.
9681
8c8b1164
MY
96822006-05-09 Masatake YAMATO <jet@gyve.org>
9683
9684 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
9685 "warning" and "import".
9686 (cpp-font-lock-keywords): Added "warning".
9687
a07d147e
DN
96882006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
9689
9690 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9691
44a50ffd
SM
96922006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
9695 pages at a time, if we signal the end, we should indeed reach that end.
9696
96972006-05-08 David Reitter <david.reitter@gmail.com>
9698
9699 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
9700 output during execution of the body.
9701
f615f3a6
KS
97022006-05-08 Kim F. Storm <storm@cua.dk>
9703
9704 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
9705
b1c36c0f
TTN
97062006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
9707
9708 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
9709 Use with-current-buffer.
9710
ed7e6c32
KS
97112006-05-07 Kim F. Storm <storm@cua.dk>
9712
9713 * subr.el (add-to-history): Remove keep-dups arg.
9714
9715 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
9716 to nil around call to add-to-history.
9717
ad8a840d
SM
97182006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9719
9720 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
9721 than after a buffer modification.
9722
86c4b9a1
NR
97232006-05-08 Nick Roberts <nickrob@snap.net.nz>
9724
9725 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
9726 call to...
9727 (gud-watch): ...here so speedbar is raised for already watched
9728 expressions.
9729 (gdb-speedbar-refresh): Delete function.
9730 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
9731 Use speedbar-timer-fn instead of speedbar-refresh (reverting
9732 earlier change).
ad8a840d
SM
9733 (gdb-var-evaluate-expression-handler)
9734 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
86c4b9a1
NR
9735
9736 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
9737 Update localized contents for all buffers except ignored modes.
9738
cc9945f2
YM
97392006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9740
9741 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
9742 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
9743 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
9744 (mac-handle-font-panel-closed, mac-handle-font-selection):
9745 New functions.
9746 (mac-font-panel-mode): New minor mode.
9747 (mac-apple-event-map): Add bindings for toolbar toggle button and
9748 font panel.
9749 (menu-bar-showhide-menu): Add mac-font-panel-mode.
9750
fe99056f
JPW
97512006-05-07 John Paul Wallington <jpw@pobox.com>
9752
ad8a840d
SM
9753 * ibuffer.el (ibuffer-compressed-file-name-regexp):
9754 Avoid `regexp-opt'; simplify regexp for readability.
fe99056f 9755
40fdc20b
EZ
97562006-05-06 Eli Zaretskii <eliz@gnu.org>
9757
ad8a840d
SM
9758 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
9759 * files.el (buffer-stale-function):
9760 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
40fdc20b
EZ
9761 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
9762 links to the main manual, not to emacs-xtra.
9763
41f7a85e
YM
97642006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9765
0625ded0 9766 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
41f7a85e
YM
9767 MacJapanese if text is ASCII-only.
9768
9d74382f
NR
97692006-05-06 Nick Roberts <nickrob@snap.net.nz>
9770
9771 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
9772 unless so nil isn't returned.
9773 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
9774
a1dfdf24
KS
97752006-05-06 Kim F. Storm <storm@cua.dk>
9776
9777 * subr.el (add-to-history): New function.
9778
9779 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
9780 (ediff-merge-files-with-ancestor):
9781 * env.el (setenv):
9782 * isearch.el (isearch-update-ring):
9783 * server.el (server-visit-files):
9784 * progmodes/grep.el (lgrep, rgrep):
9785 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
9786 * progmodes/xscheme.el (xscheme-insert-expression):
9787 Use add-to-history.
9788
9789 * kmacro.el (kmacro-push-ring): Use add-to-history.
9790 (kmacro-ring-length): Remove unused defun.
9791 (kmacro-start-macro): Use kmacro-push-ring.
9792
d91bd17c
TTN
97932006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
9794
9795 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
9796 directly instead of a lambda expression that calls it.
9797
0c51c06f
KS
97982006-05-06 Kim F. Storm <storm@cua.dk>
9799
9800 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
9801 instead of compute-motion.
9802
c7f5c0a8
DN
98032006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
9804
9805 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
9806 change.
9807
2dca98f3
RS
98082006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
9809
9810 * startup.el (command-line-1): Refer to "Pure Storage" on
9811 pure-space-overflow.
9812
3dfed653
EZ
98132006-05-05 Martin Rudalics <rudalics@gmx.at>
9814
9815 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
9816 provided faces once they all have been used up.
9817
8e7a9a24
EZ
98182006-05-05 Eli Zaretskii <eliz@gnu.org>
9819
9820 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
9821 reference to the Lisp manual to the warning about pure space
9822 overflow.
9823
28b257dc 98242006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9de0eeda
EZ
9825
9826 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
9827 argument to avoid the call to `ispell-internal-change-dictionary'
9828 when not needed.
9829 (ispell-change-dictionary): Use this argument and call
9830 `ispell-internal-change-dictionary' after the possible change
9831 to `ispell-local-dictionary'.
9832 (ispell-internal-change-dictionary): Check for a change in
9833 personal dictionary use too.
9de0eeda 9834
a12aece3
EZ
98352006-05-05 Eli Zaretskii <eliz@gnu.org>
9836
1df1e49e
EZ
9837 * startup.el (command-line): On MS-Windows, probe "~", not
9838 "~USER", for warning about non-existent home directory
9839
a12aece3
EZ
9840 * arc-mode.el (archive-l-e): New optional argument `float' means
9841 generate a float value.
9842 (archive-arc-summarize, archive-lzh-summarize)
9843 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
9844 with 3rd argument non-nil when file's size is being computed.
9845 Format the file sizes with %8.0f instead of %8d.
9846
ef0154b5
YM
98472006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9848
9849 * cus-start.el (all): Add mac-dnd-known-types.
9850
0625ded0 9851 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
ef0154b5
YM
9852 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
9853 (mac-TIFF-to-string): New functions.
ef0154b5
YM
9854 (x-get-selection, x-selection-value)
9855 (mac-select-convert-to-string): Use them.
43621386 9856 (mac-text-encoding-mac-japanese-basic-variant): New constant.
ef0154b5
YM
9857 (mac-dnd-types-alist): New customization variable.
9858 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
9859 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
9860 (mac-dnd-handle-drag-n-drop-event): New functions.
9861 (mac-drag-n-drop): Remove function.
9862 (global-map): Bind drag-n-drop and M-drag-n-drop to
9863 mac-dnd-handle-drag-n-drop-event.
9864
cbe8cf2a
SM
98652006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
9866
9867 * progmodes/perl-mode.el (perl-beginning-of-function):
9868 Skip anonymous subs.
9869
f5c0ef7b
DN
98702006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
9871
4e0299e5
DN
9872 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
9873 regexp-opt at run time.
9874
f5c0ef7b
DN
9875 * term.el (term-handle-ansi-escape): Fix off by one error.
9876
6dea78a8
NR
98772006-05-04 Nick Roberts <nickrob@snap.net.nz>
9878
9879 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
9880 (gdb-init-1, gdb-post-prompt): ...and references to it.
9881 (gdb-frame-handler): Strip directory name from filename if present.
9882
9883 * progmodes/gud.el (gdb-force-update): Delete defvar
9884 (gud-speedbar-buttons): ...and references to it. Use window-start
9885 to try to keep positon in watch expression.
9886
e4a9a1cf
RS
98872006-05-03 Richard Stallman <rms@gnu.org>
9888
889a04e7
RS
9889 * simple.el (next-history-element, previous-history-element): Doc fix.
9890
e4a9a1cf
RS
9891 * isearch.el (isearch-update-ring): Doc fix.
9892
5719a99d
DN
98932006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
9894
9895 * isearch.el (isearch-update-ring): Take history-delete-duplicates
0625ded0 9896 into consideration. Replace one arm ifs with whens.
5719a99d 9897
cea3f866
NR
98982006-05-03 Nick Roberts <nickrob@snap.net.nz>
9899
9900 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
9901 (menu): Fix typo.
9902
bc16bf5e
MB
99032006-05-02 Miles Bader <miles@gnu.org>
9904
9905 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
9906
35edc821
JB
99072006-05-02 Jay Belanger <belanger@truman.edu>
9908
0625ded0 9909 * calc/calc-embed.el (calc-override-minor-modes-map)
35edc821
JB
9910 (calc-override-minor-modes): New variables.
9911 (calc-do-embedded): Make sure that Calc keystrokes aren't
9912 overwritten by minor modes.
9913
72fa72ac
CY
99142006-05-02 Chong Yidong <cyd@mit.edu>
9915
cbe8cf2a 9916 * msb.el (msb): If EVENT is a down event, read and discard the up event.
72fa72ac 9917
31cf286f
RS
99182006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
9919
4f308f73
RS
9920 * startup.el (command-line-1): Refer to Lisp manual when
9921 pure-space-overflow occurs.
9922
cbe8cf2a
SM
9923 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
9924 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
9925 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
9926 (version-control): Don't use `t' for safe-local-variable declarations.
31cf286f 9927
4bc1b836
RS
99282006-05-01 Richard Stallman <rms@gnu.org>
9929
90b57156
RS
9930 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
9931 M-r, M-R, M-A, M-SPC or M-DEL.
9932 (diff-mode-map): diff-refine-hunk now on C-c C-w
9933 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
9934
4bc1b836
RS
9935 * help-mode.el (help-mode): view-exit-action calls delete-window
9936 only when it is safe and possible.
9937
9938 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
9939 in messages.
9940
9941 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
9942
9943 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
9944 in the default tool-bar-map.
9945
a01b1e22
MA
99462006-05-01 Michael Albinus <michael.albinus@gmx.de>
9947
9948 * net/tramp.el (tramp-completion-file-name-handler-alist)
9949 (tramp-run-real-handler, tramp-completion-run-real-handler)
9950 (tramp-completion-handle-file-name-all-completions)
9951 (tramp-completion-handle-file-name-completion): Autoload them.
9952 (tramp-completion-handle-file-exists-p)
9953 (tramp-completion-handle-file-name-directory)
9954 (tramp-completion-handle-file-name-nondirectory)
9955 (tramp-completion-handle-expand-file-name): Remove them.
41a2f8ba
KS
9956 (tramp-handle-file-name-directory): Return the real directory name.
9957 Returning "/" only doesn't need to be necessary any longer.
a01b1e22
MA
9958 (tramp-file-name-handler): Make special attention when in hostname
9959 completion mode.
cbe8cf2a
SM
9960 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
9961 (tramp-register-file-name-handlers):
9962 Register `tramp-completion-file-name-handler' only when
9963 `partial-completion-mode' is enabled.
41a2f8ba
KS
9964 (tramp-completion-handle-file-name-all-completions):
9965 Delete directory part from results.
a01b1e22
MA
9966 (tramp-get-completion-methods, tramp-get-completion-user-host):
9967 Discard deleting "/", it doesn't work after the change of
9968 `tramp-handle-file-name-directory' above.
9969
820f5fec
KS
99702006-05-01 Kim F. Storm <storm@cua.dk>
9971
41a2f8ba
KS
9972 * progmodes/grep.el (grep-expand-template): Use save-match-data
9973 and symbol-value.
820f5fec 9974
c1eb34c2
YM
99752006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9976
cbe8cf2a
SM
9977 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
9978 Use select-frame-set-input-focus instead of raise-frame.
c1eb34c2
YM
9979 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
9980
2c3981da
NR
99812006-05-01 Nick Roberts <nickrob@snap.net.nz>
9982
9983 * progmodes/gud.el (gud-def): Add %c case.
cea3f866 9984 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2c3981da
NR
9985 (gud-format-command): Make match case sensitive. Match on %F.
9986
e1cce4cf
GM
99872006-04-30 Glenn Morris <rgm@gnu.org>
9988
9989 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
9990 (cal-tex-preamble): Use cal-tex-preamble-extra.
9991 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
9992 than alias `list-diary-entries'.
9993
084a6638
DN
99942006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
9995
9996 * help-fns.el (describe-variable): Add info about safe local variables.
9997
41c8e348
RS
99982006-04-29 Richard Stallman <rms@gnu.org>
9999
eadb9d45 10000 * bindings.el (mode-line-format): help-echo doc fixes.
af0efc3f 10001
41c8e348
RS
10002 * net/tramp.el (tramp-file-name-handler-alist): Delete
10003 expand-file-name and other operations that can cause spurious loading.
10004
80aa4695
SM
100052006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10006
10007 * files.el (safe-local-variable-p): Remove support for the special
10008 value t.
10009
10010 * textmodes/paragraphs.el (sentence-end-without-space):
10011 Fix safety predicate.
10012 (sentence-end-double-space, sentence-end-without-period)
10013 (paragraph-ignore-fill-prefix):
10014 * textmodes/fill.el (colon-double-space):
10015 * abbrev.el (abbrev-mode): Tighten the safety predicate.
10016
10017 * subr.el (booleanp): New fun.
10018
10019 * textmodes/reftex-vars.el (reftex-guess-label-type):
10020 Tighten the safety predicate.
10021
264e9689
KS
100222006-04-28 Kim F. Storm <storm@cua.dk>
10023
10024 * progmodes/grep.el (defgroup grep): Doc fix.
10025 (grep-auto-highlight): Remove.
10026 (grep-template): New defcustom.
10027 (grep-find-template): Rename from grep-tree-template.
10028 (grep-files-aliases): Rename from grep-tree-files-aliases.
10029 Remove "all" alias, add "l" alias.
10030 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10031 (grep-find-ignored-directories): New defcustom to replace
10032 grep-tree-ignore-CVS-directories, to facilitate ignoring
10033 subdirectories for multiple version control systems.
10034 (grep-mode-map): Add Recursive grep item to GREP menu.
10035 (grep-regexp-history, grep-files-history): New defvars.
10036 (grep-probe): New helper function.
10037 (grep-compute-defaults): Use it to simplify code.
10038 Adapt to name changes.
10039 Use `.' as base in grep-find-template rather than <D>.
10040 (grep): Remove superfluous highlight-regexp arg. Fix doc.
10041 Call grep-compute-defaults unconditionally.
10042 (grep-expand-keywords): New defconst.
10043 (grep-expand-template): Rename from grep-expand-command-macros.
10044 Simplify via grep-expand-keywords. Look at case-fold-search instead
10045 of grep-tree-ignore-case to add -i option.
10046 Bind case-fold-search to nil while matching keywords.
10047 (grep-tree-last-regexp, grep-tree-last-files): Remove.
10048 (grep-read-regexp, grep-read-files): New helper functions.
10049 (rgrep): Rename from grep-tree. Rework to use proper histories.
10050 Adapt to changes in defcustoms and functions above.
41a2f8ba 10051 (lgrep): New command, as grep, but using same interactive UI as rgrep.
264e9689 10052
1ecc6145
MA
100532006-04-28 Michael Albinus <michael.albinus@gmx.de>
10054
80aa4695
SM
10055 * net/tramp.el (tramp-completion-file-name-handler):
10056 Disable Tramp's functionality while loading Tramp itself.
10057 (tramp-register-file-name-handlers): That's a defsubst now.
10058 Code from `tramp-repair-jka-compr' moved here. Apply it via
1ecc6145 10059 `after-init-hook'.
80aa4695 10060 (tramp-repair-jka-compr): Remove.
1ecc6145 10061
a48b489e
JB
100622006-04-27 Jay Belanger <belanger@truman.edu>
10063
10064 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10065 read expression when `math-read-big-expr' doesn't work.
10066
cb58ea33
RS
100672006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
10068
10069 * startup.el (command-line-1): Display warning when
10070 pure-space-overflow is non-nil.
10071
991767e7
RW
100722006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10073
10074 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10075 risky.
10076
100772006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10078
10079 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10080 Return the URL or nil if none can be generated.
10081
4a113e3f
NR
100822006-04-27 Nick Roberts <nickrob@snap.net.nz>
10083
10084 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10085 byte compiler warnings.
10086 (gud-basic-call, gud-find-expr): Let user select an expression
10087 for printing. Print expression as well as value in GUD buffer.
10088
8570ce80
SM
100892006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
10090
10091 * allout.el: Remove local autoload declaration for
10092 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10093 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10094 (allout-plain-bullets-string, allout-distinctive-bullets-string)
10095 (allout-use-mode-specific-leader, allout-old-style-prefixes)
10096 (allout-stylish-prefixes, allout-numbered-bullet)
10097 (allout-file-xref-bullet, allout-presentation-padding)
10098 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10099 safe-local-variable with suitable value spec, and add autoload
10100 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
10101 (move-beginning-of-line, move-end-of-line): Repair so these compat
10102 functions now actually resituate the point, when appropriate.
10103
0739a962
SM
101042006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10105
be12bc57
SM
10106 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10107
0739a962
SM
10108 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10109 (add-log-iso8601-time-string): Fix call to format-time-string.
10110
5a56121f
KS
101112006-04-26 Kim F. Storm <storm@cua.dk>
10112
10113 * subr.el (posn-string, posn-image, posn-object): Doc fix.
10114
0db097a5
MY
101152006-04-26 Masatake YAMATO <jet@gyve.org>
10116
5a56121f 10117 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
1bf5b5be 10118 Add support for "//" style comments. Remove `b' flag
0db097a5
MY
10119 from ?* in `asm-mode-syntax-table'.
10120
d1921057
SM
101212006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10122
08a1dbe6
SM
10123 * follow.el: Use (featurep 'xemacs) everywhere.
10124 (follow-mode): Use define-minor-mode.
10125 (follow-mode-map): Move initialization into the declaration.
10126 Use command remapping.
10127 (follow-emacs-version-xemacs-p): Remove.
10128 (follow-submit-feedback): Remove.
10129
7e5d77dc
SM
10130 * allout.el (allout-layout, allout-passphrase-verifier-string)
10131 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10132
0a206828
SM
10133 * textmodes/reftex-vars.el (reftex-vref-is-default)
10134 (reftex-fref-is-default, reftex-guess-label-type):
10135 Tighten up a bit the safety predicate.
10136
49011d46
SM
10137 * textmodes/paragraphs.el (sentence-end-double-space)
10138 (sentence-end-without-period, sentence-end-without-space)
10139 (page-delimiter, paragraph-ignore-fill-prefix):
10140 Tighten up a bit the safety predicate.
10141
a1c43d02
SM
10142 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10143
45e46cb7
SM
10144 * progmodes/python.el (python-continuation-line-p)
10145 (python-beginning-of-statement): syntax-ppss may return
10146 a negative depth.
a1c43d02 10147 (python-mode): Don't forcefully enable font-lock.
45e46cb7 10148
72c0b9b8
SM
10149 * time-stamp.el (time-stamp-start, time-stamp-end)
10150 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10151
d1921057
SM
10152 * add-log.el: Remove spurious * in docstrings.
10153 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10154 (add-change-log-entry): Use it here, since it's not specific
10155 to iso8601.
10156 (add-log-iso8601-time-string): Don't use it here any more.
10157 (change-log-indent-text, change-log-indent): Rename from add-log-*.
10158
10159 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10160
02f47e86
MB
101612006-04-25 Ryan Yeske <rcyeske@gmail.com>
10162
10163 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10164 (rcirc-toggle-low-priority): Doc fix.
10165 (rcirc-handler-NOTICE): Remove beginning of line anchor in
10166 ChanServ regexp.
10167 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10168 #emacs.
10169 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10170 (rcirc-decode-coding-system): Use utf-8 as the default.
10171 (rcirc-multiline-minor-mode): Set the fill-column.
10172 (rcirc-format-response-string): Display bright and dim nicks.
10173 (rcirc-browse-url): Update interactive spec to fill ARG.
10174 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10175 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10176
19f0b8b5
S
101772006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
10178
10179 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10180 case for @Article, etc.
10181
8c04e197
MA
101822006-04-23 Michael Albinus <michael.albinus@gmx.de>
10183
10184 * net/tramp.el (tramp-register-file-name-handlers): New defun.
10185 Added with autoload cookie.
d1921057 10186 (tramp-unload-file-name-handlers): Rename from
8c04e197
MA
10187 `tramp-unload-file-name-handler-alist'.
10188
7fcece57
RF
101892006-04-23 Romain Francoise <romain@orebokech.com>
10190
10191 * comint.el (comint-match-partial-filename): Doc fix.
10192
cc6e521e
GM
101932006-04-21 Glenn Morris <rgm@gnu.org>
10194
10195 * calendar/cal-menu.el (calendar-mode-map): Refer to
10196 `diary-view-entries' rather than alias `view-diary-entries'.
10197 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10198
a9b2b70f
LT
101992006-04-21 Luc Teirlinck <teirllm@auburn.edu>
10200
10201 * progmodes/antlr-mode.el (antlr-default):
10202 * cus-edit.el (custom-documentation):
10203 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10204 in defface.
10205
95797ede
KS
102062006-04-21 Kim F. Storm <storm@cua.dk>
10207
10208 * image.el (image-type): New defun split out of create-image.
10209 (create-image): Use it.
10210
90c14869
CD
102112006-04-21 Carsten Dominik <dominik@science.uva.nl>
10212
d1921057 10213 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
90c14869
CD
10214 (org-open-at-point): Remove the "...done" message to keep output
10215 in the echo area visible.
65826b47 10216 (org-export-as-xoxo): Fix call to `indent-region'.
90c14869 10217
72ffd9d0
EZ
102182006-04-21 Kevin Ryde <user42@zip.com.au>
10219
10220 * international/mule.el (keyboard-coding-system): defcustom
10221 info-link fixes: "Specify Coding" has been split, keyboard now in
10222 "Terminal Coding", and "Single-Byte Character Support" is now
10223 "Unibyte Mode".
10224
bf49275d
NR
102252006-04-21 Nick Roberts <nickrob@snap.net.nz>
10226
95797ede 10227 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
bf49275d
NR
10228 Use font-lock-warning-face for any errors e.g. no stack.
10229 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10230
be2c62b3
DN
102312006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
10232
7fe9a6e3
DN
10233 * progmodes/sh-script.el (sh-shell): Mark as safe.
10234
be2c62b3
DN
10235 * newcomment.el (comment-start, comment-start-skip)
10236 (comment-end-skip, comment-end): Mark as safe.
10237
b744e319
CD
102382006-04-20 Carsten Dominik <dominik@science.uva.nl>
10239
1bf5b5be 10240 * textmodes/org.el (org-deadline-announce): Face removed.
d1921057 10241 (org-level-faces, org-n-levels): Convert to constant.
01017e7c
RF
10242 (org-compatible-face): New function.
10243 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10244 (org-level-5, org-level-6, org-level-7, org-level-8)
10245 (org-special-keyword, org-warning, org-headline-done, org-link)
10246 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10247 (org-scheduled-today, org-scheduled-previously, org-time-grid):
b744e319 10248 Face definition revised for better color tty support.
01017e7c
RF
10249 (org-bold-re, org-italic-re, org-underline-re): New constants.
10250 (org-set-font-lock-defaults): Use the new constants.
10251 (org-agenda-highlight-todo): New function.
d1921057 10252 (org-agenda-todo): Fix bug with point at end of line.
01017e7c 10253 (org-agenda-change-all-lines, org-finalize-agenda-entries):
b744e319 10254 Fontify TODO keywords.
01017e7c
RF
10255 (org-insert-link): Preserve relative path in ../ links.
10256 (org-export-as-html): Convert links pointing to .org files into
b744e319 10257 links that will work beteen the exported HTML files.
01017e7c
RF
10258 (org-todo-list): Fix bug when arg=0.
10259 (org-insert-heading): More fine-tuning.
b744e319 10260
f948ab6c
RF
102612006-04-19 Romain Francoise <romain@orebokech.com>
10262
10263 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10264 from `rmail-mime-charset-pattern'.
10265
0fea1d10
DN
102662006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10267
10268 * progmodes/python.el (python-mode): Fix typo.
10269
014513ef
S
102702006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
10271
10272 * comint.el (comint-previous-input): Don't clobber input line
10273 when moving off either end of the input history ring.
10274 (comint-delete-input): New function, used by
10275 `comint-previous-input' and others.
d1921057
SM
10276 (comint-previous-matching-input):
10277 Use `coming-delete-input'. Save the partial input if leaving the
014513ef
S
10278 edit line. Goto point-max before deleting input to avoid
10279 partial input fragments hanging around.
d1921057 10280 (comint-restore-input): New function, used by `comint-previous-input'.
014513ef 10281
7edd10ca
LT
102822006-04-18 Luc Teirlinck <teirllm@auburn.edu>
10283
10284 * imenu.el (imenu--index-alist): Balance parentheses.
10285
3398a4ae
DN
102862006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10287
d1921057 10288 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3398a4ae 10289
ec7793c3
RS
102902006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
10291
10292 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10293 file is nil.
10294
290e4aae
RS
102952006-04-18 Richard Stallman <rms@gnu.org>
10296
10297 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10298
10299 * imenu.el (imenu-create-index-function, imenu--index-alist)
10300 (imenu--last-menubar-index-alist, imenu--make-index-alist)
10301 (imenu-default-create-index-function, imenu--generic-function):
10302 Doc fixes.
10303
10304 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10305
10306 * help-mode.el (help-mode): Set view-exit-action to delete window.
10307
10308 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
10309 now works by passing nil as arg.
10310
10311 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10312
10313 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10314 (read-abbrev-file): Provide default when reading filename.
10315
10316 * files.el (enable-local-variables): Allow :all as value.
10317 (hack-local-variables): Implement that value.
10318 (safe-local-variable-values, safe-local-eval-forms)
10319 (enable-local-variables): Mark as risky.
10320 (find-file-visit-truename, kept-old-versions): Mark safe.
10321
10322 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10323 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10324 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10325
8d85a565
SM
103262006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10327
75669e02
SM
10328 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10329 Use forward-line so as to get to BOL even in the presence of fields.
10330 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10331 in return.
10332 (inferior-tcl): Tell tclsh to work in interactive mode.
10333
8d85a565
SM
10334 * complete.el (partial-completion-mode):
10335 Use 'choose-completion-string-functions to make sure that
10336 choose-completion fills the minibuffer properly.
10337
10338 * complete.el (PC-old-read-file-name-internal): Remove.
10339 (PC-read-include-file-name-internal): Remove. Turn it into an advice
10340 of read-file-name-internal.
10341 (partial-completion-mode): Enable/disable this advice.
10342
348f73b0
JB
103432006-04-18 Juanma Barranquero <lekktu@gmail.com>
10344
10345 * net/tramp.el (tramp-completion-file-name-handler): Revert change
10346 of 2006-04-17.
10347
87acbfda
CD
103482006-04-18 Carsten Dominik <dominik@science.uva.nl>
10349
348f73b0 10350 * textmodes/org.el (org-insert-heading): Insert heading before
87acbfda
CD
10351 current if at beginning of line.
10352 (org-todo, org-date): New faces.
10353 (org-table-align): Make sure tooltip window contains full text.
10354 (org-no-properties): New defsubst.
10355 (org-set-font-lock-defaults): Use new faces.
10356
791223f7
NR
103572006-04-18 Nick Roberts <nickrob@snap.net.nz>
10358
10359 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10360 for root variables.
10361
10362 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10363 (gdb-frame-address): Re-use to identify frame for watch expression.
10364 (gdb-var-list, gdb-var-create-handler): Add frame address for root
10365 variables.
d1921057 10366 (gdb-init-1, gdb-source, gdb-post-prompt)
791223f7
NR
10367 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10368 (gdb-frame-handler): Get gdb-frame-address.
10369
85806390
MA
103702006-04-17 Michael Albinus <michael.albinus@gmx.de>
10371
10372 Sync with Tramp 2.0.53.
10373
10374 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
e24f9e5a 10375 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
85806390
MA
10376 (tramp-completion-file-name-handler): Add autoload cookie for
10377 adding to `file-name-handler-alist'.
10378
10379 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10380 the prompt. If it returns earlier (when detecting an error
10381 message), the rest of the output will merge accidently with the
10382 output of the next command. Reported by M Jared Finder
10383 <jared@hpalace.com>.
10384
10385 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10386 for `process-file', in order to let it work for older Emacsen too.
10387
587043f8
SM
103882006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
10389
10390 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10391 (tex-font-lock-keywords-3): Use it.
10392
b433a560
SM
103932006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10394
10395 * newcomment.el (comment-add): New function.
10396 (comment-region-default, comment-dwim): Use it.
10397
51fa34bc
MB
103982006-04-15 Michael Olson <mwolson@gnu.org>
10399
10400 * emacs-lisp/tq.el: Improve comments.
10401 (tq-queue-head-question): New accessor function.
10402 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10403 Update for modified queue structure.
10404 (tq-queue-add): Accept `question' argument.
10405 (tq-queue-pop): If a question is pending, send it.
b433a560
SM
10406 (tq-enqueue): Accept new optional argument `delay-question'.
10407 If this is non-nil, and at least one other question is pending a
51fa34bc
MB
10408 response, queue the question rather than sending it immediately.
10409
10ceef7a
RW
104102006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10411
10412 * calendar/appt.el (appt-add): Check whether an appointment is
f70a96b0 10413 already present in appt-time-msg-list. Simplify code.
10ceef7a 10414
58bd8740
SM
104152006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10416
10417 * progmodes/cc-langs.el (c-mode-menu):
10418 Don't presume c-subword-mode is bound.
10419
994019df
BW
104202006-04-13 Bill Wohler <wohler@newt.com>
10421
58bd8740 10422 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
994019df
BW
10423 (customize-package-emacs-version): Use cdr instead of cadr now
10424 that alists use dotted pairs.
10425
10426 * custom.el (defcustom): Fix docstring for :package-version.
10427
32f9593c
MA
104282006-04-13 Michael Albinus <michael.albinus@gmx.de>
10429
10430 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10431 (tramp-handle-shell-command): Display output buffer only when
10432 `tramp-display-shell-command-buffer' is true.
10433 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10434
bb1d56c8
CD
104352006-04-13 Carsten Dominik <dominik@science.uva.nl>
10436
10437 * textmodes/org.el (org-set-autofill-regexps): Set only the local
10438 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10439
501719af
RF
104402006-04-13 Romain Francoise <romain@orebokech.com>
10441
10442 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10443 leaving temporary .cvsignore buffers behind.
10444
fd4545a0
CD
104452006-04-13 Carsten Dominik <dominik@science.uva.nl>
10446
1bf5b5be 10447 * textmodes/org.el (org-set-regexps-and-options)
58bd8740 10448 (org-get-current-options): Better names for the startup folding
fd4545a0
CD
10449 options.
10450
1867d8cb
TTN
104512006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
10452
10453 * vc.el (vc-annotate): Arrange for point to end up at the same
10454 line number as in the original, but only when using a new buffer.
10455
72dcf679 104562006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
cda4c00b 10457
58bd8740
SM
10458 * files.el (hack-one-local-variable-eval-safep):
10459 Recognize `edebug-form-spec' for `put', but only if it passes
cda4c00b
EZ
10460 `edebug-basic-spec'. Generalize `put' handling.
10461
10462 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10463 vetting file-local form specs.
10464
10465 * allout.el (allout-layout): Autoload its `safe-local-variable'
10466 property.
10467
8d2fb829
CD
104682006-04-13 Carsten Dominik <dominik@science.uva.nl>
10469
1bf5b5be 10470 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
8d2fb829
CD
10471 (org-agenda-mouse-1-follows-link)
10472 (org-mouse-1-follows-link): New options.
58bd8740 10473 (org-format-agenda-item): Fix bug if TAGS is nil.
8d2fb829
CD
10474 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10475
25acaa6c
NR
104762006-04-13 Nick Roberts <nickrob@snap.net.nz>
10477
1867d8cb 10478 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
25acaa6c
NR
10479 GDB 6.1+ gives full filename for "info sources" so use
10480 file-name-nondirectory.
10481
7c447c3f
RF
104822006-04-12 Romain Francoise <romain@orebokech.com>
10483
10484 * subr.el (read-passwd): Bind `message-log-max' to nil.
10485
16a3b9b7
SM
104862006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10487
10488 * progmodes/perl-mode.el (perl-indent-new-calculate):
10489 Recompute parse-start after jumping backward by a whole sexp.
10490
8a8f8697
SM
104912006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10492
10493 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10494 window configuration.
10495 (vc-annotate-display-select): Select the buffer so that current-buffer
10496 (and selected-window) is the output buffer at the end of vc-annotate.
10497
e2db3e59
S
104982006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
10499
8a8f8697 10500 * vc.el (vc-annotate-color-map): Add custom TTY color map for
e2db3e59
S
10501 8-color terminals, to use all of the colors in a sensible order.
10502 256-color terminals work well with the standard map.
10503 (vc-annotate-lines): Only strip the first color character if it
10504 is "#", to allow for terminal-style named colors.
10505 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10506 the correct buffer is scrolled.
10507
aa9addfa
RS
105082006-04-11 Richard Stallman <rms@gnu.org>
10509
10510 * emacs-lisp/bytecomp.el (byte-compile-file):
10511 Bind enable-local-variables to :safe, and make normal-mode obey it.
10512
10513 * files.el (enable-local-variables): Allow value :safe.
10514 (normal-mode): Doc fix.
10515 (hack-local-variables): Implement enable-local-variables = :safe.
10516 (hack-local-variables-confirm): Don't prevent quitting.
10517
866d0913
SM
105182006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10519
ab215e72
SM
10520 * loadhist.el (unload-feature): A bit of sanity check of
10521 load-history entries. Cancel timer-vars before unbinding them.
10522
37dc4767
SM
10523 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
10524 quote special chars, and make the trick work on the hex part of the
10525 buffer as well.
10526 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
10527 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
10528
866d0913
SM
10529 * startup.el (normal-splash-screen): Fix last change so we don't wait
10530 2 minutes if we don't show the splash screen.
10531
8a70fed7
CD
105322006-04-11 Carsten Dominik <dominik@science.uva.nl>
10533
83163ec7 10534 * textmodes/org.el (org-export-plain-list-max-depth)
8a70fed7
CD
10535 (org-table-spaces-around-separators)
10536 (org-radio-targets, org-activate-camels)
10537 (org-table-spaces-around-invisible-separators): Options removed.
10538 (org-time-stamp-rounding-minutes, org-remember-templates)
83163ec7
JB
10539 (org-ellipsis, org-activate-links, org-descriptive-links):
10540 New options.
8a70fed7
CD
10541 (org-remember-apply-template, org-current-time)
10542 (org-finish-edit-table-field)
10543 (org-link-unescape, org-link-escape)
10544 (org-string-width, org-table-clean-line, org-html-do-expand)
10545 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
10546 (org-read-agenda-file-list): New functions.
10547 (org-table-edit-field)
10548 (org-table-create-or-convert-from-region): New commands
10549 (org-table-toggle-vline-visibility): Command removed.
10550 (org-table-convert-region): Made a command.
866d0913
SM
10551 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
10552 Replace with the normal org- functions.
8a70fed7
CD
10553 (org-self-insert-command): Don't trigger realign unnecessarily
10554 when blanking a field that is not full.
10555 (org-mode): `Set buffer-invisibility-spec' for links.
10556 (org-activate-links2): Hide link part and only show descriptive
10557 part of the link.
866d0913 10558 (org-insert-link): Modify for new linking system.
8a70fed7
CD
10559 (org-store-link): Store description separately, for use by
10560 `org-insert-link'.
10561 (org-table-align): Use `org-string-width'.
10562 (defgroup): Completely new group structure for custom variables.
10563 (org-agenda-files): Option: Single file name allowed. Function:
10564 Optional argument unrestrited means ignore any restricitons.
10565 (org-install-agenda-files-menu): Find a buffer in Org-mode before
10566 trying to modify the menu. Use generalized access to
10567 `org-agenda-files.'
10568 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
10569 (org-agenda-file-to-front, org-remove-file, org-diary)
10570 (org-tags-view, org-export-icalendar-all-agenda-files)
10571 (org-export-icalendar-combine-agenda-files): Use generalized
10572 access to `org-agenda-files'.
10573 (org-remember-handler): Correctly preserve heading if present.
10574 (org-table-insert-row, org-table-insert-hline): Deal with
10575 invisible characters.
10576
e2db3e59
S
105772006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
10578
10579 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
10580 (vc-annotate-color-map): New 18 element constant
10581 value/saturation, rotating hue colormap, from red->blue.
10582 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
10583 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
10584 (vc-annotate): To avoid killing the required local variables,
10585 set them before the end of `with-output-to-temp-buffer', and
10586 after first switching to annotate-mode.
10587 (vc-annotate-warp-version): Add buffer argument in goto-line to
10588 ensure annotation, not source, is scrolled.
10589
1d22fabd
BW
105902006-04-10 Bill Wohler <wohler@newt.com>
10591
83163ec7
JB
10592 * custom.el (defcustom, custom-handle-keyword):
10593 Add :package-version keyword.
10594 (custom-add-package-version): New function. Sets value of new
4e9c705e 10595 property 'custom-package-version from :package-version keyword.
81117bdd
BW
10596 (defcustom): Create Common Keywords section in docstring.
10597 (defface, defgroup): Replace definitions of a select few keywords
10598 with a reference to the Common Keywords in defcustom.
10599 (defcustom, defface, defgroup): Replace reference to Customization
10600 chapter in manual with hyperlink.
4e9c705e 10601
8d4bf0e5 10602 * cus-edit.el (customize-package-emacs-version-alist): New variable.
4e9c705e
BW
10603 (customize-changed-options): Add check for custom-package-version.
10604 (customize-package-emacs-version): New function to look up Emacs
10605 version corresponding to the given package version.
10606
1d22fabd
BW
10607 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
10608 defun name, in similar fashion to find-variable-regexp.
10609
978781a5
EZ
106102006-04-10 Eli Zaretskii <eliz@gnu.org>
10611
10612 * international/mule-cmds.el (set-locale-environment): Fix last
866d0913 10613 change for when the locale's preferences don't specify any encoding.
978781a5 10614
2b690e5b
SM
106152006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10616
10617 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
10618 so the defined var/fun doesn't need to be quoted.
10619
c9fdebdf
RS
106202006-04-10 Richard Stallman <rms@gnu.org>
10621
10622 * finder.el (finder-mode-map): Add n and p bindings.
10623
d9316f5c
NR
106242006-04-10 Nick Roberts <nickrob@snap.net.nz>
10625
10626 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
10627 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
10628 (gdb-setup-windows): Put something in source window if we can't find
10629 the source file.
10630 (gdb-frame-handler): Make it work again with just assembly.
10631 (gdb-data-list-register-values-handler): Make it work when there is
10632 no stack.
10633
8803c4f4
RS
106342006-04-09 Richard Stallman <rms@gnu.org>
10635
4f07f2e8
RS
10636 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
10637 specs while looking for charset.
10638
8803c4f4
RS
10639 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
10640
10641 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10642 Make them faces.
10643 (lm-font-lock-keywords): Update appropriately.
10644
6c230417
KS
106452006-04-10 Kim F. Storm <storm@cua.dk>
10646
10647 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
10648 it can also replace buffer-substring-no-properties.
10649
10650 * emulation/cua-base.el (cua-delete-region, cua-paste)
10651 (cua-repeat-replace-region): Use filter-buffer-substring.
10652
10653 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10654 (cua-cut-region-to-global-mark): Likewise.
10655
10656 * emulation/cua-rect.el (cua--extract-rectangle)
10657 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
10658
88e51189
RW
106592006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10660
10661 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
10662 entry-type. Add field delimiters to numerical fields if they are
10663 not present.
10664
106652006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10666
10667 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
10668 string-const to return value.
10669 (bibtex-remove-delimiters): Use it.
6c230417 10670
67438f77
SM
106712006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10672
10673 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
10674 cl-byte-compile-compiler-macro unless it exists.
10675
cf5cbca4
EZ
106762006-04-08 Eli Zaretskii <eliz@gnu.org>
10677
67438f77
SM
10678 * files.el (hack-local-variables-confirm) <offer-save>:
10679 Clarify message text. Suggested by Ralf Angeli.
cf5cbca4 10680
4fc9bd56 106812006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5c831ccd
EZ
10682
10683 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
10684 (delete-extract-rectangle-line): Use `filter-buffer-substring'
10685 instead of `buffer-substring' and `delete-region'. (Most of the
10686 code actually copied from `kill-region'.)
10687
a2524d26
EZ
106882006-04-08 Ryan Yeske <rcyeske@gmail.com>
10689
10690 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
10691 (rcirc-default-port): Rename from rcirc-port.
10692 (rcirc-default-nick): Rename from rcirc-nick.
10693 (rcirc-default-user-name): Rename from rcirc-user-name.
10694 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
10695 (rcirc-low-priority-flag): New variable.
10696 (rcirc-decode-coding-system): New defcustom.
10697 (rcirc-encode-coding-system): New defcustom.
10698 (rcirc-coding-system-alist): New defcustom.
10699 (rcirc-multiline-major-mode): New defcustom.
10700 (rcirc-nick): New internal variable.
10701 (rcirc-process): Remove variable.
10702 (rcirc-server-buffer): New variable.
10703 (rcirc): Update to use rcirc-default-* variables above.
10704 (rcirc-connect): Do not add window-configuration-hook-here.
10705 (rcirc-server): New internal variable.
10706 (rcirc-connect): Do not send keepalive pings if
10707 rcirc-keepalive-seconds is nil.
10708 (with-rcirc-server-buffer): New macro.
10709 (rcirc-send-string): Encode with rcirc-encode-coding-system.
10710 (rcirc-server-name): Rename from rcirc-server.
10711 (rcirc-buffer-process): New function.
10712 (rcirc-buffer-nick): New function.
10713 (rcirc-buffer-target): Remove function.
10714 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10715 New commands.
10716 (rcirc-mode-map): Change binding of C-c C-l to
10717 rcirc-toggle-low-priority.
10718 (rcirc-mode): Initialize coding system based on
10719 rcirc-coding-system-alist. New change-major-mode-hook to part the
10720 channel on a mode change. Make kill-buffer-hook buffer-local.
10721 (rcirc-change-major-mode-hook): New function.
10722 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
10723 (rcirc-last-post-time): New variable.
10724 (rcirc-process-message): Store the last time user posted a message
10725 to this target.
10726 (rcirc-multiline-minor-mode): New mode.
10727 (rcirc-multiline-minor-mode-map): New mode map.
10728 (rcirc-edit-multiline): Put multiline-edit buffer in
10729 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
2b690e5b 10730 (rcirc-print): Ignore any line starting with an ignored nick.
a2524d26
EZ
10731 (rcirc-print): Decode using rcirc-decode-coding-system.
10732 (rcirc-track-minor-mode): Update global-mode-string when disabling
10733 this mode.
2b690e5b 10734 (minor-mode-alist): Add LowPri indicator.
a2524d26
EZ
10735 (rcirc-toggle-low-priority): New function.
10736 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
10737 next lowpriority buffer with activity.
10738 (rcirc-record-activity): Sort buffers in rcirc-activity by the
10739 last time the user posted a message in to the target.
10740 (rcirc-update-activity-string): New formatting for low priority
10741 buffers.
10742 (rcirc-split-activity): New function.
10743 (rcirc-handler-PART, rcirc-handler-KICK)
10744 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
10745 (rcirc-nick-away-alist): New variable.
10746 (rcirc-handler-301): New handler. Away messages are printed once
10747 per change.
10748
cdb1af30
EZ
107492006-04-08 Eli Zaretskii <eliz@gnu.org>
10750
6716bfa4
EZ
10751 * info.el (Info-follow-nearest-node): Doc fix.
10752
cdb1af30
EZ
10753 * international/mule-cmds.el (set-locale-environment): Make sure
10754 the coding-system preferred by the locale's language has the same
10755 EOL conversion type as the original buffer-file-coding-system.
569a6374 10756 (locale-language-names): Add a few MS Windows language codes.
cdb1af30 10757
b4f73994
RS
107582006-04-07 Richard Stallman <rms@gnu.org>
10759
10760 * simple.el (eval-expression): Doc fix.
10761
10762 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
10763 (eval-defun): Doc fixes.
10764
60c6189d
RS
107652006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
10766
2b690e5b 10767 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
60c6189d 10768
a179cd22
NR
107692006-04-07 Nick Roberts <nickrob@snap.net.nz>
10770
10771 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
10772 GDB list command without argument for greater generality.
10773
3e457225
RS
107742006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
10775
10776 * subr.el (string-or-null-p): New function.
10777
10778 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
10779
2b690e5b 10780 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3e457225
RS
10781
10782 * files.el: Update comment about safe-local-variable declarations.
10783
9f4b9ced
S
107842006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
10785
2b690e5b
SM
10786 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
10787 See idlwave.org.
9f4b9ced 10788
2b690e5b
SM
10789 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
10790 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
9f4b9ced 10791
2b690e5b
SM
10792 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
10793 See idlwave.org.
9f4b9ced
S
10794
10795 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
10796 version 6.0 (minimal changes). See idlwave.org.
10797
10798 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
10799 6.0 (minimal changes). See idlwave.org.
10800
10801 * progmodes/idlw-rinfo.el: File obsoleted and removed.
10802
30ceaa68
RF
108032006-04-06 Romain Francoise <romain@orebokech.com>
10804
10805 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
10806 symmetric encryption features and a new asynchronous interface to
10807 GnuPG. This new version is version 1.4, plus whitespace changes.
10808
6c07f4d4
RS
108092006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
10810
10811 * files.el: Move some `safe-local-variable' declarations to the
10812 respective files.
10813
10814 * textmodes/ispell.el (ispell-check-comments)
10815 (ispell-local-dictionary): Mark as safe.
10816
10817 * abbrev.el (abbrev-mode): Mark as safe.
10818
10819 * add-log.el (change-log-default-name): Mark as safe.
10820
10821 * textmodes/reftex-vars.el (reftex-vref-is-default)
10822 (reftex-fref-is-default, reftex-level-indent)
10823 (reftex-guess-label-type): Mark as safe.
10824
10825 * textmodes/fill.el (colon-double-space): Mark as safe.
10826
10827 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
10828 (sentence-end-double-space, sentence-end-without-period)
10829 (sentence-end-without-space, sentence-end, sentence-end-base)
10830 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
10831
f133ecc0
KS
108322006-04-06 Kim F. Storm <storm@cua.dk>
10833
10834 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
10835 the :set-after list.
10836 (ido-downcase-unc-hosts): New user option. Default on.
10837 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
10838 when it is set, as regexps are now applied on the fly.
10839 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
10840 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
10841 on the fly, but only when ido-process-ignore-lists is set.
10842 Do case insensitive filtering if ido-downcase-unc-hosts is set.
10843 Only downcase names if ido-downcase-unc-hosts is set.
10844
da080609
JB
108452006-04-06 Juanma Barranquero <lekktu@gmail.com>
10846
10847 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
10848
10849 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
10850
eda39f7a
KS
108512006-04-05 Kim F. Storm <storm@cua.dk>
10852
82f71715
KS
10853 * ido.el (ido-mode): Set after ido-unc-hosts and
10854 ido-ignore-unc-host-regexps.
10855 (ido-save-history): Save ido-unc-hosts-cache.
10856 (ido-load-history): Load ido-unc-hosts-cache.
10857 (ido-reread-directory): Refresh unc hosts cache in // dir.
10858
eda39f7a
KS
10859 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
10860 to nil while displaying slash screen.
10861
39a270b1
SJ
108622006-04-05 Daiki Ueno <ueno@unixuser.org>
10863
2b690e5b
SM
10864 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10865 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
39a270b1 10866
a293e9b6
KH
108672006-04-05 Kenichi Handa <handa@m17n.org>
10868
10869 * international/characters.el: Setup cases of Latin, Greek, and
10870 Cyrillic characters in CJK charsets.
10871
cddfe50b
SJ
108722006-03-29 Daiki Ueno <ueno@unixuser.org>
10873
10874 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10875 default-enable-multibyte-characters. This reverts the change from
10876 revision 6.17 which is no longer necessary because the passphrase
10877 is sent separately now. GnuPG messages are unreadable under
2b690e5b 10878 multibyte locales with default-enable-multibyte-characters set to nil.
cddfe50b 10879
704d7017
AS
108802006-04-04 Andreas Schwab <schwab@suse.de>
10881
10882 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
10883 and `byte-compile-warnings' as `safe-local-variable'.
10884
707f55b0
DN
108852006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
10886
10887 * man.el (Man-mode-map): Restore the \r binding.
10888 (Man-abstract-xref-man-page): If Man-target-string is a function,
10889 call it.
10890 (Man-highlight-references): Use Man-default-man-entry to get the
0625ded0 10891 target. Deal with xrefs too.
707f55b0
DN
10892 (Man-highlight-references0): Don't call the target function.
10893
10894 * woman.el (WoMan-xref-man-page): Strip the section number, woman
10895 cannot deal with it.
10896
bd707233
SJ
108972006-04-04 Daiki Ueno <ueno@unixuser.org>
10898
10899 * pgg-gpg.el: Clean up process buffers every time gpg processes
10900 complete.
10901
5b9d5ffc
KH
109022006-04-04 Kenichi Handa <handa@m17n.org>
10903
10904 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
10905 here.
10906 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
10907 Temporarily bind inhibit-field-text-motion to t.
10908
260a5020
SM
109092006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10910
10911 * startup.el (normal-splash-screen): Only set mode-line-format in the
10912 splash buffer, so as not to interfere when debugging the code.
10913 Ignore errors when switching buffer.
10914
3db7bf54
RF
109152006-04-03 Romain Francoise <romain@orebokech.com>
10916
10917 * dired.el (dired-dnd-protocol-alist): Fix typo.
10918
f7a8a965
RS
109192006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
10920
cd4160e6
RS
10921 * savehist.el (savehist): Add :version.
10922 (savehist-ignored-variables): New variable.
10923 (savehist-minibuffer-hook): Don't save variables listed in
10924 `savehist-ignored-variables'.
10925
f7a8a965
RS
10926 * dired.el (dired-dnd-protocol-alist): Mention that change does
10927 only apply to new buffers in doc string.
10928
e1e4913d
DP
109292006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
10930
10931 * recentf.el (recentf-open-files-item): Include newline in button
10932 field, so opening a file will work, when the point is at the end
10933 of the file name. Allow, for example, to [i]search a file by
10934 extension and just push RET to open it.
10935
7db4c10a
SJ
109362006-04-03 Daiki Ueno <ueno@unixuser.org>
10937
10938 * pgg-gpg.el (pgg-gpg-process-filter)
10939 (pgg-gpg-wait-for-completion): Check if buffer is alive.
10940
10941 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10942 lines, temporary fix.
10943
b641fbd7
DN
109442006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
10945
10946 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
10947
f4beca06
RS
109482006-04-02 Richard Stallman <rms@gnu.org>
10949
10950 * progmodes/compile.el (compilation-message-face): Make it defcustom.
10951
f0b31589
DN
109522006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
10953
10954 * ibuf-macs.el (define-ibuffer-column): Add a new key:
eda39f7a 10955 header-mouse-map.
f0b31589
DN
10956
10957 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
10958 (ibuffer-mode-header-map): New keymaps.
10959 (ibuffer-update-title-and-summary): Enable mouse face highlighting
10960 and keybindings for column headers.
10961 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
10962 property.
10963
0cc6477b
EZ
109642006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
10965
10966 * speedbar.el (speedbar-after-create-hook): Doc fix.
10967
5113b294
EZ
109682006-04-02 Michael Ernst <mernst@alum.mit.edu>
10969
10970 * shell.el (shell-directory-tracker)
10971 (shell-dynamic-complete-command): Doc fixes.
10972
61be4a8a
EZ
109732006-04-01 Matt Hodges <MPHodges@member.fsf.org>
10974
10975 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
10976 terminals.
10977
e701756a
KS
109782006-04-01 Kim F. Storm <storm@cua.dk>
10979
10980 * ido.el (ido-unc-hosts-cache): New defvar.
10981 (ido-unc-hosts): If value of defcustom is a function, call it to
10982 get list of UNC hosts. Add function-item choices to specify
10983 ido-unc-hosts-net-view or user function.
10984 (ido-ignore-unc-host-regexps): New defcustom.
10985 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
10986 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
10987 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
10988
1c50e1e5
SM
109892006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10990
10991 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
10992 wwidth.
10993
3903655d
JB
109942006-03-31 Juanma Barranquero <lekktu@gmail.com>
10995
a2cf0212
JB
10996 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
10997 (ido-max-work-file-list, ido-switch-buffer)
10998 (ido-read-file-name-as-directory-commands):
3903655d
JB
10999 Fix typos in docstrings.
11000
4da2c33b
YM
110012006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11002
11003 * term/mac-win.el (mac-system-coding-system): Define and use after
11004 Mac-specific coding systems are ready.
11005
8d214091
RF
110062006-03-27 Romain Francoise <romain@orebokech.com>
11007
11008 * net/rcirc.el (rcirc-connect): Add autoload cookie.
11009
ab5523ff
RF
11010 * ldefs-boot.el: Update.
11011
276e2740
SJ
110122006-03-27 Daiki Ueno <ueno@unixuser.org>
11013
11014 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11015 passphrases when it is not needed.
11016 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11017 passphrase stuff from gpg, should only be necessary when you use
11018 gpg with a smartcard.
11019
9db237d5
NR
110202006-03-27 Nick Roberts <nickrob@snap.net.nz>
11021
11022 * comint.el (comint-dynamic-list-completions): Allow user to
11023 select *Completions* buffer.
11024
80d116c1
CD
110252006-03-27 Carsten Dominik <dominik@science.uva.nl>
11026
260a5020 11027 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
80d116c1 11028
d6e4b785
AS
110292006-03-26 Andreas Schwab <schwab@suse.de>
11030
11031 * progmodes/gud.el (gdb): Only complain about multiple debugging
11032 when the gdb process is still running.
11033
1da6a64d
EZ
110342006-03-25 Eli Zaretskii <eliz@gnu.org>
11035
11036 * mail/rmail.el (tool-bar-map): Defvar it.
11037 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11038 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11039
cb0b6766
EZ
110402006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
11041
11042 * help.el (print-help-return-message): Suggest to use
11043 display-buffer instead of switch-to-buffer-other-window to restore
11044 the previous window without selecting it.
11045
0f49150e
YM
110462006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11047
11048 * frame.el (select-frame-by-name): Call x-focus-frame also when
11049 window-system is mac.
11050
11051 * term/mac-win.el: Adjust Courier font specifications in
11052 x-fixed-font-alist.
11053 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11054 when directly encoding to UTF-16 in native byte order, no BOM.
11055
749e5af5
KS
110562006-03-25 Kim F. Storm <storm@cua.dk>
11057
11058 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11059 (cua--init-keymaps): Use it instead of fixed C-return.
11060 (cua-mode): Set after it.
11061
67438f77
SM
11062 * emulation/cua-rect.el (cua--init-rectangles):
11063 Use cua-rectangle-mark-key instead of fixed C-return.
749e5af5 11064
833627da
NR
110652006-03-25 Nick Roberts <nickrob@snap.net.nz>
11066
11067 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11068 "run" in .gdbinit.
11069 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11070
3095ccf5
RF
110712006-03-24 Romain Francoise <romain@orebokech.com>
11072
11073 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11074 `display-buffer-other-frame'.
11075
0ef4f79b
KS
110762006-03-24 Kim F. Storm <storm@cua.dk>
11077
11078 * apropos.el (apropos-synonyms): Add selection => region.
11079
749e5af5 110802006-03-24 Nick Roberts <nickrob@snap.net.nz>
d1f18d58
NR
11081
11082 * progmodes/gdb-ui.el (gdb-var-create-regexp)
11083 (gdb-var-list-children-regexp, gdb-var-update-regexp)
11084 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11085 (gdb-data-list-register-values-regexp)
0ef4f79b 11086 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
d1f18d58
NR
11087 Future proof against new fields being added to MI output.
11088 (gdb-send): Don't treat backslashes for program input as
11089 continuations.
11090 (gdb-assembler-handler): Don't use window-start for this handler.
11091 (gdb-frame-handler): Don't change to hollow arrow if overlay
11092 arrow doesn't move to new frame.
11093
d23969f3
NR
110942006-03-24 Nick Roberts <nickrob@snap.net.nz>
11095
11096 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11097 prevent compiler warnings.
11098 (gdb-stopped): Check for gud-last-last-frame (case: signal).
67438f77 11099 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
d23969f3
NR
11100 (gdb-assembler-custom): Use hollow-right-triangle for assembler
11101 buffer too.
11102
de82e530
SJ
111032006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
11104
11105 * pgg-gpg.el (pgg-gpg-update-agent): Check for
11106 make-network-process, so we can use the same code in Gnus v5-10
11107 too and have this file fully synchronized with that release.
11108
fde057aa
RF
111092006-03-23 Romain Francoise <romain@orebokech.com>
11110
11111 * ibuf-ext.el (ibuffer-read-filter-group-name):
11112 Use `ibuffer-generate-filter-groups' to make completion list match
11113 the filter groups that are really displayed in the Ibuffer buffer.
11114 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11115
9b99ec0e
KH
111162006-03-23 Kenichi Handa <handa@m17n.org>
11117
11118 * international/mule-cmds.el (sort-coding-systems): Describe that
11119 the argument is modified in docstring.
11120
159a31cf 111212006-03-22 Sascha Wilde <wilde@sha-bang.de>
4803386d
SJ
11122
11123 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11124 (pgg-gpg-update-agent): New function.
11125 (pgg-gpg-use-agent-p): New function.
11126 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11127 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11128 (pgg-gpg-sign-region): Use it.
11129
e02577b7
CY
111302006-03-21 Chong Yidong <cyd@stupidchicken.com>
11131
11132 * cus-edit.el (custom-face-set): Call custom-push-theme before
11133 face-spec set so that `changed' theme is correctly saved.
11134 (custom-face-reset-standard): Reset to recalculated face rather
11135 than defface spec.
11136
11137 * custom.el (custom-push-theme): Only save `changed' theme if the
11138 current face does not match the defface specs.
11139
e563e53b
SJ
111402006-03-21 Simon Josefsson <jas@extundo.com>
11141
11142 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11143 <wilde@sha-bang.de>.
11144 (pgg-gpg-use-agent): New variable.
11145 (pgg-gpg-process-region): Use it.
11146 (pgg-gpg-encrypt-region): Likewise.
11147 (pgg-gpg-encrypt-symmetric-region): Likewise.
11148 (pgg-gpg-decrypt-region): Likewise.
11149 (pgg-gpg-sign-region): Likewise.
11150 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11151
9ed8b6cb
CD
111522006-03-21 Carsten Dominik <dominik@science.uva.nl>
11153
05e4f54c 11154 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
9ed8b6cb
CD
11155 bracket links.
11156
52bd2f43
KS
111572006-03-21 Kim F. Storm <storm@cua.dk>
11158
11159 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11160 fringe-indicator-alist instead of modifying global value.
11161 (gdb-frame-handler): Likewise.
11162
b756c64c
NR
111632006-03-21 Nick Roberts <nickrob@snap.net.nz>
11164
11165 * diff-mode.el (diff-function): Make it inherit from diff-header
11166 instead of diff-context.
11167
11168 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11169 bitmap.
11170 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11171 change names in macro above for consistency.
11172 (gdb-frame-handler): Use hollow-right-triangle for all selected
11173 frames which except the innermost (where execution has stopped).
11174 (gdb-reset): Reset buffer-local values of overlay-arrow.
11175
ab9b3866
RS
111762006-03-20 Richard Stallman <rms@gnu.org>
11177
3b4a1f68
RS
11178 * simple.el (set-mark-command): Doc fix.
11179
ab9b3866
RS
11180 * files.el (display-buffer-other-frame): New command.
11181 (ctl-x-4-map): Bind C-x 5 C-o to it.
11182
0902822d
SM
111832006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11184
11185 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11186 rather than just defer-time, in case defer-time has been changed but
11187 the timer isn't running yet.
11188 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11189
c287ad03
LT
111902006-03-19 Luc Teirlinck <teirllm@auburn.edu>
11191
0902822d
SM
11192 * help-mode.el (help-follow-symbol): New function.
11193 Essentially identical to the old `help-follow', but do not let
11194 `push-button' do the work when on an xref.
c287ad03
LT
11195 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11196
c287ad03
LT
111972006-03-19 Richard Stallman <rms@gnu.org>
11198
11199 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11200 preceded by the word `program'.
11201 (help-follow-mouse, help-follow): Throw error if not on xref.
11202 Delete no longer used args.
11203
bdee903e
NR
112042006-03-20 Nick Roberts <nickrob@snap.net.nz>
11205
11206 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11207 annotation ensure gud-overlay-arrow-position is redisplayed.
11208
8a51a318
RW
112092006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11210
11211 * textmodes/bibtex.el (bibtex-include-OPTkey)
0902822d 11212 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
8a51a318
RW
11213 (bibtex-autokey-name-case-convert)
11214 (bibtex-autokey-titleword-case-convert): Make these the aliases
11215 for the following two variables.
11216 (bibtex-autokey-name-case-convert-function)
11217 (bibtex-autokey-titleword-case-convert-function): Make these the
11218 real names.
11219 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11220 bibtex-font-lock-crossref sublists.
11221 (bibtex-mode): Revert 2005-12-30 change (which made
11222 completion-ignore-case buffer-local).
0902822d 11223 (bibtex-url): Simplify.
8a51a318 11224
45c1c789
KS
112252006-03-19 Kim F. Storm <storm@cua.dk>
11226
11227 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11228 cursor property value to 2 (to align with C level change).
11229
ae77c7ff
BW
112302006-03-19 Bill Wohler <wohler@newt.com>
11231
11232 * image.el (image-load-path-for-library): Shorten first line in
11233 docstring.
11234
967012d2
RS
112352006-03-18 Richard Stallman <rms@gnu.org>
11236
11237 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11238
e4d181dc
EZ
112392006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
11240
11241 * isearch.el (isearch-other-meta-char): Handle user bindings for
11242 shifted control characters.
11243
7b833ed1
EZ
112442006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
11245
11246 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11247 part that matches email addresses, file names, etc.
11248
7e37c7c0
EZ
112492006-03-18 Eli Zaretskii <eliz@gnu.org>
11250
0902822d
SM
11251 * term/w32-win.el (mouse-set-font):
11252 Mention w32-list-proportional-fonts in the doc string.
7e37c7c0 11253
8bd8eddc
KS
112542006-03-18 Kim F. Storm <storm@cua.dk>
11255
11256 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11257 (ido-unc-hosts): New user option to explicitly define list of know
11258 UNC-style hosts for completion.
11259 (ido-cache-unc-host-shares-time): New user option.
55b76f19
KS
11260 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11261 New helper functions for UNC file-name support.
8bd8eddc
KS
11262 (ido-may-cache-directory): Check for UNC host. Simplify.
11263 (ido-wash-history): Clean out old UNC hosts.
11264 (ido-nonreadable-directory-p): UNC hosts are always readable.
11265 (ido-directory-too-big-p): UNC hosts are never too big.
11266 (ido-set-current-directory): Handle UNC root path.
11267 (ido-file-name-all-completions): Complete UNC host names from
11268 ido-unc-hosts list. Cache UNC host shares.
11269 (ido-make-file-list-1): Don't filter UNC root.
11270 (ido-exhibit): Check for // in root directory, and switch to UNC
11271 mode by setting ido-current-directory to //.
11272
c3de8dd4
LT
112732006-03-17 Luc Teirlinck <teirllm@auburn.edu>
11274
11275 * cus-edit.el (customize-changed-options): Mention explicit
11276 version number as default in prompt.
11277
40db64d2
BW
112782006-03-17 Bill Wohler <wohler@newt.com>
11279
11280 * image.el (image-load-path-for-library): Minor docstring fix.
11281
7f99ce52
CD
112822006-03-17 Carsten Dominik <dominik@science.uva.nl>
11283
11284 * textmodes/org.el (org-read-date): Include subgroup 5 into
11285 replacement text.
70a49ac6 11286 (org-popup-calendar-for-date-prompt): Fix customization type.
7f99ce52 11287
8ab8e521
NR
112882006-03-17 Nick Roberts <nickrob@snap.net.nz>
11289
11290 * progmodes/gdb-ui.el (gud-watch): Provide completion.
11291 (gdb-continuation): New variable.
11292 (gdb-send): Deal with continuation lines.
11293
11294 * progmodes/gud.el (gud-gdb-complete-command)
11295 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11296 expressions.
11297 (gud-tooltip-mode): Use buffer-local value.
11298
76d4eb05
KS
112992006-03-16 Kim F. Storm <storm@cua.dk>
11300
11301 * ido.el (ido-edit-input): Use selected match, if any.
11302
c0696e1b
BW
113032006-03-16 Bill Wohler <wohler@newt.com>
11304
11305 * image.el (image-load-path-for-library): Prefer user's images in
11306 image-load-path.
11307
89a94f1e
CY
113082006-03-16 Martin Rudalics <rudalics@gmx.at>
11309
11310 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11311 when checking for attempt to drag leftmost or rightmost scrollbar.
11312
af967423
NR
113132006-03-16 Nick Roberts <nickrob@snap.net.nz>
11314
11315 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11316 (gdb-force-mode-line-update): New function.
11317 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11318 (gdb-exited): Use them.
55b76f19 11319 (gdb-signal): New function.
af967423
NR
11320 (gdb-annotation-rules): Provide a rule for it.
11321
8d40f004
KH
113222006-03-16 Kenichi Handa <handa@m17n.org>
11323
dc5c3489
KH
11324 * international/mule.el (auto-coding-regexp-alist): Add entries
11325 for Unicode BOM.
11326
8d40f004
KH
11327 * sort.el (sort-build-lists): Temporarily bind
11328 inhibit-field-text-motion to t.
11329
e6b7cc22
LT
113302006-03-15 Luc Teirlinck <teirllm@auburn.edu>
11331
11332 * locate.el (locate-command, locate-make-command-line)
11333 (locate-fcodes-file, locate-update-command)
11334 (locate-prompt-for-command, locate, locate-with-filter)
11335 (locate-get-file-positions): Doc fixes.
11336 (locate-buffer-name, locate-header-face): Remove leading `*' in
11337 defcustom.
11338 (locate-filter-output): Use `keep-lines' instead of its alias
11339 `delete-non-matching-lines'.
11340 (locate-get-filename, locate-get-dirname): Add introductory comment.
11341 (locate-find-directory-other-window): Give appropriate error
11342 message if used outside main listing.
11343
4ffc92c2
SM
113442006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11345
11346 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11347 the new extend-region feature.
11348 (font-lock-after-change-function): Update correspondingly.
11349 * jit-lock.el (jit-lock-after-change): Update correspondingly.
11350 * progmodes/grep.el (font-lock-lines-before): Don't disable.
11351
9f036d33
BW
113522006-03-15 Bill Wohler <wohler@newt.com>
11353
11354 * image.el (image-load-path-for-library): Fix example by not
55b76f19 11355 recommending that one binds image-load-path. Just defvar it to
9f036d33
BW
11356 placate compiler and only use it if previously defined.
11357
9212fe99
CD
113582006-03-15 Carsten Dominik <dominik@science.uva.nl>
11359
713cb18d 11360 * textmodes/org.el (org-insert-centered): Use `string-width' to
9212fe99
CD
11361 make underlining work for wide characters.
11362 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11363 TAB to `org-cycle', to make sure that no binding in
11364 `outline-mode-map' can supercede it.
11365
b3d0dafb
LT
113662006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
11367
891d66c9 11368 * allout.el: Increment version to 2.2.1 in file commentary.
b3d0dafb 11369
891d66c9 11370 (allout-version): Increment to 2.2.1.
b3d0dafb 11371
891d66c9
LT
11372 (allout-default-layout): New customization variable, used when the
11373 file lacks a specific allout-layout. Uses allout-layout-type for
11374 recursively nested definition.
b3d0dafb 11375
891d66c9
LT
11376 (allout-layout-type): Widget defining allout layouts, necessary for
11377 self-recursive definition.
b3d0dafb 11378
891d66c9
LT
11379 (allout-mode): Incorporate allout-default-layout as fallback for
11380 allout-layout.
b3d0dafb 11381
891d66c9
LT
11382 (allout-layout): Mark as 'safe-local-variable', and refer mention
11383 fallback to `allout-default-layout' in absence of a specified value.
11384 (allout-passphrase-verifier-string)
11385 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
b3d0dafb 11386
891d66c9 11387 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
b3d0dafb 11388
891d66c9
LT
11389 (allout-get-encryption-passphrase-verifier): Use correct name of
11390 passphrase verifier in docstring.
b3d0dafb 11391
3470ef37
NR
113922006-03-15 Nick Roberts <nickrob@snap.net.nz>
11393
11394 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11395 elements.
55b76f19
KS
11396 (gdb-find-watch-expression): Make it work for arrays too.
11397 Follow change to gdb-var-list.
3470ef37
NR
11398 (gud-watch): Allow the user to enter variable name with a prexix
11399 arg. Create keybindings.
11400 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11401 (gdb-var-list-children-handler, gdb-var-update-handler)
11402 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11403 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11404 Follow change to gdb-var-list.
55b76f19 11405 (gdb-starting): Don't show the overlay arrows when program is running.
3470ef37
NR
11406
11407 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11408 gdb-var-list.
11409
5248a565
BW
114102006-03-14 Bill Wohler <wohler@newt.com>
11411
11412 * image.el (image-load-path-for-library): Pass value of path
55b76f19
KS
11413 rather than symbol. Always return list of directories.
11414 Guarantee that image directory comes first.
5248a565 11415
c852c516
AM
114162006-03-14 Alan Mackenzie <acm@muc.de>
11417
55b76f19
KS
11418 * font-core.el (font-lock-extend-region\(-function\)?.):
11419 New function/variable.
c852c516 11420
55b76f19
KS
11421 * font-lock.el (font-lock-after-change-function):
11422 Call font-lock-extend-region. Obey font-lock-lines-before.
c852c516
AM
11423 (font-lock-default-fontify-region): Remove reference to
11424 font-lock-lines-before.
11425
55b76f19
KS
11426 * jit-lock.el (jit-lock-after-change):
11427 Call font-lock-extend-region. Obey font-lock-lines-before.
c852c516 11428
d4695487
DP
114292006-03-14 David Ponce <david@dponce.com>
11430
11431 * tree-widget.el (tree-widget-themes-load-path)
11432 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11433
e8f10ddb
MB
114342006-03-13 Ryan Yeske <rcyeske@gmail.com>
11435
11436 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11437 (rcirc-print): Mark the start of text at the end of the prompt.
11438 (rcirc-track-minor-mode): Add autoload cookie.
11439 (rcirc-update-activity-string): Add space to front of mode-line
11440 indicator.
11441
54aba1ee
MB
114422006-03-13 Miles Bader <miles@gnu.org>
11443
3470ef37
NR
11444 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11445 (rcirc-abbrev-nick): Remove function.
54aba1ee
MB
11446 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11447
4f8f072e
DP
114482006-03-13 David Ponce <david@dponce.com>
11449
11450 * tree-widget.el: Handle themes across all occurrences of the main
11451 themes sub-directory found in tree-widget-themes-load-path.
11452 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11453 (tree-widget--locate-sub-directory): Return all occurrences.
55b76f19
KS
11454 (tree-widget-themes-path): New function.
11455 Replace tree-widget-themes-directory, and return a list of directories.
4f8f072e
DP
11456 (tree-widget-set-parent-theme)
11457 (tree-widget-lookup-image): Use it.
11458
586392ba
CD
114592006-03-13 Carsten Dominik <dominik@science.uva.nl>
11460
713cb18d 11461 * textmodes/org.el (org-link-search): Avoid self-matching of
586392ba
CD
11462 links, allow target text to be distributed over several lines.
11463 (org-search-not-link): New function.
713cb18d
JB
11464 (org-set-regexps-and-options, org-get-current-options):
11465 New startup options.
586392ba
CD
11466 (org-export-as-html): Take odd-level setting from local variable.
11467 (org-fontify-emphasized-text): New option.
11468 (org-set-font-lock-defaults): Include emphasized text.
11469 (org-follow-mhe-link): Allow folder-only links, fix folder name.
11470 (org-font-lock): Customize group renamed from `org-faces'.
11471
da63ece4
JPW
114722006-03-13 John Paul Wallington <jpw@pobox.com>
11473
11474 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11475 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
11476
2a1eac63
LT
114772006-03-12 Luc Teirlinck <teirllm@auburn.edu>
11478
11479 * cus-start.el (all): Delete :version keyword for members of the
11480 fringe group, since the entire group is new in 22.1.
11481
81d4dba3
NR
114822006-03-13 Nick Roberts <nickrob@snap.net.nz>
11483
11484 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11485 map if value is hexadecimal (an address).
11486 (gud-watch): Only search roots for existing watch expressions.
11487 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11488 prevent caching problems with speedbar-update-directory-contents.
11489
2d19a2a4
JL
114902006-03-12 Juri Linkov <juri@jurta.org>
11491
11492 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11493 before comparing with `low' and `warn'.
11494
11495 * info.el (Info-dir-remove-duplicates): Move point to the
11496 beginning of the current line after deleting the entries from
11497 redundant heading. Use marker for `limit' and compare it with
11498 point before calling `re-search-forward'.
11499
f372bd5b
LT
115002006-03-11 Luc Teirlinck <teirllm@auburn.edu>
11501
11502 * simple.el (yank): Fix typo in docstring.
11503
2c1bd367
EZ
115042006-03-11 Ryan Yeske <rcyeske@gmail.com>
11505
11506 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11507 messages, where "D" is the 6th character.
11508
f161146b
EZ
115092006-03-11 Eli Zaretskii <eliz@gnu.org>
11510
11511 * simple.el (yank): Fix last change.
11512
db3c0e9c
EZ
115132006-03-11 David Ponce <david@dponce.com>
11514
11515 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
11516 merging elements from the standard ispell-dictionary-alist.
11517 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
11518 alist, and return the new alist.
11519
5a893bff
RS
115202006-03-11 Richard Stallman <rms@gnu.org>
11521
11522 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
11523
11524 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
11525 the way it is implemented is too unclean.
11526
11527 * simple.el (kill-region, yank): Doc fix.
11528
11529 * battery.el (battery-echo-area-format): Doc fix.
11530 (battery-mode-line-format): Likewise.
11531 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
11532 (battery-linux-proc-acpi): Ignore batteries that say "charged".
11533
0c93f715
EZ
115342006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
11535
713cb18d
JB
11536 * progmodes/octave-mod.el (octave-indent-for-comment):
11537 Behave according to do string.
0c93f715 11538
55faab0a
EZ
115392006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
11540
8887e8ec
EZ
11541 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
11542 Be visible only if major mode is Mail Mode.
11543
55faab0a
EZ
11544 * textmodes/flyspell.el (flyspell-external-point-words)
11545 (flyspell-process-localwords): Fix last changes.
11546
7325e714
EZ
115472006-03-11 Eli Zaretskii <eliz@gnu.org>
11548
306cea3a
EZ
11549 * calendar/holidays.el (list-holidays): Doc fix.
11550
7325e714
EZ
11551 * international/mule.el (auto-coding-alist): Add .odt
11552 (OpenOffice's open document) files.
11553
11554 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
11555 document) files. Mention in the doc string the need to sync with
11556 auto-coding-alist.
11557
af467e28
CY
115582006-03-10 Chong Yidong <cyd@stupidchicken.com>
11559
11560 * files.el (hack-local-variables-confirm): Don't prompt for ! if
11561 enable-local-variables is set to always query, or there is no
11562 savable variable.
11563
7c565097
BW
115642006-03-10 Bill Wohler <wohler@newt.com>
11565
11566 * image.el (image-load-path-for-library): Merge at least three
11567 functions from Gnus and MH-E into this one function that can now
11568 be shared.
11569
3cf61a4f
NR
115702006-03-11 Nick Roberts <nickrob@snap.net.nz>
11571
11572 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
11573 gdb-remove-mouse-face and remove help-echo too.
11574 (gdb-enqueue-input): Correct conditional clause.
713cb18d 11575
5a473319
GM
115762006-03-10 Glenn Morris <rgm@gnu.org>
11577
11578 * calendar/calendar.el (calendar-holidays): Doc fix.
11579 * calendar/holidays.el (list-holidays): Doc fix.
11580
05c31df2
NR
115812006-03-10 Nick Roberts <nickrob@snap.net.nz>
11582
11583 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
11584 it gets called in gdb-prompt anyway.
11585 (gdb-use-separate-io-buffer): Only restore window arrangement for
11586 gdb-many-windows.
11587 (gdb-enqueue-input): Make it harder to send GDB input when program
11588 is running.
11589 (gdb-buffer-list): New variable.
11590 (gdb-remove-mouse-face): New function.
11591 (gdb-starting): Use it when GDB input won't get sent.
11592
60a7c013
JB
115932006-03-08 Juanma Barranquero <lekktu@gmail.com>
11594
11595 * help.el (view-lossage): Remove trailing whitespace before
11596 inserting "\n".
11597
46d91fa0
CY
115982006-03-07 Chong Yidong <cyd@stupidchicken.com>
11599
55b76f19
KS
11600 * files.el (hack-local-variables-confirm):
11601 Set coding-system-for-read to nil before writing to .emacs.
4299d849 11602
9b1fad33
CY
11603 * arc-mode.el (archive-extract): Check if an existing buffer name
11604 comes from a different archive.
11605
46d91fa0
CY
11606 * help.el (describe-key-briefly): If KEY is a down event, read and
11607 discard the up event.
11608
d9b586ff
NR
116092006-03-07 Nick Roberts <nickrob@snap.net.nz>
11610
11611 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
11612 be edited and use font-lock-warning-face for any changes.
11613
11614 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
11615 (gdb-edit-value): Use it to report any errors.
11616
c2f6ba99
JB
116172006-03-07 Juanma Barranquero <lekktu@gmail.com>
11618
11619 * help.el (describe-key): Remove leftover test code.
11620
7204b00e
CD
116212006-03-07 Carsten Dominik <dominik@science.uva.nl>
11622
55b76f19
KS
11623 * textmodes/org.el: Move defvars out of eval-when-compile.
11624 Use buffer-file-name variable.
7204b00e
CD
11625 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
11626 arg `file'.
11627 (org-level-faces): Remove startup dependency.
11628 (org-cycle, org-map-tree, org-scan-tags)
11629 (org-remember-handler): Don't call `outline-level' directly.
11630 (org-mhe-search-all-folders): New option.
c2f6ba99
JB
11631 (org-mhe-get-message-folder-from-index)
11632 (org-mhe-get-message-folder): Fix indexing search.
7204b00e
CD
11633 (org-format-agenda-item): Handle nil TAGS argument.
11634 (org-cleaned-string-for-export, org-activate-target-links)
11635 (org-make-target-link-regexp): Deal with empty radio target list.
11636 (org-tag): New face.
11637 (org-get-level-face): New function.
11638 (org-set-font-lock-defaults): Simplify setup for headlines.
55b76f19 11639 (org-complete): Pass common substring to `display-completion-list'.
7204b00e 11640
3070196c
DP
116412006-03-06 David Ponce <david@dponce.com>
11642
11643 * tree-widget.el: Update Commentary header.
11644 (tree-widget-theme-name): Ignore parent themes.
11645 (tree-widget-set-parent-theme): New function.
11646 (tree-widget-set-theme): Use it.
11647 (tree-widget-set-image-properties): Move definition. Does nothing
11648 if image properties have already been set.
11649 (tree-widget-image-properties): Move definition. Receive an image
11650 name. Set the :pointer property.
11651 (tree-widget-lookup-image): Doc fix. Search in parent themes.
11652 Don't set the :pointer image property.
11653 (tree-widget-convert-widget): New function. Handle :dynargs
11654 compatibility here.
11655 (tree-widget): Use it to :convert-widget. Add the :expander-p
11656 predicate to control when the :expander function is entered.
11657 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
11658 (tree-widget-value-create): Handle :expander-p. widget-apply
11659 :expander.
11660 (tree-widget-expander-p): New function. Default value of the
11661 :expander-p property.
11662
aa38f98e
CY
116632006-03-06 Chong Yidong <cyd@stupidchicken.com>
11664
11665 * help.el (describe-key): Properly handle the return value of
11666 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4dfb2678 11667 remaps. Handle string and vector `follow-link' values.
aa38f98e 11668
95983b95
SM
116692006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
11670
11671 * complete.el (PC-expand-many-files): Try be more careful when parsing
11672 the shell's output.
11673
1e0e9b38
SM
116742006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11675
11676 * outline.el (hide-sublevels): Provide better interactive default.
11677
50e3e564
KH
116782006-03-06 Kenichi Handa <handa@m17n.org>
11679
1e0e9b38
SM
11680 * international/fontset.el (create-fontset-from-fontset-spec):
11681 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
50e3e564 11682
af6a60c3
LT
116832006-03-05 Luc Teirlinck <teirllm@auburn.edu>
11684
a79fbdcb
LT
11685 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
11686 backslashes instead of one in regexp.
65416c68 11687 (gud-tooltip-dereference): Add missing optional argument.
af6a60c3 11688
681979fa
JPW
116892006-03-04 John Paul Wallington <jpw@pobox.com>
11690
11691 * wdired.el (toplevel): Require `cl' at compile-time.
11692
c6ce06a6
AS
116932006-03-04 Andreas Schwab <schwab@suse.de>
11694
11695 * server.el (server-process-filter): Handle errors during
11696 evaluation of the argument.
11697
da927269
JPW
116982006-03-03 John Paul Wallington <jpw@pobox.com>
11699
11700 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
11701 escape parentheses at beginning of line.
11702 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
11703 (t-mouse-mode): Remove period from end of error message.
11704
4a2c4459
EZ
117052006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
11706
1e0e9b38
SM
11707 * textmodes/flyspell.el (flyspell-process-localwords):
11708 Be case-sensitive.
4a2c4459 11709
d594e896 117102006-03-03 Martin Rudalics <rudalics@gmx.at>
c60168d2 11711
33709261
EZ
11712 * cus-edit.el (custom-quote): Remove function, since it has been
11713 moved to custom.el.
11714
a6966c1c
EZ
11715 * font-lock.el (lisp-font-lock-keywords-2)
11716 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
11717 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
11718 they have no special meaning.
11719
c60168d2 11720 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1e0e9b38 11721 indirect buffer gets killed before indirect buffer. Use dolist.
c60168d2
EZ
11722
117232006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
a6a2b5d4
EZ
11724
11725 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
11726 value instead of a literal constant (1) on more pauses.
11727
6e1fbe44
EZ
117282006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
11729
1e0e9b38
SM
11730 * textmodes/flyspell.el (flyspell-external-point-words):
11731 Be case-sensitive.
6e1fbe44 11732
019ed9c7
EZ
117332006-03-03 Ryan Yeske <rcyeske@gmail.com>
11734
11735 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
11736 with "www".
11737
46771bb3
EZ
117382006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
11739
c601a68b 11740 * allout.el: Restablish intermediate missing comment header to
46771bb3 11741 preserve outline structure.
c601a68b
KS
11742 (allout-beginning-of-current-entry): Skip invisible text.
11743 (allout-open-topic): Fix opening a topic at end-of-buffer.
11744 (allout-minor-mode): Move nearer to allout-mode function.
46771bb3 11745
2276b5b1
CD
117462006-03-02 Carsten Dominik <dominik@science.uva.nl>
11747
c601a68b 11748 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
2276b5b1 11749
115712f0
NR
117502006-03-02 Nick Roberts <nickrob@snap.net.nz>
11751
6aa79f63
NR
11752 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
11753 is nil.
11754
1e0e9b38
SM
11755 * progmodes/gud.el (gud-speedbar-menu-items):
11756 Use buffer-local-value and add missing :visible keyword.
115712f0 11757
c601a68b 11758 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
115712f0 11759
d464ce27
CD
117602006-03-01 Carsten Dominik <dominik@science.uva.nl>
11761
a85551d8
CD
11762 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
11763 must be `follow-link'.
11764
c601a68b 11765 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
a85551d8 11766
a196ea62 11767 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
d464ce27 11768 formatting: No nested anchors.
a196ea62 11769 (org-all-targets): Fix bug with XEmacs compatibility.
d464ce27 11770 (org-read-date): Add (require 'parse-time).
a196ea62 11771 (org-set-tags): Fix bug with extra inserted space.
d464ce27 11772 (org-export-html-style): Define a style class for targets.
1e0e9b38 11773 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
d464ce27
CD
11774 (org-hide-leading-stars): New option.
11775 (org-hide): New face.
11776 (org-set-font-lock-defaults): Allow to hide leading stars.
11777 (org-get-legal-level, org-tr-level): New functions.
11778 (org-odd-levels-only): New option.
a196ea62
JB
11779 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
11780 (org-demote, org-promote): Deal with double-star levels.
d464ce27
CD
11781 (org-convert-to-odd-levels): New command.
11782
e9cee67e
NR
117832006-03-01 Nick Roberts <nickrob@snap.net.nz>
11784
11785 * speedbar.el (speedbar-update-localized-contents): Try to
11786 preserve window-start.
11787 (speedbar-update-directory-contents): Try to preserve window-start
11788 and window-point.
c601a68b 11789 (speedbar-update-special-contents): Don't move back to start of window.
e9cee67e
NR
11790
11791 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
11792 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1e0e9b38 11793 speedbar-timer-fn.
e9cee67e
NR
11794 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
11795 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
11796 instead of gdb-speedbar-timer-fn.
e9cee67e 11797
29ecdb22
JB
117982006-02-28 Jay Belanger <belanger@truman.edu>
11799
a196ea62
JB
11800 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
11801 (math-compose-expr): Use latex option when calling
29ecdb22
JB
11802 `math-compose-tex-matrix' for latex mode.
11803
766bcec1
NR
118042006-02-28 Nick Roberts <nickrob@snap.net.nz>
11805
5ef21574
NR
11806 * speedbar.el: Re-instate comments about developing for speedbar
11807 [this is what info and gdb-ui use even if better methods exist now].
11808
766bcec1
NR
11809 * t-mouse.el: New file.
11810 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
55b76f19
KS
11811 (t-mouse-lispy-buffer-posn-from-coords): Remove.
11812 (t-mouse-make-event-element): Use posn-at-x-y instead.
766bcec1
NR
11813 (t-mouse-make-event): Deal with Fedora Core 3.
11814 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
11815 (t-mouse-mouse-position-function): New function. Use it instead
11816 of advising mouse-position.
11817 (t-mouse-mode): New minor mode.
11818 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
11819
c61633ba
GM
118202006-02-27 Glenn Morris <rgm@gnu.org>
11821
11822 * calendar/calendar.el (calendar-holidays): Doc fix.
11823
661f54cb
NR
118242006-02-27 Nick Roberts <nickrob@snap.net.nz>
11825
a196ea62 11826 * progmodes/gdb-ui.el (gdb-source-window): New variable.
661f54cb
NR
11827 Re-introduce the concept of a source window.
11828 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
11829 consistency with get-buffer-create.
11830 (def-gdb-auto-update-handler, gdb-info-locals-handler)
11831 (gdb-data-list-register-values-handler)
11832 (gdb-stack-list-locals-handler): Try to preserve window-start as
11833 well as window-point.
11834 (gdb-display-source-buffer): New function (old concept).
11835 (gdb-goto-breakpoint): Use it.
11836
11837 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
11838 for gdb-ui/gdb-mi (old concept).
11839
753656f3
CD
118402006-02-27 Carsten Dominik <dominik@science.uva.nl>
11841
11842 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
11843 binding.
11844
55b76f19 11845 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
753656f3 11846
a196ea62
JB
11847 * textmodes/reftex-sel.el (reftex-select-label-map)
11848 (reftex-select-bib-map): Add `follow-mouse' binding.
0738d819 11849
440cbd9e
LT
118502006-02-26 Luc Teirlinck <teirllm@auburn.edu>
11851
11852 * jka-cmpr-hook.el (jka-compr-compression-info-list)
11853 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
11854 Give :set functions to provide automatic updating.
11855 Update docstring. Give compiler defvars early in the file
11856 and move the defcustoms to a later spot where all called functions
11857 are defined.
11858 (jka-compr-file-name-handler-entry): Doc fix.
11859 (jka-compr-compression-info-list--internal)
11860 (jka-compr-mode-alist-additions--internal)
11861 (jka-compr-load-suffixes--internal): New variables.
11862 (jka-compr-install): Set the three above variables.
11863 Update `load-file-rep-suffixes' instead of `load-suffixes'.
11864 (jka-compr-update, jka-compr-set): New functions.
11865 (auto-compression-mode): Doc fix.
11866
11867 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
11868 Update `load-file-rep-suffixes' instead of `load-suffixes'.
11869 Use jka-compr-compression-info-list--internal,
11870 jka-compr-mode-alist-additions--internal and
11871 jka-compr-load-suffixes--internal.
11872
11873 * files.el (load-library):
11874 * loadhist.el (file-loadhist-lookup):
11875 * startup.el (command-line):
11876 * subr.el (locate-library):
11877 * emacs-lisp/autoload.el (update-directory-autoloads):
1e0e9b38
SM
11878 * emacs-lisp/find-func.el (find-library-suffixes):
11879 Use `get-load-suffixes' instead of `load-suffixes'.
440cbd9e
LT
11880
11881 * subr.el (locate-library):
1e0e9b38
SM
11882 * emacs-lisp/find-func.el (find-library-name):
11883 Use `load-file-rep-suffixes' instead of '("").
440cbd9e 11884
a0eacbcd
KS
118852006-02-26 Kim F. Storm <storm@cua.dk>
11886
1e0e9b38
SM
11887 * ido.el (ido-save-history, ido-load-history): Simplify.
11888 Don't use find-file-noselect to avoid interference from other modes.
a0eacbcd 11889
19cd88cc
TTN
118902006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
11891
11892 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
11893 to use the default shell if filename is not available.
11894 Reported by Giorgos Keramidas.
11895
957e3996
FP
118962006-02-25 John Williams <jrw@pobox.com> (tiny change)
11897
11898 * progmodes/etags.el (tags-completion-table): Do completion from
11899 all the tables in the current list, as documented in the manual.
11900
cb694ab7
AM
119012006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11902
11903 * CC Mode Update to 5.31.3.
11904
119052006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11906
1e0e9b38
SM
11907 * progmodes/cc-mode.el (c-postprocess-file-styles):
11908 Bind inhibit-read-only to t, around the call to
cb694ab7
AM
11909 c-remove-any-local-eval-or-mode-variables, so that it works on a
11910 RO file.
11911
119122006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11913
11914 * progmodes/cc-awk.el: Correct a typo.
11915
119162006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11917
11918 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
11919 c-hungry-delete-backwards, at the request of RMS. Leave the old
11920 name as an alias.
11921
119222006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11923
11924 * progmodes/cc-mode.el: Correct a typo.
11925
119262006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11927
11928 * progmodes/cc-defs.el: Update the version number to 5.31.3.
11929
119302006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11931
11932 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
11933 brace-else-brace (error due to mbeg, mend being undefined).
11934
119352006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11936
11937 * progmodes/cc-mode.el: File Local variables: Solve the problem
11938 where both `mode' and c-file-offsets are specified: `mode' will
11939 overwrite c-f-o's settings:
a196ea62
JB
11940 (c-remove-any-local-eval-or-mode-variables): New function.
11941 (c-postprocess-file-styles): Call the above new function, within
cb694ab7
AM
11942 c-tentative-buffer-change, to splat `mode' and `eval' before the
11943 second hack-local-variables.
11944
119452006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11946
11947 * progmodes/cc-mode.el:
11948 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1e0e9b38
SM
11949 (c-after-change): Protect the match data with save-match-data.
11950 It was getting corrupted by c-after-change-check-<>-operators.
4ce3c91a 11951
cb694ab7
AM
11952 * cc-defs.el: [Supersedes patch V1.38]:
11953 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1e0e9b38 11954 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
cb694ab7
AM
11955
11956 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
11957 with save-match-data. It was being corrupted when Font Lock was
11958 not enabled.
11959
119602006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11961
11962 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
11963 Mode and Subword Mode.
11964
11965 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
11966 real labels ("case 1:" or "foo:") from non-labels ("public:").
11967 (c-forward-objc-directive): Replace c-forward-token-2 with crude
11968 coding; c-f-t-2 doesn't move over a token at EOB.
11969
1e0e9b38 11970 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
cb694ab7
AM
11971
11972 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
11973 (c-update-modeline): Concatenate the minor mode indicators
11974 directly onto mode-name, removing c-submode-indicators.
1e0e9b38 11975 Sometimes, c-s-i got separated from the mode name on the mode line.
cb694ab7 11976
a196ea62
JB
11977 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
11978 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
cb694ab7
AM
11979
119802006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11981
a196ea62 11982 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
cb694ab7
AM
11983 error message when there's an evaluation error to show whether
11984 it's loaded from source or not.
a196ea62 11985 (c-filter-ops): Make it available at runtime too to work when
cb694ab7
AM
11986 `c-make-init-lang-vars-fun' needs to evaluate from source.
11987
172892e3
JB
119882006-02-24 Juanma Barranquero <lekktu@gmail.com>
11989
11990 * help.el (help): Revert last part of 2006-02-23 change (deletion
11991 of the `provide' call).
11992
32670900
JL
119932006-02-23 Juri Linkov <juri@jurta.org>
11994
11995 * compare-w.el (compare-windows-highlight): Add new value
11996 `persistent' and change :type from `boolean' to `choice'.
11997 (compare-windows-overlays1, compare-windows-overlays2):
11998 New internal variables.
11999 (compare-windows-highlight): If compare-windows-highlight is
12000 `persistent', add current overlays to compare-windows-overlays[12]
12001 instead of adding compare-windows-dehighlight to pre-command-hook.
12002 (compare-windows-dehighlight): Delete all overlays from
12003 compare-windows-overlays[12].
12004
12005 * info.el (Info-search): Don't bind search-spaces-regexp to
12006 Info-search-whitespace-regexp in non-regexp isearch mode.
12007
4e6d3170
SM
120082006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12009
12010 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12011
35402b98
JB
120122006-02-23 Juanma Barranquero <lekktu@gmail.com>
12013
12014 * textmodes/org.el (org-xemacs-p)
12015 (org-export-html-show-new-buffer, org-table-may-need-update)
12016 (org-insert-item, org-mhe-get-message-real-folder)
12017 (org-mhe-get-message-folder-from-index)
12018 (org-mhe-get-message-folder, org-mhe-get-message-num)
12019 (org-mhe-get-header, org-make-org-heading-search-string)
12020 (org-make-org-heading-camel, org-table-sort-lines)
12021 (org-format-org-table-html, org-format-table-table-html):
12022 Fix typos in docstrings.
12023
55b76f19 120242006-02-23 Carsten Dominik <dominik@science.uva.nl>
1caf01c2 12025
85563680
JB
12026 * textmodes/org.el (org-cleaned-string-for-export)
12027 (org-solidify-link-text): New function.
12028 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12029 XEmacs, just to silence the compiler.
4e6d3170
SM
12030 (org-export-as-ascii, org-export-as-html-and-open):
12031 Use `org-cleaned-string-for-export' and create internal links.
1caf01c2
CD
12032 (org-follow-mhe-link): Require mh-e, use folder.
12033
e4905946
NR
120342006-02-23 Nick Roberts <nickrob@snap.net.nz>
12035
85563680 12036 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
e4905946
NR
12037
12038 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12039 gdb-debug-log-length.
12040 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
12041 it a real ring but...
12042 (gud-gdba-marker-filter): ...make it work like mark-ring.
12043 (gdb-enable-debug): Rename from gdb-enable-debug-log.
12044 (gdb-mouse-jump): New function. Add bindings.
12045
03937438
NR
120462006-02-23 Nick Roberts <nickrob@snap.net.nz>
12047
12048 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12049 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12050 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12051 (gdb-debug-log-length): Customize it's length.
12052 (gud-watch, gdb-var-create-handler): Display function::var format
12053 but don't use to create variable object.
12054 (gdb-var-create-handler): Use message-box in place of message.
12055 (gdb-stopped): Call gdb-exited if signalled.
12056
2e205512
CD
120572006-02-22 Carsten Dominik <dominik@science.uva.nl>
12058
85563680 12059 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
c7cf105d 12060
85563680 12061 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
3bfb8112 12062
85563680 12063 * textmodes/reftex.el (reftex-locate-file): Search all extensions
3bfb8112
CD
12064 if `reftex-try-all-extensions' is set.
12065
0738d819
CD
12066 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12067 fail silently when there is no valid argument at point.
12068 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12069 `fail-silently' argument. From a patch by David Reiter.
a196ea62 12070
35402b98 12071 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2e205512
CD
12072 New commands.
12073 (org-mark-ring): New variable.
12074 (org-mark-ring-length): New option.
12075 (org-open-at-point, org-goto, org-open-file): Push old position
12076 onto the mark ring.
12077 (org-add-hook): New function.
12078 (org-export-table-remove-special-lines): New option.
35402b98
JB
12079 (org-skip-comments, org-format-org-table-html): Respect new
12080 option `org-export-table-remove-special-lines'.
12081 (org-open-file): Allow special command configuration for
12082 directory link.
4e6d3170 12083 (org-file-apps): Fix bugs in customize type, added setting
35402b98 12084 for directories.
2e205512
CD
12085 (org-activate-tags, org-format-agenda-item, org-complete)
12086 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12087 (org-get-tags, org-get-buffer-tags, org-open-at-point)
12088 (org-link-search, org-make-org-heading-search-string)
12089 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12090 (org-radio-targets, org-file-link-context-use-camel-case)
12091 (org-activate-camels): New options.
12092 (org-update-radio-target-regexp, org-all-targets)
35402b98
JB
12093 (org-make-target-link-regexp, org-activate-target-links):
12094 New functions.
2e205512
CD
12095 (org-make-org-heading-search-string): New function.
12096 (org-store-link, org-insert-link): Use new option
12097 `org-file-link-context-use-camel-case'.
12098 (org-activate-camels): Use new option `org-activate-camels'.
4e6d3170 12099 (org-link-regexp): Add mhe prefix.
35402b98
JB
12100 (org-open-at-point, org-store-link): Support for mhe links.
12101 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12102 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12103 (org-mhe-get-header, org-follow-mhe-link): New functions.
12104 (org-remove-angle-brackets, org-add-angle-brackets):
12105 New functions.
12106 (org-bracket-link-regexp): New constant.
4e6d3170 12107 (org-read-date): Fix bug that was rejecting all typed dates.
2e205512
CD
12108 (org-link-search): Make hierarchy above visible after a match.
12109 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4e6d3170 12110 (org-store-link): Fix bug with link creation when cursor is in
2e205512 12111 an empty line.
4e6d3170 12112 (org-open-at-point): Fix bug with matching a link.
35402b98 12113 Fixed buggy argument sequence in call to `org-view-tags'.
2e205512
CD
12114 (org-compile-prefix-format): Set `org-prefix-has-tag'.
12115 (org-prefix-has-tag): New variable.
35402b98
JB
12116 (org-format-agenda-item): Remove tags from headline
12117 if appropriate.
2e205512
CD
12118 (org-agenda-remove-tags-when-in-prefix): New option.
12119
608c89a9 121202006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
85563680 12121
608c89a9 12122 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
85563680
JB
12123 Fix the regular expressions.
12124
f623a9d2
RS
121252006-02-21 Richard M. Stallman <rms@gnu.org>
12126
12127 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12128 if there's no other specific basis.
12129
12130 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12131 as variables at all.
12132 (unsafep-variable): Rename arg; doc fix.
12133
12134 * abbrevlist.el (list-one-abbrev-table): Add autoload.
12135
12136 * calendar/appt.el (diary-selective-display): Add defvar.
12137
12138 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12139
12140 * isearch.el (search-whitespace-regexp): Fix custom type.
12141
12142 * help.el (describe-key-briefly): Compute interactive args
12143 in same was as before previous change.
12144
12145 * files.el (enable-local-variables): Doc fix.
12146
dd9959da
KS
121472006-02-21 Kim F. Storm <storm@cua.dk>
12148
12149 * fringe.el: Cleanup as file is now pre-loaded.
12150 (fringe-bitmaps): Initialize unconditionally.
12151 (fringe-mode, set-fringe-style): Remove autoload cookies.
12152
121532006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
12154
12155 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12156 `horizontal-bar'.
12157 (fringe-cursor-alist): Use `horizontal-bar'.
12158
49af2995
KS
121592006-02-20 Kim F. Storm <storm@cua.dk>
12160
12161 * fringe.el (fringe-bitmaps): Update to new bitmap names.
12162 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12163
12164 * loadup.el: Load "fringe" on window systems.
12165
121662006-02-20 Nick Roberts <nickrob@snap.net.nz>
17007b97
NR
12167
12168 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12169 out of scope components.
12170
12171 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12172 default.
12173
ec9f0a62
CY
121742006-02-20 Chong Yidong <cyd@stupidchicken.com>
12175
4e6d3170
SM
12176 * custom.el (customize-mark-to-save, customize-mark-as-set):
12177 Load the symbol first.
ec9f0a62 12178
5376d5f6
JB
121792006-02-20 Juanma Barranquero <lekktu@gmail.com>
12180
12181 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12182 strech spec so it doesn't display as "^J" on the header line
12183 when `Buffer-menu-use-header-line' is t.
12184
8e6694f5
NR
121852006-02-20 Nick Roberts <nickrob@snap.net.nz>
12186
12187 * speedbar.el (speedbar-make-button): Keep text properties
12188 of string arguments if desired.
12189
12190 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12191 expessions.
12192
12193 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12194 of speedbar.
12195
07556e35
JPW
121962006-02-19 Ryan Yeske <rcyeske@gmail.com>
12197
12198 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12199 to value of `read-file-name-completion-ignore-case'.
12200
2d656942
CY
122012006-02-19 Chong Yidong <cyd@stupidchicken.com>
12202
fccf2784 12203 * custom.el (customize-mark-as-set): Push to `user' theme.
4a9ceb4e 12204
2d656942 12205 * cus-edit.el (custom-save-variables): Allow unthemed values.
fccf2784 12206 (customize-set-variable): Push setting to `user' theme.
2d656942 12207
4d9fa6b8
NR
122082006-02-19 Nick Roberts <nickrob@snap.net.nz>
12209
12210 * progmodes/gud.el: Don't require font-lock as it's now
12211 automatically loaded.
12212 (gud-speedbar-buttons): Replace gdb-var-changed with
12213 gdb-force-update.
12214
12215 * progmodes/gdb-ui.el (gdb-force-update): Rename from
12216 gdb-var-changed.
12217 (gdb-post-prompt): Use it.
12218 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12219 (gdb-var-update-handler, gdb-var-delete)
12220 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12221 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12222 gdb-force-update in gdb-post-prompt.
12223 (gdb-reset): Clear watch expressions from speedbar when quitting.
12224
b6178721 122252006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5376d5f6
JB
12226
12227 * viper-cmd.el (viper-insert-state-post-command-sentinel)
12228 (viper-change-state-to-vi, viper-change-state-to-emacs):
12229 Make aware of cursor coloring in the Emacs state.
12230 (viper-special-read-and-insert-char): Use read-char-exclusive.
12231 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12232
12233 * viper-init.el (viper-emacs-state-cursor-color): New variable.
12234
12235 * viper-util.el (viper-save-cursor-color)
12236 (viper-get-saved-cursor-color-in-replace-mode)
12237 (viper-get-saved-cursor-color-in-insert-mode)
12238 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
b6178721 12239 state.
5376d5f6
JB
12240 (viper-get-saved-cursor-color-in-emacs-mode): New function.
12241
12242 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12243 (ediff-ignore-case-option3, ediff-actual-diff-options)
12244 (ediff-actual-diff3-options): New variables to control case sensitivity.
12245 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12246 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12247 (ediff-toggle-ignore-case): New function.
12248 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12249
12250 * ediff-help.el (ediff-long-help-message-narrow2)
12251 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12252 (ediff-long-help-message-word-mode): Add ignore-case command.
12253 (ediff-help-for-quick-help): Add ignore-case command.
12254
12255 * ediff-merg.el: Move provide to the end.
12256
12257 * ediff-ptch.el: Move provide to the end.
12258
12259 * ediff-wind.el: Move provide to the end.
12260
12261 * ediff-mult.el: Move provide to the end.
12262 (ediff-set-meta-overlay): Enable follow-link.
12263
12264 * ediff.el: Move provide to the end.
b6178721 12265 Break recursive load cycle in eval-when-compile.
5376d5f6
JB
12266 (ediff-patch-buffer): Better heuristics.
12267
12268 * ediff-util.el: Move provide to the end.
b6178721 12269 Break recursive load cycle in eval-when-compile.
5376d5f6 12270 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
b6178721 12271 defuns.
5376d5f6 12272 (ediff-submit-report): Pass the values of ediff-diff3-program,
b6178721 12273 ediff-diff3-options.
5376d5f6 12274
dee503e5
JB
122752006-02-19 Juanma Barranquero <lekktu@gmail.com>
12276
12277 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12278 the opening bracket of the following bracketing pairs: {}, [], (), <>,
12279 `' (for example, in the docstring of `windmove-default-keybindings').
12280
e06b715f
NR
122812006-02-19 Nick Roberts <nickrob@snap.net.nz>
12282
12283 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12284 shadow face. Don't provide binding to edit variable when it is
12285 out of scope.
12286
12287 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12288 (gdb-var-update-handler): Detect out of scope variables with pre
12289 GDB 6.4 too.
172892e3 12290 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
dee503e5 12291 Reset status of variable objects to nil in update handlers.
e06b715f
NR
12292 (gdb-var-update-handler-1): Detect when a variable object comes
12293 in scope. setcar on var changes gdb-var-list directly.
12294
d73c9bcb
JL
122952006-02-17 Juri Linkov <juri@jurta.org>
12296
12297 * ffap.el (ffap) <defface>: Add explicit face declaration.
12298 (ffap-highlight): Use face `ffap' directly instead of checking
12299 for its existence.
12300
12301 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12302 `visible-ok' of `other-buffer' to find the right original buffer.
12303
12304 * info.el (Info-search): Skip `Local Variables' node.
12305
bec275ed
JL
123062006-02-17 Juri Linkov <juri@jurta.org>
12307
12308 * info.el (Info-find-file): Check for symbols `apropos', `history',
12309 `toc' in the input filename, and return these symbols as is.
12310 (Info-find-node-2): Set Info-current-file to symbols `apropos',
12311 `history', `toc' instead of strings.
12312 (Info-set-mode-line): For non-string Info-current-file use the
12313 symbol's name inside **.
12314 (Info-isearch-push-state): Add quote before Info-current-file and
12315 Info-current-node.
12316 (Info-isearch-pop-state): Use `equal' instead of `string='.
12317 (Info-extract-pointer, Info-following-node-name): Use
12318 `match-string-no-properties' instead of `match-string'.
12319 (Info-up): Check `old-file' for `stringp'.
12320 (Info-history): Use `equal' instead of `string-equal'.
12321 Check `file' for `stringp'.
12322 (Info-history): Use symbol `history' instead of string as first arg
12323 of `Info-find-node'.
12324 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
12325 `toc' instead of string.
12326 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12327 instead of `buffer-substring', and `match-string-no-properties'
12328 instead of `match-string'.
12329 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12330 instead of strings.
12331 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12332 Use symbol `apropos' instead of string.
12333 (Info-copy-current-node-name): Check `Info-current-file' for
12334 `stringp' and construct a command with `Info-find-node' from it.
12335 (Info-fontify-node): Use `match-string-no-properties' instead of
12336 `match-string' and check file names for `stringp'.
12337 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12338 `history', `toc' instead of strings.
12339
b9e1451a
CY
123402006-02-17 Chong Yidong <cyd@stupidchicken.com>
12341
12342 * files.el: Rearrange functions and variables in the file local
12343 variables section.
12344
8086a70c
RS
123452006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
12346
12347 * files.el: Add truncate-lines, ispell-check-comments and
12348 ispell-local-dictionary as safe local variables.
12349
11de097a
NR
123502006-02-18 Nick Roberts <nickrob@snap.net.nz>
12351
12352 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12353 out of scope variables.
12354 (gud-speedbar-buttons): Use unless.
12355
12356 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12357 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12358 (gdb-show-changed-values): Also use for out of scope variables.
12359 (gdb-var-update-handler-1): Note if variable goes out of scope.
12360
783eebb9
EZ
123612006-02-17 Ryan Yeske <rcyeske@gmail.com>
12362
12363 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12364 default to global variable values for unsupplied args.
12365 (rcirc-get-buffer-create): Fix bug with setting the target.
12366 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12367 test for rcirc-always-use-server-buffer-flag here.
12368 (rcirc-response-formats): Add %N, which is a facified nick. %n
12369 uses the default face. Change the ACTION format string. If the
12370 "nick" is the server, don't print anything for that field.
12371 Comment fixes.
12372 (rcirc-target-buffer): Don't test
12373 rcirc-always-use-server-buffer-flag here.
12374 (rcirc-print): Squeeze extra spaces out of the text before message.
12375 (rcirc-put-nick-channel): Strip potential "@" char from nick
12376 before adding them to nick table.
12377 (rcirc-url-regexp): Improve to match address like "foo.com".
12378
773e7e48
EZ
123792006-02-17 Eli Zaretskii <eliz@gnu.org>
12380
11de097a 12381 * allout.el (allout-hidden-p): Move this defsubst before
773e7e48
EZ
12382 allout-overlay-interior-modification-handler, where it is first
12383 used.
12384
96b83743
EZ
123852006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
12386
12387 * allout.el: Use allout invisible-text overlays instead of
12388 selective display for concealed text. Also, lots of general
12389 cleanup, and improved compatibility code.
12390
12391 (allout-version) Incremented, corrected, revised, and refined
12392 module commentary.
12393
12394 (provide 'allout): Moved to the bottom, added a require of overlay.
12395
12396 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12397 `except-current'.
12398 (allout-write-file-hook-handler): Minimize delay.
12399 (count-trailing-whitespace-region): New function so
12400 auto-encryption of current topic can resituate cursor exactly.
12401 PGP/GPG encryption trims trailing whitespace from lines, which
12402 must be accounted for across encryption then decryption.
12403
12404 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12405 just plain "\C-c", to avoid intruding on user's keybinding space.
12406
12407 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12408 parameter, so user request to provide a new password is done.
12409
12410 (allout-outside-normal-auto-fill-function, allout-auto-fill):
12411 Refined mechanism for auto-filling behavior while in allout mode.
12412
12413 (allout-mode): Explicitly specify the mode map in the docstring.
12414 Clarify provision for various write-file hook var names.
12415 Adjusted for invisible-text overlays instead of selective-display.
12416
12417 (allout-depth): Really return 0 if not within any topic. This
12418 rectifies `allout-beginning-of-level' and sequence numbering
12419 errors that occur when cutting and pasting numbered topics.
12420 Changed from a in-line subst to a regular function, as well.
12421
12422 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12423
12424 (allout-end-of-subtree, allout-end-of-subtree)
12425 (allout-end-of-entry, allout-end-of-current-heading)
12426 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12427 (allout-show-children, allout-show-to-offshoot)
12428 (allout-hide-current-entry, allout-show-current-entry): Rectified
12429 handling of trailing blank lines between items.
12430
12431 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12432 (allout-current-depth, allout-unprotected, allout-hidden-p)
12433 (allout-on-current-heading-p, allout-listify-exposed)
12434 (allout-chart-subtree, allout-goto-prefix)
12435 (allout-back-to-current-heading, allout-get-body-text)
12436 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12437 (allout-hide-region-body, allout-toggle-subtree-encryption)
12438 (allout-encrypt-string, allout-encrypted-key-info)
12439 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12440 (allout-file-vars-section-data): Adjusted for use with
12441 invisible-text overlays instead of selective-display.
12442
12443 (allout-kill-line, allout-kill-topic, allout-yank-processing):
12444 Reworked for use with invisible text overlays.
12445
12446 (allout-current-topic-collapsed-p): New function.
12447
12448 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12449 to know when to close the containing topic.
12450
12451 (allout-pre-command-business, allout-post-command-business):
12452 Simplify undo-batching and dynamic isearch exposure.
12453
12454 (allout-set-overlay-category): New for invisible-text overlays.
12455 Sets properties of allout-overlay-category, used by
12456 allout-flag-region to set invisible-text overlay properties.
12457 (allout-get-invisibility-overlay): Get the first qualifying
12458 invisibility overlay, so we can find the extent of it.
12459 (allout-back-to-visible-text): Get to just before the beginnining
12460 of the current invisibility overlay, if any.
12461
12462 (allout-overlay-insert-in-front-handler)
12463 (allout-overlay-interior-modification-handler)
12464 (allout-before-change-handler, allout-isearch-end-handler): New
12465 functions to handle extraordinary actions affecting concealed
12466 text.
12467
12468 (allout-flag-region): Use overlays instead of selective-display
12469 for invisible text - by inheritence from the properties of
dee503e5
JB
12470 allout-overlay-category in mainline Emacs, and applied
12471 property-by-property in XEmacs, some recent versions of which
96b83743
EZ
12472 don't inherit the properties from the category. Provisions to
12473 respond to concealed-text edits simplified drastically.
12474
12475 (allout-isearch-rectification, allout-isearch-was-font-lock)
12476 (allout-isearch-expose, allout-enwrap-isearch)
12477 (allout-isearch-abort, allout-pre-was-isearching)
12478 (allout-isearch-prior-pos, allout-isearch-did-quit)
12479 (allout-isearch-dynamic-expose)
12480 (allout-hide-current-entry-completely): Functions deleted.
12481
12482 (allout-undo-aggregation): Explicit undo aggregation no longer
12483 necessary due to transition away from selective-display.
12484
12485 (set-allout-regexp, allout-up-current-level)
12486 (allout-next-visible-heading, allout-forward-current-level)
12487 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12488 (allout-kill-line, allout-yank-processing, allout-show-children)
12489 (allout-expose-topic, allout-old-expose-topic)
12490 (allout-listify-exposed, allout-insert-latex-header)
12491 (allout-toggle-subtree-encryption, allout-encrypt-string)
12492 (remove-from-invisibility-spec, allout-hide-current-subtree):
12493 Ditched unused variables.
12494
a2a385a7
EZ
124952006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
12496
72e4724b 12497 * textmodes/ispell.el (ispell-change-dictionary): Call
a2a385a7
EZ
12498 ispell-buffer-local-dict instead of
12499 ispell-accept-buffer-local-defs.
72e4724b 12500 (ispell-local-dictionary-alist): Accept as valid any coding-system
dee503e5 12501 supported by Emacs.
72e4724b
EZ
12502 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12503 changed to iso-8859-3.
a2a385a7 12504
c3229403
NR
125052006-02-17 Nick Roberts <nickrob@snap.net.nz>
12506
60b8fb50
NR
12507 * speedbar.el (speedbar-frame-width): Make an inline function
12508 instead of a macro. Use frame-width.
dee503e5 12509 (speedbar-try-completion, speedbar-update-contents)
60b8fb50
NR
12510 (speedbar-timer-fn): Use consp.
12511 (speedbar-update-localized-contents): Try to preserve point.
12512
12513 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
c3229403 12514 (menu): Re-order menu items.
60b8fb50
NR
12515 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12516 field.
12517 (gdb-var-update-handler-1): Use it for GDB 6.4+.
12518 (gdb-post-prompt): Speed things by not forcing update.
c3229403 12519
bc7b6e08
CY
125202006-02-16 Chong Yidong <cyd@stupidchicken.com>
12521
12522 * wid-edit.el (widget-button-click): For mouse-1, cancel button
12523 press and perform default action if we get a mouse movement event.
12524
b5189759
JB
125252006-02-16 Juanma Barranquero <lekktu@gmail.com>
12526
12527 * calendar/icalendar.el (icalendar--get-event-property)
12528 (icalendar--get-event-property-attributes): Fix typos in
12529 docstrings.
12530
12531 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
12532 docstring.
12533
988deaf9
JB
125342006-02-15 Juanma Barranquero <lekktu@gmail.com>
12535
12536 * bs.el (bs-mode): Use `buffer-disable-undo'.
12537 (bs--get-file-name): Simplify.
12538 (bs-show-in-buffer): Mark the buffer as not modified.
12539
42078bb2
CY
125402006-02-14 Chong Yidong <cyd@stupidchicken.com>
12541
bb55f90e
CY
12542 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
12543 widget-button-click.
12544
12545 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
9ca66103 12546 (custom-mode): Update docstring.
bb55f90e 12547
50be33f5
CY
12548 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
12549 binding.
12550
42078bb2 12551 * files.el (hack-local-variables-confirm): Allow scrolling if the
0a158521 12552 file variable list is too long. Kill temp buffer after use.
42078bb2 12553
a4b354b7
NR
125542006-02-15 Nick Roberts <nickrob@snap.net.nz>
12555
12556 * progmodes/gud.el (gdb): Improve doc string.
12557 (gdb-script-font-lock-keywords): Expand allowed character set.
12558
12559 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
12560 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
12561 (gdb-separate-io-interrupt, gdb-separate-io-quit)
12562 (gdb-separate-io-stop, gdb-separate-io-eof):
12563 Rename from gdb-inferior-* to gdb-separate-*.
12564 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
12565
d7505da3
JB
125662006-02-14 Jay Belanger <belanger@truman.edu>
12567
12568 * calc/calc-arith.el (math-check-known-scalarp): Make sure
12569 expression is a symbol before checking that it is bound.
12570
12571 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
12572 test to see if equation can be solved.
12573
d450f2a2
CY
125742006-02-14 Chong Yidong <cyd@stupidchicken.com>
12575
e1ec62a5
CY
12576 * wid-edit.el (widget-button-click): Use :pressed-face property
12577 for overlay face, if it exists.
12578
12579 * cus-edit.el (custom-manual, custom-add-see-also)
12580 (custom-add-parent-links, custom-group-link): Add :pressed-face
12581 property to links.
12582
d450f2a2
CY
12583 * files.el (hack-local-variables): Remove ignored variables before
12584 checking if any variables need setting.
12585
348f73b0 125862006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
0dd95b49 12587
ef4cbfc0 12588 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
0dd95b49 12589
a5f43550
JB
125902006-02-14 Juanma Barranquero <lekktu@gmail.com>
12591
12592 * help.el (where-is): Fix message for remapped commands.
12593
ef4cbfc0
JB
12594 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
12595 Fix typos in docstrings.
12596
5a6c1d87
CY
125972006-02-13 Chong Yidong <cyd@stupidchicken.com>
12598
12599 * files.el (safe-local-variable-values): New option.
12600 (hack-local-variables-prop-line): Return a list of variable-value
12601 pairs if MODE-ONLY is non-nil.
12602 (hack-local-variables): Construct list of variable-value pairs,
12603 and apply or reject them in one go. Ask for confirmation if
12604 variables are not known safe.
12605 (hack-local-variables-confirm): Complete rewrite. Support
12606 `safe-local-variable-values'.
12607 (enable-local-variables): Update docstring to reflect new
12608 behavior.
12609 (ignored-local-variables): Ignore ignored-local-variables and
12610 safe-local-variable-values.
12611 (safe-local-variable-p): New function.
12612 (risky-local-variable-p): `safe-local-variable' property check
12613 moved to safe-local-variable-p.
12614 (hack-one-local-variable): Checks moved to hack-local-variables.
12615
a5f43550
JB
12616 (byte-compile-dynamic, c-basic-offset, c-file-style)
12617 (c-indent-level, comment-column, fill-column, fill-prefix)
12618 (indent-tabs-mode, kept-new-versions, no-byte-compile)
12619 (no-update-autoloads, outline-regexp, page-delimiter)
12620 (paragraph-start, paragraph-separate, sentence-end)
12621 (sentence-end-double-space tab-width, version-control):
12622 Add `safe-local-variable' property.
5a6c1d87
CY
12623
12624 * find-lisp.el: Delete nonexistent `autocompile' file variable.
12625
12626 * icomplete.el, play/landmark.el: Change nonexistent
12627 `outline-layout' file variable to `allout-layout'.
12628
ee517841
NR
126292006-02-14 Nick Roberts <nickrob@snap.net.nz>
12630
12631 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
12632 (gdb-get-changed-registers): Test value of gud-minor-mode relative
12633 to gud-comint-buffer.
12634 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
12635 gdb-ui.el for gdb-mi.el.
12636 (gdb-post-prompt, gdb-get-changed-registers): Move test for
12637 registers buffer to gdb-get-changed-registers.
12638 (gdb-breakpoint-regexp): New regexp. Allow toggling and
12639 deletion of catchpoints (throw and catch).
12640 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12641 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
12642 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
12643 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
12644 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
12645
c3a1b861
JB
126462006-02-13 Jay Belanger <belanger@truman.edu>
12647
a5f43550 12648 * calc/calc-arith.el (math-check-known-matrixp): Make sure
c3a1b861
JB
12649 expression is a symbol before checking that it is bound.
12650
2c8ed538
RS
126512006-02-13 Richard M. Stallman <rms@gnu.org>
12652
f8d775e1
RS
12653 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
12654 for the minibuffer too, but not if resize-mini-windows will interfere.
12655
2c8ed538
RS
12656 * help.el (describe-key-briefly, describe-key): Do all arg-reading
12657 inside `interactive' spec.
12658 (describe-key-briefly-internal, describe-key-internal):
12659 Functions merged back into their callers.
a5f43550 12660
5fed8c15 126612006-02-13 Martin Rudalics <rudalics@gmx.at>
fd5b25da
JL
12662
12663 * info.el (info-xref-visited): Inherit from info-xref too.
12664 (Info-set-mode-line): Replace occurrences of `%' by `%%'
12665 when propertizing Info-current-file and Info-current-node.
12666
ace665ea
JL
126672006-02-13 Juri Linkov <juri@jurta.org>
12668
12669 * tumme.el (tumme-thumbnail-storage): Fix docstring.
12670 (tumme-thumb-name): Fix per-directory format.
12671
50d16788
JB
126722006-02-13 Juanma Barranquero <lekktu@gmail.com>
12673
12674 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
12675
3715419e
MB
126762006-02-12 Miles Bader <miles@gnu.org>
12677
12678 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
12679
98da60f7
MD
126802006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
12681
50d16788 12682 * tumme.el: Remove history section. If someone needs the it, it
98da60f7
MD
12683 can always be found in CVS.
12684
fb453473
MD
126852006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
12686
50d16788
JB
12687 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
12688 about the Thumbnail Managing Standard option.
fb453473 12689
0283e339
RS
126902006-02-12 Richard M. Stallman <rms@gnu.org>
12691
12692 * subr.el (substitute-key-definition): Doc fix.
12693
12694 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
12695
12696 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
12697
12698 * info.el (Info-mode): Doc fix.
12699
12700 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
12701
7dbde7dd
MA
127022006-02-12 Michael Albinus <michael.albinus@gmx.de>
12703
12704 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
12705 because on Solaris a POSIX compatible "id" is needed. Reported by
12706 Magnus Henoch <mange@freemail.hu>.
12707
ea948bd6
JL
127082006-02-12 Juri Linkov <juri@jurta.org>
12709
12710 * tumme.el: Remove todo item about Thumbnail Managing Standard.
12711 (tumme) <defgroup>: Change :group to `multimedia'.
12712 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
12713 Managing Standard.
12714 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
12715 Fix dostring.
12716 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
12717 and %y. Fix docstring.
12718 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
12719 (tumme-cmd-create-standard-thumbnail-command): New user options.
12720 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
12721 is `standard'. Fix docstring.
12722 (tumme-thumb-width, tumme-thumb-height): New user options.
12723 (tumme-external-viewer): Try to find various viewers.
12724 (tumme-get-thumbnail-image): Use `create-image' instead of
12725 constructing the `image' structure.
12726 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
12727 `standard'.
12728 (tumme-thumb-name): Add file name generation for standard storage.
12729 Simplify code for other storages.
12730 (tumme-thumb-name): Use width %w and height %h instead of size %s.
12731 Add modification time %m and thumbnail-nq8 %q.
12732 Use `tumme-cmd-create-standard-thumbnail-command' if
12733 tumme-thumbnail-storage is `standard'.
12734 (tumme-dired-insert-marked-thumbs): New autoload command.
12735 (tumme-dired-after-readin-hook): New function.
12736 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
12737 `tumme-thumb-size'.
12738 (tumme-display-image): Replace size-x %x and size-y %y with
12739 width %w and height %h.
12740
12741 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
12742 `tumme-dired-insert-marked-thumbs'.
12743
c39343ca
MD
127442006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
12745
f828c6fc
JB
12746 * tumme.el (tumme-write-tag): Fix small bug (file name did not
12747 include path).
12748 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
12749 matching tag.
c39343ca 12750
324e4da7
MB
127512006-02-12 Miles Bader <miles@gnu.org>
12752
12753 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
12754 New variables.
12755 (rcirc-abbrev-nick): New function.
12756 (rcirc-format-response-string): Rewrite to use the formats in
12757 `rcirc-response-formats' and expand escape sequences therein.
12758 A text-property `rcirc-text' is added over the actual response
12759 text to make easy to find inside the returned string.
12760 (rcirc-print): When filling, just look for the `rcirc-text'
12761 text-property to find the appropriate fill prefix, instead of
12762 using hardwired patterns.
12763
e6b84d1f
MD
127642006-02-11 Mathias Dahl <brakjoller@hotmail.com>
12765
f828c6fc
JB
12766 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
12767 Managing Standard.
e6b84d1f 12768
ed096543
KS
127692006-02-11 Kim F. Storm <storm@cua.dk>
12770
12771 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
12772 Don't use insert-buffer; do insert-buffer-substring directly.
50d16788 12773 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
ed096543 12774
518dc5be
EZ
127752006-02-11 Martin Rudalics <rudalics@gmx.at>
12776
12777 * files.el (revert-buffer, recover-file): Replace buffer-read-only
0a9cef67 12778 with inhibit-read-only. Suggested by Stefan Monnier.
518dc5be
EZ
12779 (revert-buffer): Let insert-file-contents discard
12780 buffer-undo-list. Simplify code.
12781 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
12782
c54fb9ef
EZ
127832006-02-11 Eli Zaretskii <eliz@gnu.org>
12784
5fb64ecc
EZ
12785 * menu-bar.el (menu-bar-select-yank): Add a doc string.
12786
c54fb9ef
EZ
12787 * help.el (describe-key-briefly): Now a wrapper for
12788 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
8ee320fc 12789 to t. Populate yank-menu if empty.
c54fb9ef
EZ
12790 (describe-key-briefly-internal): Renamed from describe-key-briefly.
12791 (describe-key): Now a wrapper for describe-key-internal. Bind
8ee320fc 12792 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
c54fb9ef
EZ
12793 (describe-key-internal): Renamed from describe-key.
12794
08108577
EZ
127952006-02-11 Milan Zamazal <pdm@zamazal.org>
12796
12797 * progmodes/glasses.el (glasses-separator): Doc fix.
12798 (glasses-original-separator): New defcustom.
12799 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
12800
a348f5ba
EZ
128012006-02-11 Martin Rudalics <rudalics@gmx.at>
12802
12803 * mwheel.el (mouse-wheel-up-event): Doc fix.
12804
6295b3b1
MD
128052006-02-11 Mathias Dahl <brakjoller@hotmail.com>
12806
f828c6fc
JB
12807 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
12808 (tumme-dir): New function. Copied from thumbs.el.
6295b3b1 12809
be617bbf
JB
128102006-02-10 Juanma Barranquero <lekktu@gmail.com>
12811
12812 * desktop.el (desktop-outvar): Fix typo.
12813 (desktop-save-buffer-p): Doc fix.
12814
4f1a3949
JB
12815 * subr.el (substitute-key-definition): Fix typo.
12816
cbd488c4
YM
128172006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12818
12819 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
12820 when window-system is mac.
12821
12822 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
12823
d342156c
KS
128242006-02-10 Kim F. Storm <storm@cua.dk>
12825
12826 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
12827 indirect-function instead of using condition-case.
12828
13664bec
MD
128292006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
12830
f828c6fc
JB
12831 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
12832 less `colloquial'...
13664bec 12833
d03b98ad
MD
128342006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
12835
f828c6fc 12836 * tumme.el: Add a couple of todo items.
d03b98ad 12837
02501160 128382006-02-09 Lars Hansen <larsh@soem.dk>
9e722067 12839
4f1a3949 12840 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
9e722067
LH
12841 (highlight-changes-mode): Don't change desktop-locals-to-save.
12842
fcfc4732
CY
128432006-02-09 Chong Yidong <cyd@stupidchicken.com>
12844
12845 * image-mode.el (image-toggle-display): Clear image cache if using
12846 filename.
12847
02501160 128482006-02-09 Masatake YAMATO <jet@gyve.org>
d9674f33 12849
d2ea84be
MY
12850 * dired-x.el (dired-guess-shell-alist-default): Add .man as
12851 a `dired-man' target.
1bf6d4b5
RF
12852
12853 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
d9674f33
MY
12854 boundary of symbols.
12855
bf54d814
SM
128562006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
12857
12858 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
12859
ddd1e91e
JB
128602006-02-09 Juanma Barranquero <lekktu@gmail.com>
12861
12862 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
12863 `mapcar'; return nil.
12864
745cfc57
CY
128652006-02-08 Chong Yidong <cyd@stupidchicken.com>
12866
12867 * mouse.el (mouse-drag-track): Don't change window if we rebind to
12868 some other event.
12869
db58efbf
EZ
128702006-02-08 Ryan Yeske <rcyeske@gmail.com>
12871
bf54d814
SM
12872 * net/rcirc.el (rcirc-startup-channels-alist):
12873 Add irc.freenode.net and #emacs as defaults.
db58efbf
EZ
12874 (rcirc-ignore-all-activity-flag): Remove variable.
12875 (rcirc-authinfo): New variable.
12876 (rcirc-authinfo-filename): Remove variable.
12877 (rcirc-always-use-server-buffer-flag): New flag.
12878 (rcirc): M-x rcirc will automatically connect without prompting.
12879 C-u M-x rcirc will prompt. Use rcirc-connect to create a
12880 connection in lisp.
12881 (rcirc-process-server-response-1): Remove everything but the nick
12882 portion of the sender so it doesn't need to be done everywhere
12883 else. Update related code.
12884 (global-map): Remove global keybindings.
12885 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
12886 (rcirc-send-input): Split into several functions.
12887 (rcirc-process-input-line, rcirc-process-message)
12888 (rcirc-process-command): New functions.
12889 (rcirc-target-buffer): New function to determine where to route
12890 messages.
12891 (rcirc-user-nick): Save match data.
12892 (rcirc-toggle-ignore-buffer-activity)
bf54d814
SM
12893 (rcirc-update-activity-string): Remove global ignore functionality,
12894 which can be done now by toggling rcirc-track-minor-mode.
db58efbf
EZ
12895 (rcirc-track-minor-mode-map): New keymap.
12896 (rcirc-track-minor-mode): New minor-mode.
12897 (ignore): Make the ignore output nicer. Always print it when
12898 adding or removing nicks.
12899 (rcirc-url-regexp): Improve.
12900 (rcirc-mangle-text): Remove properties before using text in the
12901 modeline.
12902 (rcirc-authenticate): Authentication data comes from
12903 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
12904 (rcirc-server-prefix): Inherit from rcirc-server.
12905
063cd226
EZ
129062006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
12907
12908 * Makefile.in (compile): Append "|| true" to the end of the `find'
12909 command, like compile-always does.
12910
df2a9b12
SS
129112006-02-08 Sam Steingold <sds@gnu.org>
12912
12913 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
12914 output from a dead connection.
12915
6102da26
MD
129162006-02-07 Mathias Dahl <brakjoller@hotmail.com>
12917
cb192119 12918 * dired.el (dired-mode-map): Add more bindings for tumme.
6102da26 12919
cb192119 129202006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
d4f2cc77
SM
12921
12922 * wdired.el (wdired-mode-map): Use remap.
12923 (wdired-get-filename): Massage.
12924 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
12925 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
12926 `keymap' property rather than `local-map'.
12927
87ec3117
MD
129282006-02-07 Mathias Dahl <brakjoller@hotmail.com>
12929
bd91608b
KS
12930 * tumme.el (tumme-get-thumbnail-image): New utility function.
12931 Suggested by from Chong Yidong.
12932 (tumme-dired-with-window-configuration): Rename from
12933 `tumme-dired'. Add code to save window configuration.
87ec3117 12934 (tumme-restore-window-configuration): New command to restore the
bd91608b 12935 window configuration that `tumme-dired-with-window-configuration'
cb192119 12936 saves before it changes the window configuration.
bd91608b
KS
12937 (tumme-show-all-from-dir): New command to display thumbnails for
12938 all files in a directory entered by the user, like M-x thumbs.
12939 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
12940 have been created.
12941 (tumme-display-thumbnail-original-image): Call `display-buffer'.
87ec3117 12942 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
bd91608b 12943 Remove obsolete test function.
87ec3117 12944
9146d683
JB
129452006-02-07 Juanma Barranquero <lekktu@gmail.com>
12946
464540ed
JB
12947 * vc.el (small-temporary-file-directory): Remove defvar; there's
12948 a defcustom for it in files.el.
12949
9146d683
JB
12950 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
12951 Fix typo in message.
12952 (tumme-gallery-generate): Fix typo in `error' message.
12953 (tumme-display-window-height-correction)
12954 (tumme-display-window-width-correction, tumme-line-up-dynamic)
12955 (tumme-line-up-interactive): Dox fixes.
12956 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
12957 (tumme-restore-window-configuration, tumme-format-properties-string)
12958 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
12959 Fix typos in docstrings.
12960
e925d5ae 129612006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
1b505363
TTN
12962
12963 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
12964
25ef2475
NR
129652006-02-07 Nick Roberts <nickrob@snap.net.nz>
12966
12967 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
12968 User should use hook if desired.
12969
12970 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
12971 buffer if necessary.
12972 (gdb-delete-frame-or-window): New function.
12973 (gdb-breakpoints-mode-map): Bind "q" to it.
12974
b06ee3d2
SM
129752006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12976
ea37fbb8
SM
12977 * textmodes/nroff-mode.el: Clean up name space.
12978 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
12979 (nroff-mode): Obey the global setting of nroff-electric-mode.
12980 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
12981
b06ee3d2
SM
12982 * calendar/calendar.el (calendar-increment-month): Typo in last change.
12983
cbbd2cd3
TTN
129842006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
12985
12986 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
12987
129882006-02-06 Lars Hansen <larsh@soem.dk>
3e54ab6c
LH
12989
12990 * generic-x.el (etc-fstab-generic-mode): Add file system types
b06ee3d2 12991 cifs and usbdevfs. Allow special chars in file names.
3e54ab6c 12992
4c003d2f
JB
129932006-02-05 Jay Belanger <belanger@truman.edu>
12994
12995 Update copyright notices of the files in lisp/calc.
12996
1004fadc
RF
129972006-02-05 Romain Francoise <romain@orebokech.com>
12998
12999 Update copyright notices of all files in the lisp/play directory.
13000
632966a7
LT
130012006-02-04 Luc Teirlinck <teirllm@auburn.edu>
13002
bec51011
LT
13003 * ldefs-boot.el: Regenerate.
13004
13005 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
632966a7 13006
53391989
KS
130072006-02-05 Kim F. Storm <storm@cua.dk>
13008
13009 * files.el (magic-mode-regexp-match-limit): New defvar.
13010 (set-auto-mode): Use it to limit magic-mode-alist matching.
13011
c1a055ca
EZ
130122006-02-04 Eli Zaretskii <eliz@gnu.org>
13013
4a99f153
EZ
13014 * info.el (Info-index, Info-mode): Improve the description of the
13015 `i' command.
13016
c1a055ca
EZ
13017 * ldefs-boot.el: Regenerate.
13018
cb8ec72a
WL
130192006-02-03 Werner Lemberg <wl@gnu.org>
13020
13021 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13022 greedy to find the closing bracket in \*[...] and similar
13023 expressions. This is a first rough fix -- many additional
b06ee3d2 13024 refinements are necessary to make nroff mode really usable with groff.
cb8ec72a 13025
6bba8c70
KH
130262006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
13027
b06ee3d2
SM
13028 * international/mule-cmds.el (set-locale-environment):
13029 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6bba8c70
KH
13030 libX11.
13031
24d5d3e2
EZ
130322006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
13033
13034 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13035 archive are created in archive-tmpdir.
13036
070b3f44
JPW
130372006-02-02 John Paul Wallington <jpw@pobox.com>
13038
13039 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13040 (ibuffer-fontification-alist): Use it.
13041 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13042 to "* z" and the Ibuffer Mark menu.
13043
13044 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13045
7b8e06aa
SM
130462006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13047
13048 * textmodes/table.el (*table--cell-describe-mode)
13049 (*table--cell-describe-bindings): Undo last change since
13050 print-help-return-message is not obsoleted by anything at all.
13051
f079f5bc
LT
130522006-02-02 Luc Teirlinck <teirllm@auburn.edu>
13053
13054 * emulation/cua-base.el (cua-mode): Doc fix.
13055
8b730780
JB
130562006-02-02 Juanma Barranquero <lekktu@gmail.com>
13057
0ddb3356
JB
13058 * dframe.el (dframe-handle-make-frame-visible)
13059 (dframe-handle-iconify-frame, dframe-get-focus)
13060 (dframe-select-attached-frame, dframe-power-click)
13061 (dframe-frame-mode): Fix typos in docstrings.
13062
13063 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13064 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13065 Fix typos in docstrings.
13066
8b730780
JB
13067 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13068 (hi-lock-face-buffer, hi-lock-font-lock-hook)
13069 (hi-lock-archaic-interface-message-used)
13070 (hi-lock-file-patterns-range): Fix typos in docstrings.
13071
0ddb3356 13072 * savehist.el (savehist-loaded, savehist-load, savehist-install)
7b8e06aa 13073 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
0ddb3356
JB
13074
13075 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13076 Fix typo in docstring.
13077
475ffea4
JB
13078 * net/newsticker.el (newsticker--decode-iso8601-date)
13079 (newsticker--set-customvar, newsticker--buffer-insert-item)
13080 (newsticker--do-run-auto-mark-filter)
13081 (newsticker--parse-generic-feed): Doc fixes.
13082 (newsticker--retrieval-timer-list, newsticker-url-list)
13083 (newsticker-hide-immortal-items-in-echo-area)
13084 (newsticker-hide-obsolete-items-in-echo-area)
13085 (newsticker-new-item-face, newsticker--enclosure)
13086 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13087 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13088 (newsticker--parse-generic-feed, newsticker--cache-contains)
13089 (newsticker--stat-num-items, newsticker-download-enclosures):
13090 Fix typos in docstrings.
13091
13092 * net/rcirc.el (rcirc-debug): Doc fix.
0ddb3356
JB
13093 (rcirc-fill-column, rcirc-receive-message-hooks)
13094 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13095 (rcirc-mode, rcirc-generate-new-buffer-name)
13096 (rcirc-startup-channels, rcirc-ignore-update-automatic)
13097 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13098 Fix typos in docstrings.
13099 (rcirc-print): "?\ " -> "?\s".
f161b079 13100 (rcirc-cmd-join): Improve argument/docstring consistency.
0ddb3356 13101
e36cfca2
MH
131022006-02-01 Mark A. Hershberger <mah@everybody.org>
13103
13104 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13105 before narrow-to-region.
13106
39eadb4a
RS
131072006-02-01 Richard M. Stallman <rms@gnu.org>
13108
13109 * simple.el (move-beginning-of-line): Scan properly for invis change.
13110
13111 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13112
ca637b2a
MA
131132006-02-01 Michael Albinus <michael.albinus@gmx.de>
13114
13115 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13116 change bit only when id-format is 'integer. Reported by Matt
13117 Hodges <M.P.Hodges@rl.ac.uk>.
13118
ea56cdf1
JB
131192006-02-01 Juanma Barranquero <lekktu@gmail.com>
13120
13121 * hilit-chg.el (highlight-changes-initial-state)
13122 (highlight-changes-global-initial-state): Doc fixes.
13123 (highlight-changes-global-modes, global-highlight-changes):
13124 Fix typos in docstrings.
13125
bb92c642
KS
131262006-02-01 Kim F. Storm <storm@cua.dk>
13127
13128 * emulation/cua-base.el (cua-mode): Mention that CUA enables
13129 transient-mark-mode in doc string.
13130
b2acecc1
RS
131312006-01-31 Richard M. Stallman <rms@gnu.org>
13132
13133 * replace.el (multi-occur): Doc fix.
7b8e06aa 13134 (multi-occur-in-matching-buffers): Rename from
b2acecc1
RS
13135 multi-occur-by-filename-regexp. Prefix arg says match
13136 buffer names instead of file names.
13137
4d84a8d0
JB
131382006-01-31 Juanma Barranquero <lekktu@gmail.com>
13139
13140 * bs.el: Allow non-default values of `bs-header-lines-length'.
13141 (bs--running-in-xemacs): Remove (not needed anymore).
13142 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13143 instead of `shrink-window', thus avoiding having to compute the
13144 height of the window.
13145 (bs--up): Wrap around even when there's no header.
13146 (bs--down): Use `forward-line' instead of `next-line'.
13147
2bd53dc0
CY
131482006-01-30 Chong Yidong <cyd@stupidchicken.com>
13149
13150 * image-mode.el (image-toggle-display): Use file name if possible,
13151 instead of unnecessarily allocating a (possibly huge) lisp string.
13152
c45c309f
JPW
131532006-01-30 John Paul Wallington <jpw@pobox.com>
13154
13155 * subr.el (toplevel): Define `cl-assertion-failed' condition here
13156 because the `assert' macro signals it at runtime.
13157
13158 * emacs-lisp/cl.el (toplevel): Remove definition of
13159 `cl-assertion-failed' condition.
13160
75e49434
NR
131612006-01-30 Nick Roberts <nickrob@snap.net.nz>
13162
13163 * thumbs.el (thumbs-marked-list): Make buffer-local and
13164 permanent-local.
13165 (thumbs-insert-thumb): Make help-echo non-sticky.
13166 (thumbs-file-alist): Use eolp as check for (non)-image.
13167
520c451b
JB
131682006-01-30 Juanma Barranquero <lekktu@gmail.com>
13169
a3bc032f
JB
13170 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13171 (ediff-before-session-group-setup-hooks)
13172 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13173 Fix typos in docstrings.
13174
9872af18
JB
13175 * window.el (bw-dir, bw-eqdir, balance-windows)
13176 (split-window-keep-point): Fix typos in docstrings.
13177
b0a10108
JB
13178 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13179 (org-quote-string, org-calendar-to-agenda-key)
13180 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13181 (org-show-following-heading, org-tags-column)
13182 (org-use-tag-inheritance, org, org-allow-space-in-links)
13183 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13184 (org-enable-table-editor, org-calc-default-modes)
13185 (org-table-allow-automatic-line-recalculation)
13186 (org-export-html-style, org-export-with-fixed-width)
13187 (org-export-with-sub-superscripts, org-special-keyword)
13188 (org-formula, org-time-grid, org-table-may-need-update)
13189 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13190 (org-goto-quit, org-get-indentation, org-end-of-item)
13191 (org-move-item-down, org-move-item-up)
13192 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13193 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13194 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13195 (org-agenda-log-mode, org-agenda-toggle-diary)
13196 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13197 (org-agenda-file-to-end, org-agenda-no-heading-message)
13198 (org-agenda-get-closed, org-format-agenda-item)
13199 (org-cmp-priority, org-cmp-category, org-cmp-time)
13200 (org-agenda-change-all-lines, org-agenda-diary-entry)
13201 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13202 (org-link-search, org-camel-to-words, org-open-file)
13203 (org-remember-handler, org-table-convert-region)
13204 (org-table-move-row-down, org-table-move-row-up)
13205 (org-table-copy-region, org-table-wrap-region)
13206 (org-table-toggle-vline-visibility)
13207 (org-table-get-vertical-vector, org-table-modify-formulas)
13208 (org-table-get-specials, org-recalc-commands)
13209 (org-table-rotate-recalc-marks, org-table-eval-formula)
13210 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13211 (org-level-color-stars-only, org-insert-heading):
13212 Fix typos in docstrings.
13213 (last-arg): Add defvar.
13214
520c451b
JB
13215 * makefile.w32-in (WINS): Add erc.
13216 (MH_E_SRC): Update (copied from lisp/Makefile.in).
13217
68b88a6d
BW
132182006-01-29 Bill Wohler <wohler@newt.com>
13219
13220 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13221 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
520c451b 13222 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
68b88a6d
BW
13223 (mh-autoloads): Don't use comments on otherwise empty lines.
13224
98c414c7
MB
132252006-01-29 Edward O'Connor <ted@oconnor.cx>
13226
13227 * emulation/viper.el (viper-major-mode-modifier-list): Add
13228 insert-state and vi-state entries for erc-mode.
13229 (viper-go-away, viper-set-hooks): Add and remove
13230 viper-comint-mode-hook from erc-mode-hook as appropriate.
13231
13232 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13233
635ed242
JB
132342006-01-29 Juanma Barranquero <lekktu@gmail.com>
13235
13236 * bs.el (bs--format-aux): Implement `middle' alignment as
13237 described in the docstring for `bs-attributes-list'.
13238 (bs--get-name): Simplify. Don't pad the buffer name.
13239
dc86c16d
EZ
132402006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
13241
13242 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13243 English aspell dictionary is installed, use the first entry of
13244 ispell-dictionary-alist-1.
13245
86b8a072 132462006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
f9fe3e26
EZ
13247
13248 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13249 Doc fix.
13250
209bb3be
MA
132512006-01-27 Michael Albinus <michael.albinus@gmx.de>
13252
13253 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13254 for `process-file', in order to let it work for older Emacsen too.
13255
c80977a1
EZ
132562006-01-27 Eli Zaretskii <eliz@gnu.org>
13257
13258 * international/latexenc.el: Add a suitable `coding:' tag.
a849f77d 13259 (latexenc-find-file-coding-system): Undo last change.
c80977a1 13260
348f73b0 132612006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
c80977a1
EZ
13262
13263 * international/latexenc.el (latexenc-find-file-coding-system):
13264 Make sure latexenc-main-file is a regular file and is readable.
13265
c5b46a65
AS
132662006-01-27 Andre Spiegel <spiegel@gnu.org>
13267
13268 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13269 Pass FILE to vc-user-login-name.
13270
13271 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13272
6045b8ef
NR
132732006-01-27 Nick Roberts <nickrob@snap.net.nz>
13274
13275 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13276 there are no more images to display.
13277 (thumbs-mark, thumbs-unmark): Revert change so that they move to
13278 the next image.
13279
57436ee7
RS
132802006-01-26 Richard M. Stallman <rms@gnu.org>
13281
13282 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13283
13284 * wid-edit.el (advertised-widget-backward): New alias.
13285 (widget-keymap): Use advertised-widget-backward for S-TAB.
13286
13287 * tumme.el: Correct the keywords.
635ed242 13288 (tumme-dir-max-size): Use defvar.
57436ee7
RS
13289 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13290
13291 * simple.el (move-beginning-of-line): Take account of fields.
13292 (clone-indirect-buffer-other-window): Take args like
13293 clone-indirect-buffer, and work like it.
13294
13295 * help-fns.el (describe-function): Don't pass `nil' as default.
13296
13297 * files.el (risky-local-variable-p): Follow var aliases.
13298
13299 * subr.el (lazy-completion-table): Doc fix.
13300
13301 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13302 global binding of `line'.
13303
817f348a
AS
133042006-01-25 Andre Spiegel <spiegel@gnu.org>
13305
13306 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13307 Tramp.
13308
13309 * vc.el (vc-default-dired-state-info): Pass FILE to
13310 vc-user-login-name.
13311 (vc-default-update-changelog): Don't use vc-user-login-name, we
13312 don't need it here.
13313
55b76f19 13314 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
817f348a 13315 no longer necessary.
209bb3be 13316
d1efee22
KH
133172006-01-25 Kenichi Handa <handa@m17n.org>
13318
13319 * international/mule.el (decode-char): Avoid the overhead of
13320 calling utf-lookup-subst-table-for-decode if
13321 utf-translate-cjk-mode is nil.
13322 (encode-char): Avoid the overhead of calling
13323 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13324 nil.
13325
133262006-01-22 Kenichi Handa <handa@m17n.org>
13327
13328 * international/mule.el (make-subsidiary-coding-system): Reset
13329 `coding-system-define-form' property of subsidiaries to nil.
13330 Avoid duplicated entry in coding-system-alist.
13331 (make-coding-system): Avoid duplicated entry in
13332 coding-system-alist.
13333 (define-coding-system-alias): Likewise.
13334
54c30f8d
LT
133352006-01-24 Luc Teirlinck <teirllm@auburn.edu>
13336
13337 * completion.el: Minor fixes in introductory comment.
13338 (completion-def-wrapper): Fix alist.
13339
3beca8d5
NR
133402006-01-25 Nick Roberts <nickrob@snap.net.nz>
13341
13342 * thumbs.el (thumbs-new-image-size): New function.
13343 (thumbs-increment-image-size-element)
13344 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13345 (thumbs-decrement-image-size): Delete.
13346 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
13347 temp files and use to resize.
13348 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13349 Use increment argument to enlarge/shrink. Preserve point.
13350 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13351 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13352 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13353 (thumbs-mark, thumbs-unmark): Preserve point.
13354 (thumbs-modify-image): Keep old temp files and use to modify.
13355 Cleanup old temp files at load time. Preserve point.
13356 (thumbs-view-image-mode-map): Use new command names.
13357
5d1c8151
SM
133582006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
13359
243afed7
SM
13360 * log-view.el (log-view-minor-wrap): First rev is the one at point.
13361
b8823bf4
SM
13362 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13363 the nastiest part of the cyclic dependency.
243afed7 13364 (cal-menu-update): Use dotimes and calendar-increment-month.
b8823bf4 13365
5d1c8151
SM
13366 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13367 (calendar-week-start-day): Add an :initializer.
13368 (calendar-mode-map): Use suppress-keymap, and command remapping.
13369 (describe-calendar-mode): Setup xref-stack info for the back button.
13370 (calendar-star-date): Insert before delete.
13371 (calendar-set-mode-line): Add file-modified info if applicable.
13372 (calendar-increment-month): New function.
13373
317921ec
TTN
133742006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
13375
13376 * font-lock.el (lisp-font-lock-keywords-2):
13377 Recognize "& keywords" only at word boundaries.
13378
3d9d607a
NR
133792006-01-24 Nick Roberts <nickrob@snap.net.nz>
13380
13381 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
13382 and permanent-local.
635ed242
JB
13383 (thumbs-max-image-number): New variable.
13384 (thumbs-do-thumbs-insertion): Use them.
3d9d607a
NR
13385 (thumbs-per-line): Change default to 4.
13386 (thumbs-marked-list): Rename from thumbs-markedL.
13387 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13388 (thumbs-rename-images): Use -list instead of L for internal variables.
13389 (thumbs-call-convert): Use call-process instead of shell-command.
13390 (thumbs-insert-thumb): Add filename as help-echo to each image.
13391 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13392 Give dir to thumbs-show-thumbs-list.
13393 (thumbs-show-thumbs-list): Set default-directory to that of images.
13394 (thumbs-dired-show): Rename from thumbs-dired-show-all.
13395 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13396 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13397 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13398
1e3b6bec
SM
133992006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
13400
13401 * ses.el (ses-read-cell): Provide a default value.
13402
9dd28cae
JB
134032006-01-23 Juanma Barranquero <lekktu@gmail.com>
13404
13405 * term/w32-win.el (image-library-alist): Add additional names for
13406 GIF library.
13407
348f73b0 134082006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
e450a16a
RS
13409
13410 * international/latexenc.el (latexenc-find-file-coding-system):
13411 Add file-regular-p check.
13412
0a487199
SM
134132006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13414
af71d4c0
JB
13415 * simple.el (clone-buffer): Don't show the new buffer in the same
13416 window.
0a487199 13417
f9cd9582
JL
134182006-01-23 Juri Linkov <juri@jurta.org>
13419
13420 * faces.el (link, link-visited): New faces based on default values
13421 of `info-xref' and `info-xref-visited'.
13422
13423 * info.el (info-xref): Inherit from `link'.
13424 (info-xref-visited): Inherit from `link-visited'.
13425
13426 * cus-edit.el (custom-buffer-create-internal): Use widget type
13427 `custom-manual' instead of `info-link' and don't set properties
13428 `button-face' and `mouse-face' explicitly.
13429 (custom-browse-group-tag, custom-browse-variable-tag)
13430 (custom-browse-face-tag): Inherit from widget class
13431 `custom-group-link' instead of `push-button'.
13432 (custom-button-unraised): Inherit from `underline' face.
13433 (custom-link): Inherit from `link' face. Fix doc and group.
13434 (custom-add-parent-links, custom-group-value-create): Don't set
13435 properties `button-face' and `mouse-face' explicitly for
13436 `custom-group-link' widget.
13437 (custom-group-link): Add properties `button-face' and `mouse-face'
13438 to widget definition.
13439 (custom-field-keymap): New variable. Put `custom-field-keymap' to
13440 editable-field's :keymap property.
13441 (custom-mode): Fix docstring: substitute keybindings for
13442 `widget-forward' and `widget-backward' from `widget-keymap',
13443 `widget-complete' from `custom-field-keymap', replace old
13444 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
13445
13446 * desktop.el (desktop-load-file): Check for `fboundp' before
13447 calling `symbol-function'.
13448
13449 * simple.el (clone-buffer, clone-indirect-buffer)
13450 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13451 `read-string'. Fix prompts.
13452
13453 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13454
f1e73d84
NR
134552006-01-23 Nick Roberts <nickrob@snap.net.nz>
13456
13457 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13458
0aa08453
LT
134592006-01-22 Luc Teirlinck <teirllm@auburn.edu>
13460
13461 * startup.el (inhibit-splash-screen, initial-scratch-message):
13462 Doc fixes.
13463
a69c01a0
MA
134642006-01-22 Michael Albinus <michael.albinus@gmx.de>
13465
13466 Sync with Tramp 2.0.52.
13467
13468 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
a30cc07b 13469 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
a69c01a0
MA
13470 `tramp-unload-tramp' for checklist.
13471
13472 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13473 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
13474 (tramp-unload-file-name-handler-alist)
13475 (tramp-unload-tramp): New defuns.
13476 (tramp-advice-PC-expand-many-files): New defadvice.
13477 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13478 removed.
13479 (tramp-handle-expand-file-name): Remove double slash.
13480 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13481 It doesn't matter, because it will be converted later on.
13482 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
13483 implementation was just heuristic.
13484 (tramp-post-connection): Set uid and gid properties.
13485 (tramp-convert-file-attributes): Set file's gid change bit.
13486 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13487 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13488 in case of su(do)? methods. The home directory of the local user
13489 will be taken else.
13490 (tramp-open-connection-telnet)
13491 (tramp-open-connection-rsh, tramp-open-connection-su)
13492 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
13493 local shell prompt could hurt. Reported by Romain Francoise
13494 <romain@orebokech.com>.
13495 (tramp-let-maybe): Add `edebug-form-spec' property.
13496 (tramp-handle-expand-file-name): Bind `default-directory' locally
13497 to "/" in order to avoid problems with UNC shares or Cygwin
13498 mounts.
13499 (tramp-md5-function): Fix typo in error message.
13500
13501 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13502
13503 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13504 for byte-compiler pacification.
13505
6e36b4ff
AS
135062006-01-22 Andre Spiegel <spiegel@gnu.org>
13507
13508 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13509 ID-FORMAT `string'. This allows us to get rid of
13510 `vc-user-login-name UID'.
13511
13512 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13513
a4c6ebf9
JPW
135142006-01-22 John Paul Wallington <jpw@pobox.com>
13515
13516 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
13517
3bdedbcb
EZ
135182006-01-21 Martin Rudalics <rudalics@gmx.at>
13519
13520 * emacs-lisp/find-func.el (find-definition-noselect)
13521 (find-variable-noselect): Search variables in C source code too.
13522 (find-function-C-source, find-function-noselect, find-function)
13523 (find-function-other-frame, find-variable-noselect, find-variable)
13524 (find-variable-other-frame, find-variable-at-point):
13525 Fix docstrings.
13526
4fc9bd56 135272006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
44eca3f4
EZ
13528
13529 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
13530
f60117ac
EZ
135312006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
13532
13533 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
13534 Default to disabling the "Save affix" question.
13535
942d56b8
EZ
135362006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
13537
13538 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
13539 the first arg to run-python.
13540
6ff901c7
EZ
135412006-01-21 Eli Zaretskii <eliz@gnu.org>
13542
13543 * startup.el (command-line-1): Handle --no-desktop if desktop.el
13544 is not loaded.
13545
a6c72dc3
JB
135462006-01-20 Jay Belanger <belanger@truman.edu>
13547
13548 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
13549 limit is 0.
13550
6a056c5d
JB
13551 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
13552 the correct variable.
13553
d86e2d95
CD
135542006-01-20 Carsten Dominik <dominik@science.uva.nl>
13555
af71d4c0 13556 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
d86e2d95
CD
13557 link. Fixed buggy argument sequence in call to `org-view-tags'.
13558 (org-compile-prefix-format): Set `org-prefix-has-tag'.
13559 (org-prefix-has-tag): New variable.
13560 (org-format-agenda-item): Remove tags from headline if
13561 appropriate.
13562 (org-agenda-remove-tags-when-in-prefix): New option.
13563 (org-get-tags-at): New function.
13564
11f78f04
NR
135652006-01-20 Nick Roberts <nickrob@snap.net.nz>
13566
13567 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
13568 (thumbs-find-image): Move image name and number from buffer name
af71d4c0 13569 to mode name. Set thumbs-buffer. Preserve point so that large
11f78f04
NR
13570 images remain visible.
13571 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
13572 order.
13573 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
13574 mode name.
13575 (thumbs-next-image, thumbs-previous-image): Make them work.
13576
dc38351b
LT
135772006-01-19 Luc Teirlinck <teirllm@auburn.edu>
13578
4151840f
LT
13579 * cus-edit.el (custom-buffer-create-internal): State in the text above
13580 the whole buffer buttons that they do not operate on hidden items.
13581 (custom-face-menu): Use `custom-face-save' instead of
13582 `custom-face-save-command'.
13583 (custom-face-save-command): Make it an alias for `custom-face-save'
13584 and declare it obsolete.
13585 (custom-face-save): Doc fix.
13586
dc38351b
LT
13587 * dired.el (dired-no-confirm): Add quote.
13588 (dired-subdir-alist-pre-R): Add quote in
13589 `make-variable-buffer-local' form and remove unbalanced parenthesis.
13590
d2eed686
SM
135912006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
13592
13593 * textmodes/table.el (table-mode-indicator): Typo in last change.
13594
c94c4d0a
RS
135952006-01-19 Richard M. Stallman <rms@gnu.org>
13596
13597 * outline.el (hide-leaves): Don't call outline-end-of-heading.
13598 Fixes bug reported in Nov 2005.
13599
13600 * isearch.el (isearch-forward): Doc fix.
13601
13602 * dired.el (dired-move-to-filename-regexp): Define as alias.
13603 (dired-no-confirm): Use defcustom.
13604 (dired-subdir-alist-pre-R): Put defvar at top level.
13605
13606 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
13607
13608 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13609 Mark as risky.
13610
13611 * simple.el (set-mark-command): Doc fix.
13612 (clone-indirect-buffer-other-window):
13613 Read arg like clone-indirect-buffer.
13614 (move-beginning-of-line): Skip invisible newlines.
13615
9a8ee448
MY
136162006-01-19 Masatake YAMATO <jet@gyve.org>
13617
d2eed686 13618 * progmodes/cpp.el (cpp-edit-load): Make the order of
9a8ee448
MY
13619 listed conditions in a base C code buffer and its associate
13620 CPP Edit buffer the same.
d2eed686 13621
194939e3
KH
136222006-01-19 Kenichi Handa <handa@m17n.org>
13623
d9bf0f5a
KH
13624 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
13625 (rmail-mime-feature): Likewise.
13626 (rmail-require-mime-maybe): Use display-warning to show a warning
13627 message.
13628
d2eed686 13629 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
194939e3
KH
13630 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
13631
d2eed686
SM
136322006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
13633
13634 * array.el: Move defvars out of eval-when-compile.
13635 (array-make-template): Replace undeclared global var with a local one.
13636 (array-mode): Inline initialization functions.
13637 (array-init-local-variables, array-init-max-row)
13638 (array-init-max-column, array-init-columns-per-line)
13639 (array-init-field-width, array-init-rows-numbered)
13640 (array-init-line-length, array-init-lines-per-row): Remove.
13641
13642 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
13643 (doc-mode-map): Define explicitly.
13644 (doctor-txtype): Use mapc.
13645
13646 * textmodes/table.el: Move defvars out of eval-when-compile.
13647 Remove harmful code meant to avoid byte-compiler warnings.
13648 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
13649 specification that checks table-fixed-width-mode directly.
13650 (table-recognize-region, table-recognize-cell):
13651 Use restore-buffer-modified-p.
13652 (table-fixed-width-mode): Remove code that refreshes
13653 table-fixed-mode-indicator.
13654 (*table--cell-describe-bindings, *table--cell-describe-mode):
13655 Avoid obsolete name print-help-return-message.
13656 (table--test-cell-list): Don't use replace-regexp from elisp.
13657 (table--point-entered-cell-function, table--point-left-cell-function):
13658 Don't set table-fixed-mode-indicator, use force-mode-line-update.
13659
13660 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
13661 that was after the end of file. Use buffer-file-name variable.
13662 (org-timestamp-change): Use with-current-buffer.
13663 (org-todo-list): Don't unnecessarily define a new buffer-local var.
13664 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
13665 `file'.
13666
13667 * progmodes/fortran.el: Move defvars out of eval-when-compile.
13668 (fortran-break-line): Remove unused var `opoint'.
13669 (fortran-abbrev-start): Obey help-event-list.
13670
b0aea09e
JH
136712006-01-18 Jesper Harder <harder@phys.au.dk>
13672
13673 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
13674
3968c89f
MY
136752006-01-18 Masatake YAMATO <jet@gyve.org>
13676
13677 * progmodes/make-mode.el (makefile-imake-mode): New mode
dc38351b 13678 derived from makefile-mode.
3968c89f
MY
13679 (makefile-imake-mode-syntax-table): New syntax table
13680 derived from makefile-mode-syntax-table.
d2eed686 13681 (makefile-mode): Write about makefile-imake-mode in doc string.
3968c89f
MY
13682 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
13683 (makefile-imake-font-lock-keywords): New font lock keywords.
13684
d2eed686 13685 * files.el (auto-mode-alist): Add Imakefile.
3968c89f 13686
11b07c37 136872006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
8e2e2956
SM
13688
13689 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
13690 loading the file rather than when turning on flyspell-mode.
13691
2e040f4e
LT
136922006-01-16 Luc Teirlinck <teirllm@auburn.edu>
13693
13694 * cus-edit.el (customize-rogue): Minor doc fix.
13695
83033a3a
JL
136962006-01-17 Juri Linkov <juri@jurta.org>
13697
84bf6ad8
JL
13698 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
13699 instead of the file at the mark as default if the file at the mark
13700 is the same as the file at point or if dired-dwim-target-directory
13701 is not the same as the current directory and the mark is not active.
13702
202e166d
JL
13703 * log-view.el (log-view-minor-wrap): Use the same logic to get
13704 revisions as `log-view-diff'.
13705
d247d0fe
JL
13706 * info.el (Info-revert-find-node): Check for Info-current-file
13707 before preserving new-history.
13708
202e166d
JL
13709 * man.el (Man-heading-regexp): Add `/'.
13710
13711 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
13712 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
13713
137142006-01-16 Juri Linkov <juri@jurta.org>
13715
83033a3a
JL
13716 * faces.el (mode-line-faces): New defgroup.
13717 (mode-line-highlight): Move definition after new defgroup.
13718 (mode-line, mode-line-inactive, mode-line-highlight):
13719 Replace :group `modeline' with `mode-line-faces'.
13720 (mode-line-buffer-id): New face.
13721 (modeline-buffer-id): New face alias.
13722 (vertical-border): Remove :group `modeline'.
13723
13724 * bindings.el (propertized-buffer-identification): Use face
13725 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
13726 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
13727 (mode-line-buffer-identification-keymap): For mouse-1 replace
13728 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
13729 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
13730 mouse-3.
13731
d247d0fe
JL
13732 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
13733 Buffer-menu-buffer. Doc fix.
13734 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6bca59a3
JL
13735 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
13736 `Buffer-menu-buffer'.
d247d0fe 13737
83033a3a
JL
13738 * info.el (Info-mode-line-node-keymap): New defvar.
13739 (Info-set-mode-line): Use `stringp' to check Info-current-file.
13740 Propertize Info-current-node with `mode-line-buffer-id' and
13741 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
13742
13743 * time.el (display-time-mail-face): Replace :group `faces' with
13744 `mode-line-faces'.
13745
0814ca04
KH
137462006-01-16 Kenichi Handa <handa@m17n.org>
13747
8e2e2956 13748 * international/code-pages.el: Add autoload cookies for cp125[0345678].
0814ca04
KH
13749
13750 * language/european.el (cp1252): New alias for windows-1252.
13751
13752 * international/mule.el (autoload-coding-system): Prepare for EOL
13753 variants.
13754
14397ea7
DN
137552006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
13756
13757 * term.el (term-raw-map): Add mapping for insert.
13758 (term-send-insert): New.
13759 (term-mode): Make variables local here instead of doing it in
13760 `term-emulate-terminal'.
13761 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
af71d4c0
JB
13762 Scroll reverse needs to take into account the scroll region.
13763 Saving and restoring the cursor should save the color attributes too.
14397ea7
DN
13764 (term-reset-terminal): Reset the scroll region.
13765 (term-handle-ansi-escape): Cursor up and down should take into
13766 account the scroll region.
8e2e2956
SM
13767 (term-set-scroll-region): Rename from `term-scroll-region'.
13768 Move to 0,0 after setting the region.
14397ea7
DN
13769 (term-handle-scroll): Handle scroll up.
13770 (term-down): Fix off by one error.
13771 (term-delete-lines): Do not delete outside the scroll region.
13772 (term-insert-lines): Take into account the scroll region.
13773
2834b9b3
SM
137742006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
13775
d83d8efe
SM
13776 * textmodes/ispell.el (ispell-internal-change-dictionary)
13777 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
13778 (start, end): Move declaration outside of eval-when-compile.
13779
ef0f5f7e
SM
13780 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
13781 (flyspell-mode-on): Use it.
13782
2834b9b3
SM
13783 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
13784 ispell-kill-ispell-hook.
13785
b41e2e73
LT
137862006-01-14 Luc Teirlinck <teirllm@auburn.edu>
13787
13788 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13789 (Custom-reset-saved): Do not ask for confirmation in single option
13790 buffers.
13791
c94c4d0a
RS
137922006-01-13 Richard M. Stallman <rms@gnu.org>
13793
13794 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
13795
97f4e87c
RF
137962006-01-13 Romain Francoise <romain@orebokech.com>
13797
13798 * add-log.el (add-change-log-entry, change-log-merge):
13799 Conditionally use `hard-newline'.
13800
5fed8c15 138012006-01-13 Martin Rudalics <rudalics@gmx.at>
83dc149d 13802
e47f89f0
EZ
13803 * wid-edit.el (widget-field-end): If the overlay is no longer
13804 associated with a buffer, behave as if the overlay didn't exist.
13805
2834b9b3
SM
13806 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
13807 Make sure the links use the `custom-link' face.
83dc149d 13808
4c344753
SM
138092006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13810
13811 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
13812 (ld-script-mode): Don't set indent-line-function since we don't
13813 have one.
13814
203ac7f3
CD
138152006-01-13 Carsten Dominik <dominik@science.uva.nl>
13816
2e040f4e 13817 * textmodes/org.el (org-open-file): Use mailcap for selecting an
203ac7f3
CD
13818 application.
13819 (org-file-apps-defaults-gnu): Use mailcap as the default for
13820 selecting an application on a UNIX system.
13821 (org-agenda-show-tags): New command.
4c344753 13822 (org-table-insert-hline): Keep cursor in current table line.
203ac7f3
CD
13823 (org-table-convert): Offset effect of modifying
13824 `org-table-insert-hline'.
13825 (org-format-agenda-item): New optional argument TAG.
13826 (org-compile-prefix-format): Handle %T format for the tag.
13827 (org-expand-wide-chars): New function.
4c344753
SM
13828 (org-table-insert-row, org-table-insert-hline):
13829 Use `org-expand-wide-chars'.
13830 (org-open-file): Fix bug in program launch.
13831 (org-get-time-of-day): Fix bug with times before 1am.
af71d4c0 13832 (org-agenda-menu): Add tags commands.
203ac7f3 13833
fc8a237d
EZ
138342006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
13835
13836 * textmodes/ispell.el (ispell-init-process): Include the used
13837 dictionary in ispell process start message.
13838 (ispell-internal-change-dictionary): When flyspell-mode is active
13839 and dictionary is changed, make sure ispell process is restarted
13840 and flyspell word cache cleared out for the current buffer.
13841 (ispell-change-dictionary): Make sure flyspell word cache is
13842 cleared out in all buffers with active flyspell mode when
4c344753
SM
13843 dictionary is globally changed.
13844 Call ispell-internal-change-dictionary after dictionary change.
fc8a237d 13845
53fad1e4
EZ
138462006-01-13 Eli Zaretskii <eliz@gnu.org>
13847
defe3b41
EZ
13848 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
13849
53fad1e4
EZ
13850 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
13851 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
13852 years. Fix small differences wrt Makefile.in.
13853 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
13854 Makefile.in does.
13855
d5ffcd96
BW
138562006-01-12 Bill Wohler <wohler@newt.com>
13857
13858 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
13859 mh-search.el.
13860
bf56fd4d 138612006-01-12 Masatake YAMATO <jet@gyve.org>
5f3996dc
MY
13862
13863 * progmodes/ld-script.el: Update copyright year.
13864
4c92479f
CY
138652006-01-12 Chong Yidong <cyd@stupidchicken.com>
13866
13867 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
13868 Don't add widget if setting undefined.
13869
e75b11f8
JPW
138702006-01-12 John Paul Wallington <jpw@pobox.com>
13871
13872 * help-fns.el (describe-variable): Remove newlines from void
13873 variable output.
13874
d33a7384
NR
138752006-01-13 Nick Roberts <nickrob@snap.net.nz>
13876
13877 * wdired.el (wdired-mode-map): Add help echo for
13878 wdired-abort-changes.
13879
13880 * man.el (Man-file-name-regexp): Adjust for a list of files.
13881
4ec7bdfd
MY
138822006-01-12 Masatake YAMATO <jet@gyve.org>
13883
13884 * progmodes/ld-script.el (auto-mode-alist): Support
13885 suffix conventions used in netbsd and eCos.
13886
52bcabfe
LT
138872006-01-11 Luc Teirlinck <teirllm@auburn.edu>
13888
13889 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
13890 (custom-variable-menu, custom-face-menu, custom-group-menu)
13891 (Custom-mode-menu): Change names of menu items. (As discussed on
13892 emacs-devel.)
13893 (custom-face-menu): Add "Undo Edits" item.
13894
13895 * startup.el (init-file-user): defcustom -> defvar.
13896
13897 * tooltip.el (tooltip-mode): Doc fix.
13898
23e0c1a3
SM
138992006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
13900
13901 * reveal.el (reveal-post-command): window-buffer signals an error on
13902 dead windows rather than returning nil.
13903 (reveal-open-new-overlays): An overlay might die while we open others.
13904
9c2cf222
BW
139052006-01-11 Bill Wohler <wohler@newt.com>
13906
6cc803de
BW
13907 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
13908 phrasing in docstring.
13909
9c2cf222 13910 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
23e0c1a3 13911 can give some systems gas. Add new file mh-buffers.el.
9c2cf222 13912
4076cbf6
MY
139132006-01-06 Masatake YAMATO <jet@gyve.org>
13914
13915 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
13916 C preprocessor forward ported from GNU Emacs 21.2.
13917
23e0c1a3
SM
13918 * progmodes/asm-mode.el (asm-font-lock-keywords):
13919 Use `cpp-font-lock-keywords'.
4076cbf6
MY
13920
13921 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
13922
13923 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
23e0c1a3 13924 of $ for "\\.ld[s]?".
4076cbf6 13925
587d108e
SM
139262006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13927
05794f14
SM
13928 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
13929 (tcl-indent-line): Return `noindent' if inside a string.
13930
587d108e
SM
13931 * progmodes/flymake.el (flymake-split-string): Remove more than one
13932 empty string at beg/end of the result.
13933 (flymake-find-buildfile, flymake-find-possible-master-files):
13934 Use expand-file-name.
13935 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
13936 since expand-file-name does it for us. Use directory-file-name.
13937 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
13938 (flymake-ler-get-type, flymake-ler-get-text)
13939 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
13940 (flymake-current-line-no): Remove spurious interactive spec.
13941 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
13942 (flymake-check-include): Remove arg inc-path merged into inc-name.
13943 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
13944 Arg regexp-list replaced by a simple regexp.
13945 (flymake-master-make-header-init, flymake-master-tex-init):
13946 Correspondingly replace regexp-list with a regexp. Fix regexp.
13947
0c91399a
SJ
139482006-01-10 Simon Josefsson <jas@extundo.com>
13949
13950 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
13951 describing AUTH PLAIN fix.
13952
9888f112
TTN
139532006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13954
13955 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
13956 (report-emacs-bug): Don't record initial prompt text.
13957 Instead, add text properties to prompting text.
13958 (report-emacs-bug-hook): Delete prompting text.
13959
5f73367d
SM
139602006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
13961
13962 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
13963 `dirs'. Adjust callers.
13964
ee5137b3
JPW
139652006-01-09 John Paul Wallington <jpw@gnu.org>
13966
13967 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
13968
62c5f375
SM
139692006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
13970
ffb5fc37
SM
13971 * reveal.el (reveal-open-new-overlays): New extracted fun.
13972 (reveal-close-old-overlays): Idem. Check overlays's liveness before
13973 using them. Simplify the code.
13974 (reveal-post-command): Use them. Fix up obsolete windows in
13975 reveal-open-spots.
13976
6fee12e6
SM
13977 * progmodes/flymake.el: Use `require' rather than autoload for
13978 XEmacs's overlays.
13979 (flymake-get-common-file-prefix, flymake-build-relative-filename):
13980 Delete. Use file-relative-name instead.
13981 (flymake-get-syntax-check-program-args, flymake-perl-init):
13982 Simplify the resulting code.
13983
62c5f375
SM
13984 * log-view.el (log-view-file-re, log-view-message-re): Add support
13985 for DaRCS output.
13986
e1b3b7a2
AS
139872006-01-09 Alex Schroeder <alex@gnu.org>
13988
13989 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
13990 identifiers sometimes added in square brackets at the beginning of
13991 subject lines.
13992
67177975
RS
139932006-01-07 Richard M. Stallman <rms@gnu.org>
13994
13995 * cus-edit.el (Custom-set, Custom-save): Doc fix.
13996 (Custom-reset-current, Custom-reset-saved): Change question text.
13997 (Custom-reset-standard): Likewise.
13998 (custom-variable-reset-saved): Doc fix.
13999
d3a81eee
EZ
140002006-01-07 Eli Zaretskii <eliz@gnu.org>
14001
14002 * startup.el (init-file-user): Doc fix.
14003
53f831f3
AS
140042006-01-07 Alex Schroeder <alex@gnu.org>
14005
80068231
AS
14006 * mail/rmail.el (rmail-current-subject): New function.
14007 (rmail-current-subject-regexp): New function.
14008 (rmail-next-same-subject): Use it.
14009
62c5f375
SM
14010 * mail/rmailsum.el (rmail-summary-by-topic):
14011 Use rmail-current-subject and rmail-current-subject-regexp.
80068231
AS
14012 (rmail-summary-next-same-subject): Ditto.
14013
53f831f3
AS
14014 * net/rcirc.el (rcirc-send-input): No longer check whether the
14015 process is open, since not all commands need an open process.
14016 (rcirc-send-string): Check whether the process is open before
14017 sending anything.
2c8abe90
AS
14018 (rcirc-ignore-list): New option.
14019 (rcirc-ignore-list-automatic): New variable.
14020 (rcirc-print): Take rcirc-ignore-list into account.
14021 (rcirc-cmd-ignore): New command.
14022 (rcirc-ignore-update-automatic): New function.
14023 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14024 list if ignored nicks.
14025 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
53f831f3 14026
53dab082
EZ
140272006-01-06 David Reitter <david.reitter@gmail.com>
14028
14029 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14030 reflect the address to which the report will be sent.
14031
01b959a3
EZ
140322006-01-06 Eli Zaretskii <eliz@gnu.org>
14033
14034 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14035 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14036
8c722a81
EZ
140372006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
14038
14039 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14040
14041 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14042 the doc string: "functoin" => "function".
af71d4c0 14043 * ldefs-boot.el: Likewise.
8c722a81
EZ
14044
14045 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14046 message text: "Duplicat" => "Duplicate".
14047
0133dab9
EZ
140482006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
14049
14050 * files.el (basic-save-buffer-2): If backing-up failed, reset
14051 buffer-backed-up to nil.
14052
753c278e
NR
140532006-01-06 Nick Roberts <nickrob@snap.net.nz>
14054
14055 * progmodes/gud.el (gdb-script-skip-to-head)
14056 (gdb-script-calculate-indentation): Indent for breakpoint command
14057 lists also.
14058
77a0dbd2
BW
140592006-01-05 Bill Wohler <wohler@newt.com>
14060
14061 * Makefile.in (compile-always): Add mh-autoloads dependency.
14062 (bootstrap): Remove mh-autoloads dependency, as compile dependency
14063 provides it.
600bc46c
BW
14064 (updates): Remove mh-autoloads dependency, since it probably has
14065 already run recently (via recompile).
77a0dbd2 14066
c07fa030
SM
140672006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
14068
bef9f82c
SM
14069 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14070 argument `force' to disable the flyspell-last-buffer optimization.
14071 (flyspell-mode-on): Use it.
14072
c07fa030
SM
14073 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14074 flymake-simple-cleanup.
14075 (flymake-allowed-file-name-masks): Use this new default.
14076 All the functions are now called in the right buffer rather than
14077 passing the buffer as argument.
14078 (flymake-process-sentinel): Switch to buffer before calling cleanup.
14079 (flymake-parse-err-lines): Remove redundant buffer arg.
14080 (flymake-get-program-dir): Comment out unused function.
14081 (flymake-start-syntax-check, flymake-start-syntax-check-process):
14082 Remove redundant buffer argument.
14083 (flymake-get-real-file-name, flymake-simple-java-cleanup)
14084 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14085
f00239cf
RS
140862006-01-05 Richard M. Stallman <rms@gnu.org>
14087
a203a18c
RS
14088 * info.el (Info-find-node): Don't record previous node if have none.
14089 (info): Go to directory only if history is empty.
14090
f00239cf
RS
14091 * simple.el (mark): Doc fix.
14092
07f9b01c
YM
140932006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14094
14095 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14096 already of desired type.
14097 (mac-ae-list): Coerce parameter to "list" type.
14098 (mac-dispatch-apple-event): Replace cadr part of event with a
14099 dummy position so that event-start returns it.
14100
8abe9d4f
CD
141012006-01-05 Carsten Dominik <dominik@science.uva.nl>
14102
2e040f4e 14103 * textmodes/org.el (org-end-of-subtree): New function.
c07fa030
SM
14104 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14105 Use `org-end-of-subtree'.
8abe9d4f
CD
14106 (org-agenda, org-agenda-convert-date): Protect calls to
14107 `fit-window-to-buffer'.
14108 (org-tags-view): Force matching of sublevels when doing a
14109 todo-only search. Define the correct redo command, including the
14110 arguments.
14111 (org-agenda-redo): Display message.
14112 (org-check-for-org-mode): New function.
14113 (org-agenda-type): New variable.
c07fa030
SM
14114 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14115 Set `org-agenda-type'.
8abe9d4f
CD
14116 (org-agenda-check-type): New function.
14117 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14118 (org-agenda-week-view, org-agenda-day-view)
14119 (org-agenda-next-date-line, org-agenda-previous-date-line)
14120 (org-agenda-log-mode, org-agenda-toggle-diary)
14121 (org-agenda-toggle-time-grid, org-agenda-date-later)
14122 (org-agenda-date-prompt, org-agenda-diary-entry)
14123 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
c07fa030
SM
14124 (org-agenda-convert-date, org-agenda-menu):
14125 Use `org-agenda-check-type'.
8abe9d4f 14126 (org-make-overlay, org-delete-overlay)
c07fa030
SM
14127 (org-detatch-overlay, org-move-overlay, org-overlay-put):
14128 New compatibility functions.
8abe9d4f
CD
14129 (org-calendar-select-mouse): New command.
14130
73e60f53
CY
141312006-01-04 Chong Yidong <cyd@stupidchicken.com>
14132
eaa99205 14133 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
0c731046
CY
14134 (Custom-reset-standard): Fix y-or-n-p messages.
14135 (custom-link): New face for links.
73e60f53 14136 (custom-buffer-create-internal, custom-manual): Use it.
b76747af 14137 (custom-face-save): Push to theme-face before setting face spec.
73e60f53
CY
14138
14139 * wid-edit.el (widget-default-mouse-face-get): New function.
14140 (widget-specify-button): Handle mouse-face like button-face.
14141
14142 * custom.el (load-theme): Clear old theme settings if reloading.
14143
bdf743fe
LT
141442006-01-03 Luc Teirlinck <teirllm@auburn.edu>
14145
d5837ed3 14146 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
bdf743fe
LT
14147 "Erase Customization" button back to same position it occupies in
14148 the individual State menus.
14149
8a5db8ae
KS
141502006-01-04 Kim F. Storm <storm@cua.dk>
14151
14152 * wid-edit.el (key-sequence): Rework widget to read key binding
14153 using `kbd' syntax. Use C-q to insert literal key, event, or code.
14154 (widget-key-sequence-default-value): Default value for empty sequence.
14155 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
14156 (widget-key-sequence-read-event): New command for C-q.
14157 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14158 (widget-key-sequence-value-to-external): New functions.
14159
1c360af3
SM
141602006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
14161
6df19241
SM
14162 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14163 Use expand-file-name.
14164 (flymake-delete-temp-directory): Use expand-file-name,
14165 file-name-directory, and directory-file-name.
14166 (flymake-strrchr): Delete.
14167 (flymake-start-syntax-check): Don't pass the redundant buffer argument
14168 to the init-f function.
14169 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14170 (flymake-init-find-buildfile-dir)
14171 (flymake-init-create-temp-source-and-master-buffer-copy)
14172 (flymake-simple-make-init-impl, flymake-simple-make-init)
14173 (flymake-master-make-init, flymake-master-make-header-init)
14174 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14175 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14176 (flymake-xml-init): Remove corresponding redundant buffer argument.
14177 (flymake-allowed-file-name-masks): Remove last elems that are equal to
14178 the default anyway. Clean up regexps.
14179
5bcef417
SM
14180 * progmodes/flymake.el (flymake-temp-source-file-name)
14181 (flymake-master-file-name, flymake-temp-master-file-name)
14182 (flymake-base-dir): New buffer-local vars.
14183 (flymake-buffer-data, flymake-get-buffer-value)
14184 (flymake-set-buffer-value): Replace those hash-tables by the new
14185 buffer-local vars. Update callers.
14186
43ed65ac
SM
14187 * progmodes/flymake.el (flymake-check-start-time)
14188 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14189 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14190 Move definition, so we can remove redundant earlier declaration.
14191 (flymake-replace-regexp-in-string, flymake-split-string)
14192 (flymake-get-temp-dir): Use defalias.
14193 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
14194 (flymake-xemacs-window-edges): Remove unused function.
14195 (flymake-get-point-pixel-pos): Move.
14196 (flymake-pid-to-names, flymake-reg-names)
14197 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14198 Replace by a simple list flymake-processes and by process-buffer.
14199 Update callers. Other than simplify the code, it uses buffers rather
14200 than buffer-names so it doesn't get confused by uniquify.
14201 (flymake-buffer-data): The global value should just be nil.
14202
b7a5a208
SM
14203 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14204 Optimize the body of a defalias like any other code.
14205
1c360af3
SM
14206 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14207 Make sure we've setup font-lock's vars. It may influence which
14208 function we then call.
14209 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14210 here since it's too late anyway.
14211
1ca41b97
RF
142122006-01-03 Romain Francoise <romain@orebokech.com>
14213
14214 * startup.el (fancy-splash-tail, normal-splash-screen):
14215 Update copyright year.
14216
fdbfa78e
S
142172006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
14218
b7a5a208 14219 * mouse.el (mouse-drag-track): Rename, from
fdbfa78e 14220 `mouse-drag-region-1'. Includes optional argument required to
b7a5a208
SM
14221 enable post-drag event processing (e.g. delete region keys).
14222 Can be used without this argument to track a mouse region and operate
fdbfa78e
S
14223 on it as soon as the drag completes.
14224 (mouse-drag-region): Use `mouse-drag-track'.
14225
d0f1e2f8
CY
142262006-01-02 Chong Yidong <cyd@stupidchicken.com>
14227
3ee07367
CY
14228 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14229 Move to `custom-buffer' group.
14230
d0f1e2f8
CY
14231 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14232 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14233 (custom-theme-insert-face-marker, custom-theme-variable-menu)
14234 (custom-theme-face-menu): New variables.
14235 (custom-theme-add-variable, custom-theme-variable-action)
14236 (custom-variable-reset-theme, custom-theme-delete-variable)
14237 (custom-face-reset-theme, custom-theme-face-action)
14238 (custom-theme-delete-face, custom-theme-merge-theme)
14239 (custom-theme-add-face, custom-theme-visit-theme): New functions.
14240
d358aa10
CY
142412006-01-01 Chong Yidong <cyd@stupidchicken.com>
14242
14243 * custom.el: Move Custom Themes commentary to start of theme code.
14244 (custom-known-themes): Rename `standard' theme to `changed'.
14245 (custom-push-theme): Caller no longer specifies what theme to use
14246 when doing `reset'---the setting is simply removed from the theme.
14247 Delete MODE from `theme-value' and `theme-settings' properties.
14248 (custom-declare-theme): Ignore &rest args since we don't use them.
14249
14250 (custom-loaded-themes): Delete variable.
14251 (custom-theme-load-themes, custom-theme-loaded-p)
14252 (custom-theme-value): Delete functions.
14253
14254 (custom-declare-theme): Signal error on invalid theme names.
14255 (provide-theme): custom-loaded-themes was deleted.
14256 (load-theme): Load the file unconditionally.
14257 (enable-theme): Call `load-theme' if theme is undefined.
14258 (custom-enabled-themes): Only update value for successful loads.
14259 (disable-theme): Complete from enabled themes when interactive.
14260 (custom-variable-theme-value): Calculate theme value directly.
14261
14262 (custom-theme-reset-variables, custom-reset-variables): Mark as
14263 XEmacs compatibility functions. We don't actually use these.
14264
1c360af3
SM
14265 * cus-edit.el (custom-variable-state-set):
14266 Use custom-variable-theme-value instead of custom-theme-value.
d358aa10
CY
14267 (custom-face-state-set): Rename `standard' theme to `changed'.
14268 (custom-save-variables, custom-save-faces): Delete unneeded
14269 references to custom-reset-variables.
14270 (custom-save-resets): Delete function.
14271 (custom-save-variables, custom-save-faces): MODE argument deleted.
14272 (custom-save-variables, custom-save-faces): Ignore theme values.
14273
14274 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14275 compatibility function.
14276
cbf090c4
RS
142772006-01-01 Richard M. Stallman <rms@gnu.org>
14278
107736a2
RS
14279 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14280 (Custom-reset-current, Custom-reset-saved): Likewise.
b8919739 14281 (Custom-reset-standard): Show message if aborted.
107736a2
RS
14282 (custom-mode): Doc fix, describing those commands.
14283
cbf090c4
RS
14284 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14285 put on event-kind property.
14286
85a5eb0e
CY
142872005-12-31 Chong Yidong <cyd@stupidchicken.com>
14288
b2a41d12
CY
14289 * custom.el (provide-theme): Ban `user' theme name.
14290 (custom-enabling-themes): New variable.
14291 (enable-theme): Don't enable user if custom-enabling-themes is t.
14292 (custom-enabled-themes): Make it a defcustom.
14293 (custom-theme-recalc-face): No-op if face is undefined.
14294
85a5eb0e
CY
14295 * cus-edit.el (custom-button-mouse): New variable.
14296 (custom-button-mouse): New face.
14297 (custom-raised-buttons, custom-mode): Use it.
14298
14299 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14300
b5871831
EZ
143012005-12-31 Eli Zaretskii <eliz@gnu.org>
14302
14303 * progmodes/gud.el (gud-display-line): Support hl-line in the
14304 source buffer.
14305
5915523a
EZ
143062005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14307
14308 * mouse.el (mouse-drag-window-above): Verify that the found window
14309 overlaps with the given window in the horizontal dimension.
14310
a9d25c79
EZ
143112005-12-31 Eli Zaretskii <eliz@gnu.org>
14312
14313 * Makefile.in (cvs-update): New target.
14314
14315 * makefile.w32-in (cvs-update): Ditto.
14316
8314bdb8
CY
143172005-12-30 Chong Yidong <cyd@stupidchicken.com>
14318
14319 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
bdeaa675 14320 (custom-new-theme-mode-map): New variable.
8314bdb8 14321
16ecd4c5
RS
143222005-12-30 Richard M. Stallman <rms@gnu.org>
14323
8913f945
RS
14324 * custom.el (custom-load-themes): Function deleted.
14325
a8d6ee3c 14326 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16ecd4c5
RS
14327 (custom-save-variables): Don't delete or add custom-load-themes call.
14328
4dd68f44
SM
143292005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
14330
98e071b5
SM
14331 * cus-start.el: Add `visible-cursor'.
14332
4dd68f44
SM
14333 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14334 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14335 (flymake-process-filter): Switch to buffer before calling it instead.
14336 (flymake-post-syntax-check, flymake-highlight-err-lines)
14337 (flymake-delete-own-overlays, flymake-parse-err-lines)
14338 (flymake-start-syntax-check, flymake-start-syntax-check-process)
14339 (flymake-count-lines, flymake-parse-residual):
14340 Remove constant buffer argument.
14341 (flymake-start-syntax-check-for-current-buffer): Remove.
14342 Update callers to use flymake-start-syntax-check instead.
14343 (flymake-display-err-menu-for-current-line):
14344 Remove unused var `mouse-pos'.
14345 (flymake-restore-formatting): Comment out unused function.
14346 (flymake-report-status, flymake-report-fatal-status): Remove buffer
14347 argument, use current-buffer instead. Update callers.
14348
07467c09
RW
143492005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14350
14351 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14352 buffer-local because choose-completion-delete-max-match requires
14353 that we set completion-ignore-case (i.e., binding via let is not
14354 sufficient).
14355 (bibtex-complete): Always set completion-ignore-case and
af71d4c0 14356 choose-completion-string-functions. The latter is needed because
07467c09
RW
14357 choose-completion-string-functions keeps its value if we quit the
14358 *Completions* buffer without requesting a completion.
14359
fe791b0c
AS
143602005-12-30 Andreas Schwab <schwab@suse.de>
14361
4dd68f44 14362 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
fe791b0c 14363
ef3f69f9
EZ
143642005-12-30 Eli Zaretskii <eliz@gnu.org>
14365
14366 * jit-lock.el (jit-lock-chunk-size): Doc fix.
14367
67d766e8
JL
143682005-12-30 Juri Linkov <juri@jurta.org>
14369
14370 * locate.el (locate-fcodes-file, locate-header-face)
14371 * progmodes/delphi.el (delphi-other-face)
14372 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14373
14374 * paren.el (show-paren-match, show-paren-mismatch): Use existing
14375 group `paren-showing-faces'.
14376
14377 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14378 (goto-address): Fix docstring.
14379
14380 * net/webjump.el (webjump-sample-sites): Update URLs.
14381
14382 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14383
14384 * subr.el (cancel-change-group): Add listp around pending-undo-list.
14385
af3d4246
SM
143862005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
14387
14388 * font-lock.el (font-lock-compile-keywords): Signal an error when
14389 font-lock-set-defaults hasn't been called.
14390
9f126fd0
LT
143912005-12-29 Luc Teirlinck <teirllm@auburn.edu>
14392
14393 * subr.el (noreturn, 1value): Doc fixes.
14394
694ed36d
RW
143952005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14396
14397 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14398 that assoc-string returns nil.
14399
ffc1e1db
RW
144002005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14401
14402 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14403 (bibtex-entry-type-str, bibtex-empty-field-re)
14404 (bibtex-search-backward-string, bibtex-preamble-prefix)
af3d4246 14405 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
ffc1e1db
RW
14406 (bibtex-any-valid-entry-type): New variable.
14407 (bibtex-parse-field-name): Simplify.
af3d4246 14408 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
ffc1e1db 14409 (bibtex-preamble-prefix): Include left delimiter.
af3d4246
SM
14410 (bibtex-search-forward-field, bibtex-search-backward-field):
14411 Allow unbounded search past entry boundaries (required by bibtex-pop).
ffc1e1db
RW
14412 (bibtex-text-in-field-bounds): Use push.
14413 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14414 (bibtex-parse-preamble, bibtex-valid-entry)
14415 (bibtex-beginning-first-field): New functions.
14416 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
14417 (bibtex-map-entries): Fix docstring.
af71d4c0 14418 (bibtex-flash-head): New arg prompt. Simplify.
ffc1e1db
RW
14419 (bibtex-enclosing-field): Include code of bibtex-inside-field.
14420 (bibtex-insert-kill): Simplify. Always insert text past the
14421 current field or entry.
14422 (bibtex-format-entry): Use bibtex-parse-field.
14423 (bibtex-pop): Use bibtex-beginning-of-entry and
14424 bibtex-end-of-entry to initiate the search. Insert empty field if
14425 we found ourselves.
af3d4246
SM
14426 (bibtex-print-help-message): New args field and comma.
14427 Handle entry keys.
ffc1e1db
RW
14428 (bibtex-make-field): Use bibtex-beginning-of-entry.
14429 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
14430 invalid entry.
14431 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14432 Handle preambles. Simplify code for thorough test.
14433 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14434 New arg comma. Handle entry heads.
14435 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14436 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14437 New arg comma.
14438 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14439 (bibtex-fill-field): Simplify.
14440 (bibtex-fill-entry): Use bibtex-beginning-first-field and
14441 bibtex-parse-field.
af3d4246 14442 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
ffc1e1db
RW
14443 (bibtex-complete): Use bibtex-parse-preamble.
14444
bc2051e4
NR
144452005-12-29 Nick Roberts <nickrob@snap.net.nz>
14446
14447 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14448 Display name of expression instead of convenience variable.
14449 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14450
14451 * progmodes/gud.el (gud-tooltip-dereference): Rename from
14452 toggle-gud-tooltip-dereference.
14453 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
af71d4c0 14454 (gud-tooltip-tips): ...here when dereferencing.
bc2051e4 14455
0d887b77
BW
144562005-12-28 Bill Wohler <wohler@newt.com>
14457
af3d4246 14458 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
0d887b77 14459
07a95b81
SM
144602005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
14461
97461c84
SM
14462 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14463 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
14464 (vc-annotate-display-autoscale): Adjust call.
14465 (vc-annotate-display-default): Adjust call. Make arg compulsory.
14466 Fix interactive spec.
14467 (vc-annotate-time-span): Remove.
14468 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14469 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14470 (vc-annotate-display-select): Use new name.
14471
07a95b81
SM
14472 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14473 (vc-annotate-mode-menu): Remove left-over redundant declaration.
14474 Correct the construction of span entries. Simplify.
14475 (vc-annotate-display-select): Fix the nil case.
14476 (vc-annotate): Remove obsolete (and now broken) code.
14477 (vc-annotate-extract-revision-at-line): Remove obsolete code.
14478 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
14479
ba455131
LT
144802005-12-28 Luc Teirlinck <teirllm@auburn.edu>
14481
14482 * subr.el (lazy-completion-table): Correct typo in docstring.
14483
14484 * startup.el (command-line): Use `custom-reevaluate-setting' for
14485 `send-mail-function'.
14486
14487 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14488
c3f69831
SJ
144892005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
14490
07a95b81
SM
14491 * mail/smtpmail.el (smtpmail-try-auth-methods):
14492 Send credentials together with "AUTH PLAIN" command.
c3f69831 14493
6281e1e8
RS
144942005-12-27 Richard M. Stallman <rms@gnu.org>
14495
14496 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14497 mouse-2, go back to previously selected window, so it's selected
14498 when mouse-2 command runs.
14499
145002005-12-27 Juri Linkov <juri@jurta.org>
84116a13
JL
14501
14502 * descr-text.el (describe-text-sexp): Use square brackets for
14503 button [Show] to distinguish it from the property value `show'.
14504 (describe-property-list): Use `insert-text-button' with
14505 `help-face' type instead of putting face in quotes, because button
14506 is not created automatically for a list of faces.
14507 (describe-text-properties-1): Put button-type value in quotes to
14508 distinguish from plain text "button".
14509 (describe-char): Display code point values in hex. Don't use
14510 `symbol-name' for `current-input-method' because it is a string.
14511 Use `insert-text-button' with `help-face' type instead of putting
14512 hardcoded face in quotes, because button is not created automatically.
14513
51978cac
RS
145142005-12-27 Richard M. Stallman <rms@gnu.org>
14515
2926b5fb
RS
14516 * progmodes/glasses.el (glasses-face): More specific custom type.
14517
1af57101
RS
14518 * files.el (set-visited-file-name): Doc fix.
14519
51978cac
RS
14520 * textmodes/flyspell.el (flyspell-external-point-words):
14521 Use local var buffer-scan-pos to advance scan for next misspelling.
14522 Advance it only after we find the misspelling.
14523
145242005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
14525
14526 * textmodes/flyspell.el (flyspell-external-point-words):
14527 New criteria for finding the misspelling in the buffer.
14528
6281e1e8 145292005-12-27 Nick Roberts <nickrob@snap.net.nz>
84116a13
JL
14530
14531 * help-mode.el (help-insert-string): Set help-xref-stack-item
14532 rather than call help-setup-xref.
14533
14534 * descr-text.el (describe-char): Revert previous changes for
14535 optional buffer argument.
14536
6281e1e8 145372005-12-27 Juri Linkov <juri@jurta.org>
6280f20d
NR
14538
14539 * help-mode.el (help-insert-string): New function. Save buffer
07a95b81 14540 contents in cases where it is impossible to recompute the old contents.
6280f20d
NR
14541
14542 * descr-text.el (describe-char): Set help-xref-stack-item
84116a13 14543 explicitly after buffer has been generated.
6280f20d 14544
348f73b0 145452005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
edd4b3ab
JD
14546
14547 * cus-start.el (all): Add x-gtk-show-hidden-files.
14548
d7504d5c
RS
145492005-12-26 Richard M. Stallman <rms@gnu.org>
14550
c0b45763
RS
14551 * replace.el (perform-replace): Calculate match-again
14552 before skipping read-only matches.
14553
d6f0f3e0
RS
14554 * paren.el (paren-showing-faces): New group.
14555 (show-paren-match, show-paren-mismatch): Move to that group.
14556
14557 * button.el (button): Put into group `basic-faces'.
14558
14559 * progmodes/make-mode.el: Remove faces from group `faces'.
14560
d7504d5c
RS
14561 * apropos.el (apropos, apropos-value): Doc fix.
14562 (apropos-documentation): Doc fix.
14563
1d5e15d0
SM
145642005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
14565
14566 * subr.el (lazy-completion-table): Remove argument `args'.
14567
14568 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14569 Don't use the `args' argument of lazy-completion-table.
14570
6281e1e8 145712005-12-26 Nick Roberts <nickrob@snap.net.nz>
0932395f
NR
14572
14573 * descr-text.el (describe-char): Add optional argument for buffer.
14574 Set buffer appropriately. Call help-setup-xref.
14575 Suggested by Stefan Monnier.
14576
6281e1e8 145772005-12-26 Juri Linkov <juri@jurta.org>
0932395f 14578
84116a13
JL
14579 * descr-text.el: Require `help-fns' at runtime. Don't require
14580 `button' for byte compilation.
14581 (describe-text-widget): Add `help-echo' for first button.
119f6f17
RS
14582 Use `help-info' for second.
14583 (describe-property-list): Use `help-argument-name' instead of `italic'.
84116a13
JL
14584 (describe-text-category): Add prompt to interactive spec.
14585 Call `help-setup-xref'.
14586 (describe-char): Use `help-character-set'. Add `help-echo' for
14587 code point. Use `help-input-method'. Remove superfluous insert.
0932395f 14588
6728475c
RS
145892005-12-25 Richard M. Stallman <rms@gnu.org>
14590
cad1051b
RS
14591 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
14592 at point, in case of narrowing.
14593
6f9de17a
RS
14594 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
14595
14596 * locate.el (locate-header-face): Allow nil in type.
14597
6728475c
RS
14598 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
14599
180a4473
RF
146002005-12-25 Romain Francoise <romain@orebokech.com>
14601
14602 * battery.el (battery-linux-proc-acpi): Also try
14603 `/proc/acpi/thermal_zone/THM0/temperature'.
14604
c5d290fb
CY
146052005-12-24 Chong Yidong <cyd@stupidchicken.com>
14606
14607 * custom.el (custom-push-theme): Fix docstring.
14608
1d5e15d0
SM
14609 * cus-edit.el (custom-variable-set, custom-variable-save)
14610 (custom-variable-save): Custom-quote widget values.
c5d290fb
CY
14611 (customize-save-variable): Fix custom-push-theme call.
14612
7c417300
EZ
146132005-12-24 Eli Zaretskii <eliz@gnu.org>
14614
14615 * w32-fns.el (w32-batch-update-autoloads): New function.
14616
1d5e15d0
SM
14617 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
14618 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7c417300
EZ
14619 from the command line.
14620
d820f1fb
CY
146212005-12-23 Chong Yidong <cyd@stupidchicken.com>
14622
14623 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
14624 reset means to remove setting from theme entirely. Don't keep
14625 expanding theme-settings list; delete old entries if necessary.
14626
14627 * cus-edit.el (custom-buffer-create-internal): Move "Erase
14628 customization" button one line up.
14629 (custom-themed): New face.
14630 (custom-magic-alist): New value, THEMED, for theme settings.
1d5e15d0
SM
14631 (custom-variable-state-set, custom-face-state-set):
14632 Check theme-value instead of saved-value.
d820f1fb 14633 (custom-variable-reset-standard, custom-face-reset-standard):
9ff7a71a 14634 Remove theme setting entirely. Recalculate new values.
25c6d447
CY
14635 (custom-variable-set, custom-variable-set)
14636 (custom-variable-reset-saved, custom-variable-reset-backup)
14637 (custom-face-set, custom-face-reset-saved): Update `user' theme.
14638 (custom-variable-save): Fix typos.
1d5e15d0 14639
eb533587
JL
146402005-12-23 Juri Linkov <juri@jurta.org>
14641
14642 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
14643 Add autoload cookies.
14644 (edebug-outside-d-c-i-n-s-w): New variable.
14645 (edebug-display, edebug-outside-excursion): Use it to save the
14646 original value of default-cursor-in-non-selected-windows.
14647 Set default-cursor-in-non-selected-windows to t while Edebug
14648 is active.
14649 (edebug-mode, edebug-eval-mode): Doc fix.
14650
14651 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
14652 with `buffer-substring-no-properties' to remove common substring
14653 highlighting.
14654
14655 * info.el (info-other-window, info): Rename function argument
14656 `file' to `file-or-node'.
14657 (Info-complete-menu-item): Use local variable `complete-nodes' to
14658 keep the global value of `Info-complete-nodes' unchanged for
14659 subsequent completions.
14660 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
14661
14662 * simple.el (get-next-valid-buffer, last-buffer)
14663 (next-error-buffer-p, next-error-find-buffer)
14664 (minibuffer-history-sexp-flag): Doc fix.
14665
14666 * savehist.el (savehist-mode-hook): Add `:group'.
14667
14668 * log-view.el: Call autoload for vc-find-version.
14669 (log-view-current-file): Adjust subgroup numbers.
14670 (log-view-current-tag): Add `length'.
14671
2b6abe1e
RS
146722005-12-23 Richard M. Stallman <rms@gnu.org>
14673
14674 * vc.el (vc-annotate-car-last-cons): Defn moved up.
14675
1fafa158
JL
146762005-12-23 Juri Linkov <juri@jurta.org>
14677
14678 * hi-lock.el (hi-lock-archaic-interface-message-used)
14679 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
14680 (hi-lock-mode): Display "Hi" in the mode line only when
14681 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
14682 (hi-lock-write-interactive-patterns):
14683 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
14684 (hi-lock-set-pattern, hi-lock-set-file-patterns)
14685 (hi-lock-font-lock-hook): Set 3rd arg `how' of
14686 font-lock-add-keywords to t.
14687
81dc5714
JL
146882005-12-23 David Koppelman <koppel@ece.lsu.edu>
14689
14690 * hi-lock.el (hi-lock-highlight-range): New variable.
14691 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
14692 only if font-lock-fontified is non-nil. Remove overlays.
14693 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
14694 font-lock-fontified is non-nil, otherwise use overlays (instead of
14695 text properties).
14696 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
14697 New variables.
14698 (hi-lock-string-serialize) New function.
14699
348f73b0 147002005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7b5836c7
JD
14701
14702 * menu-bar.el (menu-find-file-existing): New function.
14703 (menu-bar-file-menu): Use menu-find-file-existing for Open.
14704
af71d4c0 14705 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7b5836c7 14706
04864eb0
SM
147072005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
14708
14709 * vc.el: Remove unnecessary leading * in docstrings.
14710 (vc-annotate-mode-map): Move initialization into declaration.
14711 (vc-static-header-alist): Nitpick on the regexp.
14712 (vc-default-init-version): New fun.
14713 (vc-register): Use it.
14714 (vc-insert-headers): Use dolist.
14715 (vc-annotate-get-backend): Remove unused function.
14716 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
14717 (vc-annotate-mode): Remove corresponding call.
14718 (vc-annotate-car-last-cons): Simplify.
14719 (vc-annotate-buffers): Remove var.
14720 (vc-annotate-backend): Make it buffer-local.
14721 (vc-annotate): Move the interaction to the interactive spec.
14722 Add a `buf' argument.
14723 (vc-annotate-warp-version): Use this new `buf' argument to avoid
14724 killing&creating a vc-annotate buffer, which is very disruptive when
14725 the buffers are shown in dedicated frames.
14726
d59e3c42
NR
147272005-12-23 Nick Roberts <nickrob@snap.net.nz>
14728
14729 * descr-text.el: Add FSF as maintainer.
14730 (describe-text-mode, describe-text-mode-map)
14731 (describe-text-mode-hook, describe-text-done): Delete. Use normal
14732 help-mode.
14733 (describe-text-widget, describe-text-sexp)
14734 (describe-property-list, describe-text-category)
14735 (describe-text-properties, describe-text-properties-1)
14736 (describe-char): Use help buttons instead of widgets.
14737 (describe-char-unicodedata-file): Make URL link in doc string.
14738
b758ae9a 147392005-12-22 Richard M. Stallman <rms@gnu.org>
04864eb0 14740
b758ae9a
RS
14741 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
14742 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
14743 Don't include buttons that write a file when there's no file.
14744 (custom-variable-menu, custom-face-menu, custom-group-menu):
14745 Don't include commands that write a file when there's no file.
bba50f8a
RS
14746 (customize-browse): Reword the top-of-buffer help intro.
14747 (custom-buffer-create-internal): Fix previous change.
14748 (customize-changed-options-previous-release): Prev release is 21.1.
14749 (customize-changed-options): Doc fix.
14750 (customize-changed): New alias.
50137744
RS
14751 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
14752 Say "standard values".
14753 (Custom-reset-standard): Doc fix.
14754 (custom-face-reset-standard): Doc fix.
b758ae9a 14755
e0be77f6
SM
147562005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
14757
14758 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
14759 even if font-lock-mode is non-nil since it may be t without having
14760 turned on font-lock-mode-internal.
14761 (font-lock-choose-keywords): Minor optimization.
14762 (font-lock-add-keywords, font-lock-remove-keywords)
14763 (font-lock-set-defaults): Don't call make-local-variable on a variable
14764 that we know to already be local.
14765
5e688290
RF
147662005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14767
14768 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
14769 messages if in the minibuffer.
14770
c1b5a260
SM
147712005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
14772
9c841316
SM
14773 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
14774 (tex-mode-flyspell-verify, flyspell-get-word)
14775 (flyspell-external-point-words): Don't use point-min/max uselessly.
14776
c1b5a260
SM
14777 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
14778 by Kevin Rodgers. Instead, just hide the completions buffer if we
14779 don't need to show it.
14780
135db51a
LT
147812005-12-21 Luc Teirlinck <teirllm@auburn.edu>
14782
14783 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
14784
398de718
SM
147852005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
14786
14787 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
14788 delete-windows-on with an inexistent buffer.
14789
39b5238d
NR
147902005-12-22 Nick Roberts <nickrob@snap.net.nz>
14791
398de718 14792 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
39b5238d
NR
14793 Delete defcustom variable :tag names.
14794
aa230d94
SM
147952005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
14796
14797 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
14798 (log-view-font-lock-keywords): Ajust subgroup numbers.
14799 (log-view-current-tag): Don't hard code the number of subgroups.
14800
3bdba51d
JL
148012005-12-20 Juri Linkov <juri@jurta.org>
14802
14803 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
14804 (tooltip-x-offset, tooltip-y-offset): Doc fix.
14805
14806 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14807 (menu-bar-non-minibuffer-window-p): Instead of checking
14808 display-multi-frame-p, use selected-frame when menu-updating-frame
14809 is nil.
14810
55b76f19 148112005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
fdd5516e
TTN
14812
14813 * align.el (align-rules-list): Use [ \t] instead of \s-
14814 for column separators in text mode.
14815
84a00de9
NR
148162005-12-20 Nick Roberts <nickrob@snap.net.nz>
14817
fdd5516e 14818 * help-mode.el (help-customize-variable, help-customize-face):
84a00de9
NR
14819 Don't pop help-xref-stack as help-follow no longer pushes
14820 anything on to it.
14821
d924f2e5
CD
148222005-12-20 Carsten Dominik <dominik@science.uva.nl>
14823
2e040f4e 14824 * textmodes/org.el (org-agenda-custom-commands): New option.
d924f2e5
CD
14825 (org-agenda): Offer custom commands on splash screen.
14826 (org-make-tags-matcher): Parser for Boolean logic added.
14827 (org-agenda-set-tags): New command.
14828 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
14829 (org-set-tags): Efficiency improvements.
14830 (org-auto-align-tags): New option.
14831 (org-todo, org-demote, org-promote): Realign tags.
aa230d94 14832 (org-tags-completion-function): Use also "&" and "|" as separators.
d924f2e5
CD
14833 (org-org-menu): Agenda commands simplified.
14834
c8fee345
LT
148352005-12-19 Luc Teirlinck <teirllm@auburn.edu>
14836
14837 * cus-edit.el (customize-apropos, customize-apropos-options):
14838 Docstring changes.
14839
14840 * font-lock.el (font-lock): Add tags to the links in the defgroup.
14841
eb0d2864
CY
148422005-12-19 Chong Yidong <cyd@stupidchicken.com>
14843
14844 * longlines.el (longlines-mode): Wrap while widened.
14845 (longlines-decode-region, longlines-encode-region): Compute max
14846 just once.
14847
d6a90a49
YM
148482005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14849
14850 * cus-edit.el (mac): New group.
14851
14852 * cus-start.el (all): Add user options in macterm.c. Add test for
14853 Mac-related built-ins. Fix test for GTK-related built-ins.
14854
14855 * term/mac-win.el (mac-handle-language-change)
14856 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
14857 (mac-services-open-selection, mac-services-mail-selection)
14858 (mac-services-mail-to, mac-services-insert-text)
14859 (mac-dispatch-apple-event): Add docstrings.
14860 (x-get-selection, mac-select-convert-to-string): Select coding
14861 system from `utf-16be' and `utf-16le' using `byteorder'.
14862
8e77fbb4
SM
148632005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
14864
14865 * subr.el (lazy-completion-table): Don't be fooled if the var holds
14866 a "list" (lambda ...) rather than a real completion list.
14867
14868 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
14869 lexical-let when encountering ((lambda (...) ...) ...).
14870
1aa545c1
CY
148712005-12-17 Chong Yidong <cyd@stupidchicken.com>
14872
8e77fbb4 14873 * progmodes/sh-script.el (sh-mode):
1aa545c1
CY
14874 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
14875 * textmodes/picture.el (picture-mode): Update docstrings.
14876
abeb5855
EZ
148772005-12-17 Eli Zaretskii <eliz@gnu.org>
14878
14879 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
14880 commands enclosed in $(ARGQUOTE)s should not be split between two
14881 lines, as that will break with GNU Make >3.80, when sh.exe is used
14882 and arg quoting is with '..'.
14883 (autoloads): Don't break the quoted --eval expression between
14884 several lines.
14885
14e7cb94
CY
148862005-12-17 Chong Yidong <cyd@stupidchicken.com>
14887
8e77fbb4
SM
14888 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
14889 Capture error from printing circular structures.
14e7cb94 14890
5fed8c15 148912005-12-17 Martin Rudalics <rudalics@gmx.at>
6872b31c
EZ
14892
14893 * wid-edit.el (widget-checkbox-action): Clear undo info.
14894
6eee5abf
BW
148952005-12-16 Bill Wohler <wohler@newt.com>
14896
14897 * menu-bar.el (kill-this-buffer): Set a good example by using menu
14898 bar, not menubar in comment.
14899
f3725983
SM
149002005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
14901
14902 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
14903 After-change-functions should not clobber the match data.
14904
2a502a32
JL
149052005-12-16 Juri Linkov <juri@jurta.org>
14906
14907 * simple.el (choose-completion): Use `buffer-substring-no-properties'
14908 instead of `buffer-substring'.
14909 (completion-common-substring): Doc fix.
14910 (completion-setup-function): Use minibuffer-completion-contents
14911 instead of minibuffer-contents. Don't set common-string-length
14912 initially. Remove special handling of partial-completion-mode.
f3725983
SM
14913 Move computation of completion-base-size into one cond.
14914 Call completion-base-size-function in mainbuf. In computation of
2a502a32
JL
14915 completion-base-size for file name completion don't move point to
14916 the end of the minibuffer. Move computation of common-string-length
14917 into one cond. Start putting faces only when common-string-length>=0.
f3725983
SM
14918 Add condition to put completions-common-part when
14919 common-string-length>0.
2a502a32
JL
14920
14921 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
14922 place point at the first different character in the minibuffer
14923 even if this position is at the beginning of the minibuffer.
14924
14925 * info.el (Info-read-node-name-1): In completion-base-size-function's
14926 lambda return 1 if common-substring or minibuffer-completion-contents
14927 starts with (, and 0 otherwise.
14928
14929 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
14930 Use `crm-current-element' for second arg of `display-completion-list'.
14931
ec6328a2
EZ
149322005-12-16 Klaus Zeitler <kzeitler@lucent.com>
14933
14934 * files.el (set-auto-mode): Look for an interpreter specified on
14935 the first line also if search for mode specification succeeded,
14936 but the mode is not known.
14937
f63bdfca
CD
149382005-12-16 Carsten Dominik <dominik@science.uva.nl>
14939
2e040f4e 14940 * textmodes/org.el (org-tags-match-list-sublevels): New option.
f3725983 14941 (org-open-at-point): Implement tag searches as links.
f63bdfca 14942 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
f3725983 14943 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
f63bdfca
CD
14944 (org-tags-sparse-tree, org-tags-view, org-set-tags)
14945 (org-agenda-dispatch): New commands.
14946 (org-use-tag-inheritance, org-tags-column): New options.
14947 (org-tab-follows-link, org-return-follows-link): New options.
14948 (org-tags): New customize group.
14949 (org-start-icalendar-file): Get local time zone.
14950 (org-tags-completion-function): New function.
f3725983 14951 (org-set-font-lock-defaults): Make sure links will also be
cfbc5709 14952 highlighted inside headlines.
f63bdfca 14953
e4fd12dd
EZ
149542005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
14955
f3725983
SM
14956 * term.el (term-emulate-terminal):
14957 Let term-handle-ansi-terminal-messages override what Bash says about
e4fd12dd
EZ
14958 its current directory.
14959
e24f9e5a 149602005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
a74f9094
KL
14961
14962 * bindings.el (last-buffer): Move to simple.el.
14963 * simple.el (last-buffer): Move here.
14964 (get-next-valid-buffer): New function.
14965 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
af71d4c0 14966 (prev-buffer): Ditto. Rename to `previous-buffer'.
a74f9094 14967
f3725983 14968 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
a74f9094
KL
14969 * bindings.el (global-map): Ditto.
14970
6769aefa
LT
149712005-12-15 Luc Teirlinck <teirllm@auburn.edu>
14972
14973 * cus-edit.el: Introductory comment change.
14974 (custom-magic-alist): Change message string for the `rogue' state.
14975
62e5dd08
RS
149762005-12-15 Richard M. Stallman <rms@gnu.org>
14977
14978 * tooltip.el: Delete defcustom variable :tag names.
14979
14980 * complete.el (partial-completion-mode): Doc fix.
14981
14982 * textmodes/flyspell.el (flyspell-external-point-words):
14983 Use save-excursion to ensure we don't move backward in the
14984 search loop, not even one character.
14985 (flyspell-delete-all-overlays): Use remove-overlays directly.
14986
14987 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
14988 (ispell-start-process): Set that variable.
14989 Clear ispell-buffer-local-name.
14990 (ispell-internal-change-dictionary):
14991 Set ispell-current-dictionary after killing process.
14992 (ispell-buffer-local-dict):
14993 Don't set spell-personal-dictionary after killing process.
14994 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
af71d4c0
JB
14995 (ispell-tex-skip-alists, ispell-html-skip-alists)
14996 (ispell-skip-region-alist): Mark as risky.
62e5dd08
RS
14997
14998 * net/newsticker.el (newsticker--retrieval-timer-list)
14999 (newsticker--display-timer, newsticker-running-p)
15000 (newsticker-ticker-running-p): Definitions moved up.
15001
5df0c23b
NR
150022005-12-16 Nick Roberts <nickrob@snap.net.nz>
15003
f3725983 15004 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5df0c23b 15005
d0ccae3e
DP
150062005-12-15 David Ponce <david@dponce.com>
15007
f3725983 15008 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
d0ccae3e
DP
15009 (recentf-edit-list, recentf-open-files): Signal an error when
15010 there is no recent file.
15011
9cfeca9e
RF
150122005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
15013
15014 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15015 read-only except for texinfo-format-region evaluation.
6d298e78 15016
c94dca60
RS
150172005-12-14 Richard M. Stallman <rms@gnu.org>
15018
15019 * vc.el (vc-default-previous-version, vc-default-next-version)
15020 (vc-do-command): Doc fixes.
15021
cdc61d35
SM
150222005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15023
15024 * textmodes/bibtex.el (bibtex-expand-strings)
15025 (bibtex-autokey-expand-string, bibtex-name-part)
15026 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15027 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15028 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15029 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15030 (bibtex-entry-postfix, bibtex-known-entry-type-re)
15031 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15032 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15033 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15034 (bibtex-beginning-of-last-entry): Remove.
15035 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
15036 message if comma is missing but buffer is read-only.
15037 (bibtex-parse-field-text): Handle whitespaces at the end of field
15038 text. Return 3-element list with beginning and end of field text
15039 and end of field.
15040 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15041 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
15042 (bibtex-search-forward-field, bibtex-search-backward-field):
15043 Search always delimited by limits of entry. Use more efficient
15044 search algorithms.
15045 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15046 bibtex-end-of-name-in-field.
15047 (bibtex-text-in-field-bounds): Handle BibTeX strings when
15048 extracting the content of a field.
15049 (bibtex-text-in-field): Use search limits.
15050 (bibtex-parse-string-prefix): Handle empty string keys based on
15051 bibtex-string-empty-key.
15052 (bibtex-parse-string): Fix docstring.
15053 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15054 (bibtex-preamble-prefix, bibtex-strings): New functions.
15055 (bibtex-skip-to-valid-entry): Include preceding whitespace in
15056 BibTeX entries (consistent with other BibTeX functions).
15057 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15058 (bibtex-search-entry): Fix docstring. Simplify.
15059 (bibtex-flash-head, bibtex-complete-string-cleanup)
15060 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15061 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15062 (bibtex-parse-entry): New optional arg content.
15063 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15064 Use bibtex-text-in-field-bounds.
15065 (bibtex-print-help-message): Handle BibTeX strings and preambles.
15066 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15067 bibtex-parse-string-postfix.
15068 (bibtex-find-text-internal): New function.
15069 (bibtex-remove-delimiters): Use it.
15070 (bibtex-find-text): Use it. New optional arg help.
15071 (bibtex-complete): Handle BibTeX string and preamble entries.
15072 (bibtex-Preamble): Fix order of closing delimiters.
15073
150742005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
15075
15076 * vc.el (vc-default-revert): New fun.
15077
15078 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15079
28aa8148
RF
150802005-12-14 Romain Francoise <romain@orebokech.com>
15081
15082 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15083 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15084 (font-lock-remove-keywords): Likewise.
15085
fa81f010
JL
150862005-12-14 Juri Linkov <juri@jurta.org>
15087
e8171d36
JL
15088 * log-view.el (log-view-diff): Doc fix.
15089
fa81f010
JL
15090 * isearch.el (isearch-query-replace): Use (mark) instead of
15091 isearch-opoint if mark is active in transient-mark-mode.
15092
e7e4ea21
JL
150932005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
15094
15095 * isearch.el (isearch-query-replace): Check for isearch-other-end.
15096
cf717a0d
JL
150972005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
15098
15099 * progmodes/cpp.el (cpp-face): New widget.
15100 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15101
ad25ebbb
JL
151022005-12-14 Juri Linkov <juri@jurta.org>
15103
15104 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15105 around `erase-buffer' and `insert'.
15106
15107 * descr-text.el (describe-text-properties): Replace buffer name
15108 "*Help-2*" with "*Help*<2>".
15109 (describe-char): Add functions print-help-return-message,
15110 toggle-read-only. Use help-setup-xref with nil to not store
15111 describe-char in help-xref-stack. Use help-make-xrefs to
15112 make [back] button.
15113
15114 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15115
15116 * wdired.el (wdired-old-point): New internal variable.
15117 (wdired-change-to-wdired-mode): Set it buffer-locally.
15118 (wdired-abort-changes): Restore point after aborting changes.
15119
df4da7f4
SM
151202005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15121
15122 * vc.el (vc-do-command): Add a new value t for okstatus.
15123
15124 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15125 frame in case of errors.
15126
348f73b0 151272005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4c0252a5 15128
df4da7f4 15129 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4c0252a5
JD
15130 so it comes after "On the Left" in the menu.
15131
2ac1d4ef
LT
151322005-12-12 Luc Teirlinck <teirllm@auburn.edu>
15133
15134 * cus-edit.el (customize-apropos, customize-apropos-options)
15135 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15136
63fc53c9
BW
151372005-12-12 Bill Wohler <wohler@newt.com>
15138
15139 * vc-svn.el (vc-svn-registered): Fix problem of visiting
15140 non-writable Subversion-controlled files by saving window
df4da7f4 15141 configuration before calling vc-do-command. vc-do-command calls
63fc53c9
BW
15142 pop-to-buffer on error which is unexpected during registration.
15143
2da61afc
JB
151442005-12-12 Jay Belanger <belanger@truman.edu>
15145
15146 * calc/README: Update the summary of changes.
15147
25a3c9d1
SM
151482005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
15149
15150 * descr-text.el (describe-char): Rework last fix to solve the problem
15151 is the same way it's solved for everything else in that function
15152 (i.e. by extracting the info before setting up the *Help* buffer).
15153
0900f982
KS
151542005-12-12 Kim F. Storm <storm@cua.dk>
15155
15156 * subr.el (version-regexp-alist): Allow space as separator before
15157 non-numeric part, e.g. "1.0 alpha".
15158 (version-to-list): Interpret .X.Y version as 0.X.Y version.
15159
7d29e55d
CD
151602005-12-12 Carsten Dominik <dominik@science.uva.nl>
15161
2e040f4e 15162 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7d29e55d
CD
15163 Implement Logging and the keep-modes setting.
15164 (org-get-category): Make sure a string is returned.
15165 (org-log-done): New function.
15166 (org-log-done, org-closed-string): New options.
15167
348f73b0 151682005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5621b83a 15169
df4da7f4 15170 * tooltip.el (tooltip-y-offset): Change default to 20.
5621b83a 15171
eab52f48
RS
151722005-12-12 Richard M. Stallman <rms@gnu.org>
15173
15174 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15175
15176 * frame.el (display-hourglass): Doc fix.
15177
15178 * help.el (help-for-help-internal): Simplify entry for `a'.
15179
15180 * info.el (Info-on-current-buffer): Doc fix.
15181 (info-insert-file-contents): Don't test (featurep 'jka-compr).
15182
15183 * startup.el (inhibit-splash-screen): Make this the real name.
15184 (inhibit-startup-message): Make this the alias.
15185 (command-line): Find only simple.el, and use its directory
15186 to fill in other preloaded files' names.
15187 (command-line): Deactivate the mark if deactivate-mark is set.
15188
15189 * international/mule.el (load-with-code-conversion):
15190 Bind deactivate-mark.
15191
15192 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15193
39f617e5
LT
151942005-12-11 Luc Teirlinck <teirllm@auburn.edu>
15195
15196 * cus-edit.el (customize-apropos): Avoid listing an option more
15197 than once under different aliases. No longer list user options
15198 that are not defined with defcustom (unless a prefix arg is given).
15199 Doc fix.
15200 (customize-apropos-options): Doc fix.
15201
d4c6530f
JL
152022005-12-11 Juri Linkov <juri@jurta.org>
15203
15204 * frame.el (set-background-color, set-foreground-color)
15205 (set-cursor-color, set-mouse-color, set-border-color):
15206 Add explicit prompts to read colors by `facemenu-read-color'.
15207 (show-trailing-whitespace, blink-cursor-delay)
15208 (blink-cursor-interval, display-hourglass, hourglass-delay):
15209 Remove tags.
15210 (display-hourglass, hourglass-delay): Doc fix.
15211 (cursor-in-non-selected-windows): Capitalize words in tag.
15212
15213 * faces.el (frame-background-mode): Replace `choice-item' keywords
15214 with `const' to not make [default] button. Change default value tag
15215 from `default' to `automatic'. Doc fix.
15216 (trailing-whitespace) <defface>: Change group `whitespace' to
15217 `whitespace-faces'.
15218
4b1c16c2
RS
152192005-12-11 Richard M. Stallman <rms@gnu.org>
15220
15221 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15222
ac8fcf0f
YM
152232005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15224
15225 * term/mac-win.el: Create keymap for mac-apple-event-map.
15226
35cd2d87
NR
152272005-12-11 Nick Roberts <nickrob@snap.net.nz>
15228
15229 * tooltip.el (tooltip-mode): Move to start of file so that it
15230 appears at top of customize buffer.
15231
15232 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15233 Add the gud groupname.
15234 (gud-tooltip-mode): Add the tooltip groupname.
af71d4c0 15235 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
35cd2d87
NR
15236 avoid conflict with tooltip-use-echo-area.
15237
d50d22f1
RF
152382005-12-10 Romain Francoise <romain@orebokech.com>
15239
15240 * help.el (help-for-help-internal): Add `r' in doc string.
15241
348f73b0 152422005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5fdf9b7c 15243
f3725983
SM
15244 * align.el (align-regexp, align-highlight-rule):
15245 Use region-beginning and region-end instead of point and mark, so that
5fdf9b7c
EZ
15246 repetition (with `repeat-complex-command') recomputes the region
15247 bounds.
15248
d50d22f1 152492005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
614b38a9
EZ
15250
15251 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15252 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15253 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15254 (balance-windows): Rewrite using the above new functions.
15255
71060bdd
EZ
152562005-12-10 David Koppelman <koppel@ece.lsu.edu>
15257
af71d4c0 15258 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
71060bdd
EZ
15259 react if global-hi-lock-mode seems intended.
15260 (global-hi-lock-mode) Renamed from hi-lock-mode.
15261 (hi-lock-archaic-interface-message-used)
d50d22f1 15262 (hi-lock-archaic-interface-deduce): New variables.
71060bdd
EZ
15263 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15264 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
f3725983
SM
15265 (hi-lock-find-patterns, hi-lock-font-lock-hook):
15266 Replace hi-lock-buffer-mode with hi-lock-mode.
71060bdd 15267
86b8a072 152682005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
6d93e4aa
EZ
15269
15270 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15271 completion list, even after a partial completion has been
15272 inserted in the current buffer. If there are more than 1
15273 completion, redisplay the *Completions* buffer; if the
15274 completion is unique, delete the *Completions* window.
15275
7c86d70e
EZ
152762005-12-10 Eli Zaretskii <eliz@gnu.org>
15277
15278 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15279 strings and long subject lines that were broken into multiple
eba9bb5f
EZ
15280 lines at arbitrary places. Handle subjects that have "Re: " in
15281 the middle.
7c86d70e 15282
d9f9aa72
EZ
152832005-12-10 John W. Eaton <jwe@octave.org>
15284
15285 * emacs/octave-mod.el (octave-electric-space): Don't indent
15286 comments or strings if octave-auto-indent is nil.
15287
4b3eb407
YM
152882005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15289
f3725983
SM
15290 * term/mac-win.el: Require url when compiling.
15291 Call mac-process-deferred-apple-events after loading init files.
4b3eb407
YM
15292 (mac-apple-event-map): New defvar. Define event handlers in it.
15293 (core-event, internet-event): New Apple event class symbols.
15294 (open-application, reopen-application, open-documents)
15295 (print-documents, open-contents, quit-application)
f3725983
SM
15296 (application-died, show-preferences, autosave-now, get-url):
15297 New Apple event ID symbols.
4b3eb407
YM
15298 (about): New HICommand ID symbol.
15299 (mac-event-spec, mac-event-ae): New macros.
15300 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15301 (mac-ae-selection-range, mac-ae-text-for-search)
15302 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15303 (mac-application-menu-map): Remove keymap. Handlers for HICommand
15304 and Services menu events are now defined in mac-apple-event-map.
15305 (mac-drag-n-drop): Remove selection range handling.
15306
332ee544
KH
153072005-12-10 Kenichi Handa <handa@m17n.org>
15308
f3725983 15309 * simple.el (zap-to-char):
332ee544
KH
15310 * isearch.el (isearch-process-search-char): Translate CHAR by
15311 translation-table-for-input.
15312
b0562527
CY
153132005-12-09 Chong Yidong <cyd@stupidchicken.com>
15314
15315 * foldout.el (foldout-exit-fold): Properly hide subtree.
15316
e8f4db18
RS
153172005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15318
15319 * files.el (save-buffer):
d50d22f1 15320 * international/ucs-tables.el (ucs-set-table-for-input):
e8f4db18
RS
15321 * mail/mail-extr.el (mail-extract-address-components):
15322 * mail/sendmail.el (mail-mode): Reformat doc string.
15323
37fec9be
JL
153242005-12-09 Juri Linkov <juri@jurta.org>
15325
15326 * isearch.el (isearch-highlight): Change main overlay priority
15327 from 1 to 1001. Simplify.
15328 (isearch-lazy-highlight-update): Change lazy overlay priority
15329 from 0 to 1000.
15330
15331 * replace.el (replace-highlight): Change overlay priority from
15332 1 to 1001.
15333
15334 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15335 Change overlay priority from 1 to 1001. Reuse existing overlay.
15336
15337 * compare-w.el (compare-windows-highlight): Change overlay
15338 priority from 1 to 1000.
15339
15340 * menu-bar.el (menu-bar-edit-menu): Add listp around
15341 pending-undo-list to disable menu item "undo" when pending
15342 undo list is empty.
15343
15344 * locate.el (locate): Disable undo in *Locate* buffer.
15345
84fdb82c
KS
153462005-12-09 Kim F. Storm <storm@cua.dk>
15347
15348 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15349
5a8781ad
DP
153502005-12-09 David Ponce <david@dponce.com>
15351
84fdb82c 15352 * recentf.el: Improvement of the menu code.
5a8781ad
DP
15353 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
15354 instead of menu hook.
15355 (recentf-show-menu, recentf-hide-menu): New functions.
15356 (recentf-menu-customization-changed, recentf-mode): Use them.
15357 (recentf-menu-action, recentf-max-menu-items)
15358 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15359 (recentf-arrange-by-rule-others)
15360 (recentf-arrange-by-rules-min-items)
15361 (recentf-arrange-by-rule-subfilter) : Don't use
15362 `recentf-menu-customization-changed'.
15363 (recentf-arrange-rules): Likewise. Accept functions to compute
15364 sub-menu titles.
15365 (recentf-menu-filter): Likewise. Doc fix.
15366 (recentf-menu-value-shortcut): Doc fix.
15367 (recentf-dump-variable): Quote atom value.
15368 (recentf-make-menu-items): Update to use it as a menu filter.
15369 (recentf-match-rule): New function.
15370 (recentf-arrange-by-rule): Use it.
15371 (recentf-indirect-mode-rule): New function.
15372 (recentf-build-mode-rules): Use it.
15373 (recentf-dir-rule): New function.
15374 (recentf-arrange-by-dir): Use it.
15375 (recentf-filter-changer-current): Rename from
15376 `recentf-filter-changer-state'. All references updated.
15377 (recentf-filter-changer-alist): Update filter names.
15378 (recentf-filter-changer-select): New function.
15379 (recentf-filter-changer): Use it. Make a sub-menu from filters
15380 available in `recentf-filter-changer-alist'.
5a8781ad
DP
15381 (recentf-data-cache, recentf-clear-data)
15382 (recentf-update-menu): Remove. All references updated.
15383 (recentf-match-rule-p, recentf-build-dir-rules)
15384 (recentf-filter-changer-goto-next)
15385 (recentf-filter-changer-get-current)
15386 (recentf-filter-changer-get-next): Remove.
15387
30c02925
LT
153882005-12-08 Luc Teirlinck <teirllm@auburn.edu>
15389
15390 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15391 buffer "Reset" button to "Reset to Current" for consistency with
15392 the State buttons.
15393
1c258d8c
JPW
153942005-12-08 John Paul Wallington <jpw@pobox.com>
15395
15396 * ibuf-ext.el (define-ibuffer-filter filename):
15397 If `dired-directory' is a list then really use its car.
15398
84574cf2
KS
153992005-12-08 Kim F. Storm <storm@cua.dk>
15400
af71d4c0
JB
15401 * emulation/cua-rect.el (cua--rectangle-aux-replace):
15402 Fix indention of text on right side of replaced rectangle.
84574cf2 15403
c48971b2
NR
154042005-12-09 Nick Roberts <nickrob@snap.net.nz>
15405
3d596891 15406 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
c48971b2
NR
15407 No need to check gud-comint-buffer is bound.
15408 (gdb): Prevent multiple debugging when first session uses gdba.
15409
9e04cba1
AM
154102005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15411
15412 CC Mode update to 5.31.
15413
15414 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
55b76f19
KS
15415 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
15416 We might do this function properly in the future).
9e04cba1 15417
55b76f19
KS
15418 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15419 New macros c-sentence-end and c-default-value-sentence end, to cope
9e04cba1
AM
15420 with Emacs 22's new function `sentence-end'.
15421
154222005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15423
55b76f19 15424 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9e04cba1
AM
15425 compat issue using `c-put-overlay' and `c-delete-overlay'.
15426
55b76f19
KS
15427 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15428 New compat macros to handle overlays/extents.
9e04cba1
AM
15429
154302005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15431
15432 * progmodes/cc-fix.el: Add definitions of the macros push and pop
15433 (for GNU Emacs 20.4)
15434
15435 * progmodes/cc-defs.el:
15436 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15437
af71d4c0 15438 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9e04cba1
AM
15439 highlighting mechanism so it will work in XEmacs too.
15440
15441 * progmodes/cc-defs.el: Insert c-int-to-char.
15442
15443 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15444 call to the new macro c-int-to-char. This solves XEmacs's
15445 regarding characters as different from integers.
15446
154472005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15448
55b76f19
KS
15449 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15450 New internal helper.
9e04cba1
AM
15451
15452 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15453 construct to make the indirect face lookup work in XEmacs.
15454
15455 (c-cpp-matchers): Append the negation char face to the existing
55b76f19
KS
15456 fontification, so that the cpp face doesn't disappear.
15457 Use `c-make-syntactic-matcher' to avoid negation chars in comments
15458 and strings.
9e04cba1
AM
15459
15460 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
55b76f19 15461 to map to `font-lock-negation-char-face' in emacsen where it exists.
9e04cba1
AM
15462
154632005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15464
15465 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15466
af71d4c0
JB
15467 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15468 Rename "c-subword-move-mode" as "c-subword-mode".
9e04cba1
AM
15469
15470 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15471 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
15472
154732005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15474
15475 * progmodes/cc-mode.el: Added autoload directive for
15476 `c-subword-move-mode' for use in older emacsen.
15477
154782005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15479
15480 * progmodes/cc-mode.el:
15481 (i) Insert a binding for C-c C-backspace into
15482 c-bind-special-erase-keys which works in TTYs.
15483 (ii) Make sure that when file styles are used, any explicitly
55b76f19
KS
15484 given style variables take priority over those in the style.
15485 Do this by calling `hack-local-variables' a second time.
9e04cba1
AM
15486
15487 * progmodes/cc-vars.el: Add language specific customization
15488 widgets for AWK to c-doc-comment-style, c-require-final-newline
55b76f19
KS
15489 and c-default-style. Add a defcustom for awk-mode-hook.
15490 Give c-syntactic-element and c-syntactic-context doc-strings by
15491 directly setting their `variable-documentation' propery.
15492 This allows Emacs 22.1 to read these with C-h v.
9e04cba1 15493
55b76f19 15494 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
9e04cba1
AM
15495
154962005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15497
15498 * progmodes/cc-fonts.el, cc-vars.el
af71d4c0
JB
15499 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15500 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9e04cba1
AM
15501 Masatake YAMATO.
15502
15503 (c-doc-comment-style): Made GtkDoc default in C mode.
15504
15505 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15506 and C-c C-<delete>.
15507
15508 (c-bind-special-erase-keys): New function for use on
15509 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15510
15511 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15512 <delete> key behavior in XEmacs according to `delete-forward-p'.
15513 C.f. `c-electric-delete'.
15514
155152005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15516
15517 * progmodes/cc-mode.el: Give c-hungry-backspace and
d50d22f1 15518 c-hungry-delete-forward permanent key bindings.
9e04cba1 15519
55b76f19
KS
15520 * progmodes/cc-cmds.el (c-electric-semi&comma):
15521 Bind c-syntactic-context for calls to "criteria functions", for
9e04cba1
AM
15522 consistency with other calls to user functions.
15523
af71d4c0 15524 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9e04cba1
AM
15525 `current-prefix-arg', since this might be the prefix arg to a
15526 command which calls c-indent-command as a function. Change the
15527 interactive spec from "p" to "P".
15528
15529 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
15530 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
15531 was difficult to understand.
15532
155332005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15534
55b76f19 15535 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9e04cba1
AM
15536 first char of an identifier.
15537
15538 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
15539 +" syntax in C++.
15540
155412005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15542
af71d4c0 15543 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9e04cba1
AM
15544 auto-fill doesn't split a c-comment's last word from a hanging
15545 "*/" when a space is typed between them after fill-column.
15546
15547 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
15548
af71d4c0
JB
15549 * progmodes/cc-styles.el (c-set-style)
15550 (c-setup-paragraph-variables): Abort the command if we're not in a
9e04cba1
AM
15551 CC Mode buffer.
15552
15553 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
15554 with blank comment-prefix, and a blank line as the comment's
15555 second line.
15556
155572005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15558
15559 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
55b76f19 15560 Incorporate the patterns added in the Emacs development branch
9e04cba1
AM
15561 for the new Emacs 22 face `font-lock-negation-char-face'.
15562
15563 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
15564 of "red" since it stands out better in xterms and DOS terminals.
15565
55b76f19
KS
15566 * progmodes/cc-engine.el (c-literal-faces):
15567 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9e04cba1
AM
15568
155692005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15570
15571 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
15572 forcibly enable c-electric-flag.
15573
15574 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
55b76f19
KS
15575 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
15576 after the comment-prefix of a C-style comment will close that comment.
9e04cba1
AM
15577
155782005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15579
af71d4c0 15580 * progmodes/cc-fonts.el (c-basic-matchers-before)
55b76f19 15581 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9e04cba1
AM
15582 in Pike.
15583
15584 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
15585 digraphs.
15586
15587 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
af71d4c0
JB
15588 (c-cpp-message-directives, c-cpp-include-directives)
15589 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
55b76f19 15590 (c-cpp-expr-directives): Introduce new language constants to
9e04cba1
AM
15591 control cpp syntax in a cleaner way.
15592
55b76f19 15593 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9e04cba1
AM
15594
15595 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
15596
af71d4c0
JB
15597 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
15598 (c-multiline-string-start-char): New language constants and
9e04cba1
AM
15599 variables to specify how newlines in string literals work.
15600
15601 (c-font-lock-invalid-string): Use them.
15602
15603 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
15604 unbalanced close brace is entered. Optimization by avoiding going
15605 back over arbitrarily large blocks. Removed hints that this
15606 function only would be relevant/useful in AWK.
15607
15608 (c-electric-brace): Indent syntactically after the cleanups since
15609 lineup functions might do it differently then.
15610
15611 * progmodes/cc-engine.el, cc-langs.el
15612 (c-opt-op-identifier-prefix): New language constant and variable.
15613
af71d4c0
JB
15614 (c-just-after-func-arglist-p, c-after-special-operator-id)
15615 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9e04cba1
AM
15616
15617 * progmodes/cc-align.el, cc-engine.el
15618 (c-after-special-operator-id): New helper to handle C++ operator
15619 identifiers.
15620
af71d4c0
JB
15621 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
15622 (c-guess-basic-syntax): Handle C++ operator identifiers in
9e04cba1
AM
15623 declarations.
15624
55b76f19 15625 * progmodes/cc-langs.el (c-assignment-operators): Add the
9e04cba1
AM
15626 trigraph version of ^= too.
15627
55b76f19 15628 * progmodes/cc-langs.el (c-assignment-operators): Add the
9e04cba1
AM
15629 trigraph version of |= in C++.
15630
55b76f19
KS
15631 * progmodes/cc-fonts.el (c-font-lock-declarators):
15632 Handle `c-decl-hangon-kwds' after the identifier name.
9e04cba1
AM
15633
15634 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
15635 whether an arglist is "nonempty", ignore a comment after the open
55b76f19 15636 paren if it isn't followed by a non-comment token on the same line.
9e04cba1 15637
55b76f19
KS
15638 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
15639 Enable heuristics below the point to cope with classes inside special
9e04cba1
AM
15640 brace lists in Pike.
15641
156422005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15643
15644 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
15645
156462005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15647
15648 * progmodes/cc-guess.el (cc-guess-install): New function to
15649 install an already guessed style in another buffer.
15650
15651 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
15652 sets `inhibit-read-only' - `c-save-buffer-state' should be used
15653 anyway if the change always is undone.
15654
156552005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15656
15657 Implement togglable electricity:
15658
15659 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
15660 saying when it should be used.
15661
15662 * progmodes/cc-engine.el: Add the new buffer-local variable,
15663 c-electric-flag.
15664
15665 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
15666 c-toggle-auto-newline.
15667
15668 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
15669 c-toggle-auto-newline. Remove the binding for
15670 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
15671 c-toggle-electric-state.
15672
15673 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
15674
15675 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
15676 c-\(forward\|backward\)-subword.
15677 (c-update-modeline): Add the new modeline flag `l' for
55b76f19
KS
15678 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
15679 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
15680 Make the old name an alias of the new name.
9e04cba1 15681 (c-toggle-electric-state): New function.
55b76f19 15682 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9e04cba1
AM
15683 Adapt these functions to do electric things only when
15684 c-electric-flag is non-nil.
15685 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
15686 new functions from c-electric-brace.
15687 (c-point-syntax): Add a check for "virtual semicolons" in AWK
15688 mode, so that the tentative extra newline doesn't change the
15689 syntax of the following brace.
af71d4c0 15690 (c-electric-brace): Restructure by extracting the above functions.
9e04cba1
AM
15691 Tidy up the coding somewhat.
15692 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
15693 restructure a bit.
15694
156952005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15696
15697 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
55b76f19 15698 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
9e04cba1
AM
15699
15700 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
55b76f19 15701 (c-submode-indicators): Change name from `c-auto-hungry-string'
9e04cba1
AM
15702 since it's now used to track another submode.
15703
55b76f19 15704 (c-update-modeline): Convert to function and extended to check
9e04cba1
AM
15705 `c-subword-move-mode'.
15706
15707 (c-forward-into-nomenclature, c-backward-into-nomenclature):
55b76f19 15708 Convert to compat aliases for `c-forward-subword' and
9e04cba1
AM
15709 `c-backward-subword'.
15710
15711 * progmodes/cc-subword.el: New functions and minor mode to handle
15712 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
15713
af71d4c0
JB
15714 (c-forward-subword, c-backward-subword, c-mark-subword)
15715 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
15716 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9e04cba1
AM
15717 Functions corresponding to the standard word handling functions.
15718
15719 (c-subword-move-mode): Minor mode that replaces all the standard
15720 word handling functions with their subword equivalences.
15721
157222005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15723
15724 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
15725 entry for one-liner-defun.
15726
15727 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
15728 name in its def-edebug-spec.
15729
15730 * progmodes/cc-cmds.el (c-electric-brace): Make the
15731 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
15732 compacts space before a comment, if this will make things fit on
15733 one line.
15734
15735 Introduce an "awk" style, mainly for auto-newline and clean-ups.
15736
af71d4c0 15737 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9e04cba1
AM
15738
15739 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
15740 clean-up one-liner-defun.
3d596891 15741
9e04cba1
AM
15742 * progmodes/cc-styles.el: Add the new "awk" style.
15743
15744 * progmodes/cc-vars.el: Add description of one-liner-defun to
15745 c-cleanup-list's doc-string. New user options,
15746 c-max-one-liner-length. In c-default-style, set the default style
15747 for AWK to "awk".
15748
157492005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15750
55b76f19 15751 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9e04cba1
AM
15752 macros inside labels.
15753
55b76f19 15754 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9e04cba1
AM
15755 `c-at-statement-start-p' and `c-at-expression-start-p'.
15756
15757 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
15758 error if the mark isn't set.
15759
af71d4c0
JB
15760 * progmodes/cc-engine.el (c-guess-continued-construct)
15761 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9e04cba1
AM
15762 accurately detect functions inside functions.
15763
15764 * progmodes/cc-engine.el (c-at-expression-start-p): New function
15765 like `c-at-statement-start-p' that additionally recognizes commas
15766 and expression parentheses as delimiters.
15767
55b76f19 15768 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9e04cba1 15769 to avoid heuristics that doesn't work for unclosed blocks.
9e04cba1
AM
15770 (c-at-statement-start-p): New function.
15771
15772 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
15773 Objective-C directives, e.g. directives spanning lines should work
15774 reasonably well now.
15775
15776 (c-put-c-type-property, c-clear-c-type-property): New helpers.
15777
15778 (c-forward-objc-directive): New function to move over any ObjC
15779 directive.
15780
af71d4c0
JB
15781 (c-just-after-func-arglist-p, c-guess-basic-syntax)
15782 (c-basic-matchers-before): Use it.
9e04cba1 15783
55b76f19 15784 (c-font-lock-objc-iip-decl): Remove.
9e04cba1
AM
15785
15786 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
15787 in the template arglist recognition.
15788
55b76f19 15789 * progmodes/cc-styles.el (c-style-alist): Fix several
9e04cba1
AM
15790 inconsistencies in the Whitesmith style.
15791
af71d4c0
JB
15792 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
15793 New lineup function to get lines after Whitesmith style blocks
9e04cba1
AM
15794 correctly indented.
15795
55b76f19 15796 (c-lineup-whitesmith-in-block): Back out the compensation for
9e04cba1
AM
15797 opening parens since it's done using `add' lists in the style
15798 definition instead. Don't use the anchor position since it varies
15799 too much between the syntactic symbols. :P
15800
55b76f19 15801 * progmodes/cc-vars.el (c-valid-offset): Update.
9e04cba1 15802
55b76f19 15803 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9e04cba1 15804 lists where the offsets are combined according to several
55b76f19
KS
15805 different methods: `first', `min', `max', and `add'.
15806 Report offset evaluation errors with `c-benign-error' so that some kind
9e04cba1
AM
15807 of reindentation still is done.
15808
55b76f19
KS
15809 * progmodes/cc-engine.el (c-guess-basic-syntax):
15810 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9e04cba1
AM
15811 `arglist-close'.
15812
55b76f19 15813 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9e04cba1
AM
15814 situations for `arglist-cont-nonempty' and `arglist-close'.
15815
55b76f19 15816 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9e04cba1
AM
15817
15818 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
15819 cc-bytecomp-boundp' in a number of places.
15820
55b76f19 15821 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9e04cba1
AM
15822 macro related issue.
15823
158242005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15825
15826 * progmodes/cc-awk.el: Change the terminology of regexps: A char
55b76f19
KS
15827 list is now [asdf], a char class [:alpha:].
15828 Include code for char classes.
15829 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
15830 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9e04cba1
AM
15831
15832 Remove (nearly all of) the cruft associated with AWK Mode's former
15833 concept of "virtual semicolons":
15834
15835 Adapt c-beginning-of-statement, c-end-of-statement (together with
15836 subfunctions) to use the new notion of "virtual semicolon" in
15837 place of the old awkward special handling for AWK. There remains
15838 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
15839 * progmodes/cc-cmds.el:
15840 (c-ascertain-adjacent-literal): In the backwards direction, now
15841 recognises AWK regexp delimiters as string delimiters.
15842 (c-after-statement-terminator-p): Adapt for virtual semicolons;
15843 check more rigorously for "end of macro".
15844 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
15845 virtual semicolons;
15846 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
15847 out the code for forward movement into ...
15848 (c-end-of-statement): Now contains the code for forward movement,
15849 adapted for virtual semicolons.
15850
15851 * progmodes/cc-engine.el:
af71d4c0 15852 (c-ws*-string-limit-regexp): New regexp.
9e04cba1
AM
15853 (c-forward-single-comment, c-backward-single-comment): Comment out
15854 the (now redundant) "special" AWK stuff.
15855
15856 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
15857 c-string-par-start, c-string-par-separate to be more like Text
15858 Mode than Fundamental Mode.
15859
158602005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15861
15862 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
15863 to the fontified region so that fontification doesn't occur
af71d4c0
JB
15864 outside it (could happen e.g. when fontifying a line with an
15865 unfinished declaration).
9e04cba1
AM
15866
158672005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15868
55b76f19
KS
15869 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
15870 start of the file. ^L now separate sections of the file.
15871 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
15872 (c-awk-one-line-possibly-open-string-re)
15873 (c-awk-regexp-one-line-possibly-open-char-class-re)
15874 (c-awk-one-line-possibly-open-regexp-re)
15875 (c-awk-one-line-non-syn-ws*-re): New defonsts.
15876 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9e04cba1
AM
15877
15878 Amend the concept of "virtual semicolons" (in the indentation
15879 engine) for languages like AWK, such that they are now
15880 conceptually attached to end of the last token of a statement, not
15881 the end of the line. (In AWK Mode, however, the pertinent text
15882 property is still physically set on the EOL.) Remove the specific
15883 tests for awk-mode, thus facilitating the introduction of other
55b76f19
KS
15884 language modes where EOLs can end statements.
15885 (Note: The funtionality in cc-cmds.el, specifically
9e04cba1
AM
15886 c-beginning/end-of-statement has yet to be amended.)
15887
55b76f19
KS
15888 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
15889 New macros.
9e04cba1
AM
15890
15891 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
15892 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
15893 c-vsemi-status-unknown-p-fn (in a new page).
15894
15895 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
15896 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
15897 numerous awkward forms like
15898 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
55b76f19
KS
15899 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
15900 variable before-ws-ip, the place just after char-before-ip appears.
9e04cba1
AM
15901
15902 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
15903 a comment.
15904
159052005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15906
55b76f19 15907 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9e04cba1
AM
15908 `c-tentative-buffer-changes'.
15909
55b76f19
KS
15910 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
15911 convert to macro to choose between Emacs and XEmacs at compile time.
9e04cba1 15912
55b76f19 15913 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9e04cba1
AM
15914
15915 (c-tentative-buffer-changes): New macro to handle temporary buffer
15916 changes in a convenient way.
15917
15918 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
15919 for `c-tentative-buffer-changes'.
15920
55b76f19 15921 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9e04cba1
AM
15922 the checks for paren sexps between the point and the keyword, to
15923 avoid some false alarms.
15924
15925 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
15926 Fixed a situation where an error could be thrown for unbalanced
15927 parens. Changed to make use of c-keyword-member' to avoid some
15928 repeated regexp matches.
15929
55b76f19
KS
15930 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
15931 These language variable are no longer necessary.
9e04cba1
AM
15932
15933 (c-block-stmt-kwds): New language constant used by
15934 c-looking-at-inexpr-block'.
15935
55b76f19 15936 (c-guess-basic-syntax): Remove an optional check that looked at
9e04cba1
AM
15937 the existence of the now removed language variables.
15938
55b76f19
KS
15939 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
15940 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9e04cba1
AM
15941 object instantiation expressions as declarations in some contexts.
15942 This bug only affected languages where the declarator can't be
15943 enclosed in parentheses.
15944
55b76f19 15945 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9e04cba1
AM
15946 insert newlines before and after substatement braces.
15947
15948 * progmodes/cc-engine.el: Improved the heuristics for recognizing
15949 function declaration headers and the handling of C++ style member
15950 init lists.
15951
15952 (c-just-after-func-arglist-p): Rewritten to use
15953 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
15954
55b76f19 15955 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9e04cba1 15956
55b76f19
KS
15957 (c-guess-basic-syntax): Adapt case 5B for the new
15958 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
15959 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9e04cba1
AM
15960 covers all cases now).
15961
55b76f19 15962 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9e04cba1
AM
15963
159642005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15965
15966 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
15967 c-string-par-start/separate c-sentence-end-with-esc-eol,
15968 initialised in c-setup-paragraph-variables, used in string
15969 scanning subroutines of c-beginning-of-statement.
15970
af71d4c0 15971 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9e04cba1
AM
15972 which precedes the newly inserted `{'.
15973
159742005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15975
15976 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
15977 function for declaration level blocks. It should now cope with
15978 templates better and also be a lot more comprehensible.
15979
15980 (c-looking-at-decl-block): The new function.
15981
15982 (c-search-uplist-for-classkey): The old one. It's now a wrapper
15983 for compatibility.
15984
55b76f19
KS
15985 (c-add-class-syntax, c-guess-continued-construct)
15986 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9e04cba1 15987
55b76f19 15988 (c-decl-block-key): Change to tell apart ambiguous and
9e04cba1
AM
15989 unambiguous keywords. Pike specials are now handled directly in
15990 the code instead.
15991
55b76f19
KS
15992 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
15993 New language constants and variables to make the backward skip in
9e04cba1
AM
15994 `c-looking-at-decl-block' as tight as possible.
15995
15996 (c-nonsymbol-token-char-list): New language constant.
15997
15998 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
15999 find balanced template arglists backwards.
16000
16001 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16002 making char classes for `c-syntactic-skip-backward'.
16003
55b76f19 16004 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9e04cba1
AM
16005 16D - can't be a class-close at that point.
16006
af71d4c0
JB
16007 * progmodes/cc-engine.el (c-guess-basic-syntax)
16008 (c-add-class-syntax): Don't narrow out the enclosing declaration
9e04cba1
AM
16009 level. This makes everything a lot easier, and it was actually
16010 only four small places that needed it to work. Some places that
16011 previously did `widen' are removed now, which has the effect that
16012 `c-guess-basic-syntax' never will look at things outside the
16013 current narrowment now. The anchor position for `topmost-intro'
16014 is affected by this, but it was so bogus it was basically useless
55b76f19 16015 before, and now it's equally bogus but in a slightly different way.
9e04cba1
AM
16016
16017 (c-narrow-out-enclosing-class): Gone.
16018
16019 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16020 the narrowed region.
16021
55b76f19 16022 (c-least-enclosing-brace): Remove silly optional argument.
9e04cba1 16023
55b76f19 16024 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9e04cba1
AM
16025 the point could be left directly after an open paren when finding
16026 the beginning of the first decl in the block.
16027
16028 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16029 Specify which submatch to use.
16030
119f6f17 16031 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9e04cba1 16032
af71d4c0 16033 (c-decl-start-re): No longer any need for special treatment of
9e04cba1
AM
16034 ObjC due to the above.
16035
16036 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16037 presumably follows C in that regard.
16038
16039 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16040 New language constants to specify operator tokens inside
16041 identifiers in a more high level way.
16042
16043 (c-opt-identifier-prefix-key): New internal language constant.
16044
af71d4c0
JB
16045 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16046 (c-identifier-start, c-identifier-key): Now completely calculated
9e04cba1
AM
16047 from other constants.
16048
55b76f19 16049 (c-identifier-last-sym-match): Decommission since it's no longer used.
9e04cba1 16050
55b76f19 16051 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
9e04cba1 16052
55b76f19 16053 * progmodes/cc-engine.el (c-forward-name): Remove the
9e04cba1
AM
16054 optimization when c-identifier-key is equal to c-symbol-key since
16055 it doesn't work in byte compiled files. Don't record empty
16056 regions as identifiers.
16057
16058 * progmodes/cc-langs.el (c-filter-ops): New helper function to
16059 simplify access to `c-operators' and its likes.
16060
af71d4c0
JB
16061 (c-operator-list, c-all-op-syntax-tokens)
16062 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16063 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16064 (c-primary-expr-regexp, c-cast-parens): Use it.
9e04cba1
AM
16065
16066 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16067 an explicit language in functions.
16068
55b76f19 16069 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9e04cba1
AM
16070 variant of adornment.
16071
55b76f19 16072 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9e04cba1
AM
16073 variable.
16074
55b76f19 16075 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9e04cba1
AM
16076 the Pike value.
16077
af71d4c0
JB
16078 * progmodes/cc-engine.el (c-on-identifier)
16079 (c-simple-skip-symbol-backward): Small fix for handling "-"
9e04cba1
AM
16080 correctly in `skip-chars-backward'. Affected the operator lfun
16081 syntax in Pike.
16082
55b76f19 16083 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9e04cba1
AM
16084 diagnostic message about precompiled language vars not being used.
16085
16086 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16087 "__attribute__" is followed by a parenthesis.
16088
af71d4c0
JB
16089 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16090 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9e04cba1
AM
16091 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16092
55b76f19
KS
16093 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16094 Internal cleanups to properly detect the declared identifiers in
16095 various declarations.
9e04cba1
AM
16096
16097 (c-decl-start-kwds): New language constant to recognize
16098 declarations that can start anywhere. Used for class declarations
16099 in Pike.
16100
af71d4c0
JB
16101 (c-specifier-key, c-not-decl-init-keywords)
16102 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16103 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9e04cba1 16104
af71d4c0 16105 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
55b76f19 16106 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9e04cba1
AM
16107 handling of the compiler specific extension keywords into a new
16108 language constant `c-decl-hangon-kwds' that defines keyword
16109 clauses to be ignored in declarations.
16110
16111 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16112 past unrecognized tokens when handling `c-colon-type-list-kwds'.
16113 Necessary to stop at the declared identifier in e.g. IDL valuetype
16114 declarations.
16115
af71d4c0
JB
16116 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16117 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16118 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16119 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9e04cba1
AM
16120 class and enum declarations as such and not as part of the type.
16121
55b76f19
KS
16122 (c-forward-decl-or-cast-1, c-forward-label): Relax the
16123 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9e04cba1
AM
16124
16125 (c-forward-decl-or-cast-1): Don't disregard sure signs of
16126 declarations when there's some syntax error later on.
16127
16128 (c-complex-decl-matchers): Did away with a reference to
16129 `c-specifier-key'.
16130
16131 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16132 value - this variable is always dynamically bound.
16133
af71d4c0
JB
16134 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16135 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
55b76f19 16136 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9e04cba1
AM
16137 functions that might do hidden buffer changes: All such internal
16138 functions are now marked instead of those that don't.
16139
af71d4c0
JB
16140 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16141 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16142 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16143 (c-literal-type): Allow these functions to make hidden buffer changes,
9e04cba1
AM
16144 so that they are free to use text property caching later on.
16145
af71d4c0
JB
16146 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16147 (c-electric-brace, c-electric-slash, c-electric-star)
16148 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16149 (c-electric-paren, c-electric-continued-statement, c-indent-command)
16150 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
55b76f19 16151 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9e04cba1
AM
16152 with the changed semantics of the functions above.
16153
55b76f19 16154 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9e04cba1
AM
16155 when macros occur in obscure places. Optimized the sexp movement
16156 a bit.
16157
161582005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16159
16160 Enhancements for c-beginning-of-statement to work in AWK Mode:
16161
16162 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16163 (completed statement) with `}' (statement completed by closing
16164 brace or semicolon) and `$' (statement completed by EOL).
16165
af71d4c0
JB
16166 (c-awk-virtual-semicolon-ends-prev-line-p)
16167 (c-awk-virtual-semicolon-ends-line-p)
16168 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16169 (c-awk-at-statement-end-p): New functions.
9e04cba1
AM
16170
16171 * progmodes/cc-cmds.el: Simplify the structure of functions
16172 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
16173 two functions and c-beginning-of-statement to handle AWK Mode.
16174
16175 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16176 c-backward-single-comment for AWK mode. Attempt to clarify their
16177 doc-strings.
16178
16179 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16180
161812005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16182
16183 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16184 label handling. Labels are now recognized in a uniform and more
16185 robust way, regardless of context. Text properties are put on all
55b76f19
KS
16186 labels to recognize the following declarations better.
16187 Multiword labels are handled both in indentation and fontification for
16188 the benefit of language extensions like Qt. For consistency, keywords
16189 in labels are now fontified with the label face instead.
16190 That also applies to "case" and "default".
9e04cba1 16191
55b76f19 16192 (c-beginning-of-statement-1): Fix some bugs in the label
9e04cba1
AM
16193 handling. Disregard `c-nonlabel-token-key' in labels that begin
16194 with `c-label-kwds'.
16195
16196 (c-find-decl-spots): Support that the callback adds more
16197 `c-decl-end' spots to find.
16198
16199 (c-forward-decl-or-cast-1): Don't treat a list of plain
16200 identifiers followed by a colon as a declaration.
16201
16202 (c-forward-label): New function to recognize labels.
16203
55b76f19 16204 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9e04cba1
AM
16205 `c-forward-label'. Moved the label recognition cases (14 and 15)
16206 earlier since they aren't so context sensitive now. Handle labels
16207 on the top level gracefully. Moved access label recognition to
16208 the generic label case (CASE 15) - removed CASE 5E.
16209
55b76f19 16210 (c-font-lock-declarations): Add recognition of labels in the
9e04cba1
AM
16211 same round since we need to handle labels in parallell with other
16212 declarations to recognize both accurately. It should also improve
16213 speed.
16214
55b76f19
KS
16215 (c-simple-decl-matchers, c-basic-matchers-after):
16216 Move `c-font-lock-labels' so that it only is used on decoration level 2
9e04cba1
AM
16217 since `c-font-lock-declarations' handles it otherwise.
16218
55b76f19 16219 (c-complex-decl-matchers): Remove the simplistic recognition of
9e04cba1
AM
16220 access labels.
16221
55b76f19 16222 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9e04cba1
AM
16223 with labels earlier.
16224
16225 (c-decl-start-re): New language variable to make
16226 `c-font-lock-declarations' stop for the special protection labels
119f6f17 16227 in Objective-C that start with `@'.
9e04cba1 16228
55b76f19 16229 (c-label-key): Remove since it's no longer used.
9e04cba1
AM
16230
16231 (c-recognize-colon-labels, c-label-prefix-re): New language
55b76f19 16232 constants to support recognition of generic colon-terminated labels.
9e04cba1
AM
16233
16234 (c-type-decl-end-used): `c-decl-end' is now used whenever there
16235 are colon terminated labels.
16236
55b76f19 16237 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9e04cba1
AM
16238 first argument starts with a special brace list.
16239
af71d4c0 16240 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
55b76f19 16241 (c-font-lock-declarations): Break out the declaration and cast
9e04cba1
AM
16242 recognition from `c-font-lock-declarations' to a new function, so
16243 that it can be used in the indentation engine.
16244
55b76f19 16245 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9e04cba1
AM
16246 up to the start of the literal. Fixed bug with the point on the
16247 wrong side of the search limit that could happen when the start
16248 position is inside a literal.
16249
af71d4c0 16250 * progmodes/cc-engine.el (c-parse-state)
55b76f19 16251 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9e04cba1
AM
16252 so that it's kept a little bit back to increase the hit rate.
16253
55b76f19 16254 (c-parse-state): Change the macro handling and fixed some
9e04cba1
AM
16255 glitches. Macro context is checked more often than necessary now,
16256 but otoh less garbage conses are generated.
16257
af71d4c0
JB
16258 * progmodes/cc-engine.el (c-parse-state)
16259 (c-invalidate-state-cache): Cache the last position where
9e04cba1 16260 `c-state-cache' applies. This can speed up refontification quite
55b76f19 16261 a bit in blocks where there are many non-brace parens before the point.
9e04cba1
AM
16262
16263 (c-state-cache-end): New variable for this.
16264
55b76f19 16265 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9e04cba1
AM
16266 cache variable.
16267
16268 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16269 get close initial continue positions when the start position is
16270 inside a literal or macro. Do not call the callback for spots
16271 before the start position (which can happen e.g. for `c-decl-end'
16272 spots inside comments). Optimize better in special cases when the
16273 region is a single line inside a literal or macro (typically when
16274 the current line is refontified).
16275
55b76f19 16276 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9e04cba1
AM
16277 to `c-add-stmt-syntax' - there's no need to explicitly whack off
16278 entries from the paren state.
16279
55b76f19 16280 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9e04cba1
AM
16281 special case for "else if" clauses.
16282
af71d4c0
JB
16283 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16284 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9e04cba1 16285
55b76f19
KS
16286 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16287 New language variable to recognize the gcc extension with statement
9e04cba1
AM
16288 blocks inside expressions.
16289
55b76f19 16290 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9e04cba1
AM
16291 it somewhat more comprehensible. The argument AT-BLOCK-START is
16292 no longer used and hence removed.
16293
55b76f19 16294 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9e04cba1
AM
16295 to `c-add-stmt-syntax'.
16296
55b76f19
KS
16297 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16298 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9e04cba1
AM
16299 This fixes bogus label recognition.
16300
af71d4c0 16301 * progmodes/cc-engine.el (c-add-type, c-check-type)
55b76f19 16302 (c-forward-name, c-forward-type): Improve storage of template
9e04cba1
AM
16303 types in `c-found-types' so that they can be recognized better.
16304
55b76f19 16305 (c-syntactic-content): Add option to skip past nested parens.
9e04cba1 16306
55b76f19
KS
16307 * progmodes/cc-engine.el (c-forward-name):
16308 Set `c-last-identifier-range' all the time. It's less work that way.
9e04cba1
AM
16309 Handle that there might not be an identifier to store in
16310 `c-last-identifier-range'.
16311
16312 (c-forward-type): Handle that `c-last-identifier-range' might be
16313 nil from `c-forward-name'.
16314
af71d4c0 16315 * progmodes/cc-defs.el (c-safe-scan-lists)
55b76f19 16316 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9e04cba1
AM
16317
16318 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16319 to work even if the form fails.
16320
16321 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16322 down in a large file in one go.
16323
55b76f19 16324 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9e04cba1
AM
16325
16326 * progmodes/cc-align.el (c-lineup-assignments): New lineup
16327 function which is like `c-lineup-math' but returns nil instead of
16328 `c-basic-offset' when it doesn't match.
16329
55b76f19 16330 (c-lineup-math): Change to use `c-lineup-assignments'.
9e04cba1
AM
16331
163322005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16333
16334 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16335 c-beginning-of-statement. New subfunctions
16336 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16337
163382005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16339
16340 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16341 hardcoded char classes whereever possible. Changed a couple of
16342 places to use skip by syntax instead of skip by char class.
16343
16344 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
55b76f19 16345 Fix a bug in the regexp that caused extreme backtracking.
9e04cba1 16346
af71d4c0
JB
16347 * progmodes/cc-langs.el (c-block-comment-starter)
16348 (c-block-comment-ender): New language constants to specify in a
9e04cba1
AM
16349 single place how block comments look.
16350
af71d4c0
JB
16351 (c-comment-start-regexp, c-block-comment-start-regexp)
16352 (comment-start, comment-end, comment-start-skip)
16353 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16354 (c-syntactic-ws, c-nonempty-syntactic-ws)
16355 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9e04cba1
AM
16356 `c-line-comment-starter', `c-block-comment-starter' and
16357 `c-block-comment-ender'.
16358
af71d4c0
JB
16359 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16360 New language constants to break up things a bit.
9e04cba1
AM
16361
16362 (c-simple-ws): New language constant for simple whitespace.
16363
55b76f19 16364 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9e04cba1 16365
55b76f19 16366 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9e04cba1
AM
16367 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16368 newlines. Allow and ignore nil elements in the list.
16369
163702005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16371
16372 * progmodes/cc-cmds.el: Comment out a (n almost certainly
55b76f19 16373 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9e04cba1
AM
16374
16375 * progmodes/cc-cmds.el: Tidy up the comments in
16376 c-beginning-of-statement and subfunctions.
16377
16378 * progmodes/cc-awk.el: Replace calls to put-text-property to the
16379 more flexible c-put-char-property and c-clear-char-properties.
16380 Add the author's email address.
16381
55b76f19 16382 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9e04cba1
AM
16383
16384 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16385 closing "*/" of a block comment.
16386
16387 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16388 subfunctions) so that it works at BOB and EOB.
16389
16390 * progmodes/cc-cmds.el, cc-vars.el: More updating of
16391 c-beginning-of-statement, including new variable
16392 c-block-comment-start-regexp.
16393
163942005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16395
16396 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16397 symbols from `*-font-lock-extra-types' so that there's no need to
16398 use `regexp-opt' on those lists.
16399
16400 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16401 `c-type-modifier-kwds' is empty.
16402
16403 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16404 there are several strings on the same line.
16405
55b76f19 16406 * progmodes/cc-engine.el (c-literal-limits): Remove the
9e04cba1
AM
16407 compatibility function for older emacsen. `c-literal-limits-fast'
16408 has now taken the place of this function.
16409
55b76f19 16410 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
119f6f17 16411 with older emacsen: We now require `pps-extended-state'.
9e04cba1
AM
16412
164132005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16414
16415 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16416 which obviates the need to hack sentence-end. This now handles
16417 escaped newlines in strings correctly. Correct minor bugs in
16418 c-move-over-sentence and in c-beginning-of-statement.
16419
16420 * progmodes/cc-cmds.el (c-beginning-of-statement (and
16421 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16422 that movement over macros and code are rigorously separated from
16423 eachother. Correct a few incidental bugs.
16424
16425 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
55b76f19 16426 Improve its doc-string. Improve the handling of certain specific cases.
9e04cba1
AM
16427
164282005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16429
16430 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
55b76f19 16431 (c-guess-basic-syntax): Change the way class-level labels are
9e04cba1
AM
16432 recognized; they can now contain essentially any symbols.
16433
16434 (c-opt-extra-label-key): New language variable to cope with the
16435 special protection label syntax in Objective-C.
16436
55b76f19 16437 (c-opt-access-key): Remove; this is now handled better by
9e04cba1
AM
16438 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16439
16440 (c-complex-decl-matchers): Update to handle that
16441 `c-opt-access-key' no longer exists.
16442
16443 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16444 improved label recognition in `c-beginning-of-statement-1'.
16445
16446 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16447 Recognize bitfields better.
16448
16449 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
55b76f19 16450 Remove some cruft and fixed a bug that could cause it to go to a
9e04cba1
AM
16451 position further down.
16452
16453 * progmodes/cc-langs.el, cc-engine.el
55b76f19 16454 (c-beginning-of-statement-1): Improve detection of labels in
9e04cba1
AM
16455 declaration contexts.
16456
16457 (c-beginning-of-decl-1): Use it.
16458
16459 (c-nonlabel-token-key): New language constant and variable needed
16460 by `c-beginning-of-statement-1'.
16461
55b76f19 16462 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9e04cba1
AM
16463 manifested itself due to the correction in `c-forward-sexp'.
16464
55b76f19
KS
16465 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16466 Make these behave as documented when used at the buffer limits.
9e04cba1
AM
16467
16468 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16469 (c-type-decl-end-used): Made this a language variable.
16470
16471 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16472 correctly when `combine-after-change-calls' is used together with
16473 temporary narrowings.
16474
55b76f19
KS
16475 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16476 Report labels correctly when the start point is immediately after the
9e04cba1
AM
16477 colon.
16478
55b76f19
KS
16479 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16480 Remove since it isn't used anymore.
9e04cba1
AM
16481
16482 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16483 bracket arglists such as template parens in C++.
16484
55b76f19 16485 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9e04cba1
AM
16486 in the last check-in. Some optimization.
16487
55b76f19 16488 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9e04cba1
AM
16489 where it could stop at the same level in a preceding sexp when
16490 PAREN-LEVEL is set.
16491
16492 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16493 text property lookup only when it's needed.
16494
16495 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
55b76f19 16496 Change the policy for paren marked angle brackets to be more
9e04cba1
AM
16497 persistent; once marked they remain marked even when they're found
16498 to be unbalanced in the searched region. This should keep the
16499 paren syntax around even when individual lines are refontified in
16500 multiline template arglists.
16501
16502 (c-parse-and-markup-<>-arglists): New dynamically bound variable
16503 to control markup so that incorrect angle bracket arglists aren't
16504 marked in contexts where the correct value for
16505 `c-disallow-comma-in-<>-arglists' isn't known.
16506
16507 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16508 argument has become `c-parse-and-markup-<>-arglists'.
16509
55b76f19 16510 (c-remove-<>-arglist-properties): Remove - no longer used.
9e04cba1
AM
16511
16512 (c-after-change-check-<>-operators): New function used on
16513 `after-change-functions' to avoid that "<" and ">" characters that
16514 are part of longer operators have paren syntax.
16515
16516 (c-<>-multichar-token-regexp): New language variable used by
16517 `c-after-change-check-<>-operators'.
16518
16519 (c-after-change): Call `c-after-change-check-<>-operators'.
16520
16521 (c-font-lock-<>-arglists): Use the context properties set by
55b76f19
KS
16522 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
16523 correctly to avoid doing invalid markup.
9e04cba1 16524
55b76f19 16525 (c-font-lock-declarations): Remove code that undoes the invalid
9e04cba1
AM
16526 markup done by `c-font-lock-<>-arglists'.
16527
16528 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
16529 after `c-font-lock-declarations'.
16530
55b76f19
KS
16531 * progmodes/cc-engine.el (c-syntactic-skip-backward):
16532 Add paren-level feature.
9e04cba1 16533
55b76f19 16534 (c-guess-basic-syntax): Improve the anchor position for
9e04cba1
AM
16535 `template-args-cont' in nested template arglists. There's still
16536 much to be desired in this area, though.
16537
165382005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16539
16540 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
55b76f19 16541 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9e04cba1
AM
16542
165432005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16544
16545 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
af71d4c0 16546 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9e04cba1
AM
16547
16548 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
16549 it doesn't work no longer are supported.
16550
af71d4c0
JB
16551 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
16552 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9e04cba1
AM
16553 requires support for the syntax-table' text property, which rules
16554 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
16555 cruft associated with those versions.
16556
16557 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
16558 for the `syntax-table' text property, which rules out Emacs 19 and
16559 XEmacs < 21.4. Removed various compatibility cruft associated
16560 with those versions.
16561
16562 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
16563 support for the `syntax-table' text property.
16564
16565 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
16566 variable and use an extra quoted face name instead. All the
16567 emacsen flavors handle that correctly.
16568
af71d4c0
JB
16569 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
16570 (c-font-lock-declarators, c-font-lock-declarations)
16571 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9e04cba1
AM
16572 property to mark the items in in declarator lists to handle
16573 refontification inside multiline declarations better.
16574
16575 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
16576 construct like "a * b = c;" as a declaration.
16577
3dd63dc3
KS
165782005-12-08 Kim F. Storm <storm@cua.dk>
16579
55b76f19 16580 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
3d596891
KS
16581 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
16582 select either meta, hyper, or super modifier for rectangle commands.
16583 (cua--rectangle-modifier-key): New defvar.
119f6f17 16584 (cua--M/H-key): Use it. Remove special case for `space'.
3d596891
KS
16585 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
16586 on X, to meta otherwise. Always bind C-return to toggle
119f6f17 16587 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
3d596891 16588
55b76f19
KS
16589 * emulation/cua-rect.el (cua-help-for-rectangle):
16590 Use cua--rectangle-modifier-key. Handle super modifier too.
3d596891 16591 (cua--init-rectangles): Always bind C-return to toggle rectangle.
119f6f17 16592 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
3d596891 16593
ad668f10
KS
16594 * ido.el: Move Acknowledgements and History after Commentary.
16595 Minor changes to Commentary.
16596
3dd63dc3 16597 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
119f6f17 16598 keymap if cua--prefix-override-timer is `shift'.
3dd63dc3
KS
16599 (cua--shift-control-prefix): New function; emulate "type prefix
16600 key twice" functionality to handle shifted prefix key override.
55b76f19
KS
16601 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
16602 New commands.
3dd63dc3
KS
16603 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
16604
9992b124
CD
166052005-12-08 Carsten Dominik <dominik@science.uva.nl>
16606
30c02925 16607 * textmodes/org.el (org-insert-heading): Try to do items before
9992b124
CD
16608 headings.
16609 (org-agenda-mode): Quote `org-agenda-mode-hook'.
16610 (org-insert-item): New function.
16611 (org-renumber-ordered-list): Don't skip to higher level lists.
16612
3f30c272
JL
166132005-12-08 Juri Linkov <juri@jurta.org>
16614
16615 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
16616
16617 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
16618
16619 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
16620
16621 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
16622 the constructed function name fun-1.
16623
16624 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
16625 because such links don't lead to parent documentation.
16626
086c5b2b
KH
166272005-12-08 Kenichi Handa <handa@m17n.org>
16628
16629 * descr-text.el (describe-char): Use *Help-2* buffer if the
16630 current buffer is *Help*. Call describe-text-properties while
16631 setting the original buffer.
16632
4af6c011
BW
166332005-12-07 Bill Wohler <wohler@newt.com>
16634
af71d4c0 16635 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
4af6c011
BW
16636 and causes problems with non-MH users (such as Gnus users).
16637
a25e15ea
NR
166382005-12-08 Nick Roberts <nickrob@snap.net.nz>
16639
16640 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
16641 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
16642 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
16643 command "info sources". Move calls to GDB command "list".
16644 (gdb-find-file-hook): Just use gdb-source-file-list.
16645 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
16646 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
16647 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
16648 (gdb-data-list-register-values-handler): Use correct trigger name.
16649
b89a8e1a
KS
166502005-12-07 Kim F. Storm <storm@cua.dk>
16651
af71d4c0 16652 * ido.el (ido-completion-map): Rename from ido-mode-map.
b89a8e1a
KS
16653 (ido-common-completion-map, ido-file-completion-map)
16654 (ido-file-dir-completion-map, ido-buffer-completion-map):
af71d4c0
JB
16655 Rename from ido-mode-....-map.
16656 (ido-init-completion-maps): Rename from ido-init-mode-maps.
16657 (ido-setup-completion-map): Rename from ido-define-mode-map.
b89a8e1a
KS
16658 (ido-read-internal): Bind minibuffer-local-filename-completion-map
16659 to ido-completion-map.
16660
735b7c87
KH
166612005-12-07 Kenichi Handa <handa@m17n.org>
16662
16663 * international/mule-cmds.el
16664 (set-display-table-and-terminal-coding-system): If the coding
16665 system specified in `unibyte-display' property is different from
16666 the arg coding-system, don't setup standard-display-table.
16667
6a6e859a
SM
166682005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16669
16670 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
16671 that comments end at \n, regardless of selective-display.
16672
7a96cae6
NR
166732005-12-07 Nick Roberts <nickrob@snap.net.nz>
16674
16675 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
16676 (gdb-version): New variables.
16677 (gdb-source-file-list, gdb-register-names)
16678 (gdb-changed-registers): New variables for use with GDB 6.4+.
16679 (gdb-ann3): Replace with...
16680 (gdb-init-1, gdb-init-2): ...two new functions.
16681 (gdba, gdb-prompt): Call gdb-init-1.
16682 (gdb-get-version): New function. Call gdb-init-2 from here.
16683 (gud-watch): Make it work with mouse events too.
16684 (gdb-post-prompt): Don't add to queue until GDB version is known.
16685 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
16686 (gdb-locals-mode): Use gdb-version.
16687 (gdb-memory-format-map, gdb-memory-unit-map)
16688 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
16689 (gdb-locals-font-lock-keywords-1)
16690 (gdb-locals-font-lock-keywords-2): New variables.
c48971b2 16691 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
7a96cae6
NR
16692 (gdb-set-gud-minor-mode-existing-buffers-1)
16693 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
16694 (gdb-var-update-1, gdb-var-update-handler-1)
16695 (gdb-data-list-register-values-handler)
16696 (gdb-data-list-register-values-custom)
16697 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6a6e859a
SM
16698 (gdb-stack-list-locals-handler, gdb-get-register-names):
16699 New functions for use with GDB 6.4+.
7a96cae6
NR
16700 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
16701 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
16702 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
16703 (gdb-stack-list-locals-regexp)
16704 (gdb-data-list-register-names-regexp): New regexps for use with
16705 GDB 6.4+.
16706
6277435b
SM
167072005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16708
16709 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
16710
8cedef2e 167112005-12-06 Nozomu Ando <nand@mac.com>
98b537f7
SJ
16712
16713 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
16714 prompts work for AUTH PLAIN. Also reported by Steve Allan
16715 <seallan@verizon.net>.
16716
e24f9e5a 167172005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
0dac35b8
KL
16718
16719 * frame.el (set-frame-parameter): Add doc string.
16720
634d5d19
CD
167212005-12-06 Carsten Dominik <dominik@science.uva.nl>
16722
30c02925 16723 * textmodes/org.el (org-occur-highlights): New variable.
6277435b 16724 (org-highlight-new-match, org-remove-occur-highlights): New functions.
634d5d19
CD
16725 (org-highlight-sparse-tree-matches): New option.
16726 (org-do-occur): New function.
16727 (org-get-heading): Make it work also at beginning of line.
16728 (org-category-table): New variable.
16729 (org-get-category-table, org-get-category)
16730 (org-camel-to-words, org-link-search): New functions.
16731 (org-select-this-todo-keyword): New variable.
16732 (org-todo-list): New command.
16733 (org-shiftright, org-shiftleft): New commands.
6277435b 16734 (org-agenda-todo): Add prefix argument.
634d5d19
CD
16735 (org-show-hierarchy-above): New option.
16736 (org-show-todo-tree): Numerical prefix creates tree for specific
16737 TODO keyword.
16738 (org-outline-level): New function, to assign a level to plain
16739 lists items.
16740 (org-cycle-include-plain-lists): New option.
16741 (org-mode): Use `org-outline-level' as value of `outline-level'.
16742 (org-cycle): Temporarily switch `outline-regexp' if
16743 `org-cycle-include-plain-lists' is non-nil.
6277435b 16744 (org-start-icalendar-file): Fix format bug.
634d5d19
CD
16745 (org-agenda-get-day-entries): Create category table.
16746 (org-agenda-get-todos, org-agenda-get-timestamps)
16747 (org-agenda-get-deadlines, org-agenda-get-scheduled)
16748 (org-agenda-get-blocks): Use `org-get-category'.
6277435b 16749 (org-context-in-file-links): Rename from
af71d4c0 16750 `org-line-numbers-in-file-links'.
634d5d19 16751
239f263d
RF
167522005-12-06 Romain Francoise <romain@orebokech.com>
16753
69fc2f2b
RF
16754 * window.el (balance-windows): Delete extraneous third arg in call
16755 to `enlarge-window'.
239f263d 16756
522d8129
KH
167572005-12-06 Kenichi Handa <handa@m17n.org>
16758
16759 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
16760
5701678a
NR
167612005-12-06 Nick Roberts <nickrob@snap.net.nz>
16762
16763 * progmodes/gdb-ui.el (gdb-var-create-handler)
16764 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
16765 (gdb-var-list-children-handler, gdb-var-update-handler):
16766 Current buffer is already gdb-partial-output-buffer, don't
16767 make it current again.
16768
a9692abf
LT
167692005-12-05 Luc Teirlinck <teirllm@auburn.edu>
16770
16771 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
16772 (list-buffers-noselect): Use it.
16773
95fe848e
SM
167742005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
16775
16776 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
16777 (mail-yank-ignored-headers): Use regexp-opt.
16778 (mail-mode-map): Move initialization into declaration.
16779 (mail-sent-via): Remove unused shadowed var `to-line'.
16780 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
16781 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
16782 (mail-do-fcc): Use dolist and push.
16783 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
bb61f0fd 16784 (mail-yank-ignored-headers): Don't autoload.
95fe848e 16785
eec5c8f9
KH
167862005-12-05 Kenichi Handa <handa@m17n.org>
16787
95fe848e 16788 * international/mule-cmds.el (set-language-info-internal): New fun.
eec5c8f9
KH
16789 (set-language-info): Call set-language-info-internal to update
16790 language-info-alist. If LANG-ENV is the current one, call
16791 set-language-environment to make INFO effective now.
16792 (set-language-info-alist): Likewise.
16793 (locale-language-names): With locale "en", use English
16794 lang. env. but set the default codings to iso-8859-1.
16795
d85af294
NR
167962005-12-04 Nick Roberts <nickrob@snap.net.nz>
16797
16798 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
16799 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
16800 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
16801 for plain strings.
16802 (gdb-frames-mode): Remove redundant call to font-lock-mode.
95fe848e
SM
16803 (gdb-all-registers): Rename from toggle-gdb-all-registers.
16804 Create registers buffer if necessary. Echo new state in minibuffer.
16805 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
d85af294 16806
d8fbba22
CY
168072005-12-03 Chong Yidong <cyd@stupidchicken.com>
16808
16809 * info.el (Info-fontify-node): Match external links using
16810 non-directory part of filename.
16811
19437ce5
JL
168122005-12-04 Juri Linkov <juri@jurta.org>
16813
16814 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
16815 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
3f30c272
JL
16816 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
16817 because there is no customization option for it.
19437ce5
JL
16818
16819 * font-lock.el (lisp-font-lock-keywords-1):
16820 Add define-global-minor-mode.
16821
16822 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
16823
16824 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
16825 properties on the constructed variable names.
16826
16827 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16828 Put `definition-name' properties on the constructed function names
16829 next-sym and prev-sym.
16830
16831 * emacs-lisp/find-func.el (find-function-regexp):
16832 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
16833 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
16834 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
16835 and easy-menu-define.
16836
16837 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
16838 easy-mmode-define-global-mode and define-global-minor-mode.
16839 (lisp-imenu-generic-expression): Add define-global-minor-mode.
16840
16841 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
16842 instead of easy-mmode-define-global-mode.
16843
16844 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16845 Use define-minor-mode instead of easy-mmode-define-minor-mode.
16846
16847 * cus-edit.el (customize-group, customize-group-other-window):
16848 Filter out autoloaded options from the group completion list by
16849 using heuristics that autoloaded groups don't have `custom-autoload'
16850 property on their symbols (they have only `custom-loads').
16851
16852 * simple.el (completion-setup-function): Put completions-common-part
3f30c272
JL
16853 face on complete completion string too (i.e. completion string
16854 without completions-first-difference face).
19437ce5
JL
16855
16856 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
16857
a8e7142c
EZ
168582005-12-03 Eli Zaretskii <eliz@gnu.org>
16859
2f33468c
EZ
16860 * view.el (view-mode): Doc fix.
16861
79019cc9
EZ
16862 * disp-table.el (standard-display-european): Add to the warning
16863 message a reference to the doc string.
16864
7a5ea63f
EZ
16865 * play/yow.el (apropos-zippy): Call print-help-return-message,
16866 similar to other Help and Apropos commands.
16867
a8e7142c
EZ
16868 * help.el (print-help-return-message): If pop-up-frames is
16869 non-nil, set up help-return-method to delete the help window and,
7a5ea63f
EZ
16870 possibly, its frame as well, and don't display message about
16871 scrolling the help window. Doc fix.
a8e7142c
EZ
16872 (help-return-method): Doc fix.
16873
5fed8c15 168742005-12-03 Martin Rudalics <rudalics@gmx.at>
d20a1ebb
EZ
16875
16876 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
16877 whereby names of length one or names starting with a
16878 symbol-constituent character would not be returned.
16879
348f73b0 168802005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6273dc68
JPW
16881
16882 * subr.el (atomic-change-group): Add edebug and indentation spec.
16883
21b15ee8
SM
168842005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
16885
16886 * completion.el (save-completions-file-name): Fix typo in last change.
16887
348f73b0 168882005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
ed0e3879
JD
16889
16890 * info.el: Move back/forward history to the beginning of the tool bar.
16891
0a79da1b
EZ
168922005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
16893
af71d4c0 16894 * allout.el (eval-when-compile): Remove unnecessary load of cl.
0a79da1b
EZ
16895 Add fset of allout-real-isearch-abort during compile to fix
16896 byte-compilation warnings.
16897 (allout-mode-p): Move definition of this macro above all uses, or
9c92edca 16898 byte compilation in barren Emacs (eg, during Emacs build) will
0a79da1b
EZ
16899 lack the definition.
16900 (allout-mode): Move this variable above any uses, or byte
16901 compilation will fail.
21b15ee8 16902 (allout-resolve-xref): Remove use of personal file-reference function.
0a79da1b 16903 (allout-toggle-current-subtree-encryption): Do the current (ie,
21b15ee8 16904 visible containing) topic, rather than nearest around point. Doc fix.
0a79da1b
EZ
16905 (allout-toggle-subtree-encryption): New function, workhorse that
16906 works on nearest topic containing point.
16907 (allout-encrypt-string): Signal requirement for newer version of pgg.
16908 (allout-resumptions): Doc fix.
16909
eac5c1f6
EZ
169102005-12-02 Eli Zaretskii <eliz@gnu.org>
16911
16912 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
16913
27e0edcd
EZ
169142005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
16915
21b15ee8
SM
16916 * textmodes/flyspell.el (flyspell-external-point-words):
16917 Consider a misspelling as found in the string search if: (a) misspelling
27e0edcd
EZ
16918 and found string lengths match, or (b) misspelling is found as
16919 element in a boundary-chars separated longer string, or (c)
16920 ispell-program-name is really ispell and misspelling is found as
16921 part of a TeX string. After successful match move beginning of
16922 search region to end of match. Warn about not found misspellings
16923 once the process is done.
21b15ee8 16924 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
27e0edcd 16925
dcf4db16
NR
169262005-12-02 Nick Roberts <nickrob@snap.net.nz>
16927
16928 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
21b15ee8 16929 tool bar (removed inadvertently).
dcf4db16 16930
e7d42ea7
NR
169312005-12-02 Juri Linkov <juri@jurta.org>
16932
16933 * log-view.el (log-view-diff): Clarify doc string.
16934
3166ee65
BW
169352005-12-01 Bill Wohler <wohler@newt.com>
16936
16937 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
16938 triggers lm-verify errors.
16939
94261ba3
LT
169402005-12-01 Luc Teirlinck <teirllm@auburn.edu>
16941
16942 * simple.el (transient-mark-mode, line-number-mode)
21b15ee8 16943 (column-number-mode, size-indication-mode): Remove `:require nil'.
94261ba3 16944
68b38146
NR
169452005-12-01 Nick Roberts <nickrob@snap.net.nz>
16946
16947 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
16948 in the margin also.
16949 (gdb-breakpoints-mode-map): Use D instead of d for
16950 gdb-delete-breakpoint.
16951 (gdb-get-frame-number): Require a number to match on.
16952 (gdb-threads-mode-map): Add follow-link binding.
16953
896bd166
JR
169542005-11-30 Jason Rumney <jasonr@gnu.org>
16955
16956 * isearch.el (isearch-mode-map): Avoid exiting search on
16957 language-change event.
16958
8a2c27b9
RF
169592005-11-30 Romain Francoise <romain@orebokech.com>
16960
64db3923
RF
16961 * speedbar.el (speedbar-default-position): New defcustom.
16962 (speedbar-frame-reposition-smartly): Use it.
16963
8a2c27b9 16964 * dframe.el (dframe-reposition-frame-emacs): Fix position
b330c3e9 16965 computation for `left' location.
8a2c27b9
RF
16966 Update copyright year.
16967
33d434cd
SM
169682005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
16969
604aa5f0
SM
16970 * help.el (help-map): Move initialization into declaration.
16971
1bddeeed
SM
16972 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
16973
33d434cd
SM
16974 * help-fns.el (help-argument-name): Don't autoload.
16975 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
16976 to be re-loaded when customizing the `help' group.
16977
24374f5a
JPW
169782005-11-30 John Paul Wallington <jpw@gnu.org>
16979
16980 * help-fns.el (describe-function-1): Fill arglist output.
16981
80cda39a
KS
169822005-11-30 Kim F. Storm <storm@cua.dk>
16983
4269a2fd
KS
16984 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
16985 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
16986 after revert-buffer (or anything else which kills all local variables).
16987
80cda39a
KS
16988 * apropos.el (apropos-parse-pattern): Doc fix.
16989 Set apropos-regexp directly, rather than expecting callers to do so.
16990 (apropos-command, apropos, apropos-value, apropos-documentation):
16991 Simplify calls to apropos-parse-pattern.
16992
597767da
CY
169932005-11-29 Chong Yidong <cyd@stupidchicken.com>
16994
16995 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
16996 (hi-lock-face-phrase-buffer): Use hi-yellow face.
16997 (hi-lock-write-interactive-patterns): Use comment-region.
16998
15575807
CY
16999 * longlines.el (longlines-mode): Add mail-setup-hook.
17000
17001 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17002
17003 * simple.el (sendmail-user-agent-compose, next-line):
17004 Conditionally use hard-newline.
17005
06e2cc3d
RS
170062005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17007
33d434cd
SM
17008 * international/latexenc.el (latex-inputenc-coding-alist):
17009 Reword doc string.
06e2cc3d 17010
2c30b450
CY
170112005-11-29 Chong Yidong <cyd@stupidchicken.com>
17012
17013 * help.el (describe-key-briefly, describe-key): Recognize default
17014 bindings.
17015
1c0484e2
RF
170162005-11-29 Romain Francoise <romain@orebokech.com>
17017
17018 * view.el (view-inhibit-help-message): New defcustom.
17019 (view-mode-enter): Use it.
17020
59f1b058 170212005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
1c0484e2 17022
4ce3c91a 17023 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
33d434cd 17024 Preserve user position.
1c0484e2 17025
daa7197c
LT
170262005-11-28 Luc Teirlinck <teirllm@auburn.edu>
17027
846e22f8
LT
17028 * font-lock.el: Throw error if facemenu is not loaded to prevent
17029 accidental change of loading order in loadup.el. (Suggested by RMS.)
17030
daa7197c
LT
17031 * loadup.el: Add comment explaining why facemenu must be loaded
17032 before font-lock.
17033
867e8d9a
JB
170342005-11-28 Jay Belanger <belanger@truman.edu>
17035
17036 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17037 (calc-dispatch-map): Add more keys for `calc-same-interface'.
17038
17039 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17040
17041 * calc/calc-embed.el (calc-do-embedded): Update help message.
17042
17043 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17044
cedbd3f0
SM
170452005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17046
21227135
SM
17047 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17048
d9532403
SM
17049 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17050 called-interactively-p.
17051 (elp-profilable-p): Rename from elp-not-profilable-p.
17052 Invert result and take into account macros and autoloaded functions.
17053 (elp-instrument-function): Update call.
17054 (elp-instrument-package): Update call. Add completion.
17055 (elp-pack-number): Use match-string.
17056 (elp-results-jump-to-definition-by-mouse): Merge into
17057 elp-results-jump-to-definition and then remove.
17058 (elp-output-insert-symname): Make help echo text single-line.
17059
cedbd3f0
SM
17060 * replace.el (query-replace-map): Move initialization into declaration.
17061 (occur-engine): Use with-current-buffer.
17062 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17063 (occur-mode-mouse-goto): Replace with an alias.
17064
1f57934c
JL
170652005-11-28 Juri Linkov <juri@jurta.org>
17066
17067 * simple.el (quoted-insert): Let-bind input-method-function to nil.
17068
756bfad5
JL
17069 * term/w32-win.el: Bind [S-tab] to [backtab].
17070
17071 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17072 `Info-find-file' to t.
17073
1f57934c
JL
17074 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17075 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17076 and same-window-regexps.
17077 (occur-next-error): Don't move point for arg 0.
17078
7e1d31d4
CY
170792005-11-28 Chong Yidong <cyd@stupidchicken.com>
17080
17081 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17082
6a99c272
SM
170832005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17084
f7eeab0d
SM
17085 * log-edit.el (log-edit-changelog-use-first): New var.
17086 (log-edit-changelog-ours-p): Use it.
17087 (log-edit-insert-changelog): Set it with new arg `use-first'.
17088 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17089 (log-edit-hook): Add them to the list of suggested options.
17090
6a99c272
SM
17091 * textmodes/flyspell.el (flyspell-last-buffer): New var.
17092 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17093 redundant work.
17094 (flyspell-mode-on): Use add-hook for after-change-functions.
17095 (flyspell-mode-off): Use remove-hook for after-change-functions.
17096 (flyspell-changes): Make it buffer-local.
17097 (flyspell-after-change-function): Make it non-interactive. Use push.
17098 (flyspell-post-command-hook): Check input-pending-p while processing
17099 the potentially long list of buffer changes.
17100
e24f9e5a 171012005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
e99c9ada
KL
17102
17103 * buff-menu.el (list-buffers-noselect): Display the selected
17104 frame's buffer list, not the global one.
17105
17550579
NR
171062005-11-28 Nick Roberts <nickrob@snap.net.nz>
17107
17108 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17109 that (list last-input-event) works as in interactive spec.
17110
db9c3f6b
LT
171112005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17112
17113 * loadup.el ("facemenu"): Load facemenu before font-lock, because
17114 `facemenu-keymap' needs to be defined when font-lock is loaded.
17115 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17116
36cc948e
SM
171172005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17118
17119 * completion.el: Remove useless leading * in defcustom docstrings.
17120 (save-completions-file-name): Use ~/.emacs.d if available.
17121 (completion-standard-syntax-table): Rename from
17122 cmpl-standard-syntax-table and fold initialization into declaration,
17123 thus removing cmpl-make-standard-completion-syntax-table.
17124 (completion-lisp-syntax-table, completion-c-syntax-table)
17125 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17126 (cmpl-saved-syntax, cmpl-saved-point): Remove.
17127 (symbol-under-point, symbol-before-point)
17128 (symbol-under-or-before-point, symbol-before-point-for-complete)
17129 (add-completions-from-c-buffer): Use with-syntax-table.
17130 (make-completion): Don't return a list of completion entries.
17131 Update callers.
17132 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17133 (completion-initialize): Rename from initialize-completions.
17134 (completion-find-file-hook): Rename from cmpl-find-file-hook.
17135 (kill-emacs-save-completions): Collect stats here.
17136 (save-completions-to-file, load-completions-from-file):
17137 Use with-current-buffer.
17138 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
17139 into a function. Move all calls to toplevel.
17140 (completion-lisp-mode-hook): New fun.
17141 (completion-c-mode-hook, completion-setup-fortran-mode):
17142 Set the syntax-table here. Use local-set-key.
17143 (completion-saved-bindings): New var.
17144 (dynamic-completion-mode): Make it into a proper minor mode.
17145 (load-completions-from-file): Remove unused var `num-uses'.
17146
17147 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17148 constructor if it is explicitly overridden.
17149
17150 * complete.el (PC-completion-as-file-name-predicate):
17151 Use minibuffer-completing-file-name.
17152 (partial-completion-mode): Use find-file-not-found-functions.
17153 (PC-lisp-complete-symbol): Use with-syntax-table.
17154 (PC-look-for-include-file): Remove dead setq.
17155 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17156 (PC-complete): Use with-current-buffer.
17157
17158 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17159 escape single quotes.
17160
0ee83bc6
LT
171612005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17162
17163 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17164 of `if' whose condition always returned nil. Doc fix.
17165
17166 * buff-menu.el (Buffer-menu-revert-function): Make the selected
17167 window's buffer the current buffer around the call to
17168 `list-buffers-noselect'. This is necessary to mark that buffer
17169 with a `.' in the Buffer Menu when called from Lisp, for instance
17170 by Auto Revert Mode.
17171
3f6d4fb5
NR
171722005-11-28 Nick Roberts <nickrob@snap.net.nz>
17173
17550579
NR
17174 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17175 attaching to it.
3f6d4fb5 17176 (gdb-pre-prompt): Make sure gdb-error is reset.
0ee83bc6 17177
3f6d4fb5 17178 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17550579 17179 with a child process, detect it.
3f6d4fb5
NR
17180 (gud-speedbar-buttons): Match regexp more carefully.
17181
161ef3be
RS
171822005-11-27 Richard M. Stallman <rms@gnu.org>
17183
17184 * mouse.el (mouse-drag-move-window-bottom):
17185 Use adjust-window-trailing-edge.
17186
cb0a2595
LT
171872005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17188
17189 * simple.el (blink-matching-open): Ignore
17190 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
181fcf00 17191 (blink-matching-paren-on-screen): Update docstring.
cb0a2595
LT
17192
17193 * paren.el (show-paren-mode): No longer change
17194 `blink-matching-paren-on-screen'.
17195
d05877b4
NR
171962005-11-27 John Paul Wallington <jpw@pobox.com>
17197
17198 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
940ed7e4
JPW
17199 (gdb-threads-select, gdb-edit-register-value):
17200 Use `posn-set-point' instead of `mouse-set-point' because the
17201 latter is not fbound when configured without X.
d05877b4 17202
b14935df
KS
172032005-11-27 Kim F. Storm <storm@cua.dk>
17204
17205 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17206 existing face when partially highlighting a TAB in a rectangle.
17207
46801e4c
KS
172082005-11-26 Kim F. Storm <storm@cua.dk>
17209
17210 * ido.el (ido-mode-map): Doc fix.
17211 (ido-mode-common-map, ido-mode-file-map)
17212 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17213 (ido-define-mode-map): Rewrite. Select one of the new maps as
17214 parent for ido-mode-map instead of building from scratch.
17215 (ido-init-mode-maps): New defun to initialize new maps.
17216 (ido-mode): Call it.
17217 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17218 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17219
440e20fc
JPW
172202005-11-26 John Paul Wallington <jpw@pobox.com>
17221
46801e4c 17222 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
440e20fc
JPW
17223 `mouse-set-point' because the latter is not fbound when configured
17224 without X.
17225
1be0210d
TTN
172262005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
17227
17228 * files.el (file-relative-name): Doc fix.
17229
02b1a164
EZ
172302005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
17231
17232 * progmodes/octave-inf.el (inferior-octave-startup): Force a
17233 non-empty string for secondary prompt PS2.
17234
49d11c49
CY
172352005-11-25 Chong Yidong <cyd@stupidchicken.com>
17236
02b1a164 17237 * progmodes/compile.el (compilation-setup): Fix last change.
49d11c49 17238
1c5a7258
NR
172392005-11-26 Nick Roberts <nickrob@snap.net.nz>
17240
17241 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17242 (gdb-mouse-toggle-breakpoint-margin)
46801e4c 17243 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
1c5a7258
NR
17244 Add gdb-server-prefix to keep out of command history.
17245 (gdb-edit-register-value): New function.
17246 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17247 (gdb-info-registers-custom): Use above map.
17248
d590dbd2
CY
172492005-11-25 Chong Yidong <cyd@stupidchicken.com>
17250
e335f09e
CY
17251 * custom.el (enable-theme): Signal error if argument is not a
17252 theme. Don't recalculate a face if it's not loaded yet.
17253
17254 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17255 the `user' theme is in effect.
17256
d590dbd2
CY
17257 * info.el (Info-on-current-buffer): Record actual filename in
17258 Info-current-file, instead of t, or a fake filename if a non-file
17259 buffer. Make autoload.
17260 (Info-find-node, Info-revert-find-node): No need to check for
17261 Info-current-file nil.
17262 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17263 Info-current-file is now never `t'.
17264 (Info-fontify-node): Many simplifications due to Info-current-file
17265 always being valid. Use Info-find-file to find node filename.
17266
e5ad37ee
DK
172672005-11-25 David Kastrup <dak@gnu.org>
17268
17269 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17270 new character, then delete" in order to preserve markers.
17271
f81b92f2
DP
172722005-11-25 David Ponce <david@dponce.com>
17273
17274 * recentf.el (recentf-arrange-by-rule): Handle a special
17275 `auto-mode-alist'-like "strip suffix" rule.
17276 (recentf-build-mode-rules): Handle second level auto-mode entries.
17277
0680ea10 172782005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
93a06865 17279
9b01475d 17280 * viper-keym.el (viper-ESC-key): Use different values in terminal and
0680ea10 17281 window modes.
93a06865 17282
9b01475d 17283 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
0680ea10 17284 jde-javadoc-checker-report-mode.
93a06865 17285
9b01475d 17286 * ediff-wind (ediff-make-wide-display): Slight simplification.
93a06865
KS
17287
17288 * ediff.el (ediff-date): Change the date of last update.
17289
963b2040
CY
172902005-11-24 Chong Yidong <cyd@stupidchicken.com>
17291
17292 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
93a06865 17293 Use define-minor-mode, and make it a local mode. Turn on font-lock.
963b2040
CY
17294 (hi-lock-mode): New global minor mode.
17295 (turn-on-hi-lock-if-enabled): New function.
93a06865
KS
17296 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17297 Change arguments to regexp and face instead of a font-lock pattern.
17298 Directly set face property, instead of refontifying.
963b2040
CY
17299 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17300 (hi-lock-find-patterns): Use line-number-at-pos.
17301
17302 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
17303 arguments for hi-lock-set-pattern.
af71d4c0
JB
17304 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17305 Call font-lock-fontify-buffer.
963b2040 17306 (hi-lock-find-file-hook, hi-lock-current-line)
93a06865 17307 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
e4d59066
CY
17308
17309 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17310 turned off.
963b2040
CY
17311
17312 * progmodes/compile.el (compilation-setup): Don't fiddle with
17313 font-lock-defaults.
17314
e5a690f1
NR
173152005-11-25 Nick Roberts <nickrob@snap.net.nz>
17316
17317 * progmodes/gdb-ui.el (gdb-var-create-handler)
17318 (gdb-var-list-children-handler): Find values for all variable
17319 objects. gud-speedbar-buttons decides whether to display them.
17320
357e6045
RF
173212005-11-24 Romain Francoise <romain@orebokech.com>
17322
17323 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17324 buffer name with a space.
17325
9981213c
CD
173262005-11-24 Carsten Dominik <dominik@science.uva.nl>
17327
55b76f19 17328 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
93a06865
KS
17329 `org-export-local-list-max-depth'. Change default value to 3.
17330 (org-auto-renumber-ordered-lists)
17331 (org-plain-list-ordered-item-terminator): New options.
17332 (org-at-item-p, org-beginning-of-item, org-end-of-item)
17333 (org-get-indentation, org-get-string-indentation)
af71d4c0
JB
17334 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17335 New functions.
9981213c
CD
17336 (org-move-item-down, org-move-item-up): New commands.
17337 (org-export-as-html): New classes for CSS support. Bug fix in
17338 regular expression detecting fixed-width regions. Respect
17339 `org-local-list-ordered-item-terminator'.
17340 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17341 also a list item.
17342 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
93a06865 17343 New item moving functions.
9981213c 17344
ece75c05
JL
173452005-11-24 Juri Linkov <juri@jurta.org>
17346
93a06865
KS
17347 * isearch.el (isearch-repeat): With empty search ring set
17348 `isearch-error' to the error string instead of signaling error
17349 with the function `error'.
ece75c05 17350
b9c7cbf9
YM
173512005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17352
93a06865 17353 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
b9c7cbf9 17354
55b2dea3
NR
173552005-11-24 Nick Roberts <nickrob@snap.net.nz>
17356
17357 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17358 and variable.
17359 (gdb-var-create-handler, gdb-var-list-children-handler):
17360 Don't match on "char **...".
17361 (gdb-var-update-handler): Find values for all variable objects.
17362 (gdb-info-frames-custom): Identify frames by leading "#".
17363
17364 * progmodes/gud.el (gud-speedbar-menu-items): Add
17365 gdb-speedbar-auto-raise as radio button.
17366 (gud-speedbar-buttons): Raise speedbar if requested.
17367 Don't match on "char **...".
17368 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17369 Make it editable.
17370
98b37eab
CY
173712005-11-23 Chong Yidong <cyd@stupidchicken.com>
17372
17373 * info.el (Info-fontify-node): Handle the case where
17374 Info-current-file is t.
17375
9c03d478
SM
173762005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
17377
17378 * simple.el (blink-matching-open): Fix off-by-one in last change.
17379
2c012c41
YM
173802005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17381
17382 * term/mac-win.el: Don't change default directory.
17383
2036ac73
LT
173842005-11-22 Luc Teirlinck <teirllm@auburn.edu>
17385
17386 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17387 buffers correctly. (It used to throw an error in such buffers.)
17388 Make it ask for confirmation in group buffers and other Custom
17389 buffers containing more than one customization item.
17390
43fb082d
JPW
173912005-11-22 John Paul Wallington <jpw@gnu.org>
17392
17393 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17394 property on mail and url overlays.
17395 (goto-address-at-point): Use `posn-set-point' instead of
17396 `mouse-set-point' because the latter is not fbound when configured
17397 without X.
17398
5c4ce34d
RF
173992005-11-22 Lars Hansen <larsh@soem.dk>
17400
5eba3394
LH
17401 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17402 (ls-lisp-classify, ls-lisp-format): Delete call to
17403 ls-lisp-parse-symlink.
17404 (ls-lisp-handle-switches): Handle symlinks to directories as
17405 directories when ls-lisp-dirs-first in non-nil.
17406
84ad29ae
LT
174072005-11-21 Luc Teirlinck <teirllm@auburn.edu>
17408
17409 * startup.el (command-line): Make sure that loaddefs.el is handled
17410 correctly in load-history.
17411
b581a727
NR
174122005-11-22 Nick Roberts <nickrob@snap.net.nz>
17413
17414 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17415 (gdb-struct-string, gdb-array-string): New constants.
17416 (gdb-info-locals-handler): Use them.
17417 (gdb-reset): Reset gdb-var-list to nil.
17418
bd24684b
SM
174192005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17420
17421 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17422 in patterns.
17423
17c1971a
JL
174242005-11-21 Juri Linkov <juri@jurta.org>
17425
17426 * custom.el (defcustom): Update link types in docstring.
17427
5fed8c15 174282005-11-20 Martin Rudalics <rudalics@gmx.at>
74b99d45
SM
17429
17430 * custom.el (defgroup): Add doc-string-elt info.
17431
17432 * widget.el (define-widget): Don't use declare for the doc-string-elt.
17433
3cc4b076
SM
174342005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17435
1cb40089
SM
17436 * newcomment.el (comment-enter-backward): Fix last fix.
17437
3cc4b076
SM
17438 * simple.el (blink-matching-open):
17439 * paren.el (show-paren-function): Allow new paren-class info.
17440
a7b0a0e3
CY
174412005-11-20 Chong Yidong <cyd@stupidchicken.com>
17442
17443 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
17444 handled automagically.
17445
13ea43e9
AS
174462005-11-20 Andreas Schwab <schwab@suse.de>
17447
17448 * descr-text.el (describe-char): When copying overlays put them
17449 over the full char description instead of just the first character
17450 of it.
17451
695effcc
JL
174522005-11-20 Juri Linkov <juri@jurta.org>
17453
17454 * simple.el (what-cursor-position):
17455 * descr-text.el (describe-char): Use Lisp-readable syntax
17456 for octal and hex. Reorder decimal, octal and hex values.
17457 Remove excess whitespace in the output. Use `=' in `column='
17458 like in `point=' and `Hscroll='.
17459
17460 * international/mule-cmds.el (encoded-string-description):
17461 Use Lisp-readable syntax for hex.
17462
602ad1ad
SM
174632005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
17464
17465 * newcomment.el (comment-enter-backward): Handle the case where the
17466 comment is closed by EOB.
17467
b39aa4fd
CY
174682005-11-19 Chong Yidong <cyd@stupidchicken.com>
17469
17470 * longlines.el (longlines-before-revert-hook)
17471 (longlines-after-revert-hook): New functions.
17472 (longlines-mode): Turn off longlines temporarily when reverting.
2c127d45
CY
17473 Add a message-setup-hook.
17474 (longlines-decode-buffer): New function.
cee723fb 17475 (longlines-wrap-line): Preserve marker positions.
b39aa4fd 17476
da49096f
AS
174772005-11-19 Andreas Schwab <schwab@suse.de>
17478
17479 * emacs-lisp/shadow.el: Handle compressed files.
17480
f0f98146
RF
174812005-11-19 Romain Francoise <romain@orebokech.com>
17482
17483 * net/browse-url.el (browse-url-default-browser): Signal an error
17484 if no usable browser can be found, rather than try to load w3.
17485
ad8121fe
EZ
174862005-11-16 Ryan Yeske <rcyeske@gmail.com>
17487
17488 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17489 replacing existing properties.
17490 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17491 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17492 tty specs.
17493 (rcirc-server-prefix, rcirc-server): New faces.
17494 (rcirc-url-regexp): Generate with rx macro.
17495 (rcirc-last-server-message-time): New variable.
17496 (rcirc-filter): Record time of last message.
17497 (rcirc-keepalive): Kill processes that did not send a message
17498 since the last ping.
17499 (rcirc-mode): Give rcirc-topic a local binding here.
17500
4fc9bd56 175012005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
a4b1de6e
EZ
17502
17503 * subr.el (read-passwd): Fontify the prompt as we do with other
17504 prompts.
17505
e27de09e
EZ
175062005-11-19 Ryan Yeske <rcyeske@gmail.com>
17507
17508 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17509 binding buffer-read-only to nil.
17510
71726072
EZ
175112005-11-19 Eli Zaretskii <eliz@gnu.org>
17512
602ad1ad
SM
17513 * complete.el (partial-completion-mode):
17514 Mention completion-auto-help in the doc string.
10156852 17515
71726072
EZ
17516 * man.el (Man-highlight-references): Doc fix. Reformat code in a
17517 more Lisp-ish way.
17518
af71d4c0 175192005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
e0d47340
EZ
17520
17521 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17522 digits, not 8, to avoid misalignment for files larger than 100MB.
17523
eeb935fd
EZ
175242005-11-19 Eli Zaretskii <eliz@gnu.org>
17525
602ad1ad
SM
17526 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
17527 Mention "keyboard shortcuts" in the help text.
eeb935fd 17528
125ce9ec
YM
175292005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17530
17531 * startup.el (fancy-splash-default-action): Discard only
17532 mouse-down and succeeding mouse-up events in the splash screen
17533 window so that drag-n-drop event can be processed.
17534
0f157ad5
CY
175352005-11-18 Chong Yidong <cyd@stupidchicken.com>
17536
17537 * longlines.el (longlines-mode): Add hacks for mail-mode and
17538 message-mode.
17539
35af3490
CD
175402005-11-18 Carsten Dominik <dominik@science.uva.nl>
17541
30c02925 17542 * textmodes/org.el (org-table-sort-lines): New command.
35af3490
CD
17543 (org-tbl-menu): Add entry for `org-table-sort-lines'.
17544 (org-add-file): Command removed, use `org-agenda-file-to-front'
17545 instead.
17546 (org-export-icalendar): Use `org-icalendar-combined-name'.
17547 (org-cycle-agenda-files, org-agenda-file-to-end)
17548 (org-agenda-file-to-front): New commands.
af71d4c0
JB
17549 (org-table-tab-jumps-over-hlines, org-export-html-style):
17550 New options.
35af3490 17551 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
af71d4c0 17552 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
35af3490
CD
17553 New functions.
17554 (org-fill-paragraph): Call `org-table-align' in tables.
17555 (org-mode): Call `org-set-autofill-regexps'.
17556 (org-export-as-html): Support for local handformatted lists.
af71d4c0 17557 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
35af3490
CD
17558 (org-export-local-list-max-depth): New option.
17559 (org-html-expand): Use `org-html-protect'.
17560
3d18d677
NR
175612005-11-18 Nick Roberts <nickrob@snap.net.nz>
17562
17563 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
17564 to "p".
17565 (gdb): Move definition of gud-pp to...
17566
17567 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
17568 speedbar.
17569 (gdb-find-watch-expression): New function.
f0f98146 17570
fbe8d007
CY
175712005-11-17 Chong Yidong <cyd@stupidchicken.com>
17572
17573 * faces.el (face-attribute, set-face-attribute): Mention existence
17574 of `:ignore-defface' setting in docstring.
17575
39c7cde2
SM
175762005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
17577
17578 * simple.el (completion-setup-function): Fix last change.
17579
f5723ff5
JPW
175802005-11-17 John Paul Wallington <jpw@pobox.com>
17581
17582 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
17583 Use `posn-set-point' instead of `mouse-set-point' because the
17584 latter is not fbound when configured without X.
17585
17586 * comint.el (comint-insert-input): Likewise.
17587
4ea0018b
CY
175882005-11-17 Chong Yidong <cyd@stupidchicken.com>
17589
17590 * simple.el (hard-newline): New variable.
2fbbeaf1 17591 (sendmail-user-agent-compose, next-line): Use it.
4ea0018b
CY
17592
17593 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
17594 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
17595 (mail-mail-reply-to, mail-mail-followup-to)
17596 (mail-position-on-field, mail-signature, mail-yank-original)
bcd8c291 17597 (mail-attach-file): Likewise.
4ea0018b 17598
225dad8e
RF
17599 * mail/mailheader.el (mail-header-format)
17600 (mail-header-format-function): Likewise.
4ea0018b
CY
17601
17602 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
17603
9f5f5ff2
JL
176042005-11-17 Juri Linkov <juri@jurta.org>
17605
17606 * font-lock.el (font-lock-faces): Rename this defgroup from
17607 `font-lock-highlighting-faces'.
17608 (font-lock-comment-face, font-lock-comment-delimiter-face)
17609 (font-lock-string-face, font-lock-doc-face)
17610 (font-lock-keyword-face, font-lock-builtin-face)
17611 (font-lock-function-name-face, font-lock-variable-name-face)
17612 (font-lock-type-face, font-lock-constant-face)
17613 (font-lock-warning-face, font-lock-negation-char-face)
17614 (font-lock-preprocessor-face)
17615 (font-lock-regexp-grouping-backslash)
17616 (font-lock-regexp-grouping-construct): Rename :group from
17617 `font-lock-highlighting-faces' to `font-lock-faces'.
17618
17619 * cus-edit.el (lisp, c, tex):
17620 * progmodes/ada-mode.el (ada):
17621 * progmodes/asm-mode.el (asm):
17622 * progmodes/cperl-mode.el (cperl-faces):
17623 * progmodes/cpp.el (cpp):
17624 * progmodes/dcl-mode.el (dcl):
17625 * progmodes/f90.el (f90):
17626 * progmodes/fortran.el (fortran):
17627 * progmodes/icon.el (icon):
17628 * progmodes/idlwave.el (idlwave-misc):
17629 * progmodes/m4-mode.el (m4):
17630 * progmodes/make-mode.el (makefile):
17631 * progmodes/meta-mode.el (meta-font):
17632 * progmodes/modula2.el (modula2):
17633 * progmodes/octave-mod.el (octave):
17634 * progmodes/pascal.el (pascal):
17635 * progmodes/perl-mode.el (perl):
17636 * progmodes/prolog.el (prolog):
17637 * progmodes/ps-mode.el (PostScript-edit):
17638 * progmodes/scheme.el (scheme):
17639 * progmodes/sh-script.el (sh-script):
17640 * progmodes/simula.el (simula):
17641 * progmodes/tcl.el (tcl):
17642 * textmodes/nroff-mode.el (nroff):
17643 * textmodes/reftex-vars.el (reftex-fontification-configurations):
17644 * textmodes/sgml-mode.el (sgml):
17645 * textmodes/texinfo.el (texinfo):
17646 Add :link (custom-group-link font-lock-faces) to defgroup.
17647
17648 * hi-lock.el (hi-lock): Rename this defgroup from
17649 `hi-lock-interactive-text-highlighting'. Change parent group from
17650 `faces' to `font-lock'. Add link to the manual.
17651 (hi-lock-mode, hi-lock-file-patterns-range)
17652 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
17653 `hi-lock-interactive-text-highlighting' to `hi-lock'.
17654 (hi-lock-faces): Add :group `faces'.
17655
17656 * cus-edit.el (custom-variable-prompt): Clarify the code.
17657
17658 * faces.el (face-read-string): Set the default value arg of
17659 completing-read.
17660
4bbd5b69
LT
176612005-11-16 Luc Teirlinck <teirllm@auburn.edu>
17662
17663 * rfn-eshadow.el (file-name-shadow-properties)
39c7cde2
SM
17664 (file-name-shadow-tty-properties, file-name-shadow-mode):
17665 Remove autoloads, because the file is now preloaded.
4bbd5b69 17666
bead134f
SM
176672005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17668
17669 * printing.el (easy-menu-intern): Don't define.
17670 (pr-get-symbol): Use easy-menu-intern only if defined.
17671
17672 * simple.el (blink-matching-open): Simplify a bit.
17673 (completion-setup-function): Fix the case of partial-completion-mode
17674 when the minibuffer's contents start with "-".
17675 Obey completion-base-size-function even when
17676 minibuffer-completing-file-name is non-nil.
17677
afabbb4d
RS
176782005-11-16 Richard M. Stallman <rms@gnu.org>
17679
17680 * net/eudcb-ph.el (eudc-ph-open-session):
17681 Use set-process-query-on-exit-flag.
17682
17683 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
17684
17685 * international/ucs-tables.el (ucs-set-table-for-input):
17686 Use make-local-variable, not make-variable-buffer-local.
17687
17688 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17689 Improve warning message text.
17690
17691 * savehist.el (savehist-save-hook): Add :group.
17692
17693 * menu-bar.el (menu-bar-help-menu):
17694 Rename Find Extra Packages to External Packages.
17695
17696 * cus-edit.el (Custom-reset-standard): Verify that
17697 :custom-standard-value prop exists before calling it.
17698
17699 * apropos.el (apropos-calc-scores): Use apropos-pattern.
17700
5fed8c15 177012005-11-16 Martin Rudalics <rudalics@gmx.at>
afabbb4d
RS
17702
17703 * wid-edit.el (color): Enclose %t in %{...%}.
17704
17705 * cus-edit.el (face): Enclose %t in %{...%}.
17706
c01f0ed3
SM
177072005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
17708
17709 * savehist.el (savehist-mode-hook): Re-add the var.
17710 (savehist-mode): Use it.
17711
66a85723
SM
177122005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17713
042c6fb7
SM
17714 * textmodes/flyspell.el: Fix commenting convention.
17715 Remove unnecessary leading * in custom docstrings.
17716 (flyspell-emacs): Remove unused var.
17717 (flyspell-delete-region-overlays): Use remove-overlays.
17718 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
17719 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
17720 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
17721 (flyspell-debug-signal-word-checked): Use with-current-buffer.
17722 (make-flyspell-overlay): Don't locally reuse a global name.
17723 (flyspell-highlight-incorrect-region)
17724 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
17725 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
17726 (flyspell-notify-misspell): Remove unused args `start' and `end'.
17727 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
17728 Wrap calls to accept-process-output inside with-local-quit since it's
17729 often called from a post-command-hook.
17730 (flyspell-correct-word, flyspell-auto-correct-word):
17731 Use ispell-send-string.
17732 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
5cb35db5 17733
66a85723
SM
17734 * calendar/diary-lib.el (diary-list-entries): Also hide the
17735 terminating newline.
17736
c194b021
CD
177372005-11-16 Carsten Dominik <dominik@science.uva.nl>
17738
66a85723
SM
17739 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
17740 window-system, to allow fonts on tty.
c194b021 17741
20eff2b2
NR
177422005-11-17 Nick Roberts <nickrob@snap.net.nz>
17743
17744 * progmodes/gud.el (gud-speedbar-item-info): New function.
3d18d677
NR
17745 (gud-install-speedbar-variables): Use it to display data type
17746 of watch expression as a tooltip in speedbar.
20eff2b2 17747
8ab84823
LT
177482005-11-15 Luc Teirlinck <teirllm@auburn.edu>
17749
e7295594 17750 * font-core.el (global-font-lock-mode): Add :version keyword,
33bf8118 17751 because default was changed.
e7295594
LT
17752
17753 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
17754
8ab84823
LT
17755 * startup.el (command-line): Use `custom-reevaluate-setting' for
17756 `file-name-shadow-mode'.
17757
17758 * loadup.el: Preload rfn-eshadow.
17759
17760 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
1cc9e877 17761 Add :version keyword.
9fc0053d
LT
17762 (file-name-shadow-properties, file-name-shadow-tty-properties)
17763 (file-name-shadow): Add :version keyword.
8ab84823
LT
17764
17765 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
17766 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
17767 in the custom-group property of the symbol frames and the fringe
17768 group got no link to its parent group frames.
17769 Doc fix.
17770
3671718b
NR
177712005-11-16 Nick Roberts <nickrob@snap.net.nz>
17772
17773 * progmodes/gud.el (gud-stop-subjob): New function.
17774 (gud-menu-map, gud-tool-bar-map): Use it.
17775
7ecef1e9
KS
177762005-11-16 Kim F. Storm <storm@cua.dk>
17777
17778 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
17779 than kill it.
17780 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
17781 to a more useful/logical place.
17782
18468a1e
NR
177832005-11-16 Nick Roberts <nickrob@snap.net.nz>
17784
17785 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
17786 go buttons complementary.
17787
2fe3d6ec
SM
177882005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
17789
17790 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
17791 (rfn-eshadow-sifn-equal): New function.
17792 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
17793
54b171c7 177942005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7ecef1e9 17795
4ce3c91a
KS
17796 * viper-utils.el (viper-non-word-characters-reformed-vi):
17797 Quote `-' in string.
7ecef1e9 17798
54b171c7
MK
17799 * viper.el (viper-emacs-state-mode-list): Ensure that
17800 rcirc-mode buffers come up in Emacs state.
7ecef1e9 17801
4ce3c91a 17802 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7ecef1e9 17803 operation.
54b171c7 17804
59c560f7
DN
178052005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
17806
17807 * term.el (term-termcap-format): Fix typos.
17808 (term-down): Fix the negative argument case.
17809
a354cf39
NR
178102005-11-16 Nick Roberts <nickrob@snap.net.nz>
17811
17812 * progmodes/gdb-ui.el: Remove face-alias left over from change on
17813 2005-08-15.
17814 (gdb-ann3): New command gud-go.
17815 (menu): Accomodate gdb-mi.el.
17816 (gdb-assembler-custom): Make buffer of selected window current
17817 so that set-window-point works.
17818
17819 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
17820 buttons and include new ones.
17821
178222005-11-16 Kim F. Storm <storm@cua.dk>
17823
2fe3d6ec 17824 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
a354cf39
NR
17825 (gud-menu-map): Use it.
17826
7cb1a551
LT
178272005-11-14 Luc Teirlinck <teirllm@auburn.edu>
17828
70acba5d
LT
17829 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
17830 that works correctly for Custom and that does not override a user
17831 who disables it.
17832
7cb1a551
LT
17833 * help-mode.el (help-make-xrefs, help-xref-on-pp)
17834 (help-xref-interned, help-follow): Make hyperlinks for variables
17835 that are unbound, but have a non-nil variable-documentation property.
17836
17837 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
17838 mode hook. (It conflicted with defcustoms for some mode hooks.)
17839 Use the `variable-documentation' property to give the mode hook a
17840 docstring and expand that docstring.
17841
2d10b62b
SM
178422005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
17843
8ab84823
LT
17844 * savehist.el (savehist-mode): Don't bother with
17845 `custom-set-minor-mode'.
2d10b62b
SM
17846 (savehist-coding-system): Check XEmacs version.
17847 (history-length): Declare also at run time.
17848 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
17849 Don't set the customize state.
17850 (savehist-minibuffer-hook): Special case for when
17851 minibuffer-history-variable is equal to t.
17852
2f0e4846
SM
178532005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
17854
8e5c7b90
SM
17855 * files.el (write-file): Refresh VC status.
17856
2f0e4846
SM
17857 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
17858 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
17859 than fundamental-mode to see if the mode was set.
17860
670d3fce
RF
178612005-11-14 Romain Francoise <romain@orebokech.com>
17862
17863 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
17864 dummy function in `eval-when-compile' to avoid compiler warning.
17865 Require `man' at compile time.
17866
d0158f73
JB
178672005-11-14 Jay Belanger <belanger@truman.edu>
17868
17869 * calc-alg.el (calcFunc-write-out-power): Rename it to
17870 calcFunc-powerexpand.
17871 (math-write-out-power): Rename it to math-powerexpand; have it
17872 handle negative exponents.
17873 (calc-writeoutpower): Rename it to calc-powerexpand.
17874
17875 * calc-ext.el: Change calcFunc-writeoutpower and
17876 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
17877 autoloads.
17878 Add calcFunc-ldiv to autoloads.
17879
17880 * calc-arith.el (calcFunc-ldiv): New function.
17881
17882 * calc.el (calc-left-divide): New function.
17883
882108c7
JL
178842005-11-14 Juri Linkov <juri@jurta.org>
17885
17886 * cus-edit.el (custom-variable-prompt): Set the default value arg
17887 of completing-read.
17888
17889 * cus-dep.el (custom-make-dependencies): Reverse the list of
17890 found dependencies.
17891
cadb1c90
DN
178922005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
17893
17894 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
17895 Highlighting" entry, it is on by default now.
dea24608 17896 (menu-bar-options-save): Do not save global-font-lock-mode.
cadb1c90 17897
b8b7c66e
RS
178982005-11-13 Richard M. Stallman <rms@gnu.org>
17899
17900 * textmodes/flyspell.el (flyspell-large-region):
17901 Call flyspell-accept-buffer-local-defs.
17902
179032005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
17904
17905 * textmodes/flyspell.el (flyspell-notify-misspell):
17906 Fix misspelling of "Misspelling".
17907 (flyspell-process-localwords): New function.
17908 (flyspell-large-region): Call flyspell-process-localwords and
17909 flyspell-delete-region-overlays.
17910 (flyspell-delete-region-overlays): New function.
17911 (flyspell-delete-all-overlays): Call that.
17912
7e1b6c2c
RS
179132005-11-13 Richard M. Stallman <rms@gnu.org>
17914
17915 * help.el (help-for-help-internal): Improve doc of C-h a.
afabbb4d 17916 (describe-key): Improve prompt; doc fix.
225dad8e 17917
1c32c9d6
SM
179182005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
17919
1508b91a
SM
17920 * vc-svn.el (vc-svn-registered): Catch all errors.
17921
1c32c9d6
SM
17922 * cus-dep.el (custom-make-dependencies): Typo.
17923
75b19c39
MA
179242005-11-13 Michael Albinus <michael.albinus@gmx.de>
17925
17926 * net/tramp-util.el (top): Fix compilation warning.
17927
8965e9c1
KS
179282005-11-13 Kim F. Storm <storm@cua.dk>
17929
17930 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
17931
9ecc27d0
NR
179322005-11-13 Nick Roberts <nickrob@snap.net.nz>
17933
225dad8e 17934 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9ecc27d0
NR
17935 (gud-speedbar-buttons): Match on "const char *" too.
17936
17937 * progmodes/gdb-ui.el (gdb-var-create-handler)
17938 (gdb-var-list-children-handler): Match on "const char *" too.
17939 (gdb-var-evaluate-expression-handler): Match on empty string.
17940 (gdb-var-update-handler): Only call
17941 gdb-var-evaluate-expression-handler when required.
17942
e79b7435
NR
179432005-11-13 Nick Roberts <nickrob@snap.net.nz>
17944
17945 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
17946 selected window. This still doesn't work for speedbar.
9ecc27d0 17947 (gud-speedbar-buttons): Handle string expressions properly.
e79b7435 17948
47b3cf39
NR
17949 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
17950 (gdb-var-create-handler): Handle string expressions properly.
e79b7435 17951 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
1c32c9d6 17952 Handle string expressions properly. Move "type" field into regexp.
e79b7435 17953
9a9f1fdd 179542005-11-12 Karl Fogel <kfogel@red-bean.com>
8965e9c1 17955
9a9f1fdd 17956 * bookmark.el (bookmark-maybe-message): New function to reduce
8965e9c1 17957 code duplication: invokes `message' iff baud-rate is high enough.
9a9f1fdd
KF
17958 (bookmark-write-file): Use above instead of an inline conditional.
17959 (bookmark-load): Same.
8965e9c1 17960
a506054a
KF
179612005-11-12 Karl Fogel <kfogel@red-bean.com>
17962
17963 * bookmark.el (bookmark-write-file): Don't visit the destination
17964 file, just write the data to it using write-region. This is
17965 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
17966 change to avoid visiting the file in the first place.
17967
71dd9295
CY
179682005-11-12 Chong Yidong <cyd@stupidchicken.com>
17969
17970 * hi-lock.el (hi-lock-mode): Set the default value of
17971 font-lock-defaults.
17972
81d7d0d6
LT
179732005-11-11 Luc Teirlinck <teirllm@auburn.edu>
17974
ee8fdb13 17975 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
81d7d0d6
LT
17976 arg to `file-attributes'.
17977 (find-lisp-format): The UID and GID can now be strings.
17978
42aad0f6
KS
179792005-11-12 Kim F. Storm <storm@cua.dk>
17980
9f49f577
KS
17981 * help.el (help-map): Bind C-h d to apropos-documentation.
17982
0820b753
KS
17983 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
17984 when point is at end-of-buffer.
17985
42aad0f6
KS
17986 * apropos.el (apropos-match-face): Doc fix.
17987 (apropos-sort-by-scores): Add new choice `verbose'.
17988 (apropos-documentation-sort-by-scores): New defcustom.
17989 (apropos-pattern): Now contains the pattern entered by the user.
17990 (apropos-pattern-quoted): New defvar.
17991 (apropos-regexp): New defvar, containing the regexp corresponding
17992 to apropos-pattern.
1c32c9d6 17993 (apropos-all-words-regexp): Rename from apropos-all-regexp.
42aad0f6
KS
17994 (apropos-read-pattern): New defun. Use it to read pattern arg in
17995 interactive calls; returns list of words for a word list, and
17996 string for a regexp.
1c32c9d6 17997 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
42aad0f6
KS
17998 parses a list of words or regexp as returned by apropos-read-pattern.
17999 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18000 (apropos-score-doc): Return a very high score if the string
18001 entered by the user matches literally.
18002 (apropos-variable): Doc fix. Use apropos-read-pattern.
18003 (apropos-command): Doc fix. Use apropos-read-pattern and
18004 apropos-parse-pattern. Call apropos-print with nosubst=t.
af71d4c0 18005 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
42aad0f6 18006 apropos-parse-pattern.
af71d4c0 18007 (apropos-documentation): Doc fix. Use apropos-read-pattern and
42aad0f6
KS
18008 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
18009 apropos-documentation-sort-by-scores. Call apropos-print with
18010 nosubst=t.
18011 (apropos-documentation-internal): Pass doc string through
18012 substitute-key-definition before adding text properties.
18013 Highlight substring matching literal user input if possible.
18014 (apropos-documentation-check-doc-file): Remove locals beg and end.
18015 Fix calculation of score (as added twice). Pass doc string through
18016 substitute-key-definition before adding text properties.
18017 (apropos-documentation-check-elc-file): Pass doc string through
18018 substitute-key-definition before adding text properties.
18019 Highlight substring matching literal user input if possible.
18020 (apropos-print): Add new arg NOSUBST; if set, command and variable
18021 doc strings have already been passed through substitute-key-definition.
18022 Add code to handle apropos-accumulator items without score element
18023 for backwards compatibility (e.g. with woman package).
18024 Only show scores if apropos-sort-by-scores is `verbose'.
18025
be93a2c4
SM
180262005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18027
18028 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18029 Add jka-compr-load-suffixes to load-suffixes.
18030
119f6f17 18031 * jka-compr.el: Require jka-cmpr-hook.
be93a2c4
SM
18032 (jka-compr-info-compress-message, jka-compr-info-compress-program)
18033 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18034 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18035 (jka-compr-info-can-append, jka-compr-info-strip-extension)
18036 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18037 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
18038 (jka-compr-uninstall): Remove entries from
18039 jka-compr-added-to-file-coding-system-alist after they are used.
18040 (jka-compr-error): Remove unused var `curbuf'.
18041 (jka-compr-file-local-copy): Remove unused var `notfound'.
18042
7127d508
RF
180432005-11-10 Romain Francoise <romain@orebokech.com>
18044
18045 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18046
46faf25e
NR
180472005-11-11 Nick Roberts <nickrob@snap.net.nz>
18048
18049 * progmodes/gud.el (gud-menu-map): Move parentheses.
18050 (gdb): New command gud-pv.
18051
be93a2c4
SM
180522005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18053
18054 * tar-mode.el: Remove spurious or unnecessary leading stars
18055 in docstrings.
18056 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18057 (tar-parse-octal-integer-safe): Use mapc.
18058 (tar-header-block-summarize): Remove unused var `ck'.
18059 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18060 cleared before. Obey default-enable-multibyte-characters.
18061 Use mapconcat. Simplify setting of tar-header-offset.
18062 (tar-mode-map): Move initialization inside delcaration.
18063 (tar-flag-deleted): Use `abs'.
18064 (tar-expunge-internal): Remove unused var `line'.
18065 (tar-expunge-internal): Don't hardcode point-min==1.
18066 (tar-expunge): Widen while doing set-buffer-multibyte.
18067 (tar-rename-entry): Use file-name-coding-system.
18068 (tar-alter-one-field): Don't hardcode point-min==1.
18069 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18070 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
18071
94b073f3
MY
180722005-11-10 Masatake YAMATO <jet@gyve.org>
18073
af94256b 18074 * add-log.el (add-log-current-defun): Handle class::method
af71d4c0 18075 notation of c++. Fix incorrect comment.
94b073f3 18076
f192689e
AM
180772005-11-10 Alan Mackenzie <acm@muc.de>
18078
18079 * help-fns.el (describe-variable): Make C-h v work when a variable
18080 has variable documentation yet is unbound.
18081
af8308ec
MY
180822005-11-10 Masatake YAMATO <jet@gyve.org>
18083
18084 * man.el (Man-highlight-references): Set an empty
18085 string to `Man-arguments' if it is nil.
d730a9fc 18086 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
af8308ec 18087
be93a2c4
SM
180882005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18089
18090 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18091 commenting conventions.
18092
18093 * cus-dep.el (custom-make-dependencies): Simplify.
18094 Better follow the commenting conventions.
18095
fe8bc3fa
RS
180962005-11-09 Richard M. Stallman <rms@gnu.org>
18097
be93a2c4
SM
18098 * apropos.el (apropos-pattern): Rename from apropos-regexp.
18099 (apropos-orig-pattern): Rename from apropos-orig-regexp.
fe8bc3fa
RS
18100 All uses changed.
18101 (apropos-rewrite-regexp): Doc fix.
af94256b 18102 (apropos-variable, apropos-command, apropos, apropos-value):
fe8bc3fa
RS
18103 Change prompt; carry through the argument renaming.
18104
6e128e32
LT
181052005-11-09 Luc Teirlinck <teirllm@auburn.edu>
18106
18107 * find-lisp.el: Require dired.
18108 (find-lisp-find-dired-internal): Do not call
18109 `abbreviate-file-name' on DIR.
18110
78e5988d
NR
181112005-11-10 Nick Roberts <nickrob@snap.net.nz>
18112
18113 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18114
31fa5025
NR
181152005-11-09 Nick Roberts <nickrob@snap.net.nz>
18116
18117 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18118 when using the speedbar.
18119 (gdb): New command gud-pp.
18120 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18121
58b6f884
JL
181222005-11-09 Juri Linkov <juri@jurta.org>
18123
18124 * replace.el (occur-excluded-properties): New defcustom.
18125 (occur-1, occur-engine, occur-accumulate-lines): Use it.
18126
65b62d0a
JB
181272005-11-08 Jay Belanger <belanger@truman.edu>
18128
217d155e 18129 * calc/calc-units.el (math-convert-units): Replace any composite
65b62d0a
JB
18130 unit by its definition.
18131
77f996e5 181322005-11-08 Lars Hansen <larsh@soem.dk>
217d155e
RF
18133
18134 * emacs-lisp/autoload.el (update-directory-autoloads):
18135 Add obsolete function alias.
18136
4acbd507
SM
181372005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18138
5a3859e6
SM
18139 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18140 comment-indent-function.
18141 (lisp-comment-indent): Replace by an alias for comment-indent-default.
18142
4acbd507
SM
18143 * reveal.el (reveal-post-command): Rework the handling of
18144 reveal-open-spots, so as to be more reliable. There were several
18145 tricky corner cases where an open spot might be lost, or where
18146 a closed spot might end up on the list of open spots.
18147 Only reveal text that's ellipsised.
18148
b58b00ca
CD
181492005-11-07 Carsten Dominik <dominik@science.uva.nl>
18150
4acbd507 18151 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
b58b00ca 18152
f5723ff5
JPW
181532005-11-07 John Paul Wallington <jpw@gnu.org>
18154
18155 * ibuffer.el (ibuffer): Search iconified frames too when
18156 getting Ibuffer buffer's window.
18157
fda12b27
RS
181582005-11-06 Richard M. Stallman <rms@gnu.org>
18159
18160 * progmodes/compile.el (compilation-internal-error-properties):
18161 save-excursion around the computation of MARKER.
18162
181632005-11-06 Piet van Oostrum <piet@cs.uu.nl>
18164
18165 * textmodes/flyspell.el (flyspell-external-point-words):
18166 flyspell-get-word returns a list, not just a string.
18167
9514fb7f
JPW
181682005-11-06 John Paul Wallington <jpw@pobox.com>
18169
18170 * ibuffer.el (ibuffer): Search all visible frames when getting
18171 Ibuffer buffer's window.
18172
30abc4f4
MY
181732005-11-07 Masatake YAMATO <jet@gyve.org>
18174
d730a9fc 18175 * man.el (Man-reference-regexp): Accept spaces between
30abc4f4
MY
18176 `Man-name-regexp' and `Man-section-regexp'.
18177 (Man-apropos-regexp): New variable.
18178 (Man-abstract-xref-man-page): Use value for `Man-target-string'
18179 if available.
4acbd507
SM
18180 (Man-highlight-references, Man-highlight-references0):
18181 Handle the case when `Man-arguments' includes "-k".
18182 (Man-highlight-references0): Rename the argument `TARGET-POS' to
30abc4f4
MY
18183 `TARGET'. `TARGET' can be a number, function or nil.
18184
2dd3b43b
NR
181852005-11-06 Nick Roberts <nickrob@snap.net.nz>
18186
18187 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
c660a322
KS
18188 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18189 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
2dd3b43b
NR
18190 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18191 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
c660a322 18192 (gdb-send-item): Use buffer-local-value and simplify.
2dd3b43b 18193
1b0ee2ce
LT
181942005-11-05 Luc Teirlinck <teirllm@auburn.edu>
18195
18196 * startup.el (command-line): Use `custom-reevaluate-setting' for
18197 `global-font-lock-mode'.
18198
c660a322
KS
18199 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18200 by default, except in batch mode or when the -D option is given.
1b0ee2ce
LT
18201
18202 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18203 specified keyword args on to `define-minor-mode'. Update docstring.
18204
61f570e2
RF
182052005-11-05 Romain Francoise <romain@orebokech.com>
18206
18207 * replace.el (occur-engine): Add marker at end of line, too.
18208
af71d4c0 182092005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
dd7c6f21
RS
18210
18211 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18212 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18213 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 18214 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
dd7c6f21
RS
18215 argument to all these routines, so the passphrase can be managed
18216 externally and passed in to the system.
18217 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18218 pgg-add-passphrase-to-cache function.
18219
18220 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18221 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18222 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
119f6f17 18223 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
dd7c6f21
RS
18224 argument to all these routines, so the passphrase can be managed
18225 externally and passed in to the system.
18226 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18227 function.
18228
d60b49ac
DN
182292005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
18230
18231 * font-lock.el: Don't deal with font-lock-face-attributes here,
18232 move the code ...
18233
af71d4c0 18234 * startup.el (command-line): ... here. Use face-spec-set instead
d60b49ac
DN
18235 of custom-declare-face.
18236
18237 * faces.el (face-spec-set): Reset the face if spec is not nil.
18238
45f6a663
SM
182392005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
18240
18241 * newcomment.el (comment-region-internal): Box more tightly in the
18242 common case where there's no TAB in the boxed text.
18243
348f73b0 182442005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
db2cf961
JD
18245
18246 * info.el (info-tool-bar-map): Use images prev-node, next-node and
18247 up-node.
18248
dc9cfe1e
EZ
182492005-11-04 Ulf Jasper <ulf.jasper@web.de>
18250
af71d4c0 18251 * newsticker.el: Commentary updated. Code formatting changed.
45f6a663 18252 (newsticker-version): Change to "1.9".
dc9cfe1e 18253 (newsticker, newsticker-feed): Doc fix.
45f6a663
SM
18254 (newsticker-url-list): Doc fix. Add option "Weekly".
18255 (newsticker-retrieval-interval): Add option "Weekly".
dc9cfe1e 18256 (newsticker-headline-processing): Doc fix.
45f6a663 18257 (newsticker-auto-mark-filter): Remove.
dc9cfe1e
EZ
18258 (newsticker-auto-mark-filter-list): New.
18259 (newsticker-layout, newsticker-sort-method): Doc fix.
18260 (newsticker-hide-old-items-in-newsticker-buffer)
18261 (newsticker-heading-format, newsticker-item-format)
18262 (newsticker-desc-format): Doc fix.
45f6a663 18263 (newsticker-show-all-rss-elements): Remove.
dc9cfe1e
EZ
18264 (newsticker-show-all-news-elements): New.
18265 (newsticker-faces, newsticker-ticker): Doc fix.
18266 (remove-from-invisibility-spec): Code formatting.
18267 (newsticker--process-ids): New.
18268 (newsticker-mode): Doc fix.
45f6a663
SM
18269 (newsticker-mode): Change mode-line-format.
18270 (newsticker-start): Remove debug output.
af71d4c0 18271 (newsticker-start-ticker): Doc fix. Add autoload cookie.
dc9cfe1e
EZ
18272 (newsticker-w3m-show-inline-images): Code formatting.
18273 (newsticker-next-item): Call `force-mode-line-update'.
18274 (newsticker-previous-item): Call `force-mode-line-update'.
18275 (newsticker-next-feed): Call `force-mode-line-update'.
18276 (newsticker-previous-feed): Call `force-mode-line-update'.
18277 (newsticker-mark-all-items-at-point-as-read): Code formatting.
18278 (newsticker-show-old-items): Do not show descs.
45f6a663 18279 (newsticker-hide-entry): Hide too much.
dc9cfe1e
EZ
18280 (newsticker-hide-entry, newsticker-show-entry)
18281 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18282 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18283 (newsticker-toggle-auto-narrow-to-item): Code formatting.
18284 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18285 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
45f6a663
SM
18286 (newsticker-get-news): Call `force-mode-line-update'.
18287 Collect process ids.
18288 (newsticker--sentinel): Change coding system handling.
18289 Move image retrieval to new functions newsticker--get-logo-url-*.
18290 Move feed parsing to new functions newsticker--parse-*.
18291 Update list of process ids.
dc9cfe1e
EZ
18292 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18293 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18294 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18295 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18296 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18297 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6fee106e
KS
18298 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18299 (newsticker--decode-coding-string): Remove.
18300 (newsticker--decode-numeric-entities): Check input. Format code.
18301 (newsticker--remove-whitespace): Check input.
18302 (newsticker--do-forget-preformatted): Doc fix.
18303 (newsticker--decode-rfc822-date): Allow for missing time.
18304 (newsticker--update-process-ids): New.
18305 (newsticker--image-sentinel): Change comment.
18306 (newsticker--image-read): Change error message.
18307 (newsticker--imenu-goto): Doc fix. Show headline title.
18308 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18309 (newsticker--buffer-do-insert-text): Clean whitespace in
18310 html-rendered headline title. Code formatting.
18311 Call `newsticker--buffer-print-extra-elements'.
18312 (newsticker--buffer-print-extra-element): Remove.
18313 (newsticker--buffer-print-extra-elements): New.
18314 (newsticker--buffer-do-print-extra-element): New.
18315 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
18316 large sizes.
18317 (newsticker--run-auto-mark-filter)
18318 (newsticker--do-run-auto-mark-filter):
18319 Use `newsticker-auto-mark-filter-list'.
18320
183212005-11-04 Ryan Yeske <rcyeske@gmail.com>
18322
18323 * net/rcirc.el: Use split-string OMIT-NULLS argument.
18324 (rcirc-print): Force redisplay before running hooks. Do long
18325 buffer truncation after making new text read-only. Deal with nil
18326 text when decoding strings. If TARGET is nil, use either the
18327 currently selected buffer, if it is an rcirc buffer and of the
18328 same process or the process buffer.
18329 (rcirc-mode): Remove header-line. Recompute short buffer names.
18330 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18331 (rcirc-short-buffer-name): Add variable.
18332 (rcirc-kill-buffer-hook): Recompute short buffer names.
18333 Remove nick from private channel.
18334 (rcirc-send-input): Send command text to current-buffer.
18335 Don't clear overlay arrow here.
18336 (rcirc-short-buffer-name): Return a short buffer name.
18337 (rcirc-update-short-buffer-names, rcirc-abbreviate)
18338 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18339 buffer-name abbreviations.
18340 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18341 Do not touch nick-table when killing a parted channel.
18342 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18343 Clear arrow from current buffer if it is now hidden.
18344 (rcirc-current-buffer): Add variable.
18345 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18346 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18347 Remove -face from names.
18348 (rcirc-update-activity-string): Print "DND" when globally ignoring
18349 activity.
18350 (rcirc-ignore-buffer-activity-flag): Rename from
18351 rcirc-ignore-channel-activity.
18352 (rcirc-ignore-all-activity-flag): Doc fix.
18353 (rcirc-channels): Remove variable.
18354 (rcirc-kill-buffer-hook):
18355 (rcirc-get-buffer-create): Add nick to private channel.
18356 (rcirc-multiline-edit-submit): Remove tabs.
18357 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18358 folded.
18359 (rcirc-remove-nick-channel): Bug fix.
18360 (rcirc-toggle-ignore-buffer-activity): Rename from
18361 rcirc-toggle-ignore-channel-activity.
18362 (rcirc-record-activity): Add buffers to the front of the list.
18363 (rcirc-update-activity): Remove killed buffers from list.
18364 (rcirc-process-server-response-1): Remove last argument if it is
18365 null before calling handler.
18366 (rcirc): Add "rcirc" defcustom prefix.
18367 (rcirc-prompt): Simplify default prompt.
18368 Use custom-initialize-default.
18369 (rcirc-private-chats): Remove variable.
18370 (rcirc-prompt): Change initialization.
18371 (rcirc-version): Remove function.
18372 (rcirc-id-string): Add constant.
18373 (rcirc-last-buffer): Remove variable.
18374 (rcirc-buffer-alist): Add variable.
18375 (rcirc-connect): Update variable setup.
18376 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18377 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18378 default.
18379 (rcirc-handler-generic): Trigger activity.
18380 (rcirc-send-message): Create the buffor of the target.
18381 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18382 (rcirc-get-buffer): Just return nil if there is no matching buffer.
18383 (rcirc-multiline-edit-cancel): Remove function.
18384 (rcirc-set-last-buffer): Remove function.
18385 (rcirc-get-any-buffer): Add function.
18386 (rcirc-join-channels): Don't print /join text.
18387 (rcirc-toggle-ignore-channel-activity): Add and update echo area
18388 messages.
18389 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18390 (rcirc-handler-NOTICE): Recognize CTCP responses.
18391 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18392 constructing TOPIC string for buffers we are not JOINed.
18393 (rcirc-handler-CTCP-response): Add handler.
18394 (rcirc-multiline-edit-submit): Restore the window-configuration
18395 before adjusting point.
18396 (rcirc): Add customization group.
18397 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18398 (rcirc-user-full-name, rcirc-startup-channels-alist)
18399 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18400 (rcirc-ignore-all-activity-flag, rcirc-time-format)
18401 (rcirc-input-ring-size, rcirc-read-only-flag)
18402 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18403 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18404 Change defvar to defcustom.
18405 (rcirc-update-prompt): Add optional ALL arg, which will update
18406 prompts in all rcirc buffers. Regexp quote replacement text.
18407 (rcirc-fill-column): Accept frame-width as a value.
18408 (rcirc-set-changed): Add function.
18409 (rcirc-next-active-buffer): Write more meaningful messages.
18410 (rcirc-faces): Add customization group.
18411 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18412 (rcirc-nick-in-message-face, rcirc-prompt-face)
18413 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18414 (with-rcirc-process-buffer): Move before first usage.
18415 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18416 (rcirc-debug-flag): Rename from `rcirc-log-p'.
18417 (rcirc-debug): Rename from `rcirc-log'.
18418 (rcirc-format-response-string): Do not print `-' chars for a
18419 NOTICE with no sender. Simplify output of server responses.
18420
184212005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18422
18423 (rcirc-browse-url-map, rcirc-browse-url-at-point)
18424 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18425 Make urls mouse and RET clickable.
18426
184272005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18428
18429 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18430
184312005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18432
18433 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18434 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18435 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18436 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18437 argument to all these routines, so the passphrase can be managed
18438 externally and passed in to the system.
18439 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18440 pgg-add-passphrase-to-cache function.
18441
18442 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18443 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18444 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18445 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18446 argument to all these routines, so the passphrase can be managed
18447 externally and passed in to the system.
18448 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18449 function.
18450
184512005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
18452
18453 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18454 from goto-address-url-regexp.
18455
184562005-11-04 Carsten Dominik <dominik@science.uva.nl>
18457
18458 * textmodes/org.el (org-read-date, org-goto-calendar)
18459 (org-recenter-calendar, org-agenda-goto-calendar):
18460 Temporarily clear `calendar-move-hook'.
18461
184622005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
18463
18464 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18465 merging.
18466
18467 * ediff-util.el (ediff-previous-difference): Don't skip regions that
18468 have merge clashes.
18469
184702005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18471
18472 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18473 Undo previous change.
18474
18475 * startup.el (command-line): Use `custom-reevaluate-setting' for
18476 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
18477 tty-register-default-colors on Mac.
18478
184792005-11-04 Nick Roberts <nickrob@snap.net.nz>
18480
18481 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18482 (gdb-buffer-type): Make it automatically buffer local...
18483 (gdb-get-create-buffer): ...and set it accordingly.
18484 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18485 actually work.
18486
184872005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
18488
18489 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18490 not red.
18491
184922005-11-04 Nick Roberts <nickrob@snap.net.nz>
18493
18494 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18495 case GUD buffer is not visible.
18496 (gdb-goto-breakpoint): Try to force display in source buffer.
18497 (gdb-frame-gdb-buffer): Copy other similar functions.
18498 (gdb-restore-windows): Don't display source if not asked for.
18499 (gdb-assembler-buffer-name): Don't capitalise.
18500
185012005-11-03 Richard M. Stallman <rms@gnu.org>
18502
18503 * wid-edit.el (key-sequence): New widget type.
18504
18505 * simple.el (set-mark-command-repeat-pop): New variable.
18506 (set-mark-command): Only interpret plan C-@ after a pop as a pop
18507 if set-mark-command-repeat-pop is true.
18508
18509 * info.el (Info-fontify-node): Don't display extra "see" if there
18510 already is one here.
18511
18512 * mouse.el: Fix special handling of DEL after dragging a region:
18513 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18514 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
18515
18516 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
18517
18518 * textmodes/ispell.el (ispell-command-loop): Change `i' description
18519 not to assume it pertains to an affix.
18520
18521 * textmodes/flyspell.el (flyspell-post-command-hook):
18522 Bind deactivate-mark to prevent deactivation.
18523
185242005-11-03 Lars Hansen <larsh@soem.dk>
18525
18526 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
18527 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
18528 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
18529
185302005-11-03 Romain Francoise <romain@orebokech.com>
18531
18532 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
18533 Update copyright years.
18534
185352005-11-03 Sam Steingold <sds@gnu.org>
18536
18537 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18538 Use system-type instead of window-system because window-system is not
18539 correctly defined during loadup.
18540
185412005-11-02 Mark A. Hershberger <mah@everybody.org>
18542
9c92edca 18543 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
6fee106e
KS
18544 (xml-parse-tag): Join strings separated by a comment properly.
18545
185462005-11-02 Andreas Schwab <schwab@suse.de>
18547
18548 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
18549
185502005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18551
18552 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
18553 (byte-optimize-pure-func): Quote the eval'd value.
18554
18555 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
18556 Rename from perl-font-lock-syntactic-face-function.
18557 Change the calling convention so it can be used as a font-lock MATCHER.
18558 Do the parse-partial-sexp loop outselves.
18559 (perl-font-lock-syntactic-keywords): Use it.
18560 (perl-mode): Don't set font-lock-syntactic-face-function any more.
18561
185622005-11-02 Nick Roberts <nickrob@snap.net.nz>
18563
18564 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
18565 disassembly buffer too.
18566 (gdb-exited): Remove overlay arrows when execution has finished.
18567 (gdb-info-frames-custom, gdb-info-threads-custom)
18568 (gdb-info-registers-custom): Don't add inappropriate text
18569 properties if inferior is not active.
18570
185712005-11-02 Glenn Morris <rgm@gnu.org>
18572
18573 * progmodes/fortran.el (fortran-blink-match):
18574 Use `blink-matching-delay'.
18575
185762005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
18577
18578 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
18579
185802005-11-02 Lars Hansen <larsh@soem.dk>
18581
18582 * net/tramp.el (tramp-action-out-of-band): Handle scp message
18583 "Permission denied".
18584
185852005-11-01 Richard M. Stallman <rms@gnu.org>
18586
18587 * textmodes/flyspell.el (flyspell-external-point-words):
18588 Pass nil to flyspell-get-word.
18589
185902005-11-02 Kim F. Storm <storm@cua.dk>
18591
18592 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
18593 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
18594
185952005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18596
18597 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
18598 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
18599 (calendar-mouse-print-dates): Add optional `event' argument.
18600 Update interactive-spec.
18601 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
18602 Use `calendar-event-to-date' instead of `event'.
18603
186042005-11-02 Masatake YAMATO <jet@gyve.org>
18605
18606 * progmodes/ld-script.el (ld-script-builtins):
18607 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
18608 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
18609 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
18610
186112005-11-01 Romain Francoise <romain@orebokech.com>
18612
18613 * vc-sccs.el: Update copyright year.
18614 * ezimage.el: Likewise.
18615
186162005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
18617
18618 * info.el (Info-fontify-node): Use `string-width' for fontifying
18619 underlined titles.
18620
186212005-11-01 Juri Linkov <juri@jurta.org>
18622
18623 * info.el (Info-fontify-node): Downcase node header keywords Node,
18624 Prev, Next, Up before comparison.
18625 (Info-history): Insert absolute directory name, and put invisible
18626 property on it.
18627
186282005-11-01 Juri Linkov <juri@jurta.org>
18629
18630 * info.el (Info-file-supports-index-cookies): New variable.
18631 (Info-find-node-2): Check makeinfo version for index cookie support.
18632 (Info-index-nodes): Search for nodes with index cookies only when
18633 Info-file-supports-index-cookies is t. Otherwise, search nodes
18634 with "Index" in the node name.
18635 (Info-index-node): Search index cookie in the current node only when
18636 Info-file-supports-index-cookies is t. Otherwise, check the word
18637 "Index" in the node name.
18638 (Info-find-emacs-command-nodes): Remove code that searches nodes
18639 with "Index" node name in the top menu.
18640
186412005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18642
18643 * progmodes/scheme.el (scheme-mode-variables): Use the default
18644 comment-indent-function.
18645
18646 * faces.el (face-attribute): Handle the case where a face inherits from
18647 a non-existent face.
18648
18649 * simple.el (eval-expression-print-format): Use lisp-readable syntax
18650 for octal and hexa output, and merge the char into the paren.
18651 (kill-new): Use push.
18652 (copy-to-buffer): Use with-current-buffer.
18653 (completion-setup-function): Move code in loop to remove redundancy.
18654 (minibuffer-local-must-match-map): Don't add bindings that duplicate
18655 those inherited from minibuffer-local-completion-map.
18656
18657 * savehist.el (savehist-mode) <defcustom>:
18658 Use custom-set-minor-mode if available.
18659 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
18660 and emit a message if applicable.
18661
186622005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
18663
18664 * savehist.el: Sync up to version 19.
18665 (savehist-mode): New minor mode.
18666 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
18667 (savehist-length): Remove (use history-length instead).
18668 (savehist-file-modes): Rename from savehist-modes.
18669 (savehist-save-hook, savehist-loaded): New vars.
18670 (savehist-load): Use savehist-mode. Try to smooth up transition from
18671 old format to new format.
18672 (savehist-install): Allow savehist-autosave-interval to be nil.
18673 (savehist-save): Run the new hook. Be more careful to only trim the
18674 history variables.
18675 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
18676 (savehist-printable): Print into a buffer rather than char-by-char.
18677
186782005-11-01 John Wiegley <johnw@newartisans.com>
18679
18680 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
18681 toggle-ignore keybinding (C-a). The author said it had been
18682 disabled much earlier due to a possible incompatibility, but after
18683 many months of usage I have encountered no problems (and it is a
18684 rather useful option, especially for switching to " *temp*").
18685
18686 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
18687 support for OS/X's AddressBook, by calling out to the open source
18688 program "contacts" (installable through Fink).
18689
18690 * net/eudc.el (eudc-expand-inline): If the
18691 `eudc-multiple-match-handling-method' is set to `all', delete the
18692 query string before inserting the query result.
18693
18694 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
18695 flag, to prevent Eshell from using the system ls when
18696 `eshell-ls-insert-directory' is in used.
18697 (eshell-ls-insert-directory): Disable font-lock in directory
18698 buffer so that Eshell's own fontification is seen. This broke
18699 recently due to changes in font-lock, so this goes back to version
18700 21 behavior.
18701
187022005-11-01 Nick Roberts <nickrob@snap.net.nz>
18703
18704 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
18705 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
18706 (gdb-many-windows): Doc fix.
18707
187082005-10-31 Romain Francoise <romain@orebokech.com>
18709
18710 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
18711
187122005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
18713
18714 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
18715 that global-font-lock-mode can be enabled by default.
18716
18717 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
18718 (font-lock-add-keywords, font-lock-remove-keywords)
18719 (font-lock-fontify-buffer): Remove autoload cookies.
18720
18721 * jit-lock.el (jit-lock-register): Likewise.
18722
18723 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
18724
187252005-10-31 Nick Roberts <nickrob@snap.net.nz>
18726
18727 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
18728 intact if there is no gud-comint-buffer.
18729
187302005-10-31 Luc Teirlinck <teirllm@auburn.edu>
18731
18732 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
18733 old prompt comint-prompt-read-only is t and GDB commands are
18734 issued from tool bar etc.
18735
187362005-10-31 Masatake YAMATO <jet@gyve.org>
18737
18738 * vc.el (vc-directory-exclusion-list): Add "{arch}".
18739
187402005-10-30 Chong Yidong <cyd@stupidchicken.com>
18741
18742 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
18743 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
18744
187452005-10-30 Michael Albinus <michael.albinus@gmx.de>
18746
18747 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
18748 starting at beginning of line. Fontification is messed up when
18749 `open-paren-in-column-0-is-defun-start' set to t.
18750 Reported by John Paul Wallington <jpw@pobox.com>.
18751
187522005-10-30 Luc Teirlinck <teirllm@auburn.edu>
18753
18754 * comint.el (comint-send-input): Call `comint-update-fence' when
18755 `comint-process-echoes' and `comint-prompt-read-only' are both
18756 non-nil, to avoid leftover read-only newline.
18757
187582005-10-30 Richard M. Stallman <rms@gnu.org>
18759
18760 * textmodes/flyspell.el (flyspell-external-point-words):
18761 Detect when WORD can't be checked properly because
18762 flyspell-get-word finds just part of it, and move on.
18763
18764 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
18765 boundarychar for Polish.
18766 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
18767 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
18768
187692005-10-31 Nick Roberts <nickrob@snap.net.nz>
18770
18771 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
18772 (gdb-registers-font-lock-keywords): Delete.
18773 (gdb-registers-mode): Don't fontify.
18774 (gdb-info-registers-custom): Use text properties instead as, in
18775 future, changed register values will use font-lock-warning-face.
18776 (gdb-local-font-lock-keywords): Rename to...
18777 (gdb-locals-font-lock-keywords): ...for consistency.
18778
187792005-10-30 Andre Spiegel <spiegel@gnu.org>
18780
18781 * vc.el (vc-switch-backend): Better error message if the buffer is
18782 not visiting a file under version control.
18783
18784 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
18785
187862005-10-29 Chong Yidong <cyd@stupidchicken.com>
18787
18788 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
18789 ~/.emacs.d/.emacs.
18790
187912005-10-29 Richard M. Stallman <rms@gnu.org>
18792
18793 * replace.el (occur-mode-mouse-goto): Always go to other window.
18794 (occur-mode-goto-occurrence): Always switch in same window.
18795
18796 * simple.el (undo): Display message at end, not at start.
18797
18798 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
18799 New arg REUSE-CELL.
18800 (cancel-timer-internal): New function.
18801 (timer-event-handler): Use cancel-timer-internal,
18802 and pass the cell it returns to timer-activate...
18803
18804 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
18805 (jit-lock-deferred-fontify, jit-lock-context-fontify)
18806 (jit-lock-after-change): Test memory-full.
18807
188082005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
18809
18810 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18811 part of the decoded armor to find the key-identifier.
18812 (pgg-gpg-lookup-key-owner): New function to return the
18813 human-readable identifier of a key owner.
18814 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18815 key itself.
18816 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18817 the key value) if we have a key and can match it against a secret
18818 key. Also, added a note pointing out fact that the prompt only
18819 indicates the first matching key.
18820
18821 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18822 pgg-decrypt-region.
18823 (pgg-pending-timers): A new hash for tracking the passphrase cache
18824 timers, so that new ones supercede old ones.
18825 (pgg-add-passphrase-to-cache): Rename from
18826 `pgg-add-passphrase-cache' to reduce confusion (all callers
18827 changed). Modified to cancel old timers when new ones are added.
18828 (pgg-remove-passphrase-from-cache): Rename from
18829 `pgg-remove-passphrase-cache' to reduce confusion (all callers
18830 changed). Modified to cancel old timers when their keys are
18831 removed from the cache.
18832 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18833 XEmacs, an indirection to delete-itimer.
18834 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18835 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18836 users can only check cache without risk of prompting. Correct bug in
18837 notruncate behavior.
18838 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18839 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18840 Add informative docstrings.
18841 (pgg-decrypt): Convey provided passphrase in subordinate call to
18842 pgg-decrypt-region.
18843
18844 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18845 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18846 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18847 `passphrase' argument, so the passphrase can be managed externally
18848 and then passed in to the system.
18849
18850 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18851 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18852 so the passphrase cache can be used reliably with identifiers
18853 besides a pgp packet's key id.
18854
18855 * pgg-gpg.el (pgg-pgp-encrypt-region)
18856 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18857 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18858 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18859 argument to all these routines, so the passphrase can be managed
18860 externally and passed in to the system.
18861
18862 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18863 `notruncate' argument, so the passphrase cache can be used
18864 reliably with identifiers besides a pgp packet's key id.
18865
188662005-10-29 Sascha Wilde <swilde@sha-bang.de>
18867
18868 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18869 symmetric encryption.
18870 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18871 encrypted session key.
18872 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18873 message ask for the passphrase in a proper way.
18874
18875 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18876 New user commands for symmetric encryption.
18877
188782005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
18879
18880 * textmodes/conf-mode.el (conf-assignment-sign)
18881 (conf-assignment-regexp): Fix docstrings.
18882 (conf-mode-initialize): New function.
18883 (conf-mode): Remove optional args. Use delay-mode-hooks to
18884 recognize recursive calls.
18885 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
18886 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
18887 (conf-xdefaults-mode): Use define-derived-mode and
18888 conf-mode-initialize.
18889
188902005-10-29 Romain Francoise <romain@orebokech.com>
18891
18892 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
18893
188942005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
18895
18896 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18897 part of the decoded armor to find the key-identifier.
18898 (pgg-gpg-lookup-key-owner): New function to return the
18899 human-readable identifier of a key owner.
18900 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18901 key itself.
18902 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18903 the key value) if we have a key and can match it against a secret
18904 key. Also, added a note pointing out fact that the prompt only
18905 indicates the first matching key.
18906
18907 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18908 pgg-decrypt-region.
18909 (pgg-pending-timers): A new hash for tracking the passphrase cache
18910 timers, so that new ones supercede old ones.
18911 (pgg-add-passphrase-to-cache): Rename from
18912 `pgg-add-passphrase-cache' to reduce confusion (all callers
18913 changed). Modified to cancel old timers when new ones are added.
18914 (pgg-remove-passphrase-from-cache): Rename from
18915 `pgg-remove-passphrase-cache' to reduce confusion (all callers
18916 changed). Modified to cancel old timers when their keys are
18917 removed from the cache.
18918 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18919 XEmacs, an indirection to delete-itimer.
18920 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18921 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18922 users can only check cache without risk of prompting. Correct bug in
18923 notruncate behavior.
18924 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18925 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18926 Add informative docstrings.
18927 (pgg-decrypt): Convey provided passphrase in subordinate call to
18928 pgg-decrypt-region.
18929
189302005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
18931
18932 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18933 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18934 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18935 `passphrase' argument, so the passphrase can be managed externally
18936 and then passed in to the system.
18937
18938 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18939 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18940 so the passphrase cache can be used reliably with identifiers
18941 besides a pgp packet's key id.
18942
18943 * pgg-gpg.el (pgg-pgp-encrypt-region)
18944 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18945 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18946 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18947 argument to all these routines, so the passphrase can be managed
18948 externally and passed in to the system.
18949
18950 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18951 `notruncate' argument, so the passphrase cache can be used
18952 reliably with identifiers besides a pgp packet's key id.
18953
189542005-10-29 Sascha Wilde <swilde@sha-bang.de>
18955
18956 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18957 symmetric encryption.
18958 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18959 encrypted session key.
18960 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18961 message ask for the passphrase in a proper way.
18962
18963 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18964 New user commands for symmetric encryption.
18965
189662005-10-28 Bill Wohler <wohler@newt.com>
18967
18968 * help-mode.el (help-url): New button type. Calls browse-url.
18969 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
18970 Similar to Info nodes: URL `url'.
18971 (help-make-xrefs): Create help-url buttons for
18972 help-xref-url-regexp matches.
18973
189742005-10-29 Nick Roberts <nickrob@snap.net.nz>
18975
18976 * tool-bar.el (tool-bar-add-item-from-menu)
18977 (tool-bar-local-item-from-menu): Fix doc strings.
18978
189792005-10-28 Romain Francoise <romain@orebokech.com>
18980
18981 * ldefs-boot.el: Update.
18982
18983 * subr.el (locate-library): Move from help-fns.el.
18984 * help-fns.el (locate-library): Move to subr.el.
18985
189862005-10-28 Richard M. Stallman <rms@gnu.org>
18987
18988 * net/tramp.el (tramp-completion-mode): defvar moved up.
18989
18990 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
18991
18992 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
18993
18994 * files.el (find-file-noselect): Use %d to format large file size.
18995
18996 * bindings.el (mode-line-format): Add %e.
18997
18998 * loadup.el ("facemenu"): Load unconditionally.
18999 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19000 ("x-dnd"): Load, when appropriate.
19001
19002 * startup.el (command-line): Call before-init-hook earlier.
19003 Warn about some bad characters in -u user name.
19004
19005 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19006 (flyspell-external-point-words): Error if misspelled word is not found.
19007 Set flyspell-large-region-beg at end of word.
19008
190092005-10-28 Andreas Schwab <schwab@suse.de>
19010
19011 * view.el (View-revert-buffer-scroll-page-forward):
19012 Use view-page-size-default.
19013
190142005-10-28 Juri Linkov <juri@jurta.org>
19015
19016 * international/quail.el (quail-get-current-str): Translate last
19017 raw character for deterministic input methods.
19018
190192005-10-27 Jay Belanger <belanger@truman.edu>
19020
19021 * calc/calc-ext.el: Add functions to autoloads.
19022 (math-identity-matrix-p, math-ident-row-p): New functions.
19023
19024 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19025 multiplication by an identity matrix; don't turn multiplication by
19026 an inverse matrix into division.
19027 (math-div-symbol-fancy): Replace division by matrices with
19028 multiplication by inverse.
19029
19030 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19031
19032 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19033 (calc-writeoutpower): New functions.
19034
190352005-10-27 Romain Francoise <romain@orebokech.com>
19036
19037 * replace.el (occur-engine): Include colon in mouse-face highlight.
19038
19039 * dired-x.el: Change Maintainer field.
19040
190412005-10-26 Chong Yidong <cyd@stupidchicken.com>
19042
19043 * longlines.el (longlines-mode): Bind after-change-functions to
19044 nil during initial decoding and final encoding.
19045
190462005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19047
19048 * term.el (term-emulate-terminal, term-handle-colors-array)
19049 (term-handle-ansi-escape): Specify the terminfo capabilities
19050 implemented.
19051
190522005-10-26 Richard M. Stallman <rms@gnu.org>
19053
19054 * info.el (Info-fontify-node): Fix detection of sentence-break
19055 before *Note.
19056
190572005-10-26 Romain Francoise <romain@orebokech.com>
19058
19059 * smerge-mode.el: Add `tools' to file keywords.
19060
190612005-10-26 Nick Roberts <nickrob@snap.net.nz>
19062
19063 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19064 when the fringe is not available.
19065
19066 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19067 (def-gdb-auto-update-trigger): Simplify construction.
19068 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19069 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19070 defined explicitly.
19071 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19072 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19073 defined explicitly.
19074 (gdb-info-locals-custom): Remove as it's a no-op.
19075
190762005-10-25 Chong Yidong <cyd@stupidchicken.com>
19077
19078 * longlines.el (longlines-mode): Remove narrowing before
19079 performing the initial decoding or final encoding.
19080
190812005-10-25 Romain Francoise <romain@orebokech.com>
19082
19083 * emacs-lisp/find-func.el (find-library-name): Also strip
19084 extension if library name ends in .el, to take advantage of
19085 `find-library-suffixes'.
19086
190872005-10-25 Richard M. Stallman <rms@gnu.org>
19088
19089 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19090
190912005-10-25 Juri Linkov <juri@jurta.org>
19092
19093 * textmodes/texinfo.el (texinfo-mode): Change charset of one
19094 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19095
190962005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19097
19098 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19099 (blackbox-redefine-key): Add argument `map'.
19100
19101 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19102 regions when moving the jit-lock-context-unfontify-pos boundary.
19103
191042005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19105
19106 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19107
191082005-10-25 Masatake YAMATO <jet@gyve.org>
19109
19110 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19111
4fc9bd56 191122005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
6fee106e
KS
19113
19114 * play/blackbox.el (blackbox-redefine-key): New function.
19115 (blackbox-mode-map): Use it to remap existing bindings for cursor
19116 motion instead of binding literal keys.
19117
191182005-10-25 Glenn Morris <rgm@gnu.org>
19119
19120 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19121 diary does not end in a newline. Do not assume a blank line at
19122 the start of the diary file.
19123
191242005-10-25 Kenichi Handa <handa@m17n.org>
19125
19126 * international/quail.el (quail-translate-key): If the input
19127 method is deterministic and failed to handle the last key, restart
19128 the key handling loop from an appropriate key.
19129
191302005-10-25 Michael Albinus <michael.albinus@gmx.de>
19131
19132 * vc.el (vc-dired-mode): Extend comment for binding of
19133 `directory-listing-before-filename-regexp'.
19134
191352005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19136
19137 * textmodes/texinfo.el (texinfo-mode):
19138 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19139 not to unnecessarily expose emacs-mule's internal char codes.
19140
191412005-10-25 Nick Roberts <nickrob@snap.net.nz>
19142
19143 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19144 Display hand pointer and help-echo on disabled icon too.
19145 (gdb-mouse-until): New function.
19146 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19147
191482005-10-24 Chong Yidong <cyd@stupidchicken.com>
19149
19150 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19151 with 2005-10-23 change to doctor.el.
19152
19153 * finder.el (finder-mode-map): Add follow-link binding.
19154
191552005-10-25 Kim F. Storm <storm@cua.dk>
19156
19157 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19158 to gdb-mouse-toggle-breakpoint-fringe.
19159 (gdb-mouse-toggle-breakpoint-margin): Rename from
19160 gdb-mouse-toggle-breakpoint. Fix doc.
19161 (gdb-mouse-toggle-breakpoint-fringe): New defun.
19162 (gdb-put-string): Add optional SPROPS arg. Add props to string.
19163 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19164 string properties also for fringe breakpoint bitmaps.
19165
191662005-10-24 Carsten Dominik <dominik@science.uva.nl>
19167
19168 * textmodes/org.el (org-start-icalendar-file): Fix format form.
19169
191702005-10-25 Masatake YAMATO <jet@gyve.org>
19171
19172 * simple.el (completion-common-substring):
19173 Use `completion-common-substring' prior to `completion-base-size'.
19174
191752005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
19176
19177 * savehist.el: Require CL while compiling.
19178 (savehist-history-variables): Remove.
19179 (savehist-save-minibuffer-history, savehist-additional-variables)
19180 (savehist-minibuffer-history-variables): New vars.
19181 (savehist-save): Use them.
19182 (savehist-uninstall, savehist-minibuffer-hook): New funs.
19183 (savehist-install): New fun, extracted from savehist-load.
19184 (savehist-load): Use them.
19185
191862005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19187
19188 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19189 a dummy doc-string-elt property.
19190 (defalias, defvaralias, define-category): Add a docstring property.
19191
19192 * image.el (defimage):
19193 * widget.el (define-widget):
19194 * custom.el (defface, defcustom): Add `doc-string' declaration.
19195
19196 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19197 (defadvice): Add `doc-string' declaration.
19198
19199 * emacs-lisp/byte-run.el (macro-declaration-function):
19200 Handle `doc-string' declarations.
19201 (define-obsolete-function-alias, define-obsolete-variable-alias):
19202 Add `doc-string' declaration.
19203
192042005-10-24 Kenichi Handa <handa@m17n.org>
19205
19206 * international/utf-7.el (utf-7): Add autoload cookie.
19207
19208 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19209
192102005-10-24 Eli Zaretskii <eliz@gnu.org>
19211
19212 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19213 list of directories passed to batch-update-autoloads. Add "." to
19214 the list of the echoed directories.
19215
19216 * pgg-def.el:
19217 * pgg-gpg.el:
19218 * pgg-parse.el:
19219 * pgg-pgp.el:
19220 * pgg-pgp5.el:
19221 * pgg.el: Moved here from the gnus subdirectory.
19222
192232005-10-24 Nick Roberts <nickrob@snap.net.nz>
19224
19225 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19226 in case comint-prompt-read-only is set to t.
19227
19228 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19229 in case comint-prompt-read-only is set to t.
19230
192312005-10-24 Ulf Jasper <ulf.jasper@web.de>
19232
19233 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19234 Now a string.
19235 (icalendar-import-format): Handle CLASS, STATUS, URL.
19236 Rename `subject' to `summary'.
19237 (icalendar-import-format-summary): Rename from
19238 `icalendar-import-format-subject'.
19239 (icalendar-import-format-url, icalendar-import-format-status)
19240 (icalendar-import-format-class): New variables.
19241 (icalendar--rris): Take variable argument list.
19242 (icalendar--datestring-to-isodate): Remove unnecessary
19243 calendar-style check when converting dates with explicit month names.
19244 (icalendar-export-region): Change return type of conversion
19245 subroutines. Bury current buffer unless error occurred.
19246 (icalendar--convert-to-ical)
19247 (icalendar--parse-summary-and-rest): New functions.
19248 (icalendar--convert-ordinary-to-ical)
19249 (icalendar--convert-weekly-to-ical)
19250 (icalendar--convert-yearly-to-ical)
19251 (icalendar--convert-block-to-ical)
19252 (icalendar--convert-cyclic-to-ical)
19253 (icalendar--convert-anniversary-to-ical): Change return type.
19254 Strip trailing blanks from subject.
19255 (icalendar--convert-sexp-to-ical): Change return type.
19256 Strip trailing blanks from subject. Handle simple sexp
19257 entries as generated by icalendar.el.
19258 (icalendar--convert-float-to-ical)
19259 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19260 (icalendar-import-file): Doc fix.
19261 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19262 Correct call to icalendar--rris.
19263 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
19264 `summary'.
19265 (icalendar--add-diary-entry): Rename `subject' to `summary'.
19266
192672005-10-24 Romain Francoise <romain@orebokech.com>
19268
19269 * server.el (server-sentinel): Set query-on-exit flag to nil on
19270 new client processes (it isn't inherited from the server process).
19271
19272 * replace.el (occur-engine): Rearrange text properties.
19273
192742005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19275
19276 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19277 case-fold-search is nil.
19278 (debug-help-follow): Use help-xref-interned directly.
19279
192802005-10-23 Chong Yidong <cyd@stupidchicken.com>
19281
19282 * thumbs.el (thumbs-image-type): Add .pbm.
19283
192842005-10-23 Richard M. Stallman <rms@gnu.org>
19285
19286 * faces.el (inhibit-face-set-after-frame-default): New variable.
19287 (set-face-attribute): Bind it.
19288 (face-set-after-frame-default): Test it.
19289
19290 * help-fns.el (describe-simplify-lib-file-name): New function.
19291 (describe-function-1, describe-variable): Use it.
19292
19293 * faces.el (describe-face): Use describe-simplify-lib-file-name.
19294
19295 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19296 Eliminate nil as possible value.
19297 (tooltip-hide-delay): Reduce internal-border-width.
19298
19299 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19300 (menu-bar-file-menu) <new-file>: Likewise.
19301
19302 * simple.el (line-move-finish): Ignore fields computing LINE-END.
19303
19304 * international/mule.el (load-with-code-conversion):
19305 Pass full file name to `eval-buffer' unless preloading.
19306
19307 * textmodes/flyspell.el (flyspell-large-region):
19308 Call ispell-check-version.
19309
19310 * textmodes/ispell.el (ispell-local-dictionary-overridden):
19311 Fix the make-variable-buffer-local call that was supposed
19312 to be for this variable.
19313 (ispell-aspell-supports-utf8): Doc fix.
19314 (ispell-find-aspell-dictionaries): Preserve elements of
19315 ispell-dictionary-alist for dictionaries that aspell doesn't report.
19316 (ispell-aspell-find-dictionary): Return nil on error.
19317
19318 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19319 (doctor-symptoms): Likewise.
19320
19321 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19322
193232005-10-23 Chong Yidong <cyd@stupidchicken.com>
19324
19325 * cus-edit.el (custom-button, custom-button-pressed): New vars.
19326 (custom-raised-buttons): Add :set spec.
19327 (custom-button-unraised, custom-button-pressed-unraised):
19328 New faces, so that custom-raised-buttons actually does something.
19329 (custom-mode): Use custom-button and custom-button-pressed.
19330
19331 * wid-edit.el (widget-specify-button): Don't ignore
19332 widget-mouse-face on graphic terminals.
19333 (widget-move-and-invoke): Cleanup.
19334
193352005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
19336
19337 * whitespace.el (whitespace-cleanup): Doc fix.
19338
193392005-10-23 Romain Francoise <romain@orebokech.com>
19340
19341 * emulation/viper.el (viper-set-hooks): Quote forms passed to
19342 `eval-after-load' to avoid evaluating their result.
19343
193442005-10-23 Michael Albinus <michael.albinus@gmx.de>
19345
19346 * files.el (directory-listing-before-filename-regexp):
19347 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
19348
19349 * dired.el (dired-move-to-filename-regexp): Remove.
19350 All occurences replaced by `directory-listing-before-filename-regexp'.
19351
19352 * dired-x.el, locate.el, vc.el:
19353 Replace `dired-move-to-filename-regexp' by
19354 `directory-listing-before-filename-regexp'. In vc.el it is
19355 overwritten locally; maybe this can be handled in files.el too.
19356
19357 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
19358 replaced by `directory-listing-before-filename-regexp'.
19359
193602005-10-23 Andreas Schwab <schwab@suse.de>
19361
19362 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19363 and eval-next-after-load.
19364
193652005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
19366
19367 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19368 exist, create it.
19369
193702005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
19371
19372 * allout.el: Remove autoloads for mailcrypt and crypt++.
19373 Require pgg, pgg-gpg during compilation.
19374 (allout-version): Increment version number to 2.1, and use a literal
19375 rather than RCS Id.
19376 (allout-default-encryption-scheme): Remove.
19377 (allout-passphrase-verifier-handling)
19378 (allout-passphrase-verifier-string)
19379 (allout-file-passphrase-verifier-string)
19380 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19381 (allout-passphrase-hint-handling): Rename and simplify.
19382 (allout-init): Use `find-file-hook' if available, otherwise
19383 `find-file-hooks'.
19384 (allout-mode): Use `write-file-functions' if available, otherwise
19385 `local-write-file-hooks' and, instead of making auto-save-hook
19386 buffer local, make the write-file-hook activity contingent to
19387 allout-mode.
19388 (allout-mode): Use key-binding substitution in the docstring.
19389 (allout-kill-line): Spell-out kill ring data structure mutation
19390 instead of using byte-compiler-complaint-provoking `pop'.
19391 (allout-insert-listified): Use `insert' rather than `insert-string'
19392 (allout-toggle-current-subtree-encryption): Update docstring, adjust
19393 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19394 (allout-encrypt-string): Totally revamped vis new underlying
19395 encryption facilities.
19396 (allout-mc-activate-passwd): Remove.
19397 (allout-obtain-passphrase): New, more or less replaces
19398 allout-mc-activate-passwd.
19399 (allout-encrypted-key-info): More or less replaces
19400 allout-encrypted-text-type.
19401 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19402 (my-mark-marker): Use `(featurep 'xemacs)'.
19403
194042005-10-23 Lars Hansen <larsh@soem.dk>
19405
19406 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19407 (byte-compile-file-form-defmumble, byte-compile-defun)
19408 (byte-compile-defmacro): Use it.
19409 (byte-compile-form): Don't call byte-compile-set-symbol-position
19410 when a byte-compile handler is called.
19411
194122005-10-22 Romain Francoise <romain@orebokech.com>
19413
19414 * savehist.el (savehist-history-variables): Add `grep-find-history'.
19415
19416 * subr.el (eval-after-load): Convert library name to an absolute
19417 file name using locate-library, since load-history no longer has
19418 library names in it.
19419
194202005-10-22 Richard M. Stallman <rms@gnu.org>
19421
19422 * files.el (make-temp-file): Move from subr.el.
19423 * subr.el (make-temp-file): Move to files.el.
19424
19425 * window.el (get-buffer-window-list): Move from subr.el.
19426 * subr.el (get-buffer-window-list): Move to window.el.
19427
19428 * image.el (image-load-path): Use eval-at-startup to initialize.
19429
19430 * subr.el (eval-at-startup): New macro.
19431
19432 * subr.el: Much rearrangement of functions and division
19433 into pages. No code changes.
19434
194352005-10-22 Kenichi Handa <handa@m17n.org>
19436
19437 * tar-mode.el (tar-extract): Be sure to call
19438 find-operation-coding-system if set-auto-coding doesn't find a
19439 coding system.
19440
194412005-10-22 Kim F. Storm <storm@cua.dk>
19442
19443 * image.el (image-type-header-regexps): Rename from image-type-regexps.
19444 Change users.
19445 (image-type-file-name-regexps): New defconst.
19446 (image-type-from-data): Simplify loop.
19447 (image-type-from-buffer): New defun.
19448 (image-type-from-file-header): Use it instead of image-type-from-data.
19449 Use image-search-load-path instead of only looking in data-directory.
19450 (image-type-from-file-name): New defun.
19451 (image-search-load-path): Change `pathname' to `filename'.
19452 Make PATH arg optional, default to image-load-path.
19453
194542005-10-21 Richard M. Stallman <rms@gnu.org>
19455
19456 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19457
19458 * textmodes/paragraphs.el (sentence-end-base): New variable.
19459 (sentence-end): Use sentence-end-base.
19460
194612005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19462
19463 * font-lock.el (font-lock-default-fontify-region): Check the multiline
19464 property independently from the font-lock-multiline variable.
19465
194662005-10-21 Richard M. Stallman <rms@gnu.org>
19467
19468 * emacs-lisp/find-func.el (find-library-name): Doc fix.
19469
19470 * startup.el (command-line): Convert library names
19471 in `load-history' to absolute file names.
19472
19473 * subr.el (symbol-file): Doc fix.
19474
19475 * loadhist.el (file-loadhist-lookup): Call locate-library
19476 instead of find-library-name. Don't try converting
19477 abs file names to library names, since load-history no longer
19478 has library names in it.
19479 (file-dependents, file-provides, file-requires): Doc fixes.
19480
194812005-10-21 Juri Linkov <juri@jurta.org>
19482
19483 * progmodes/etags.el (tags-table-mode): New function.
19484 (tags-verify-table): Replace initialize-new-tags-table with
19485 tags-table-mode.
19486
19487 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19488 default value.
19489 (desktop-modes-not-to-save): Add tags-table-mode to the
19490 default value.
19491
19492 * info.el (Info-index-next): Add total number of index
19493 alternatives to the message.
19494
19495 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19496 backward only space (instead of space and period) before looking
19497 at sentence end.
19498
19499 * simple.el (set-variable): Use user-variable-p instead of symbolp.
19500 Add the old variable value as 4th default-value arg of read-string.
19501
195022005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19503
19504 * cus-face.el (custom-declare-face): Make face from X resources
19505 also on Mac.
19506
19507 * disp-table.el (standard-display-g1, standard-display-graphic):
19508 Refuse to use string glyphs also on Mac.
19509 (standard-display-european): Don't set terminal coding system also
19510 on Mac.
19511
19512 * frame.el (display-screens): Use x-display-screens also on Mac.
19513
195142005-10-21 Romain Francoise <romain@orebokech.com>
19515
19516 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
19517
195182005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19519
19520 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
19521 and $? into sexps.
19522
19523 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
19524 warning face on open-paren-in-column-0.
19525
19526 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
19527 boundary case. Fix typo.
19528 Suggested by Martin Rudalics <rudalics@gmx.at>.
19529
195302005-10-21 Carsten Dominik <dominik@science.uva.nl>
19531
19532 * textmodes/org.el (org-combined-agenda-icalendar-file)
19533 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
19534 (org-export-icalendar-this-file)
19535 (org-export-icalendar-all-agenda-files)
19536 (org-export-icalendar-combine-agenda-files): New commands.
19537 (org-export-icalendar, org-print-icalendar-entries)
19538 (org-start-icalendar-file, org-finish-icalendar-file)
19539 (org-ical-ts-to-string): New functions.
19540 (org-read-date, org-goto-calendar)
19541 (org-agenda-goto-calendar): Inhibit displaying diary entries by
19542 call to `calendar'.
19543 (orgtbl-setup): Remove the :keys arguments from the menu description.
19544 (org-after-save-iCalendar-file-hook): New variable.
19545
195462005-10-21 Kenichi Handa <handa@m17n.org>
19547
19548 * language/vietnamese.el (tcvn-5712): Make it an alias of
19549 vietnamese-tcvn coding-system.
19550
195512005-10-20 Michael Albinus <michael.albinus@gmx.de>
19552
19553 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
19554 group id is given.
19555
195562005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19557
19558 * progmodes/sh-script.el (sh-escaped-line-re): New var.
19559 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
19560 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
19561 whose line is either continued or ends with a comment.
19562
195632005-10-20 Romain Francoise <romain@orebokech.com>
19564
19565 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
19566
19567 * replace.el (occur-engine): Add follow-link property.
19568
19569 * font-core.el (font-lock-mode): Doc fix.
19570
195712005-10-20 Richard M. Stallman <rms@gnu.org>
19572
19573 * net/rcirc.el: New file.
19574
195752005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
19576
19577 * term.el (term-term-name): Initialize to "eterm-color".
19578
195792005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
19580
19581 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
19582 for encryption functionality.
19583 Move allout customization subgroup from `editing' to `outlines' group.
19584 Fix commentary keywords to legitimate ones.
19585 Update author info (using my current email address, obscurified).
19586 (allout-encrypt-string, allout-encryption-produce-work-buffer)
19587 (allout-encrypted-topic-p, allout-encrypted-text-type)
19588 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
19589 (allout-situate-encryption-key-verifier)
19590 (allout-get-encryption-key-verifier, allout-verify-key)
19591 (allout-next-topic-pending-encryption)
19592 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
19593 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
19594 (outline-key-verifier-handling, outline-key-hint-handling)
19595 (outline-encrypt-unencrypted-on-saves): New defcustoms.
19596 (allout-file-key-verifier-string, allout-encryption-scheme)
19597 (allout-key-verifier-string, allout-key-hint-string)
19598 (allout-after-save-decrypt): New variables.
19599 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
19600 (allout-after-saves-handler): New hook functions.
19601 (allout-post-command-business): Do allout-after-save-decrypt.
19602 (allout-enable-file-variable-adjustment): Custom var to enable
19603 mechanism for adding and adjusting settings of Emacs file variables.
19604 (allout-adjust-file-variable, allout-file-vars-section-data):
19605 New functions, implement the mechanism.
19606 (outlineify-sticky): Use the file vars mechanism.
19607 (allout-inhibit-protection, allout-during-write-cue)
19608 (allout-override-protect, allout-before-change-protect): Remove.
19609 (allout-flag-region, allout-open-topic): Adjust read-only text.
19610 (allout-open-line-not-read-only): Add to facilitate read-only
19611 text based protection.
19612 (allout-kill-line): Revise to adjust read-only text, clue the
19613 user about the inhibition.
19614 (allout-unprotected): Use unwind-protect.
19615 (allout-shift-in, allout-shift-out): Disallow manually shifting a
19616 topic deeper than the offspring depth of the previous topic -
19617 avoiding confusing "containment discontinuities".
19618 (allout-reindent-bodies): Fix retention of body relative hanging
19619 indent during promotion of collapsed bodies.
19620 (allout-open-topic): Make it easy to open new topic with same
19621 bullet as current topic - topic creation functions provided with
19622 any universal argument provokes now prompt for bullet, defaulting
19623 to the bullet of the previous topic.
19624 (allout-plain-bullets-string, allout-distinctive-bullets-string):
19625 Plain bullet alternates `.' period and `,' comma only. All other
19626 bullets are relegated to special status (but customizable).
19627 (allout-end-of-entry): Rename from allout-end-of-current-entry
19628 since it actually operates w.r.t. most immediately containing
19629 entry, visible or not.
19630 (allout-hide-current-entry, allout-show-current-entry): Use the
19631 revised version.
19632 (allout-old-expose-topic): Solidify deprecation.
19633 (allout-end-of-subtree): Add so we can span concealed as well
19634 as visible topics.
19635 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
19636 (allout-end-of-current-heading): Tweak to just respect the first line.
19637 (allout-get-body-text): Add.
19638 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
19639 when invoked interactively.
19640 (allout-up-current-level): Use `interactive-p'.
19641 (allout-mode, allout-init): Miscellaneous docstring and
19642 operational refinements, as well as hookups of new encryption stuff.
19643 (allout-beginning-of-current-entry): Now works as advertised.
19644 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
19645 (allout-isearch-rectification): Refine condition for isearching.
19646 (allout-isearch-abort, allout-enwrap-isearch)
19647 (allout-flag-region, my-region-active-p): Relocate some macros.
19648 (allout-title): Fallback title is (buffer-name), not
19649 non-existing (current-buffer-name).
19650 (subst-char-in-string): Define if absent (for some XEmacs versions).
19651
196522005-10-20 Jari Aalto <jari.aalto@cante.net>
19653
19654 * mail/sendmail.el (mail-setup-hook, mail-aliases)
19655 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
19656 (mail-citation-prefix-regexp, mail-signature-file)
19657 (mail-default-headers, mail-bury-selects-summary)
19658 (mail-send-nonascii): Add autoload cookies.
19659
196602005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
19661
19662 * frame.el (blink-cursor-mode): Add `mac' to the list of
19663 window-system's that support blinking cursor.
19664
196652005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
19666
19667 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
19668
196692005-10-20 Eli Zaretskii <eliz@gnu.org>
19670
19671 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
19672 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
19673 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
19674
196752005-10-20 Kim F. Storm <storm@cua.dk>
19676
19677 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
19678 (ido-set-current-directory): Don't add / after final @.
19679 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
19680 Explicitly handle ange-ftp completion oddities.
19681 (ido-make-file-list): Don't rotate list at tramp root to avoid
19682 triggering tramp file handler for expand-file-name via get-file-buffer.
19683
196842005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
19685
19686 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
19687
196882005-10-19 Jay Belanger <belanger@truman.edu>
19689
19690 * calc/calc-units.el (math-standard-units): Add units, adjust
19691 symbols and update values.
19692 (math-unit-prefixes): Add more prefixes.
19693
196942005-10-19 Romain Francoise <romain@orebokech.com>
19695
19696 * bookmark.el (bookmark-menu-heading): New face.
19697 (bookmark-bmenu-list): Use it.
19698 Don't fiddle with `baud-rate' at top-level.
19699
197002005-10-18 Chong Yidong <cyd@stupidchicken.com>
19701
19702 * image.el (create-image, find-image): Mention max-image-size in
19703 docstring.
19704
197052005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19706
19707 * savehist.el (savehist-load): Revert to checking XEmacs.
19708
19709 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
19710 Various docstring and line-width fixups.
19711 (conf-mode): Use cond.
19712 Set font-lock-defaults. Don't set comment-use-syntax.
19713
197142005-10-18 David Ponce <david@dponce.com>
19715
19716 * tree-widget.el (tree-widget-button-click): New function.
19717 (tree-widget-button-keymap): Use it.
19718
197192005-10-18 Romain Francoise <romain@orebokech.com>
19720
19721 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
19722 (bookmark-bmenu-hide-filenames): Add follow-link property.
19723 Improve help-echo text.
19724
19725 * ffap.el (find-file-at-point): Doc fix.
19726
197272005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19728
19729 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
19730
197312005-10-18 Masatake YAMATO <jet@gyve.org>
19732
19733 Install to the CVS repository what I forgot to install in my
19734 2005-10-16 changes.
19735
19736 * progmodes/python.el (python-complete-symbol): Pass the common
19737 prefix substring of completion to `display-completion-list'.
19738
19739 * textmodes/org.el (org-complete): Ditto.
19740
197412005-10-18 Masatake YAMATO <jet@gyve.org>
19742
19743 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
19744
19745 * woman.el (WoMan-xref-man-page): New button type derived
19746 from `Man-abstract-xref-man-page'.
19747 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
19748
19749 * man.el (Man-abstract-xref-man-page): New button type.
19750 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
19751 (Man-highlight-references): Add new optional argument `xref-man-type'.
19752
197532005-10-18 Nick Roberts <nickrob@snap.net.nz>
19754
19755 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
19756
197572005-10-17 Chong Yidong <cyd@stupidchicken.com>
19758
19759 * cus-edit.el (Custom-move-and-invoke): Delete.
19760 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
19761
19762 * wid-edit.el (widget-move-and-invoke): New function, from
19763 Custom-move-and-invoke.
19764
197652005-10-17 Bill Wohler <wohler@newt.com>
19766
19767 Move all remaining images from lisp/toolbar to etc/images, move
19768 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
19769 the low resolution images in their own directory (low-color).
19770
19771 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
19772 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
19773 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
19774 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
19775 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
19776 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
19777 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
19778
19779 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
19780 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
19781 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
19782 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
19783 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
19784 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
19785 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
19786 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
19787 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
19788 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
19789 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
19790 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
19791 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
19792 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
19793 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
19794
19795 To conform with convention, replace the underscore (_) in the
19796 following image names with dash (-) or (/) as appropriate.
19797
19798 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
19799 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
19800 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
19801 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
19802 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
19803 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
19804 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
19805 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
19806 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
19807 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
19808 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
19809 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
19810 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
19811 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
19812 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
19813
19814 * info.el (info-tool-bar-map): Replace underscores in image names
19815 with dashes.
19816
19817 * makefile.w32-in (WINS): Remove toolbar.
19818
19819 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
19820
19821 * tool-bar.el: Move to lisp from toolbar. Now that
19822 toolbar is empty, it should be deleted when folks run "cvs up -P".
19823
198242005-10-18 Jay Belanger <belanger@truman.edu>
19825
19826 * calc/calc-store.el (calc-store-into): Get the proper variable name
19827 to display in message.
19828
198292005-10-18 Nick Roberts <nickrob@snap.net.nz>
19830
19831 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
19832 expressions display in speedbar for all buffers when debugging.
19833 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
19834
19835 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
19836 (speedbar-insert-button, speedbar-make-button):
19837 Use add-text-properties.
19838 (speedbar-update-localized-contents)
19839 (speedbar-update-directory-contents)
19840 (speedbar-update-special-contents): Use dolist.
19841 (speedbar-buffer-easymenu-definition): Add a menu separator.
19842
198432005-10-17 Jason Rumney <jasonr@gnu.org>
19844
19845 * makefile.w32-in: Use $(lisp) consistently.
19846 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
19847 for shell specific generation of mh-autoloads.
19848
198492005-10-17 Richard M. Stallman <rms@gnu.org>
19850
19851 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
19852
198532005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19854
19855 * jit-lock.el (jit-lock-fontify-now):
19856 Move jit-lock-context-unfontify-pos to avoid wasted work.
19857
198582005-10-17 Michael Albinus <michael.albinus@gmx.de>
19859
19860 * net/tramp.el (tramp-completion-mode): New defvar. Used in
19861 `tramp-completion-mode' for checking if we are in completion mode.
19862 (tramp-completion-handle-file-name-all-completions): Reorder code
19863 in order to complete for file names only in case there are no
19864 method/user/host completions. This is necessary for cooperation
19865 with ido. Reported by Kim F. Storm <storm@cua.dk>.
19866
198672005-10-16 Chong Yidong <cyd@stupidchicken.com>
19868
19869 * longlines.el (longlines-search-forward)
19870 (longlines-search-backward): Match any number of spaces.
19871
198722005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
19873
19874 * diff-mode.el (diff-mode): Doc fix.
19875
198762005-10-16 David Reitter <david.reitter@gmail.com>
19877
19878 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
19879 as default on darwin and windows systems.
19880
198812005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
19882
19883 * arc-mode.el (archive-zip-extract): Doc fix.
19884
198852005-10-16 Romain Francoise <romain@orebokech.com>
19886
19887 * mouse.el (mouse-1-click-follows-link): Doc fix.
19888
198892005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
19890
19891 * savehist.el: Don't require CL at runtime.
19892 (savehist-xemacs): Remove.
19893 (savehist-coding-system): Use utf-8 if present, regardless of religion.
19894 (savehist-no-conversion): Use (featurep 'xemacs).
19895 (savehist-load): Check existence of start-itimer rather than XEmacs.
19896 Use an idle timer.
19897 (savehist-process-for-saving): Replace use of CL funs `subseq' and
19898 `delete-if-not'.
19899
199002005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
19901
19902 * savehist.el: Newer version.
19903 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
19904 (savehist-last-checksum, savehist-no-conversion): New vars.
19905 (savehist-autosave, savehist-process-for-saving, savehist-printable):
19906 New functions.
19907 (savehist-load, savehist-save): Use them.
19908 (savehist-delimit): Remove.
19909
199102005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
19911
19912 * progmodes/compile.el (compilation-goto-locus): Display the
19913 compilation buffer first and the source buffer second, in case they're
19914 in overlapping frames. Don't raise the compilation frame if it was the
19915 selected window upon entry. Pass the `other-window' arg to
19916 pop-to-buffer.
19917
19918 * info.el (Info-fontify-node): Use dolist.
19919 Change add-text-properties to put-text-property.
19920
199212005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19922
19923 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
19924 bound of search.
19925
199262005-10-16 Masatake YAMATO <jet@gyve.org>
19927
19928 * dabbrev.el (dabbrev-completion): Pass the common
19929 prefix substring of completion to `display-completion-list'.
19930
19931 * filecache.el (file-cache-minibuffer-complete)
19932 (file-cache-complete): Ditto.
19933
19934 * tempo.el (tempo-display-completions): Ditto.
19935
19936 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
19937
19938 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
19939
19940 * eshell/em-hist.el (eshell-list-history): Ditto.
19941
19942 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
19943
19944 * mail/mailalias.el (mail-complete): Ditto.
19945
19946 * progmodes/etags.el (complete-tag): Ditto.
19947
19948 * progmodes/make-mode.el (makefile-complete): Ditto.
19949
19950 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
19951
19952 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
19953
19954 * progmodes/pascal.el (pascal-complete-word)
19955 (pascal-show-completions): Ditto.
19956
19957 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
19958
19959 * simple.el (completion-common-substring): New variable.
19960 (completion-setup-function): Use `completion-common-substring'
19961 to put faces.
19962
199632005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19964
19965 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
19966 (x-get-selection, mac-select-convert-to-string): Convert from/to
19967 UTF-16 clipboard data as in native byte order, no BOM.
19968
199692005-10-16 Nick Roberts <nickrob@snap.net.nz>
19970
19971 * progmodes/gud.el (gud-tool-bar-map): Rename the images
19972 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
19973 (gud-sentinel): Use speedbar-frame to check for speedbar.
19974
199752005-10-15 Richard M. Stallman <rms@gnu.org>
19976
19977 * savehist.el: New file.
19978
199792005-10-14 Karl Chen <quarl@cs.berkeley.edu>
19980
19981 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
19982 Fix bug in \bf fontification.
19983
199842005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
19985
19986 * pcvs.el (cvs-edit-log-files): New var.
19987 (cvs-mode-edit-log): New arg `file'.
19988 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
19989 Instead force the use of the original file and nothing else.
19990 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
19991 the cvs-minor-wrap-function is set.
19992 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
19993
199942005-10-14 Bill Wohler <wohler@newt.com>
19995
19996 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
19997 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
19998 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
19999 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20000 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20001 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20002 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20003 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20004 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20005 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20006 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20007 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20008 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20009 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20010 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20011
20012 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20013 appropriately (for example, gud-break to gud/break).
20014
200152005-10-14 Chong Yidong <cyd@stupidchicken.com>
20016
20017 * longlines.el (longlinges-search-function)
20018 (longlines-search-forward, longlines-search-backward): New functions.
20019 (longlines-mode): Set isearch-search-fun-function to
20020 longlinges-search-function.
20021
20022 * mouse.el (mouse-drag-region-1): Handle the case where a
20023 double-click event is bound to an arbitrary function.
20024
200252005-10-14 David Ponce <david@dponce.com>
20026
20027 * recentf.el (recentf-track-opened-file)
20028 (recentf-track-closed-file, recentf-update-menu)
20029 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20030 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20031 mouse-1-click-follows-link.
20032
200332005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20034
20035 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20036 Gnome file-manager.png. Suggested by
20037 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20038
20039 * toolbar/README: Add diropen.xpm.
20040
200412005-10-13 Bill Wohler <wohler@newt.com>
20042
20043 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20044 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
20045
200462005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20047
20048 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20049 Don't waste the byte-compiler's time on constant data.
20050
200512005-10-13 Kenichi Handa <handa@m17n.org>
20052
20053 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20054 byte with `escape-glyph' face.
20055
20056 * international/fontset.el (ccl-encode-unicode-font):
20057 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20058 Handle the case that ucs-mule-to-mule-unicode translates a character to
20059 ASCII (usually for IPA characters).
20060
200612005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20062
20063 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20064 Don't hide the underline of titles if font-lock-mode is disabled.
20065
200662005-10-12 Bill Wohler <wohler@newt.com>
20067
20068 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
20069 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20070 files in MH-E-SRC have been updated.
20071 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20072
200732005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20074
20075 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20076 (mixal-mode-syntax-table): Add \n as end-comment.
20077 (mixal-operation-codes-alist): Immediately initialize to full value.
20078 (mixal-add-operation-code): Remove.
20079 (mixal-describe-operation-code): Make the arg non-optional.
20080 Use the interactive spec instead.
20081 Use mixal-operation-codes-alist rather than mixal-operation-codes.
20082 (mixal-font-lock-keywords): Don't highlight comments here any more.
20083 (mixal-font-lock-syntactic-keywords): New var.
20084 (mixal-mode): Use it. Fix comment-start-skip.
20085
200862005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20087
20088 * startup.el (command-line-x-option-alist): -nb => -nbi
20089
200902005-10-12 Kim F. Storm <storm@cua.dk>
20091
20092 * startup.el (fancy-splash-default-action): Discard mouse click in
20093 the splash screen window, as it has no sensible meaning in the
20094 next window to be selected. Fixes error reported by Jan D.
20095
200962005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20097
20098 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20099
201002005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20101
20102 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20103 Try to fix up minor layout issues like indentation, line break, etc...
20104 (mixal-mode-syntax-table): Don't try to specify comment syntax,
20105 because it doesn't work.
20106 (mixal-operation-codes): Add some more codes.
20107 (mixal-font-lock-keywords): Process comments here.
20108 (mixal-mode): mixasm no longer needs -g option.
20109
201102005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
20111
20112 * progmodes/sh-script.el (sh-tmp-file):
20113 Use mktemp -t. Finish support for es and rc shells.
20114
201152005-10-11 Jay Belanger <belanger@truman.edu>
20116
20117 * calc/calcalg2.el (calc-integral): With an argument, compute the
20118 definite integral.
20119
201202005-10-11 Chong Yidong <cyd@stupidchicken.com>
20121
20122 * mouse.el (mouse-drag-region-1): Don't try to catch a
20123 double-click when doing follow-link (it's overridden anyway).
20124
201252005-10-11 Juanma Barranquero <lekktu@gmail.com>
20126
20127 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20128 (autoload-print-form-outbuf): Add docstring.
20129
201302005-10-11 Juri Linkov <juri@jurta.org>
20131
20132 * info.el (Info-mode-menu): Delete menu item "Edit".
20133 (Info-mode): Delete description of Info-edit from docstring,
20134 and rearrange descriptions of Info commands in the order
20135 they are documented in the Info manual.
20136
201372005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20138
20139 * calendar/appt.el (appt-check): Use diary-selective-display var.
20140
201412005-10-10 Richard M. Stallman <rms@gnu.org>
20142
20143 * net/newsticker.el (newsticker-start, newsticker-show-news):
20144 Add autoload cookies.
20145
201462005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
20147
20148 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20149
201502005-10-10 Karl Chen <quarl@cs.berkeley.edu>
20151
20152 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20153
201542005-10-10 Jay Belanger <belanger@truman.edu>
20155
20156 * calc/calc-arith.el (math-check-known-scalarp)
20157 (math-check-known-matrixp): Check the values of arguments that are
20158 variables.
20159 (math-check-known-square-matrixp): New function.
20160 (math-known-square-matrixp): Use math-check-known-square-matrixp.
20161 (math-super-types): Add sqmatrix type.
20162
20163 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20164 mode name `square' to `sqmatrix'.
20165
20166 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20167 mode name `square' to `sqmatrix'.
20168
201692005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20170
20171 * progmodes/etags.el (select-tags-table-mode): Don't use
20172 selective-display.
20173 (tags-select-tags-table): Pass `button' to the action function.
20174 (select-tags-table): Place the side-info on button properties rather
20175 than in hidden text. Abbreviate file names.
20176 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20177 (select-tags-table-select): Add `button' argument.
20178 Get side-info from the button property rather than from hidden text.
20179
201802005-10-11 Nick Roberts <nickrob@snap.net.nz>
20181
20182 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20183 (gud-speedbar-buttons): Preserve point if possible.
20184 (gud-sentinel): Restore previous speedbar display type.
20185
20186 * progmodes/gdb-ui.el (gdba): Improve diagram.
20187 (def-gdb-auto-update-handler, gdb-info-locals-handler)
20188 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20189 Call get-buffer-window once.
20190
201912005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20192
20193 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20194 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20195 (pascal-indent-command): Remove unused var `ind'.
20196 (pascal-indent-case): Remove unused var `oldpos'.
20197 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20198 since it's now used as a proper minor mode map.
20199 (pascal-outline): Rename to pascal-outline-mode.
20200 (pascal-outline-mode): Use define-minor-mode.
20201 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20202 selective-display.
20203
202042005-10-10 Andreas Schwab <schwab@suse.de>
20205
20206 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20207 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
20208
20209 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20210 outside source directory.
20211
202122005-10-10 Carsten Dominik <dominik@science.uva.nl>
20213
20214 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20215 C-x' as a prefix.
20216 (orgtbl-mode-map): Full keymap instead of sparse, because all
20217 `self-insert-command' keys are redefined in this map.
20218 (org-export-as-html): Specify charset for HTML file, by taking it
20219 from the coding system.
20220
202212005-10-10 Kenichi Handa <handa@m17n.org>
20222
20223 * textmodes/flyspell.el (flyspell-check-word-p):
20224 If unread-command-events is non-empty, don't call sit-for.
20225
202262005-10-09 Richard M. Stallman <rms@gnu.org>
20227
20228 * font-lock.el (font-lock-syntactic-keywords)
20229 (font-lock-keywords): Doc fixes.
20230
20231 * textmodes/flyspell.el (flyspell-external-point-words):
20232 Simplify logic, and don't try to check for consecutive appearances
20233 of one incorrect word.
20234
202352005-10-10 Nick Roberts <nickrob@snap.net.nz>
20236
20237 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20238 separator.
20239
20240 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20241 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20242 (gud-expansion-speedbar-buttons): New function.
20243 (gud-speedbar-buttons): Check for gud-comint-buffer.
20244
202452005-10-09 Bill Wohler <wohler@newt.com>
20246
20247 * Makefile.in (updates): Add mh-loaddefs dependency.
20248
202492005-10-09 Chong Yidong <cyd@stupidchicken.com>
20250
20251 * speedbar.el (speedbar-file-key-map): Fix typo.
20252
202532005-10-09 Daniel Brockman <daniel@brockman.se>
20254
20255 * cus-start.el (line-spacing): Add custom spec.
20256
202572005-10-09 Romain Francoise <romain@orebokech.com>
20258
20259 * textmodes/ispell.el (ispell-check-version): Fix last change.
20260
202612005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20262
20263 * term/x-win.el: Remove -i, --icon-type from comment.
20264
20265 * startup.el (command-line-x-option-alist): Remove options -i,
20266 -itype, --icon-type, added -nb, --no-bitmap-icon
20267
202682005-10-09 Nick Roberts <nickrob@snap.net.nz>
20269
20270 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20271 instead of :active.
20272
202732005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
20274
20275 * textmodes/ispell.el (ispell-check-version):
20276 Ignore hyphen, and all that follows, in aspell's version text.
20277
202782005-10-08 Jay Belanger <belanger@truman.edu>
20279
20280 * calc/calc-arith.el (math-known-square-matrixp): New function.
20281 (math-pow-fancy): Check for matrices before distributing exponent
20282 across products.
20283
20284 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20285 fullscreen keypad. Suggested by Luc Teirlinck.
20286 (calc-keypad-show-input): Add space for formatting.
20287
20288 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20289 Add square matrix option.
20290
20291 * calc/calc-poly.el (math-expand-term): Check for matrices instead
20292 of checking calc-matrix-mode when deciding how to expand.
20293
20294 * calc/calc.el (calc-set-mode-line): Add square matrix option.
20295
202962005-10-08 Lars Hansen <larsh@soem.dk>
20297
20298 * net/tramp.el (tramp-perl-directory-files-and-attributes):
20299 Add error handling.
20300 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20301
203022005-10-08 Michael Albinus <michael.albinus@gmx.de>
20303
20304 Sync with Tramp 2.0.51.
20305
20306 * net/tramp.el (tramp-handle-set-visited-file-modtime)
20307 (tramp-handle-insert-file-contents, tramp-handle-write-region):
20308 Insert special handling for `last-coding-system-used', again
20309 it still seems to be necessary (unlike stated before).
20310 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20311 (tramp-password-prompt-regexp): There might be other words before
20312 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20313 (tramp-chunksize): Improve docstring.
20314 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20315 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
20316 Christian Joergensen <bugs@razor.dk>.
20317
203182005-10-07 Glenn Morris <rgm@gnu.org>
20319
20320 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20321 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20322 precision'.
20323
203242005-10-07 Romain Francoise <romain@orebokech.com>
20325
20326 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20327 (ibuffer-do-shell-command-pipe-replace)
20328 (ibuffer-do-shell-command-file, ibuffer-do-eval)
20329 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20330 (ibuffer-do-revert, ibuffer-do-replace-regexp)
20331 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20332 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20333 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20334 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20335 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20336 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20337 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20338 Autoload file sans suffix.
20339
20340 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20341
203422005-10-07 David Ponce <david@dponce.com>
20343
20344 * recentf.el (recentf-menu-open-all-flag): New option.
20345 (recentf-digit-shortcut-command-name): New function.
20346 (recentf--shortcuts-keymap): New variable.
20347 (recentf-menu-shortcuts): New variable.
20348 (recentf-make-menu-items): Initialize it. Replace the "More..."
20349 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20350 (recentf-menu-value-shortcut): New function.
20351 (recentf-make-menu-item): Use it. No more in-lined.
20352 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20353 (recentf-open-most-recent-file): Rename from
20354 `recentf-open-file-with-key'. Don't depend on key binding.
20355 (recentf-mode-map): New variable.
20356 (recentf-mode): Use it.
20357
203582005-10-06 Bill Wohler <wohler@newt.com>
20359
20360 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
20361
20362 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20363 (MH-E-SRC): New. Used by mh-autoloads.
20364 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20365 files in MH-E-SRC have been updated.
20366 (compile, recompile, bootstrap): Depend on mh-autoloads.
20367
203682005-10-07 Nick Roberts <nickrob@snap.net.nz>
20369
20370 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20371 gud-break and gud-remove icons when the fringe is not available.
20372
20373 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20374 Typo.
20375
4fc9bd56 203762005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
6fee106e
KS
20377
20378 * play/zone.el (zone): Wrap body with save-window-excursion.
20379
203802005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
20381
20382 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20383 Use the new `list-only' arg to diary-list-entries.
20384
20385 * calendar/diary-lib.el: Use overlays rather than selective-display.
20386 (diary-selective-display): New var.
20387 (diary-header-line-format): Use it.
20388 (diary-list-entries): Add argument `list-only'.
20389 Put the buffer in diary-mode. Don't add \^M at beg and end.
20390 Replace \^M by invisible overlays.
20391 (diary-unhide-everything): Replace \^M by invisible overlays.
20392 (print-diary-entries): Look for overlays rather than \^M.
20393 Add a space to the temp buffer name.
20394 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20395 Put the buffer in diary-mode.
20396 (list-sexp-diary-entries): Replace \^M by invisible overlays.
20397 (diary-anniversary): Make the year arg optional.
20398 (diary-time-regexp): New const.
20399 (diary-font-lock-keywords): Use it to accept a few more time formats.
20400
20401 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20402
204032005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
20404
20405 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20406 Fix bug introduced 2005-07-03: Use (car (last ...))
20407 to faithfully reproduce replaced artist-last.
20408 (artist-set-arrow-points-for-poly): Likewise.
20409 Suggested by Johan Bockg\e,Ae\e(Brd.
20410
204112005-10-06 Juanma Barranquero <lekktu@gmail.com>
20412
20413 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20414 * wid-edit.el (widget):
20415 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20416 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20417
204182005-10-06 Kenichi Handa <handa@m17n.org>
20419
20420 * international/mule-cmds.el (set-language-environment):
20421 Fix setting up of case-table for unibyte mode.
20422
20423 * simple.el (what-cursor-position): If the character is displayed
20424 by some `display' text property, show that. Don't use
20425 single-key-description for eight-bit characters in multibyte mode.
20426
204272005-10-06 Nick Roberts <nickrob@snap.net.nz>
20428
20429 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20430 (gdb-ann3): Set it.
20431 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20432 (gdb-info-frames-custom): Use inverse-video for first five
20433 characters of selected frame only.
20434 (gdb-get-frame-number): Select frame even when point is on frame
20435 number.
20436
204372005-10-06 Masatake YAMATO <jet@gyve.org>
20438
20439 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20440 Put `font-lock-function-name-face'.
20441 (gdb-info-frames-custom): Put `font-lock-function-name-face'
20442 and `font-lock-variable-name-face'
20443 (gdb-registers-font-lock-keywords): New font lock keywords definition.
20444 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20445 (gdb-memory-font-lock-keywords): New font lock keywords definition.
20446 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20447 (gdb-local-font-lock-keywords): New font lock keywords definition.
20448 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20449 (gdb-threads-font-lock-keywords): New font lock keywords definition.
20450 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20451
204522005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
20453
20454 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20455 (ediff-merge-region-is-non-clash-to-skip): Previously called
20456 ediff-merge-region-is-non-clash.
20457
20458 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20459 Use insert-buffer-substring.
20460
20461 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20462 selecting files to patch. Also bug fixes.
20463
20464 * ediff-util.el (ediff-setup): Bug fix.
20465 (ediff-next-difference): Never skip clashes that differ in white
20466 space only.
20467
20468 * ediff-wind.el (ediff-setup-control-frame)
20469 (ediff-destroy-control-frame): Check the menubar feature.
20470
20471 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20472 (viper-refresh-mode-line): Use make-local-variable to localize
20473 some vars instead of make-variable-buffer-local. Suggested by
20474 Stefan Monnier.
20475
20476 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20477 (viper-restore-cursor-type, viper-set-insert-cursor-type):
20478 Use make-local-variable instead of make-variable-buffer-local.
20479 Suggested by Stefan Monnier.
20480
20481 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20482 (viper-comint-mode-hook): Use make-local-variable on
20483 require-final-newline.
20484 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20485
204862005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20487
20488 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20489 also the second char of a comment-start sequence.
20490 (scheme-sexp-comment-syntax-table): New var.
20491 (lambda, define): Set their scheme-doc-string-elt property.
20492 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20493 Use lisp-font-lock-syntactic-face-function now that it properly
20494 handles |...| symbols.
20495 (scheme-mode-variables): Set lisp-doc-string-elt-property,
20496 parse-sexp-lookup-properties and font-lock-extra-managed-props.
20497
20498 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20499 bit from # to |.
20500 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20501
20502 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20503 (lisp-doc-string-elt-property): New var.
20504 (lisp-font-lock-syntactic-face-function): Use it.
20505 Rewrite to recognize docstrings even for forms not at toplevel.
20506
20507 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20508 annotation on the | part of #| rather than on the # part.
20509 (scheme-font-lock-syntactic-face-function): New function, to
20510 distinguish strings from |...| symbols.
20511 (scheme-mode-variables): Use it. Also fix up the font-lock-time
20512 syntax-table so that #|...|# is properly highlighted.
20513
20514 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20515 Don't mark as docstring the 3rd elem of an unknown toplevel form.
20516
205172005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
20518
20519 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
20520 and C-e.
20521
20522 * emacs-lisp/eldoc.el: Move comments into docstrings.
20523 (eldoc-message-commands): Initialize in its declaration.
20524 Add move-beginning-of-line and move-end-of-line.
20525 (eldoc-add-command, eldoc-add-command-completions)
20526 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
20527
20528 * outline.el (outline-mark-subtree): Activate the mark.
20529
20530 * calendar/appt.el (appt-time-regexp): New var.
20531 (appt-add, appt-make-list): Use it.
20532 (appt-convert-time): Clean up.
20533
20534 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
20535 Don't set any syntax-table property here.
20536 (tex-font-lock-verb): New function. Do it here.
20537 (tex-font-lock-syntactic-keywords): Use it.
20538
205392005-10-04 Richard M. Stallman <rms@gnu.org>
20540
20541 * wid-edit.el (widget-file-complete): Get the widget start point
20542 the right way. Default directory to `/' if file has none.
20543
20544 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
20545
20546 * textmodes/flyspell.el (flyspell-mode-on):
20547 Call ispell-maybe-find-aspell-dictionaries.
20548
20549 * textmodes/ispell.el (ispell-word, ispell-region):
20550 Call ispell-maybe-find-aspell-dictionaries.
20551 (ispell-accept-buffer-local-defs):
20552 Don't call ispell-maybe-find-aspell-dictionaries
20553
205542005-10-04 Richard M. Stallman <rms@gnu.org>
20555
20556 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
20557
205582005-10-04 Emilio C. Lopes <eclig@gmx.net>
20559
20560 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
20561 instead of `fboundp' in order to allow for anonymous functions.
20562
205632005-10-04 Chong Yidong <cyd@stupidchicken.com>
20564
20565 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
20566 case the user clicks on the link while another window is selected.
20567 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
20568
20569 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
20570 functionality.
20571 (dframe-help-echo): Save point in case mouse tracking is off.
20572
205732005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
20574
20575 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
20576
205772005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20578
20579 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
20580 not change the global value of those vars.
20581
20582 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
20583 make-local-variable which we do not need any more.
20584
205852005-10-03 Chong Yidong <cyd@stupidchicken.com>
20586
20587 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
20588 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
20589 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
20590 (speedbar-path-line): Define obsolete aliases.
20591 (speedbar-line-directory): Doc fix.
20592
20593 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
20594 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
20595 instead of speedbar-line-path.
20596
205972005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20598
20599 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
20600 to nil if dropping on a window. Handle dropping on a minibuffer window
20601 like dropping on a non-window part of Emacs.
20602
206032005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20604
20605 * net/ange-ftp.el: Use with-current-buffer.
20606 (ange-ftp-insert-directory): Do not follow symlinks any more.
20607
20608 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
20609 Remove interactive spec.
20610
206112005-10-03 Kim F. Storm <storm@cua.dk>
20612
20613 * ido.el (ido-mode): Use custom-initialize-set.
20614
206152005-10-02 Richard M. Stallman <rms@gnu.org>
20616
20617 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
20618 Use insert-buffer-substring.
20619
20620 * net/tramp.el: Pacify byte compiler warnings in pacification code.
20621 (tramp-handle-file-local-copy): Use insert-buffer-substring.
20622
206232005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20624
20625 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
20626 in last change.
20627 (ange-ftp-insert-directory): Fix up the search for the case where
20628 `file' is absolute.
20629
206302005-10-02 Romain Francoise <romain@orebokech.com>
20631
20632 * progmodes/compile.el (compile-goto-error): Delete extra paren.
20633
206342005-10-02 Andreas Schwab <schwab@suse.de>
20635
20636 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
20637 directory component in the session info.
20638
206392005-10-01 Richard M. Stallman <rms@gnu.org>
20640
20641 * comint.el (comint-redirect-subvert-readonly): Doc fix.
20642
20643 * simple.el (next-error-internal): New function.
20644
20645 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
20646 (compilation-start): Pass new arg to compilation-buffer-name.
20647 (compile-goto-error): Use next-error-internal.
20648
206492005-10-01 Chong Yidong <cyd@stupidchicken.com>
20650
20651 * speedbar.el: Remove RCS tag.
20652 (speedbar-check-read-only): Handle non-existent files.
20653
20654 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
20655
20656 * info.el (Info-speedbar-hierarchy-buttons)
20657 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
20658
206592005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20660
20661 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
20662 Do not match newline.
20663 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
20664 (bibtex-summary): Remove unnecessary save-excursion.
20665 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
20666
206672005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20668
20669 * term/mac-win.el: Add charset info for "iso10646-1".
20670 Modify default fontset to use ATSUI-compatible fonts for some charsets
20671 if available.
20672
206732005-10-01 Chong Yidong <cyd@stupidchicken.com>
20674
20675 * speedbar.el: Re-apply arch tag.
20676 (speedbar-version): Rename to version 1.0. Suggested by Eric
20677 M. Ludlam.
20678 Reapply two changes from Emacs CVS' version of speedbar lost
20679 during the merge:
20680 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
20681 (speedbar-frame-parameters): Improve customize type.
20682
206832005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
20684
20685 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
20686 (ange-ftp-file-directory-p): Fix the symlink case.
20687 (ange-ftp-insert-directory): When listing a single file, get a list of
20688 the parent buffer and extract the relevant line. Inspired from a patch
20689 by Katsumi Yamaoka <yamaoka@jpl.org>.
20690 (ange-ftp-file-name-sans-versions): Simplify.
20691
206922005-09-30 Bill Wohler <wohler@newt.com>
20693
20694 Move MH-E image files from toolbar and mail directories into
20695 etc/images.
20696
20697 * mail/reply2.*: Move to etc/images/mail/reply*.
20698
20699 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
20700 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
20701 etc/images.
20702
20703 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
20704 * toolbar/reply*: Move to etc/images/mail.
20705
20706 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
20707
207082005-09-30 Eric M. Ludlam <zappo@gnu.org>
20709
20710 * speedbar.el: New version 1.0pre3.
20711
20712 Frame management code (including timer, and mouse click specifics)
20713 moved to dframe.el:
20714 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
20715 (speedbar-timer): Removed. Use dframe-timer.
20716 (speedbar-close-frame): Removed. Use dframe-close-frame.
20717 (speedbar-activity-change-focus-flag): Removed. Use
20718 dframe-activity-change-focus-flag.
20719 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
20720 dframe-update-speed.
20721
20722 (speedbar-current-frame): New macro. Use this instead of the
20723 variable speedbar-frame.
20724
20725 (speedbar-use-images, speedbar-expand-image-button-alist)
20726 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
20727
20728 (speedbar-find-image-on-load-path): Removed. Replaced by
20729 defezimage in ezimage.el.
20730 (speedbar-expand-image-button-alist): Removed. Replaced by
20731 ezimage-expand-image-button-alist in ezimage.el.
20732
20733 (speedbar-ignored-directory-regexp)
20734 (speedbar-add-ignored-directory-regexp)
20735 (speedbar-ignored-directory-expressions)
20736 (speedbar-line-directory, speedbar-buffers-line-directory)
20737 (speedbar-directory-line, speedbar-buffers-line-directory):
20738 Renamed, replacing `path' with `directory'.
20739
20740 (speedbar-create-directory, speedbar-expand-line-descendants)
20741 (speedbar-toggle-line-expansion)
20742 (speedbar-contract-line-descendants): New commands.
20743
20744 (speedbar-query-confirmation-method, speedbar-select-frame-method)
20745 (speedbar-use-tool-tips-flag): New options.
20746
20747 (speedbar-check-read-only, speedbar-require-version)
20748 (speedbar-insert-separator, speedbar-buffers-tail-notes)
20749 (speedbar-handle-delete-frame, speedbar-try-completion)
20750 (speedbar-update-localized-contents): New functions.
20751
20752 (speedbar-incompatible-version, speedbar-ro-to-do-point)
20753 (speedbar-object-read-only-indicator): New variables.
20754
20755 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
20756 New hooks.
20757
20758 (speedbar-separator-face): New face.
20759
20760 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
20761 (speedbar-ignored-modes): Add fundamental-mode.
20762 (speedbar-directory-unshown-regexp): Add . directories.
20763
20764 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
20765 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
20766 `]' for full expand/close.
20767 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
20768
20769 (speedbar-check-vc): Support hidden files.
20770 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
20771 (speedbar-this-file-in-vc): Use vc-state if available. If VC
20772 state is nil, it is not checked out.
20773
20774 (speedbar-line-text, speedbar-line-token): Support expand buttons
20775 with no text.
20776 (speedbar-refresh): Universal argument acts as power-click.
20777 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
20778 that buffer to get variable values.
20779
20780 And many other bugfixes.
20781
20782 * dframe.el, ezimage.el, sb-image.el: New files.
20783
20784 * sb-*.xpm: Remove files. New image files installed into
20785 etc/images/ezimage.
20786
207872005-09-30 Kenichi Handa <handa@m17n.org>
20788
20789 * ps-mule.el (ps-mule-show-warning): If a character is in
20790 ps-print-translation-table, don't treat it as non-printable.
20791
207922005-09-30 David Ponce <david@dponce.com>
20793
20794 * tree-widget.el (tree-widget-themes-load-path): New variable.
20795 (tree-widget-themes-directory): Doc fix.
20796 (tree-widget-image-formats) [Emacs]: Doc fix.
20797 (tree-widget--locate-sub-directory): New function.
20798 (tree-widget-themes-directory): Use it.
20799
20800 * recentf.el (recentf-filename-handlers): Rename from
20801 `recentf-filename-handler'. Allow a list of functions.
20802 (recentf-menu-items-for-commands): Fix :help strings.
20803 (recentf-apply-filename-handlers): New function.
20804 (recentf-expand-file-name): Use it.
20805 (recentf-cleanup): Remove duplicates too.
20806
208072005-09-29 Juri Linkov <juri@jurta.org>
20808
20809 * faces.el: Rearrange face definitions to be in the same order as
20810 their face descriptions in "(emacs)Standard Faces".
20811
20812 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
20813
20814 * tooltip.el (tooltip): Add group `basic-faces'.
20815
20816 * buff-menu.el (Buffer-menu-buffer): Remove group
20817 `font-lock-highlighting-faces'.
20818
20819 * progmodes/compile.el (compilation-error, compilation-warning)
20820 (compilation-info, compilation-line-number, compilation-column-number):
20821 Change group from `font-lock-highlighting-faces' to `compilation'.
20822
20823 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
20824 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
20825 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
20826 (vhdl-font-lock-reserved-words-face)
20827 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
20828 `font-lock-highlighting-faces'.
20829
20830 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
20831
208322005-09-28 Kim F. Storm <storm@cua.dk>
20833
20834 * emulation/cua-base.el: Set CUA move property on additional commands:
20835 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
20836 forward-sexp, backward-sexp, forward-list, backward-list.
20837
208382005-09-28 Romain Francoise <romain@orebokech.com>
20839
20840 * comint.el (comint-show-output): Really set point at the
20841 beginning of the output when not using `comint-use-prompt-regexp'.
20842
208432005-09-27 Jay Belanger <belanger@truman.edu>
20844
20845 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
20846 in TeX mode.
20847
208482005-09-26 Juanma Barranquero <lekktu@gmail.com>
20849
20850 * textmodes/org.el (org-table-sum): Fix format string.
20851
20852 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
20853 Quote face names.
20854
208552005-09-26 Romain Francoise <romain@orebokech.com>
20856
20857 * isearch.el (isearch-forward-regexp): Close doc string.
20858
208592005-09-25 Richard M. Stallman <rms@gnu.org>
20860
20861 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
20862
20863 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
20864
20865 * progmodes/compile.el (compilation-error-properties):
20866 When getting the file from the previous error message,
20867 correctly decode the new data format.
20868
20869 * progmodes/cc-cmds.el (c-electric-paren):
20870 Call old-blink-paren only for close-paren.
20871
208722005-09-24 Andreas Schwab <schwab@suse.de>
20873
20874 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
20875 condition.
20876
208772005-09-25 Romain Francoise <romain@orebokech.com>
20878
20879 * dired-aux.el (dired-copy-file-recursive):
20880 * dired.el (dired-delete-file):
20881 * ediff-mult.el (ediff-dir-diff-copy-file):
20882 * ediff-util.el (ediff-test-save-region):
20883 * forms.el (forms-mode):
20884 * ido.el (ido-file-internal, ido-delete-file-at-head):
20885 * log-edit.el (log-edit-done):
20886 * ses.el (ses-yank-resize):
20887 * play/gomoku.el (gomoku-human-plays, gomoku)
20888 (gomoku-human-resigns, gomoku-prompt-for-other-game)
20889 (gomoku-offer-a-draw):
20890 * play/landmark.el (lm-human-resigns, lm):
20891 * net/eudcb-ldap.el (eudc-ldap-check-base):
20892 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
20893 * progmodes/ebrowse.el (ebrowse-find-pattern):
20894 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
20895 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
20896 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
20897
20898 * vc.el (vc-delete-file):
20899 * play/gomoku.el (gomoku-terminate-game, gomoku)
20900 (gomoku-prompt-for-move, gomoku-human-takes-back):
20901 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
20902 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
20903
209042005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
20905
20906 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
20907 color rxvt terminals by using the code xterm.el used to use before
20908 2005-04-09 in order to match the colors used by rxvt.
20909
209102005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
20911
20912 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
20913 colors rxvt-unicode terminals by using the same code as xterm.el.
20914
209152005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
20916
20917 * textmodes/tex-mode.el (tex-font-lock-append-prop)
20918 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
20919 new symbol used for the tex-verbatim face.
20920
209212005-09-24 Emilio C. Lopes <eclig@gmx.net>
20922
20923 * woman.el (woman-file-name):
20924 * wid-edit.el (widget-file-prompt-value)
20925 (widget-coding-system-prompt-value):
20926 * w32-fns.el (set-w32-system-coding-system):
20927 * vc.el (vc-version-diff, vc-annotate):
20928 * textmodes/reftex-auc.el (reftex-arg-cite)
20929 (reftex-arg-index-tag):
20930 * textmodes/refer.el (refer-get-bib-files):
20931 * textmodes/artist.el (artist-figlet-choose-font):
20932 * terminal.el (terminal-emulator):
20933 * replace.el (occur-read-primary-args):
20934 * rect.el (string-rectangle, string-insert-rectangle):
20935 * ps-print.el (ps-print-preprint):
20936 * progmodes/pascal.el (pascal-goto-defun):
20937 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
20938 * progmodes/compile.el (compilation-find-file):
20939 * printing.el (pr-interactive-n-up):
20940 * play/animate.el (animate-birthday-present):
20941 * net/rcompile.el (remote-compile):
20942 * man.el (man, Man-goto-section, Man-follow-manual-reference):
20943 * mail/rmailsum.el (rmail-summary-search-backward)
20944 (rmail-summary-search):
20945 * mail/rmailout.el (rmail-output-read-rmail-file-name)
20946 (rmail-output-read-file-name):
20947 * mail/rmail.el (rmail-search, rmail-search-backwards):
20948 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
20949 * locate.el (locate):
20950 * international/quail.el (quail-show-keyboard-layout):
20951 * international/mule.el (set-buffer-file-coding-system)
20952 (revert-buffer-with-coding-system, set-file-name-coding-system)
20953 (set-terminal-coding-system, set-keyboard-coding-system)
20954 (set-next-selection-coding-system):
20955 * international/mule-diag.el (describe-coding-system)
20956 (describe-font, describe-fontset):
20957 * international/mule-cmds.el (universal-coding-system-argument)
20958 (search-unencodable-char, describe-input-method)
20959 (set-language-environment, describe-language-environment):
20960 * international/codepage.el (codepage-setup):
20961 * international/code-pages.el (codepage-setup):
20962 * info.el (Info-search, Info-follow-reference)
20963 (Info-search-backward):
20964 * emacs-lisp/advice.el (ad-read-advised-function)
20965 (ad-read-advice-class, ad-clear-cache, ad-activate)
20966 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
20967 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
20968 (ad-read-regexp):
20969 * ediff-util.el (ediff-toggle-regexp-match):
20970 * ediff-ptch.el (ediff-prompt-for-patch-file):
20971 * dired-aux.el (dired-diff):
20972 * diff.el (diff):
20973 * cus-edit.el (custom-variable-prompt):
20974 * calendar/timeclock.el (timeclock-ask-for-project):
20975 * calc/calcalg3.el (calc-get-fit-variables):
20976 * calc/calc-store.el (calc-edit-variable)
20977 (calc-permanent-variable):
20978 * vc-mcvs.el (vc-mcvs-register):
20979 * shadowfile.el (shadow-define-literal-group):
20980 * woman.el (woman-file-name):
20981 * vc.el (vc-version-diff, vc-merge):
20982 * textmodes/reftex-index.el (reftex-index-complete-tag):
20983 * format.el (format-decode-buffer, format-decode-region):
20984 * emulation/viper-cmd.el (viper-read-string-with-history):
20985 * emacs-lisp/debug.el (cancel-debug-on-entry):
20986 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
20987 * ediff.el (ediff-merge-revisions)
20988 (ediff-merge-revisions-with-ancestor, ediff-revision):
20989 * completion.el (interactive-completion-string-reader):
20990 * calc/calc-prog.el (calc-user-define-formula):
20991 Follow convention for reading with the minibuffer.
20992
209932005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
20994
20995 * progmodes/python.el (python-describe-symbol): Add globals() and
20996 locals() to the arguments of emacs.ehelp.
20997
209982005-09-24 Magnus Henoch <mange@freemail.hu>
20999
21000 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21001 New function, code extracted from ispell-valid-dictionary-list.
21002 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21003 Call it.
21004
210052005-09-24 Eli Zaretskii <eliz@gnu.org>
21006
21007 * subr.el (version-regexp-alist): Extend valid syntax for version
21008 strings: allow any of the characters -,_,+ to separate the
21009 alpha/beta/rc part from the version part. Doc fix.
21010 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
21011
210122005-09-23 David Reitter <david.reitter@gmail.com>
21013
21014 * mail/mailclient.el: New file.
21015
210162005-09-23 Richard M. Stallman <rms@gnu.org>
21017
21018 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21019 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21020 Doc fixes.
21021
21022 * progmodes/cc-mode.el (c-font-lock-init):
21023 Specify font-lock-lines-before.
21024
210252005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21026
21027 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21028 whole conflict.
21029
210302005-09-23 Carsten Dominik <dominik@science.uva.nl>
21031
21032 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21033 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
21034 of `remap' feature when available. Additional key bindings for
21035 better tty support.
21036 (org-mode-restart, org-force-self-insert): New commands.
21037 (org-time-stamp-inactive): New command.
21038 (org-remap): New function.
21039 (org-table-auto-blank-field, org-level-color-stars-only): New options.
21040 (org-enable-fixed-width-editor): Move to `org-structure'
21041 customization group.
21042 (org-self-insert-command, orgtbl-self-insert-command): Modify to
21043 blank field after field motion commands.
21044
210452005-09-23 Kenichi Handa <handa@m17n.org>
21046
21047 * international/mule-cmds.el (set-language-environment):
21048 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21049 have to call utf-translate-cjk-load-tables.
21050
210512005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
21052
21053 * mouse.el (mouse-move-drag-overlay): Fix last change.
21054
210552005-09-22 David Ponce <david@dponce.com>
21056
21057 * tree-widget.el (tree-widget-value-create): Fix previous change.
21058
210592005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21060
21061 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21062
210632005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21064
21065 * mouse.el (mouse-move-drag-overlay): New function.
21066 (mouse-drag-region-1): Use it.
21067 Try to simplify a bit the state handling. Handle clicks on links
21068 inside intangible areas.
21069 (mouse-save-then-kill): Minor simplification.
21070 (mouse-secondary-overlay): Make it always non-nil instead of
21071 recreating it each time.
21072 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21073 (mouse-kill-secondary, mouse-secondary-save-then-kill):
21074 Simplify accordingly.
21075
210762005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21077
21078 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21079
210802005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
21081
21082 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21083 (ediff-file-name-sans-prefix): Treat nil as an empty string.
21084 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21085 to patch.
21086
21087 * ediff-util.el: Use insert-buffer-substring.
21088
21089 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21090
21091 * emulation/viper-cmd.el (viper-change-state): Don't move over the
21092 field boundaries in the minibuffer.
21093 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21094 (viper-minibuffer-post-command-hook): New hook.
21095 (viper-line): Don't move cursor at bolp.
21096
21097 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21098
21099 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21100 avoid compiler warnings.
21101
21102 * emulation/viper-macs.el (ex-map): Better messages.
21103
21104 * emulation/viper-utils.el (viper-beginning-of-field): New function.
21105
21106 * emulation/viper.el: Replace make-variable-buffer-local with
21107 viper-make-variable-buffer-local everywhere, to avoid warnings.
21108
211092005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21110
21111 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21112 Delete unused var `old-selected-window'.
21113 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21114 (mouse-drag-secondary): Delete unused var `start-frame'.
21115
211162005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21117
21118 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21119
211202005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21121
21122 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21123 Re-indent within 80 columns. Use inhibit-read-only.
21124
211252005-09-19 Romain Francoise <romain@orebokech.com>
21126
21127 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21128
211292005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21130
21131 * font-lock.el (font-lock-default-fontify-region): Don't add a line
21132 unconditionally, since the after-change-function already did it.
21133
211342005-09-19 Miles Bader <miles@gnu.org>
21135
21136 * net/newsticker.el: Get rid of CVS keyword.
21137
211382005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
21139
21140 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21141 The prompt is formatted later.
21142
211432005-09-19 David Ponce <david@dponce.com>
21144
21145 * tree-widget.el (tree-widget-value-create): Save the converted
21146 tree :node widget.
21147
211482005-09-19 Juanma Barranquero <lekktu@gmail.com>
21149
21150 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21151 variable `message'.
21152
211532005-09-18 Michael Albinus <michael.albinus@gmx.de>
21154
21155 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21156 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
21157 <slawomir.nowaczyk.847@student.lu.se>.
21158
211592005-09-18 Chong Yidong <cyd@stupidchicken.com>
21160
21161 * image.el (image-load-path): Use symbol `data-directory' instead
21162 of its value, for backward compatibility with packages that bind
21163 it during `find-image'. Suggested by Katsumi Yamaoka.
21164 (image-search-load-path): Handle symbols whose values are strings.
21165
211662005-09-18 Romain Francoise <romain@orebokech.com>
21167
21168 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21169 with-current-buffer form in save-excursion.
21170
211712005-09-18 Deepak Goel <deego@gnufans.org>
21172
21173 * apropos.el (apropos-command): Fix `message' call: first arg
21174 should be a format spec. In this and all other cases that appear
21175 below and elsewhere in the source code, I made a change only when
21176 two conditions were satisfied: [1] I can think of a possibility
21177 that the arguments would cause an error, for example, the code in
21178 question relies on external variables such as filenames. [2] I
21179 was sure that the arg to `message' could not have been nil in the code.
21180
21181 * textmodes/tildify.el (tildify-region): Ditto.
21182
21183 * textmodes/reftex-index.el (reftex-index-change-entry)
21184 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21185 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21186 * textmodes/org.el (org-complete, org-deadline, org-schedule)
21187 (org-priority, org-table-sum):
21188 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21189 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21190 (flyspell-word, flyspell-display-next-corrections):
21191 * textmodes/bibtex.el (bibtex-print-help-message):
21192 * textmodes/artist.el (artist-key-set-point-poly):
21193 * term/mac-win.el (mac-services-insert-text):
21194 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21195 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21196 (vhdl-port-paste-testbench, vhdl-compose-new-component)
21197 (vhdl-compose-configuration):
21198 * progmodes/sh-script.el (sh-blink, sh-show-indent)
21199 (sh-set-indent, sh-learn-line-indent):
21200 * progmodes/ps-mode.el (ps-mode-target-column):
21201 * progmodes/idlwave.el (idlwave-make-tags)
21202 (idlwave-scan-library-catalogs):
21203 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21204 * progmodes/gud.el (gud-jdb-analyze-source):
21205 * progmodes/flymake.el (flymake-log):
21206 * progmodes/ebnf2ps.el (ebnf-generate-region):
21207 * progmodes/cmacexp.el (c-macro-expansion):
21208 * progmodes/ada-xref.el (ada-treat-cmd-string):
21209 * progmodes/ada-mode.el (ada-create-case-exception-substring)
21210 (ada-justified-indent-current, ada-batch-reformat):
21211 * play/zone.el (zone):
21212 * play/landmark.el (lm-move):
21213 * play/decipher.el (decipher-show-alphabet):
21214 * net/newsticker.el (newsticker--display-jump)
21215 (newsticker--display-scroll):
21216 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21217 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21218 * mail/feedmail.el (feedmail-dump-message-to-queue):
21219 * eshell/esh-proc.el (eshell-remove-process-entry):
21220 * emulation/ws-mode.el (ws-last-error):
21221 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21222 (viper-record-kbd-macro):
21223 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21224 * emacs-lisp/lisp-mnt.el (lm-report-bug):
21225 * emacs-lisp/find-func.el (find-function-noselect):
21226 * calendar/timeclock.el (timeclock-status-string)
21227 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21228 (timeclock-when-to-leave-string):
21229 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21230 * calc/calc-units.el (calc-enter-units-table):
21231 * calc/calc-mode.el (calc-mode-record-mode):
21232 * woman.el (woman-mini-help):
21233 * wdired.el (wdired-change-to-wdired-mode):
21234 * vc.el (vc-retrieve-snapshot):
21235 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21236 * startup.el (display-startup-echo-area-message):
21237 * simple.el (set-goal-column):
21238 * ses.el (ses-command-hook, ses-recalculate-cell):
21239 * server.el (server-process-filter):
21240 * printing.el (pr-interface-txt-print, pr-interface-printify)
21241 (pr-interface-ps):
21242 * pcvs.el (cvs-help):
21243 * log-edit.el (log-edit, log-edit-mode-help):
21244 * iswitchb.el (iswitchb-possible-new-buffer):
21245 * isearch.el (isearch-edit-string):
21246 * image-mode.el (image-mode, image-minor-mode):
21247 * ibuf-macs.el (define-ibuffer-filter):
21248 * hi-lock.el (hi-lock-find-patterns):
21249 * files.el (toggle-read-only):
21250 * ediff-util.el (ediff-copy-diff)
21251 (ediff-write-merge-buffer-and-maybe-kill):
21252 * echistory.el (Electric-history-undefined):
21253 * dnd.el (dnd-insert-text):
21254 * dired-aux.el (dired-query):
21255 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21256 * bookmark.el (bookmark-bmenu-locate):
21257 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21258 Fix `message' calls to ensure first arg is a format string.
21259 The change was made only when these two conditions were satisfied:
21260 [1] when there is a possibility that the arguments would cause an error
21261 for example, if the code in question relies on external variables
21262 such as filenames, and
21263 [2] if the arg to `message' could not have been nil in the code.
21264
21265 * pcomplete.el (pcomplete--help): Fix `message' format spec.
21266 Not having a %s would be weird, though not technically wrong.
21267
212682005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21269
21270 * term/mac-win.el (mac-add-charset-info): Doc fix.
21271
212722005-09-17 Romain Francoise <romain@orebokech.com>
21273
21274 * shell.el (shell-resync-dirs): Handle echoing processes more
21275 reliably. Don't insert resync command if `comint-process-echoes'
21276 is non-nil.
21277
212782005-09-17 Magnus Henoch <mange@freemail.hu>
21279
21280 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21281 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21282 aspell versions >= 0.60.
21283 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21284 only if ispell-aspell-supports-utf8 is non-nil.
21285
212862005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21287
21288 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21289 buffer-local value to lisp-indent-function.
21290
212912005-09-17 Milan Zamazal <pdm@zamazal.org>
21292
21293 * progmodes/glasses.el (glasses-make-readable): If
21294 glasses-separator differs from underscore, put appropriate
21295 overlays over underscore characters.
21296 (glasses-convert-to-unreadable): If glasses-separator differs from
21297 underscore, try to convert glasses-separator characters to
21298 underscores.
21299
213002005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
21301
21302 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21303 Use with-syntax-table and dolist.
21304
213052005-09-16 Carsten Dominik <dominik@science.uva.nl>
21306
21307 * textmodes/reftex-auc.el:
21308 * textmodes/reftex-cite.el:
21309 * textmodes/reftex-dcr.el:
21310 * textmodes/reftex-global.el:
21311 * textmodes/reftex-parse.el:
21312 * textmodes/reftex-ref.el:
21313 * textmodes/reftex-sel.el:
21314 * textmodes/reftex-toc.el:
21315 * textmodes/reftex-vars.el:
21316 * textmodes/reftex.el: Small changes to remove compiler warnings.
21317
21318 * textmodes/reftex-index.el: Likewise.
21319 (reftex-query-index-phrase): More efficient use of markers.
21320
213212005-09-15 Chong Yidong <cyd@stupidchicken.com>
21322
21323 * image.el (image-load-path): New variable.
21324 (image-search-load-path): New function.
21325 (find-image): Search for images in `image-load-path'.
21326
213272005-09-15 Richard M. Stallman <rms@gnu.org>
21328
21329 * follow.el: Change Maintainer field.
21330
213312005-09-15 David Ponce <david@dponce.com>
21332
21333 * recentf.el (recentf-save-file-modes): New option.
21334 (recentf-save-list): Use it.
21335
213362005-09-15 Nick Roberts <nickrob@snap.net.nz>
21337
21338 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21339 (mode-line-mule-info, mode-line-modified): Move bindings from
21340 mouse-3 to mouse-1.
21341
213422005-09-15 Chong Yidong <cyd@stupidchicken.com>
21343
21344 * simple.el (sendmail-user-agent-compose): Revert last change.
21345
213462005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
21347
21348 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21349 Use with-current-buffer.
21350 (ange-ftp-gwp-start): Remove unused var `gw-user'.
21351 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21352 (ange-ftp-insert-directory): Remove unused var `short'.
21353 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21354
21355 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21356 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21357
21358 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21359 (check-calendar-holidays, diary-list-entries): Autoload.
21360 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21361 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21362
21363 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21364 which mistakenly removed a call to display-buffer.
21365
213662005-09-14 Juanma Barranquero <lekktu@gmail.com>
21367
21368 * obsolete/iso-insert.el: Move to obsolete/ from international/.
21369
213702005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
21371
21372 * progmodes/hideshow.el
21373 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21374 (hs-allow-nesting): New user var.
21375 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21376 (hs-hide-block-at-point): When nesting allowed,
21377 if there is already an overlay in place, delete it.
21378 (hs-safety-is-job-n): Delete func; remove call sites.
21379 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21380 (hs-overlay-at): New func.
21381 (hs-already-hidden-p, hs-show-block): Use it.
21382 (hs-hide-all): Don't pre-clean if nesting allowed.
21383 (hs-show-all): Temporarily disallow
21384 nesting around call to `hs-discard-overlays'.
21385
213862005-09-14 Chong Yidong <cyd@stupidchicken.com>
21387
21388 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21389 Delete unused local var.
21390
213912005-09-13 Juanma Barranquero <lekktu@gmail.com>
21392
21393 * help-fns.el (describe-categories): "?\ " -> "?\s".
21394 (help-do-arg-highlight): Recognize also ARG-n, as in
21395 `move-to-left-margin' (ARG+n is already recognized). Simplify.
21396
21397 * international/codepage.el (dos-unsupported-char-glyph):
21398 * net/newsticker.el (tool-bar-map, w3-mode-map)
21399 (w3m-minor-mode-map):
21400 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21401 (ent-alist):
21402 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21403
214042005-09-13 Chong Yidong <cyd@stupidchicken.com>
21405
21406 * custom.el (custom-push-theme): Handle the case where a symbol is
21407 bound but face properties have not yet been assigned.
21408
21409 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21410 Fix behavior if noerase is `t' and there is no mail buffer.
21411
21412 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21413 if `continue' is nil, rather than signal an error.
21414
214152005-09-12 Richard M. Stallman <rms@gnu.org>
21416
21417 * font-lock.el (font-lock-keywords): Add autoload.
21418
21419 * help-fns.el (describe-variable): Rearrange to put source link
21420 in a predictable place.
21421
21422 * net/newsticker.el: New file.
21423
214242005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21425
21426 * calendar/calendar.el (calendar-for-loop): Add edebug info.
21427 (calendar-basic-setup): Use the new nil arg.
21428 (number-of-diary-entries): Move to diary-lib.el.
21429
21430 * calendar/diary-lib.el: Use with-current-buffer, match-string.
21431 (diary-list-entries): Use with-syntax-table and dolist.
21432 Rename from list-diary-entries.
21433 Use number-of-diary-entries if `number' is nil.
21434 (diary, diary-view-entries): Use this new name and new nil arg value.
21435 (number-of-diary-entries): Move from calendar.el.
21436 (diary-unhide-everything): New function.
21437 (include-other-diary-files, fancy-diary-display)
21438 (diary-show-all-entries, make-diary-entry): Use it.
21439 (diary-mail-entries): Use buffer-string.
21440 (mark-diary-entries): Fix long standing paren typo.
21441 (diary-sexp-entry): Use count-lines.
21442 (make-diary-entry): Avoid `previous-line'.
21443 (diary-mode-map): New var.
21444 (diary-mode): Redraw cal after saving. Setup header-line.
21445 (fancy-diary-display-mode): Use local-set-key.
21446
21447 * startup.el (command-line): Try calling various terminal-init-foo-bar
21448 functions by stripping hyphenated suffixes from $TERM.
21449
21450 * files.el (normal-mode): Check boundness of font-lock-keywords.
21451
214522005-09-12 Richard M. Stallman <rms@gnu.org>
21453
21454 * progmodes/compile.el: Don't decide a file's directory
21455 until the user actually tries to go there.
21456 (compilation-next-error-function):
21457 Pass compilation-find-file the directory from the file-struct.
21458 (compilation-internal-error-properties): Separate local FILE-STRUCT
21459 from FILE. Doc the args better. Rename arg FMT to FMTS.
21460 (compilation-find-file): Arg DIR renamed to DIRECTORY.
21461 Expand it, and if nil, use default-directory.
21462 (compilation-get-file-structure): Don't mix specified directory
21463 with default directory. Put specified directory into
21464 file-struct. Don't make the file name absolute.
21465
21466 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21467 (compile-command): Add autoload.
21468 (compilation-disable-input): Add autoload.
21469
214702005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
21471
21472 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21473 strings of the variables it can override.
21474 (time-stamp): New (as yet undocumented) time-stamp-format escapes
21475 %Q and %q, for fully-qualified domain name and unqualified host name.
21476
214772005-09-11 Kim F. Storm <storm@cua.dk>
21478
21479 * emacs-lisp/authors.el (authors-aliases): Update list.
21480 (authors-fixed-entries): Update mldrag.el entry.
21481
214822005-09-10 Alan Mackenzie <acm@muc.de>
21483
21484 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21485 from the region narrowed to.
21486
214872005-09-10 Magnus Henoch <mange@freemail.hu>
21488
21489 * textmodes/ispell.el (ispell-check-version): Signal an error if
21490 aspell version is less than 0.60.
21491
214922005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
21493
21494 * progmodes/octave-inf.el (inferior-octave-startup):
21495 Resync current dir at the end.
21496
214972005-09-10 Emilio C. Lopes <eclig@gmx.net>
21498
21499 * woman.el (woman-topic-at-point-default):
21500 Rename to woman-use-topic-at-point-default.
21501 (woman-topic-at-point): Rename to woman-use-topic-at-point.
21502 (woman-file-name): Reflect renames above. Automatically use the
21503 word at point as topic if woman-use-topic-at-point is non-nil.
21504 Otherwise offer it as default but don't insert it in the
21505 minibuffer. Also use `test-completion' instead of `assoc' as
21506 suggested by Stefan Monnier.
21507
215082005-09-10 Andre Spiegel <spiegel@gnu.org>
21509
21510 * vc.el (vc-directory, vc-update-change-log): Throw an error on
21511 the attempt to do it over Tramp. This is not yet supported.
21512
215132005-09-10 Eli Zaretskii <eliz@gnu.org>
21514
21515 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
21516 (menu-bar-non-minibuffer-window-p): New functions.
21517 ("Split Window", "Save As..."): Use them.
21518 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
21519 ("Print Buffer", "Truncate Long Lines in this Buffer"):
21520 Use menu-bar-menu-frame-live-and-visible-p.
21521 ("Save Buffer", "Insert File", "Open Directory...")
21522 ("Open File...", "Visit New File..."):
21523 Use menu-bar-non-minibuffer-window-p.
21524 (kill-this-buffer-enabled-p, dired <menu-enable>):
21525 Use menu-bar-non-minibuffer-window-p.
21526
215272005-09-09 Eli Zaretskii <eliz@gnu.org>
21528
21529 * cus-start.el (all): Don't complain about fringe-related
21530 built-ins if fringes are not supported. Ditto about
21531 selection-related built-ins. Fix the test for GTK-related built-ins.
21532
21533 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
21534 ("Postscript Print Buffer", "Print Region", "Save As...")
21535 ("Save", "Insert File...", "Open Directory...")
21536 ("Open File...", "Visit New File..."")
21537 ("Truncate Long Lines in this Buffer"): Don't look at
21538 menu-updating-frame if this display does not support multiple frames.
21539
215402005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21541
21542 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
21543
4fc9bd56 215442005-09-09 Emilio C. Lopes <eclig@gmx.net>
6fee106e
KS
21545
21546 * woman.el: Format- and whitespace-related changes.
21547
215482005-09-09 Eli Zaretskii <eliz@gnu.org>
21549
21550 * woman.el: Fix my email address.
21551
215522005-09-08 Richard M. Stallman <rms@gnu.org>
21553
21554 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
21555 (sh-mode): Locally set skeleton-pair-default-alist.
21556
21557 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
21558
21559 * progmodes/flymake.el: Require `compile' unconditionally.
21560
21561 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
21562
21563 * woman.el (woman-file-name): Provide a default, not initial input.
21564
21565 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
21566
21567 * font-lock.el (font-lock-support-mode): Doc fix.
21568
21569 * descr-text.el (describe-property-list): Handle non-symbol prop names.
21570
215712005-09-08 Richard M. Stallman <rms@gnu.org>
21572
21573 * simple.el (blink-matching-open): Get rid of text props from
21574 the string shown in echo area. Don't permanently set point.
21575 Some rearrangements.
21576
215772005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
21578
21579 * recentf.el (recentf-filename-handler): Add custom choice
21580 `abbreviate-file-name'.
21581
21582 * msb.el (msb--very-many-menus): Fix typo.
21583
21584 * disp-table.el (standard-display-european): Don't set
21585 enable-multibyte-characters to nil.
21586
215872005-09-08 David Ponce <david@dponce.com>
21588
21589 * recentf.el (recentf-show-file-shortcuts-flag): New option.
21590 (recentf-expand-file-name): Doc fix.
21591 (recentf-dialog-mode-map): Define digit shortcuts.
21592 (recentf--files-with-key): New variable.
21593 (recentf-show-digit-shortcut-filter): New function.
21594 (recentf-open-files-items): New function.
21595 (recentf-open-files): Use it.
21596 (recentf-open-file-with-key): New command.
21597
215982005-09-08 Chong Yidong <cyd@stupidchicken.com>
21599
21600 * buff-menu.el (Buffer-menu-sort-by-column): New function.
21601 Suggested by Kim F. Storm.
21602 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
21603 (Buffer-menu-make-sort-button): Use global keymap.
21604
216052005-09-07 Michael Albinus <michael.albinus@gmx.de>
21606
21607 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
21608 (Man-getpage-in-background-advice): Remove defadvice; it isn't
21609 necessary any longer with the remapped command.
21610 (Man-bgproc-sentinel-advice): Remove defadvice which counts
21611 formatting time only.
21612
21613 * net/tramp.el (tramp-action-password)
21614 (tramp-multi-action-password): Compile the password prompt from
21615 `method', `user' and `host'. Sometimes it isn't obvious which
21616 password to enter, for example with remote files offered by
21617 recentf.el, or with multiple steps. Suggested by Robert Marshall
21618 <robert@chezmarshall.freeserve.co.uk>.
21619
216202005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21621
21622 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
21623 Fix regexp for when "s///" is at the beginning of line.
21624
216252005-09-07 Jay Belanger <belanger@truman.edu>
21626
21627 * calc/calc-poly.el (math-expand-term): Multiply out any powers
21628 when in matrix mode.
21629
216302005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21631
21632 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
21633 non-anonymous functions.
21634
216352005-09-06 Chong Yidong <cyd@stupidchicken.com>
21636
21637 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
21638 when using a header line. Otherwise, use mouse-1-click-follows-link.
21639
21640 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
21641 can't be moved; don't signal an error.
21642
216432005-09-05 Chong Yidong <cyd@stupidchicken.com>
21644
21645 * cus-theme.el (custom-theme-write-faces): Save the current face
21646 spec, not the defface spec.
21647
21648 * custom.el (custom-known-themes): Clarify meaning of "standard".
21649 (custom-push-theme): Save old values in the standard theme.
21650 (disable-theme): Correct typo.
21651 (custom-face-theme-value) Deleted unused function.
21652 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
21653
216542005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
21655
21656 * progmodes/compile.el (compilation-goto-locus): Take into account
21657 iconified frames when determining whether the buffer is
21658 already visible.
21659 Don't reset window height if the window already existed.
21660
216612005-09-04 Chong Yidong <cyd@stupidchicken.com>
21662
21663 * custom.el (load-theme): Rename from require-theme.
21664 Add interactive spec.
21665 (enable-theme): Rename from custom-enable-theme.
21666 Add interactive spec.
21667 (disable-theme): Rename from custom-disable-theme.
21668 Add interactive spec.
21669 (custom-make-theme-feature): Doc fix.
21670 (custom-theme-directory): Doc fix.
21671 (provide-theme): Call enable-theme.
21672
216732005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
21674
21675 * obsolete/lazy-lock.el (lazy-lock-mode):
21676 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
21677 font-lock-mode if it's off. Print a warning instead.
21678
21679 * progmodes/compile.el (compilation-start): Ignore errors if the
21680 process died before we get to send-eof.
21681
21682 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
21683 Undo last change. Enclosing the result in quotes broke things on Unix
21684 since tex-send-command passes it through shell-quote-argument.
21685 (tex-send-command): Pass `file' through convert-standard-filename
21686 when possible.
21687 (tex-uptodate-p): Handle the case where TeX hasn't put additional
21688 info in a transcript.
21689
216902005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
21691
21692 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
21693 fix compilation warning. Reorder the key definitions to group
21694 together keys emitted by the current version of xterm.
21695
21696 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
21697 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
21698 Reorder predicates to correct min-color usage.
21699
217002005-09-01 Chong Yidong <cyd@stupidchicken.com>
21701
21702 * longlines.el (longlines-mode): Inhibit read-only when encoding.
21703 Kill local variables when longlines-mode is turned off.
21704
217052005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
21706
21707 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
21708
21709 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
21710
21711 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
21712
21713 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
21714 (font-lock-lines-before): Change default to being inactive.
21715 (font-lock-default-fontify-region): Obey font-lock-lines-before.
21716 (font-lock-after-change-function): Don't handle f-l-lines-before here.
21717
217182005-08-31 Michael Albinus <michael.albinus@gmx.de>
21719
21720 * net/tramp.el (tramp-handle-make-auto-save-file-name):
21721 Deactivate temporarily advice if active (not needed for Emacs 22,
21722 but for backwards compatibility).
21723 (tramp-exists-file-name-handler): Rewrite. First implementation
21724 was too simple.
21725 (tramp-advice-make-auto-save-file-name):
21726 Call `tramp-handle-make-auto-save-file-name' (again, just for
21727 backwards compatibility).
21728
217292005-08-31 Reto Zimmermann <reto@gnu.org>
21730
21731 * progmodes/vhdl-mode.el
21732 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
21733 (vhdl-end-p): Fix indentation bug "else" after "-- when".
21734 (vhdl-set-default-project): New function (easier setting of default).
21735 (vhdl-port-copy): Handle extended identifiers for generics.
21736 (vhdl-compiler-alist): Better description for error message regexp.
21737 (vhdl-make): Query for target, use previous as default.
21738 (vhdl-port-copy): Fix port copy for port names starting with "signal".
21739 (vhdl-font-lock-keywords-2): Fix fontification for record
21740 el. assign.
21741 (vhdl-speedbar-make-subpack-line): Add package body link.
21742 (vhdl-generate-makefile-1): Not include itself as dependency.
21743 (vhdl-font-lock-init): Highlight c-preprocessor directives.
21744 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
21745 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
21746 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
21747 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
21748 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
21749 (vhdl-import-project): Add string argument for `error'.
21750 (vhdl-compose-configuration)
21751 (vhdl-compose-configuration-architecture): Add configuration
21752 declaration generation.
21753 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
21754 (vhdl-trailer-re): Add "record" keyword (better indentation).
21755 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
21756 "[^ \t-\"]+".
21757 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
21758 (vhdl-testbench-entity-file-name)
21759 (vhdl-testbench-architecture-file-name): Allow separate
21760 customization of testbench file names.
21761 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
21762 (vhdl-get-visible-signals): Allow newline within alias declaration.
21763 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
21764 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
21765 (member-ignore-case): Alias for missing function in XEmacs.
21766 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
21767 (vhdl-update-sensitivity-list): Ignore case on read signals.
21768 (vhdl-replace-string): Adjust case only for file names.
21769 (vhdl-update-sensitivity-list): Fix search for read signals.
21770 (vhdl-update-sensitivity-list): Exclude formal parameters.
21771 (vhdl-get-visible-signals): Include aliases of signals.
21772 (vhdl-get-visible-signals): Fix signal name searching.
21773 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
21774 (vhdl-fixup-whitespace-region): Fix for character
21775 literals (e.g. `:').
21776
217772005-08-31 Juanma Barranquero <lekktu@gmail.com>
21778
21779 * ansi-color.el (comint-last-output-start):
21780 * bs.el (font-lock-verbose):
21781 * diff-mode.el (add-log-buffer-file-name-function):
21782 * dired-x.el (vm-folder-directory):
21783 * faces.el (help-xref-stack-item):
21784 * files.el (font-lock-keywords):
21785 * find-lisp.el (dired-buffers, dired-subdir-alist):
21786 * ido.el (cua-inhibit-cua-keys):
21787 * log-view.el (cvs-minor-wrap-function):
21788 * outline.el (font-lock-warning-face):
21789 * simple.el (compilation-current-error):
21790 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
21791 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
21792 * tooltip.el (comint-prompt-regexp):
21793 * w32-fns.el (explicit-shell-file-name):
21794 * term/mac-win.el (mac-charset-info-alist)
21795 (mac-services-selection, mac-system-script-code):
21796 * term/tty-colors.el (msdos-color-values):
21797 * term/w32-win.el (xlfd-regexp-registry-subnum):
21798 * term/x-win.el (x-keysym-table, x-selection-timeout)
21799 (x-session-id, x-session-previous-id):
21800 * textmodes/ispell.el (mail-yank-prefix):
21801 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
21802 * textmodes/org.el (calc-embedded-close-formula)
21803 (calc-embedded-open-formula)
21804 (font-lock-unfontify-region-function):
21805 * textmodes/reftex-global.el (isearch-next-buffer-function)
21806 (TeX-master):
21807 * textmodes/reftex.el (font-lock-keywords):
21808 * textmodes/tex-mode.el (font-lock-comment-face)
21809 (font-lock-doc-face):
21810 * textmodes/texinfo.el (outline-heading-alist):
21811 Add defvars.
21812
21813 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
21814 (artist-spray-chars, artist-mode-init, artist-replace-string)
21815 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
21816 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
21817 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
21818
21819 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
21820 (conf-align-assignments): "?\ " -> "?\s".
21821
21822 * textmodes/reftex-index.el (TeX-master): Add defvar.
21823 (reftex-index-phrases-marker): Move up defvar.
21824
21825 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
21826 (reftex-toc-include-labels-indicator)
21827 (reftex-toc-include-index-indicator)
21828 (reftex-toc-max-level-indicator): Move up declarations.
21829
21830 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
21831 of args to `tramp-run-real-handler', even if it's empty in this case.
21832
218332005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21834
21835 * dired.el (dired-move-to-filename-regexp): Add date format for
21836 Mac OS X 10.3 in East Asian locales.
21837
218382005-08-31 Michael Albinus <michael.albinus@gmx.de>
21839
21840 * files.el (make-auto-save-file-name): Add file name handler call
21841 if applicable.
21842
21843 * net/tramp.el (tramp-file-name-handler-alist)
21844 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
21845 (tramp-handle-make-auto-save-file-name): Rename from
21846 `tramp-make-auto-save-file-name'.
21847 (tramp-exists-file-name-handler): New defun.
21848 (tramp-advice-make-auto-save-file-name): Make defadvice only when
21849 `make-auto-save-file-name' is not a magic file name operation.
21850
218512005-08-30 Richard M. Stallman <rms@gnu.org>
21852
21853 * files.el (risky-local-variable-p):
21854 Match `-predicates' and `-commands.
21855
21856 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
21857 (custom-save-all): Visit the file if necessary;
21858 kill the buffer if we created it.
21859 (custom-save-delete): Don't visit file or kill buffer here.
21860
218612005-08-30 Carsten Dominik <dominik@science.uva.nl>
21862
21863 * textmodes/org.el (org-special-keyword): New face.
21864 (org-table-copy-down, org-table-eval-formula)
21865 (org-table-recalculate, org-init-section-numbers):
21866 Use `string-to-number' instead of `string-to-int'.
21867 (org-get-location): Use `insert-buffer-substring' instead of
21868 `insert-buffer'.
21869 (org-modify-diary-entry-string): New function.
21870 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
21871 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
21872 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
21873 active region.
21874 (org-export-as-html): Handle QUOTE keyword.
21875 (org-quote-string): New option.
21876 (org-bookmark-jump-unhide): New function, used for
21877 `bookmark-after-jump-hook'.
21878 (org-diary-default-entry): Apply only when not called through
21879 `org-agenda'.
21880
218812005-08-30 Juanma Barranquero <lekktu@gmail.com>
21882
21883 * net/eudc.el (mode-popup-menu):
21884 * play/handwrite.el (ps-printer-name, ps-lpr-command):
21885 * progmodes/ada-mode.el (compile-auto-highlight)
21886 (skeleton-further-elements):
21887 * progmodes/autoconf.el (font-lock-syntactic-keywords):
21888 * progmodes/cmacexp.el (msdos-shells):
21889 * progmodes/compile.el (font-lock-extra-managed-props)
21890 (font-lock-keywords, font-lock-maximum-size)
21891 (font-lock-support-mode):
21892 * progmodes/grep.el (font-lock-lines-before):
21893 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
21894 * progmodes/mixal-mode.el (compile-command):
21895 * progmodes/perl-mode.el (font-lock-comment-face)
21896 (font-lock-doc-face, font-lock-string-face):
21897 * progmodes/prolog.el (comint-prompt-regexp):
21898 * progmodes/sh-script.el (font-lock-comment-face)
21899 (font-lock-set-defaults, font-lock-string-face):
21900 * progmodes/sql.el (font-lock-keyword-face)
21901 (font-lock-set-defaults, font-lock-string-face):
21902 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
21903 (itimer-version, lazy-lock-defer-contextually)
21904 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
21905 Add defvars.
21906
21907 * progmodes/cperl-mode.el (cperl-electric-lbrace)
21908 (cperl-electric-keyword, cperl-electric-pod)
21909 (cperl-electric-backspace, cperl-forward-re)
21910 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
21911 (vc-rcs-header, vc-sccs-header): Add defvars.
21912
21913 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
21914 (font-lock-syntactic-keywords, gud-find-expr-function):
21915 Add defvars.
21916
21917 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
21918 (gdb-frame-parameters): Declare before use.
21919
21920 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
21921 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
21922 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
21923 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
21924
21925 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
21926 (idlwave-help-with-source): Use `insert-buffer-substring', not
21927 `insert-buffer'.
21928
219292005-08-29 Juri Linkov <juri@jurta.org>
21930
21931 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
21932 Put outline-back-to-heading function call inside save-excursion.
21933
219342005-08-29 Juanma Barranquero <lekktu@gmail.com>
21935
21936 * man.el (Man-init-defvars, Man-translate-references)
21937 (Man-support-local-filenames, Man-highlight-references):
21938 * progmodes/sql.el (sql-interactive-mode):
21939 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
21940
21941 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
21942 (compilation-mode-font-lock-keywords): Add defvars.
21943 (checkdoc-interactive-loop): "?\ " -> "?\s".
21944
21945 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
21946 (font-lock-doc-face, font-lock-string-face)
21947 (font-lock-keywords-case-fold-search): Add defvars.
21948 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
21949
21950 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
21951 Don't pass X and Y (they are ignored anyway).
21952 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
21953 (mouse-delete-window): Make arguments optional.
21954
21955 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
21956 (caesar-translate-table, minor-modes, news-buffer-save)
21957 (news-group-name, news-minor-modes): Add defvars.
21958
21959 * emacs-lisp/lselect.el (mouse-highlight-priority)
21960 (x-lost-selection-functions, zmacs-regions):
21961 * emacs-lisp/pp.el (font-lock-verbose):
21962 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
21963 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
21964 (ses-mode-map):
21965 * emacs-lisp/tcover-unsafep.el (safe-functions):
21966 * international/mule-cmds.el (mac-system-coding-system)
21967 (mac-system-locale):
21968 * language/ethio-util.el (rmail-current-message)
21969 (rmail-message-vector):
21970 * language/thai-util.el (thai-auto-composition-mode):
21971 * mail/metamail.el (rmail-current-message, rmail-message-vector):
21972 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
21973 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
21974 (vm-primary-inbox, vm-spool-files):
21975 * mail/rmail.el (deleted-head, font-lock-fontified)
21976 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
21977 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
21978 (total-messages):
21979 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
21980 (rmail-summary-mode-map):
21981 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
21982 (rmail-last-label, rmail-last-multi-labels)
21983 (rmail-summary-vector, rmail-total-messages):
21984 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
21985 * mail/rmailsum.el (msgnum):
21986 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
21987 (rmail-current-message):
21988 * obsolete/fast-lock.el (font-lock-face-list):
21989 * obsolete/rnewspost.el (mail-reply-buffer):
21990 * obsolete/scribe.el (compile-command):
21991 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
21992
219932005-08-28 John Paul Wallington <jpw@gnu.org>
21994
21995 * ibuf-ext.el (ibuffer-auto-update-changed):
21996 Use `frame-or-buffer-changed-p' to check whether we need to update.
21997 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
21998 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
21999 as a `frame-or-buffer-changed-p' state vector instead.
22000
220012005-08-27 Romain Francoise <romain@orebokech.com>
22002
22003 * textmodes/makeinfo.el (makeinfo-compile):
22004 Use `compilation-start'. Set `next-error-function' according to
22005 `disable-errors'.
22006 (makeinfo-next-error): New function.
22007 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22008 (makeinfo-buffer): Likewise.
22009
22010 * progmodes/compile.el (compilation-start): Add autoload cookie.
22011
22012 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22013 * textmodes/sgml-mode.el: Likewise.
22014 * progmodes/python.el: Likewise.
22015
220162005-08-27 Eli Zaretskii <eliz@gnu.org>
22017
22018 * simple.el (blink-matching-paren-distance): Document the meaning
22019 of nil value, and allow to customize to nil.
22020
22021 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22022 command.com, not command.exe.
22023
220242005-08-26 John Wiegley <johnw@newartisans.com>
22025
22026 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22027 code around a bit so that an extraneous nil argument is not added
22028 to a command when no args are given.
22029
22030 * eshell/esh-arg.el (eshell-parse-double-quote): If a
22031 double-quoted argument resolves to nil, return it as an empty
22032 string rather than as nil. This made it impossible to pass "" to
22033 a shell script as a null string argument.
22034
220352005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
22036
22037 * outline.el (outline-invent-heading): New fun.
22038 (outline-promote, outline-demote): Use it.
22039 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22040 (outline-end-of-subtree): Remove unused var `opoint'.
22041
220422005-08-26 David Reitter <david.reitter@gmail.com>
22043
22044 * menu-bar.el (truncate-lines, write-file, print-buffer)
22045 (ps-print-buffer-faces, ps-print-buffer, split-window):
22046 Disable menu items when the frame they refer to is invisible, or when
22047 they refer to a buffer and the minibuffer is selected.
22048
220492005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
22050
22051 * progmodes/flymake.el (flymake-highlight-err-lines):
22052 Use save-excursion around flymake-highlight-line to preserve point.
22053
220542005-08-26 Eli Zaretskii <eliz@gnu.org>
22055
22056 * progmodes/octave-mod.el: Change Author and Maintainer address.
22057 (octave-maintainer-address): Change Kurt's email address.
22058 * progmodes/octave-inf.el: Change Author and Maintainer address.
22059 * progmodes/octave-hlp.el: Change Author and Maintainer address.
22060
220612005-08-26 Kim F. Storm <storm@cua.dk>
22062
22063 * subr.el (version-list-<, version-list-<=, version-list-=):
22064 Rename from integer-list-*.
22065 (version-list-not-zero): Likewise. Fix while loop.
22066 (version=): Use version-list-= instead of string-equal.
22067
220682005-08-26 Richard M. Stallman <rms@gnu.org>
22069
22070 * outline.el (outline-promote): Try shortening the heading.
22071 As last resort, read the heading to use.
22072 (outline-demote): As last resort, read the heading to use.
22073
220742005-08-26 Romain Francoise <romain@orebokech.com>
22075
22076 * progmodes/compile.el (compilation-start): Doc fix.
22077
22078 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22079 (antlr-font-lock-additional-keywords): Fix reference to
22080 `antlr-font-lock-literal-regexp' erroneously changed during the
22081 mass face rename.
22082 (antlr-run-tool): Use `compilation-start'.
22083
22084 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22085 instead of the obsolete `compile-internal'.
22086
220872005-08-26 Juanma Barranquero <lekktu@gmail.com>
22088
22089 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22090 (number, original-date):
22091 * calendar/cal-china.el (date):
22092 * calendar/cal-coptic.el (date):
22093 * calendar/cal-french.el (date):
22094 * calendar/cal-hebrew.el (date, entry, number, original-date):
22095 * calendar/cal-islam.el (date, number, original-date):
22096 * calendar/cal-iso.el (date):
22097 * calendar/cal-julian.el (date):
22098 * calendar/cal-mayan.el (date):
22099 * calendar/cal-menu.el (date, event):
22100 * calendar/cal-persia.el (date):
22101 * calendar/lunar.el (date):
22102 * calendar/solar.el (date): Add defvars.
22103
22104 * emerge.el:
22105 * ibuffer.el:
22106 * info-xref.el:
22107 * obsolete/bg-mouse.el:
22108 * obsolete/sun-curs.el:
22109 * obsolete/swedish.el: Move the `defvar's to the top level.
22110
22111 * smerge-mode.el (smerge-refined-change): Add :group.
22112
221132005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
22114
22115 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22116 (smerge-keep-n): Remove props.
22117 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22118 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22119 now that it's done in smerge-keep-n.
22120 (smerge-refined-change): New face.
22121 (smerge-refine-chopup-region, smerge-refine-highlight-change)
22122 (smerge-refine): New funs.
22123 (smerge-basic-map): Bind smerge-refine.
22124
221252005-08-25 Juri Linkov <juri@jurta.org>
22126
22127 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22128 compilation-process-setup-function and compilation-disable-input
22129 in grep-mode instead of let-bindings in grep.
22130
22131 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22132 Delete "Automatic File De/compression" (auto-compression-mode).
22133
221342005-08-25 Juanma Barranquero <lekktu@gmail.com>
22135
22136 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22137 Silence warning about non-existent variable.
22138
221392005-08-25 Richard M. Stallman <rms@gnu.org>
22140
22141 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22142 Rename "Describe Key" to "Describe Key or Mouse Operation".
22143
22144 * mail/mailalias.el (build-mail-aliases): Delete comments
22145 from the contents before processing them.
22146
22147 * isearch.el (isearch-edit-string): Erase the Search prompt
22148 if user enters an empty string and there is no default.
22149
22150 * comint.el (comint-file-name-prefix): Add autoload.
22151
221522005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
22153
22154 * subr.el (play-sound): Rearrange to avoid warning.
22155
221562005-08-25 Carsten Dominik <dominik@science.uva.nl>
22157
22158 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22159 New hook.
22160 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
22161
221622005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
22163
22164 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22165
22166 * custom.el (custom-theme-set-variables): Sort minor modes last.
22167
221682005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22169
22170 * subr.el (version-separator, version-regexp-alist): New vars used by
22171 version comparison funs.
22172 (integer-list-<, integer-list-=, integer-list-<=)
22173 (integer-list-not-zero): New funs for integer list comparison.
22174 (version-to-list, version=, version<, version<=): New funs for version
22175 comparison.
22176
221772005-08-24 Juanma Barranquero <lekktu@gmail.com>
22178
22179 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22180 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22181 time to silence the byte-compiler.
22182
22183 * ibuffer.el (ibuffer-compile-make-eliding-form)
22184 (ibuffer-check-formats): Use `with-no-warnings' to hide references
22185 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22186 so it's silly to get warnings for it).
22187 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22188 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22189 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22190 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22191 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22192 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22193 Defvar at compile time.
22194 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22195 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22196 Declare them before use.
22197
22198 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22199 (info-xref-good, info-xref-bad): Defvar at compile time.
22200
22201 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22202 Use `let*' instead of `let'.
22203
22204 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22205 (*mouse-y*, menu, char): Defvar at compile time.
22206 (sc::menu): Declare it before use.
22207 (sc::pack-one-line): Use `let', not `let*'.
22208
22209 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22210 (mail-send-hook): Defvar at compile time.
22211
22212 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22213 Defvar at compile time.
22214
22215 * term/sun-mouse.el (current-global-mousemap)
22216 (current-local-mousemap): Declare them before use.
22217
222182005-08-24 Carsten Dominik <dominik@science.uva.nl>
22219
22220 * bookmark.el (bookmark-after-jump-hook): New hook.
22221 (bookmark-jump): Run `bookmark-after-jump-hook'.
22222
222232005-08-23 Juri Linkov <juri@jurta.org>
22224
22225 * faces.el (minibuffer-prompt): Doc fix.
22226
222272005-08-23 Juanma Barranquero <lekktu@gmail.com>
22228
22229 * progmodes/xscheme.el: Trivial changes to silence warnings.
22230 (xscheme-previous-mode, xscheme-previous-process-state):
22231 Add defvars.
22232 (xscheme-last-input-end, xscheme-process-command-line)
22233 (xscheme-process-name, xscheme-buffer-name)
22234 (xscheme-expressions-ring-max, xscheme-expressions-ring)
22235 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22236 (xscheme-control-g-synchronization-p)
22237 (xscheme-control-g-disabled-p, xscheme-string-receiver)
22238 (default-xscheme-runlight, xscheme-runlight)
22239 (xscheme-runlight-string, xscheme-process-filter-state)
22240 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22241 Move to beginning of file.
22242 (scheme-interaction-mode-commands-alist)
22243 (scheme-interaction-mode-map, scheme-debugger-mode-map):
dad2e044
JB
22244 Declare them before use. Note: the initialization code for the
22245 variables has not been moved because it uses functions that reference
22246 the variables.
6fee106e
KS
22247 (xscheme-control-g-message-string, xscheme-process-filter-alist)
22248 (xscheme-prompt-for-expression-map): Declare them before use.
22249 (scheme-debugger-mode-commands): "?\ " -> "?\s".
22250
222512005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
22252
22253 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22254
222552005-08-22 Juri Linkov <juri@jurta.org>
22256
22257 * faces.el (set-face-underline): Delete this duplicate function
22258 and make an obsolete alias to set-face-underline-p.
22259 (set-face-underline-p): Use docstring of set-face-underline.
22260 (describe-face): Create hyperlink to parent face.
22261
22262 * info.el (Info-insert-dir): Use save-excursion around
22263 insert-buffer-substring.
22264 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22265 (Info-escape-percent): Delete function.
22266 (Info-fontify-node): Replace Info-escape-percent by
22267 replace-regexp-in-string with REP arg set to lambda that
22268 duplicates `%' and preserves text properties.
22269
22270 * progmodes/compile.el (compilation-disable-input): Doc fix.
22271 (define-compilation-mode): Doc fix and refill.
22272 (kill-compilation): Use `mode-name' in the error message.
22273 (compilation-find-file): Use `compilation-error' in the
22274 read-file-name's prompt.
22275
222762005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22277
22278 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22279 (smerge-auto-leave): Make undo re-enable the mode.
22280 (debug-ignored-errors): Add the user-error of impossible resolution.
22281 (smerge-resolve): Move things around a bit, in preparation for later.
22282 (smerge-diff): Don't fail if the buffer has no associated file.
22283 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22284 (smerge-conflict-overlay): New function.
22285 (smerge-match-conflict): Don't add text properties here.
22286 (smerge-find-conflict): Instead, add an overlay here.
22287 Also check for the case where we're inside a conflict already, so as to
22288 obviate the need for font-lock-multiline, which is unbearably slow with
22289 large conflicts and ciomplex font-lock patterns.
22290 (smerge-remove-props): Remove overlay rather than text-properties.
22291 (smerge-mode): Don't set font-lock-multiline.
22292 Remove overlays when turned off.
22293
222942005-08-21 Kim F. Storm <storm@cua.dk>
22295
22296 * ido.el (ido-ignore-item-p): Use save-match-data.
22297 Bind case-fold-search to ido-case-fold locally.
22298
222992005-08-20 Richard M. Stallman <rms@gnu.org>
22300
22301 * files.el (normal-mode): If font lock is on, turn it off and on.
22302
22303 * subr.el (replace-regexp-in-string): Doc fix.
22304
22305 * startup.el (command-line-1): Don't suppress startup screen
22306 due to existing processes.
22307
22308 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22309
22310 * progmodes/compile.el (compilation-disable-input): Default to nil.
22311
223122005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22313
22314 * progmodes/compile.el (compilation-disable-input): New defcustom.
22315 (compilation-start): If compilation-disable-input is non-nil, send
22316 EOF to the compilation process.
22317
223182005-08-20 Eli Zaretskii <eliz@gnu.org>
22319
22320 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22321 Run the argument of tex-shell-cd-command through
22322 convert-standard-filename, to get the correct style of slashes on
22323 Windows, and enclose the result in quotes, in case the file name
22324 includes whitespace or other special characters.
22325
223262005-08-19 Andreas Schwab <schwab@suse.de>
22327
22328 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22329 process.
22330
223312005-08-18 Luc Teirlinck <teirllm@auburn.edu>
22332
22333 * cus-start.el (minibuffer-prompt-properties): Correct typo.
22334
223352005-08-18 Kim F. Storm <storm@cua.dk>
22336
22337 * scroll-lock.el: Fix errors due to incorrect line wrapping.
22338
223392005-08-18 Richard M. Stallman <rms@gnu.org>
22340
22341 * scroll-lock.el: New file.
22342
223432005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
22344
22345 * dired.el (dired-move-to-end-of-filename):
22346 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22347
223482005-08-18 Kim F. Storm <storm@cua.dk>
22349
22350 * ido.el (ido-everywhere): Fix defcustom :set function to disable
22351 rather than toggle mode when custom value is nil.
22352 (ido-everywhere): Fix defun doc string.
22353
223542005-08-17 Richard M. Stallman <rms@gnu.org>
22355
22356 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22357 as tag instead of "Inviolable".
22358
223592005-08-17 Kim F. Storm <storm@cua.dk>
22360
22361 * windmove.el (windmove-coordinates-of-position): Remove.
22362 (windmove-coordinates-of-window-position): Remove.
22363 (windmove-reference-loc): Use posn-at-point instead.
22364
22365 * subr.el (insert-for-yank-1): Doc fix.
22366
22367 * ido.el (ido-enter-matching-directory): Rename from
22368 ido-enter-single-matching-directory. Change `slash' choice to
22369 `only'. Add `first' choice.
22370 (ido-exhibit): Adapt to above changes.
22371
223722005-08-16 Luc Teirlinck <teirllm@auburn.edu>
22373
22374 * Makefile.in: Expand comment about building loaddefs.el.
22375
223762005-08-16 Nick Roberts <nickrob@snap.net.nz>
22377
22378 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22379 Comment use of defadvice.
22380
22381 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22382
223832005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
22384
22385 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22386 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22387 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22388 * progmodes/idlw-shell.el, progmodes/ld-script.el,
22389 * progmodes/which-func.el, ruler-mode.el, strokes.el,
22390 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22391 for backward compatibility for faces that did not appear in the
22392 previous Emacs release.
22393
22394 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22395
223962005-08-15 Kim F. Storm <storm@cua.dk>
22397
22398 * emulation/cua-base.el (cua-delete-region): Return t if
22399 deleted region was non-empty.
22400 (cua-replace-region): Inhibit overwrite-mode for
22401 self-insert-command if replaced region was non-empty.
22402 (cua--explicit-region-start, cua--status-string): Make them
22403 buffer-local at top-level...
22404 (cua-mode): ...rather than when mode is enabled.
22405
224062005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
22407
22408 * progmodes/vhdl-mode.el (vhdl-emacs-21):
22409 Set t for Emacs 21, 22, and so on.
22410
224112005-08-15 David Ponce <david@dponce.com>
22412
22413 * tree-widget.el: Update Commentary header.
22414 (tree-widget-theme): Doc fix.
22415 (tree-widget-space-width): New option.
22416 (tree-widget-image-properties): Look up in the default theme too.
22417 (tree-widget--cursors): Only for images with arrow pointer shape.
22418 (tree-widget-lookup-image): Pointer shape is hand by default.
22419 (tree-widget-icon): Rename generic icon widget from
22420 `tree-widget-control'.
22421 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22422 derive from `tree-widget-icon'.
22423 (tree-widget-handle): Improve default look and feel of the text
22424 representation.
22425 (tree-widget): Rename :*-control properties to :*-icon properties.
22426 Add :action and :help-echo properties.
22427 (tree-widget-after-toggle-functions): Move.
22428 (tree-widget-close-node, tree-widget-open-node): Remove.
22429 (tree-widget-before-create-icon-functions): New hook.
22430 (tree-widget-value-create): Update to allow customization of icons
22431 and nodes at run-time via that new hook.
22432 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22433 (tree-widget-icon-action, tree-widget-icon-help-echo)
22434 (tree-widget-action, tree-widget-help-echo): New functions.
22435
224362005-08-15 Kim F. Storm <storm@cua.dk>
22437
22438 * ido.el (ido-buffer-internal): Use with-no-warnings.
22439 (ido-make-merged-file-list): Use while-no-input.
22440
224412005-08-15 Richard M. Stallman <rms@gnu.org>
22442
22443 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22444 (flyspell-large-region): Fix doc and custom type.
22445
224462005-08-14 Richard M. Stallman <rms@gnu.org>
22447
22448 * files.el (interpreter-mode-alist): Doc fix.
22449
22450 * mail/rmail.el (rmail-nonignored-headers): New variable.
22451 (rmail-clear-headers): Use it.
22452 (rmail-reply): Better handling of mail-followup-to header.
22453
22454 * progmodes/sh-script.el (sh-font-lock-keywords-var):
22455 Rename variable from sh-font-lock-keywords. In the `shell' entry,
22456 don't try to refer to executable-font-lock-keywords.
22457 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22458 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22459 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22460 (sh-mode): Set comment-start-skip, local-abbrev-table,
22461 imenu-case-fold-search.
22462 (sh-set-shell): Don't set them here.
22463 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
22464 Don't cache the results in the original alist; don't ever modify
22465 that alist.
22466
22467 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22468
22469 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22470 empty.
22471
224722005-08-15 Andreas Schwab <schwab@suse.de>
22473
22474 * desktop.el: Put autoload cookie at risky-local-variable declarations.
22475
22476 * dired.el, info.el, mail/rmail.el: Revert last change.
22477
224782005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
22479
22480 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22481 modification in `eval-after-load' form.
22482 * info.el: Likewise.
22483 * mail/rmail.el: Likewise.
22484
224852005-08-14 Juri Linkov <juri@jurta.org>
22486
22487 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22488 Remove highlighting of "Compilation started". Highlight only
22489 the word "finished" in "Compilation finished". Add highlighting
22490 of "interrupt", "killed", "terminated" and the exit code.
22491 (compilation-start): Add newline after header. Use exactly the
22492 same time stamp format as the finishing message.
22493 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22494
22495 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22496 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22497 Add highlighting of "interrupt", "killed", "terminated".
22498
22499 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22500 enabled and the current command is self-insert-command, call it
22501 explicitly with overwrite-mode bound to nil, to not allow it
22502 to delete the character after the selected region.
22503
225042005-08-12 Matt Hodges <MPHodges@member.fsf.org>
22505
22506 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22507 move-end-of-line, end-of-line, and beginning-of-line to the list
22508 of commands after which the echo area is updated.
22509
225102005-08-12 Eli Zaretskii <eliz@gnu.org>
22511
22512 * cus-edit.el (custom-save-all, custom-save-delete):
22513 Bind recentf-exclude to exclude custom-file.
22514
225152005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
22516
22517 * mail/rmailsum.el (rmail-summary-end-of-message): New command
22518 to go to the bottom of the mail message. Added to
22519 `rmail-summary-mode-map' with key "/".
22520 (rmail-summary-show-message): New (internal) function for use by
22521 both `rmail-summary-beginning/end-of-message'.
22522 (rmail-summary-beginning-of-message): Change to use
22523 rmail-summary-show-message.
22524
22525 * mail/rmail.el (rmail-end-of-message): New command to go to the
22526 end of the current message. Added to `rmail-mode-map' with key "/".
22527 (rmail-beginning-of-message): Fix to work as documented.
22528 (rmail-mode): Change documentation.
22529
22530 * progmodes/compile.el (compilation-start): Add the line
22531 "Compilation started" with compilation start time.
22532 (compilation-mode-font-lock-keywords): Add `started' to keywords.
22533
225342005-08-11 Luc Teirlinck <teirllm@auburn.edu>
22535
22536 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
22537 of menu items.
22538
225392005-08-11 Richard M. Stallman <rms@gnu.org>
22540
22541 * simple.el (pop-global-mark): Reverse test of widen-automatically.
22542
22543 * battery.el (battery-status-function): Don't use ignore-errors.
22544
225452005-08-11 Lute Kamstra <lute@gnu.org>
22546
22547 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
22548 define-obsolete-variable-alias.
22549
225502005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
22551
22552 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
22553 (ange-ftp-send-cmd): Revert last change, and expand
22554 the comment explaining the problem.
22555
225562005-08-10 Luc Teirlinck <teirllm@auburn.edu>
22557
22558 * ldefs-boot.el: Update.
22559
22560 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
22561 item to "Time, Load and Mail". Change help echo text.
22562
22563 * time.el (display-time-use-mail-icon, display-time-format)
22564 (display-time-string-forms): Shorten first line of docstrings.
22565
225662005-08-10 Lars Hansen <larsh@soem.dk>
22567
22568 * desktop.el (desktop-buffer-mode-handlers):
22569 Make non-customizable. Add autoload cookie. Change initial value to
22570 nil; add elements in respective modules instead. Fix doc string.
22571 (desktop-load-file): New function.
22572 (desktop-minor-mode-handlers): New autoloaded variable.
22573 (desktop-create-buffer): Call minor mode handlers.
22574 Use desktop-load-file to load major and minor mode modules prior to
22575 checking for a handler.
22576 (desktop-save): Don't add nil to desktop-minor-modes for minor
22577 modes with nil function in desktop-minor-mode-table. Don't delete
22578 desktop file before rewriting it.
22579 (desktop-locals-to-save): Add autoload cookie. Don't make
22580 automatically buffer-local. Add variables column-number-mode,
22581 size-indication-mode, indent-tabs-mode,
22582 indicate-buffer-boundaries, indicate-empty-lines and
22583 show-trailing-whitespace.
22584 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
22585 regexps. Don't use desktop-clear-preserve-buffers-regexp.
22586 (desktop-clear-preserve-buffers-regexp): Delete.
22587 (desktop-clear-preserve-buffers): Update initial value and docstring.
22588 (desktop-save-buffer): Fix doc string.
22589
22590 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
22591 (hilit-chg-desktop-restore): New function.
22592 (highlight-changes-mode): Add highlight-changes-mode to
22593 desktop-locals-to-save.
22594
22595 * dired.el: Add handler to desktop-buffer-mode-handlers.
22596 (dired-restore-desktop-buffer): Remove autoload cookie.
22597 (dired-mode): Add autoload cookie.
22598
22599 * info.el: Add handler to desktop-buffer-mode-handlers.
22600 (Info-restore-desktop-buffer): Remove autoload cookie.
22601 (Info-mode): Add autoload cookie.
22602
22603 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
22604 (mh-restore-desktop-buffer): Remove autoload cookie.
22605 (mh-folder-mode): Add autoload cookie.
22606
22607 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
22608 (rmail-restore-desktop-buffer): Remove autoload cookie.
22609
226102005-08-11 Masatake YAMATO <jet@gyve.org>
22611
22612 * hexl.el (hexl-address-region):
22613 (hexl-ascii-region, hexl-font-lock-keywords):
22614 (hexl-highlight-line-range): Use the term "region"
22615 instead of "area" for consistency with the other symbols
22616 defined in hexl.el.
22617
226182005-08-09 Luc Teirlinck <teirllm@auburn.edu>
22619
22620 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
22621 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
22622 out by Juri Linkov). Add `display-battery-mode'.
22623
226242005-08-09 Juri Linkov <juri@jurta.org>
22625
22626 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22627 Remove `-text' from face variable names.
22628 (compilation-error-file-name, compilation-warning-file-name)
22629 (compilation-info-file-name): Delete faces.
22630 (compilation-line-number, compilation-column-number):
22631 Remove face underlining.
22632 (compilation-message-face): Set to `underline' value by default.
22633 (compilation-error-face, compilation-warning-face)
22634 (compilation-info-face): Remove `-file-name' from face names.
22635 (compilation-error-text-face, compilation-warning-text-face)
22636 (compilation-info-text-face): Delete face variables.
22637 (compilation-text-face): Delete function.
22638
22639 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
22640 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
22641 (grep-error-face): Set to `compilation-error' instead of
22642 `compilation-error-face' (which is redefined to `grep-hit-face' in
22643 grep buffers).
22644 (grep-mode-font-lock-keywords): Remove `-text' from face variable
22645 names. Use `grep-error-face' instead of `compilation-error-text-face'.
22646
22647 * dired-aux.el (dired-do-query-replace-regexp):
22648 Use `query-replace-read-args'.
22649
22650 * replace.el (query-replace-read-from, query-replace-read-to)
22651 (query-replace-read-args): Rename arg `string' to `prompt'.
22652
22653 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
22654
226552005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
22656
22657 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
22658 uploading files.
22659 (ange-ftp-canonize-filename): Handle file names beginning with ~
22660 correctly.
22661
226622005-08-09 Juanma Barranquero <lekktu@gmail.com>
22663
22664 * textmodes/fill.el (canonically-space-region)
22665 (fill-context-prefix, fill-french-nobreak-p)
22666 (fill-delete-newlines, fill-comment-paragraph)
22667 (justify-current-line): "?\ " -> "?\s".
22668
226692005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
22670
22671 * textmodes/fill.el (fill-nonuniform-paragraphs):
22672 Improve argument/docstring consistency.
22673
226742005-08-09 Richard M. Stallman <rms@gnu.org>
22675
22676 * textmodes/ispell.el (ispell-word): More fboundp checks.
22677
22678 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
22679 (find-file-noselect-1): Call it here, only if RAWFILE.
22680 (normal-mode): Always set some major mode.
22681 (save-some-buffers-action-alist): Change some explanation strings.
22682 (file-name-non-special): In the `quote' method, use unwind-protect.
22683
226842005-08-09 Magnus Henoch <mange@freemail.hu>
22685
22686 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
22687 (ispell-have-aspell-dictionaries): New variable.
22688 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
22689 (ispell-get-aspell-config-value): New function.
22690 (ispell-aspell-find-dictionary): New function.
22691 (ispell-aspell-add-aliases): New function.
22692 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
22693 appropriate. Don't look for ispell dictionaries if we use aspell.
22694 (ispell-menu-map): Don't build a submenu of dictionaries.
22695
226962005-08-09 Richard M. Stallman <rms@gnu.org>
22697
22698 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
22699 (sql-read-passwd): Use read-passwd.
22700
22701 * progmodes/idlw-toolbar.el (idlwave-toolbar)
22702 (idlwave-toolbar-is-possible): Add defvars.
22703
22704 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
22705 Avoid warnings.
22706
22707 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
22708 (idlwave-system-class-info, idlwave-executive-commands-alist):
22709 Use defvar.
22710
22711 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
22712
22713 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
22714 Avoid warnings.
22715
22716 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
22717 and content-type: headers.
22718
22719 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
22720
22721 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
22722 and rename some of them to be more self-explanatory.
22723
22724 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
22725
22726 * startup.el (command-line-1): Implement -scriptload.
22727
22728 * replace.el (occur-engine): Initial *Occur* output not undoable.
22729
22730 * menu-bar.el (menu-bar-file-menu): Rename some menu items
22731 and improve help strings.
22732
22733 * isearch.el (isearch-repeat): When changing direction,
22734 mark search successful.
22735
22736 * ediff-init.el: Use (featurep 'xemacs).
22737
22738 * comint.el (send-invisible): Identify buffer, if not selected.
22739
22740 * align.el: Delete autoload for c-guess-basic-syntax.
22741
227422005-08-09 Juanma Barranquero <lekktu@gmail.com>
22743
22744 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
22745 Improve argument/docstring consistency. Doc fixes.
22746 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
22747 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
22748 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
22749 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
22750 (r2bv-organization, r2bv-pages, r2bv-primary-author)
22751 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
22752 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
22753 Defvar at compile time.
22754
227552005-08-09 Juri Linkov <juri@jurta.org>
22756
22757 * info.el: Replace `info' with upper-case `Info' where appropriate.
22758 (info-title-1, info-title-2, info-title-3, info-title-4)
22759 (info-menu-header): Move up face definitions.
22760 (info-menu-star): Rename from `info-menu-5'.
22761 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
22762 (Info-fontify-visited-nodes): Fix docstring.
22763 (Info-hide-note-references): Fix docstring.
22764 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
22765 menu items in the same way as on cross-references.
22766 (info-apropos): Fix sorting order and formatting to be like in the
22767 stand-alone Info browser. Display error messages for 1 sec.
22768 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
22769 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
22770 from the menu bar.
22771 (Info-insert-dir): Restore point after calling
22772 `insert-buffer-substring'.
22773
227742005-08-08 Richard M. Stallman <rms@gnu.org>
22775
22776 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
22777 (recompute-lucid-menubar): Add defvars.
22778
22779 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
22780
22781 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
22782
22783 * net/net-utils.el (run-dig): Rename from `dig'.
22784
22785 * play/gametree.el (gametree-mode): Use make-local-variable,
22786 not make-variable-buffer-local.
22787
22788 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
22789
22790 * ansi-color.el (ansi-color-make-extent)
22791 (ansi-color-set-extent-face): Use fboundp, not functionp.
22792
22793 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
22794 not make-variable-buffer-local.
22795
22796 * bookmark.el (Info-current-file): Add defvar.
22797 (bookmark-jump-noselect): Use with-no-warnings.
22798
22799 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
22800
22801 * ebuff-menu.el (Helper-return-blurb): Add defvar.
22802
22803 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
22804
22805 * find-file.el (ada-procedure-start-regexp)
22806 (ada-package-start-regexp): Add defvars.
22807
22808 * info.el (Info-insert-dir): Use insert-buffer-substring.
22809
22810 * xml.el (xml-att-def-re): Add defvar.
22811
22812 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
22813 calling convention.
22814
22815 * subr.el (while-no-input): Return t if there is input.
22816
228172005-08-08 Luc Teirlinck <teirllm@auburn.edu>
22818
22819 * cus-start.el (all): Add `overflow-newline-into-fringe'.
22820
228212005-08-08 Juanma Barranquero <lekktu@gmail.com>
22822
22823 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
22824 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
22825
228262005-08-08 Emilio C. Lopes <eclig@gmx.net>
22827
22828 * cmuscheme.el (scheme-start-file): Replace reference to
22829 `user-emacs-directory' by "~/.emacs.d/".
22830
228312005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
22832
22833 * info.el (Info-dir-remove-duplicates): Avoid case folding
22834 in loop; instead, keep downcased strings for comparison.
22835 Suggested by Helmut Eller.
22836
228372005-08-07 Michael Albinus <michael.albinus@gmx.de>
22838
22839 Sync with Tramp 2.0.50.
22840
22841 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
22842 XEmacs case; not necessary anymore.
22843 (tramp-user-regexp): Allow "@" as part of user name.
22844 (tramp-handle-set-visited-file-modtime)
22845 (tramp-handle-insert-file-contents)
22846 (tramp-handle-write-region): No special handling for
22847 `last-coding-system-used, because this is done in
22848 `tramp-accept-process-output' now.
22849 (tramp-accept-process-output): New defun.
22850 (tramp-process-one-action, tramp-process-one-multi-action)
22851 (tramp-wait-for-regexp, tramp-wait-for-output)
22852 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
22853 Howells <dhowells@redhat.com>.
22854 (clear-visited-file-modtime): Defadvice removed. The check for
22855 unset buffer's modtime does not need to be based on
22856 `tramp-buffer-file-attributes'. Suggested by RMS.
22857 (tramp-message): Insert "\n" if not being at beginning of line.
22858 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
22859 sequence with same logic.
22860 (tramp-completion-handle-expand-file-name): Discard call of
22861 `tramp-drop-volume-letter'. It is not necessary, and there have
22862 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
22863 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22864 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
22865 should always be visible.
22866 (tramp-handle-insert-directory, tramp-setup-complete)
22867 (tramp-set-process-query-on-exit-flag)
22868 (tramp-append-tramp-buffers): Pacify byte-compiler.
22869 (tramp-bug): Delete non-existing variables from list.
22870 Apply `tramp-load-report-modules' as pre-hook.
22871 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
22872 `shell-prompt-pattern' because of non-7bit characters.
22873 Reported by Sebastian Luque <sluque@mun.ca>.
22874 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
22875 (tramp-match-string-list): Remove function.
22876 (tramp-wait-for-regexp): Remove call of that function.
22877 Suggested by Kim F. Storm <storm@cua.dk>.
22878 (tramp-set-auto-save-file-modes): Use octal integer code #o600
22879 instead of octal character code ?\600. The latter resulted in a
22880 syntax error with XEmacs.
22881
22882 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
22883 XEmacs case; not necessary anymore.
22884 (tramp-smb-handle-write-region): No special handling for
22885 `last-coding-system-used, because this is done in
22886 `tramp-accept-process-output' now.
22887 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
22888
228892005-08-06 Luc Teirlinck <teirllm@auburn.edu>
22890
22891 * wid-edit.el (widget-choice-value-create):
22892 Unconditionally respect user choice. Set :explicit-choice back to nil
22893 when no longer needed.
22894 (widget-choice-action): Unconditionally respect user choice.
22895 Eliminate :explicit-choice-value.
22896
22897 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
22898
22899 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
22900 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
22901 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
22902 running new function `toggle-indicate-empty-lines'.
22903 Rename "Customize" item to "Customize fringe".
22904 Rename "Indicators" item to "Buffer boundaries" and change help echo.
22905 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
22906 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
22907 Delete "Empty lines only" item.
22908 (menu-bar-showhide-fringe-ind-customize): New function.
22909 (menu-bar-showhide-fringe-ind-mixed)
22910 (menu-bar-showhide-fringe-ind-box)
22911 (menu-bar-showhide-fringe-ind-right)
22912 (menu-bar-showhide-fringe-ind-left)
22913 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
22914 instead of `fringe-indicators'.
22915
229162005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
22917
22918 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
22919 Change the date of last update.
22920
229212005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
22922
22923 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
22924 (viper-exec-yank, viper-put-back): Don't display modification msg
22925 if in the minibuffer.
22926
22927 * viper-init.el (viper-replace-overlay-cursor-color)
22928 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
22929 Make variables frame local.
22930
22931 * viper-util.el (viper-append-filter-alist): Use append instead of
22932 nconc.
22933
22934 * viper.el (viper-vi-state-mode-list)
22935 (viper-emacs-state-mode-list): Move help-mode and
22936 completion-list-mode from the first list to the second.
22937 (viper-mode): Docstring.
22938 (viper-go-away, viper-non-hook-settings): Don't localize
22939 minor-mode-alist in newer Emacsen. Add advice to
22940 set-cursor-color. Don't bind "\C-c\\".
22941
229422005-08-06 Emilio C. Lopes <eclig@gmx.net>
22943
22944 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
22945 (scheme-macro-expand-command): New user options.
22946 (scheme-trace-procedure, scheme-expand-current-form): New commands.
22947 (scheme-form-at-point, scheme-start-file)
22948 (scheme-interactively-start-process): New functions.
22949 (scheme-get-process): New function, extracted from `scheme-proc'.
22950 (run-scheme): Call `scheme-start-file' to get start file, and pass
22951 it to `make-comint'.
22952 (switch-to-scheme, scheme-proc):
22953 Call `scheme-interactively-start-process' if no Scheme buffer/process
22954 is available.
22955
229562005-08-06 Juri Linkov <juri@jurta.org>
22957
22958 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22959 Use `compilation-text-face', `compilation-info-text-face' and
22960 `compilation-error-text-face' instead of `font-lock-keyword-face'.
22961 (compilation-error): New face.
22962 (compilation-error-file-name): Inherit from
22963 `compilation-error' instead of `font-lock-warning-face'.
22964 (compilation-warning-file-name): Inherit from
22965 `compilation-warning' instead of `font-lock-warning-face'.
22966 (compilation-info, compilation-error-file-name)
22967 (compilation-warning-file-name, compilation-info-file-name)
22968 (compilation-line-number, compilation-column-number): Doc fix.
22969 (compilation-error-text-face, compilation-warning-text-face)
22970 (compilation-info-text-face): New face variables.
22971 (compilation-line-face, compilation-column-face)
22972 (compilation-enter-directory-face)
22973 (compilation-leave-directory-face): Doc fix.
22974 (compilation-text-face): New function.
22975
22976 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
22977 instead of 1 to display binary file names as info file links.
22978 (grep-error-face): Use `compilation-error-face' instead of
22979 `font-lock-keyword-face'.
22980 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
22981 and `compilation-warning-text-face' instead of
22982 `font-lock-keyword-face'. Use `compilation-error-text-face'
22983 instead of `grep-error-face'.
22984
229852005-08-05 Kenichi Handa <handa@m17n.org>
22986
22987 * international/code-pages.el: Add autoload cookies for all coding
22988 systems.
22989
229902005-08-04 Luc Teirlinck <teirllm@auburn.edu>
22991
22992 * cus-start.el (all): Put undo.c where it alphabetically belongs.
22993
229942005-08-04 Juri Linkov <juri@jurta.org>
22995
22996 * progmodes/compile.el (compilation-mode-map):
22997 * progmodes/grep.el (grep-mode-map):
22998 Bind TAB to `compilation-next-error' and [backtab] to
22999 `compilation-previous-error'.
23000
23001 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23002 matching line numbers, column numbers and their ranges with regexp
23003 matching only line numbers.
23004 (grep-context-face): New face variable.
23005 (grep-mode-font-lock-keywords): Use it.
23006
23007 * faces.el (read-face-name): Delete duplicate faces.
23008
230092005-08-02 Juanma Barranquero <lekktu@gmail.com>
23010
23011 * thumbs.el (thumbs-find-image): Don't make variables
23012 automatically buffer local.
23013 (thumbs-current-tmp-filename, thumbs-current-image-filename)
23014 (thumbs-image-num): Make automatically buffer local.
23015 (thumbs-show-thumbs-list): Use `make-local-variable', not
23016 `make-variable-buffer-local'.
23017 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23018
23019 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23020 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23021 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23022 (bother, bye, canyou, chatlst, continue, deathlst, describe)
23023 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23024 (feelings-about, foullst, found, hello, history, howareyoulst)
23025 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23026 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23027 (neglst, obj, object, owner, please, problems, qlist)
23028 (random-adjective, relation, remlst, repetitive-shortness)
23029 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23030 (shortlst, something, sportslst, stallmanlst, states, subj)
23031 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23032 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23033 Defvar at compile time.
23034
23035 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23036 not `make-variable-buffer-local'.
23037
230382005-08-02 Kim F. Storm <storm@cua.dk>
23039
23040 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23041 rectangle overlay in selected window.
23042
230432005-08-01 Luc Teirlinck <teirllm@auburn.edu>
23044
23045 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23046 instead of display group. Make `indicate-buffer-boundaries'
23047 customizable through Custom.
23048
230492005-08-01 Juanma Barranquero <lekktu@gmail.com>
23050
23051 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23052 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23053 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23054 (gdb-put-string): Fix typos in docstrings.
23055
230562005-08-01 Nick Roberts <nickrob@snap.net.nz>
23057
23058 Update copyright notices of files in progmodes directory for
23059 release of Emacs 22.1.
23060
23061 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23062
23063 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23064 Don't barf if the GUD buffer has been killed.
23065
230662005-08-01 Kim F. Storm <storm@cua.dk>
23067
23068 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23069
230702005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
23071
23072 * simple.el (next-error-follow-minor-mode):
23073 make-variable-buffer-local -> make-local-variable.
23074
23075 * emacs-lisp/cl-extra.el: Require CL also when compiling.
23076
23077 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23078 (byte-compile-form-make-variable-buffer-local): New functions to warn
23079 about misuses of make-variable-buffer-local where make-local-variable
23080 was meant.
23081
230822005-07-29 Juanma Barranquero <lekktu@gmail.com>
23083
23084 * bs.el (bs-attributes-list): Doc fix.
23085 (bs): Update url-link.
23086
23087 * desktop.el (desktop-save-buffer): Fix typos in docstring.
23088 (desktop-load-default): Simplify.
23089
23090 * ibuffer.el (ibuffer-columnize-and-insert-list)
23091 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23092 (ibuffer-unmark-all, ibuffer-toggle-marks)
23093 (ibuffer-unmark-forward, ibuffer-unmark-backward)
23094 (ibuffer-compile-make-format-form, ibuffer-format-column)
23095 (ibuffer-current-buffers-with-marks)
23096 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23097 (ibuffer): Doc fix.
23098 (ibuffer-mode): Fix typo in docstring.
23099 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23100 with `define-obsolete-variable-alias'.
23101 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
23102
231032005-07-29 Kenichi Handa <handa@m17n.org>
23104
23105 * international/mule-cmds.el (select-message-coding-system):
23106 Be sure to use LF for end-of-line. If no coding system is decided,
23107 return iso-8859-1-unix.
23108
231092005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
23110
23111 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23112 (ange-ftp-pending-error-line): New vars.
23113 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23114 to handle the non-fatal no-route-to-host messages.
23115 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23116
231172005-07-28 Juanma Barranquero <lekktu@gmail.com>
23118
23119 * isearch.el (isearch-mode-map, isearch-other-meta-char)
23120 (isearch-quote-char, isearch-printing-char)
23121 (isearch-text-char-description): "?\ " -> "?\s".
23122 (isearch-lazy-highlight-cleanup)
23123 (isearch-lazy-highlight-initial-delay)
23124 (isearch-lazy-highlight-interval)
23125 (isearch-lazy-highlight-max-at-a-time)
23126 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23127 Declare with define-obsolete-*-alias macros.
23128 (isearch-forward): Fix typo in docstring.
23129 (search-invisible, search-ring-yank-pointer)
23130 (regexp-search-ring-yank-pointer): Doc fixes.
23131
23132 * recentf.el (recentf-menu-append-commands-p): Declare with
23133 `define-obsolete-variable-alias'.
23134 (recentf-max-saved-items, recentf-menu-filter)
23135 (recentf-arrange-by-rule-subfilter): Doc fixes.
23136 (recentf-menu-append-commands-flag)
23137 (recentf-initialize-file-name-history, recentf-expand-file-name)
23138 (recentf-clear-data): Fix typos in docstrings.
23139
231402005-07-28 Nick Roberts <nickrob@snap.net.nz>
23141
23142 * progmodes/gdb-ui.el: Smarten comments.
23143 (gdb-info-breakpoints-custom): Use nowarn when finding file.
23144
231452005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
23146
23147 * term/apollo.el (terminal-init-apollo): New function containing
23148 all former top level forms in the file.
23149 * term/bobcat.el (terminal-init-bobcat):
23150 * term/cygwin.el (terminal-init-cygwin):
23151 * term/iris-ansi.el (terminal-init-iris-ansi):
23152 * term/linux.el (terminal-init-linux):
23153 * term/news.el (terminal-init-news):
23154 * term/rxvt.el (terminal-init-rxvt):
23155 * term/sun.el (terminal-init-sun):
23156 * term/tvi970.el (terminal-init-tvi970):
23157 * term/vt100.el (terminal-init-vt100):
23158 * term/vt102.el (terminal-init-vt102):
23159 * term/vt125.el (terminal-init-vt125):
23160 * term/vt200.el (terminal-init-vt200):
23161 * term/vt201.el (terminal-init-vt201):
23162 * term/vt220.el (terminal-init-vt220):
23163 * term/vt240.el (terminal-init-vt240):
23164 * term/vt300.el (terminal-init-vt300):
23165 * term/vt320.el (terminal-init-vt320):
23166 * term/vt400.el (terminal-init-vt400):
23167 * term/vt420.el (terminal-init-vt420):
23168 * term/wyse50.el (terminal-init-wyse50):
23169 * term/xterm.el (terminal-init-xterm): Likewise.
23170
23171 * term/README: Describe the terminal-init-* functionality.
23172
23173 * startup.el (command-line): After loading the terminal initialization
23174 file call the corresponding terminal initialization function.
23175
231762005-07-27 Kenichi Handa <handa@m17n.org>
23177
23178 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23179 negative.
23180
23181 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23182 (ps-mule-composition-prologue): Fix for the case that
23183 RelativeCompose is false.
23184
231852005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
23186
23187 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23188
23189 * descr-text.el (describe-char): Handle the case where the list of
23190 chars is displayed in a separate frame.
23191 Be a bit more discriminating when looking for the char.
23192
231932005-07-26 Juanma Barranquero <lekktu@gmail.com>
23194
23195 * bookmark.el (bookmark-automatically-show-annotations)
23196 (bookmark-read-annotation-text-func): Doc fixes.
23197 (bookmark-save): Improve argument/docstring consistency.
23198 (bookmark-get-bookmark, bookmark-get-bookmark-record)
23199 (bookmark-alist-from-buffer)
23200 (bookmark-upgrade-file-format-from-0)
23201 (bookmark-grok-file-format-version)
23202 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23203 (bookmark-read-annotation-mode)
23204 (bookmark-insert-current-bookmark, bookmark-jump)
23205 (bookmark-exit-hook): Fix typos in docstrings.
23206 (bookmark-exit-hooks): Define as obsolete alias.
23207 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23208 not `bookmark-exit-hooks'. Fix docstring.
23209 (bookmark-bmenu-select): "?\ " -> "?\s".
23210
232112005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
23212
23213 * startup.el (command-line): Fix typo.
23214
232152005-07-24 Richard M. Stallman <rms@gnu.org>
23216
23217 * tooltip.el (tooltip-mode): Test emacs-basic-display,
23218 not emacs-quick-startup.
23219
232202005-07-24 Juanma Barranquero <lekktu@gmail.com>
23221
23222 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23223 (reb-next-match, reb-show-subexp): Use `with-selected-window'
23224 instead of `reb-with-current-window'.
23225 (reb-prev-match): Likewise. Also, don't move left if the search
23226 was unsuccessful.
23227 (reb-initialize-buffer): New function.
23228 (re-builder, reb-change-syntax): Use it.
23229
23230 * man.el (Man-goto-page): Make second argument NOERROR optional.
23231
232322005-07-23 Richard M. Stallman <rms@gnu.org>
23233
23234 * man.el (Man-bgproc-sentinel): Check here for failure to find
23235 any man page in the output, and report the error here.
23236 (Man-arguments): Make it permanent local.
23237 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
23238 (Man-mode): Pass t for NOERROR.
23239
23240 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23241 (grep-mode-font-lock-keywords):
23242 Don't use compilation-...-face for messages that are not file names.
23243
23244 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23245 Don't use compilation-...-face for messages that are not file names.
23246
232472005-07-22 Juri Linkov <juri@jurta.org>
23248
23249 * startup.el (normal-splash-screen): Update menu name.
23250
23251 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23252
232532005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
23254
23255 * term/xterm.el: Load term/rxvt if the terminal is actually an
23256 rxvt terminal.
23257 (xterm-rxvt-set-background-mode): Remove, not used anymore.
23258
23259 * term/rxvt.el (function-key-map): Use substitute-key-definition
23260 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
23261
23262 * term/cygwin.el: New file.
23263
232642005-07-22 Kim F. Storm <storm@cua.dk>
23265
23266 * image-file.el (insert-image-file, image-file-yank-handler):
23267 Fix last change to maintain a (unique) yank-handler on yanked images.
23268
232692005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
23270
23271 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23272 of the file size (as in "177B" for 177 bytes). This happens with
23273 "ls -lh" on FreeBSD.
23274
232752005-07-22 Juanma Barranquero <lekktu@gmail.com>
23276
23277 * hilit-chg.el (highlight-changes-global-initial-state)
23278 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23279 (hilit-chg-fixup, highlight-changes-mode):
23280 Fix typos in docstrings.
23281 (highlight-changes-global-modes, highlight-changes-rotate-faces):
23282 Doc fixes.
23283
232842005-07-21 Luc Teirlinck <teirllm@auburn.edu>
23285
23286 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23287 mode function using `eval-after-load'.
23288
232892005-07-21 Kim F. Storm <storm@cua.dk>
23290
23291 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
9c92edca 23292 included when reporting an Emacs crash, and tell about the DEBUG file.
6fee106e
KS
23293
23294 * image-file.el (insert-image-file): Add yank-handler.
23295 (image-file-yank-handler): Yank handler to make unique copies of
23296 images when they are yanked into a buffer next to each other.
23297
232982005-07-21 Juanma Barranquero <lekktu@gmail.com>
23299
23300 * comint.el (comint-use-prompt-regexp, comint-send-input)
23301 (comint-source-default, comint-extract-string)
23302 (comint-get-source, comint-word, comint-completion)
23303 (comint-source, comint-prompt-read-only, comint-update-fence):
23304 Fix typos in docstrings.
23305 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23306 Declare with define-obsolete-*-alias macros.
23307 (comint-previous-matching-input-from-input)
23308 (comint-next-matching-input-from-input)
23309 (comint-previous-matching-input, comint-next-matching-input)
23310 (comint-forward-matching-input):
23311 Improve argument/docstring consistency.
23312
23313 * desktop.el (desktop-clear-preserve-buffers-regexp):
23314 Also preserve the *server* buffer.
23315
23316 * simple.el (clone-indirect-buffer): Doc fix.
23317 (fixup-whitespace, just-one-space)
23318 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23319 (next-error, next-error-highlight)
23320 (next-error-highlight-no-select, next-error-last-buffer)
23321 (next-error-buffer-p, next-error-find-buffer, next-error)
23322 (previous-error, next-error-no-select, previous-error-no-select)
23323 (open-line, split-line, minibuffer-prompt-width, kill-new)
23324 (binary-overwrite-mode): Fix typos in docstrings.
23325 (set-fill-column): Fix typo in message.
23326
23327 * skeleton.el (skeleton-proxy-new): Doc fix.
23328
23329 * strokes.el (strokes-load-hook): Doc fix.
23330 (strokes-grid-resolution, strokes-get-grid-position)
23331 (strokes-renormalize-to-grid, strokes-read-stroke)
23332 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23333 (strokes-global-map): Fix typos in docstrings.
23334 (strokes-help): Doc fix. Fix help message and pass it through
23335 `substitute-command-keys'.
23336
23337 * tempo.el (tempo-insert-prompt, tempo-interactive)
23338 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23339 (tempo-insert-string-functions, tempo-local-tags)
23340 (tempo-define-template, tempo-insert-template)
23341 (tempo-insert-prompt-compat, tempo-is-user-element)
23342 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23343 Fix typos in docstrings.
23344
23345 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23346 (vcursor-key-bindings, vcursor-use-vcursor-map)
23347 (vcursor-find-window, vcursor-scroll-down)
23348 (vcursor-disable, vcursor-beginning-of-buffer)
23349 (vcursor-end-of-buffer): Fix typos in docstrings.
23350 (vcursor-relative-move, vcursor-get-char-count):
23351 Improve argument/docstring consistency.
23352
23353 * version.el: "?\ " -> "?\s".
23354
23355 * wid-edit.el (widget-default-create, widget-after-change)
23356 (widget-default-format-handler, widget-checklist-add-item)
23357 (widget-radio-add-item, widget-choose, widget-specify-secret)
23358 (widget-field-value-create, widget-field-value-get)
23359 (widget-editable-list-format-handler)
23360 (widget-editable-list-entry-create, widget-group-value-create)
23361 (widget-documentation-link-add)
23362 (widget-documentation-string-value-create): "?\ " -> "?\s".
23363 (widget-convert-text): Doc fix.
23364 (widget-narrow-to-field, widget-field-find)
23365 (widget-url-link-action, widget-emacs-library-link-action)
23366 (widget-color-notify): Fix typos in docstrings.
23367
23368 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23369 (x-select-text, set-w32-system-coding-system)
23370 (w32-add-charset-info): Fix typos in docstrings.
23371
23372 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23373 (cua-enable-cua-keys, cua-use-hyper-key)
23374 (cua-virtual-rectangle-edges): Fix typos in docstrings.
23375 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23376
23377 * net/tramp.el (tramp-handle-load): Fix typo in error message.
23378
23379 * emacs-lisp/re-builder.el (regexp-builder): Declare with
23380 `defalias' instead of faking it.
23381
23382 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23383 (eshell-ls-missing, eshell-ls-dired-initial-args)
23384 (eshell-ls-use-in-dired): Fix typos in docstrings.
23385
233862005-07-20 Kim F. Storm <storm@cua.dk>
23387
23388 * emulation/cua-base.el (cua-mode): Improve doc string.
23389
233902005-07-20 Juanma Barranquero <lekktu@gmail.com>
23391
23392 * abbrev.el (expand-region-abbrevs): Doc fix.
23393 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23394 Improve argument/docstring consistency.
23395
23396 * arc-mode.el (archive-get-descr, archive-alternate-display):
23397 Doc fixes.
23398 (archive-l-e): Improve argument/docstring consistency.
23399 (archive-tmpdir, archive-unixdate, archive-unixtime)
23400 (archive-chmod-entry): Fix typos in docstrings.
23401 (archive-unflag, archive-unflag-backwards)
23402 (archive-unmark-all-files): "?\ " -> "?\s".
23403
23404 * buff-menu.el (Buffer-menu-unmark): Doc fix.
23405 (Buffer-menu-not-modified, Buffer-menu-execute)
23406 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23407 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23408
23409 * composite.el (compose-string, encode-composition-rule)
23410 (compose-last-chars): Fix typos in docstrings.
23411
23412 * desktop.el (desktop-enable, desktop-basefilename):
23413 Declare with `define-obsolete-variable-alias'.
23414 (desktop-internal-v2s): Don't quote keywords.
23415 (desktop-clear): "?\ " -> "?\s".
23416
23417 * dired.el (dired-align-file, dired-flag-backup-files)
23418 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23419 (dired-listing-switches, dired-ls-F-marks-symlinks)
23420 (dired-dwim-target, dired-load-hook, dired-mode-hook)
23421 (dired-directory, dired-faces, dired, dired-revert)
23422 (dired-mode, dired-summary, dired-view-file)
23423 (dired-copy-filename-as-kill, dired-delete-file)
23424 (dired-no-confirm, dired-unmark-all-marks)
23425 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23426 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23427 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23428 Fix typos in message strings.
23429
23430 * dired-x.el (virtual-dired): Declare with `defalias'.
23431 (dired-mark-unmarked-files, dired-local-variables-file)
23432 (dired-omit-here-always): Doc fix.
23433 (dired-omit-mode, dired-find-subdir)
23434 (dired-enable-local-variables, dired-clean-up-buffers-too)
23435 (dired-extra-startup, dired-mark-extension, dired-jump)
23436 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23437 (dired-smart-shell-command, dired-guess-shell-alist-user)
23438 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23439 (dired-x-bind-find-file, dired-x-submit-report):
23440 Fix typos in docstrings.
23441 (dired-mark-unmarked-files): "?\ " -> "?\s".
23442
23443 * dirtrack.el (dirtrack-list): Fix typos in docstring.
23444
23445 * faces.el (describe-face): "?\ " -> "?\s".
23446 (read-all-face-attributes, read-face-font, modify-face)
23447 (face-attr-construct, italic): Fix typos in docstrings.
23448 (frame-update-face-colors): Declare with
23449 `define-obsolete-function-alias'.
23450
23451 * files.el (find-file-noselect, recode-file-name): Doc fixes.
23452 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23453 (magic-mode-alist, buffer-file-numbers-unique)
23454 (write-file-functions, get-free-disk-space):
23455 Fix typos in docstrings.
23456 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23457 (write-contents-hooks, write-file-hooks):
23458 Declare with `define-obsolete-variable-alias'.
23459
23460 * forms-d2.el (arch-rj): Fix typo in docstrings.
23461 (arch-tocol): Likewise. "?\ " -> "?\s".
23462
23463 * frame.el (set-frame-font, cursor-in-non-selected-windows):
23464 Fix typo in docstring.
23465 (set-screen-width, set-screen-height): Delete redundant info in
23466 doctrings.
23467 (new-frame, screen-height, screen-width): Declare with
23468 `define-obsolete-function-alias'.
23469 (delete-frame-hook, blink-cursor): Declare with
23470 `define-obsolete-variable-alias'.
23471
23472 * paths.el (prune-directory-list): Fix typos in docstring.
23473
23474 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23475 (cvs-prefix-get): Fix typos in docstrings.
23476
23477 * ps-print.el (ps-extend-face-list, ps-extend-face)
23478 (ps-print-background-image): Fix typos in docstrings.
23479 (ps-default-fg, ps-default-bg): Doc fixes.
23480
23481 * s-region.el (s-region-bind): Doc fix.
23482 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23483
23484 * textmodes/org.el (org-table-formula-substitute-names)
23485 (org-table-get-vertical-vector): Doc fixes.
23486 (org-table-recalculate): Remove unused argument to `message'.
23487
234882005-07-19 Carsten Dominik <dominik@science.uva.nl>
23489
23490 * textmodes/org.el (org-table-column-names)
23491 (org-table-column-name-regexp)
23492 (org-table-named-field-locations): New variables.
23493 (org-archive-subtree): Protect `this-command' when calling
23494 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23495 the kill buffer.
23496 (org-complete): Remove fixed-formula completion.
23497 (org-edit-formulas-map): New variable.
23498 (org-table-edit-formulas): New command.
23499 (org-finish-edit-formulas, org-abort-edit-formulas)
23500 (org-show-variable, org-table-get-vertical-vector): New functions.
23501 (org-table-maybe-eval-formula): Handle `:=' fields.
23502 (org-table-get-stored-formulas, org-table-store-formulas)
23503 (org-table-get-formula, org-table-modify-formulas)
23504 (org-table-replace-in-formulas): Handle named field formulas.
23505 (org-table-get-specials): Store locations of named fields.
23506
235072005-07-19 Juri Linkov <juri@jurta.org>
23508
23509 * progmodes/grep.el (grep-regexp-alist)
23510 (grep-mode-font-lock-keywords, grep-process-setup):
23511 Use default GNU grep match color "01;31m" instead of "01;41m".
23512 (grep-regexp-alist, grep-mode-font-lock-keywords):
23513 Use `\\[[0-9]*m' instead of `\\[00m'.
23514 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23515 sgr_start where its handling is more important. Use the real
23516 length of sgr_start instead of constant 8.
23517 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
23518 specially. Delete all remaining escape sequences.
23519 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
23520 (grep-regexp-alist): Make hyperlink only for binary file name
23521 instead of the whole line.
23522 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
23523 (grep-mode): Add autoload.
23524
23525 * emacs-lisp/find-func.el (find-function-regexp):
23526 Add `define-compilation-mode'.
23527
235282005-07-19 Juri Linkov <juri@jurta.org>
23529
23530 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
23531 (compare-windows-sync-string-size, compare-windows-recenter)
23532 (compare-windows-highlight, compare-windows): Add version 22.1.
23533 (compare-windows) <defface>: Inherit from lazy-highlight instead
23534 of duplicating its default value.
23535
23536 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
23537 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
23538
23539 * descr-text.el (describe-char): Create link buttons for `charset'
23540 and `code point'. Add the current input method name with a link
23541 button to `to input' field. Print face names of display table
23542 characters in `The display table entry is displayed by' section
23543 instead of printing face-id in the `display' field.
23544 Guess hardcoded faces and create a link button for them.
23545 Skip empty fields when calculating max-width.
23546 Treat `widget-create' specially while inserting strings from the
23547 collected field list.
23548 (describe-char-after): Made obsolete in version 22.1, not 21.5.
23549
23550 * diff-mode.el (diff-file-header): Change foreground color from
23551 yellow to green on light backgrounds.
23552 (diff-context): Inherit from `shadow' only for color/grayscale
23553 with more than 88 colors.
23554 (diff-indicator-removed, diff-indicator-added)
23555 (diff-indicator-changed): New faces.
23556 (diff-font-lock-keywords): Use new faces. Regroup rules.
23557 Add "^---$" for `normal' diff format. Fontify `#' lines with
23558 font-lock-comment-delimiter-face and font-lock-comment-face.
23559 Add `#' to ^[^...] in the rule for `diff-context-face'.
23560
23561 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
23562 a button-like box. Inherit from `highlight' on low colors.
23563 (shadow): Use shades of gray only for color/grayscale with
23564 more than 88 colors. Use green for light backgrounds with
23565 8 colors, and yellow for dark backgrounds with 8 colors.
23566
23567 * font-lock.el (font-lock-regexp-grouping-backslash):
23568 Don't inherit from escape-glyph (use bold for all cases).
23569
23570 * info.el (info-xref-visited): Use light foreground color `violet'
23571 for dark backgrounds instead of dark color `magenta3'.
23572 (info-title-1): Use `yellow' color for dark backgrounds.
23573
23574 * isearch.el (isearch): Use not-too-dark magenta3 instead of
23575 too-light magenta2.
23576
23577 * replace.el (match): Use slightly more light RoyalBlue3 instead
23578 of dark RoyalBlue4.
23579
23580 * wid-edit.el (widget-inactive): Inherit from `shadow'.
23581
235822005-07-19 Juanma Barranquero <lekktu@gmail.com>
23583
23584 * novice.el (disabled-command-hook): Declare it with
23585 `define-obsolete-variable-alias'.
23586
23587 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
23588 (desktop-buffer-misc-functions, desktop-buffer-handlers)
23589 (desktop-load-default): Add release to obsolescence info.
23590 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
23591 (desktop-append-buffer-args, desktop-read):
23592 Fix typos in docstrings.
23593 (desktop-kill): Fix typo in message.
23594 (desktop-save): Doc fix.
23595
235962005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
23597
23598 * viper-cmd.el (viper-escape-to-state): Bug fix.
23599 (viper-envelop-ESC-key): Change the definition of fast
23600 keysequence so it'll work with keyboard macros.
23601
23602 * ediff.el (ediff-patch-buffer): Change the docstring.
23603
236042005-07-19 Kenichi Handa <handa@m17n.org>
23605
23606 * international/mule-cmds.el (select-safe-coding-system): Try to
23607 use an auto-coding (if any) before anything else. If the found
23608 auto-coding is invalid, show a warning message.
23609
23610 * international/mule.el (find-auto-coding): New function created
23611 by modifying the body of set-auto-coding.
23612 (set-auto-coding): Use find-auto-coding to find a coding.
23613
236142005-07-18 Richard M. Stallman <rms@gnu.org>
23615
23616 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
23617 not isearch-mode-end-hook-error.
23618 (allout-before-change-protect): Fix error message.
23619
236202005-07-18 Juri Linkov <juri@jurta.org>
23621
23622 * allout.el (allout-mode):
23623 * calculator.el (calculator-copy):
23624 * custom.el (custom-known-themes):
23625 * dired.el (dired-desktop-buffer-misc-data)
23626 (dired-restore-desktop-buffer):
23627 * dired-x.el (dired-omit-marker-char):
23628 * files.el (basic-save-buffer):
23629 * font-core.el (font-lock-mode):
23630 * calendar/calendar.el (calendar-goto-hebrew-date)
23631 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
23632 (calendar-goto-persian-date):
23633 * language/ethio-util.el (ethio-sera-to-fidel-region):
23634 * textmodes/picture.el (picture-mode):
23635 Delete duplicate duplicate words.
23636
236372005-07-18 Juri Linkov <juri@jurta.org>
23638
23639 * isearch.el (isearch-mode-map): Remove key bindings for regexp
23640 chars * ? } |.
23641 (isearch-fallback): Don't call `isearch-process-search-char'.
23642 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
23643 (isearch-process-search-char): Call `isearch-fallback' for regexp
23644 chars * ? } |.
23645 (isearch-return-char): Make obsolete with `make-obsolete' instead
23646 of simply documenting it as obsolete in the docstring.
23647 (isearch-fallback): Refill docstring.
23648
23649 * international/isearch-x.el
23650 (isearch-process-search-multibyte-characters): Remove unneeded
23651 `concat'. Add intermediate values to `junk-hist' instead of
23652 `minibuffer-history'. Test the length of `str'.
23653
236542005-07-18 Juanma Barranquero <lekktu@gmail.com>
23655
23656 * allout.el (allout-resolve-xref): Fix typos in error strings.
23657 (allout-before-change-protect): Remove unneeded `concat'.
23658
23659 * array.el (array-mode, array-reconfigure-rows)
23660 (untabify-backward): Fix typos in docstrings.
23661 (array-reconfigure-rows): Use `insert-buffer-substring', not
23662 `insert-buffer'.
23663
23664 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
23665 * progmodes/ada-mode.el (ada-make-body):
23666 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
23667
23668 * dired.el (dired-log):
23669 * tar-mode.el (tar-subfile-save-buffer):
23670 * play/zone.el (zone-pgm-stress-destress):
23671 Use `insert-buffer-substring', not `insert-buffer'.
23672
236732005-07-17 Simon Josefsson <jas@extundo.com>
23674
23675 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
23676
236772005-07-16 Jose E. Marchesi <jemarch@gnu.org>
23678
23679 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
23680 Add plain auth method.
23681 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
23682
236832005-07-17 Kim F. Storm <storm@cua.dk>
23684
23685 * ido.el (dired-other-window): Add ido property.
23686
236872005-07-16 Juanma Barranquero <lekktu@gmail.com>
23688
23689 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23690 Fix typo in docstring.
23691 (byte-compile-interactive-only-functions): Add `insert-buffer' and
23692 `insert-file-literally'.
23693
23694 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
23695 info and delete redundant message. Doc fix.
23696 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
23697 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
23698
236992005-07-16 Richard M. Stallman <rms@gnu.org>
23700
23701 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
23702 (byte-compile-and): Use byte-compile-and-recursion.
23703 (byte-compile-or-recursion): New function.
23704 (byte-compile-or): Use that.
23705 (byte-compile-if): Guard the else-clause too.
23706 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
23707
23708 * isearch.el (isearch-mode-end-hook-quit): New variable.
23709 (isearch-done): Bind it.
23710 (isearch-mode-end-hook): Doc fix.
23711
23712 * allout.el (allout-isearch-did-quit): Variable deleted.
23713 (allout-real-isearch-abort): Function name no longer used.
23714 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
23715 (allout-isearch-rectification): isearch-mode always exists.
23716 Don't set allout-isearch-did-quit.
23717 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
23718 allout-isearch-did-quit.
23719 (allout-enwrap-isearch): Just add the hook.
23720 (allout-isearch-abort): Function deleted.
23721 (allout-pre-command-business): Avoid warning.
23722
23723 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
23724 Correctly avoid warnings.
23725 (pascal-outline): Likewise.
23726
23727 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
23728
23729 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
23730
23731 * play/tetris.el (tetris-mode): Avoid warning.
23732
23733 * play/snake.el (snake-mode): Avoid warning.
23734
23735 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
23736 (gamegrid-set-display-table): Avoid warning.
23737 (gamegrid-set-timer): Likewise.
23738 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
23739 (gamegrid-add-score-with-update-game-score-1): Take FILE
23740 as argument.
23741 (gamegrid-add-score-with-update-game-score): Pass that argument.
23742 Rename have-shared-game-dir to gamegrid-shared-game-dir.
23743
23744 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
23745
23746 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
23747 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
23748
23749 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
23750 and insert-file.
23751
23752 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
23753 (sc-ask): Avoid warnings.
23754
23755 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
23756 (eshell-hist-initialize): Use that var the natural way.
23757
23758 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
23759
23760 * emacs-lisp/re-builder.el (reb-cook-regexp):
23761 Avoid warning calling lre-compile-string.
23762 (reb-color-display-p): Avoid warning.
23763
23764 * calculator.el (calculator-last-input): Guard uses
23765 of event-key and key-press-event-p.
23766 (event-key, key-press-event-p): Delete definitions.
23767
23768 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
23769 (find-gc-source-directory, find-gc-subrs-callers)
23770 (find-gc-noreturn-list, find-gc-source-files)
23771 (find-gc-subrs-called): Vars renamed and defvar'd.
23772
23773 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
23774 (checkdoc-overlay-put, checkdoc-delete-overlay)
23775 (checkdoc-overlay-start, checkdoc-overlay-end)
23776 (checkdoc-mode-line-update, checkdoc-char=):
23777 Define such that compiler knows they are defined.
23778 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
23779 (checkdoc-read-event): Delete. Use read-event directly.
23780
23781 * whitespace.el (whitespace-make-overlay)
23782 (whitespace-overlay-put, whitespace-delete-overlay)
23783 (whitespace-overlay-start, whitespace-overlay-end):
23784 Define such that compiler knows they are defined.
23785 (whitespace): Move conditional inside.
23786
23787 * tempo.el (tempo-insert-template): Suppress warning.
23788
23789 * ediff-diff.el (longlines-mode): Add defvar.
23790
237912005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
23792
23793 * server.el: Bind "C-x #" in a way that works even if C-x is
23794 redefined to a command key, not a prefix key.
23795
4fc9bd56 237962005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
6fee106e
KS
23797
23798 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
23799 cl-make-type-test till execution time.
23800
238012005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
23802
23803 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
23804 arg ARG and use it.
23805
4fc9bd56 238062005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
6fee106e
KS
23807
23808 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
23809
238102005-07-15 Luc Teirlinck <teirllm@auburn.edu>
23811
23812 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23813 a defcustom with two :set or :type keywords.
23814
238152005-07-15 Richard M. Stallman <rms@gnu.org>
23816
23817 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23818 Don't give ^M comment-end syntax.
23819
238202005-07-16 Nick Roberts <nickrob@snap.net.nz>
23821
23822 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
23823 Don't consider gdbmi (gdb-mi.el has its own update functions).
23824 (gdb-var-delete): Make it work for gdbmi as well.
23825 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
23826
23827 * progmodes/gud.el (etags, sdb): Only require etags when needed.
23828 (gud-speedbar-menu-items): Correct logic for enabling items.
23829
238302005-07-15 Kim F. Storm <storm@cua.dk>
23831
23832 * ido.el: Fix commentary.
23833 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
23834 Use with-no-warnings around ffap-guesser.
23835 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
23836 Let bind minibuffer-completing-file-name to t.
23837
238382005-07-15 Juanma Barranquero <lekktu@gmail.com>
23839
23840 * startup.el (site-run-file, keyboard-type): Doc fixes.
23841 (command-line): Check for "--basic-display" argument; also for
23842 "--quick", not "--bare-bones" (which was renamed).
23843 (fancy-splash-text): Add missing item "Getting New Versions".
23844 (normal-splash-screen): Fix typos and improve consistency with
23845 `fancy-splash-text'. Update copyright year.
23846
23847 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
23848 valid binding for `help-char'.
23849
23850 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
23851
238522005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
23853
23854 * term.el (term-mode): Disable cua-mode for term buffers.
23855
238562005-07-14 Juanma Barranquero <lekktu@gmail.com>
23857
23858 * add-log.el (add-log-mailing-address, change-log-merge):
23859 Doc fixes.
23860 (change-log-get-method-definition): Fix typo in docstring.
23861
238622005-07-14 Kim F. Storm <storm@cua.dk>
23863
23864 * emulation/cua-base.el:
23865 (cua--pre-command-handler-1, cua--pre-command-handler)
23866 (cua--post-command-handler-1, cua--post-command-handler):
23867 Split in two. Check (buffer local) value of cua-mode.
23868 (cua-selection-mode): New command.
23869
238702005-07-13 Luc Teirlinck <teirllm@auburn.edu>
23871
23872 * custom.el (custom-initialize-safe-set)
23873 (custom-initialize-safe-default): Doc fixes.
23874
23875 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23876 and simplify :init-value again.
23877
23878 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23879 and simplify :init-value again. Delete autoload.
23880
23881 * startup.el (command-line): Use `custom-reevaluate-setting' again
23882 for tooltip-mode.
23883
23884 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23885 a defcustom with two :initialize keywords.
23886
238872005-07-13 Juanma Barranquero <lekktu@gmail.com>
23888
23889 * allout.el (my-mark-marker, allout-isearch-prior-pos)
23890 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
23891 (allout-post-command-business, allout-flag-region)
23892 (isearch-reenable-font-lock, allout-yank)
23893 (allout-insert-latex-header, allout-insert-latex-trailer)
23894 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
23895 (allout-latex-verb-quote): Fix typos in docstrings.
23896 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
23897 (allout-unprotected, allout-prefix-data):
23898 Improve argument/docstring consistency.
23899 (allout-chart-subtree): Fix argument spec.
23900 (allout-open-topic): Rename `use_sib_bullet' argument to
23901 `use-sib-bullet'. Doc fix.
23902
23903 * whitespace.el (whitespace-check-buffer-leading)
23904 (whitespace-check-buffer-trailing)
23905 (whitespace-check-buffer-indent)
23906 (whitespace-check-buffer-spacetab)
23907 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
23908 (whitespace-check-leading-whitespace)
23909 (whitespace-check-trailing-whitespace)
23910 (whitespace-check-spacetab-whitespace)
23911 (whitespace-check-indent-whitespace)
23912 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
23913 (whitespace-modes): Fix typos in docstrings.
23914 (defgroup, defcustom): Doc fixes.
23915
23916 * winner.el (winner-mode, winner-boring-buffers)
23917 (winner-pending-undo-ring): Doc fixes.
23918 (winner-ring): Remove unneeded `progn'.
23919 (winner-equal): `defsubst' it.
23920 (winner-redo): Fix message.
23921
239222005-07-13 Kim F. Storm <storm@cua.dk>
23923
23924 * simple.el (line-move-1): Always use vertical-motion to
23925 do the last (or only) line move to ensure some movement.
23926 Undo 2005-06-23 change--don't check for overlays.
23927
239282005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23929
23930 * term/mac-win.el (ccl-encode-mac-roman-font)
23931 (ccl-encode-mac-centraleurroman-font)
23932 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
23933 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
23934 Change charset-id boundary of dimension to ?\xef.
23935 (mac-char-fontspec-list): New constant.
23936 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
23937 argument. Nil uses itself as family in font-spec. Previous
23938 behavior for nil is now provided by non-nil non-string argument.
23939 All callers changed. Add font-specs for Mac fonts to
23940 "fontset-default" unless iso8859-1 fonts are installed.
23941
239422005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
23943
23944 * progmodes/sh-script.el (sh-get-indent-info): Only indent
23945 a continuation line if the \ is preceded by SPC or TAB.
23946 (sh-get-indent-info): Simplify.
23947 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
23948 Use with-current-buffer.
23949
23950 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
23951 when the matched text is empty.
23952
239532005-07-12 Luc Teirlinck <teirllm@auburn.edu>
23954
23955 * startup.el (command-line): Revert to previous handling of
23956 tooltip-mode. Explain in comment why the complexity is needed.
23957
23958 * tooltip.el (tooltip-mode): Revert to previous implementation of
23959 its defcustom.
23960
23961 * frame.el (blink-cursor-mode): Revert to previous implementation
23962 of its defcustom. Update comment.
23963
239642005-07-12 Lars Hansen <larsh@soem.dk>
23965
23966 * desktop.el: Update e-mail address.
23967
239682005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23969
23970 * term/mac-win.el (mac-services-mail-selection)
23971 (mac-services-mail-to): New functions.
23972 (mac-application-menu-map): Bind them.
23973
239742005-07-12 wulei <milton@wulei.net> (tiny change)
23975
23976 * progmodes/gdb-ui.el: Add note about buffering with Windows.
23977
239782005-07-11 Luc Teirlinck <teirllm@auburn.edu>
23979
23980 * custom.el (custom-reevaluate-setting): Doc fix.
23981
239822005-07-11 Jay Belanger <belanger@truman.edu>
23983
23984 * calc/calc.el (calc-embedded-announce-formula-alist)
23985 (calc-embedded-open-close-plain-alist)
23986 (calc-embedded-open-close-mode-alist): Add checks for additional
23987 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
23988
239892005-07-11 Juanma Barranquero <lekktu@gmail.com>
23990
23991 * custom.el (custom-enable-theme): Don't add theme to
23992 `custom-enabled-themes' with `push' because there is no
23993 setf-method for `delq'.
23994
239952005-07-11 Richard M. Stallman <rms@gnu.org>
23996
23997 * custom.el (custom-declare-variable): Doc fix.
23998
23999 * dired-aux.el (dired-compare-directories): Remove "." and ".."
24000 from the alists.
24001
24002 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24003 Do nothing if edebug-active.
24004
24005 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24006 (edebug-display): Do it here instead.
24007
240082005-07-10 Richard M. Stallman <rms@gnu.org>
24009
24010 * cus-face.el (custom-theme-set-faces): Make it work.
24011 (custom-reset-faces): Doc fix.
24012 (custom-theme-reset-internal-face, custom-theme-face-value):
24013 Functions deleted.
24014
24015 * custom.el (custom-push-theme): Maintain list of the settings
24016 of a given theme in its theme-settings property.
24017 Maintain position of old settings in the theme-value
24018 or theme-face property.
24019 (custom-enabled-themes): New variable.
24020 (custom-theme-enabled-p): New function.
24021 (provide-theme): Update custom-enabled-themes.
24022 Disable and reenable the `user' theme.
24023 (require-theme): Doc fix.
24024 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24025 (custom-theme-value, custom-theme-variable-value): Likewise.
24026 (custom-theme-reset-internal): Likewise.
24027 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24028 (custom-enable-theme, custom-disable-theme): New functions.
24029 (custom-variable-theme-value, custom-face-theme-value): Likewise.
24030 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24031 (custom-theme-reset-variables): Simplify.
24032 (deftheme, custom-declare-theme, custom-make-theme-feature):
24033 Definitions moved.
24034
240352005-07-10 Chong Yidong <cyd@stupidchicken.com>
24036
24037 * longlines.el (longlines-show-region)
24038 (longlines-unshow-hard-newlines): Recognize hard newlines by
24039 non-nil hard property, instead of t.
24040
240412005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
24042
24043 * viper-cmd.el (viper--key-maps): New variable.
24044 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24045 emulation-mode-map-alists.
24046 (viper-envelop-ESC-key): Use viper-subseq.
24047 (viper-search-forward/backward/next): Disable debug-on-error.
24048
24049 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24050 (viper-ESC-key): New defcustoms.
24051
24052 * viper-macs.el (ex-map-read-args): Use viper-subseq.
24053
24054 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24055 (viper-subseq): Copy of subseq from cl.el.
24056
24057 * viper.el (viper-go-away, viper-set-hooks): Use
24058 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24059
24060 * viper-mous.el (viper-current-frame-saved): Use defvar.
24061
24062 * viper-init.el: Get rid of -face in face names.
24063
24064 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24065 Make it work with longlines mode
24066
24067 * ediff-mult.el (ediff-meta-mode-hook): New variable.
24068
24069 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24070
24071 * ediff-init.el: Get rid of -face in face names.
24072
240732005-07-10 Richard M. Stallman <rms@gnu.org>
24074
24075 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24076 and with-timeout-unsuspend.
24077
24078 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24079 and with-timeout-unsuspend.
24080
24081 * emacs-lisp/timer.el (with-timeout-timers): New variable.
24082 (with-timeout): Bind that variable to record timers.
24083 (with-timeout-suspend, with-timeout-unsuspend): New functions.
24084
24085 * emacs-lisp/debug.el (debug-help-follow): New function.
24086 (debugger-mode-map): Use that instead of help-follow.
24087 (debugger-setup-buffer): Use eval-buffer-list
24088 to handle eval-buffer frames.
24089
240902005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
24091
24092 * timezone.el (timezone-parse-date): Change first regexp
24093 so it will not mistakenly match dates with no time zone.
24094
240952005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
24096
24097 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24098
240992005-07-10 Luc Teirlinck <teirllm@auburn.edu>
24100
24101 * custom.el (custom-initialize-safe-set)
24102 (custom-initialize-safe-default): New functions.
24103
24104 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24105 and simplify :init-value.
24106
24107 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24108 and simplify :init-value. Delete obsolete comment.
24109
24110 * startup.el (command-line): Use `custom-reevaluate-setting' to
24111 handle `tooltip-mode'. Delete obsolete comment.
24112
24113 * files.el (set-visited-file-name): Avoid calling
24114 `file-name-nondirectory' with a nil argument.
24115
241162005-07-09 Richard M. Stallman <rms@gnu.org>
24117
24118 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24119 was called with nil for the buffer, handle the read position right.
24120 Handle read position for eval-region, too.
24121
241222005-07-09 Juri Linkov <juri@jurta.org>
24123
24124 * fringe.el (fringe-mode): Add period in docstring.
24125 (fringe-query-style): Build prompt depending on `all-frames' arg.
24126
24127 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24128 to not create links to unrelated functions in the Help buffer.
24129
24130 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24131 Doc fix.
24132
24133 * simple.el (next-error-hook): New variable.
24134 (next-error): Use it. Doc fix.
24135
24136 * textmodes/ispell.el (ispell-command-loop): Add current
24137 dictionary name and program name to mode-line-format.
24138 (ispell-region, ispell-process-line): Add current dictionary name
24139 and program name to messages.
24140
241412005-07-08 Jay Belanger <belanger@truman.edu>
24142
24143 * calc/calc.el (calc-embedded-announce-formula-alist)
24144 (calc-embedded-open-close-formula-alist)
24145 (calc-embedded-open-close-word-alist)
24146 (calc-embedded-open-close-plain-alist)
24147 (calc-embedded-open-close-new-formula-alist)
24148 (calc-embedded-open-close-mode-alist)
24149 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24150 (calc-embedded-mode-hook): New variables.
24151
24152 * calc/calc-embed.el (calc-embedded-firsttime)
24153 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24154 New variables.
24155 (calc-do-embedded): Use calc-embedded-firsttime,
24156 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24157 determine whether or not to run hooks.
24158 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
24159 calc-embedded-firsttime-formula appropriately.
24160 Set calc-embedded delimiter variables according to mode.
24161
241622005-07-08 Richard M. Stallman <rms@gnu.org>
24163
24164 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24165 Check for "emacs", etc., as entire symbol, not just as word.
24166 (checkdoc-file-comments-engine): Use regexp-quote on FN.
24167
24168 * files.el (set-visited-file-name): Report the error
24169 for "empty filename" earlier.
24170 (kill-some-buffers): Ignore buffers already dead.
24171
24172 * fringe.el (fringe-mode): Doc fix.
24173
24174 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24175 Check for (featurep 'xemacs) and turn off warnings in what it guards.
24176 Use unwind-protect to ensure byte-compile-unresolved-functions
24177 is updated.
24178
24179 * whitespace.el (whitespace-buffer-leading-cleanup):
24180 Simplify w/ skip-chars-forward.
24181 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24182
24183 * mail/rmail.el (rmail-only-expunge): Fix paren error.
24184 Unconditionally try to leave point at the same old place.
24185
241862005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
24187
24188 * comint.el (comint-postoutput-scroll-to-bottom)
24189 (comint-show-maximum-output): Take scroll-margin into consideration.
24190
241912005-07-08 Kim F. Storm <storm@cua.dk>
24192
24193 * ido.el (ido-use-filename-at-point): New choice `guess'.
24194 (ido-file-internal): Try ffap-guesser if selected.
24195
24196 * ido.el (ido-before-fallback-functions): New hook.
24197 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24198 (ido-read-file-name): Run it.
24199
242002005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
24201
24202 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24203 strings rather than a list of symbols to the completion function.
24204
242052005-07-07 Jay Belanger <belanger@truman.edu>
24206
24207 * calc/calc-units.el (math-apply-units): Change the places in
24208 which units are simplified.
24209
242102005-07-07 Luc Teirlinck <teirllm@auburn.edu>
24211
24212 * cus-edit.el (customize-option, customize-option-other-window):
24213 Make them handle aliases.
24214
24215 * custom.el (custom-variable-p): Make it recursively follow
24216 aliases. Mention that in the docstring.
24217
242182005-07-07 Richard M. Stallman <rms@gnu.org>
24219
24220 * cus-start.el (exec-path): Use `directory' instead of `file'.
24221 Fix tag for nil.
24222
242232005-07-07 Juanma Barranquero <lekktu@gmail.com>
24224
24225 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24226 when called non-interactively. Doc fix.
24227
242282005-07-07 Lute Kamstra <lute@gnu.org>
24229
24230 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24231 new address as well.
24232
242332005-07-07 Kenichi Handa <handa@m17n.org>
24234
24235 * international/mule.el (make-coding-system):
24236 Describe `ascii-incompatible' property in the docstring.
24237 (set-file-name-coding-system): Signal an error if coding-system is
24238 ascii-incompatible.
24239 (set-keyboard-coding-system): Likewise.
24240
24241 * international/mule-cmds.el (set-default-coding-systems):
24242 Don't set default-file-name-coding-system and
24243 default-keyboard-coding-system if coding-system is ASCII-incompatible.
24244
24245 * international/utf-16.el: Declare that all UTF-16-based coding
24246 systems are ASCII-incompatible.
24247
242482005-07-07 Nick Roberts <nickrob@snap.net.nz>
24249
24250 * progmodes/gud.el: Require font-lock for displaying errors.
24251 Used by gdb-ui.el.
24252
242532005-07-07 Juanma Barranquero <lekktu@gmail.com>
24254
24255 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24256 values for the pattern lists which are `read'able but not
24257 `append'able (like symbols).
24258
242592005-07-06 Richard M. Stallman <rms@gnu.org>
24260
24261 * progmodes/flymake.el (flymake-float-time): Instead of
9c92edca 24262 with-no-warnings, test for XEmacs.
6fee106e
KS
24263 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24264 to avoid warning.
24265
242662005-07-06 Juanma Barranquero <lekktu@gmail.com>
24267
24268 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24269
242702005-07-05 Lute Kamstra <lute@gnu.org>
24271
24272 * battery.el: Add support for Darwin (with much debugging help
24273 from Samuel Lauber <sam124@operamail.com>).
24274 (battery-status-function, battery-echo-area-format)
24275 (battery-mode-line-format): Add support for pmset on Darwin.
24276 (battery-load-low, battery-load-critical): New user options.
24277 (battery-pmset): New function.
24278
242792005-07-05 Lute Kamstra <lute@gnu.org>
24280
24281 Update FSF's address in GPL notices.
24282
24283 * textmodes/page-ext.el: Update FSF's address.
24284
242852005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
24286
24287 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24288 filling from using prefix when filling a single-line docstring.
24289
24290 * progmodes/flymake.el: Remove useless eval-when-compile.
24291
24292 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24293
242942005-07-04 Richard M. Stallman <rms@gnu.org>
24295
24296 * textmodes/org.el (org-file-apps-defaults-gnu):
24297 Rename from org-file-apps-defaults-linux.
24298 (org-default-apps): Don't test system-type for `linux'.
24299 (org-file-apps): Doc fix.
24300
243012005-07-04 David Ponce <david@dponce.com>
24302
24303 * tree-widget.el: Improve header Commentary section.
24304 (tree-widget) [defgroup]
24305 (tree-widget-image-enable, tree-widget-themes-directory)
24306 (tree-widget-theme, tree-widget-image-properties-emacs)
24307 (tree-widget-image-properties-xemacs, tree-widget-create-image)
24308 (tree-widget-image-formats, tree-widget-control)
24309 (tree-widget-empty-control, tree-widget-leaf-control
24310 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24311 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24312 (tree-widget-keep, tree-widget-after-toggle-functions)
24313 (tree-widget-open-node, tree-widget-close-node): Doc fix.
24314 (tree-widget-open-control, tree-widget-close-control): Fix doc and
24315 :help-echo message.
24316 (tree-widget-set-theme): Doc fix. Use `string-equal'.
24317 (tree-widget-image-properties): Doc fix. Clearer implementation.
24318 (tree-widget--cursors): New constant.
24319 (tree-widget-lookup-image): New function split from
24320 `tree-widget-find-image'. Clearer implementation.
24321 (tree-widget-find-image): Use it.
24322 (tree-widget-button-keymap): Use `set-keymap-parent'.
24323 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24324 Define the sub-widgets here.
24325 (tree-widget-node): Check that :node is not a tree-widget.
24326 (tree-widget-get-super, tree-widget-open-control)
24327 (tree-widget-close-control, tree-widget-empty-control)
24328 (tree-widget-leaf-control, tree-widget-guide)
24329 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24330 (tree-widget-no-handle, tree-widget-value-delete)
24331 (tree-widget-map): Remove.
24332 (tree-widget-children-value-save): Doc fix. Simplified.
24333 (tree-widget-value-create): Update according to previous changes.
24334
243352005-07-04 Carsten Dominik <dominik@science.uva.nl>
24336
24337 * textmodes/org.el: Leading space replaced by TABS.
24338 (org-recalc-marks, org-table-rotate-recalc-marks)
24339 (org-table-get-specials): Treat "^" and "_" marks.
24340 (org-table-justify-field-maybe): Optional argument NEW.
24341 (org-table-eval-formula): Parsing of the format simplified.
24342 New modes C,I. Honor the %= parameter in the current table.
24343 Avoid unnecessary re-align by using the NEW argument to
24344 `org-table-justify-field-maybe'.
24345 (org-calc-default-modes): Default for date-format mimicks org-mode.
24346 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24347
243482005-07-03 Luc Teirlinck <teirllm@auburn.edu>
24349
24350 * cus-face.el (custom-theme-set-faces): Make it handle face
24351 aliases whose alias declarations are pre- or autoloaded.
24352
243532005-07-04 Juri Linkov <juri@jurta.org>
24354
24355 * faces.el (read-face-name): Put the code for getting a face name
24356 from the buffer before adding the faces from the `face' property.
24357 Use `completing-read-multiple' instead of `completing-read'.
24358 Require `crm'. Add default value and post-process the returned
24359 list of faces.
24360
24361 * emacs-lisp/crm.el (crm-find-current-element)
24362 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24363
24364 * emacs-lisp/lisp-mode.el (eval-defun-1):
24365 * emacs-lisp/edebug.el (edebug-eval-defun):
24366 Remove unnecessary quotes.
24367
243682005-07-04 Juanma Barranquero <lekktu@gmail.com>
24369
24370 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24371 (prolog-indent-level): Fix typo in docstring.
24372
24373 * info.el (Info-history, Info-history-forward)
24374 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24375
24376 * add-log.el (add-change-log-entry):
24377 * comint.el (comint-dynamic-list-input-ring)
24378 (comint-dynamic-list-completions):
24379 * dabbrev.el (dabbrev-expand):
24380 * delim-col.el (delimit-columns-rectangle-line):
24381 * diff-mode.el (diff-context->unified, diff-reverse-direction)
24382 (diff-unified->context):
24383 * ediff-init.el (ediff-abbrev-jobname):
24384 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24385 (ediff-replace-session-activity-marker-in-meta-buffer):
24386 * info.el (Info-summary):
24387 * lpr.el (printify-region):
24388 * printing.el (pr-create-interface):
24389 * ps-print.el (ps-print-quote):
24390 * ses.el (ses-column-widths, ses-print-cell)
24391 (ses-adjust-print-width, ses-center):
24392 * shell.el (shell-file-name-quote-list):
24393 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24394 (strokes-fill-current-buffer-with-whitespace)
24395 (strokes-xpm-for-stroke, strokes-list-strokes)
24396 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24397 * term.el (term-dynamic-list-input-ring)
24398 (term-dynamic-list-completions):
24399 * calc/calc.el (math-format-stack-value):
24400 * emacs-lisp/edebug.el (edebug-display-freq-count):
24401 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24402 (delphi-new-comment-line):
24403 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24404 * progmodes/executable.el (executable-set-magic):
24405 * progmodes/python.el (inferior-python-mode):
24406 * progmodes/scheme.el (scheme-mode-syntax-table):
24407 * progmodes/sh-script.el (sh-maybe-here-document):
24408 * progmodes/sql.el (sql-copy-column):
24409 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24410 * textmodes/bibtex.el (bibtex-mode):
24411 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24412 (sgml-auto-attributes):
24413 * textmodes/table.el (table-insert, table-shorten-cell)
24414 (table--generate-source-scan-lines, table-delete-row)
24415 (*table--cell-delete-char, table--spacify-frame)
24416 (table--horizontally-shift-above-and-below)
24417 (table--cell-insert-char, table--cell-blank-str)
24418 (table--fill-region-strictly):
24419 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24420 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24421
24422 * add-log.el (change-log):
24423 * apropos.el (apropos):
24424 * comint.el (comint-completion, comint-source):
24425 * dabbrev.el (dabbrev):
24426 * delim-col.el (columns):
24427 * diff-mode.el (diff-mode):
24428 * ediff.el (ediff):
24429 * ediff-diff.el (ediff-diff):
24430 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24431 * ediff-mult.el (ediff-mult):
24432 * ediff-ptch.el (ediff-ptch):
24433 * ediff-wind.el (ediff-window):
24434 * facemenu.el (facemenu):
24435 * indent.el (indent):
24436 * info.el (info):
24437 * jka-cmpr-hook.el (compression, jka-compr):
24438 * lpr.el (lpr):
24439 * outline.el (outlines):
24440 * pcmpl-cvs.el (pcmpl-cvs):
24441 * pcmpl-rpm.el (pcmpl-rpm):
24442 * printing.el (printing):
24443 * ps-print.el (postscript, ps-print, ps-print-horizontal)
24444 (ps-print-vertical, ps-print-headers, ps-print-font)
24445 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24446 (ps-print-background, ps-print-printer, ps-print-page)
24447 (ps-print-miscellany):
24448 * ses.el (ses):
24449 * shell.el (shell, shell-directories, shell-faces):
24450 * startup.el (initialization):
24451 * strokes.el (strokes):
24452 * term.el (term):
24453 * uniquify.el (uniquify):
24454 * w32-vars.el (w32):
24455 * calc/calc.el (calc):
24456 * emacs-lisp/bytecomp.el (bytecomp):
24457 * emacs-lisp/cl-indent.el (lisp-indent):
24458 * emacs-lisp/edebug.el (edebug):
24459 * emacs-lisp/elp.el (elp):
24460 * emacs-lisp/testcover.el (testcover):
24461 * emacs-lisp/trace.el (trace):
24462 * emulation/viper-ex.el (viper-ex):
24463 * emulation/viper-mous.el (viper-mouse):
24464 * mail/mailalias.el (mailalias):
24465 * mail/supercite.el (supercite, supercite-frames)
24466 (supercite-attr, supercite-cite, supercite-hooks):
24467 * net/rcompile.el (remote-compile):
24468 * net/rlogin.el (rlogin):
24469 * obsolete/ooutline.el (outlines):
24470 * progmodes/delphi.el (delphi):
24471 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24472 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24473 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24474 (ebnf-optimization):
24475 * progmodes/etags.el (etags):
24476 * progmodes/executable.el (executable):
24477 * progmodes/idlwave.el (idlwave):
24478 * progmodes/pascal.el (pascal):
24479 * progmodes/prolog.el (prolog):
24480 * progmodes/python.el (python):
24481 * progmodes/scheme.el (scheme):
24482 * progmodes/sh-script.el (sh, sh-script):
24483 * progmodes/sql.el (SQL):
24484 * progmodes/tcl.el (tcl):
24485 * textmodes/bibtex.el (bibtex, bibtex-autokey):
24486 * textmodes/enriched.el (enriched):
24487 * textmodes/makeinfo.el (makeinfo):
24488 * textmodes/sgml-mode.el (sgml):
24489 * textmodes/table.el (table-hooks):
24490 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24491 * textmodes/texinfo.el (texinfo):
24492 * textmodes/two-column.el (two-column):
24493 Finish `defgroup' description with period.
24494
24495 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24496 * eshell/esh-var.el (eshell-var):
24497 * progmodes/vhdl-mode.el (vhdl-testbench):
24498 * textmodes/org.el (org): Fix typos in docstrings.
24499
24500 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24501 consistency.
24502
24503 * progmodes/flymake.el (flymake-find-file): Remove.
24504 (flymake-float-time): Use `with-no-warnings'.
24505 (flymake-check-start-time, flymake-check-was-interrupted)
24506 (flymake-err-info, flymake-is-running, flymake-last-change-time)
24507 (flymake-new-err-info): `defvar' at compile time.
24508
245092005-07-03 Juanma Barranquero <lekktu@gmail.com>
24510
24511 * replace.el (occur-hook): Doc fix.
24512 (occur-1): Don't call `occur-hook' if there are no matches.
24513
245142005-07-03 Richard M. Stallman <rms@gnu.org>
24515
24516 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
24517 global-map, save the same map.
24518 (global-map): Don't alter it at top level.
24519 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
24520 Then alter it here instead.
24521 (tpu-edt-off): Set global-map to the saved one.
24522
24523 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
24524 All references simplified.
24525 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
24526 (zmacs-regions): Add defvar.
24527 (repeat-complex-command-map): Everything about that deleted.
24528
24529 * textmodes/artist.el (artist-key-is-drawing)
24530 (artist-key-endpoint1, artist-key-poly-point-list)
24531 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
24532 (artist-key-compl-table, artist-rb-save-data)
24533 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
24534 Don't put them in eval-when-compile.
24535 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
24536
24537 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
24538 Use with-no-warnings.
24539
24540 * net/browse-url.el (dos-windows-version): Add defvar.
24541
24542 * mail/supercite.el (filladapt-prefix-table): Add defvar.
24543
24544 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
24545 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
24546 (rmail-new-summary-line-count): Rename from new-summary-line-count.
24547 Add defvar.
24548 (rmail-summary-beginning-of-message): Use with-no-warnings.
24549 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
24550
24551 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
24552 Use with-no-warnings.
24553
24554 * emulation/vi.el (vi-mark-region): Use c-mark-function.
24555 (c-mark-function): Add point-moving-unit property.
24556 (vi-goto-line): Use with-no-warnings.
24557
24558 * emulation/edt.el (edt-last-copied-word): Add defvar.
24559 (zmacs-region-stays): Likewise.
24560 (edt-mark-section-wisely): Use c-mark-function for C.
24561 Use makr-defun for Fortran.
24562 (time-string): defvar deleted.
24563 (edt-display-the-time): Don't set time-string.
24564
24565 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
24566
24567 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24568 Don't warn when name is not constant
24569 or for defining the group `emacs'.
24570
24571 * tooltip.el (gud-tooltip-mode): Add defvar.
24572
24573 * startup.el (default-frame-background-mode): Add defvar.
24574
24575 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
24576
24577 * info.el (tool-bar-map): Add defvar.
24578
24579 * dired.el (dnd-protocol-alist): Add defvar.
24580
24581 * dired-aux.el (dired-query): Display question with answer, when
24582 the user answers.
24583
24584 * custom.el (custom-add-option): Doc fix.
24585
24586 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
24587
245882005-07-03 Eli Zaretskii <eliz@gnu.org>
24589
24590 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
24591 bogus name from the last change.
24592
245932005-07-02 Luc Teirlinck <teirllm@auburn.edu>
24594
24595 * custom.el (custom-declare-variable): Fix typos in comment.
24596 (custom-known-themes): Doc fix.
24597 (custom-theme-directory): New defcustom.
24598 (require-theme): Make it check `custom-theme-directory'.
24599
24600 * cus-theme.el (custom-new-theme-mode): New function.
24601 (custom-theme-name, custom-theme-variables, custom-theme-faces)
24602 (custom-theme-description): Add compiler defvars.
24603 (customize-create-theme): Add doc to the "*New Custom Theme*"
24604 buffer. Use `custom-new-theme-mode'.
24605 (custom-theme-write): Put the created buffer in emacs-lisp-mode
24606 and save it to the `custom-theme-directory'. Make this the
24607 default directory of the buffer.
24608
246092005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
24610
24611 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
24612 Fix unbalanced parentheses.
24613
246142005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
24615
24616 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
24617 into flymake-mode and delegate to flymake-mode.
24618
24619 * find-file.el (ff-which-function-are-we-in): Clean up.
24620
246212005-07-02 Juanma Barranquero <lekktu@gmail.com>
24622
24623 * replace.el (occur-rename-buffer): Fix docstring.
24624
24625 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
24626 (edt-last-copied-word, edt-learn-macro-count)
24627 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
24628 (edt-rect-start-point, edt-user-global-map, rect-start-point)
24629 (time-string, zmacs-region-stays):
24630 * emulation/edt-mapper.el (edt-save-function-key-map)
24631 (EDT-key-name): `defvar' to silence the byte-compiler.
24632
246332005-07-02 Martin Rudalics <rudalics@gmx.at>
24634
24635 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
24636 font-lock-regexp-backslash. Doc fix.
24637 (font-lock-regexp-backslash-grouping-construct): Rename from
24638 font-lock-regexp-backslash-construct. Doc fix.
24639 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
24640 grouping constructs.
24641
246422005-07-02 Eli Zaretskii <eliz@gnu.org>
24643
24644 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
24645 updating all the prerequisites.
24646
246472005-07-01 Juanma Barranquero <lekktu@gmail.com>
24648
24649 * textmodes/org.el (org-agenda-start-on-weekday)
24650 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
24651 (org-agenda-use-time-grid, org-archive-location)
24652 (org-allow-space-in-links, org-usenet-links-prefer-google)
24653 (org-enable-table-editor, org-export-default-language)
24654 (org-export-html-show-new-buffer, org-fill-paragraph)
24655 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
24656 (org-goto-quit, org-occur, org-eval-in-calendar)
24657 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
24658 (org-agenda-diary-entry, org-remember-help)
24659 (org-table-convert-region, org-at-table-p)
24660 (org-table-move-row-down, org-table-move-row-up)
24661 (org-table-copy-region, org-table-toggle-vline-visibility)
24662 (org-table-get-stored-formulas, org-table-get-specials)
24663 (org-recalc-commands, org-table-eval-formula)
24664 (org-table-formula-substitute-names, orgtbl-make-binding)
24665 (org-format-org-table-html, org-format-table-table-html)
24666 (org-format-table-table-html-using-table-generate-source)
24667 (org-customize): Fix typos in docstrings.
24668 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
24669 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
24670 (org-back-to-heading): Doc fixes.
24671 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
24672 (org-agenda-change-all-lines, org-get-header):
24673 Improve argument/docstring consistency.
24674 (orgtbl-error): Fix error message.
24675
24676 * progmodes/flymake.el (flymake-find-possible-master-files)
24677 (flymake-master-file-compare, flymake-get-line-err-count)
24678 (flymake-highlight-line, flymake-gui-warnings-enabled):
24679 Fix typos in docstrings.
24680 (flymake-parse-line, flymake-get-project-include-dirs-function)
24681 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
24682 Doc fixes.
24683 (flymake-get-project-include-dirs-function)
24684 (flymake-make-err-menu-data):
24685 Improve argument/docstring consistency.
24686
246872005-07-01 Lute Kamstra <lute@gnu.org>
24688
24689 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
24690 Catch errors with ignore-errors. Use temporary buffer.
24691 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
24692
24693 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
24694 background color faces.
24695 (facemenu-set-foreground, facemenu-set-background):
24696 Use facemenu-set-face-from-menu.
24697 (facemenu-set-face-from-menu): Treat face names that start with
24698 "fg:" or "bg:" as special.
24699 (facemenu-add-new-color): Don't create faces. Simplify.
24700
247012005-06-30 Richard M. Stallman <rms@gnu.org>
24702
24703 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
24704 (crm-find-current-element): Likewise.
24705
247062005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
24707
24708 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
24709
247102005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
24711
24712 * arc-mode.el (archive-extract): Make it work as a mouse binding.
24713 (archive-mouse-extract): Make it an obsolete alias.
24714 (archive-mode-map): Don't use archive-mouse-extract any more.
24715 (archive-mode, archive-extract): write-contents-hooks ->
24716 write-contents-functions.
24717 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
24718 first arg.
24719 (archive-rename-entry): Update the call.
24720 (archive-zip-summarize): Remove unused var `method'.
24721 (archive-lzh-summarize): Remove unused var `creator'.
24722
24723 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
24724 dedicated frame upon exit.
24725
24726 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
24727 (archive-zip-extract, archive-zip-expunge)
24728 (archive-zip-update, archive-zip-update-case): Use executable-find.
24729 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
24730 Use restore-buffer-modified-p.
24731 (archive-extract, archive-add-new-member, archive-write-file-member):
24732 Use with-current-buffer.
24733 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
24734
247352005-06-30 Andreas Schwab <schwab@suse.de>
24736
24737 * progmodes/gud.el (gud-filter): Remove unneeded progn.
24738
247392005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
24740
24741 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
24742
247432005-06-30 Juri Linkov <juri@jurta.org>
24744
24745 * faces.el (vertical-border): Inherit from mode-line-inactive
24746 only on tty.
24747
247482005-06-30 Juanma Barranquero <lekktu@gmail.com>
24749
24750 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
24751 example, -NLINES in the `occur' docstring).
24752
24753 * replace.el (occur-1): When no matches are found, do not set the
24754 `buffer-read-only' and modified flags for the occur buffer,
24755 because it is deleted.
24756
24757 * emulation/cua-base.el (cua-check-pending-input)
24758 (cua-repeat-replace-region, cua-mode, cua-debug)
24759 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
24760 Fix typos in docstrings.
24761
24762 * emulation/cua-gmrk.el (cua-toggle-global-mark)
24763 (cua-cut-region-to-global-mark)
24764 (cua--cut-rectangle-to-global-mark):
24765 Remove period from end of messages.
24766
24767 * emulation/cua-rect.el (cua-do-rectangle-padding):
24768 Remove period from end of messages.
24769 (cua--rectangle-seq-format): Fix typo in docstring.
24770 (cua-sequence-rectangle, cua-fill-char-rectangle):
24771 Improve argument/docstring consistency.
24772
247732005-06-29 Juri Linkov <juri@jurta.org>
24774
24775 * faces.el (default-frame-background-mode): New internal variable.
24776 (frame-set-background-mode): Use it.
24777
24778 * startup.el (normal-top-level): Set default-frame-background-mode
24779 instead of frame-background-mode. Before setting it, test for its
24780 nil value. Remove tests for frame-background-mode and frame
24781 parameter `reverse'. Add test for "unspecified-fg".
24782
24783 * term/xterm.el (xterm-rxvt-set-background-mode):
24784 * term/rxvt.el (rxvt-set-background-mode):
24785 Set default-frame-background-mode instead of frame-background-mode.
24786
247872005-06-29 Juanma Barranquero <lekktu@gmail.com>
24788
24789 * simple.el (set-variable): Warn about obsolete user variables.
24790
24791 * imenu.el (imenu--completion-buffer):
24792 * mouse.el (mouse-buffer-menu-alist):
24793 * msb.el (msb-invisible-buffer-p):
24794 * calendar/diary-lib.el (diary-header-line-format):
24795 * emacs-lisp/pp.el (pp-buffer):
24796 * progmodes/cperl-mode.el (cperl-do-auto-fill):
24797 * textmodes/picture.el (picture-replace-match):
24798 Change space constants followed by a sexp to "?\s ".
24799
24800 * play/decipher.el (decipher-loop-with-breaks):
24801 * textmodes/texinfo.el (texinfo-insert-@item): Change space
24802 constants "protected" from end of line by a comment to "?\s".
24803
248042005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
24805
24806 * font-lock.el (save-buffer-state): Use `declare'.
24807
24808 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
24809 reset the syntax-table to cperl-mode-syntax-table.
24810 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
24811 "foo_print_bar" is not matched as a reserved keyword.
24812
248132005-06-29 Carsten Dominik <dominik@science.uva.nl>
24814
24815 * textmodes/org.el (orgtbl-setup): New function, for delayed
24816 setup for the orgtbl commands.
24817 (org-calc-default-modes): New option.
24818 (orgtbl-make-binding): Use `defun' to get better help display.
24819 (org-diary): Call `org-compile-prefix-format'.
24820 (org-table-formula-substitute-names): New function.
24821 (org-agenda-day-view, org-agenda-week-view): New commands.
24822 (org-agenda-toggle-week-view): Command removed.
24823 (org-tbl-menu): Split off from org-org-menu.
24824 (org-mode): Move removal of outline-mode menus to here.
24825 (org-table-formula-debug): New option.
24826 (org-table-insert-row): Keep first field if just "#" or "*".
24827 (org-mode): Paragraph regexps fixed.
24828 (org-table-recalculate-regexp): New constant.
24829 (org-table-justify-field-maybe): Avoid replace if not necessary.
24830 (org-copy-special, org-cut-special): Use `call-interactively'.
24831 (org-table-copy-region): Take region from `interactive' call.
24832 (org-trim): Return string even if no match.
24833 (org-formula): New face.
24834 (org-set-font-lock-defaults): No longer highlight "FIXME".
24835 But highlight formula-related fields in table.
24836 (org-table-p): Use regexp, not fontification.
24837 (org-table-align): Handle white space at end of line.
24838 (org-table-formula-evaluate-inline): New option.
24839 (org-mode): Auto-wrapping in comment lines turned off.
24840 (org-table-copy-down): Evaluate only in copied field, not in
24841 destination.
24842 (org-table-current-formula): Variable removed.
24843 (org-table-store-formulas, org-table-get-stored-formulas)
24844 (org-table-modify-formulas, org-table-replace-in-formulas)
24845 (org-table-maybe-eval-formula): New functions.
24846 (org-table-get-formula): Modify to use stored formulas.
24847 (org-table-insert-column, org-table-delete-column)
24848 (org-table-move-column): Call `org-table-modify-formulas'.
24849 (org-complete): Add completion for keyword formulas.
24850 (orgtbl-mode): Pull orgtbl-mode-map to start of
24851 minor-mode-map-alist.
24852
248532005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
24854
24855 * progmodes/python.el (python-check): Require `compile' before
24856 modifying its variables.
24857
24858 * newcomment.el (comment-indent-default): Don't get fooled by an early
24859 end of buffer.
24860
248612005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24862
24863 * ps-print.el (ps-print-version): Fix version number.
24864
248652005-06-28 Luc Teirlinck <teirllm@auburn.edu>
24866
24867 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
24868
248692005-06-28 Richard M. Stallman <rms@gnu.org>
24870
24871 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
24872 (flyspell-local-mouse-map): Declaration deleted.
24873 (flyspell-mouse-map): Bind only mouse-2.
24874 (flyspell-mode-map): Don't test flyspell-use-local-map.
24875 (flyspell-overlay-keymap-property-name): Var deleted.
24876 (flyspell-mode-on): Don't make local bindings for
24877 flyspell-mouse-map and flyspell-mode-map.
24878 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
24879
24880 * textmodes/ispell.el (ispell-word): Do not ignore short words.
24881
24882 * progmodes/compile.el (compilation-next-error-function):
24883 Don't switch buffers; operate on the current buffer.
24884
24885 * progmodes/compile.el (compilation-error-file-name)
24886 (compilation-warning-file-name, compilation-info-file-name)
24887 (compilation-line-number, compilation-column-number): New faces.
24888 (compilation-error-face, compilation-warning-face)
24889 (compilation-info-face, compilation-line-face)
24890 (compilation-column-face): Use them.
24891
24892 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
24893
24894 * comint.el (comint-password-prompt-regexp): Accept ", try again".
24895
24896 * bindings.el (global-map): Bind insertchar and its variants.
24897
248982005-06-27 Richard M. Stallman <rms@gnu.org>
24899
24900 * textmodes/artist.el (artist-text-overwrite)
24901 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
24902
249032005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24904
24905 * ps-print.el: It was not working the page selection for printing.
24906 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
24907 (ps-print-version): New version 6.6.7.
24908 (ps-end-sheet): New fun.
24909 (ps-header-sheet, ps-end-job): Call it.
24910
249112005-06-27 Luc Teirlinck <teirllm@auburn.edu>
24912
24913 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
24914
249152005-06-27 Lute Kamstra <lute@gnu.org>
24916
24917 * facemenu.el (facemenu-unlisted-faces): Add foreground and
24918 background color faces.
24919 (facemenu-get-face): Delete function.
24920 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
24921 (facemenu-add-new-color): Make second argument mandatory.
24922 Create the appropriate face and return it. Simplify.
24923 (facemenu-set-foreground, facemenu-set-background): Don't check if
24924 color is defined. Use return value of facemenu-add-new-color.
24925
249262005-06-26 Nick Roberts <nickrob@snap.net.nz>
24927
24928 * progmodes/gud.el (gud-filter): Add missing argument to
24929 with-selected-window.
24930
249312005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
24932
24933 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
24934 a :require to the defcustom.
24935
24936 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
24937 defcustoms corresponding to minor modes.
24938
249392005-06-26 David Ponce <david@dponce.com>
24940
24941 * recentf.el: Require tree-widget instead of wid-edit.
24942 (recentf-filename-handler): Fix widget :type.
24943 (recentf-cancel-dialog, recentf-open-more-files)
24944 (recentf-open-files-action): Doc fix.
24945 (recentf-dialog-goto-first): New function.
24946 (recentf-dialog-mode-map): Set parent keymap first.
24947 (recentf-dialog-mode): Define with define-derived-mode.
24948 Don't display continuation lines in dialogs.
24949 (recentf-edit-list): Rename from recentf-edit-selected-items.
24950 (recentf-edit-list-select): Rename from recentf-edit-list-action.
24951 Simplify.
24952 (recentf-edit-list-validate): New function.
24953 (recentf-edit-list): Update accordingly.
24954 (recentf-open-files-item-shift): Remove.
24955 (recentf-open-files-item): Convert menu elements into tree and
24956 link widgets. Don't create the widgets.
24957 (recentf-open-files): Update accordingly.
24958 (recentf-save-list): Untabify.
24959
249602005-06-25 Luc Teirlinck <teirllm@auburn.edu>
24961
24962 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
24963 (keep-lines): Add INTERACTIVE arg. Never delete lines only
24964 partially contained in the active region. Do not take active
24965 region into account when called from Lisp, unless INTERACTIVE arg
24966 is non-nil. Use `forward-line' instead of `beginning-of-line' to
24967 avoid trouble with fields. Make marker point nowhere when no
24968 longer used. Always return nil. Doc fix.
24969 (flush-lines): Add INTERACTIVE arg. Do not take active region
24970 into account when called from Lisp, unless INTERACTIVE arg is
24971 non-nil. Use `forward-line' instead of `beginning-of-line' to
24972 avoid trouble with fields. Make marker point nowhere when no
24973 longer used. Always return nil. Doc fix.
24974 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
24975 interchangeable. Do not take active region into account when
24976 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
24977 message in echo area when called from Lisp, unless INTERACTIVE arg
24978 is non-nil. Avoid saying "1 occurrences". Do not use markers.
24979 Return the number of matches. Doc fix.
24980 (occur): Doc fix.
24981 (perform-replace): Make comment follow double space convention for
24982 the sake of `outline-minor-mode'.
24983
24984 * faces.el (facep): Doc fix.
24985
249862005-06-25 Richard M. Stallman <rms@gnu.org>
24987
24988 * facemenu.el (facemenu-enable-faces-p): New function.
24989 (facemenu-background-menu, facemenu-foreground-menu)
24990 (facemenu-face-menu): Add menu-enable property.
24991
24992 * jka-compr.el (jka-compr-insert-file-contents):
24993 Special handling if cannot find the uncompression program.
24994
24995 * cus-face.el (custom-face-attributes): Add autoload.
24996
24997 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24998 Bind comment-indent-function locally.
24999
25000 * window.el (save-selected-window): Use save-current-buffer.
25001
25002 * subr.el (with-selected-window): Use save-current-buffer.
25003
25004 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25005 and with-current-buffer.
25006
250072005-06-24 Richard M. Stallman <rms@gnu.org>
25008
25009 * simple.el (line-move-1): Fix previous change.
25010
250112005-06-24 Juanma Barranquero <lekktu@gmail.com>
25012
25013 * replace.el (occur-1): Set `buffer-read-only' and the
25014 buffer-modified flag before running `occur-hook' to protect
25015 against unintentional buffer switches that can lead to data loss.
25016
250172005-06-24 Nick Roberts <nickrob@snap.net.nz>
25018
25019 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25020 (gud-gdb-marker-filter): Use font-lock-warning-face for any
25021 initial error.
25022
25023 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25024 after fresh input.
25025 (gdb-var-create-handler): Put name of expression in quotes.
25026
250272005-06-23 Luc Teirlinck <teirllm@auburn.edu>
25028
25029 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25030 elements of RING in order, and without bogus nil elements.
25031
250322005-06-23 Richard M. Stallman <rms@gnu.org>
25033
25034 * simple.el (set-variable): Args renamed; doc fix.
25035 (line-move-1): When there are overlays around, use vertical-motion.
25036
25037 * faces.el (escape-glyph): Use brown against light background.
25038 (nobreak-space): Rename from no-break-space.
25039 Fix previous change.
25040
25041 * dired-aux.el (dired-do-copy): Fix arg prompt.
25042
25043 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25044
250452005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
25046
25047 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25048 rather than "Distributor".
25049
250502005-06-23 Lute Kamstra <lute@gnu.org>
25051
25052 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25053 (debug-on-entry): Use it. New interactive declaration that uses
25054 function-called-at-point.
25055
250562005-06-23 Kim F. Storm <storm@cua.dk>
25057
25058 * subr.el (save-match-data): Add comment about using evaporate arg
25059 to set-match-data.
25060
250612005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
25062
25063 * cus-edit.el (customize-face)
25064 (customize-face-other-window): Handle face aliases.
25065
25066 * faces.el (face-documentation, set-face-attribute)
25067 (face-spec-set): Handle face aliases.
25068
250692005-06-22 Juanma Barranquero <lekktu@gmail.com>
25070
25071 * help-mode.el (help-make-xrefs): If a symbol representing a face
25072 name is not followed by the word "face", it could still be a
25073 function or variable name, so don't bypass other checks.
25074
250752005-06-22 Juri Linkov <juri@jurta.org>
25076
25077 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25078 Replace aliased functions with calls where second arg `inherit' is t.
25079
250802005-06-22 Nick Roberts <nickrob@snap.net.nz>
25081
25082 * progmodes/gdb-ui.el (gdb-error): New variable.
25083 (gdb-error): New function.
25084 (gdb-annotation-rules): Act on error-begin and error annotations.
25085 (gdb-concat-output): Use font-lock-warning-face for errors.
25086
250872005-06-22 Miles Bader <miles@gnu.org>
25088
25089 * bindings.el (propertized-buffer-identification): Use renamed
25090 `Buffer-menu-buffer' face.
25091
25092 * faces.el (vertical-border): Rename from `vertical-divider'.
25093 (escape-glyph): Change dark-background color back to `cyan'.
25094
250952005-06-21 Juri Linkov <juri@jurta.org>
25096
25097 * faces.el (face-user-default-spec): Try getting `customized-face'
25098 prior to `saved-face'.
25099 (frame-background-mode): Refill docstring.
25100
25101 * emacs-lisp/lisp-mode.el (eval-defun-1):
25102 * emacs-lisp/edebug.el (edebug-eval-defun):
25103 Set `saved-face' temporarily to nil before calling form.
25104 Set `customized-face' to the new spec after that.
25105
251062005-06-21 Juanma Barranquero <lekktu@gmail.com>
25107
25108 * subr.el (1value, lambda, key-substitution-in-progress):
25109 Doc fixes.
25110
25111 * autoinsert.el (auto-insert-alist):
25112 * ses.el (ses-call-printer):
25113 * subr.el (noreturn):
25114 * emacs-lisp/lisp.el (check-parens):
25115 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25116 * net/browse-url.el (browse-url-mosaic):
25117 * progmodes/cc-defs.el (c-safe-scan-lists):
25118 * progmodes/ebnf-abn.el (ebnf-abn-lex):
25119 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25120 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25121 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25122 * progmodes/ebnf-iso.el (ebnf-iso-lex):
25123 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25124
251252005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
25126
25127 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25128
251292005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
25130
25131 * calendar/appt.el (appt-make-list): Activate the package, if
25132 not already active (for backwards compatibility).
25133
251342005-06-20 Kim F. Storm <storm@cua.dk>
25135
25136 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
25137
251382005-06-20 Miles Bader <miles@gnu.org>
25139
25140 * faces.el (vertical-divider): New face.
25141
251422005-06-20 Juanma Barranquero <lekktu@gmail.com>
25143
25144 * simple.el (kill-whole-line): Doc fix.
25145 (next-error-buffer-p, next-error-find-buffer)
25146 (clone-indirect-buffer): Fix typos in docstrings.
25147 (comment-line-break-function): Doc fix: don't say variable
25148 is automatically buffer-local (it isn't).
25149
251502005-06-19 Michael Albinus <michael.albinus@gmx.de>
25151
25152 * net/tramp-ftp.el (top):
25153 * net/tramp-smb.el (top):
25154 * net/tramp-util.el (top):
25155 * net/tramp-uu.el (top):
25156 * net/tramp-vc.el (top):
25157 * net/tramp.el (top): Revert copyright years back to original
25158 ones. Tramp has a life outside GNU Emacs.
25159
251602005-06-19 Nick Roberts <nickrob@snap.net.nz>
25161
25162 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25163
251642005-06-18 Juri Linkov <juri@jurta.org>
25165
25166 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25167 end of first regexp to limit the match to the position between
25168 line number and source line with same separator character as used
25169 between file name and line number. In the second regexp limit
25170 mouse-face area to file name and line number by adding new group
25171 for them and referring it in HYPERLINK arg.
25172 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25173 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25174 previous line where grep markers may be already removed.
25175
251762005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
25177
25178 * progmodes/ps-mode.el: Update version and maintainer's email address.
25179
251802005-06-18 Steve Youngs <steve@xemacs.org>
25181
25182 * net/browse-url.el (browse-url-browser-function)
25183 (browse-url-default-browser): Add firefox.
25184 (browse-url-firefox-program, browse-url-firefox-arguments)
25185 (browse-url-firefox-startup-arguments)
25186 (browse-url-firefox-new-window-is-tab): New defcustoms.
25187 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25188
251892005-06-17 Richard M. Stallman <rms@gnu.org>
25190
25191 * startup.el (command-line): Warn if specified user name has
25192 no home directory.
25193
25194 * term.el (term-get-old-input, term-input-filter, term-input-sender)
25195 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25196
25197 * longlines.el (longlines-mode, longlines-show-hard-newlines):
25198 Doc fixes.
25199
25200 * faces.el (underline): Try bold if terminal doesn't support underline.
25201
25202 * mail/sendmail.el (mail-setup-with-from): New variable.
25203 (mail-insert-from-field): New function.
25204 (sendmail-send-it): Call it.
25205 (mail-setup): Optionally call it here.
25206
25207 * term/linux.el: Call tty-no-underline.
25208
252092005-06-17 Luc Teirlinck <teirllm@auburn.edu>
25210
25211 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25212
252132005-06-17 Miles Bader <miles@gnu.org>
25214
25215 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25216 (ediff-current-diff-C, ediff-current-diff-Ancestor)
25217 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25218 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25219 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25220 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25221 Remove "-face" suffix from face names.
25222 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25223 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25224 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25225 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25226 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25227 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25228 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25229 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25230 New backward-compatibility aliases for renamed faces.
25231 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25232 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25233 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25234 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25235 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25236 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25237 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25238 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25239 Use renamed ediff faces.
25240
25241 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25242 Remove "-face" suffix from face names.
25243 (eshell-test-ok-face, eshell-test-failed-face):
25244 New backward-compatibility aliases for renamed faces.
25245 (eshell-run-test): Use renamed eshell-test faces.
25246
25247 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25248 face name.
25249 (eshell-prompt-face): New backward-compatibility alias for renamed
25250 face.
25251 (eshell-emit-prompt): Use renamed eshell-prompt face.
25252
25253 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25254 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25255 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25256 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25257 Remove "-face" suffix from face names.
25258 (eshell-ls-directory-face, eshell-ls-symlink-face)
25259 (eshell-ls-executable-face, eshell-ls-readonly-face)
25260 (eshell-ls-unreadable-face, eshell-ls-special-face)
25261 (eshell-ls-missing-face, eshell-ls-archive-face)
25262 (eshell-ls-backup-face, eshell-ls-product-face)
25263 (eshell-ls-clutter-face):
25264 New backward-compatibility aliases for renamed faces.
25265 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25266
25267 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25268 Remove "-face" suffix from face name.
25269 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25270 instead of literal face.
25271
252722005-06-17 Juanma Barranquero <lekktu@gmail.com>
25273
25274 * emacs-lisp/warnings.el (display-warning, lwarn)
25275 (warning-minimum-log-level): Doc fixes.
25276 (warning-minimum-level, warning-minimum-log-level):
25277 Add :debug to :type choices.
25278
25279 * progmodes/ada-mode.el (ada-format-paramlist)
25280 (ada-get-indent-case, ada-check-matching-start)
25281 (ada-check-defun-name, ada-goto-matching-decl-start)
25282 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25283 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25284 (ada-make-subprogram-body): Follow error conventions.
25285 (ada-case-exception-file, ada-indent-comment-as-code)
25286 (ada-indent-handle-comment-special, ada-indent-renames)
25287 (ada-indent-return, ada-search-directories-internal)
25288 (ada-tab-policy, ada-case-exception-substring)
25289 (ada-other-file-alist, ada-matching-start-re)
25290 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25291 (ada-imenu-generic-expression, ada-compile-goto-error)
25292 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25293 (ada-popup-menu, ada-add-extensions, ada-mode)
25294 (ada-region-selected, ada-create-case-exception)
25295 (ada-create-case-exception-substring, ada-after-keyword-p)
25296 (ada-activate-keys-for-case, ada-adjust-case-region)
25297 (ada-adjust-case-buffer, ada-format-paramlist)
25298 (ada-scan-paramlist, ada-insert-paramlist)
25299 (ada-indent-newline-indent)
25300 (ada-indent-newline-indent-conditional)
25301 (ada-justified-indent-current, ada-goto-previous-word)
25302 (ada-indent-current, ada-get-indent-open-paren)
25303 (ada-get-indent-paramlist, ada-get-indent-end)
25304 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25305 (ada-get-indent-block-start, ada-get-indent-subprog)
25306 (ada-get-indent-noindent, ada-get-indent-label)
25307 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25308 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25309 (ada-goto-stmt-end, ada-goto-next-word)
25310 (ada-check-matching-start, ada-check-defun-name)
25311 (ada-goto-matching-decl-start, ada-goto-matching-start)
25312 (ada-goto-matching-end, ada-search-ignore-string-comment)
25313 (ada-in-decl-p, ada-looking-at-semi-or)
25314 (ada-looking-at-semi-private, ada-in-paramlist-p)
25315 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25316 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25317 (ada-next-procedure, ada-previous-procedure, ada-next-package)
25318 (ada-previous-package, ada-create-menu)
25319 (ada-fill-comment-paragraph-justify)
25320 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25321 (ada-other-file-name, ada-last-which-function-line)
25322 (ada-last-which-function-subprog, ada-which-function)
25323 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25324 (ada-gen-treat-proc, ada-check-emacs-version)
25325 (ada-continuation-indent, ada-align-region-separate):
25326 Fix typos in docstrings.
25327 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25328
253292005-06-16 Lute Kamstra <lute@gnu.org>
25330
25331 * simple.el (fundamental-mode): Run after-change-major-mode-hook
25332 conditionally.
25333
253342005-06-16 Juanma Barranquero <lekktu@gmail.com>
25335
25336 * comint.el (comint-replace-by-expanded-filename)
25337 (comint-prompt-regexp, comint-delimiter-argument-list)
25338 (comint-preinput-scroll-to-bottom):
25339 * info.el (Info-hide-cookies-node):
25340 * ls-lisp.el (ls-lisp-classify):
25341 * find-file.el (ff-search-directories, ff-special-constructs)
25342 (ff-find-other-file):
25343 * font-lock.el (font-lock-keywords):
25344 * shell.el (shell-prompt-pattern)
25345 (shell-dynamic-complete-functions, shell-mode)
25346 (shell-delimiter-argument-list):
25347 * term.el (term-replace-by-expanded-filename)
25348 (term-prompt-regexp, term-delimiter-argument-list):
25349 * woman.el (woman-ignore, woman0-if):
25350 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25351 * emacs-lisp/elint.el (elint-init-env):
25352 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25353 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25354 * language/ethio-util.el (ethio-tilde-escape)
25355 (ethio-use-three-dot-question):
25356 * net/zone-mode.el (zone-mode-load-time-setup):
25357 * progmodes/cc-align.el (c-lineup-argcont):
25358 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25359 * progmodes/cperl-mode.el (cperl-set-style-back):
25360 * progmodes/inf-lisp.el (inferior-lisp-prompt):
25361 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25362 Fix spellings in docstrings.
25363
25364 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25365 * progmodes/modula2.el (m2-for): Fix spellings.
25366
25367 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25368
25369 * simple.el (undo-more): Don't use `format' on `error' arguments.
25370 Improve argument/docstring consistency.
25371 (pending-undo-list): Doc fix.
25372
25373 * smerge-mode.el (smerge-ensure-match):
25374 * emulation/vip.el (vip-ex):
25375 * net/zone-mode.el (zone-mode-update-serial):
25376 * progmodes/idlwave.el (idlwave-complete):
25377 * progmodes/vhdl-mode.el (vhdl-visit-file)
25378 (vhdl-compose-wire-components):
25379 Don't use `format' on `error' arguments.
25380
25381 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25382 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25383 (tooltip-help-tips): Fix typos in docstrings.
25384
253852005-06-16 David Ponce <david@dponce.com>
25386
25387 * tree-widget.el (tree-widget-value-create): Simplify last change.
25388
253892005-06-15 Matt Hodges <MPHodges@member.fsf.org>
25390
25391 * ido.el (ido-incomplete-regexp): New variable.
25392 (ido-set-matches-1): Handle invalid-regexp error and set
25393 ido-incomplete-regexp.
25394 (ido-incomplete-regexp): New face.
25395 (ido-completions): Use it.
25396 (ido-complete, ido-exit-minibuffer, ido-completions):
25397 Handle incomplete regexps.
25398 (ido-completions): Add check for complete match when entering a regexp.
25399
254002005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
25401
25402 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25403
254042005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25405
25406 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25407 by field delimiters.
25408
254092005-06-15 David Ponce <david@dponce.com>
25410
25411 * tree-widget.el: eval-and-compile inlined functions so they will
25412 be available at run-time too.
25413 (tree-widget-super-format-handler)
25414 (tree-widget-format-handler): Remove.
25415 (tree-widget-value-create): Handle the :indent property.
25416
254172005-06-15 Miles Bader <miles@gnu.org>
25418
25419 * progmodes/which-func.el (which-func): Only inherit
25420 `font-lock-function-name-face' when that makes sense against the
25421 default mode-line face, otherwise set the face color explicitly.
25422
25423 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25424 faces instead of (non-existent) variables.
25425
254262005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
25427
25428 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25429 (iswitchb-get-matched-buffers): Likewise. Simplify.
25430
254312005-06-14 Miles Bader <miles@gnu.org>
25432
25433 * progmodes/ld-script.el (ld-script-location-counter):
25434 Remove "-face" suffix from face name.
25435 (ld-script-location-counter-face):
25436 New backward-compatibility alias for renamed face.
25437 (ld-script-location-counter-face): Use renamed face.
25438
25439 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25440 (cperl-hash): Remove "-face" suffix from face names.
25441 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25442 New backward-compatibility aliases for renamed faces.
25443 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25444 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25445
25446 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25447 name.
25448 (which-func-face): New backward-compatibility alias for renamed face.
25449 (which-func-format): Use renamed which-func face.
25450
25451 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25452 (vhdl-function, vhdl-directive, vhdl-reserved-word)
25453 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25454 names.
25455 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25456 (vhdl-speedbar-configuration, vhdl-speedbar-package)
25457 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25458 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25459 (vhdl-speedbar-architecture-selected)
25460 (vhdl-speedbar-configuration-selected)
25461 (vhdl-speedbar-package-selected)
25462 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25463 names.
25464 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25465 Use renamed faces.
25466 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25467 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25468 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25469 Use renamed faces.
25470 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25471 names.
25472 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25473 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25474 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25475 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25476 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25477 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25478
25479 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25480 face name.
25481 (sh-heredoc-face): New backward-compatibility alias for renamed face.
25482 (sh-heredoc-face): Use renamed sh-heredoc face.
25483
25484 * progmodes/idlw-help.el (idlwave-help-link):
25485 Remove "-face" suffix from face name.
25486 (idlwave-help-link-face):
25487 New backward-compatibility alias for renamed face.
25488 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25489
25490 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25491 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25492 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25493 New backward-compatibility aliases for renamed faces.
25494 (idlwave-shell-disabled-breakpoint-face)
25495 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25496
25497 * progmodes/flymake.el (flymake-errline, flymake-warnline):
25498 Remove "-face" suffix from face names.
25499 (flymake-errline-face, flymake-warnline-face):
25500 New backward-compatibility aliases for renamed faces.
25501 (flymake-highlight-line): Use renamed flymake faces.
25502
25503 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25504 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25505 (ebrowse-member-class, ebrowse-progress):
25506 Remove "-face" suffix from face names.
25507 (ebrowse-tree-mark-face, ebrowse-root-class-face)
25508 (ebrowse-file-name-face, ebrowse-default-face)
25509 (ebrowse-member-attribute-face, ebrowse-member-class-face)
25510 (ebrowse-progress-face):
25511 New backward-compatibility aliases for renamed faces.
25512 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25513 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25514 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25515 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25516
25517 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
25518 antlr-syntax)
25519 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25520 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25521 names.
25522 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25523 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
25524 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
25525 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
25526 backward-compatibility aliases for renamed faces.
25527 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
25528 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
25529 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
25530 remove "font-lock-". Use renamed antlr-mode faces.
25531 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
25532 literal face-names with face variable references.
25533
25534 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
25535 face name.
25536 (Buffer-menu-buffer-face): New backward-compatibility alias for
25537 renamed face.
25538 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
25539
255402005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
25541
25542 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
25543 Eliminate "-face" suffix.
25544 (makefile-targets): Inherit from font-lock-function-name-face and
25545 eliminate "-face" suffix.
25546 (makefile-shell): Remove attributes and eliminate "-face" suffix.
25547 (makefile-*-font-lock-keywords): Append makefile-targets in rule
25548 actions, instead of prepending, to make it less visible.
25549 (makefile-previous-dependency, makefile-match-dependency):
25550 Don't match a target on a continuation line.
25551
25552 * files.el (auto-mode-alist): Put Makefile in gmake mode.
25553
255542005-06-15 Nick Roberts <nickrob@snap.net.nz>
25555
25556 * progmodes/gdb-ui.el (menu): Re-order menu items.
25557 (gdb-tooltip-print): Respect tooltip-use-echo-area.
25558
25559 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
25560 Define in tooltip.el.
25561 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
25562 (gud-tooltip-tips): Respect tooltip-use-echo-area and
25563 gud-tooltip-echo-area.
25564
25565 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
25566 backward compatibility and make obsolete.
25567 (tooltip-help-tips): Use tooltip-use-echo-area.
25568 (tooltip-show-help-function): Rename to...
25569 (tooltip-show-help): ...this, because it is a function.
25570 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
25571
255722005-06-14 Luc Teirlinck <teirllm@auburn.edu>
25573
25574 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
25575 (edebug-print-length, edebug-print-level, edebug-print-circle)
25576 (edebug-modify-breakpoint, edebug-eval-last-sexp)
25577 (edebug-eval-print-last-sexp): Doc fixes.
25578
255792005-06-14 Kim F. Storm <storm@cua.dk>
25580
25581 * ido.el (ido-mode): Make a new keymap every time we enable ido,
25582 as the coverage buffer/file/both may change.
25583
255842005-06-14 Lute Kamstra <lute@gnu.org>
25585
25586 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
25587 and run-mode-hooks. Simplify.
25588
25589 * mail/rmailedit.el (rmail-edit-mode):
25590 * progmodes/octave-inf.el (inferior-octave-mode):
25591 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
25592
25593 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
25594 and run-mode-hooks.
25595 (recentf-edit-list, recentf-open-files): Don't call
25596 kill-all-local-variables directly.
25597
25598 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
25599
256002005-06-14 Juanma Barranquero <lekktu@gmail.com>
25601
25602 * emacs-lisp/byte-run.el (make-obsolete)
25603 (define-obsolete-function-alias): Rename arguments FUNCTION and
25604 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
25605 (make-obsolete-variable, define-obsolete-variable-alias):
25606 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
25607 respectively.
25608
25609 * isearchb.el (isearchb-activate):
25610 * pcvs.el (cvs-mode):
25611 * ses.el (ses-load):
25612 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
25613 * net/tramp.el (tramp-find-file-exists-command)
25614 (tramp-find-shell):
25615 * progmodes/ada-mode.el (ada-create-case-exception)
25616 (ada-create-case-exception-substring, ada-make-subprogram-body):
25617 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
25618 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
25619 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
25620 * textmodes/org.el (org-promote, org-evaluate-time-range)
25621 (org-agenda-next-date-line, org-agenda-previous-date-line)
25622 (org-agenda-error, org-open-at-point, org-table-move-row)
25623 (org-format-table-table-html-using-table-generate-source)
25624 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
25625 * textmodes/reftex.el (reftex-access-scan-info):
25626 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
25627 (reftex-toc-promote-prepare): Follow error conventions.
25628
25629 * diff-mode.el (diff-mode): Fix typo in docstring.
25630
25631 * forms.el (forms--intuit-from-file): Fix reference to
25632 `forms-number-of-fields' in error message.
25633 (forms-print): Fix quoting in error message.
25634
25635 * forms.el (forms-mode):
25636 * emulation/vi.el (vi-goto-insert-state):
25637 * progmodes/flymake.el (flymake-new-err-info)
25638 (flymake-start-syntax-check-for-current-buffer)
25639 (flymake-simple-cleanup):
25640 * eshell/esh-var.el (eshell/export):
25641 * progmodes/gud.el (xdb):
25642 * textmodes/flyspell.el (flyspell-incorrect-hook)
25643 (flyspell-maybe-correct-transposition)
25644 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
25645
256462005-06-13 Luc Teirlinck <teirllm@auburn.edu>
25647
25648 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
25649 minibuffer prompt.
25650
256512005-06-13 Kim F. Storm <storm@cua.dk>
25652
25653 * subr.el (add-to-ordered-list): New defun.
25654
25655 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
25656 add cua--keymap-alist to emulation-mode-map-alists.
25657
256582005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
25659
25660 * subr.el (complete-in-turn): New macro.
25661 (dynamic-completion-table, lazy-completion-table): Add debug info.
25662
25663 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
25664 in preference to face aliases.
25665
25666 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
25667 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
25668 Remove unused vars `start' and `firstline'.
25669 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
25670 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
25671
256722005-06-13 Eli Zaretskii <eliz@gnu.org>
25673
25674 * cus-start.el (all): Don't complain about missing GTK-related
25675 variables, unless either `gtk' is boundp or this isn't a
25676 `windows-nt' build.
25677
256782005-06-13 Lute Kamstra <lute@gnu.org>
25679
25680 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
25681 run-mode-hooks.
25682
25683 * ediff-mult.el (ediff-meta-mode):
25684 * ediff-util.el (ediff-mode): Use run-mode-hooks.
25685
25686 * ledit.el (ledit-mode): Use delay-mode-hooks.
25687
25688 * woman.el (woman-mode-line-format): Delete constant.
25689 (woman-mode-map): Initialize it properly.
25690 (woman-mode): Set mode-class property to special.
25691 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
25692 Set major-mode and mode-name. Don't set mode-line-format directly.
25693 (Man-getpage-in-background): Don't reference woman-mode-line-format.
25694
25695 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
25696 string argument obsolete.
25697
256982005-06-13 Carsten Dominik <dominik@science.uva.nl>
25699
25700 * textmodes/org.el (org-CUA-compatible): New option.
25701 (org-disputed-keys): New variable.
25702 (org-key): New function.
25703 (orgtbl-make-binding): Add docstring to the created function.
25704 (org-mode): Set paragraph start/separate regexps.
25705 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
25706 (org-archive-location, org-archive-mark-done)
25707 (org-archive-stamp-time): New options.
25708 (org-archive-subtree): New command.
25709 (org-fill-paragraph): New function.
25710 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
25711 (org-fake-empty-table-line): Function removed.
25712 (org-format-org-table-html): Do not create empty table lines at
25713 separator lines. Improved table header treatment.
25714 (org-link-format): New option.
25715 (org-make-link): New function.
25716 (org-insert-link, org-store-link): Use org-make-link.
25717 (org-open-file): Quote file name for shell command, to allow
25718 spaces in file names.
25719 (org-link-regexp): Fix bug with mailto link.
25720 (org-link-maybe-angles-regexp, org-protected-link-regexp):
25721 New constants.
25722 (org-export-as-html): Deal with the optional angles around a link.
25723 Better treatment of file: links.
25724 (org-open-at-point): Replace @{ and @} with < and >.
25725 (org-run-mode-hooks): Function removed.
25726 (org-agenda-mode): No longer use `org-run-mode-hooks'.
25727
257282005-06-13 Nick Roberts <nickrob@snap.net.nz>
25729
25730 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
25731 MI command -data-list-register-values.
25732 (gdb-post-prompt): Indent properly.
25733
257342005-06-13 Juanma Barranquero <lekktu@gmail.com>
25735
25736 * hilit-chg.el (highlight-changes-colors): Rename from
25737 `highlight-changes-colours'.
25738 (highlight-changes-colours): Keep as obsolete alias.
25739 (highlight-changes-face-list): Doc fix.
25740 (hilit-chg-make-list): Use `highlight-changes-colors'.
25741
257422005-06-12 Mark A. Hershberger <mah@everybody.org>
25743
25744 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
25745 defun-prompt-regexp.
25746
257472005-06-12 Eli Zaretskii <eliz@gnu.org>
25748
25749 * loadup.el: Don't say we are dumping under 2 names on windows-nt
25750 and cygwin.
25751
25752 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
25753 Don't use an old loaddefs.el, as in Makefile.in.
25754
257552005-06-12 Lute Kamstra <lute@gnu.org>
25756
25757 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
25758
25759 * man.el (Man-mode-map): Initialize it properly.
25760 (Man-mode): Set mode-class property to special.
25761
25762 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
25763
257642005-06-11 Luc Teirlinck <teirllm@auburn.edu>
25765
25766 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
25767 A newline is needed in the docstring there.
25768
25769 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
25770 Doc fixes.
25771
257722005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25773
25774 * printing.el: Doc fix. The menubar is no more changed when printing
25775 is loaded, it only changes when pr-menu-bind or pr-update-menus is
25776 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
25777 (pr-version): New version number (6.8.4).
25778 (pr-menu-bind): New command.
25779 (pr-update-menus): Docstring and code fix.
25780 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
25781 Docstring fix.
25782 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
25783 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
25784
257852005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
25786
25787 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
25788 "Returns" to "return", document useful return values, etc.
25789
257902005-06-11 Alan Mackenzie <acm@muc.de>
25791
25792 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
25793 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
25794 (adaptive-file-function): Minor amendment to doc-string.
25795
257962005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25797
25798 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
25799 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
25800 Fix :type--it is `integer', not `string'.
25801
25802 * faces.el (modeline-highlight): Rename from (the erroneous)
25803 `modeline-higilight'.
25804
258052005-06-11 Lute Kamstra <lute@gnu.org>
25806
25807 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
25808 lisp-interaction-mode-map but make it the parent.
25809 (edebug-eval-mode): Use define-derived-mode.
25810
258112005-06-11 Andreas Schwab <schwab@suse.de>
25812
25813 * bindings.el: Add binding of `ESC functionkey' for every
25814 `M-functionkey'.
25815 * hexl.el (hexl-mode-map): Likewise.
25816
258172005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
25818
25819 * progmodes/compile.el (compilation-error-regexp-alist-alist)
25820 [msft]: update regexp for newer msft compilers.
25821
258222005-06-10 Mark A. Hershberger <mah@everybody.org>
25823
25824 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
25825 ATTLIST portions of included DTDs.
25826 (xml-parse-dtd): Eliminate use of inefficient match-data.
25827
258282005-06-10 Miles Bader <miles@gnu.org>
25829
25830 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
25831 (mpuz-text): Remove "-face" suffix from face names.
25832 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
25833 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
25834 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
25835
25836 * play/gomoku.el (gomoku-O, gomoku-X):
25837 Remove "-face" suffix from face names.
25838 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
25839 New backward-compatibility aliases for renamed faces.
25840 (gomoku-font-lock-keywords): Use renamed gomoku faces.
25841
258422005-06-10 Juanma Barranquero <lekktu@gmail.com>
25843
25844 * thumbs.el: Fixes for changes of 2005-06-09.
25845 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
25846 as a directory.
25847 (thumbs-thumbname): Remove directory separator from format string;
25848 `thumbs-thumbsdir' now returns a valid directory name.
25849 (thumbs-temp-dir): New defsubst.
25850 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
25851 Use it.
25852
25853 * cus-edit.el (minibuffer):
25854 * files.el (make-backup-file-name-function):
25855 * filesets.el (filesets-external-viewers):
25856 * hilit-chg.el (highlight-changes-colours)
25857 (highlight-changes-face-list, highlight-changes-rotate-faces):
25858 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
25859 * kmacro.el (kmacro-call-macro):
25860 * log-edit.el (log-edit-changelog-full-paragraphs):
25861 * mouse.el (mouse-1-click-follows-link):
25862 * skeleton.el (skeleton-autowrap):
25863 * subr.el (insert-for-yank-1):
25864 * tempo.el (tempo-insert-region):
25865 * terminal.el (terminal-emulator):
25866 * time.el (display-time-mail-face):
25867 * vc.el (vc-annotate):
25868 * vcursor.el (vcursor-copy-line):
25869 * woman.el (woman-bold-headings, woman-ignore)
25870 (woman-default-faces, woman-monochrome-faces):
25871 * calendar/todo-mode.el (todo-insert-threshold):
25872 * emulation/pc-select.el (pc-select-selection-keys-only)
25873 (pc-selection-mode):
25874 * emulation/vip.el (vip-find-char-forward):
25875 * emulation/viper-cmd.el (viper-find-char-forward):
25876 * international/mule-cmds.el
25877 (select-safe-coding-system-accept-default-p)
25878 (input-method-exit-on-invalid-key):
25879 * international/mule-diag.el (describe-coding-system):
25880 * international/ucs-tables.el (unify-8859-on-encoding-mode):
25881 * net/browse-url.el (browse-url-xterm-program):
25882 * obsolete/lazy-lock.el (lazy-lock-mode):
25883 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
25884 (cperl-mode):
25885 * progmodes/cpp.el (cpp-face-light-name-list)
25886 (cpp-face-dark-name-list):
25887 * progmodes/delphi.el (delphi-newline-always-indents):
25888 Fix spellings in docstrings.
25889
25890 * ido.el (ido-mode, ido-file-extensions-order)
25891 (ido-default-file-method, ido-default-buffer-method)
25892 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
25893 (ido-decorations, ido-read-file-name-as-directory-commands)
25894 (ido-read-file-name-non-ido, ido-work-directory-list)
25895 (ido-ignore-item-temp-list, ido-current-directory)
25896 (ido-magic-forward-char, ido-enter-find-file)
25897 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
25898 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
25899
259002005-06-10 Lute Kamstra <lute@gnu.org>
25901
25902 * play/dunnet.el (dun-mode): Use define-derived-mode.
25903 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
25904 obsolete alias.
25905
25906 * play/doctor.el (doctor-mode-map): Remove defvar.
25907 (doctor-mode): Use define-derived-mode.
25908
25909 * mail/mspools.el (mspools-mode):
25910 * net/eudc-hotlist.el (eudc-hotlist-mode):
25911 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
25912
259132005-06-10 Miles Bader <miles@gnu.org>
25914
25915 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
25916 Remove "-face" suffix from face names.
25917 (flyspell-incorrect-face, flyspell-duplicate-face):
25918 New backward-compatibility aliases for renamed faces.
25919 (flyspell-mode-on, make-flyspell-overlay)
25920 (flyspell-highlight-incorrect-region)
25921 (flyspell-highlight-duplicate-region)
25922 (flyspell-display-next-corrections)
25923 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
25924
25925 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
25926 from face name.
25927 (texinfo-heading-face): New backward-compatibility alias for
25928 renamed face.
25929 (texinfo-heading-face): Use renamed texinfo-heading face.
25930
25931 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
25932 suffix from face names.
25933 (tex-math-face, tex-verbatim-face):
25934 New backward-compatibility aliases for renamed faces.
25935 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
25936 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
25937 literal face name.
25938
25939 * textmodes/table.el (table-cell): Remove "-face" suffix from face
25940 name.
25941 (table-cell-face): New backward-compatibility alias for renamed face.
25942 (table--put-cell-face-property, table--update-cell-face):
25943 Use renamed table-cell face.
25944
25945 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
25946 from face name.
25947 (sgml-namespace-face): New backward-compatibility alias for
25948 renamed face.
25949 (sgml-namespace-face): Use renamed sgml-namespace face.
25950
25951 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
25952 (org-level-4, org-level-5, org-level-6, org-level-7)
25953 (org-level-8, org-warning, org-headline-done)
25954 (org-deadline-announce, org-scheduled-today)
25955 (org-scheduled-previously, org-link, org-done, org-table)
25956 (org-time-grid): Remove "-face" suffix from face names.
25957 (org-level-1-face, org-level-2-face, org-level-3-face)
25958 (org-level-4-face, org-level-5-face, org-level-6-face)
25959 (org-level-7-face, org-level-8-face, org-warning-face)
25960 (org-headline-done-face, org-deadline-announce-face)
25961 (org-scheduled-today-face, org-scheduled-previously-face)
25962 (org-link-face, org-done-face, org-table-face)
25963 (org-time-grid-face):
25964 New backward-compatibility aliases for renamed faces.
25965 (org-level-faces, org-set-font-lock-defaults, org-timeline)
25966 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
25967 (org-agenda-get-timestamps, org-agenda-get-scheduled)
25968 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
25969
25970 * emulation/viper-init.el (viper-search, viper-replace-overlay)
25971 (viper-minibuffer-emacs, viper-minibuffer-insert)
25972 (viper-minibuffer-vi): Remove "-face" suffix from face names.
25973 (viper-search-face, viper-replace-overlay-face)
25974 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25975 (viper-minibuffer-vi-face):
25976 New backward-compatibility aliases for renamed faces.
25977 (viper-search-face, viper-replace-overlay-face)
25978 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25979 (viper-minibuffer-vi-face): Use renamed viper faces.
25980
25981 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
25982 Remove "-face" suffix from face names.
25983 (testcover-nohits-face, testcover-1value-face):
25984 New backward-compatibility aliases for renamed faces.
25985 (testcover-mark): Use renamed testcover faces.
25986
25987 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
25988 face name.
25989 (diary-button-face): New backward-compatibility alias for renamed face.
25990 (diary-entry): Use renamed diary-button face.
25991
25992 * calendar/calendar.el (diary, calendar-today, holiday)
25993 (mark-visible-calendar-date): Remove "-face" suffix from face names.
25994 (diary-face, calendar-today-face, holiday-face):
25995 New backward-compatibility aliases for renamed faces.
25996 (eval-after-load "facemenu", diary-entry-marker)
25997 (calendar-today-marker, calendar-holiday-marker, diary-face):
25998 Use renamed calendar faces.
25999
26000 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26001 (compare-windows-face): New backward-compatibility alias for
26002 renamed face.
26003 (compare-windows-highlight): Use renamed compare-windows face.
26004
26005 * strokes.el (strokes-char): Remove "-face" suffix from face name.
26006 (strokes-char-face): New backward-compatibility alias for renamed face.
26007 (strokes-encode-buffer): Use renamed strokes-char face.
26008
26009 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26010 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26011 Remove "-face" suffix from face names.
26012 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26013 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26014 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26015 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26016 Use renamed pcvs faces.
26017 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26018 * pcvs-defs.el (cvs-mode-map): Likewise.
26019 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26020
26021 * info.el (info-title-1, info-title-2, info-title-3)
26022 (info-title-4): Remove "-face" suffix from and downcase face names.
26023 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26024 (Info-title-4-face):
26025 New backward-compatibility aliases for renamed faces.
26026 (Info-fontify-node): Use renamed info faces.
26027
26028 * hilit-chg.el (highlight-changes, highlight-changes-delete):
26029 Remove "-face" suffix from face names.
26030 (highlight-changes-face, highlight-changes-delete-face):
26031 New backward-compatibility aliases for renamed faces.
26032 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26033 (hilit-chg-make-list): Use renamed highlight-changes faces.
26034
26035 * generic-x.el (show-tabs-tab, show-tabs-space):
26036 Remove "-face" suffix from face names.
26037 (show-tabs-tab-face, show-tabs-space-face):
26038 New backward-compatibility aliases for renamed faces.
26039 (show-tabs-generic-mode-font-lock-defaults-1)
26040 (show-tabs-generic-mode-font-lock-defaults-2):
26041 Use renamed show-tabs faces.
26042
26043 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26044 (smerge-markers): Remove "-face" suffix from face names.
26045 (smerge-mine-face, smerge-other-face, smerge-base-face)
26046 (smerge-markers-face):
26047 New backward-compatibility aliases for renamed faces.
26048 (smerge-mine-face, smerge-other-face, smerge-base-face)
26049 (smerge-markers-face): Use renamed smerge faces.
26050
26051 * log-view.el (log-view-file, log-view-message): Remove "-face"
26052 suffix from face names.
26053 (log-view-file-face, log-view-message-face):
26054 New backward-compatibility aliases for renamed faces.
26055 (log-view-file-face, log-view-message-face): Use renamed log-view
26056 faces.
26057
26058 * paren.el (show-paren-match, show-paren-mismatch):
26059 Remove "-face" suffix from face names.
26060 (show-paren-match-face, show-paren-mismatch-face):
26061 New backward-compatibility aliases for renamed faces.
26062 (show-paren-function): Use renamed show-paren faces.
26063
26064 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26065 (ruler-mode-margins, ruler-mode-fringes)
26066 (ruler-mode-column-number, ruler-mode-fill-column)
26067 (ruler-mode-comment-column, ruler-mode-goal-column)
26068 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26069 suffix from face names.
26070 (ruler-mode-default-face, ruler-mode-pad-face)
26071 (ruler-mode-margins-face, ruler-mode-fringes-face)
26072 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26073 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26074 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26075 New backward-compatibility aliases for renamed faces.
26076 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26077 (ruler-mode-column-number, ruler-mode-fill-column)
26078 (ruler-mode-comment-column, ruler-mode-goal-column)
26079 (ruler-mode-tab-stop, ruler-mode-current-column)
26080 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26081 faces.
26082
26083 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26084 face name.
26085 (whitespace-highlight-the-space): Use renamed face.
26086 (whitespace-highlight-face): New backward-compatibility alias for
26087 renamed face.
26088
26089 * woman.el (woman-italic, woman-bold, woman-unknown)
26090 (woman-addition, woman-symbol-face):
26091 Remove "-face" suffix from face names.
26092 (woman-italic-face, woman-bold-face, woman-unknown-face)
26093 (woman-addition-face):
26094 New backward-compatibility aliases for renamed faces.
26095 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26096 (woman-decode-region, woman-replace-match)
26097 (woman-display-extended-fonts, woman-special-characters)
26098 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26099 Use renamed woman faces.
26100
26101 * longlines.el (longlines-visible-face): Face removed.
26102
26103 * diff-mode.el (diff-header, diff-file-header, diff-index)
26104 (diff-hunk-header, diff-removed, diff-added, diff-changed)
26105 (diff-function, diff-context, diff-nonexistent): Remove "-face"
26106 suffix from face names.
26107 (diff-header-face, diff-file-header-face, diff-index-face)
26108 (diff-hunk-header-face, diff-removed-face, diff-added-face)
26109 (diff-changed-face, diff-function-face, diff-context-face)
26110 (diff-nonexistent-face): New backward-compatibility aliases for
26111 renamed faces.
26112 (diff-header-face, diff-file-header-face)
26113 (diff-index, diff-index-face, diff-hunk-header)
26114 (diff-hunk-header-face, diff-removed, diff-removed-face)
26115 (diff-added, diff-added-face, diff-changed-face, diff-function)
26116 (diff-function-face, diff-context-face, diff-nonexistent)
26117 (diff-nonexistent-face): Use renamed diff-mode faces.
26118
26119 * progmodes/compile.el (compilation-warning-face)
26120 (compilation-info-face): Remove "-face" suffix from face names.
26121 (compilation-warning-face, compilation-info-face):
26122 New backward-compatibility aliases for renamed faces.
26123 (compilation-warning-face, compilation-info-face):
26124 Use renamed compilation faces.
26125
26126 * add-log.el (change-log-date, change-log-name)
26127 (change-log-email, change-log-file, change-log-list)
26128 (change-log-conditionals, change-log-function)
26129 (change-log-acknowledgement): Remove "-face" suffix from face names.
26130 (change-log-date-face, change-log-name-face)
26131 (change-log-email-face, change-log-file-face)
26132 (change-log-list-face, change-log-conditionals-face)
26133 (change-log-function-face, change-log-acknowledgement-face):
26134 New backward-compatibility aliases for renamed faces.
26135 (change-log-font-lock-keywords): Use renamed change-log faces.
26136
26137 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26138 (custom-set, custom-changed, custom-saved, custom-button)
26139 (custom-button-pressed, custom-documentation, custom-state)
26140 (custom-comment, custom-comment-tag, custom-variable-tag)
26141 (custom-variable-button, custom-face-tag, custom-group-tag-1)
26142 (custom-group-tag): Remove "-face" suffix from face names.
26143 (custom-magic-alist, custom-magic-value-create)
26144 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26145 (custom-invalid-face, custom-rogue-face, custom-modified-face)
26146 (custom-set-face, custom-changed-face, custom-saved-face)
26147 (custom-button-face, custom-button-pressed-face)
26148 (custom-documentation-face, custom-state-face)
26149 (custom-comment-face, custom-comment-tag-face)
26150 (custom-variable-tag-face, custom-variable-button-face)
26151 (custom-face-tag-face, custom-group-tag-face-1)
26152 (custom-group-tag-face):
26153 New backward-compatibility aliases for renamed faces.
26154
26155 * wid-edit.el (widget-documentation, widget-button)
26156 (widget-field, widget-single-line-field, widget-inactive)
26157 (widget-button-pressed): "-face" suffix removed from face names.
26158 (widget-documentation-face, widget-button-face)
26159 (widget-field-face, widget-single-line-field-face)
26160 (widget-inactive-face, widget-button-pressed-face):
26161 New backward-compatibility aliases for renamed faces.
26162 (widget-documentation-face, widget-button-face)
26163 (widget-button-pressed-face, widget-specify-field)
26164 (widget-specify-inactive): Use renamed widget faces.
26165
261662005-06-10 Kenichi Handa <handa@m17n.org>
26167
26168 * term/x-win.el (x-clipboard-yank): Remove condition-case
26169 wrapping.
26170
261712005-06-11 Kenichi Handa <handa@m17n.org>
26172
26173 * add-log.el (change-log-font-lock-keywords): Make the regexp for
26174 date lines stricter.
26175
261762005-06-10 Zhang Wei <id.brep@gmail.com>
26177
26178 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26179 of x-get-selection.
26180
261812005-06-10 Juanma Barranquero <lekktu@gmail.com>
26182
26183 * comint.el (comint-mode, comint-snapshot-last-prompt):
26184 * frame.el (frame-current-scroll-bars):
26185 * term.el (term-mode, term-check-proc, term-input-sender)
26186 (term-simple-send, term-extract-string, term-word)
26187 (term-match-partial-filename):
26188 * window.el (window-current-scroll-bars):
26189 * emulation/cua-base.el (cua-normal-cursor-color)
26190 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26191 (cua-global-mark-cursor-color):
26192 * mail/undigest.el (rmail-forward-separator-regex):
26193 Fix typos in docstrings.
26194
26195 * comint.el (comint-check-proc, make-comint-in-buffer)
26196 (comint-source-default): Doc fixes.
26197
26198 * term.el (term-send-string): Improve argument/docstring consistency.
26199
262002005-06-09 Luc Teirlinck <teirllm@auburn.edu>
26201
26202 * comint.el (comint-send-input): Bind `inhibit-read-only' around
26203 call to `delete-region'.
26204 (comint-mode-hook): Do not enable Font Lock by default.
26205
262062005-06-09 Lute Kamstra <lute@gnu.org>
26207
26208 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26209 could be void.
26210
262112005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
26212
26213 * emacs-lisp/debug.el (debugger-will-be-back): New var.
26214 (debug): Use it.
26215 (debugger-step-through, debugger-continue, debugger-jump)
26216 (debugger-return-value): Set it when needed.
26217 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26218 Use inhibit-read-only.
26219
262202005-06-09 Juanma Barranquero <lekktu@gmail.com>
26221
26222 * window.el (shrink-window-if-larger-than-buffer)
26223 (window-size-fixed): Fix typo in docstring.
26224
26225 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
26226 thumbnails directory on loading.
26227 (thumbs-conversion-program): Use `eq' to check the system type,
26228 not `equal'.
26229 (thumbs-temp-dir): Initialize to `temporary-file-directory',
26230 not "/tmp". Fix docstring.
26231 (thumbs-thumbsdir): New function to return the thumbnails
26232 directory, creating it if needed.
26233 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26234 (thumbs-temp-file): Delete variable and make it into a function.
26235 (thumbs-resize-image, thumbs-modify-image): Use it.
26236 (thumbs-kill-buffer): Simplify.
26237 (thumbs-gensym): Defalias or duplicate CL `gensym'.
26238 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26239 docstrings.
26240
262412005-06-09 Kim F. Storm <storm@cua.dk>
26242
26243 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26244 set-match-data to free markers in match-data.
26245
26246 * replace.el (replace-match-data): Pass RESEAT arg `t' to
26247 match-data to unchain markers in match-data.
26248
262492005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
26250
26251 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26252 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
26253 unnecessary now.
26254
262552005-06-08 Richard M. Stallman <rms@gnu.org>
26256
26257 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26258 give the variable a doc string that doesn't say don't set it directly.
26259
26260 * textmodes/ispell.el (ispell-check-version):
26261 Use match-string-no-properties.
26262 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26263 (ispell-buffer-local-words): Likewise.
26264
26265 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26266 except on terminals with enough colors to really display it.
26267 (makefile-dependency-regex): Delete spurious `bb'.
26268
26269 * faces.el (escape-glyph): Use blue once again in last case.
26270 (no-break-space): Redefine so that it isn't invisible on a tty.
26271
262722005-06-08 Kim F. Storm <storm@cua.dk>
26273
26274 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26275 also when reading directory name.
26276
262772005-06-08 Lute Kamstra <lute@gnu.org>
26278
26279 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26280 (flyspell-mode-line-string): Remove autoload cookie.
26281 (flyspell-mode): Remove defvar.
26282
262832005-06-07 Lute Kamstra <lute@gnu.org>
26284
26285 * textmodes/org.el (org-run-mode-hooks): New function.
26286 (org-agenda-mode): Use it.
26287
262882005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
26289
26290 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26291
262922005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26293
26294 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26295
262962005-06-06 Luc Teirlinck <teirllm@auburn.edu>
26297
26298 * font-lock.el (font-lock-add-keywords): Doc fix.
26299
263002005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26301
26302 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26303 (tex-compile-default): In the absence of any history, use the order in
26304 tex-compile-alist to choose the preferred command.
26305 (tex-compile-commands): Reorder a bit.
26306
26307 * textmodes/flyspell.el (flyspell-auto-correct-binding)
26308 (flyspell-incorrect-face, flyspell-duplicate-face):
26309 Use (X)Emacs-agnostic code.
26310 (flyspell-mode-map): Don't overwrite at each load. Remove code
26311 redundant with the subsequent add-minor-mode. Merge Emacs and
26312 XEmacs code.
26313 (flyspell-word): Minor simplification.
26314 (flyspell-math-tex-command-p): Quieten the byte-compiler.
26315 (flyspell-external-point-words): Remove unused vars `size' and `start'.
26316 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26317 Merge the corresponding Emacs code.
26318 (flyspell-correct-word, flyspell-xemacs-popup):
26319 Use flyspell-do-correct.
26320
26321 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26322 a dedicated window.
26323
26324 * international/latexenc.el (latexenc-find-file-coding-system):
26325 Undo part of last patch, to turn off a compiler warning.
26326
263272005-06-06 Juri Linkov <juri@jurta.org>
26328
26329 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26330 Rename `tmm-inactive-face' to `tmm-inactive'.
26331
263322005-06-06 Matt Hodges <MPHodges@member.fsf.org>
26333
26334 * iswitchb.el: Rename faces.
26335
263362005-06-06 Kim F. Storm <storm@cua.dk>
26337
26338 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26339 (cua-global-mark): Remove -face suffix from face names.
26340
26341 * emulation/cua-gmrk.el (cua--init-global-mark):
26342 Remove cua-global-mark face setup.
26343
263442005-06-06 Richard M. Stallman <rms@gnu.org>
26345
26346 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26347 just like other allowed characters.
26348 (makefile-match-dependency): Exclude leading and training whitespace
26349 from the range of regexp subexp 1.
26350 (makefile-macroassign-regex): Don't try to match the body,
26351 just the name of the macro being defined.
26352
26353 * info.el (Info-read-node-name-2): New function.
26354 (Info-read-node-name-1): Use that.
26355 Add a completion-base-size-function property.
26356
26357 * simple.el (completion-setup-function): Look for
26358 completion-base-size-function property of minibuffer-completion-table.
26359
26360 * files.el (locate-file-completion): Doc fix.
26361
26362 * printing.el: Don't call pr-update-menus; user must do that.
26363
26364 * emacs-lisp/debug.el (debugger-window): New variable.
26365 (debug): Use debugger-window if it is set and still alive.
26366 Record debugger-window for next entry.
26367
26368 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26369
263702005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
26371
26372 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26373 (hack-one-local-variable, hack-local-variables)
26374 (hack-local-variables-prop-line): Pass that arg.
26375
263762005-06-06 Kim F. Storm <storm@cua.dk>
26377
26378 * ido.el (ido-first-match, ido-only-match, ido-subdir)
26379 (ido-indicator): Remove -face suffix from face names.
26380
263812005-06-06 Juri Linkov <juri@jurta.org>
26382
26383 * font-lock.el (font-lock-regexp-backslash)
26384 (font-lock-regexp-backslash-construct): New faces.
26385 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
26386 after `('. Add `while-no-input' to control structures.
26387
26388 * faces.el (no-break-space, shadow): New faces.
26389 (escape-glyph): Use less loud colors pink2 and red4.
26390
26391 * diff-mode.el (diff-context-face)
26392 * dired.el (dired-ignored)
26393 * rfn-eshadow.el (file-name-shadow)
26394 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26395
26396 * info.el (Info-title-1-face): Use green instead of yellow because
26397 bold yellow is not readable on light backgrounds.
26398
26399 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26400 before selecting the desired mode to not spend time fontifying
26401 old contents.
26402
264032005-06-06 Juanma Barranquero <lekktu@gmail.com>
26404
26405 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26406 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26407
26408 * ps-print.el (ps-default-fg, ps-default-bg):
26409 Fix typos in docstrings.
26410
26411 * isearchb.el (isearchb): Don't pass a spurious second argument to
26412 `iswitchb-completions'.
26413
264142005-06-05 Nick Roberts <nickrob@snap.net.nz>
26415
26416 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26417 to preserve point.
26418 (gdb-find-file-hook): Add doc string.
26419
26420 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26421 C dereferenced pointer expression.
26422 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
26423
26424 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26425
26426 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26427 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26428 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26429 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26430 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26431 Make background transparent.
26432
264332005-06-04 Luc Teirlinck <teirllm@auburn.edu>
26434
26435 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
26436 (font-lock-remove-keywords): Doc fix.
26437 (font-lock-mode-major-mode): Compiler defvar.
26438 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26439
26440 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26441 (font-lock-mode): Update `font-lock-mode-major-mode'.
26442 (font-lock-set-defaults): Compiler defvar.
26443 (font-lock-default-function): Take `font-lock-mode-major-mode'
26444 into account.
26445
26446 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26447 keep track of which major mode it enabled the minor mode for.
26448 Use find-file-hook again. Update docstring.
26449
26450 * simple.el (eval-expression-print-level)
26451 (eval-expression-print-length, eval-expression-debug-on-error):
26452 Doc fixes.
26453
264542005-06-04 Matt Hodges <MPHodges@member.fsf.org>
26455
26456 * iswitchb.el (iswitchb-single-match-face)
26457 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26458 (iswitchb-invalid-regexp-face): New faces.
26459 (iswitchb-completions): Use them.
26460 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26461 now marked as an obsolete alias.
26462 (iswitchb-read-buffer): Remove check for bound font variables.
26463 (iswitchb-invalid-regexp): New free variable.
26464 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26465 set iswitchb-invalid-regexp.
26466 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26467 invalid regexps.
26468 (iswitchb-completions): Add check for complete match when entering
26469 a regexp.
26470 (iswitchb-completions): Remove require-match argument.
26471 (iswitchb-exhibit): Fix caller.
26472 (iswitchb-common-match-inserted): New variable.
26473 (iswitchb-complete, iswitchb-completion-help): Use it.
26474
264752005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
26476
26477 * url-http.el (url-http-chunked-encoding-after-change-function):
26478 Use `url-http-debug' instead of `message'.
26479
264802005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
26481
26482 * url-http.el (url-http-parse-headers): Pass redirected URL as a
26483 callback argument.
26484
264852005-06-04 Kim F. Storm <storm@cua.dk>
26486
26487 * simple.el (line-move): Only call sit-for when moving backwards.
26488
26489 * ido.el (ido-make-merged-file-list-1): New defun split from
26490 ido-make-merged-file-list.
26491 (ido-make-merged-file-list): Bind throw-on-input around call to
26492 ido-make-merged-file-list-1. Return input-pending-p if
26493 interrupted by more input available.
26494 (ido-read-internal): Handle input-pending-p return value from
26495 ido-make-merged-file-list.
26496
264972005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
26498
26499 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26500 compatibility code.
26501
26502 * international/latexenc.el (latexenc-find-file-coding-system):
26503 Don't inherit the EOL part of the coding-system from the
26504 tex-main buffer. Fit within 80 columns.
26505
265062005-06-03 Matt Hodges <MPHodges@member.fsf.org>
26507
26508 * tmm.el (tmm-inactive-face): New face.
26509 (tmm-remove-inactive-mouse-face): New function.
26510 (tmm-prompt, tmm-add-one-shortcut)
26511 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26512 but not selectable.
26513
265142005-06-03 Juanma Barranquero <lekktu@gmail.com>
26515
26516 * faces.el (face-equal): Improve argument/docstring consistency.
26517
265182005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
26519
26520 * progmodes/make-mode.el (makefile-targets-face)
26521 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
26522 (makefile-bsdmake-dependency-regex)
26523 (makefile-makepp-rule-action-regex)
26524 (makefile-bsdmake-rule-action-regex): New constants.
26525 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
26526
26527 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26528 Allow (...) within `...' for makepp messages.
26529
265302005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
26531
26532 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
26533
26534 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
26535 "." files are deleted from all file lists before comparison.
26536
26537 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26538 (viper-ESC-key): Made them customizable.
26539
26540 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
26541
265422005-06-01 Luc Teirlinck <teirllm@auburn.edu>
26543
26544 * autorevert.el (auto-revert-buffers): Use save-match-data.
26545
265462005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
26547
26548 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
26549 menu items with a nil command binding.
26550
265512005-06-01 Juanma Barranquero <lekktu@gmail.com>
26552
26553 * emacs-lisp/cl-macs.el (defsetf):
26554 Improve argument/docstring consistency.
26555
26556 * faces.el (list-faces-display): Improve the formatting by
26557 computing the maximum length required for any face-name (reworked
26558 patch of 1999-01-11, accidentally deleted on 1999-07-21).
26559 (internal-find-face): Remove redundant info in docstring.
26560
265612005-06-01 Nick Roberts <nickrob@snap.net.nz>
26562
26563 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
26564 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
26565 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
26566 (gdb-assembler-custom): Improve regexps.
26567 (def-gdb-auto-update-handler): Use window point to preserve point.
26568
265692005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
26570
26571 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
26572
265732005-05-31 Jay Belanger <belanger@truman.edu>
26574
26575 * calc/calc-embed.el (calc-embedded-word): Change argument passed
26576 to calc-embedded.
26577 (calc-embedded-make-info): Have plain prefix argument select
26578 entire line.
26579
265802005-05-31 Juanma Barranquero <lekktu@gmail.com>
26581
26582 * faces.el (list-faces-display): Signal error if passed a regexp
26583 that matches no face name.
26584
26585 * simple.el (filter-buffer-substring): Fix typo in docstring.
26586
265872005-05-31 Richard M. Stallman <rms@gnu.org>
26588
26589 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
26590 (vhdl-emacs-21): Doc fix.
26591 (vhdl-mode): Unconditionally set comment-padding.
26592 (vhdl-fixup-whitespace-region): Insert spaces only where
26593 there are none.
26594 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
26595
265962005-05-30 John Wiegley <johnw@newartisans.com>
26597
26598 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
26599 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
26600 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
26601 `directory-sep-char' to ?/, and all uses of `string-to-int' to
26602 `string-to-number'.
26603
266042005-05-30 Jay Belanger <belanger@truman.edu>
26605
26606 * calc/calc.el (calc-bug-address): Fix docstring.
26607 (calc-window-hook, calc-trail-window-hook): New variables.
26608 (calc-trail-display): Restore use of calc-trail-window-hook.
26609 (calc): Restore use of calc-window-hook.
26610
266112005-05-31 Masatake YAMATO <jet@gyve.org>
26612
26613 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
26614
26615 * help-fns.el (help-C-file-name): Add autoload mark for
26616 `find-function-noselect'.
26617
266182005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
26619
26620 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
26621 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
26622
266232005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26624
26625 * calendar/diary-lib.el (mark-included-diary-files): Only kill
26626 included diary buffer if it was not already being visited.
26627 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
26628
26629 * calendar/icalendar.el (top-level): Do not require appt.
26630
26631 * mail/supercite.el (sc-select-attribution): Only use a list
26632 element from sc-attrib-selection-list if it returns a string.
26633 Reported by Davide G. M. Salvetti <salve@debian.org>.
26634
266352005-05-30 Juanma Barranquero <lekktu@gmail.com>
26636
26637 * thumbs.el (thumbs-thumbname): The resulting thumbname now
26638 includes a hash value to improve its uniqueness, and has a ".jpg"
26639 extension. Also, it is now a valid filename on all systems.
26640 (thumbs-make-thumb): Use `let', not `let*'.
26641 (thumbs-show-thumbs-list): Check for JPEG availability.
26642
266432005-05-30 Richard M. Stallman <rms@gnu.org>
26644
26645 * filesets.el (filesets-menu-ensure-use-cached):
26646 Prevent warning when emacs-version>= is undefined.
26647
26648 * printing.el (pr-interactive-n-up): Use string-to-number.
26649
26650 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
26651
26652 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26653 Warn only when name to be defined is quoted.
26654
266552005-05-30 Nick Roberts <nickrob@snap.net.nz>
26656
26657 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
26658 Make regexp more robust.
26659 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
26660 Force regeneration of disassembly.
26661
266622005-05-29 Jay Belanger <belanger@truman.edu>
26663
26664 * calc/calc.el (calc-user-invocation): Check if
26665 calc-invocation-macro is non-nil.
26666
266672005-05-29 Juri Linkov <juri@jurta.org>
26668
26669 * add-log.el (change-log-font-lock-keywords):
26670 Add `+' to e-mail regexp to accept mail address with keywords.
26671
26672 * man.el (Man-name-regexp): Add `:' to accept qualified names.
26673
266742005-05-29 Luc Teirlinck <teirllm@auburn.edu>
26675
26676 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
26677
26678 * ielm.el (inferior-emacs-lisp-mode): Ditto.
26679
266802005-05-29 Richard M. Stallman <rms@gnu.org>
26681
26682 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
26683 Undo the change that moves to end of the current word.
26684
266852005-05-29 Nick Roberts <nickrob@snap.net.nz>
26686
26687 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
26688 Throw error when count <= 0 to ensure input is a number.
26689 (gdb-read-memory-custom): Pick up address from buffer.
26690 (gdb-memory-mode): Allow user to increment and decrement
26691 memory address from header line.
26692
266932005-05-29 Richard M. Stallman <rms@gnu.org>
26694
26695 * flyspell.el (flyspell-version): Function deleted.
26696 (flyspell-auto-correct-previous-hook): Doc fix.
26697
26698 * jit-lock.el (jit-lock-function, jit-lock-after-change):
26699 Do nothing if memory is full.
26700
26701 * font-lock.el (font-lock-fontify-syntactically-region):
26702 Pass t for GREEDY to looking-back.
26703
26704 * saveplace.el (save-place-alist-to-file): Write the file
26705 using write-region.
26706
26707 * subr.el (looking-back): New argument GREEDY.
26708
26709 * progmodes/compile.el (compilation-start): Set the mode
26710 before inserting the initial text.
26711
26712 * progmodes/which-func.el (which-func-update-1): Turn the mode
26713 off in case of error by setting which-func-mode.
26714
267152005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
26716
26717 * flyspell.el (flyspell-auto-correct-previous-word):
26718 Narrow down to what's on the screen, and recenter overlays
26719 at the end of the next word.
26720
267212005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
26722
26723 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
26724 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
26725 (flyspell-abbrev-p): Default to nil.
26726 (flyspell-use-global-abbrev-table-p): Doc fix.
26727 (flyspell-large-region): Allow nil as value.
26728 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
26729
26730 (mail-mode-flyspell-verify): More robust handling
26731 of `mail-header-separator'. More efficient signature detection.
26732 Allow for regexp metacharacters in message-header-separator.
26733 Adding `To' not to be checked in mail-mode-flyspell-verify.
26734
26735 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
26736 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
26737 Bind flyspell-auto-correct-binding.
26738 Bind C-. and C-, .
26739 (flyspell-mode-map): Likewise.
26740 (flyspell-mode): Doc fix.
26741 (flyspell-accept-buffer-local-defs): Preserve current buffer.
26742 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
26743 (flyspell-word-cache-result): New var, always local.
26744 (flyspell-check-pre-word-p): Doc fix.
26745 (flyspell-check-changed-word-p): Handle spc like newline.
26746 (flyspell-post-command-hook): Set flyspell-word-cache-result.
26747 (flyspell-word-search-backward, flyspell-word-search-forward):
26748 New functions.
26749 (flyspell-word): Return t if nothing to check.
26750 When parsing TeX code, check for after } or \.
26751 Use flyspell-word-search-backward to find previous word.
26752 Return nil if duplicated word.
26753 For word already checked, return same value as last time.
26754 Set flyspell-word-cache-result after checking.
26755 Don't clobber the return value.
26756 (flyspell-get-word): Major rewrite.
26757 (flyspell-external-point-words): New locals pword, pcount.
26758 Fix size used in progress message.
26759 Find the proper corresponding word in flyspell-large-region-buffer.
26760 (flyspell-region): Check for flyspell-large-region = nil.
26761 (flyspell-highlight-incorrect-region): Clean up overlays in region.
26762 (flyspell-auto-correct-word): Check that WORD is a cons.
26763 (flyspell-correct-word): Likewise.
26764
267652005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
26766
26767 * progmodes/make-mode.el (makefile-rule-action-regex)
26768 (makefile-macroassign-regex, makefile-makepp-mode)
26769 (makefile-bsdmake-mode): Continuation lines may be empty.
26770 Reported by Joshua Varner.
26771 (makefile-makepp-font-lock-keywords): Add $(stem).
26772
267732005-05-28 Karl Berry <karl@gnu.org>
26774
26775 * textmodes/tex-mode.el: Now that tex-send-command calls
26776 shell-quote-argument (2005-03-31 change), remove all calls to
26777 shell-quote-argument; they all end up invoking tex-send-command.
26778 The double quoting loses on filenames with non-safe characters,
26779 such as "@". Reported by Frederik Fouvry.
26780
267812005-05-29 Nick Roberts <nickrob@snap.net.nz>
26782
26783 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
26784 about preserving point.
26785
267862005-05-27 Jay Belanger <belanger@truman.edu>
26787
26788 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
26789 Info-goto-node.
26790
26791 * calc/calc-embed.el (calc-embed-arg): New variable.
26792 (calc-do-embedded-activate, calc-embedded-activate-formula)
26793 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
26794 variable by new variable.
26795 (calc-embedded-make-info): Replace undeclared variable by new
26796 variable. When selecting region with positive prefix
26797 argument, use end of previous line instead of beginning of line.
26798
26799 * calc/calc-aent.el (calc-arg-values): Declare it.
26800
26801 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
26802 Declare them.
26803
26804 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
26805
26806 * calc/calc.el (calc-alg-map): Declare it.
26807
26808 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
26809
268102005-05-28 Nick Roberts <nickrob@snap.net.nz>
26811
26812 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
26813 (gdb-registers-buffer, toggle-gdb-all-registers):
26814 Toggle display of floating point registers.
26815 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
26816
26817 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
26818 (toggle-gud-tooltip-dereference):
26819 Rename from gud-toggle-tooltip-dereference.
26820
268212005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
26822
26823 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
26824
268252005-05-27 Jay Belanger <belanger@truman.edu>
26826
26827 * calc/calc-prog.el (calc-kbd-report): Remove.
26828 (calc-kbd-query): Rewrite.
26829
268302005-05-27 Juanma Barranquero <lekktu@gmail.com>
26831
26832 * image.el (image-library-alist): Move to image.c.
26833 (image-type-available-p): Doc fix.
26834
268352005-05-27 Lute Kamstra <lute@gnu.org>
26836
26837 * calc/calc.el (calc):
26838 * outline.el (outline-1, outline-2, outline-3, outline-4)
26839 (outline-5, outline-6, outline-7, outline-8):
26840 * textmodes/dns-mode.el (dns-mode):
26841 * textmodes/sgml-mode.el (sgml-namespace-face):
26842 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
26843 (tex-verbatim-face, tex-use-reftex):
26844 * textmodes/texinfo.el (texinfo-heading-face):
26845 Specify customization group.
26846
26847 * longlines.el: Don't require easy-mmode.
26848 (longlines-visible-face): Specify customization group.
26849
268502005-05-27 Kenichi Handa <handa@m17n.org>
26851
26852 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
26853 encoding table of windows-1251.
26854
26855 * international/ucs-tables.el (ucs-set-table-for-input):
26856 If translation-table-for-input of a coding system is a symbol, get
26857 its translation-table property.
26858
26859 * international/code-pages.el: Don't register a coding system into
26860 non-iso-charset-alist more than once.
26861 (cp-make-coding-system): Likewise.
26862
268632005-05-26 John Wiegley <johnw@newartisans.com>
26864
26865 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
26866 `eshell-resume-eval' is wrapped in a list, it indicates that the
26867 command was run asynchronously. In that case, unwrap the value
26868 before checking the delimiter value.
26869
26870 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
26871 character before a space at the end of a line is \, assume the space
26872 is part of the last argument rather than a final argument separator.
26873
26874 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
26875 is in use, and the target is `t' or `nil' (which are the most common
26876 values), don't assume that the symbol target is a buffer.
26877
268782005-05-26 Luc Teirlinck <teirllm@auburn.edu>
26879
26880 * calendar/calendar.el (calendar-mode-line-format):
26881 Use mode-line-highlight as mouse-face.
26882
26883 * time.el (display-time-string-forms, display-time-update):
26884 Use mode-line-highlight as mouse-face.
26885
268862005-05-26 Jay Belanger <belanger@truman.edu>
26887
26888 * calc/calc.el (calc-language-alist): Remove extra defvar.
26889
268902005-05-26 Lute Kamstra <lute@gnu.org>
26891
26892 * arc-mode.el (archive-mode):
26893 * bookmark.el (bookmark-read-annotation-mode)
26894 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
26895 * bs.el (bs-mode):
26896 * calc/calc-yank.el (calc-edit-mode):
26897 * calc/calc.el (calc-mode, calc-trail-mode):
26898 * calculator.el (calculator-mode):
26899 * chistory.el (command-history-mode):
26900 * comint.el:
26901 * cus-edit.el (custom-mode):
26902 * descr-text.el (describe-text-mode):
26903 * ebuff-menu.el (Electric-buffer-menu-mode):
26904 * ediff-util.el (ediff-mode):
26905 * emacs-lisp/re-builder.el (reb-mode):
26906 * emulation/vi.el (vi-mode-setup):
26907 * emulation/ws-mode.el (wordstar-mode):
26908 * eshell/esh-mode.el (eshell-mode):
26909 * forms.el (forms-mode):
26910 * help-mode.el (help-mode):
26911 * hexl.el (hexl-mode):
26912 * ibuffer.el (ibuffer-mode):
26913 * ielm.el (inferior-emacs-lisp-mode):
26914 * info.el (Info-mode, Info-edit-mode):
26915 * international/swedish.el:
26916 * ledit.el (ledit-from-lisp-mode):
26917 * locate.el (locate-mode):
26918 * mail/rmail.el (rmail-mode):
26919 * mail/rmailedit.el (rmail-edit-mode):
26920 * mail/rmailsum.el (rmail-summary-mode):
26921 * mail/supercite.el (sc-electric-mode):
26922 * net/eudc.el (eudc-mode):
26923 * net/quickurl.el (quickurl-list-mode):
26924 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
26925 * obsolete/ooutline.el (outline-mode):
26926 * obsolete/options.el (Edit-options-mode):
26927 * obsolete/rnews.el (news-mode):
26928 * obsolete/rnewspost.el (news-reply-mode):
26929 * play/5x5.el (5x5-mode):
26930 * play/decipher.el (decipher-mode, decipher-stats-mode):
26931 * play/gomoku.el (gomoku-mode):
26932 * play/snake.el (snake-mode):
26933 * play/solitaire.el (solitaire-mode):
26934 * play/tetris.el (tetris-mode):
26935 * progmodes/ada-mode.el (ada-mode):
26936 * progmodes/antlr-mode.el (antlr-mode):
26937 * progmodes/autoconf.el (autoconf-mode):
26938 * progmodes/dcl-mode.el (dcl-mode):
26939 * progmodes/delphi.el (delphi-mode):
26940 * progmodes/ebrowse.el (ebrowse-tree-mode)
26941 (ebrowse-electric-list-mode, ebrowse-member-mode)
26942 (ebrowse-electric-position-mode):
26943 * progmodes/f90.el (f90-mode):
26944 * progmodes/fortran.el (fortran-mode):
26945 * progmodes/icon.el (icon-mode):
26946 * progmodes/idlw-help.el (idlwave-help-mode):
26947 * progmodes/idlw-shell.el (idlwave-shell-mode):
26948 * progmodes/idlwave.el (idlwave-mode):
26949 * progmodes/inf-lisp.el (inferior-lisp-mode):
26950 * progmodes/m4-mode.el (m4-mode):
26951 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
26952 * progmodes/modula2.el (modula-2-mode):
26953 * progmodes/octave-inf.el (inferior-octave-mode):
26954 * progmodes/octave-mod.el (octave-mode):
26955 * progmodes/pascal.el (pascal-mode):
26956 * progmodes/sh-script.el (sh-mode):
26957 * progmodes/sql.el (sql-mode, sql-interactive-mode):
26958 * progmodes/vhdl-mode.el (vhdl-mode):
26959 * progmodes/xscheme.el (scheme-interaction-mode):
26960 * replace.el (occur-mode):
26961 * ses.el (ses-mode):
26962 * simple.el (completion-list-mode):
26963 * skeleton.el:
26964 * speedbar.el (speedbar-mode):
26965 * term.el (term-mode):
26966 * terminal.el (terminal-edit-mode):
26967 * textmodes/reftex-index.el (reftex-index-mode)
26968 (reftex-index-phrases-mode):
26969 * textmodes/reftex-sel.el (reftex-select-label-mode)
26970 (reftex-select-bib-mode):
26971 * textmodes/reftex-toc.el (reftex-toc-mode):
26972 * wdired.el (wdired-change-to-wdired-mode):
26973 * wid-browse.el (widget-browse-mode):
26974 Use run-mode-hooks.
26975
26976 * array.el (array-mode):
26977 * calendar/todo-mode.el (todo-mode):
26978 * man.el (Man-mode):
26979 * play/landmark.el (lm-mode):
26980 * play/mpuz.el (mpuz-mode):
26981 Use kill-all-local-variables and run-mode-hooks.
26982
26983 * subr.el (delay-mode-hooks): Specify indentation.
26984
269852005-05-26 Mark A. Hershberger <mah@everybody.org>
26986
26987 * xml.el (xml-substitute-special): Don't die for undefined xml
26988 entities.
26989
269902005-05-26 Jay Belanger <belanger@truman.edu>
26991
26992 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
26993 of nil.
26994
269952005-05-27 Nick Roberts <nickrob@snap.net.nz>
26996
26997 * progmodes/gdb-ui.el (gdb-frame-address):
26998 Rename from gdb-current-address.
26999 (gdb-previous-frame-address): Rename from gdb-previous-address.
27000 (gdb-selected-frame): Rename from gdb-current-frame.
27001 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27002 (gdb-frame-number): Rename from gdb-current-stack-level.
27003 (gdb-ann3): Match new mode-name for disassembly buffer.
27004 Extend initialization of variables.
27005 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27006 (gdb-memory-mode): Use mouse-face in header line.
27007 (gdb-assembler-buffer-name): Call it disassembly and give frame
27008 in mode line.
27009 (gdb-source-spec-regexp, gdb-assembler-custom)
27010 (gdb-invalidate-assembler, gdb-frame-handler):
27011 Make robust to leading zeroes in address format.
27012
270132005-05-26 Carsten Dominik <dominik@science.uva.nl>
27014
27015 * textmodes/org.el (org-mode): Use `define-derived-mode' to
27016 define `org-mode'.
27017 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27018
270192005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
27020
27021 * log-edit.el (log-edit-changelog-entries): Distinguish between
27022 filenames like xfns.c and fns.c.
27023
270242005-05-25 Luc Teirlinck <teirllm@auburn.edu>
27025
27026 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27027 point after reverting.
27028 (Buffer-menu-make-sort-button): Handle the case where
27029 `Buffer-menu-use-header-line' is nil.
27030
270312005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
27032
27033 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27034 New funcs. In minibuffer-local-completion-map bind `]', `/'
27035 and `:' to them.
27036
270372005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
27038
27039 * startup.el (normal-top-level): Allow modification of load-path while
27040 we're iterating over it.
27041
270422005-05-25 Juanma Barranquero <lekktu@gmail.com>
27043
27044 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27045 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27046 (thumbs-resize-interactive, thumbs-insert-image)
27047 (thumbs-insert-thumb, thumbs-dired-show-marked)
27048 (thumbs-find-image-at-point, thumbs-delete-images)
27049 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27050 (thumbs-increment-image-size, thumbs-decrement-image-size):
27051 Fix typos in docstrings.
27052
270532005-05-24 Andre Spiegel <spiegel@gnu.org>
27054
27055 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27056 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27057 (cperl-mode): Use them.
27058
270592005-05-24 Juanma Barranquero <lekktu@gmail.com>
27060
27061 * window.el (quit-window, shrink-window-if-larger-than-buffer):
27062 Doc fixes.
27063
270642005-05-24 Nick Roberts <nickrob@snap.net.nz>
27065
27066 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27067 Bind C-d to gdb-inferior-io-eof.
27068
27069 * dired.el (dired-dnd-popup-notice): Use message-box.
27070
270712005-05-23 Masatake YAMATO <jet@gyve.org>
27072
27073 * bindings.el (mode-line-major-mode-keymap):
27074 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27075
27076 * faces.el (mode-line-highlight): New face.
27077
27078 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27079 as mouse-face.
27080
27081 * bindings.el (top-level, help-echo, mode-line-modified)
27082 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27083 as mouse-face.
27084
270852005-05-23 Juanma Barranquero <lekktu@gmail.com>
27086
27087 * progmodes/cc-engine.el (c-guess-basic-syntax):
27088 Remove spurious call to `zerop'.
27089
27090 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27091
270922005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
27093
27094 CC Mode update to 5.30.10:
27095
27096 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27097 could go past the limit in decoration level 2, thereby causing
27098 errors during interactive fontification.
27099
27100 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27101 the file is evaluated interactively.
27102
27103 * cc-engine.el (c-guess-basic-syntax): Handle operator
27104 declarations somewhat better in C++.
27105
27106 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27107 make use of `run-mode-hooks' which has been added in Emacs 21.1.
27108 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27109 (awk-mode): Use it.
27110 (make-local-hook): Suppress warning about obsoleteness.
27111
27112 * cc-engine.el, cc-align.el, cc-cmds.el
27113 (c-append-backslashes-forward, c-delete-backslashes-forward)
27114 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27115 Compensate for return value from `forward-line' when it has moved
27116 but not to a different line due to eob.
27117
27118 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27119 `objc-method-intro' and `objc-method-args-cont'.
27120
271212005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
27122
27123 CC Mode update to 5.30.10:
27124
27125 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27126 in the copyright statement. Incidentally, change "along with GNU
27127 Emacs" to "along with this program" where it occurs.
27128
27129 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27130 so that it is interactive, hence can be found by M-x awk-mode
27131 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
27132 <gmorris+emacs@ast.cam.ac.uk>.
27133
27134 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27135 Mode's regexps.
27136
271372005-05-23 Kevin Ryde <user42@zip.com.au>
27138
27139 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27140 c-parse-state, to avoid a lisp error (on bad code).
27141
271422005-05-23 Lute Kamstra <lute@gnu.org>
27143
27144 * subr.el (font-lock-defaults): Remove defvar as it's already
27145 defined in font-core.el.
27146
27147 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27148
271492005-05-23 Nick Roberts <nickrob@snap.net.nz>
27150
27151 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27152 more general and work when GDB variable "print pretty" is on,
27153 as with Emacs, for example.
27154
271552005-05-22 Luc Teirlinck <teirllm@auburn.edu>
27156
27157 * font-core.el: Update comment.
27158
27159 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27160 Use `after-change-major-mode-hook' instead of `find-file-hook'.
27161
27162 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27163
271642005-05-22 Eli Zaretskii <eliz@gnu.org>
27165
27166 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27167 and `yank-handler' in the doc strings.
27168
271692005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
27170
27171 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
27172
271732005-05-22 Richard M. Stallman <rms@gnu.org>
27174
27175 * help.el (describe-key): Move print-help-return-message call
27176 out of conditional.
27177
27178 * progmodes/etags.el (list-tags): Use with-no-warnings.
27179
27180 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27181 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27182 (starttls-extra-args, starttls-extra-arguments): Add defvars.
27183
27184 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27185
27186 * language/viet-util.el (viet-viscii-nonascii-translation-table):
27187 Add defvar.
27188
27189 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27190 Use defvar, not defconst.
27191
27192 * hexl.el (hexl-follow-line): Use with-no-warnings.
27193
27194 * emulation/tpu-extras.el: Use write-file-functions instead of
27195 write-file-hooks.
27196
27197 * dired.el (dired-font-lock-keywords): Fontify files with junk
27198 extensions even if marked by -F.
27199
272002005-05-22 Juanma Barranquero <lekktu@gmail.com>
27201
27202 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27203 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27204 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27205 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27206 (concatenate, list-length, get*, getf, cl-remprop):
27207 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27208 (etypecase, progv, lexical-let, lexical-let*)
27209 (multiple-value-bind, multiple-value-setq, shiftf):
27210 Improve argument/docstring consistency.
27211
27212 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27213
272142005-05-22 Andre Spiegel <spiegel@gnu.org>
27215
27216 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27217 doesn't exist.
27218
27219 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
27220 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27221
272222005-05-22 Nick Roberts <nickrob@snap.net.nz>
27223
27224 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27225 already deleted variables: auto-fill-hook, blink-paren-hook,
27226 lisp-indent-hook, inhibit-local-variables, unread-command-event,
27227 suspend-hooks, comment-indent-hook, meta-flag,
27228 before-change-function, after-change-function,
27229 font-lock-doc-string-face.
27230
272312005-05-21 Luc Teirlinck <teirllm@auburn.edu>
27232
27233 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27234
272352005-05-21 Eli Zaretskii <eliz@gnu.org>
27236
27237 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27238 rmail-dont-reply-to.
27239
272402005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27241
27242 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27243 literal blank when splitting new-header-values.
27244
272452005-05-21 Matt Hodges <MPHodges@member.fsf.org>
27246
27247 * calendar/cal-menu.el (cal-menu-update): Add separator as a
27248 string so that tmm doesn't create a completion entry for it.
27249
27250 * textmodes/table.el (table-disable-menu): Ditto.
27251
272522005-05-21 Richard M. Stallman <rms@gnu.org>
27253
27254 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27255
27256 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27257
27258 * net/rcompile.el (remote-compile): Use compilation-start.
27259
27260 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27261
272622005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
27263
27264 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27265 Default to makefile-bsdmake-mode on BSD systems.
27266
27267 * imenu.el (imenu-generic-expression, imenu--generic-function'):
27268 REGEXP may also be a search function now. The part of doc-string
27269 for describing the structure was 95% identical to that of
27270 `imenu--generic-function'. Unify it there.
27271
27272 * progmodes/make-mode.el (makefile-imenu-generic-expression):
27273 Use function to find dependencies, because regexp alone is so complex,
27274 it easily goes into an endless loop.
27275 (makefile-makepp-mode): Also add submenu for Perl functions
27276 defined in the makefile.
27277 (makefile-bsdmake-mode): Special imenu-generic-expression no
27278 longer needed, due to function call.
27279 (makefile-match-dependency): Take BOUND into account when checking
27280 if we're through.
27281
272822005-05-20 Jay Belanger <belanger@truman.edu>
27283
27284 * calc/calc-units.el (calc-invalidate-units-table):
27285 Use inhibit-read-only.
27286 (math-build-units-table-buffer): Use view-mode.
27287
272882005-05-20 David Kastrup <dak@gnu.org>
27289
27290 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27291 easy-menu-add is not a nop on Emacs; and clarify when to call it.
27292
272932005-05-20 Lute Kamstra <lute@gnu.org>
27294
27295 * diff-mode.el (diff-header-face, diff-file-header-face)
27296 (diff-index-face, diff-hunk-header-face, diff-removed-face)
27297 (diff-added-face, diff-changed-face, diff-function-face)
27298 (diff-context-face, diff-nonexistent-face): Put them in the
27299 diff-mode customization group.
27300
273012005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
27302
27303 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27304
27305 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27306
27307 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27308 Minor regexp-optimization.
27309
273102005-05-20 Carsten Dominik <dominik@science.uva.nl>
27311
27312 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27313 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27314 (org-agenda-add-time-grid-maybe): New function.
27315 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27316 (org-table-create): `dotimes' instead of `mapcar'.
27317 (org-xor): Simplify implementation.
27318 (org-agenda): `inhibit-redisplay' turned on.
27319 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27320 a consistent line after a state change.
27321 (org-agenda-remove-times-when-in-prefix): New option.
27322 (org-prefix-has-time): New variable.
27323 (org-parse-time-string): Optional argument NODEFAULT.
27324 (org-format-agenda-item): Parse items for time-of-day
27325 specifications and move these into the prefix if possible.
27326 (org-agenda-priority): Get current heading, not previous heading
27327 during agenda remote editing.
27328
273292005-05-20 Juanma Barranquero <lekktu@gmail.com>
27330
27331 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27332 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27333 (remove-duplicates, delete-duplicates, substitute)
27334 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27335 (nsubstitute-if-not, find, find-if, find-if-not, position)
27336 (position-if, position-if-not, count, count-if, count-if-not)
27337 (mismatch, search, sort*, stable-sort, merge, member*)
27338 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27339 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27340 (intersection, nintersection, set-difference, nset-difference)
27341 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27342 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27343 (nsublis, tree-equal): Improve argument/docstring consistency.
27344
27345 * subr.el (send-string, send-region): Remove obsolescence declaration.
27346 (window-dot, set-window-dot, read-input, show-buffer)
27347 (eval-current-buffer, string-to-int):
27348 Add release number to obsolescence declarations.
27349
273502005-05-19 Kim F. Storm <storm@cua.dk>
27351
27352 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27353 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27354
273552005-05-20 Matt Hodges <MPHodges@member.fsf.org>
27356
27357 * faces.el (list-faces-display): Make back button respect optional
27358 regexp arg.
27359
273602005-05-19 Juanma Barranquero <lekktu@gmail.com>
27361
27362 * calculator.el (calculator-radix-grouping-mode)
27363 (calculator-radix-grouping-digits, calculator-displayer)
27364 (calculator-radix-grouping-separator, calculator-copy-displayer):
27365 * dabbrev.el (dabbrev-search-these-buffers-only):
27366 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27367 (diff-advance-after-apply-hunk, diff-mode-hook)
27368 (diff-minor-mode-prefix):
27369 * imenu.el (imenu-use-popup-menu):
27370 * jit-lock.el (jit-lock-context-time):
27371 * newcomment.el (comment-fill-column, comment-column)
27372 (comment-style, comment-padding, comment-multi-line)
27373 (comment-empty-lines, comment-auto-fill-only-comments):
27374 * reveal.el (reveal-around-mark):
27375 * uniquify.el (uniquify-buffer-name-style)
27376 (uniquify-after-kill-buffer-p)
27377 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27378 (uniquify-min-dir-content, uniquify-separator)
27379 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27380 * w32-vars.el (w32-fixed-font-alist):
27381 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27382 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27383 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27384 * progmodes/perl-mode.el (perl-indent-level)
27385 (perl-continued-statement-offset, perl-continued-brace-offset)
27386 (perl-brace-offset, perl-brace-imaginary-offset)
27387 (perl-label-offset, perl-indent-continued-arguments)
27388 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27389 * progmodes/tcl.el (tcl-indent-level)
27390 (tcl-continued-indent-level, tcl-auto-newline)
27391 (tcl-tab-always-indent, tcl-electric-hash-style)
27392 (tcl-help-directory-list, tcl-use-smart-word-finder)
27393 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27394 (inferior-tcl-source-command):
27395 * textmodes/fill.el (enable-kinsoku):
27396 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27397 * textmodes/table.el (table-yank-handler):
27398 Specify missing group (and type, if simple) in defcustom.
27399
274002005-05-19 Luc Teirlinck <teirllm@auburn.edu>
27401
27402 * progmodes/compile.el (compilation-finish-function): Fix defvar.
27403
274042005-05-19 Richard M. Stallman <rms@gnu.org>
27405
27406 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27407
27408 * subr.el (event-basic-type): Don't get an error.
27409 (left-fringe-p): Function deleted.
27410
27411 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27412 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27413
27414 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27415 in recursive copy.
27416
27417 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27418
27419 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27420
27421 * emacs-lisp/bytecomp.el
27422 (byte-compile-file-form-custom-declare-variable):
27423 Call byte-compile-nogroup-warn if appropriate.
27424
27425 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27426 (compilation-set-window): Don't call left-fringe-p; do it directly.
27427
274282005-05-19 Jay Belanger <belanger@truman.edu>
27429
27430 * calc/calc-graph.el (calc-graph-format-data): Make sure
27431 var-PlotRejects is bound before trying to check its value.
27432
274332005-05-19 Carsten Dominik <dominik@science.uva.nl>
27434
27435 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27436 definition of this variable from reftex-global.el to reftex.el,
27437 because it is needed in the menu.
27438
274392005-05-19 Lute Kamstra <lute@gnu.org>
27440
27441 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27442 years are fixed. Don't insert a space after a dash.
27443
274442005-05-19 Kim F. Storm <storm@cua.dk>
27445
27446 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27447
274482005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
27449
27450 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27451 strings, because (eq ... ?\\) is fairly frequent.
27452
27453 * progmodes/make-mode.el (makefile-add-this-line-targets):
27454 Simplify and integrate into `makefile-pickup-targets'.
27455 (makefile-add-this-line-macro): Simplify and integrate into
27456 `makefile-pickup-macros.
27457 (makefile-pickup-filenames-as-targets): Simplify.
27458 (makefile-previous-dependency, makefile-match-dependency):
27459 Don't stumble over `::'.
27460
274612005-05-19 Nick Roberts <nickrob@snap.net.nz>
27462
27463 * subr.el (post-command-idle-hook, post-command-idle-delay):
27464 Remove obsoletion of post-command-idle-hook and
27465 post-command-idle-delay.
27466
27467 * faces.el (list-faces-display): Provide button when describe-face
27468 is called to take user back to the list of faces.
27469
27470 * help-fns.el (describe-variable): Remove hyperlinks in a
27471 variable's value as these are quite frequently inappropriate.
27472
27473 * follow.el (follow-submit-feedback, follow-mode):
27474 Remove references to post-command-idle-hook.
27475
274762005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
27477
27478 * progmodes/make-mode.el (makefile-previous-dependency)
27479 (makefile-match-dependency): Check for := (and in bsd mode also
27480 !=) to give a better result, even when font-lock is not on.
27481
274822005-05-18 Jay Belanger <belanger@truman.edu>
27483
27484 * calc/calc-help.el (calc-s-prefix-help):
27485 Add `calc-copy-special-constant' to help string.
27486
274872005-05-18 Luc Teirlinck <teirllm@auburn.edu>
27488
27489 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27490
274912005-05-18 Jay Belanger <belanger@truman.edu>
27492
27493 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27494 in linear factors are in proper order.
27495
274962005-05-18 Carsten Dominik <dominik@science.uva.nl>
27497
27498 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27499 Support for jurabib.
27500
27501 * textmodes/reftex.el (featurep): Define aliases for overlay
27502 commands, for XEmacs compatibility, and use these aliases in
27503 overlay initializations.
27504 (reftex-highlight): Use `reftex-move-overlay'.
27505 (reftex-unhighlight): Use `reftex-delete-overlay'.
27506 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
27507 (reftex-access-search-path): Use `reftex-uniquify' instead of
27508 `reftex-uniq'
27509
27510 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27511 `before-string' property modification enables for Emacs as well.
27512 (reftex-select-item): Use `reftex-delete-overlay'.
27513 (reftex-select-mark): Use `reftex-make-overlay' and
27514 `reftex-overlay-put'.
27515 (reftex-select-unmark): Use `reftex-delete-overlay' and
27516 `reftex-overlay-put'.
27517
275182005-05-18 Lute Kamstra <lute@gnu.org>
27519
27520 * emacs-lisp/lisp.el (check-parens): Fix docstring.
27521
275222005-05-18 Juanma Barranquero <lekktu@gmail.com>
27523
27524 * add-log.el (add-change-log-entry):
27525 * array.el (array-make-template, array-reconfigure-rows)
27526 (array-init-max-row, array-init-max-column)
27527 (array-init-columns-per-line, array-init-field-width):
27528 * replace.el (replace-match-maybe-edit, perform-replace):
27529 * textmodes/spell.el (spell-region):
27530 Replace `read-input' by `read-string'.
27531
27532 * forms.el (forms-mode):
27533 * finder.el (finder-compile-keywords):
27534 * shadowfile.el (shadow-read-files):
27535 Replace `eval-current-buffer' by `eval-buffer'.
27536
27537 * terminal.el (te-pass-through):
27538 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
27539 (ange-ftp-raw-send-cmd):
27540 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
27541 (send-process-next-char, telnet-initial-filter, telnet):
27542 Replace `send-string' by `process-send-string'.
27543
27544 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
27545 (prolog-consult-region): Replace `send-string' by
27546 `process-send-string'; replace `send-region' by `process-send-region'.
27547
27548 * progmodes/delphi.el (delphi-log-msg):
27549 Replace `set-window-dot' by `set-window-point'.
27550
27551 * subr.el (window-dot, set-window-dot, read-input, send-string)
27552 (send-region, show-buffer, eval-current-buffer):
27553 Make really obsolete, as the comment says.
27554
275552005-05-17 Kim F. Storm <storm@cua.dk>
27556
27557 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
27558 (cua--init-keymaps): Bind C-return instead of S-return to set
27559 rectangle mark.
27560
27561 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
27562 instead of S-return to toggle/clear rectangle mark.
27563
275642005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
27565
27566 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
27567 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
27568 Also fontify plain strings assigned to variables, mostly so that a
27569 colon has a face and is thus not taken as a dependency separator.
27570 (makefile-previous-dependency): Inline the new matcher, because it
27571 is too complex to work in both directions.
27572 (makefile-match-dependency): Eliminate `backward' arg (see above).
27573 Completely reimplemented so as to not sometimes go into an endless
27574 loop. It should also be more efficient, because first it only
27575 searches for `:', instead of applying the very complex regexp.
27576 (makefile-mode): Cancel `font-lock-support-mode', because blocks
27577 to be fontified in one piece can be too long for JIT.
27578 Makefiles are never *that* big.
27579
275802005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
27581
27582 * dired.el (dired-mode): Simplify.
27583
275842005-05-17 Lute Kamstra <lute@gnu.org>
27585
27586 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
27587 defcustom for the mode hook variable.
27588
27589 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
27590 Emacs Lisp Reference Manual.
27591
275922005-05-17 Juanma Barranquero <lekktu@gmail.com>
27593
27594 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
27595 (evenp, list*):
27596 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
27597 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
27598
27599 * net/tramp-smb.el (tramp-smb-open-connection):
27600 Pass `tramp-chunksize' as fifth (required) argument.
27601
276022005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
27603
27604 * font-lock.el (lisp-font-lock-keywords-1):
27605 Set `font-lock-negation-char-face' for [^...] char group.
27606 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
27607
27608 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
27609 a var, and refine it to mask one more level of nested vars.
27610 (makefile-rule-action-regex): Turn it into a var, and refine it so
27611 it recognizes backslashed continuation lines as belonging to the
27612 same command.
27613 (makefile-macroassign-regex): Refine it so it recognizes
27614 backslashed continuation lines as belonging to the same command.
27615 (makefile-var-use-regex): Don't look at the next char, because it
27616 might be the same one to be skipped by the initial [^$], leading
27617 to an overlooked variable use.
27618 (makefile-make-font-lock-keywords): Remove two parameters, which
27619 are now variables that some of the modes set locally.
27620 Handle dependency and rule action matching through functions, because
27621 regexps alone match too often. Dependency matching now comes
27622 last, so it can check, whether a colon already matched something else.
27623 (makefile-mode): Inform that font-lock improves makefile parsing
27624 capabilities.
27625 (makefile-match-dependency, makefile-match-action): New functions.
27626
276272005-05-16 Juanma Barranquero <lekktu@gmail.com>
27628
27629 * emacs-lisp/cl-extra.el (equalp): Doc fix.
27630
27631 * align.el (align-regexp):
27632 * ansi-color.el (ansi-color-get-face):
27633 * array.el (array-reconfigure-rows, array-init-max-row)
27634 (array-init-max-column, array-init-columns-per-line)
27635 (array-init-field-width):
27636 * dired-aux.el (dired-trample-file-versions):
27637 * dired-x.el (dired-mark-sexp):
27638 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
27639 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
27640 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
27641 * faces.el (face-read-integer):
27642 * files.el (backup-extract-version, insert-directory):
27643 * hexl.el (hexl-insert-decimal-char):
27644 * server.el (server-process-filter):
27645 * shell.el (shell-extract-num):
27646 * startup.el (command-line-1):
27647 * term.el (term-command-hook):
27648 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
27649 (time-stamp-do-number):
27650 * time.el (display-time-update):
27651 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
27652 (timezone-fix-time):
27653 * vms-patch.el (vms-suspend-resume-hook):
27654 * calendar/appt.el (appt-convert-time):
27655 * calendar/cal-bahai.el (mark-bahai-diary-entries):
27656 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
27657 * calendar/cal-islam.el (mark-islamic-diary-entries):
27658 * calendar/calendar.el (calendar-cursor-to-date)
27659 (calendar-star-date):
27660 * calendar/diary-lib.el (diary-attrtype-convert)
27661 (mark-diary-entries, diary-entry-time):
27662 * calendar/solar.el (solar-get-number):
27663 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
27664 * emacs-lisp/re-builder.el (reb-display-subexp):
27665 * emulation/edt.el (edt-set-scroll-margins):
27666 * emulation/tpu-extras.el (tpu-set-scroll-margins):
27667 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
27668 (vip-get-ex-count):
27669 * emulation/viper-ex.el (viper-get-ex-token)
27670 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
27671 * international/fontset.el (fontset-plain-name):
27672 * mail/feedmail.el (feedmail-look-at-queue-directory):
27673 * mail/mailalias.el (mail-get-names):
27674 * mail/rmail.el (rmail-convert-to-babyl-format):
27675 * mail/rmailsum.el (rmail-make-basic-summary-line)
27676 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
27677 (rmail-summary-goto-msg):
27678 * mail/smtpmail.el (smtpmail-read-response):
27679 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
27680 (ange-ftp-vms-add-file-entry):
27681 * play/gametree.el (gametree-looking-at-ply)
27682 (gametree-current-branch-score):
27683 * progmodes/ada-xref.el (ada-prj-find-prj-file)
27684 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
27685 * progmodes/cperl-mode.el (condition-case):
27686 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
27687 (ebrowse-set-member-buffer-column-width)
27688 (ebrowse-select-1st-to-9nth):
27689 * progmodes/etags.el (etags-snarf-tag):
27690 * progmodes/flymake.el (flymake-parse-line):
27691 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
27692 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
27693 (idlwave-shell-menu-def):
27694 * progmodes/ps-mode.el (ps-run-goto-error):
27695 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
27696 (vhdl-speedbar-contract-level):
27697 * term/mac-win.el (x-handle-numeric-switch):
27698 * term/sun-mouse.el (sun-get-frame-data):
27699 * term/w32-win.el (x-handle-numeric-switch):
27700 * term/x-win.el (x-handle-numeric-switch):
27701 * textmodes/ispell.el (ispell-parse-output):
27702 * textmodes/nroff-mode.el (nroff-outline-level):
27703 * textmodes/reftex-cite.el (reftex-bib-sort-year)
27704 (reftex-bib-sort-year-reverse, reftex-format-citation):
27705 * textmodes/reftex-parse.el (reftex-init-section-numbers)
27706 (reftex-section-number):
27707 * textmodes/texinfmt.el (texinfo-paragraphindent):
27708 Replace `string-to-int' by `string-to-number'.
27709
27710 * international/latexenc.el: Add page marker to force the "Local
27711 Variables:" string out of the last page.
27712
277132005-05-16 Nick Roberts <nickrob@snap.net.nz>
27714
27715 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
27716 tooltip-change-major-mode.
27717 (gud-tooltip-print-command): Remove case where gud-minor-mode
27718 is gdb ("--fullname").
27719 (gud-tooltip-tips): Turn GUD tooltips off for this case and
27720 explain to user.
27721
277222005-05-16 Jay Belanger <belanger@truman.edu>
27723
27724 * calc/calc-store.el (calc-copy-special-constant): New function.
27725
27726 * calc/calc-ext.el (calc-init-extensions): Add binding for
27727 `calc-copy-special-constant'.
27728
27729 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
27730 for the `calc-copy-special-constant' command.
27731
277322005-05-16 Nick Roberts <nickrob@snap.net.nz>
27733
27734 * subr.el (left-fringe-p): New function.
27735
27736 * progmodes/compile.el (compilation-setup): Set local value of
27737 overlay-arrow-string to "" always.
27738 (compilation-set-window): Left fringe then don't scroll.
27739 No left fringe then no arrow and scroll message to top.
27740 (compilation-context-lines): Adjust doc string accordingly.
27741
277422005-05-16 Kim F. Storm <storm@cua.dk>
27743
27744 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
27745 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
27746 (ido-wide-find-dir-or-delete-dir): New command for M-d.
27747 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
27748 (ido-read-file-name): Handle commands with ido property value
27749 equal to find-file as reading a file name, to allow C-d to enter dired.
27750 (ibuffer-find-file): Add ido property with value find-file.
27751
277522005-05-15 Kim F. Storm <storm@cua.dk>
27753
27754 * subr.el (open-network-stream-nowait): Remove.
27755 (open-network-stream-server): Remove.
27756
277572005-05-15 Richard M. Stallman <rms@gnu.org>
27758
27759 * faces.el (describe-face): Output a definition link button.
27760
27761 * help-mode.el (help-face-def): New button type.
27762
27763 * emacs-lisp/copyright.el (copyright-fix-years):
27764 Match properly if the first year is 2-digit.
27765 Don't mess up the whitespace after the years by filling.
27766
27767 * dired-aux.el (dired-mark-confirm):
27768 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
27769
27770 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
27771 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
27772 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
27773
27774 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27775 Set font-lock-comment-start-skip.
27776
27777 * font-lock.el (font-lock-comment-start-skip): New variable.
27778 (font-lock-comment-end-skip): New variable.
27779 (font-lock-fontify-syntactically-region): Use them if non-nil.
27780
277812005-05-15 Jay Belanger <belanger@truman.edu>
27782
27783 * calc/calc-store.el (calc-store-value): Return a string rather
27784 than display it as a message.
27785 Use calc-var-name for variable name.
27786 (calc-store-into): Add the result of calc-store-value to message.
27787 (calc-copy-variable): Add a message.
27788 (calc-store-exchange): Improve error messages.
27789 (calc-store-binary, calc-store-map): Don't reset the values of
27790 special constants.
27791
277922005-05-14 Luc Teirlinck <teirllm@auburn.edu>
27793
27794 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
27795 manual to docstring.
27796
27797 * files.el (hack-local-variables-confirm): Add STRING argument.
27798 Make the function handle non file visiting buffers correctly.
27799 (hack-local-variables-prop-line, hack-local-variables)
27800 (hack-one-local-variable): Use STRING arg of
27801 `hack-local-variables-confirm'.
27802
278032005-05-14 Michael Albinus <michael.albinus@gmx.de>
27804
27805 Sync with Tramp 2.0.49.
27806
27807 * net/tramp.el (tramp-handle-dired-call-process)
27808 (tramp-handle-insert-directory):`insert-buffer' cannot be used
27809 because the contents of the Tramp buffer is changed before
27810 insertion (`expand-file' and alike).
27811 (tramp-handle-insert-directory): If `localname' has an empty
27812 nondirectory name, it must not be quoted.
27813 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
27814 variable `tramp-chunksize'. Change callees.
27815 (tramp-open-connection-setup-interactive-shell): Check remote host
27816 for buggy `send-process-string' implementation.
27817 Set `tramp-chunksize' if found. Reported by Michael Kifer
27818 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
27819 (tramp-handle-shell-command): `insert-buffer' cannot be used
27820 because the contents of the Tramp buffer is changed before
27821 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
27822 <frederic.bothamy@free.fr>.
27823 (tramp-set-auto-save): Actions should be done for Tramp file name
27824 handler only. Ange-FTP has its own auto-save mechanism.
27825 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
27826 (tramp-set-auto-save-file-modes): Set file modes of
27827 `buffer-auto-save-file-name' to ?\600 as fallback solution.
27828 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
27829 (tramp-bug): Remove obsolete variable.
27830 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
27831 for presence of `mml-mode'. Make it running for older Emacsen as well.
27832
278332005-05-14 John Paul Wallington <jpw@pobox.com>
27834
27835 * ibuf-ext.el (define-ibuffer-filter filename):
27836 If `dired-directory' is a list, use its car.
27837
278382005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
27839
27840 * ibuffer.el (define-ibuffer-column filename):
27841 If `dired-directory' is a list, use its car.
27842
278432005-05-14 Richard M. Stallman <rms@gnu.org>
27844
27845 * subr.el (symbol-file): Doc fix.
27846
27847 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
27848 (byte-compile-form): Call byte-compile-nogroup-warn.
27849 (byte-compile-warning-types): Doc fix.
27850
27851 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
27852
27853 * progmodes/cc-engine.el (c-literal-faces):
27854 Add font-lock-comment-delimiter-face.
27855
27856 * net/net-utils.el (dig): Use with-no-warnings.
27857
27858 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
27859 (sc-recite-frame-alist, sc-default-cite-frame)
27860 (sc-default-uncite-frame, sc-default-recite-frame)
27861 (sc-attrib-selection-list, sc-rewrite-header-list):
27862 Mark as risky-local-variable.
27863
27864 * international/ogonek.el (ogonek-jak, ogonek-how):
27865 Don't use beginning-of-buffer.
27866
27867 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
27868
27869 * calendar/solar.el (solar-data-list): Move definition up.
27870
27871 * dnd.el (dnd-protocol-alist): Add autoload.
27872
27873 * progmodes/sh-script.el: Many doc usage fixes.
27874 (sh-indent-after-do): Change default to match common styles.
27875
278762005-05-13 Luc Teirlinck <teirllm@auburn.edu>
27877
27878 * files.el (interpreter-mode-alist)
27879 (auto-mode-interpreter-regexp): Doc fixes.
27880
278812005-05-13 Matt Hodges <MPHodges@member.fsf.org>
27882
27883 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
27884
27885 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
27886
278872005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27888
27889 * dired.el (dired-mode): make-variable-buffer-local =>
27890 make-local-variable.
27891
278922005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27893
27894 * term/mac-win.el (mac-select-convert-to-string): Try coding
27895 systems in mac-script-code-coding-systems if specified one cannot
27896 encode string for `com.apple.traditional-mac-plain-text'.
27897
278982005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
27899
27900 * progmodes/make-mode.el (makefile-targets-face)
27901 (makefile-shell-face, makefile-makepp-perl-face): New faces.
27902 (makefile-dependency-regex): Fix it to not make the colon in
27903 $(var:a=b) special.
27904 (makefile-rule-action-regex): New regexp for highlighting embedded
27905 Shell strings.
27906 (makefile-macroassign-regex): Handle != for highlighting as
27907 embedded Shell strings.
27908 (makefile-var-use-regex): New const.
27909 (makefile-statements, makefile-automake-statements)
27910 (makefile-gmake-statements, makefile-makepp-statements)
27911 (makefile-bsdmake-statements): New consts.
27912 (makefile-make-font-lock-keywords): New function.
27913 (makefile-automake-font-lock-keywords)
27914 (makefile-gmake-font-lock-keywords)
27915 (makefile-makepp-font-lock-keywords)
27916 (makefile-bsdmake-font-lock-keywords): New consts.
27917 (makefile-mode-map): Add switchers between the various submodes.
27918 (makefile-mode): Document the availability of the variants.
27919 (makefile-automake-mode, makefile-gmake-mode)
27920 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
27921
27922 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
27923 new variants of makefile-mode.
27924
279252005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
27926
27927 * font-lock.el (font-lock-comment-delimiter-face): Fix up
27928 the inheritance.
27929
279302005-05-12 Luc Teirlinck <teirllm@auburn.edu>
27931
27932 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
27933 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
27934
27935 * files.el (normal-mode): Extend the scope of the
27936 `enable-local-variables' binding to include the `set-auto-mode' call.
27937 (magic-mode-alist): Doc fix.
27938
279392005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
27940
27941 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
27942 font-lock-comment-face rather than copying its setting.
27943
279442005-05-12 Andreas Schwab <schwab@suse.de>
27945
27946 * eshell/esh-mode.el (eshell-send-input): Doc fix.
27947
279482005-05-12 Lute Kamstra <lute@gnu.org>
27949
27950 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
27951 defcustom for the mode hook variable. Delete the last argument.
27952 * generic-x.el: Fix callers of define-generic-mode.
27953 (generic-x-modes): Delete group.
27954 (show-tabs-tab-face, show-tabs-space-face): Put them in the
27955 generic-x customization group.
27956
279572005-05-12 Kim F. Storm <storm@cua.dk>
27958
27959 * font-lock.el (font-lock-negation-char-face): Default to "off".
27960
27961 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
27962 font-lock-negation-char-face to ! in !=.
27963
279642005-05-12 Masatake YAMATO <jet@gyve.org>
27965
27966 * add-log.el (find-change-log): Fix typos in the docstring
27967 of function.
27968
279692005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
27970
27971 * international/latexenc.el (latexenc-find-file-coding-system):
27972 Avoid `re-search-forward' when looking for input encoding because
27973 of speed and safety. Better regular expressions for recognizing
27974 input encoding. Limit a search for TeX-master/tex-main-file to
27975 the local variable section.
27976
279772005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
27978
27979 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
27980 syntax of $ to "'" (quote).
27981
279822005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
27983
27984 * dnd.el (dnd-protocol-alist): Improve custom type.
27985
27986 * dired.el (dired-dnd-protocol-alist): New variable.
27987 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
27988 `dired-mode-hook' to the end.
27989
279902005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
27991
27992 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
27993 comment-end if comment-start-skip is not set.
27994 Obey the font-lock-comment-delimiter-face variables.
27995
279962005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
27997
27998 * files.el (executable-find): Move from executable.el. Use
27999 locate-file.
28000 * progmodes/executable.el (executable-find): Move to files.el.
28001
28002 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28003 when trying to ensure forward progress.
28004
280052005-05-11 Chong Yidong <cyd@stupidchicken.com>
28006
28007 * mouse-sel.el (mouse-sel-follow-link-p): New function.
28008 (mouse-select, mouse-select-internal, mouse-extend-internal):
28009 Use it to implement mouse-1-click-follows-link functionality.
28010
280112005-05-11 Richard M. Stallman <rms@gnu.org>
28012
28013 * font-lock.el (font-lock-fontify-syntactically-region):
28014 Use font-lock-comment-delimiter-face for comment delimiters.
28015
280162005-05-10 Jay Belanger <belanger@truman.edu>
28017
28018 * calc/calc-help.el (calc-m-prefix-help): Add mention of
28019 preserving embedded modes.
28020
280212005-05-10 Richard M. Stallman <rms@gnu.org>
28022
28023 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28024
28025 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28026 Move from ada-stmt.el.
28027 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28028
28029 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28030 Move to ada-mode.el.
28031 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28032
28033 * cus-edit.el (custom-file): Call file-chase-links.
28034
28035 * files.el (read-directory-name): Fix previous change.
28036 (hack-local-variables-confirm): New function.
28037 (hack-local-variables-prop-line, hack-local-variables)
28038 (hack-one-local-variable): Use it.
28039
280402005-05-10 Lute Kamstra <lute@gnu.org>
28041
28042 * font-lock.el (font-lock-keywords-alist)
28043 (font-lock-removed-keywords-alist): Clarify docstrings.
28044
280452005-05-10 Nick Roberts <nickrob@snap.net.nz>
28046
28047 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28048 (gdb-source-info): Check for preprocessor info.
28049 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
28050 a macro for a function.
28051 (gdb-info-breakpoints-custom): Try to find file again if not already
28052 found (user might have used GDB dir command).
28053 (gdb-get-location): Update gdb-location-alist correctly for change
28054 to gdb-info-breakpoints-custom.
28055
28056 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28057 (gud-tooltip-print-command): Add gdbmi case.
28058 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28059 preprocessor info.
28060
280612005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
28062
28063 * startup.el (fancy-splash-insert): Fix typo in doc string.
28064
280652005-05-09 Juanma Barranquero <lekktu@gmail.com>
28066
28067 * obsolete/float.el (string-to-float):
28068 * obsolete/hilit19.el (hilit-add-pattern):
28069 * obsolete/rnews.el (news-parse-range, news-select-message)
28070 (news-get-pruned-list-of-files): Replace `string-to-int' by
28071 `string-to-number'.
28072
28073 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28074 `find-file-not-found-hooks'; use `add-hook'.
28075 (uncompress-while-visiting): Set `write-file-functions', not
28076 `write-file-hooks'; use `add-hook'.
28077
280782005-05-09 Kim F. Storm <storm@cua.dk>
28079
28080 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28081 (cua-paste): Handle clipboard action.
28082 (cua--init-keymaps): Remap clipboard-kill-region and
28083 clipboard-kill-ring-save.
28084
280852005-05-08 Eli Zaretskii <eliz@gnu.org>
28086
28087 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28088 Improve commentary.
28089
28090 * simple.el (next-error-overlay-arrow-position): Revert the change
28091 made on 2005-04-30.
28092
280932005-05-07 Jay Belanger <belanger@truman.edu>
28094
28095 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28096 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28097 `calc-sel-reselect'.
28098
28099 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28100 Calc is in embedded mode.
28101
281022005-05-07 Eli Zaretskii <eliz@gnu.org>
28103
28104 * progmodes/compile.el (compilation-setup):
28105 Set overlay-arrow-string to an empty string on text terminals.
28106
28107 * textmodes/ispell.el (ispell-program-name): Try looking for
28108 "aspell" along exec-path, and if found, use it as the default
28109 speller program.
28110
281112005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
28112
28113 * international/mule.el (sgml-xml-auto-coding-function):
28114 Recognize encoding='FOO' in single quotes as well as in double quotes.
28115
281162005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
28117
28118 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28119 as well as `interactive', so that defmacro* would recognize
28120 `declare' forms.
28121
281222005-05-07 Eli Zaretskii <eliz@gnu.org>
28123
28124 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28125 Explain more about the LIGHTER arg's usage in the doc string.
28126 Add commentary to clarify what the code does. Fix the regexp that
28127 strips whitespace from LIGHTER. Quote LIGHTER before using it,
28128 since it could have characters special to regular expressions.
28129
281302005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
28131
28132 * replace.el (occur-1): Bind inhibit-read-only so that
28133 erase-buffer doesn't barf on read-only text properties (likewise
28134 for add-text-properties in occur-engine). Mark buffer as unmodified.
28135 (occur-engine): Don't set buffer-read-only here.
28136
281372005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28138
28139 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28140 list-buffers-directory. This caused the *cvs-commit* buffer to be
28141 sometimes mistakenly reused as a *cvs* buffer.
28142
281432005-05-07 Nick Roberts <nickrob@snap.net.nz>
28144
28145 * tooltip.el: Move code for GUD tooltips into gud.el.
28146 (require): CL no longer needed to compile case.
28147 (tooltip-mode): Do not toggle functions for GUD tooltips.
28148 (tooltip-gud-tips-p): Remove. Replace with minor mode
28149 gud-tooltip-mode in gud.el.
28150 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28151 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28152 tooltip-gud prefix with gud-tooltip and obsolete.
28153 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28154 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28155 (tooltip-mouse-motion): Mouse movement functions/variable.
28156 Rename in gud.el by adding gud prefix.
28157 (tooltip-gud-original-filter, tooltip-gud-dereference)
28158 (tooltip-gud-event, tooltip-toggle-gud-tips)
28159 (tooltip-gud-process-output, tooltip-gud-print-command)
28160 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
28161 gud.el by replacing tooltip-gud prefix with gud-tooltip.
28162 (gdb-tooltip-print): Move to gdb-ui.el.
28163
28164 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28165 (require): CL needed to compile case.
28166 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28167 tooltip-gud-tips-p. Make it a minor-mode.
28168 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28169 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28170 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28171 (gud-tooltip-change-major-mode)
28172 (gud-tooltip-activate-mouse-motions-if-enabled)
28173 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28174 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28175 (gud-tooltip-original-filter, gud-tooltip-dereference)
28176 (gud-tooltip-event, tooltip-toggle-gud-tips)
28177 (gud-tooltip-process-output, gud-tooltip-print-command)
28178 (gud-tooltip-tips): Move from tooltip.el.
28179
28180 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28181 (gdb-cpp-define-alist-flags): Doc fix.
28182 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28183 gud-tooltip-mode is t.
28184
281852005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28186
28187 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28188 evaporate if their text is deleted.
28189 (goto-address-at-point): Make it work as a mouse binding as well.
28190 (goto-address-at-mouse): Obsolete it. Update users.
28191
281922005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
28193
28194 * calendar/appt.el (top-level): No longer activate on load.
28195
281962005-05-06 Juanma Barranquero <lekktu@gmail.com>
28197
28198 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28199 * net/webjump.el (webjump):
28200 * progmodes/idlw-help.el (idlwave-do-context-help1)
28201 (idlwave-highlight-linked-completions):
28202 * textmodes/po.el (po-find-file-coding-system-guts):
28203 Replace `assoc-ignore-case' by `assoc-string'.
28204
282052005-05-06 Eli Zaretskii <eliz@gnu.org>
28206
28207 * files.el (locate-file): Doc fix.
28208
28209 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28210 Remove the redundant test for ms-dos.
28211
28212 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28213 look for the preprocessor with exec-suffixes. If not found in
28214 standard places, look in exec-path. Remove most of the tests that
28215 used system-type.
28216
28217 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28218
28219 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28220
28221 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28222 file-name clash with jka-compr.el on 8+3 filesystems.
28223
282242005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28225
28226 * term/mac-win.el: Don't define or bind scroll bar functions if
28227 x-toolkit-scroll-bars is t.
28228 (x-select-text, x-get-selection-value): Clear
28229 x-last-selected-text-clipboard if x-select-enable-clipboard is
28230 nil.
28231 (PRIMARY): Put mac-scrap-name property.
28232 (mac-select-convert-to-file-url): New function.
28233 (public.file-url): New selection target type. Add to
28234 selection-converter-alist.
28235 (x-get-selection, x-selection-value): Handle it.
28236 (x-cut-buffer-or-selection-value): New alias.
28237
282382005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28239
28240 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28241 entry to avoid calling bibtex-find-entry with arg global
28242 being t. Remove arg key.
28243 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28244 (bibtex-copy-summary-as-kill): Change accordingly.
28245
282462005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
28247
28248 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28249 (org-agenda-date-later): Use with-current-buffer.
28250
282512005-05-05 Luc Teirlinck <teirllm@auburn.edu>
28252
28253 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28254 (define-obsolete-variable-alias): Doc Fixes.
28255
282562005-05-06 Kim F. Storm <storm@cua.dk>
28257
28258 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
28259 vertical-motion when selective-display is active.
28260
28261 * ido.el (ido-setup-hook): New hook.
28262 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28263 (ido-input-stack): New var.
28264 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
28265 ido-next-work-file binding to M-O.
28266 Bind M-f to ido-wide-find-file-or-pop-dir.
28267 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28268 (ido-read-internal): Run ido-setup-hook.
28269 Catch quit in read-file-name and read-string to cancel edit.
28270 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28271 Automatically pop-all when completing a directory name (RET).
28272 (ido-file-internal): Add with-no-warnings around ffap and dired code.
28273 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28274 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28275 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28276 New functions for M-b/M-f to move among the directory components.
28277 (ido-make-merged-file-list): Catch quit to cancel merge.
28278 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28279 (ido-completion-help): No warnings for ido-completion-buffer-full.
28280
282812005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
28282
28283 * font-lock.el (font-lock-negation-char-face): New face and variable.
28284 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28285 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28286 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28287 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28288
282892005-05-05 Juanma Barranquero <lekktu@gmail.com>
28290
28291 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28292 Fix typo in docstring.
28293
28294 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28295 (ebrowse-print-statistics-line)
28296 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28297
28298 * term/w32-win.el (image-library-alist): Add additional name for
28299 Xpm library.
28300
283012005-05-05 Nick Roberts <nickrob@snap.net.nz>
28302
28303 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28304 use gcc instead of cpp.
28305
28306 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28307 (gdb-create-define-alist): Use it.
28308 (gdb-cpp-define-alist-program): Update for MS-DOS.
28309
283102005-05-04 Nick Roberts <nickrob@snap.net.nz>
28311
28312 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28313
283142005-05-04 Richard M. Stallman <rms@gnu.org>
28315
28316 * help.el (describe-key): No error when UNTRANSLATED is nil.
28317
28318 * simple.el (line-move-1): Fix previous change to signal errors
28319 appropriately.
28320
283212005-05-03 Ulf Jasper <ulf.jasper@web.de>
28322
28323 * calendar/icalendar.el (icalendar-version): Now at 0.12.
28324 (icalendar-duration-correction): Remove.
28325 (icalendar--get-event-properties): Split result at commas.
28326 (icalendar--decode-isoduration): New optional argument
28327 DURATION-CORRECTION.
28328 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28329 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28330 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28331 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28332 (icalendar--convert-anniversary-to-ical): New functions, extracted
28333 from icalendar-export-region, with bug fixes.
28334 (icalendar-export-region): Use the above functions.
28335 (icalendar-import-buffer): Check before saving diary file.
28336 (icalendar--convert-recurring-to-diary)
28337 (icalendar--convert-non-recurring-all-day-to-diary)
28338 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28339 extracted from icalendar--convert-ical-to-diary, with bug fixes.
28340 (icalendar--convert-ical-to-diary): Use the above functions.
28341
283422005-05-03 Nick Roberts <nickrob@snap.net.nz>
28343
28344 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28345 Remove these recent additions.
28346 (c-mode): Restore to before 2005-04-28.
28347
28348 * progmodes/cc-vars.el (cc-define-list-program): Remove this
28349 recent addition.
28350
28351 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28352 (gdb-define-alist): New variables.
28353 (gdb-create-define-alist): New function.
28354 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28355 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28356 with string-to-number.
28357 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
28358
28359 * progmodes/gud.el: Replace string-to-int with string-to-number.
28360 (gud-find-file): Handle gdb-define-alist.
28361
28362 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28363
283642005-05-02 Jay Belanger <belanger@truman.edu>
28365
28366 * calc/calc-aent.el (math-read-token):
28367 * calc/calc-bin.el (calc-word-size):
28368 * calc/calc-ext.el (calc-read-number-fancy):
28369 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28370 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28371 * calc/calc-frac.el (calc-over-notation):
28372 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28373 (calc-graph-num-points, calc-graph-init):
28374 * calc/calc-prog.el (calc-read-parse-table-part)
28375 (calc-edit-macro-repeats):
28376 * calc/calc-yank.el (calc-do-grab-rectangle):
28377 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28378 Replace `string-to-int' by `string-to-number'.
28379
283802005-05-02 Kim F. Storm <storm@cua.dk>
28381
28382 * kmacro.el: Use executing-kbd-macro-index variable.
28383
283842005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
28385
28386 * net/rlogin.el (rlogin-parse-words): Delete func.
28387 (rlogin): Use split-string, not rlogin-parse-words.
28388 Also, if there are option-like elements in the parsed args,
28389 take the host to be the first arg immediately following them.
28390 Suggested by Michael Mauger.
28391
283922005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28393
28394 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28395
283962005-05-02 Nick Roberts <nickrob@snap.net.nz>
28397
28398 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28399 (cc-mode-cpp-program): Rename to cc-define-list-program and
28400 move to cc-vars.el.
28401
28402 * progmodes/cc-vars.el (cc-define-list-program):
28403 Change to "gcc -E -dM -". Make customizable.
28404
284052005-05-02 Kim F. Storm <storm@cua.dk>
28406
28407 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28408
284092005-05-02 Nick Roberts <nickrob@snap.net.nz>
28410
28411 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28412
28413 * international/mule-util.el (truncate-string): Remove alias and
28414 obsolete declaration.
28415
28416 * international/mule-cmds.el (update-iso-coding-systems):
28417 Remove alias and obsolete declaration.
28418
28419 * international/mule.el (coding-system-parent): Remove alias and
28420 obsolete declaration.
28421
28422 * subr.el (define-function, sref): Remove aliases and obsolete
28423 declarations.
28424 (chars-in-region): Remove obsolete declaration.
28425
284262005-05-01 Richard M. Stallman <rms@gnu.org>
28427
28428 * info.el (Info-mode): Set widen-automatically to nil, locally.
28429
28430 * simple.el (widen-automatically): New variable.
28431 (pop-global-mark): Obey widen-automatically.
28432
284332005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
28434
28435 * term/xterm.el (function-key-map): Call substitute-key-definition
28436 before the keymap size is increased by a lot of define-key calls.
28437
284382005-05-01 Richard M. Stallman <rms@gnu.org>
28439
28440 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28441 Rename ARG to ELEMENT. Doc fix.
28442
284432005-05-01 Nick Roberts <nickrob@snap.net.nz>
28444
28445 * allout.el (allout-exposure): Remove macro and obsolete declaration.
28446 Remove references to allout-exposure/change to allout-new-exposure.
28447
28448 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28449 bytecode symbols.
28450
28451 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28452 (compiled-function-p, focus-frame, unfocus-frame):
28453 Remove aliases and obsolete declarations.
28454 Back out inadvertent changes from previous commit.
28455
284562005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28457
28458 * files.el (require-final-newline): Make Custom tags consistent
28459 with mode-require-final-newline.
28460 (mode-require-final-newline): Doc fix.
28461
284622005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
28463
28464 * international/latexenc.el (latexenc-find-file-coding-system):
28465 Fix regular expressions.
28466
284672005-05-01 David Kastrup <dak@gnu.org>
28468
28469 * international/latexenc.el (latexenc-find-file-coding-system):
28470 Fix regular expressions.
28471
284722005-05-01 Nick Roberts <nickrob@snap.net.nz>
28473
28474 * subr.el (string-to-int): Make obsolete.
28475
284762005-04-30 Richard M. Stallman <rms@gnu.org>
28477
28478 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28479
28480 * loadup.el: load jka-comp-hook.
28481
28482 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28483 (jka-compr-handler): Add autoload. `put' calls moved
28484 to jka-comp-hook.el.
28485 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28486 (jka-compr-inhibit): Autoload.
28487
28488 * jka-comp-hook.el: New file.
28489 Enable the mode by default.
28490
28491 * files.el (backup-buffer-copy): Use copy-file instead
28492 of write-region, and put back the 'excl.
28493
284942005-04-30 Chong Yidong <cyd@stupidchicken.com>
28495
28496 * progmodes/flymake.el (flymake-split-string)
28497 (flymake-split-string, flymake-log, flymake-pid-to-names)
28498 (flymake-reg-names, flymake-get-source-buffer-name)
28499 (flymake-unreg-names, flymake-add-line-err-info)
28500 (flymake-add-err-info): Clarify docstrings.
28501 (flymake-popup-menu, flymake-make-emacs-menu)
28502 (flymake-make-xemacs-menu): Add docstrings.
28503 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28504 Set variables directly throughout.
28505
285062005-04-30 Nick Roberts <nickrob@snap.net.nz>
28507
28508 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28509 exists. Initialize cc-define-alist.
28510 (c-mode): Add cc-create-define-alist locally to after-save-hook.
28511 If there is no file (Macroexpansion) don't create an alist.
28512
285132005-04-29 Sam Steingold <sds@gnu.org>
28514
28515 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
28516 (cc-create-define-alist): Use it instead of the hard-coded string.
28517
285182005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
28519
28520 * international/mule-conf.el (file-coding-system-alist): Fix regexp
28521 for latexenc.
28522
285232005-04-29 Lute Kamstra <lute@gnu.org>
28524
28525 * emacs-lisp/generic.el: Improve commentary section.
28526 (define-generic-mode): Improve docstring.
28527
285282005-04-29 Carsten Dominik <dominik@science.uva.nl>
28529
28530 * textmodes/org.el (many places): Change to quiet the byte compiler.
28531 (org-prefix-format-compiled): New variable.
28532 (org-compile-prefix-format): New function.
28533 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
28534 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
28535 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
28536 (org-get-entries-from-diary): Use `org-get-time-of-day' for
28537 consistency with entries from `org-mode' files.
28538 (org-get-time-of-day): Fix bug with partial matches early in a line.
28539 (org-non-link-chars): New constant.
28540 (org-link-regexp): Respect `org-non-link-chars'.
28541 (org-agenda-day-view): Remove command.
28542 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
28543 (org-follow-bbdb-link, org-store-link): Search also company field.
28544 (org-highlight-overlay): New variable.
28545 (org-highlight, org-unhighlight): New functions.
28546 (org-agenda-mode): Add pre-command-hook to remove highlight.
28547 (org-evaluate-time-range): Behavior depends upon whether time stamp
28548 contains a time or not.
28549 (org-show-subtree, org-show-entry): New functions.
28550 (org-agenda-cleanup-fancy-diary): Remove empty lines.
28551
285522005-04-28 Luc Teirlinck <teirllm@auburn.edu>
28553
28554 * comint.el (comint-output-filter-functions): Add autoload cookie.
28555
285562005-04-28 Kim F. Storm <storm@cua.dk>
28557
28558 * ido.el (ido-everywhere): Fix last change.
28559
285602005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28561
28562 * international/latexenc.el: New file.
28563 * international/mule-conf.el (file-coding-system-alist): For .tex,
28564 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
28565
285662005-04-28 Lute Kamstra <lute@gnu.org>
28567
28568 * font-lock.el (font-lock-add-keywords)
28569 (font-lock-remove-keywords): Clarify docstring.
28570 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
28571 Don't start docstrings with a `*'.
28572 (font-lock-update-removed-keyword-alist): Give it a docstring.
28573
28574 * generic-x.el: Update commentary section.
28575 Only require font-lock when compiling.
28576 Define all modes conditionally.
28577 Place all generic modes in the generic-x-modes customization group.
28578 (generic-x-modes): New customization group.
28579 (generic-default-modes, generic-mswindows-modes)
28580 (generic-unix-modes, generic-other-modes): New constants.
28581 (generic-define-mswindows-modes, generic-define-unix-modes):
28582 Update docstrings. Make them obsolete.
28583 (generic-extras-enable-list): New default value. Update docstring.
28584 Improve :type. Change :set function.
28585 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
28586 Fix docstring.
28587
28588 * emacs-lisp/generic.el (generic-mode-internal):
28589 Simplify font-lock-defaults.
28590 (define-generic-mode): Fix docstring.
28591
285922005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
28593
28594 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
28595 font-lock-face property to highlight matches.
28596
285972005-04-28 Nick Roberts <nickrob@snap.net.nz>
28598
28599 * progmodes/cc-mode.el (cc-create-define-alist): New function.
28600 (cc-define-alist): New variable.
28601 (c-mode): Make it local and initialize it.
28602
28603 * progmodes/gdb-ui.el (gdb-active-process): New variable.
28604 (gdb-exited): New function.
28605 (gdb-annotation-rules): Use it.
28606 (gdb-starting): Set gdb-active-process to t.
28607 (gdb-stopping): Amend doc string.
28608 (gdb-reset): Set gdb-active-process to nil.
28609
28610 * tooltip.el (tooltip-gud-tips): Show the associated #define
28611 directives when a C program under GDB is not executing.
28612
286132005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
28614
28615 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
28616 font-lock-fontify-syntactic-keywords.
28617
28618 * font-lock.el (font-lock-default-fontify-region): Don't force
28619 parse-sexp-lookup-properties to nil.
28620
286212005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
28622
28623 * man.el (man-mode-syntax-table): Set up `:' to have
28624 word-constituent syntax.
28625
286262005-04-27 Lute Kamstra <lute@gnu.org>
28627
28628 * novice.el (disable-command): Don't add spurious newlines to the
28629 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
28630
286312005-04-26 Jay Belanger <belanger@truman.edu>
28632
28633 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
28634 than one window before deleting window.
28635
286362005-04-26 Luc Teirlinck <teirllm@auburn.edu>
28637
28638 * shell.el (shell-prompt-pattern): Doc fix.
28639 (shell-mode): Set paragraph-separate buffer locally to "\\'".
28640
28641 * comint.el (comint-prompt-regexp, comint-get-old-input)
28642 (comint-use-prompt-regexp)
28643 (comint-use-prompt-regexp-instead-of-fields)
28644 (comint-replace-by-expanded-history, comint-send-input)
28645 (comint-output-filter, comint-get-old-input-default)
28646 (comint-line-beginning-position, comint-bol, comint-show-output)
28647 (comint-backward-matching-input, comint-forward-matching-input)
28648 (comint-next-prompt, comint-previous-prompt):
28649 Rename `comint-use-prompt-regexp-instead-of-fields' to
28650 `comint-use-prompt-regexp'. Keep old name as alias and declare
28651 obsolete.
28652 (comint-use-prompt-regexp): Shorten first line of doc string.
28653
28654 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
28655 Set paragraph-separate buffer locally to "\\'".
28656
28657 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
28658 Adapt to above name change.
28659
28660 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
28661 (smbclient-prompt-regexp): Ditto.
28662
28663 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
28664
286652005-04-27 Nick Roberts <nickrob@snap.net.nz>
28666
28667 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
28668 gdb-location-list.
28669 Break lines that are over 80 characters wide.
28670
286712005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
28672
28673 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
28674 New fun and var, to preserve compatibility.
28675
28676 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
28677
286782005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
28679
28680 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
28681 name to file-newer-than-file-p.
28682
286832005-04-26 Richard M. Stallman <rms@gnu.org>
28684
28685 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
28686
28687 * progmodes/python.el (python-mode):
28688 Use new name eldoc-documentation-function.
28689
28690 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
28691
28692 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
28693 (eldoc-documentation-function):
28694 Rename from eldoc-print-current-symbol-info-function. Calls changed.
28695
286962005-04-26 Nick Roberts <nickrob@snap.net.nz>
28697
28698 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
28699
287002005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
28701
28702 * term/xterm.el (function-key-map): Fix strings for
28703 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
28704 {C,S,A,C-S}-{f1-f12}.
28705
287062005-04-26 Kenichi Handa <handa@m17n.org>
28707
28708 * international/mule-cmds.el (select-safe-coding-system):
28709 Fix previous change.
28710
287112005-04-26 Lute Kamstra <lute@gnu.org>
28712
28713 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
28714
28715 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
28716 (font-lock-comment-delimiter-face): Ditto.
28717
28718 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
28719
287202005-04-25 Jay Belanger <belanger@truman.edu>
28721
28722 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
28723 to t while inserting information; use help-mode.
28724
287252005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
28726
28727 * term.el (ansi-term-color-vector): Use the xterm colors.
28728 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
28729
287302005-04-25 Lute Kamstra <lute@gnu.org>
28731
28732 * font-core.el (font-lock-defaults): Fix docstring.
28733
28734 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
28735
287362005-04-25 Kenichi Handa <handa@m17n.org>
28737
28738 * international/mule-cmds.el (select-safe-coding-system):
28739 Don't check consistency with coding: spec, etc if raw-text or
28740 no-conversion was found to be safe.
28741
287422005-04-24 Richard M. Stallman <rms@gnu.org>
28743
28744 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
28745 citation markers at start of each line.
28746
28747 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
28748 citation markers at start of each line.
28749
28750 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
28751
28752 * files.el (mode-require-final-newline): Fix previous change.
28753 (require-final-newline): Fix type label.
28754
287552005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
28756
28757 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
28758 statement in buffer (broken by 2004-11-24 change).
28759
287602005-04-24 Kim F. Storm <storm@cua.dk>
28761
28762 * ido.el (ido-everywhere): Save and restore old read-buffer-function
28763 and read-file-name-function values. Don't overwrite existing
28764 non-nil values if ido-mode is enabled without ido-everywhere.
28765
287662005-04-24 Luc Teirlinck <teirllm@auburn.edu>
28767
28768 * files.el (mode-require-final-newline): Minor doc fix.
28769
287702005-04-24 Eli Zaretskii <eliz@gnu.org>
28771
28772 * subr.el (syntax-after): Doc fix.
28773 (syntax-class): If argument is nil, return nil. Mask off upper 16
28774 bits, not 8 bits.
28775
28776 * files.el (mode-require-final-newline): Doc fix.
28777 (backup-buffer-copy): Fix last change.
28778
287792005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28780
28781 * term/mac-win.el: Require select. Set selection-coding-system to
28782 mac-system-coding-system. Call menu-bar-enable-clipboard.
28783 (x-last-selected-text-clipboard, x-last-selected-text-primary)
28784 (x-select-enable-clipboard): New variables.
28785 (x-select-text, x-get-selection, x-selection-value)
28786 (x-get-selection-value, mac-select-convert-to-string)
28787 (mac-services-open-file, mac-services-open-selection)
28788 (mac-services-insert-text): New functions.
28789 (CLIPBOARD, FIND): Put mac-scrap-name property.
28790 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
28791 (public.tiff): Put mac-ostype property.
28792 (selection-converter-alist): Add entries for them.
28793 (mac-application-menu-map): New keymap.
28794 (interprogram-cut-function, interprogram-paste-function): Set to
28795 x-select-text and x-get-selection-value, respectively.
28796 (split-window-keep-point): Set to t.
28797
287982005-04-23 Richard M. Stallman <rms@gnu.org>
28799
28800 * files.el (read-directory-name): Always pass non-nil
28801 DEFAULT-FILENAME arg to read-file-name.
28802 (backup-buffer-copy, basic-save-buffer-2): Take care against
28803 writing thru an unexpected existing symlink.
28804 (revert-buffer): In indirect buffer, revert the base buffer.
28805 (magic-mode-alist): Doc fix.
28806 (buffer-stale-function): Doc fix.
28807 (minibuffer-with-setup-hook): Avoid warning.
28808 (mode-require-final-newline): Doc and custom fix.
28809
28810 * follow.el (follow-end-of-buffer): Use with-no-warnings.
28811
28812 * font-lock.el (font-lock-comment-face): On terminals with few colors,
28813 use the default appearance.
28814 (font-lock-comment-delimiter-face): New face, new variable.
28815
28816 * imenu.el (imenu--generic-function): The official position of a
28817 definition is the start of the line that BEG is in.
28818
28819 * midnight.el (midnight-timer): Move defvar up.
28820
28821 * mouse.el (mouse-drag-region-1): Delete some debugging code.
28822
28823 * saveplace.el (save-place-to-alist): Use with-no-warnings.
28824
28825 * startup.el (command-line): Use with-no-warnings.
28826
28827 * window.el (window-size-fixed): New defvar.
28828
28829 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
28830
28831 * mail/rmail.el (rmail-font-lock-keywords):
28832 Use font-lock-comment-delimiter-face.
28833
28834 * mail/sendmail.el (mail-font-lock-keywords):
28835 Use font-lock-comment-delimiter-face.
28836
28837 * progmodes/compile.el (next-error-highlight-timer): New defvar.
28838
288392005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
28840
28841 * progmodes/compile.el (compilation-mode-font-lock-keywords):
28842 Specify t for LAXMATCH when matching directories.
28843 Save match data around compilation-compat-error-properties form.
28844
288452005-04-23 David Kastrup <dak@gnu.org>
28846
28847 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
28848 Mention that the autoloaded aliases should be kept for AUCTeX.
28849
288502005-04-23 Andreas Schwab <schwab@suse.de>
28851
28852 * isearch.el (isearch-forward): Doc fix.
28853
288542005-04-23 Eli Zaretskii <eliz@gnu.org>
28855
28856 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
28857 (jit-lock-stealth-nice): Change default value to 0.5.
28858
288592005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
28860
28861 * abbrev.el (write-abbrev-file): Write table entries in
28862 alphabetical order by table name.
28863
288642005-04-22 Kim F. Storm <storm@cua.dk>
28865
28866 * ido.el (ido-read-internal): Fix `list' completion.
28867
288682005-04-22 Kenichi Handa <handa@m17n.org>
28869
28870 * recentf.el (recentf-save-file-coding-system): New variable.
28871 (recentf-save-list): Encode the file by
28872 recentf-save-file-coding-system and add coding: tag.
28873
288742005-04-22 Nick Roberts <nickrob@snap.net.nz>
28875
28876 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
28877
288782005-04-21 Lute Kamstra <lute@gnu.org>
28879
28880 * loadhist.el (unload-feature): Don't remove a function from hooks
28881 if it is about to be restored to an autoload . Remove functions
28882 that will become unbound from auto-mode-alist. Simplify the code.
28883
28884 * subr.el (assq-delete-all): New implementation that is linear,
28885 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
28886 (rassq-delete-all): New function.
28887
28888 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28889 Add size-indication-mode.
28890
288912005-04-21 Kenichi Handa <handa@m17n.org>
28892
28893 * international/mule-cmds.el: Add autoload for widget-value in
28894 eval-when-compile.
28895
288962005-04-21 Nick Roberts <nickrob@snap.net.nz>
28897
28898 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28899 Add tooltip-mode.
28900
28901 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
28902
289032005-04-20 Luc Teirlinck <teirllm@auburn.edu>
28904
28905 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
28906 (inferior-lisp-filter-regexp, inferior-lisp-program)
28907 (inferior-lisp-load-command, inferior-lisp-prompt)
28908 (inferior-lisp-mode-hook, lisp-source-modes)
28909 (inferior-lisp-load-hook): defvar->defcustom.
28910 (inferior-lisp-program, inferior-lisp-prompt)
28911 (inferior-lisp-load-hook): Doc fixes.
28912 (inferior-lisp-install-letter-bindings): Small change in
28913 introductory comment.
28914
289152005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
28916
28917 * vc.el (vc-annotate-color-map): Change some colors so that text
28918 using them as foreground is readable on both white and black
28919 backgrounds.
28920
289212005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
28922
28923 * international/mule-conf.el (translation-table-for-input):
28924 Remove redundant declaration.
28925
289262005-04-20 Nick Roberts <nickrob@snap.net.nz>
28927
28928 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
28929
28930 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
28931 (tooltip-toggle-gud-tips): New function.
28932
289332005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28934
28935 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
28936 right angle brackets.
28937
289382005-04-20 Nick Roberts <nickrob@snap.net.nz>
28939
28940 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
28941
289422005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
28943
28944 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
28945 Remove. Update callers to use expand-file-name instead.
28946
28947 * subr.el (syntax-class): New function.
28948
28949 * simple.el (blink-matching-open): Use it.
28950
28951 * paren.el (show-paren-function): Use it to recognize parens that are
28952 also used in 2-char comment markers.
28953
289542005-04-19 Lute Kamstra <lute@gnu.org>
28955
28956 * loadhist.el (unload-feature): Update for new format of
28957 load-history. Simplify the code.
28958
289592005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28960
28961 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
28962 (mac-add-charset-info): New function. Initialize variable
28963 mac-charset-info-alist using it.
28964 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
28965 for translation.
28966 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
28967 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
28968 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
28969 New CCL programs.
28970
289712005-04-19 Kim F. Storm <storm@cua.dk>
28972
28973 * simple.el (next-buffer, prev-buffer, next-error)
28974 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28975 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
28976
28977 * bindings.el (next-buffer, prev-buffer, next-error)
28978 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28979 (clone-indirect-buffer-other-window): Move bindings from simple.el.
28980 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
28981 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
28982
289832005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
28984
28985 * isearch.el (isearch-edit-string): Make the search-ring available for
28986 minibuffer history commands.
28987 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
28988 the default history commands now work just as well.
28989 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
28990
289912005-04-18 Kim F. Storm <storm@cua.dk>
28992
28993 * emulation/cua-base.el (cua--pre-command-handler): Add more
28994 elaborate check for shift modifier on non-window systems.
28995
289962005-04-18 Lars Hansen <larsh@math.ku.dk>
28997
28998 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
28999
290002005-04-18 Kim F. Storm <storm@cua.dk>
29001
29002 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29003 and make it optional. Don't test tooltip-gud-echo-area here.
29004 (tooltip-gud-process-output, gdb-tooltip-print):
29005 Pass tooltip-gud-echo-area to tooltip-show.
29006 (tooltip-help-tips): Remove second optional arg to tooltip-show.
29007
290082005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29009
29010 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29011 `display-graphic-p' may not be bound yet.
29012
290132005-04-17 Luc Teirlinck <teirllm@auburn.edu>
29014
29015 * startup.el (command-line): No longer enable Xterm Mouse mode by
29016 default in terminals compatible with xterm.
29017
29018 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29019
290202005-04-18 Nick Roberts <nickrob@snap.net.nz>
29021
29022 * tooltip.el (tooltip-gud-echo-area): Rename from
29023 tooltip-use-echo-area.
29024 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29025 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29026 area independently of where help tooltips are displayed.
29027
290282005-04-17 David Kastrup <dak@gnu.org>
29029
29030 * cus-theme.el (custom-theme-write-variables): Quote variables
29031 where necessary.
29032
290332005-04-17 Richard M. Stallman <rms@gnu.org>
29034
29035 * simple.el (yank-excluded-properties): Add follow-link to value.
29036
29037 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29038
29039 * startup.el (fancy-splash-max-time): Just 30 seconds.
29040 (fancy-splash-delay): Just 7.
29041 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29042
29043 * loadhist.el (unload-feature): Update for new format of load-history.
29044 Simplify the code.
29045
29046 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29047 (rmail-font-lock-keywords): Don't fontify the text of a citation.
29048
29049 * mail/sendmail.el (mail-font-lock-keywords):
29050 Don't fontify subject text.
29051 Don't fontify the text of a citation.
29052
290532005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
29054
29055 * comint.el (comint-output-filter): Run comint-output-filter-functions
29056 with point where the user had it.
29057
290582005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
29059
29060 * international/ucs-tables.el (ucs-set-table-for-input):
29061 Disable when using unify-on-decoding.
29062
290632005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
29064
29065 * emulation/cua-base.el (cua-global-mark-face): Add special case
29066 for displays supporting a high number of colors.
29067
290682005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29069
29070 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29071
290722005-04-16 Chong Yidong <cyd@stupidchicken.com>
29073
29074 * filesets.el (filesets-add-buffer): If user supplies a name of a
29075 non-existing fileset, create a new fileset.
29076
290772005-04-16 Carsten Dominik <dominik@science.uva.nl>
29078
29079 * textmodes/org.el (org-up-heading-all): Fix bug with
29080 `outline-up-heading-all'.
29081
290822005-04-16 Andreas Schwab <schwab@suse.de>
29083
29084 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29085 /etc/permissions.d/* and /etc/aliases.d/*.
29086
290872005-04-16 Kenichi Handa <handa@m17n.org>
29088
29089 * international/code-pages.el (cp-make-coding-system):
29090 Set `translation-table-for-input' property value to the symbol
29091 ucs-mule-to-mule-unicode, not to that value.
29092 (pt154): Escape guillemet by `\'.
29093
290942005-04-15 Luc Teirlinck <teirllm@auburn.edu>
29095
29096 * loadup.el: Load tooltip if x-show-tip is fboundp.
29097
29098 * startup.el (command-line): Add comment.
29099
29100 * tooltip.el (tooltip-mode): Specify correct standard value for
29101 Custom in init-value.
29102
291032005-04-15 Nick Roberts <nickrob@snap.net.nz>
29104
29105 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29106 possible.
29107
291082005-04-15 Carsten Dominik <dominik@science.uva.nl>
29109
29110 * textmodes/org.el (org-agenda-date-prompt): Rename from
29111 `org-agenda-date-today'.
29112 (org-evaluate-time-range): Insert at point instead of directly
29113 after time range.
29114 (org-first-headline-recenter, org-subtree-end-visible-p)
29115 (org-optimize-window-after-visibility-change): New functions
29116 (org-agenda-post-command-hook): Don't allow point at end of line,
29117 to make sure it always hits the text properties.
29118 (org-agenda-next-date-line, org-agenda-previous-date-line):
29119 New commands.
29120 (org-set-regexps-and-options): Category may contain white space.
29121 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29122 Improve marker positions.
29123 (org-agenda-new-marker): Argument POS made optional.
29124 (org-agenda-get-timestamps): Deadlines which are done are listed
29125 in org-done-face now.
29126 (org-agenda-get-todos, org-agenda-get-timestamps)
29127 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29128 Set `undone-face' and `done-face' properties.
29129 (org-last-todo-state-is-todo): New variable.
29130 (org-todo): Set `org-last-todo-state-is-todo'.
29131 (org-agenda-todo): Change face according to
29132 `org-last-todo-state-is-todo'. And change other lines referring to
29133 the same entry.
29134 (org-calendar-goto-agenda): New command.
29135 (org-calendar-to-agenda-key): New option.
29136 (org-startup-folded): New allowed value `content'.
29137 (org-set-regexps-and-options): Accept new value `content' for
29138 `org-startup-folded'.
29139 (org-get-current-options): Handle new value `content' for
29140 `org-startup-folded'.
29141 (org-insert-todo-heading): New command.
29142 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29143 interactively in empty file and option
29144 `org-insert-mode-line-in-empty-file' has been set.
29145 (org-agenda-todo, org-agenda-priority): Modify to use
29146 `org-agenda-change-all-lines'.
29147 (org-warning-face): Change color on dark background
29148
291492005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29150
29151 * international/mule-cmds.el (set-locale-environment): On Mac OS,
29152 use preferences AppleLocale and AppleLanguages, and variable
29153 mac-system-locale for default locale. On Mac OS Classic, use
29154 mac-system-coding-system for default coding systems.
29155
29156 * term/mac-win.el: Don't set file-name-coding-system.
29157 Decode variables system-name, emacs-build-system, user-login-name, and
29158 user-full-name by mac-system-coding-system on Mac OS Classic.
29159 (mac-system-coding-system): New variable.
29160
291612005-04-13 Luc Teirlinck <teirllm@auburn.edu>
29162
29163 * startup.el (command-line): Handle `xterm-mouse-mode' before
29164 reading init file.
29165
29166 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29167
291682005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
29169
29170 * progmodes/sh-script.el (sh-here-document-word): Make it a
29171 defcustom. Doc fix.
29172 (sh-add): Bash uses $(( )) for arithmetic.
29173 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29174 (sh-maybe-here-document): Remove quotes and leading whitespace
29175 from heredoc word when closing. Indent heredoc with tabs if word
29176 starts with "-".
29177
291782005-04-13 Richard M. Stallman <rms@gnu.org>
29179
29180 * simple.el (undo): Fix previous change.
29181
29182 * custom.el (defface): Doc fix.
29183
291842005-04-13 Lute Kamstra <lute@gnu.org>
29185
29186 * Makefile.in (DONTCOMPILE): Remove list.
29187 (compile, compile-always): Don't use DONTCOMPILE.
29188 (update-authors): Load the library in which batch-update-authors
29189 is defined.
29190 * makefile.w32-in (DONTCOMPILE): Remove list.
29191 (compile, compile-always): Fix comments.
29192 (update-authors): Load the library in which batch-update-authors
29193 is defined.
29194
29195 * generic-x.el (generic-mode-ini-file-find-file-hook):
29196 Rename to ini-generic-mode-find-file-hook.
29197 Keep generic-mode-ini-file-find-file-hook as an alias.
29198 (ini-generic-mode-find-file-hook): Rename from
29199 generic-mode-ini-file-find-file-hook. Fix docstring.
29200 (ini-generic-mode): Docstring change.
29201 (bat-generic-mode-run-as-comint): Silence the byte compiler.
29202
29203 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29204 called from lisp.
29205
29206 * generic.el: Move to the emacs-lisp subdir.
29207
292082005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
29209
29210 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29211 and C-S- function and cursor motion keys.
29212
292132005-04-12 Luc Teirlinck <teirllm@auburn.edu>
29214
29215 * startup.el (command-line): Enable Xterm Mouse mode by default.
29216 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29217 for Custom. No longer show "Mouse" in mode line when enabled.
29218 Doc fix.
29219
292202005-04-12 Kim F. Storm <storm@cua.dk>
29221
29222 * emulation/cua-base.el (cua-rectangle-face)
29223 (cua-rectangle-noselect-face): Define face attributes here.
29224
29225 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29226
292272005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29228
29229 * startup.el (command-line): Turn off blinking cursor if
29230 cursorBlink in resources is off or false.
29231
292322005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29233
29234 * term/mac-win.el (dnd): Require dnd.
29235 (mac-drag-n-drop): Call dnd-handle-one-url.
29236 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29237 (kTextEncodingISOLatin2): Remove constants.
29238 (mac-script-code-coding-systems): New constant.
29239 (mac-handle-language-change): New function.
29240 (special-event-map): Bind it to `language-change' event.
29241 (mac-centraleurroman, mac-cyrillic): New coding systems.
29242 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29243 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29244 and mac-cyrillic-encoder to encode-mac-centraleurroman and
29245 encode-mac-cyrillic, respectively.
29246
292472005-04-12 Nick Roberts <nickrob@snap.net.nz>
29248
29249 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29250 Don't set overlay-arrow-string to "=>" as this is done
29251 globally in C now.
29252
292532005-04-12 Lute Kamstra <lute@gnu.org>
29254
29255 * generic-x.el (rc-generic-mode, rul-generic-mode):
29256 Fix auto-mode-alist entries.
29257 (etc-fstab-generic-mode): Tweak fontification.
29258
29259 * generic.el (generic-make-keywords-list): Fix docstring.
29260 (generic-mode-internal): Simplify generic-font-lock-keywords.
29261
292622005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29263
29264 * whitespace.el (whitespace-buffer-leading)
29265 (whitespace-buffer-trailing): Revert the incorrect test inversion.
29266 However, fix the highlight area for the leading and
29267 trailing whitespaces to show space.
29268
292692005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29270
29271 * whitespace.el (whitespace-version): Bump to 3.5
29272
29273 (whitespace-buffer-leading, whitespace-buffer-trailing):
29274 Invert sense of the test to highlight the whitespace.
29275
292762005-04-12 Nick Roberts <nickrob@snap.net.nz>
29277
29278 * progmodes/gud.el (gud-display-line): GUD uses its own
29279 overlay arrow now so don't set overlay-arrow-string.
29280 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29281
292822005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
29283
29284 * term.el (term-ansi-current-bold, term-ansi-current-underline)
29285 (term-ansi-current-reverse, term-ansi-current-invisible)
29286 (term-ansi-face-already-done): Change to boolean.
29287 (term-reset-terminal, term-handle-colors-array): Handle the above
29288 vars accordingly.
29289 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29290 (term-emulate-terminal): Use the new name.
29291
29292 * faces.el (secondary-selection): Use yellow1, not yellow.
29293 (trailing-whitespace): Use red1, not red.
29294
292952005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29296
29297 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29298 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29299 (dired-dnd-handle-file): Call dnd-get-local-file-uri
29300
29301 * cus-edit.el (dnd): New group.
29302
29303 * term/w32-win.el (dnd): Require dnd
29304 (w32-drag-n-drop): Call dnd-handle-one-url.
29305
29306 * x-dnd.el: Require dnd.
29307 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29308 Call dnd-handle-one-url.
29309 (x-dnd-types-alist, x-dnd-insert-utf8-text)
29310 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29311 to dnd-insert-text.
29312 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29313 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29314 (x-dnd-get-local-file-name, x-dnd-open-local-file)
29315 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29316
29317 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29318
293192005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29320
29321 * wdired.el: Doc fixes.
29322 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29323 (wdired-use-dired-vertical-movement): Rename from
29324 wdired-always-move-to-filename-beginning.
29325 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29326 (wdired-change-to-wdired-mode): Change mode name.
29327 (wdired-newline): Delete.
29328
293292005-04-11 Richard M. Stallman <rms@gnu.org>
29330
29331 * whitespace.el (whitespace-highlight-the-space):
29332 Don't call whitespace-unhighlight-the-space here.
29333
29334 * simple.el (undo): Record t in undo-equiv-table
29335 for the redo record made by an undo-in-region.
29336
293372005-04-12 Nick Roberts <nickrob@snap.net.nz>
29338
29339 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29340 (gdb-frame-inferior-io-buffer): New Functions to control
29341 display of separate IO buffer.
29342 (menu): Add them to menu-bar.
29343 (gdb-display-buffer): Check for buffer another frame.
29344 Protect GUD buffer.
29345 (gdb-setup-windows): Create IO buffer if not already there.
29346 (gdb-memory-mode): Remove purecopy noops.
29347
293482005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
29349
29350 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29351 and pass to self-insert-command.
29352
293532005-04-11 Lute Kamstra <lute@gnu.org>
29354
29355 * generic.el: Commentary section cleanup.
29356 (generic): Delete.
29357 (generic-use-find-file-hook, generic-lines-to-scan)
29358 (generic-find-file-regexp, generic-ignore-files-regexp)
29359 (default-generic-mode, generic-mode-find-file-hook)
29360 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29361 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
29362 (generic-use-find-file-hook, generic-lines-to-scan)
29363 (generic-find-file-regexp, generic-ignore-files-regexp)
29364 (default-generic-mode, generic-mode-find-file-hook)
29365 (generic-mode-ini-file-find-file-hook): Move from generic.el.
29366
293672005-04-10 Karl Fogel <kfogel@red-bean.com>
29368
29369 * bookmark.el (bookmark-write-file): Catch errors writing file.
29370 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29371
293722005-04-10 Richard M. Stallman <rms@gnu.org>
29373
29374 * startup.el (fancy-splash-tail): Update copyright year.
29375 (command-line): Split part of -Q into -D.
29376 (emacs-basic-display): New defvar.
29377 (fancy-splash-text): Correct name of menu item.
29378
29379 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29380
29381 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29382 lines in one node.
29383
29384 * comint.el (comint-send-input): New arg ARTIFICIAL.
29385 Callers in this file changed.
29386
29387 * abbrev.el (define-abbrevs): Read system abbrevs properly.
29388
29389 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29390
293912005-04-10 Chong Yidong <cyd@stupidchicken.com>
29392
29393 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
29394 `ldap-search-internal'.
29395
293962005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29397
29398 * files.el (set-auto-mode-1): Use line-end-position.
29399
29400 * international/latin-1.el:
29401 * international/latin-2.el:
29402 * international/latin-3.el:
29403 * international/latin-4.el:
29404 * international/latin-5.el:
29405 * international/latin-8.el:
29406 * international/latin-9.el: Give punctuation syntax to NBSP.
29407
29408 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29409 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29410 Use char-classes to accept non-ascii letters, accepted in some recent
29411 bibtex implementations.
29412
294132005-04-10 Luc Teirlinck <teirllm@auburn.edu>
29414
29415 * custom.el (custom-set-minor-mode): Any non-nil value for the
29416 variable should enable the mode when set through Custom.
29417
294182005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29419
29420 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29421 TAB binding so tab-always-indent is obeyed.
29422 (vhdl-minibuffer-local-map): Move initialization into declaration.
29423 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29424 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29425 (vhdl-hooked-abbrev): Avoid test for XEmacs.
29426 (vhdl-current-line): Use line-beginning-position.
29427 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29428 with-output-to-temp-buffer, so the current position can be recorded.
29429
294302005-04-10 Masatake YAMATO <jet@gyve.org>
29431
29432 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29433 Add regexp for gcov.
29434
294352005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
29436
29437 * calendar/time-date.el (time-to-seconds, seconds-to-time)
29438 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29439 syntax which Emacs 20 doesn't support.
29440
294412005-04-09 Richard M. Stallman <rms@gnu.org>
29442
29443 * help.el (describe-key-briefly, describe-key):
29444 Replace strings as event types with "(any string)".
29445
294462005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
29447
29448 * arc-mode.el (archive-mode-map): Move initialization into
29449 the declaration. Override *all* bindings of `undo'.
29450 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29451
294522005-04-09 Jay Belanger <belanger@truman.edu>
29453
29454 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29455
294562005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
29457
29458 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29459 (xterm-register-default-colors): Update color values computation
29460 to match xterm-200.
29461
294622005-04-09 Kenichi Handa <handa@m17n.org>
29463
29464 * international/code-pages.el (iso-latin-7): Fix the map.
29465
294662005-04-08 Luc Teirlinck <teirllm@auburn.edu>
29467
29468 * emacs-lisp/lisp.el (defun-prompt-regexp)
29469 (parens-require-spaces, buffer-end, end-of-defun)
29470 (insert-parentheses): Doc fixes.
29471
294722005-04-08 Kim F. Storm <storm@cua.dk>
29473
29474 * comint.el (comint-highlight-prompt): Fix face spec.
29475 * hi-lock.el (hi-green): Likewise.
29476
294772005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29478
29479 * cus-edit.el (custom-modified-face):
29480 * comint.el (comint-highlight-input): Fix previous changes.
29481 * term.el (term-handle-ansi-escape): Add a comment.
29482
294832005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
29484
29485 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29486 in the buffer and in whitespace-highlighted-space.
29487 (whitespace-unhighlight-the-space): Simplify.
29488 (whitespace-buffer): Simplify.
29489
294902005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29491
29492 * textmodes/table.el (table-cell-face): Add special case for
29493 displays supporting a high number of colors.
29494 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29495 (vhdl-font-lock-reserved-words-face)
29496 (vhdl-speedbar-architecture-face)
29497 (vhdl-speedbar-instantiation-face)
29498 (vhdl-speedbar-architecture-selected-face)
29499 (vhdl-speedbar-instantiation-selected-face): Likewise.
29500 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29501 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29502 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29503 (ebrowse-root-class-face, ebrowse-member-attribute-face)
29504 (ebrowse-progress-face): Likewise.
29505 * progmodes/compile.el (compilation-info-face): Likewise.
29506 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29507 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29508 * calendar/calendar.el (diary-face): Likewise.
29509 * woman.el (woman-italic-face, woman-bold-face)
29510 (woman-unknown-face): Likewise.
29511 * wid-edit.el (widget-button-pressed-face): Likewise.
29512 * whitespace.el (whitespace-highlight-face): Likewise.
29513 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29514 * pcvs-info.el (cvs-marked-face): Likewise.
29515 * info.el (info-xref): Likewise.
29516 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
29517 * hilit-chg.el (highlight-changes-face)
29518 (highlight-changes-delete-face): Likewise.
29519 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
29520 (hi-red-b): Likewise.
29521 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
29522 * font-lock.el (font-lock-keyword-face)
29523 (font-lock-function-name-face, font-lock-warning-face): Likewise.
29524 * cus-edit.el (custom-invalid-face, custom-modified-face)
29525 (custom-set-face, custom-changed-face, custom-variable-tag-face)
29526 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
29527 * comint.el (comint-highlight-prompt): Likewise.
29528
295292005-04-08 Lute Kamstra <lute@gnu.org>
29530
29531 * font-lock.el (font-lock-keywords): Docstring fixes.
29532
295332005-04-08 Kenichi Handa <handa@m17n.org>
29534
29535 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
29536 chars are more than a limit, print " and more..." at the tail.
29537
295382005-04-08 Kim F. Storm <storm@cua.dk>
29539
29540 * emacs-lisp/authors.el (authors-aliases): Update list.
29541 (authors-ignored-files): New list.
29542 (authors-fixed-entries): Fix typo.
29543 (authors-renamed-files-alist): Update list.
29544 (authors-add): Check authors-ignored-files.
29545
295462005-04-08 Carsten Dominik <dominik@science.uva.nl>
29547
29548 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
29549 optional, to ensure backward compatibility.
29550
295512005-04-08 Stephen Eglen <stephen@gnu.org>
29552
29553 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
29554
295552005-04-08 Kim F. Storm <storm@cua.dk>
29556
29557 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
29558
29559 * mouse.el (mouse-on-link-p): Doc fix.
29560
295612005-04-07 Luc Teirlinck <teirllm@auburn.edu>
29562
29563 * ielm.el (ielm-prompt-read-only): Doc fix.
29564
29565 * comint.el (comint-prompt-read-only): Doc fix.
29566
295672005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
29568
29569 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
29570 ensure dired always handles wildcards passed to ffap.
29571 (find-file-at-point): Use it.
29572 (ffap-dired-wildcards): Doc fix.
29573
295742005-04-07 Juri Linkov <juri@jurta.org>
29575
29576 * simple.el (next-error-overlay-arrow-position): New defvar.
29577 Put "=>" on its property `overlay-arrow-string'. Add it to
29578 `overlay-arrow-variable-list'.
29579
29580 * progmodes/compile.el (compilation-setup):
29581 Set `next-error-overlay-arrow-position' to nil. Also set it to
29582 nil in the local hook `kill-buffer-hook'. Make local variable
29583 `overlay-arrow-string' and set it to "=>".
29584 (compilation-goto-locus): Set BOL position to
29585 `next-error-overlay-arrow-position' instead of
29586 `overlay-arrow-position'.
29587
29588 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
29589 locally instead of adding it to the global hook.
29590 (Info-kill-buffer): Move up.
29591
295922005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
29593
29594 * term/xterm.el (xterm-standard-colors): Update color values from
29595 xterm-200.
29596
295972005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
29598
29599 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
29600
29601 * fast-lock.el:
29602 * lazy-lock.el: Move them to the obsolete subdir.
29603
296042005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29605
29606 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
29607 (wdired-add-replace-advice): Remove.
29608 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
29609
296102005-04-06 Kim F. Storm <storm@cua.dk>
29611
29612 * startup.el (command-line): Add --bare-bones alias for -Q.
29613
296142005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29615
29616 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
29617 create the startup fontset if a font specification ends with
29618 `mac-roman'.
29619
296202005-04-06 Lute Kamstra <lute@gnu.org>
29621
29622 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
29623 change.
29624
29625 * emacs-lisp/copyright.el (copyright-update-year): Replace the
29626 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
29627
296282005-04-05 Lute Kamstra <lute@gnu.org>
29629
29630 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
29631 (define-generic-mode): Ditto. Fix debug declaration.
29632
29633 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
29634 Put them in the generic-x group.
29635
29636 * calendar/timeclock.el (timeclock): Doc fix.
29637
29638 * generic.el (define-generic-mode): Don't use custom-current-group.
29639 Document default :group value.
29640 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
29641 (define-global-minor-mode): Don't use custom-current-group.
29642
296432005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
29644
29645 * startup.el (command-line-1): Display startup-echo-area-message
29646 when fancy splash screen is in use.
29647
29648 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
29649 (sh-escaped-newline): New face.
29650 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
29651 newline, and use sh-escaped-newline face.
29652
29653 * progmodes/tcl.el (tcl-escaped-newline): New face.
29654 (tcl-builtin-list): New variable.
29655 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
29656 newlines. Fix keywords subexpression number.
29657
296582005-04-05 Carsten Dominik <dominik@science.uva.nl>
29659
29660 * textmodes/org.el (org-diary-default-entry): Fix call to
29661 `add-to-diary-entry'.
29662
296632005-04-05 Kim F. Storm <storm@cua.dk>
29664
29665 * ediff-init.el: Use (featurep 'xemacs).
29666
296672005-04-05 David Ponce <david@dponce.com>
29668
29669 * cus-edit.el (face): Derive from symbol widget. Display sample
29670 of the current face on the fly.
29671 (widget-face-sample-face-get, widget-face-notify): New functions.
29672 (widget-face-value-create): Remove.
29673
29674 * wid-edit.el (widget-field-end): Temporarily remove field
29675 narrowing before to call `get-char-property'.
29676
296772005-04-04 Jay Belanger <belanger@truman.edu>
29678
29679 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
29680 (math-read-subscripts): New variable.
29681 (math-read-preprocess-string): Process subscripts.
29682
296832005-04-04 Luc Teirlinck <teirllm@auburn.edu>
29684
29685 * comint.el (comint-prompt-read-only): Doc fix.
29686
29687 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
29688 `-1'. Doc fix.
29689
296902005-04-04 Carsten Dominik <dominik@science.uva.nl>
29691
29692 * textmodes/org.el (org-insert-mode-line-in-empty-file):
29693 Change default value to nil.
29694
296952005-04-04 Lute Kamstra <lute@gnu.org>
29696
29697 * autorevert.el (auto-revert-mode): Specify :group.
29698 * battery.el (display-battery-mode): Specify :group.
29699 * diff-mode.el (diff-minor-mode): Specify :group.
29700 * font-core.el (font-lock-mode): Specify :group.
29701 * hl-line.el (hl-line-mode): Specify :group.
29702 * iimage.el (iimage): New customization group.
29703 (iimage-mode): Specify :group.
29704 * longlines.el (longlines-mode): Specify :group.
29705 * master.el: Don't require easy-mmode.
29706 (master): New customization group.
29707 (master-mode): Specify :group.
29708 * msb.el (msb-mode): Specify :group.
29709 * reveal.el (reveal-mode): Specify :group.
29710 * simple.el (next-error-follow-minor-mode): Specify :group.
29711 * smerge-mode.el (smerge-mode): Specify :group.
29712 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
29713 * emulation/cua-base.el (cua-mode): Specify :group.
29714 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
29715 * language/thai-util.el (thai-auto-composition-mode)
29716 (thai-word-mode): Specify :group.
29717 * mail/supercite.el (sc-minor-mode): Specify :group.
29718 * progmodes/cwarn.el (cwarn-mode): Specify :group.
29719 * progmodes/flymake.el (flymake-mode): Specify :group.
29720 * progmodes/glasses.el (glasses-mode): Specify :group.
29721 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
29722 * textmodes/enriched.el (enriched-mode): Specify :group.
29723 * textmodes/refill.el (refill-mode): Specify :group.
29724
29725 * add-log.el (change-log-font-lock-keywords): Names in
29726 parenthesized lists can contain spaces.
29727
297282005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
29729
29730 * startup.el (fancy-splash-text): Shorten default text of
29731 "Emacs Tutorial" line. Also, if the current language env
29732 indicates an available tutorial file other than TUTORIAL,
29733 extract its title and append it to the line in parentheses.
29734 (fancy-splash-insert): If arg is a thunk, funcall it.
29735
297362005-04-04 Jay Belanger <belanger@truman.edu>
29737
29738 * calc.el (calc-language-alist): Add tags to customization type.
29739
297402005-04-03 Luc Teirlinck <teirllm@auburn.edu>
29741
29742 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
29743 Doc fix.
29744
297452005-04-03 Marcelo Toledo <marcelo@gnu.org>
29746
29747 * add-log.el (change-log-font-lock-keywords): The manual
29748 describing a Change Log entry, says: (...) "Aside from these
29749 header lines, every line in the change log starts with a space or
29750 a tab.". The font-lock was not highlighting lines started with
29751 spaces, added support for it.
29752
297532005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29754
29755 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
29756 (bibtex-generate-url-list): Update docstring accordingly. Put the
29757 complex example in the docstring.
29758 (bibtex-font-lock-url): Use pop.
29759
297602005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
29761
29762 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
29763
29764 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
29765
297662005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
29767
29768 * filesets.el (filesets-set-default): Doc fix.
29769
297702005-04-03 Lute Kamstra <lute@gnu.org>
29771
29772 * generic.el (define-generic-mode): Add argument to specify
29773 keywords for defcustom.
29774 (default-generic-mode): Specify :group.
29775
29776 * generic-x.el: Specify :group for all generic modes.
29777
29778 * desktop.el (desktop-no-desktop-file-hook)
29779 (desktop-after-read-hook): Doc fix.
29780
297812005-04-02 Luc Teirlinck <teirllm@auburn.edu>
29782
29783 * simple.el (visible-mode): Use explicit :group keyword.
29784 This changes the group of `visible-mode-hook' from paren-blinking
29785 to editing-basics.
29786
297872005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
29788
29789 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
29790 mailbox specifications as well as URLs.
29791 (rmail-insert-inbox-text): Remove unused conditional branches.
29792
297932005-04-01 Jay Belanger <belanger@truman.edu>
29794
29795 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
29796 (calc-gnuplot-print-command): Move definitions to calc.el.
29797
29798 * calc/calc-embed.el (calc-embedded-announce-formula)
29799 (calc-embedded-open-formula, calc-embedded-close-formula)
29800 (calc-embedded-open-word, calc-embedded-close-word)
29801 (calc-embedded-open-plain, calc-embedded-close-plain)
29802 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
29803 (calc-embedded-open-mode, calc-embedded-close-mode):
29804 Move definitions to calc.el.
29805
29806 * calc/calc.el (calc-settings-file, calc-language-alist):
29807 Make customizable.
29808 (calc-embedded-announce-formula, calc-embedded-open-formula)
29809 (calc-embedded-close-formula, calc-embedded-open-word)
29810 (calc-embedded-close-word, calc-embedded-open-plain)
29811 (calc-embedded-close-plain, calc-embedded-open-new-formula)
29812 (calc-embedded-close-new-formula, calc-embedded-open-mode)
29813 (calc-embedded-close-mode, calc-gnuplot-name)
29814 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
29815 from other files and make customizable.
29816
298172005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
29818
29819 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
29820 Use buffer-live-p.
29821 (cvs-mode-run): Don't call cvs-update-header here.
29822 (cvs-run-process): Call cvs-update-header.
29823 Use process properties for cvs-postprocess and cvs-buffer so that
29824 the sentinel can behave better if the temp buffer is killed.
29825 Use a pipe rather than a tty, to better handle unexpected prompts.
29826 (cvs-sentinel): Rewrite. Call cvs-update-header.
29827
298282005-04-01 Andre Spiegel <spiegel@gnu.org>
29829
29830 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
29831 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
29832
298332005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
29834
29835 * generic.el (define-generic-mode): Add indentation rule.
29836
298372005-03-31 Luc Teirlinck <teirllm@auburn.edu>
29838
29839 * files.el (mode-require-final-newline): Make Custom correctly
29840 report a nil value and allow to set it to nil via Custom.
29841 Doc fix.
29842
298432005-04-01 Kenichi Handa <handa@m17n.org>
29844
29845 * international/characters.el: Enable the correct case setting for
29846 dotless-i and dotted-I.
29847
298482005-04-01 Kim F. Storm <storm@cua.dk>
29849
29850 * ido.el (ido-file-internal): Fall back to non-ido command if
29851 initial directory is on slow ftp (or tramp) host.
29852
298532005-03-31 Richard M. Stallman <rms@gnu.org>
29854
29855 * emacs-lisp/autoload.el (make-autoload):
29856 Handle define-global-minor-mode.
29857
29858 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29859 Rename from easy-mmode-define-global-mode.
29860 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
29861
29862 * progmodes/scheme.el (scheme-mode-syntax-table):
29863 Update syntax of | and # for two-character comment syntax.
29864
298652005-03-31 Lute Kamstra <lute@gnu.org>
29866
29867 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
29868 (define-minor-mode): Call custom-current-group at load-time.
29869
29870 * generic.el (define-generic-mode): Add debug declaration.
29871 Add defcustom for the mode hook.
29872 (generic-mode-internal): Use run-mode-hooks.
29873
298742005-03-31 Kim F. Storm <storm@cua.dk>
29875
29876 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
29877 (mouse-fixup-help-message): New defun called by show_help_echo
29878 to fixup mouse-2 prefix in help messages when applicable.
29879
29880 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
29881
298822005-03-31 Kenichi Handa <handa@m17n.org>
29883
29884 * language/thai-word.el (thai-find-word-ends): Pay attention to
29885 the case that we reach the end of buffer.
29886
29887 * textmodes/fill.el (fill-text-properties-at): New function.
29888 (fill-newline): Use fill-text-properties-at instead of
29889 text-properties-at.
29890
298912005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
29892
29893 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
29894 not comint-quote-filename.
29895
298962005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
29897
29898 * help-fns.el (help-with-tutorial): Revert last change.
29899
299002005-03-31 Kim F. Storm <storm@cua.dk>
29901
29902 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
29903
299042005-03-30 Paul Eggert <eggert@cs.ucla.edu>
29905
29906 * calendar/cal-china.el: Update reference to "Calendrical
29907 Calculations" book; there's a new edition.
29908 * calendar/cal-coptic.el: Likewise.
29909 * calendar/cal-french.el: Likewise.
29910 * calendar/cal-hebrew.el: Likewise.
29911 * calendar/cal-islam.el: Likewise.
29912 * calendar/cal-iso.el: Likewise.
29913 * calendar/cal-julian.el: Likewise.
29914 * calendar/cal-mayan.el: Likewise.
29915 * calendar/cal-persia.el: Likewise.
29916 * calendar/calendar.el: Likewise.
29917 * calendar/holidays.el: Likewise.
29918 * calendar/lunar.el: Likewise.
29919 * calendar/solar.el: Likewise.
29920
29921 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
29922 white space from doc string.
29923
299242005-03-30 Jay Belanger <belanger@truman.edu>
29925
29926 * calc/calc-help.el (calc-full-help): Remove email address.
29927
299282005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
29929
29930 * help-fns.el (help-with-tutorial): Delete title line.
29931
299322005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29933
29934 * calendar/cal-x.el (calendar-one-frame-setup)
29935 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
29936 rather than `symbol' for set-window-dedicated-p.
29937
29938 * calendar/appt.el (appt-buffer-name): Make it a constant.
29939 (appt-add): Doc fix.
29940
29941 * filesets.el (filesets-menu-path, filesets-menu-before)
29942 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
29943 (filesets-menu-cache-file): Use directory ~/.emacs.d.
29944 (filesets-add-submenu): Delete and use add-submenu instead.
29945
299462005-03-30 Carsten Dominik <dominik@science.uva.nl>
29947
29948 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
29949 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
29950 (org-diary-default-entry): New function.
29951 (org-get-entries-from-diary): Better parsing of diary entries.
29952 (org-agenda-check-no-diary): New function.
29953 ("diary-lib"): Advice to function `add-to-diary-list', to allow
29954 linking to diary entries.
29955 (org-agenda-execute-calendar-command): New function.
29956 (org-agenda): Improve visible section in window.
29957 Use `org-fit-agenda-window'.
29958 (org-fit-agenda-window): New option.
29959 (org-move-subtree-down): Better handling of empty lines
29960 at end of subtree.
29961 (org-cycle): Numeric prefix is interpreted now as show-subtree N
29962 levels up.
29963 (org-fontify-done-headline): New option.
29964 (org-headline-done-face): New face.
29965 (org-set-font-lock-defaults): Use `org-headline-done-face'.
29966 (org-table-copy-down): Rename from `org-table-copy-from-above'.
29967 When current field is non-empty, it is copied to next row.
29968 (org-table-copy-from-above): Fix bug which made it
29969 impossible to copy fields containing only a single non-white character.
29970
299712005-03-30 Kim F. Storm <storm@cua.dk>
29972
29973 * kmacro.el (kmacro-end-macro): Isearch may store this command
29974 into the macro -- so ignore it when executing keyboard macro.
29975
299762005-03-30 Nick Roberts <nickrob@snap.net.nz>
29977
29978 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
29979
299802005-03-29 Kenichi Handa <handa@m17n.org>
29981
29982 * language/thai.el ("Thai"): Set setup-function and exit-function
29983 for Thai language environment.
29984
29985 * language/thai-util.el: Require thai-word.
29986 (thai-word-mode-map): New variable.
29987 (thai-word-mode): New minor mode.
29988 (setup-thai-language-environment-internal): New function.
29989 (exit-thai-language-environment-internal): New function.
29990
29991 * language/thai-word.el (thai-word-table): Declare it by defvar,
29992 use dolist to initialize it.
29993 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
29994 (thai-fill-find-break-point): New functions.
29995
299962005-03-29 Richard M. Stallman <rms@gnu.org>
29997
29998 * simple.el (idle-update-delay): Move definition up.
29999 (set-mark): Doc fix.
30000
300012005-03-29 Chong Yidong <cyd@stupidchicken.com>
30002
30003 * longlines.el: New file.
30004
30005 * simple.el (buffer-substring-filters): New variable.
30006 (filter-buffer-substring): New function.
30007 (kill-region, copy-region-as-kill): Use it.
30008
30009 * register.el (copy-to-register, append-to-register)
30010 (prepend-to-register): Use filter-buffer-substring.
30011
300122005-03-30 Nick Roberts <nickrob@snap.net.nz>
30013
30014 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30015 (gud-filter-pending-text): Move in front of gdb.
30016 (gud-overlay-arrow-position): New variable.
30017 (gud-sentinel, gud-display-line): Use it in place of
30018 overlay-arrow-position.
30019
300202005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
30021
30022 * progmodes/fortran.el (fortran-if-indent): Doc fix.
30023 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30024 (fortran-font-lock-keywords-4): New variable.
30025 (fortran-blocks-re, fortran-end-block-re)
30026 (fortran-start-block-re): New constants, for hideshow.
30027 (hs-special-modes-alist): Add a Fortran entry.
30028 (fortran-mode-map): Bind fortran-end-of-block,
30029 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30030 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
30031 (fortran-looking-at-if-then, fortran-end-of-block)
30032 (fortran-beginning-of-block): New functions, for hideshow.
30033
30034 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30035 Doc fix. Tweak regexp.
30036 (f90-beginning-of-block): Push mark first.
30037
300382005-03-29 Jay Belanger <belanger@truman.edu>
30039
30040 * calc/calc.el: Update copyright date.
30041 (calc-version): Increase to 2.1.
30042 (calc-version-date): Remove.
30043
30044 * calc/calc-help.el: Update copyright date.
30045 (calc-full-help): Remove reference to calc-version-date.
30046 Update copyright date.
30047
300482005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30049
30050 * vc.el (vc-do-command): Use a pipe for async processes, so password
30051 prompts don't show up at places where the user can't reply.
30052
300532005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30054
30055 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30056 on the file name we pass to the inferior shell.
30057
300582005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
30059
30060 * progmodes/which-func.el (which-function): Be robust in the face of an
30061 imenu--make-index-alist failure.
30062
300632005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30064
30065 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30066
30067 * progmodes/python.el (python-preoutput-filter): Fix last change.
30068
300692005-03-29 Lute Kamstra <lute@gnu.org>
30070
30071 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30072 functions and compiled macros.
30073 (debug-convert-byte-code): Handle macros too.
30074 (debug-on-entry-1): Don't signal an error when trying to clear a
30075 function that is not set to debug on entry.
30076
300772005-03-29 Jay Belanger <belanger@truman.edu>
30078
30079 * calc/calc-lang.el: Add functions to math-function-table
30080 properties of tex and math.
30081
300822005-03-29 Kenichi Handa <handa@m17n.org>
30083
30084 * ps-mule.el (ps-mule-plot-string): Translate characters by
30085 ps-print-translation-table.
30086 (ps-mule-begin-job): Call find-charset-region/string with
30087 ps-print-translation-table.
30088 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30089
30090 * ps-print.el (ps-print-translation-table): New variable.
30091 (ps-plot-region): Translate characters by ps-print-translation-table.
30092
300932005-03-29 Juri Linkov <juri@jurta.org>
30094
30095 * simple.el (next-error-highlight-timer): New variable.
30096
30097 * progmodes/compile.el (compilation-goto-locus):
30098 Use `next-error-highlight-timer' instead of `sit-for'.
30099
301002005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30101
30102 * mail/supercite.el (sc-mail-field): Use assoc-string.
30103 (sc-get-address): Simplify regexps.
30104
30105 * files.el (minibuffer-with-setup-hook): New macro.
30106 (find-file-read-args): Use it to avoid let-binding
30107 minibuffer-with-setup-hook (which breaks turning on/off
30108 file-name-shadow-mode while in the prompt).
30109
30110 * complete.el (PC-read-include-file-name-internal):
30111 Use test-completion.
30112
301132005-03-28 Luc Teirlinck <teirllm@auburn.edu>
30114
30115 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30116
301172005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30118
30119 * window.el (window-buffer-height): Use count-screen-lines.
30120
30121 * progmodes/python.el (python-preoutput-leftover): New var.
30122 (python-preoutput-filter): Use it.
30123 (python-send-receive): Loop until all the result has been received.
30124
301252005-03-28 Juri Linkov <juri@jurta.org>
30126
30127 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30128
30129 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30130 "Recover Crashed Session".
30131 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30132 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30133 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30134 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30135 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30136 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30137 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30138 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30139
30140 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30141 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30142 Ediff Sessions", "Toggle use of separate control buffer frame",
30143 "Use separate frame for Ediff control buffer".
30144
30145 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30146 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30147 "Rename Bookmark", "Delete Bookmark".
30148
30149 * info.el (Info-mode-menu): Remove ellipsis from "Index".
30150 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30151 Add `:active Info-index-alternatives' to "Next Matching Item".
30152
30153 * wdired.el (wdired-change-to-wdired-mode):
30154 Mention `wdired-abort-changes' key in the initial message.
30155
30156 * international/mule.el (auto-coding-alist): Associate non-ascii
30157 image filename extensions with `no-conversion'.
30158
301592005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
30160
30161 * international/iso-acc.el:
30162 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30163
301642005-03-26 Luc Teirlinck <teirllm@auburn.edu>
30165
30166 * textmodes/sgml-mode.el (html-mode): Doc update.
30167
30168 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30169
301702005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
30171
30172 * term.el (term-move-columns): Fix face after extending a line.
30173 (term-insert-spaces): Likewise.
30174 (term-reset-terminal): Fix off by one error.
30175
301762005-03-26 Eli Zaretskii <eliz@gnu.org>
30177
30178 * international/mule.el (auto-coding-alist): Add .xpi files.
30179
30180 * files.el (auto-mode-alist): Add .xpi files.
30181
301822005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
30183
30184 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30185
301862005-03-26 Eli Zaretskii <eliz@gnu.org>
30187
30188 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30189
301902005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
30191
30192 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30193 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
30194
30195 * calendar/cal-move.el (calendar-beginning-of-year): Move the
30196 cursor to Jan 1 when needed.
30197 (calendar-end-of-year): Fix -/+ typo.
30198 Reported by Chong Yidong <cyd@stupidchicken.com>.
30199
302002005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
30201
30202 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30203
30204 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30205 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
30206
302072005-03-25 Richard M. Stallman <rms@gnu.org>
30208
30209 * filesets.el (filesets-init): Add autoload.
30210
30211 * mail/mailalias.el (mail-directory): Doc fix.
30212
302132005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30214
30215 * mail/mailalias.el (mail-directory-process): Do nothing if
30216 mail-directory-process is an atom.
30217 (mail-get-names): Ignore mail-directory-names if it is an atom.
30218 (mail-directory-process defvar): Doc fix.
30219 (mail-names): Doc fix.
30220
302212005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
30222
30223 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30224
302252005-03-26 Kenichi Handa <handa@m17n.org>
30226
30227 * international/mule-util.el (detect-coding-with-priority):
30228 Call update-coding-systems-internal before detect-coding-region.
30229
302302005-03-26 Nick Roberts <nickrob@snap.net.nz>
30231
30232 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30233 (gdb-frames-mode-map): Add follow-link property.
30234
302352005-03-25 Jay Belanger <belanger@truman.edu>
30236
30237 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30238 for variables.
30239
302402005-03-25 Juri Linkov <juri@jurta.org>
30241
30242 * image-mode.el: Optimize image filename extension regexps in
30243 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
30244 in `auto-mode-alist'.
30245 (image-mode): Add `image-toggle-display-text' to local hook
30246 `change-major-mode-hook'. Display the image as an image by
30247 default. Set `cursor-type' and `truncate-lines' if the image
30248 is already displayed. Take into account the current mode (image
30249 or text) in message.
30250 (image-minor-mode): New minor mode.
30251 (image-mode-maybe, image-toggle-display-text): New functions.
30252 (image-toggle-display): Use called-interactively-p.
30253 Let-bind `inhibit-read-only' to t.
30254
30255 * image-mode.el (image-minor-mode): Set `cursor-type' and
30256 `truncate-lines' if the image is already displayed. Add turning
30257 image-minor-mode off to `change-major-mode-hook'. Add message.
30258 Call `image-toggle-display-text' after turning image-minor-mode off.
30259
302602005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
30261
30262 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30263 Terminal.app, use utf-8.
30264 (set-display-table-and-terminal-coding-system): Add coding-system arg.
30265 (set-locale-environment): Use it.
30266
30267 * term/xterm.el: Undo last change, better done in mule-cmds.el.
30268
30269 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30270
30271 * progmodes/python.el (python-close-block-statement-p)
30272 (python-outdent-p, python-current-defun): Use symbol-end.
30273
8cedef2e 302742005-03-25 Karl Chen <quarl@cs.berkeley.edu>
6fee106e
KS
30275
30276 * files.el (save-some-buffers): Doc fix.
30277
302782005-03-25 Werner Lemberg <wl@gnu.org>
30279
30280 * complete.el, thumbs.el: Replace `legal' with `valid'.
30281 * calendar/calendar.el: Replace `legal' with `valid'.
30282 * emacs-lisp/advice.el: Replace `legal' with `valid'.
30283 * mail/supercite.el: Replace `legal' with `valid'.
30284 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30285 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30286 Replace `legal' with `valid'.
30287 * textmodes/reftex-vars.el, textmodes/reftex.el:
30288 Replace `legal' with `valid'.
30289
302902005-03-25 Werner Lemberg <wl@gnu.org>
30291
30292 * calc/calc-forms.el, calc/calc-sel.el
30293 * midnight.el, vc-cvs.el
30294 * emacs-lisp/cl-macs.el
30295 * emulation/vip.el
30296 * eshell/esh-io.el, eshell/esh-var.el
30297 * mail/supercite.el
30298 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30299 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30300 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30301 * progmodes/sh-script.el, progmodes/xscheme.el
30302 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30303 * textmodes/reftex-index.el, textmodes/reftex-parse.el
30304 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30305 * textmodes/reftex.el, textmodes/org.el:
30306 Replace `illegal' with `invalid'.
30307
303082005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30309
30310 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30311 (flymake-find-buildfile, flymake-find-possible-master-files)
30312 (flymake-check-include, flymake-parse-line): Replace loops over the
30313 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
30314
30315 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30316 Substitute file-name-as-directory in the rest of the file.
30317 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30318 (flymake-replace-region): Remove unused arg `buffer'.
30319 (flymake-check-patch-master-file-buffer): Update calls to it.
30320 (flymake-add-err-info): Remove unused var `count'.
30321 (flymake-mode): Use define-minor-mode.
30322
30323 * progmodes/flymake.el: Use with-current-buffer.
30324 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30325 flymake-replace-regexp-in-string, flymake-line-beginning-position)
30326 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30327 Avoid testing for `xemacs'.
30328 (flymake-nop): Move.
30329 (flymake-region-has-flymake-overlays): Return the computed value.
30330 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30331 Remove unused var `endline'.
30332 (flymake-get-line-count): Remove unused function.
30333 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30334
30335 * emulation/vi.el:
30336 * generic.el:
30337 * hilit-chg.el (global-highlight-changes):
30338 * hi-lock.el (hi-lock-mode):
30339 * follow.el: find-file-hooks -> find-file-hook.
30340
30341 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30342
303432005-03-24 Juri Linkov <juri@jurta.org>
30344
30345 * dired.el (dired-mode-map): Add menu item "Compare directories"
30346 for dired-compare-directories.
30347
30348 * dired-aux.el (dired-compare-directories): Add autoload cookie.
30349 Doc fix. Replace `read-file-name' with `read-directory-name'.
30350
303512005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30352
30353 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30354
303552005-03-24 Jay Belanger <belanger@truman.edu>
30356
30357 * calc/calc-embed.el (calc-embedded-mode-change): Save all
30358 relevant mode settings in calc-embedded-original-modes when modes
30359 are permanently changed.
30360
303612005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30362
30363 * autoinsert.el: find-file-hooks -> find-file-hook.
30364
303652005-03-24 Lute Kamstra <lute@gnu.org>
30366
30367 * generic.el (generic-font-lock-defaults): Make it obsolete.
30368 (generic-font-lock-keywords): New variable to replace
30369 generic-font-lock-defaults.
30370 (generic-mode-set-font-lock): Delete it.
30371 (generic-mode-internal): Don't call generic-mode-set-font-lock.
30372 (generic-bracket-support): Add docstring.
30373
30374 * generic-x.el: Rename generic-font-lock-defaults to
30375 generic-font-lock-keywords throughout.
30376 (mailagent-rules-setup-function): Delete it.
30377 (mailagent-rules-generic-mode): Use anonymous function instead.
30378 (show-tabs-generic-mode-font-lock-defaults-1)
30379 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30380 Quote faces.
30381 (show-tabs-tab-face, show-tabs-space-face): Specify background,
30382 not foreground.
30383
30384 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30385 Recognize define-generic-mode.
30386
303872005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
30388
30389 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30390 if there's no completion table.
30391
303922005-03-23 Miles Bader <miles@gnu.org>
30393
30394 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30395 Remove tty-specific variants, as they're no longer needed.
30396
303972005-03-23 Lute Kamstra <lute@gnu.org>
30398
30399 * generic-x.el: Code cleanup: make args constant whenever possible.
30400 (installshield-statement-keyword-list)
30401 (installshield-system-functions-list)
30402 (installshield-system-variables-list, installshield-types-list)
30403 (installshield-funarg-constants-list): Make them constants.
30404
30405 * generic.el (generic-make-keywords-list): Add autoload cookie.
30406
30407 * calendar/time-date.el: Add comment on time value formats.
30408 Don't require parse-time.
30409 (with-decoded-time-value): New macro.
30410 (encode-time-value): New function.
30411 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30412 (days-to-time): Return a valid time value when arg is huge.
30413 (time-since): Use time-subtract.
30414 (time-to-number-of-days): Use time-to-seconds.
30415
304162005-03-23 David Ponce <david@dponce.com>
30417
30418 * recentf.el (recentf-keep): New option.
30419 (recentf-menu-action): Default to `find-file'.
30420 (recentf-keep-non-readable-files-flag)
30421 (recentf-keep-non-readable-files-p)
30422 (recentf-file-readable-p, recentf-find-file)
30423 (recentf-cleanup-remote): Remove.
30424 (recentf-include-p): More robust.
30425 (recentf-keep-p): New function.
30426 (recentf-remove-if-non-kept): Rename from
30427 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
30428 All callers updated.
30429 (recentf-menu-items-for-commands): Fix help string.
30430 (recentf-track-closed-file): Update. Doc fix.
30431 (recentf-cleanup): Update. Count removed files. Doc fix.
30432
304332005-03-23 Kim F. Storm <storm@cua.dk>
30434
30435 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30436 Don't inherit from fringe face (now happens automatically).
30437
304382005-03-22 Kim F. Storm <storm@cua.dk>
30439
30440 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30441 position values.
30442
304432005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
30444
30445 * menu-bar.el (showhide-date-time): Remove.
30446 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30447 (menu-bar-make-mm-toggle): Simplify.
30448
304492005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30450
30451 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30452 Accept qualified variable and function names.
30453
304542005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
30455
30456 * bindings.el (completion-ignored-extensions):
30457 Remove ".lis" for `vax-vms'.
30458
304592005-03-22 Andreas Schwab <schwab@suse.de>
30460
30461 * generic-x.el: Revert last change.
30462 * ldefs-boot.el: Update.
30463
304642005-03-22 Jay Belanger <belanger@truman.edu>
30465
30466 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30467 (calc-embedded-save-original-modes)
30468 (calc-embedded-restore-original-modes): New functions.
30469 (calc-do-embedded): Save original modes when entering embedded mode
30470 and restore when leaving embedded mode.
30471 (calc-embedded-modes-change): Change the value of
30472 calc-embedded-original-modes to reflect permanent changes.
30473
304742005-03-22 Lute Kamstra <lute@gnu.org>
30475
30476 * generic-x.el: Require generic again.
30477
304782005-03-22 Miles Bader <miles@gnu.org>
30479
30480 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30481 Tweak details to look good on both ttys and bitmap displays, light
30482 or dark background, etc.
30483
304842005-03-21 Kim F. Storm <storm@cua.dk>
30485
30486 * tooltip.el (tooltip-show-help-function): Check car and cdr of
30487 mouse position.
30488
304892005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
30490
30491 * icomplete.el: Don't forcibly turn on the mode upon load.
30492 (icomplete-mode): Use define-minor-mode.
30493 (icomplete-eoinput): Default to nil.
30494 (icomplete-minibuffer-setup): Remove autoload.
30495 (icomplete-tidy): Simplify.
30496 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30497 in the initial state or if the user has modified the field.
30498 Fix handling of icomplete-max-delay-chars.
30499 Remove code that handles the oddball case where
30500 minibuffer-completion-table is an integer.
30501 Wrap icomplete-completions in while-no-input in case building
30502 completions takes more time than expected.
30503 (icomplete-completions): Simplify.
30504
305052005-03-21 Richard M. Stallman <rms@gnu.org>
30506
30507 * jka-compr.el (jka-compr-really-do-compress):
30508 Make variable buffer-local.
30509
30510 * image-mode.el: Handle .xpm files too.
30511 (image-toggle-display): Preserve modification flag.
30512
30513 * help.el (where-is): Don't mention aliases with no key bindings.
30514
305152005-03-21 Lute Kamstra <lute@gnu.org>
30516
30517 * generic.el: Fix commentary section. Don't require cl for
30518 compilation.
30519 (generic-mode-list): Add autoload cookie.
30520 (generic-use-find-file-hook, generic-lines-to-scan)
30521 (generic-find-file-regexp, generic-ignore-files-regexp)
30522 (generic-mode, generic-mode-find-file-hook)
30523 (generic-mode-ini-file-find-file-hook): Fix docstrings.
30524 (define-generic-mode): Make it a defmacro. Fix docstring.
30525 (generic-mode-internal): Code cleanup. Add autoload cookie.
30526 (generic-mode-set-comments): Code cleanup.
30527 * generic-x.el: Don't prevent compilation. Don't require generic.
30528 Follow coding conventions. Minor code cleanup.
30529 (etc-fstab-generic-mode): Add some keywords.
30530 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
30531 define-generic-mode like a function declaration.
30532
305332005-03-21 Jay Belanger <belanger@truman.edu>
30534
30535 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
30536 changing modes.
30537
305382005-03-21 Sam Steingold <sds@gnu.org>
30539
30540 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
30541
305422005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
30543
30544 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
30545 Add underscore to "f$ lexicals" regexp.
30546
305472005-03-20 Juri Linkov <juri@jurta.org>
30548
30549 * subr.el (progress-reporter-do-update): When `min-value' is equal
30550 to `max-value', set `percentage' to 0 and prevent division by zero.
30551
305522005-03-20 Michael Albinus <michael.albinus@gmx.de>
30553
30554 Sync with Tramp 2.0.48.
30555
30556 * net/tramp.el (all): Change all addresses to .gnu.org.
30557 (tramp-append-tramp-buffers): New defun.
30558 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
30559 Catch `dont-send' signal.
30560 (tramp-set-auto-save-file-modes): Set always permissions, because
30561 there might be an old auto-saved file belonging to another
30562 original file. This could be a security threat. Reported by
30563 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
30564 Check for Emacs 21.3.50 removed.
30565
30566 * net/tramp-smb.el (all): Remove debug construct for
30567 `with-parsed-tramp-file-name'.
30568 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
30569 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
30570 No error message if DIRECTORY or FILENAME doesn't exist.
30571 (tramp-smb-open-connection): Check existence of
30572 `tramp-smb-program'.
30573
305742005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
30575
30576 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
30577 Properly handle the case where the `m' or `s' command's argument is not
30578 yet terminated.
30579 (perl-indent-new-calculate): New function.
30580 (perl-indent-line): Use it.
30581
305822005-03-20 Miles Bader <miles@gnu.org>
30583
30584 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
30585 in text-mode too. Change to new face names.
30586 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
30587 Add `:weight bold' attribute.
30588 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
30589
305902005-03-19 Juri Linkov <juri@jurta.org>
30591
30592 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
30593
30594 * international/mule.el (auto-coding-alist): Sync with
30595 `auto-mode-alist' by adding upper case archive file extensions
30596 and adding ear/war to jar extension.
30597
305982005-03-19 David Casperson <casper@unbc.ca> (tiny change)
30599
30600 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
30601 running, restart it.
30602
306032005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
30604
30605 * finder.el (finder-current-item): Throw an error on an empty line.
30606
30607 * man.el (Man-follow-manual-reference): If current-word returns
30608 nil, use "".
30609
306102005-03-19 Matt Hodges <MPHodges@member.fsf.org>
30611
30612 * simple.el (goto-line): Doc fix.
30613
306142005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
30615
30616 * files.el (save-buffer): Doc fix.
30617
306182005-03-19 Michael R. Mauger <mmaug@yahoo.com>
30619
30620 * recentf.el (recentf-cleanup-remote): New variable.
30621 (recentf-cleanup): Use it to conditionally check availability of
30622 remote files.
30623
306242005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
30625
30626 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
30627 function names.
30628
306292005-03-19 Eli Zaretskii <eliz@gnu.org>
30630
30631 * language/thai-word.el: New file.
30632
306332005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30634
30635 * files.el (backup-buffer): If the file's directory is not
30636 writable, use copy instead of move to backup the file.
30637
306382005-03-19 Eli Zaretskii <eliz@gnu.org>
30639
30640 * obsolete/keyswap.el: Moved to obsolete/ from term/.
30641
306422005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
30643
30644 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
30645 Use functionp instead of symbolp and fboundp. Reported by Drkm
30646 <darkman_spam@yahoo.fr>.
30647 (ps-print-version): New version 6.6.6.
30648
306492005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
30650
30651 * textmodes/table.el (table--line-column-position): New idiom.
30652 (table--row-column-insertion-point-p): New function to test
30653 validity of row and column insertion operation at a location.
30654 (table-global-menu, table-cell-menu): Use above functions for
30655 deterministic test operation.
30656 (table--editable-cell-p): Behave in deterministic fashion.
30657
306582005-03-18 Juri Linkov <juri@jurta.org>
30659
30660 * isearch.el (isearch-lazy-highlight-new-loop):
30661 Make arguments beg and end optional.
30662 (isearch-update): Remove optional arguments nil from
30663 isearch-lazy-highlight-new-loop.
30664 (isearch-lazy-highlight-search): Let-bind case-fold-search to
30665 isearch-lazy-highlight-case-fold-search instead of
30666 isearch-case-fold-search, and let-bind isearch-regexp to
30667 isearch-lazy-highlight-regexp.
30668 Use isearch-lazy-highlight-last-string instead of isearch-string.
30669
30670 * replace.el (perform-replace): Remove bindings of global
30671 variables isearch-string, isearch-regexp, isearch-case-fold-search.
30672 Add three new arguments to `replace-highlight'.
30673 (replace-highlight): Add arguments string, regexp, case-fold.
30674 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
30675 to allow isearch-lazy-highlight-new-loop to use these values
30676 to set corresponding isearch-lazy-highlight-* internal
30677 variables whose values lazy highlighting will use regardless of
30678 changes to global variables isearch-string, isearch-regexp,
30679 isearch-case-fold-search during lazy highlighting loop.
30680 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
30681 to `lazy-highlight-cleanup'.
30682
30683 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
30684 (ispell-highlight-face): Set default face to `isearch' when
30685 lazy highlighting is enabled.
30686 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
30687 priority to 1. Add lazy highlighting.
30688 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
30689 from `isearch-dehighlight'.
30690
306912005-03-18 David Ponce <david@dponce.com>
30692
30693 * files.el (hack-local-variables): Do a case-insensitive search
30694 for End.
30695
306962005-03-18 Juri Linkov <juri@jurta.org>
30697
30698 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
30699 `isearch-lazy-highlight-cleanup', add alias to old name and
30700 declare obsolete. Add release numbers to other obsolete vars.
30701 (isearch-done, isearch-lazy-highlight-new-loop):
30702 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
30703 (lazy-highlight-cleanup) <variable>: Doc fix.
30704 (isearch-lazy-highlight-update): Rename obsolete
30705 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
30706
307072005-03-18 Kenichi Handa <handa@m17n.org>
30708
30709 * language/thai-util.el: Fix categorization of Thai characters in
30710 thai-category-table.
30711 (thai-composition-pattern): Adjust it for the above change.
30712 (thai-self-insert-command, thai-compose-syllable): New functions.
30713 (thai-compose-region): Use thai-compose-syllable.
30714 (thai-compose-string): Likewise.
30715 (thai-composition-function): Likewise.
30716 (thai-auto-composition): New function.
30717 (thai-auto-composition-mode): New minor mode.
30718
30719 * language/thai.el: Fix patterns to be registered in
30720 composition-function-table.
30721
30722 * international/quail.el (quail-input-method): Locally bind
30723 inhibit-modification-hooks to t.
30724
307252005-03-17 Richard M. Stallman <rms@gnu.org>
30726
30727 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
30728 (perl-mode): Use run-mode-hooks.
30729
30730 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
30731 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
30732 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
30733
30734 * mail/sendmail.el (sendmail-send-it): Reenable the code
30735 to compute resend-to-address and use it.
30736
30737 * tar-mode.el (tar-mode): Turn off undo unconditionally.
30738
30739 * image-mode.el: New file.
30740
30741 * image.el (insert-sliced-image): Add autoload cookie.
30742
30743 * font-lock.el (font-lock-lines-before): New user option.
30744 (font-lock-after-change-function): Obey it.
30745
30746 * bindings.el (esc-map): Make M-g a prefix.
30747 Bind M-g g and M-g M-g to goto-line.
30748
30749 * faces.el (face-id): Doc fix.
30750
307512005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30752
30753 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
30754 (rmail-show-message): Use rmail-unknown-mail-followup-to.
30755 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
30756
30757 * mail/sendmail.el (mail-yank-ignored-headers)
30758 (mail-font-lock-keywords, mail-mode-fill-paragraph):
30759 Add Mail-Followup-To and Mail-Reply-To headers.
30760 (mail-citation-hook): Add autoload cookie.
30761 (mail-mode): Doc fix.
30762 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
30763 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
30764 (mail-mode-fill-paragraph): Handle those headers.
30765 (mail-mailing-lists): New variable.
30766 (mail-mail-reply-to, mail-mail-followup-to): New functions.
30767
307682005-03-17 Juri Linkov <juri@jurta.org>
30769
30770 * isearch.el (isearch-fallback): Check for `(car previous)'
30771 before calling `isearch-other-end-state'.
30772
307732005-03-17 Kim F. Storm <storm@cua.dk>
30774
30775 * simple.el (move-beginning-of-line): Move to beginning of buffer
30776 line, as well as beginning of screen line.
30777
307782005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
30779
30780 * calendar/diary-lib.el (mark-diary-entries): Use new optional
30781 argument REDRAW rather than calendar-redrawing variable.
30782 * calendar/calendar.el (calendar-redrawing): Delete.
30783 (redraw-calendar): Do not bind calendar-redrawing.
30784
307852005-03-16 Matt Hodges <MPHodges@member.fsf.org>
30786
30787 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
30788 diary-file buffer.
30789
307902005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
30791
30792 * help.el (describe-mode): Allow a :minor-mode-function property to
30793 specify a different minor mode toggle function than the variable.
30794 * simple.el (auto-fill-function):
30795 * subr.el (add-minor-mode): Use it.
30796
307972005-03-16 Kenichi Handa <handa@m17n.org>
30798
30799 * language/ethio-util.el (sera-being-called-by-w3): New variable.
30800 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
30801 (ethio-fidel-to-sera-buffer): Likewise.
30802
308032005-03-16 Juri Linkov <juri@jurta.org>
30804
30805 * emacs-lisp/find-func.el (find-function-regexp):
30806 Add defun-emitting macro `menu-bar-make-toggle'.
30807
30808 * isearch.el: Put `isearch-scroll' property to
30809 `split-window-horizontally'.
30810
30811 * info.el: Update error messages for `debug-ignored-errors'.
30812 (Info-isearch-search): Doc fix.
30813 (Info-find-node): Move up code to go into info buffer before
30814 recording the node to the history.
30815 (Info-fontify-node): Fontify titles only if the next line
30816 has two or more `*', `=', `-', `.'.
30817 Display "go to this node" for empty (match-string 3).
30818
308192005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30820
30821 * term/mac-win.el: Add mouse pointer shape constants.
30822
308232005-03-15 Kim F. Storm <storm@cua.dk>
30824
30825 * simple.el (move-beginning-of-line): Use vertical-motion.
30826
308272005-03-15 Juri Linkov <juri@jurta.org>
30828
30829 * isearch.el (isearch-error): New variable.
30830 (isearch-invalid-regexp, isearch-within-brackets): Remove.
30831 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
30832 (isearch-within-brackets-state): Remove.
30833 (isearch-case-fold-search-state, isearch-pop-fun-state):
30834 Decrease frame index.
30835 (isearch-mode, isearch-top-state, isearch-push-state)
30836 (isearch-edit-string, isearch-abort, isearch-search-and-update)
30837 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
30838 (isearch-search, isearch-lazy-highlight-new-loop):
30839 Replace `isearch-invalid-regexp' with `isearch-error'.
30840 Remove `isearch-within-brackets'.
30841 (isearch-search): Add `search-failed' handler to `condition-case'.
30842 (isearch-lazy-highlight-search): Add `condition-case' to catch
30843 errors and allow `isearch-lazy-highlight-update' to try
30844 highlighting from the beginning of the window.
30845 (isearch-repeat): Move up code to set isearch-wrapped to t
30846 before calling isearch-wrap-function.
30847
30848 * info.el (Info-isearch-initial-node): New internal variable.
30849 (Info-search): Signal an error in isearch mode when search leaves
30850 the initial node. Signal an error when `bound' is non-nil and
30851 nothing was found in the current subfile.
30852 (Info-isearch-search): Remove `condition-case'.
30853 (Info-isearch-wrap): Don't wrap when search failed during leaving
30854 the initial node. If `Info-isearch-search' is nil, wrap around
30855 the current node.
30856 (Info-isearch-start): New fun.
30857 (Info-mode): Add buffer-local hook `Info-isearch-start' to
30858 `isearch-mode-hook'.
30859
308602005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30861
30862 * simple.el (normal-erase-is-backspace): Set default to t if
30863 running on Mac.
30864
30865 * term/mac-win.el (function-key-map): Sync with x-win.el.
30866
308672005-03-15 Kenichi Handa <handa@m17n.org>
30868
30869 * international/mule-cmds.el (locale-language-names): Modify the
30870 format of elements and add more entries.
30871 (locale-preferred-coding-systems): Add more entries.
30872 (set-locale-environment): Adjust for the change of
30873 locale-language-names.
30874
308752005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
30876
30877 * pcvs.el (smerge-ediff): Remove bogus autoload.
30878
308792005-03-14 Lute Kamstra <lute@gnu.org>
30880
30881 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
30882 Ignore a `*' at the beginning of a line.
30883
30884 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
30885 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
30886 subr.el.
30887 (dont-compile, eval-when-compile, eval-and-compile): Use declare
30888 to specify indentation.
30889
30890 * generic.el (define-generic-mode): Let generic-mode-list be a
30891 list of strings; test membership with equal.
30892
308932005-03-14 Kim F. Storm <storm@cua.dk>
30894
30895 * simple.el (next-line, previous-line): Add optional try-vscroll
30896 arg to recognize interactive use. Pass it on to line-move.
30897 (line-move): Don't perform auto-window-vscroll when defining or
30898 executing keyboard macro to ensure consistent behavior.
30899
309002005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
30901
30902 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
30903
309042005-03-13 Lute Kamstra <lute@gnu.org>
30905
30906 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
30907 debugger-setup-buffer so that backtrace marks the frames set to
30908 debug-on-exit and we don't have to do it manually. Set an extra
30909 debug-on-exit for macro's.
30910 (debugger-setup-buffer): Don't mark the top frame manually.
30911
309122005-03-12 Lute Kamstra <lute@gnu.org>
30913
30914 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
30915 lisp-indent-function throughout.
30916 (with-no-warnings): Set lisp-indent-function property.
30917
309182005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
30919
30920 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
30921 Add entry for backslash.
30922
309232005-03-12 Juri Linkov <juri@jurta.org>
30924
30925 * info.el (Info-search): Four fixes for backward search.
30926
309272005-03-11 Jay Belanger <belanger@truman.edu>
30928
30929 * calc/calc.el (calc-language-alist): New variable.
30930 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
30931 (calc-embedded-find-modes): Use calc-language-alist instead of
30932 calc-embedded-language-alist.
30933
309342005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
30935
30936 * calendar/calendar.el (calendar-redrawing): New internal
30937 variable.
30938 (redraw-calendar): Remove bogus save-excursion from previous
30939 change. Bind calendar-redrawing to t for mark-diary-entries.
30940 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
30941 calendar if that is why we were called.
30942
309432005-03-11 Kenichi Handa <handa@m17n.org>
30944
30945 * international/mule.el (make-coding-system): Set property
30946 coding-system-define-form to nil.
30947 (define-coding-system-alias): Likewise.
30948
309492005-03-11 Kenichi Handa <handa@m17n.org>
30950
30951 These changes are suggested by Dave Love <fx@gnu.org>.
30952
30953 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
30954 coding: tag.
30955 (adaptive-fill-regexp): Add more bullets.
30956 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
30957 regexps.
30958
309592005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
30960
30961 * help.el (describe-mode): Properly handle non-trivial lighters.
30962 Don't ignore minor modes that are not listed in minor-mode-list.
30963
30964 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
30965 feature ON when the user requests to turn it OFF.
30966
309672005-03-10 Lute Kamstra <lute@gnu.org>
30968
30969 * emacs-lisp/debug.el (debug-entry-code): Delete it.
30970 (implement-debug-on-entry): New function to replace debug-entry-code.
30971 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
30972 second argument as the 2005-03-07 change makes it obsolete.
30973 (debug-on-entry, cancel-debug-on-entry): Update call to
30974 debug-on-entry-1.
30975 (debug, debugger-setup-buffer): Comment update.
30976 (debugger-frame-number): Update to work with implement-debug-on-entry.
30977
309782005-03-10 Jay Belanger <belanger@truman.edu>
30979
30980 * calc/calc-embed.el (math-ms-args): Declare it.
30981 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
30982 math-ms-args.
30983 (calc-embedded-subst): Use math-multi-subst-rec to substitute
30984 variables.
30985
309862005-03-10 Nick Roberts <nickrob@snap.net.nz>
30987
30988 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
30989 Use message-box.
30990
30991 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
30992 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
30993 (tooltip-gud-tips): Simplify.
30994 (tooltip-gud-tips-p): Remove superfluous :set.
30995 (tooltip-gud-modes): Add fortran-mode.
30996 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
30997
30998 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
30999
310002005-03-09 Kim F. Storm <storm@cua.dk>
31001
31002 * play/animate.el (animate-place-char): Use forward-line instead
31003 of next-line to improve performance.
31004
310052005-03-09 Simon Josefsson <jas@extundo.com>
31006
31007 * net/browse-url.el (browse-url-default-browser): Doc fix.
31008
310092005-03-09 Miles Bader <miles@gnu.org>
31010
31011 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31012 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31013
310142005-03-09 Kenichi Handa <handa@m17n.org>
31015
31016 * international/latin-1.el: Set case and syntax for 255 only if
31017 set-case-syntax-set-multibyte is nil.
31018
31019 * textmodes/ispell.el (ispell-insert-word): New function.
31020 (ispell-word): Use ispell-insert-word to insert a new word.
31021 (ispell-process-line): Likewise.
31022 (ispell-complete-word): Likewise.
31023
310242005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
31025
31026 * calendar/calendar.el (redraw-calendar): Preserve point.
31027 Reported by Matt Hodges <MPHodges@member.fsf.org>.
31028 (calendar-week-start-day): Move after definition of
31029 redraw-calendar. Delete buffer test, since redraw-calendar has
31030 that now.
31031
31032 * calendar/diary-lib.el (mark-diary-entries): Only call
31033 redraw-calendar in the first of any recursive calls.
31034 Reported by Alan Shutko <ats@acm.org>.
31035
310362005-03-08 Juri Linkov <juri@jurta.org>
31037
31038 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31039 (html-horizontal-rule, html-line, html-image, html-checkboxes)
31040 (html-radio-buttons): Add a space before the trailing `/>' where
31041 sgml-xml-mode is non-nil.
31042 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31043 the subsequent tag of the empty XML tag.
31044 (html-href-anchor): Don't set initial input to "http:".
31045 (html-image): Ask for the image URL and set point inside alt="".
31046 (html-name-anchor): Duplicate the name in the `id' attribute when
31047 sgml-xml-mode is non-nil.
31048 (html-paragraph): Remove \n before <p>.
31049 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31050 instead of `checked' when sgml-xml-mode is non-nil.
31051
31052 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31053 Remove 1 space before #RRGGBB to not truncate it on terminal
31054 windows w/o fringes. Remove 1 space between bg and fg examples
31055 to get more space.
31056 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31057 avoid byte-compile warnings.
31058
31059 * image-file.el (image-file-handler): Put `safe-magic' property to
31060 `image-file-handler'.
31061
31062 * info.el (Info-isearch-search): Emulate word search in
31063 isearching through multiple Info nodes with Info-search.
31064 (Info-isearch-wrap): Allow isearch-word.
31065
310662005-03-08 Lute Kamstra <lute@gnu.org>
31067
31068 * emacs-lisp/debug.el (debugger-step-through): Make sure that
31069 stepping into the debugger's code is not possible.
31070 (debugger-jumping-flag): Docstring update.
31071
310722005-03-08 Jay Belanger <belanger@truman.edu>
31073
31074 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31075 embedded mode begins.
31076 (calc-embedded-language-alist): New variable.
31077 (calc-embedded-find-modes): Use calc-embedded-language-alist to
31078 set default language mode.
31079
310802005-03-08 Kenichi Handa <handa@m17n.org>
31081
31082 * international/ccl.el (define-ccl-program): Fix docstring about
31083 extra 256 bytes assured for the output buffer.
31084
31085 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31086 Fix BUFFER_MAGNIFICATION to 2.
31087 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31088
310892005-03-07 Karl Chen <quarl@cs.berkeley.edu>
31090
31091 * align.el (align-rules-list): Added an alignment rule for CSS
31092 declarations (applies to css-mode and html-mode buffers).
31093
310942005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
31095
31096 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31097
310982005-03-07 Kim F. Storm <storm@cua.dk>
31099
31100 * simple.el (move-beginning-of-line): New command.
31101
31102 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31103
31104 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31105
31106 * emulation/cua-base.el: Put CUA move property on move-end-of-line
31107 and move-beginning-of-line.
31108
31109 * apropos.el (apropos-print): Omit command from M-x ... RET.
31110
311112005-03-07 Nick Roberts <nickrob@snap.net.nz>
31112
31113 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31114 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31115
311162005-03-06 Richard M. Stallman <rms@gnu.org>
31117
31118 * bindings.el (esc-map): Bind M-g to goto-line.
31119
31120 * facemenu.el (global-map): Bind M-o, not M-g.
31121
311222005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31123
31124 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31125 "Open Directory" as for "Open File".
31126
311272005-03-06 Chong Yidong <cyd@stupidchicken.com>
31128
31129 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31130 (push-mark-command): Run activate-mark-hook.
31131
311322005-03-06 Richard M. Stallman <rms@gnu.org>
31133
31134 * help-mode.el (help-mode-finish): Don't alter the element
31135 in view-return-to-alist if there already is one.
31136
31137 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31138 make sure the current buffer is the expected one.
31139
31140 * novice.el (disabled-command-function): Output in *Disabled Command*.
31141 Explicitly ignore non-keyboard events, and explicitly handle C-g.
31142
31143 * textmodes/flyspell.el (flyspell-large-region):
31144 Pass args differently for aspell.
31145
31146 * files.el (mode-require-final-newline): Doc fix.
31147
311482005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31149
31150 * progmodes/which-func.el (which-function):
31151 Specify NOERROR when calling imenu--make-index-alist.
31152
311532005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
31154
31155 * simple.el (normal-erase-is-backspace): Define default value.
31156
31157 * custom.el (custom-theme-set-variables): Remove unused var
31158 `immediate'.
31159 (custom-reevaluate-setting): Simple function to handle variables
31160 that are defined before their default value can really be
31161 computed.
31162
31163 * startup.el (command-line): Use it for temporary-file-directory,
31164 small-emporary-file-directory, auto-save-file-name-transforms,
31165 blink-cursor-mode, and normal-erase-is-backspace.
31166
31167 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31168 progress, even with buggy anchored keywords.
31169
311702005-03-05 Luc Teirlinck <teirllm@auburn.edu>
31171
31172 * simple.el (goto-line): Remove unbalanced final parenthesis.
31173
311742005-03-05 Richard M. Stallman <rms@gnu.org>
31175
31176 * simple.el (goto-line): Use a number at point as the default.
31177 With C-u as arg, switch buffers.
31178
311792005-03-05 Juri Linkov <juri@jurta.org>
31180
31181 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31182 with `no-blinking-cursor'.
31183
31184 * startup.el (no-blinking-cursor): New defvar.
31185 (command-line): Add `--no-blinking-cursor' to longopts.
31186 Set `no-blinking-cursor' to t for command line arguments
31187 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
31188 with `no-blinking-cursor' in the condition for calling
31189 `blink-cursor-mode'.
31190
311912005-03-04 Luc Teirlinck <teirllm@auburn.edu>
31192
31193 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31194 (menu-bar-options-save): Add blink-cursor-mode.
31195 (menu-bar-options-menu): Add blink-cursor-mode.
31196
311972005-03-04 Ulf Jasper <ulf.jasper@web.de>
31198
31199 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31200 (icalendar-export-file, icalendar-export-region)
31201 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31202 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31203
312042005-03-04 Lute Kamstra <lute@gnu.org>
31205
31206 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31207 (debug-function-list): Ditto.
31208
312092005-03-04 Robert J. Chassell <bob@rattlesnake.com>
31210
31211 * textmodes/texinfmt.el (texinfo-append-refill):
31212 Redefine the types of line to which @refill
31213 is not appended by replacing a search for `@refill\\|@bye' with
31214 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
31215 itemize@refill' bug and the unfilled long lines bug.
31216 (texinfmt-version): Update number and date.
31217
312182005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
31219
31220 * international/code-pages.el (windows-1250, windows-125[2-8])
31221 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31222
312232005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
31224
31225 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31226 bound yet.
31227
312282005-03-02 Romain Francoise <romain@orebokech.com>
31229
31230 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31231 buffer after removing limits.
31232 (ibuffer-pop-filter): Ditto.
31233 Update copyright.
31234
312352005-03-02 Miles Bader <miles@gnu.org>
31236
31237 * button.el (make-text-button): If the user doesn't specify a
31238 type, use the default. Rewrite to use `add-text-properties' and
31239 plist functions.
31240
312412005-03-01 Lute Kamstra <lute@gnu.org>
31242
31243 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31244 (debugger-jumping-flag): New var.
31245 (debug-entry-code): Use it.
31246 (debugger-jump): Use debugger-jumping-flag and add
31247 debugger-reenable to post-command-hook.
31248 (debugger-reenable): Use debugger-jumping-flag and remove itself
31249 from post-command-hook.
31250 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31251 debugger-reenable.
31252
312532005-03-01 Robert J. Chassell <bob@rattlesnake.com>
31254
31255 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31256 inclusion of "itemize\\|", which may be unnecessary, is certainly
31257 inelegant, and stops refilling in itemize lists when formatting
31258 Japanese Texinfo files to Info.
31259 Update copyright to 2005.
31260
312612005-03-01 Nick Roberts <nickrob@snap.net.nz>
31262
31263 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31264 of an error if GDB can't find the source file.
31265
312662005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
31267
31268 * calendar/calendar.el (redraw-calendar): Work from any buffer,
31269 not just the calendar.
31270
31271 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31272 first.
31273 (diary-redraw-calendar): New function.
31274 (make-diary-entry): Add diary-redraw-calendar to local
31275 write-contents-functions. Turn off selective display before
31276 inserting in diary.
31277
312782005-03-01 Kim F. Storm <storm@cua.dk>
31279
31280 * emacs-lisp/copyright.el (copyright-fix-years): New command.
31281
312822005-03-01 Lute Kamstra <lute@gnu.org>
31283
31284 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31285 that debug-entry-code can be safely removed from a function while
31286 this code is being evaluated. Revert the 2005-02-27 change as the
31287 new implementation no longer requires it. Make sure that a
31288 function body containing just a string is not mistaken for a docstring.
31289 (debug): Skip one more frame in case of debug on entry.
31290 (debugger-setup-buffer): Delete one more frame line in case of
31291 debug on entry.
31292 (debugger-frame-number): Update to use the new text introduced by
31293 the 1999-11-03 change. Skip one more frame in case of debug on entry.
31294
312952005-02-28 Kim F. Storm <storm@cua.dk>
31296
31297 * double.el (double-translate-key): Call force-window-update after
31298 read-event to avoid crash in redisplay.
31299
313002005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
31301
31302 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31303 (debug): Use it. Move the inhibit-trace earlier.
31304 (debug-entry-code): New const.
31305 (debug-on-entry-1): Use it.
31306
313072005-02-28 Chong Yidong <cyd@stupidchicken.com>
31308
31309 * international/utf-16.el (ccl-encode-mule-utf-16le):
31310 Fix BUFFER_MAGNIFICATION to 2.
31311 (ccl-encode-mule-utf-16be): Likewise.
31312
313132005-02-28 Kenichi Handa <handa@m17n.org>
31314
31315 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31316 Fix BUFFER_MAGNIFICATION to 4.
31317 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31318
313192005-02-28 Nick Roberts <nickrob@snap.net.nz>
31320
31321 * speedbar.el (speedbar-update-flag): Doc fix.
31322 (speedbar-show-info-under-mouse): Give set-mouse-position the right
31323 argument.
31324
313252005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
31326
31327 * reveal.el (reveal-post-command): Don't try to reveal overlays which
31328 have a non-nil `invisible' property but are actually visible.
31329
31330 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31331 for perldoc sections.
31332 (perl-outline-regexp, perl-outline-level): New var and function.
31333 (perl-mode): Use them.
31334
313352005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
31336
31337 * calendar/diary-lib.el (diary-remind): Discard any mark portion
31338 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31339
313402005-02-27 Luc Teirlinck <teirllm@auburn.edu>
31341
31342 * cus-edit.el: Comment change.
31343 (custom-buffer-create-internal): Slightly reword text at top of
31344 Custom buffers. Mention there that saving an option edits the
31345 init file. Add link to Emacs manual node on `custom-file'.
31346 (custom-magic-alist): Rewrite individual State messages to use
31347 capitalized keywords. Doc fix.
31348
313492005-02-27 Matt Hodges <MPHodges@member.fsf.org>
31350
31351 * calendar/calendar.el (calendar-buffer): Move above
31352 calendar-week-start-day.
31353 (calendar-week-start-day): Doc fix. Add :set function.
31354 (calendar-minimum-window-height): New variable.
31355 (generate-calendar-window): Only resize window if selected-window
31356 is displaying the calendar buffer. Use new variable
31357 calendar-minimum-window-height.
31358 (generate-calendar): Reword error message.
31359 (calendar-mode-map): Bind DEL to scroll-other-window-down.
31360
313612005-02-27 Andreas Schwab <schwab@suse.de>
31362
31363 * vc.el (vc-do-command): Don't run command asynchronously when
31364 operating in a remote directory.
31365
31366 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31367 change from sync with Tramp 2.0.47.
31368
313692005-02-27 Richard M. Stallman <rms@gnu.org>
31370
31371 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31372
31373 * textmodes/flyspell.el (flyspell-mode-on):
31374 Call ispell-change-dictionary only if necessary.
31375
31376 * emacs-lisp/re-builder.el (regexp-builder): New function.
31377
31378 * register.el (describe-register-1): Explicitly handle
31379 yank-excluded-properties = t.
31380
31381 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31382 (custom-magic-alist): Change the status descriptions again.
31383 (face widget-type): Total rewrite based on `restricted-sexp'
31384 to eliminate the confusing double hiding levels.
31385
31386 * emacs-lisp/debug.el (debug-on-entry-1):
31387 If function body is empty, add nil as body form.
31388
313892005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
31390
31391 * emacs-lisp/trace.el (inhibit-trace): New var.
31392 (trace-make-advice): Use it.
31393
31394 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31395
313962005-02-26 Kim F. Storm <storm@cua.dk>
31397
31398 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31399 (mouse-on-link-p, mouse-drag-region-1): Use it.
31400
314012005-02-25 Lute Kamstra <lute@gnu.org>
31402
31403 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31404
314052005-02-24 Luc Teirlinck <teirllm@auburn.edu>
31406
31407 * frame.el (blink-cursor-mode): Add :group keyword.
31408
314092005-02-24 Ulf Jasper <ulf.jasper@web.de>
31410
31411 * calendar/icalendar.el (icalendar--decode-isodatetime):
31412 New optional argument DAY-SHIFT.
31413 (icalendar-export-region): Fix coding-system-for-write.
31414 (icalendar--convert-ical-to-diary): Shift end-day of all-day
31415 events by one.
31416
314172005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
31418
31419 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31420
314212005-02-24 Kim F. Storm <storm@cua.dk>
31422
31423 * international/iso-acc.el (iso-accents-compose): Fix crash
31424 during redisplay. Call force-window-update after read-event
31425 and delete-region to signal that window is not accurate.
31426
314272005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
31428
31429 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31430 Remove unused and inexistent var `inhibit-trace'.
31431 (debugger-mode): Use run-mode-hooks.
31432 (debugger-list-functions): Add buttons; setup xref stack.
31433
314342005-02-23 Richard M. Stallman <rms@gnu.org>
31435
31436 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31437 appointment says it was explicitly made.
31438 (appt-add): Set the 3rd element.
31439 (appt-make-list): Preserve explicit appointments.
31440
31441 * subr.el (find-tag-default): Catch errors in forward-sexp.
31442
314432005-02-23 Juri Linkov <juri@jurta.org>
31444
31445 * info.el (Info-isearch-search): New defcustom.
31446 (Info-isearch-search): Call the default isearch function
31447 when Info-isearch-search is nil.
31448 (Info-isearch-wrap): Use variable Info-isearch-search.
31449
314502005-02-22 Luc Teirlinck <teirllm@auburn.edu>
31451
31452 * cus-edit.el: Comment change.
31453
314542005-02-22 Kim F. Storm <storm@cua.dk>
31455
31456 * progmodes/hideif.el (hide-ifdef-use-define-alist):
31457 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
31458
314592005-02-22 Simon Josefsson <jas@extundo.com>
31460
31461 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31462 New variable.
31463 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
31464 Oskarsson" <myrkraverk@users.sourceforget.net>.
31465
314662005-02-22 Kim F. Storm <storm@cua.dk>
31467
31468 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31469 check that window of that event is the selected window.
31470 (mouse-drag-region-1): Compare mouse event window to selected
31471 window before setting point.
31472
31473 * tooltip.el (tooltip-show-help-function): Pass event to
31474 mouse-on-link-p so it can check selected window.
31475
314762005-02-22 Kenichi Handa <handa@m17n.org>
31477
31478 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31479 (ps-mule-show-warning): New function.
31480 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31481 characters are found.
31482
31483 * ps-print.el (ps-header-footer-string): Return a list of header
31484 and footer strings.
31485
314862005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
31487
31488 * pcvs.el (cvs-retrieve-revision): Fix thinko.
31489
314902005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
31491
31492 * frame.el (blink-cursor-mode): Use define-minor-mode.
31493
31494 * term/mac-win.el (function-key-map): Use char-names more consistently.
31495 (file-name-coding-system): Only set it for MacOS-9. The other case is
31496 already handled in mule-cmds.el (where it also works when mac-win.el
31497 is not used).
31498
314992005-02-21 Kenichi Handa <handa@m17n.org>
31500
31501 * international/mule.el (ctext-pre-write-conversion): Always use
31502 " *code-converting-work*" buffer for work.
31503
31504 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31505
315062005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
31507
31508 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31509
315102005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
31511
31512 * ses.el (undo-more): Restore defadvice, but only the part that
31513 allows changes outside the restricted area of the buffer.
31514
315152005-02-20 Kim F. Storm <storm@cua.dk>
31516
31517 * simple.el (line-move): Add fourth optional arg try-vscroll which
31518 must be set to perform auto-window-vscroll.
31519 When moving backwards and doing auto-window-vscroll, automatically
31520 vscroll to the last part of lines which are taller than the window.
31521 (next-line, previous-line): Set try-vscroll arg on line-move.
31522
315232005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
31524
31525 * replace.el (query-replace, query-replace-regexp)
31526 (replace-string, replace-regexp): When operating on region, make
31527 the minibuffer prompt say so.
31528
31529 * isearch.el (isearch-forward): Document isearch-query-replace and
31530 isearch-query-replace-regexp keybindings.
31531
315322005-02-19 Jay Belanger <belanger@truman.edu>
31533
31534 * calc/calc-aent.el (math-read-token): Add local variable.
31535
31536 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
31537 (calc-edit-top): Move declaration to earlier in file.
31538 (calc-edit-macro-repeats): Add local variables.
31539
31540 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
31541 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
31542 calcFunc-tanh.
31543 Adjust integration rule for calcFunc-tan.
31544
315452005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31546
31547 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
31548 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
31549 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
31550 (viper-skip-separators): Bug fix.
31551 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
31552 particular major mode.
31553 (viper-del-backward-char-in-replace): Don't put deleted char on the
31554 kill ring.
31555
31556 * viper-ex.el (viper-color-display-p): New function.
31557 (viper-has-face-support-p): Use viper-color-display-p.
31558
31559 * viper-keym.el (viper-gnus-modifier-map): New keymap.
31560
31561 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
31562
31563 * viper-util.el (viper-glob-unix-files): Fix shell status check.
31564 (viper-file-remote-p): Make equivalent to file-remote-p.
31565
31566 * viper.el (viper-major-mode-modifier-list):
31567 Use viper-gnus-modifier-map.
31568
315692005-02-19 David Kastrup <dak@gnu.org>
31570
31571 * subr.el (subregexp-context-p): Fix garbled doc string by adding
31572 quoting.
31573
315742005-02-19 Jay Belanger <belanger@truman.edu>
31575
31576 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
31577 Remove extra definitions.
31578 (calc-coth): New function.
31579 (calcFunc-cot): Fix `let'.
31580
315812005-02-19 Eli Zaretskii <eliz@gnu.org>
31582
31583 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
31584 the reasons we use "type pc" in these faces.
31585
31586 * button.el (button): Ditto.
31587
315882005-02-19 Michael Mauger <mmaug@yahoo.com>
31589
31590 * replace.el (query-replace-read-from): Set the value of
31591 query-replace-from-history-variable to handle the case of an empty
31592 string entered to accept the suggested default.
31593
31594 * net/tramp.el (tramp-file-name-for-operation):
31595 Use dired-call-process instead of dired-call-process-command.
31596
315972005-02-19 Jay Belanger <belanger@truman.edu>
31598
31599 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
31600 (math-div-non-trig): New variables.
31601 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
31602 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
31603 (math-combine-prod, math-div-symb-fancy): Add simplifications for
31604 trig expressions.
31605
316062005-02-19 Nick Roberts <nickrob@snap.net.nz>
31607
31608 * progmodes/gdb-ui.el (gdb-var-update-handler)
31609 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
31610 for watch expressions,
31611 (gdb-var-create-handler): Don't set speedbar-update-flag.
31612 (gdb-post-prompt): Simplify test for speedbar.
31613
316142005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31615
31616 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
31617 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
31618 we use the syntax table of the correct buffer.
31619 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
31620 Felix Gatzemeier.
31621
31622 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
31623 (ediff-file-remote-p): Make synonymous with file-remote-p.
31624 In all deffaces ediff-*-face-*, use min-colors.
31625
31626 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
31627 ediff-recurse-to-subdirectories.
31628 (ediff-mark-if-equal): Check that the arguments are strings, use
31629 ediff-same-contents (after to Felix Gatzemeier).
31630
31631 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
31632 nil.
31633
316342005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
31635
31636 * log-view.el (log-view-message-re): Fix up Subversion regexp.
31637
316382005-02-18 David Kastrup <dak@gnu.org>
31639
31640 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
31641 use `mark-active' when defined.
31642
316432005-02-18 Kenichi Handa <handa@m17n.org>
31644
31645 * ps-print.el (ps-font-info-database): New entry
31646 ZapfChancery-MediumItalic with correct font name. Fix font name
31647 of the entry Zapf-Chancery-MediumItalic.
31648
316492005-02-16 Luc Teirlinck <teirllm@auburn.edu>
31650
31651 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
31652
316532005-02-16 Kim F. Storm <storm@cua.dk>
31654
31655 * ido.el (ido-fallback-command): Pass user input to fallback command.
31656
316572005-02-16 Nick Roberts <nickrob@snap.net.nz>
31658
31659 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
31660 (gdb-find-file-hook): Add server prefix.
31661
316622005-02-16 Richard M. Stallman <rms@gnu.org>
31663
31664 * replace.el (perform-replace): Pass new args to replace-highlight.
31665 (replace-highlight): Take region args,
31666 and pass them to isearch-lazy-highlight-new-loop.
31667
31668 * novice.el (disabled-command-hook): Autoload the defalias
31669 and the make-obsolete-variable call.
31670
31671 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
31672
31673 * isearch.el (isearch-lazy-highlight-start-limit)
31674 (isearch-lazy-highlight-end-limit): New variables limit
31675 the region for highlighting.
31676 (isearch-lazy-highlight-new-loop): New args BEG and END.
31677 (isearch-lazy-highlight-search): Use the new vars.
31678 (isearch-lazy-highlight-update): Likewise.
31679
31680 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
31681
31682 * cus-start.el (all): Use default-boundp.
31683
316842005-02-15 David Casperson <casper@unbc.ca> (tiny change)
31685
31686 * menu-bar.el (menu-bar-select-frame): Handle current frame.
31687
316882005-02-15 Luc Teirlinck <teirllm@auburn.edu>
31689
31690 * autorevert.el (auto-revert-stop-on-user-input)
31691 (auto-revert-verbose): Doc fixes.
31692
316932005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
31694
31695 * international/mule-cmds.el (set-locale-environment): Remove call
31696 to set-selection-coding-system on Windows.
31697
316982005-02-15 Jay Belanger <belanger@truman.edu>
31699
31700 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
31701 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
31702 calcFunc-coth.
31703 (math-simplify-sqrt): Add simplifications.
31704
31705 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
31706 to list.
31707
31708 * calc/calc-ext.el: Add functions to autoloads.
31709
31710 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
31711 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
31712 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
31713 (math-csc-raw, math-cot-raw): New functions.
31714
31715 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
31716
31717 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
31718 the variable name in a message.
31719
31720 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
31721 calcFunc-csc, calcFunc-cot.
31722
31723 * calc/calcalg2.el: Add derivative and integration rules for
31724 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
31725 calcFunc-csch, calcFunc-coth.
31726 (math-do-integral-methods): Add to checks for when to use
31727 substitutions.
31728
31729 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
31730
317312005-02-15 Lute Kamstra <lute@gnu.org>
31732
31733 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31734 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
40dfee6f 31735 <monnier@iro.umontreal.ca>.
6fee106e
KS
31736 (lisp-outline-level): Improve efficiency. Suggested by David
31737 Kastrup <dak@gnu.org>.
31738
317392005-02-15 Nick Roberts <nickrob@snap.net.nz>
31740
31741 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
31742 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
31743 (gdb-set-gud-minor-mode-existing-buffers): New functions.
31744 (gdb-find-file-hook): New hook. Add it to find-file-hook.
31745 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
31746
317472005-02-14 Luc Teirlinck <teirllm@auburn.edu>
31748
31749 * cus-start.el (all): Comment change.
31750
317512005-02-14 Lute Kamstra <lute@gnu.org>
31752
31753 * cus-start.el (all): Check if symbol is void.
31754
317552005-02-14 Carsten Dominik <dominik@science.uva.nl>
31756
31757 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
31758 optional argument to \cite.
31759
317602005-02-14 Richard M. Stallman <rms@gnu.org>
31761
31762 * cus-edit.el (custom-buffer-create-internal): Update help message.
31763 (custom-magic-alist): Update help messages.
31764
31765 * cus-start.el (all): Allow a var to specify a standard value.
31766
317672005-02-12 Luc Teirlinck <teirllm@auburn.edu>
31768
31769 * custom.el (custom-theme-set-variables): Handle variable aliases.
31770
31771 * frame.el (blink-cursor-timer): Doc fix.
31772 (blink-cursor): Make it an alias for `blink-cursor-mode' and
31773 declare obsolete.
31774 (blink-cursor-mode): Define with defcustom and use correct
31775 standard expression in that defcustom.
31776 * startup.el (command-line): Adapt to above changes in frame.el.
31777
317782005-02-11 Lute Kamstra <lute@gnu.org>
31779
31780 * apropos.el (apropos-score-doc): Prevent division by zero.
31781
317822005-02-11 Ulf Jasper <ulf.jasper@web.de>
31783
31784 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
31785 (icalendar--get-event-property-attributes)
31786 (icalendar--get-event-properties)
31787 (icalendar--datetime-to-diary-date): New functions.
31788 (icalendar--split-value): Doc fix.
31789 (icalendar--datetime-to-noneuropean-date)
31790 (icalendar--datetime-to-european-date): New optional argument
31791 SEPARATOR. Return result as a string instead of a list.
31792 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
31793 (icalendar--convert-string-for-export): Rename arg S to STRING.
31794 (icalendar-export-region): Doc fix. Change name of error buffer.
31795 Save output buffer.
31796 (icalendar-import-file): Add blank at end of prompt.
31797 (icalendar-import-buffer): Doc fix. Do not switch to error
31798 buffer. Indicate status in return value.
31799 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
31800 buffer. Save output buffer. Handle exception from recurrence
31801 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
31802 events. Fix problems with weekly all-day events.
31803
318042005-02-10 Richard M. Stallman <rms@gnu.org>
31805
31806 * simple.el (eval-expression-print-format):
31807 Avoid warning about edebug-active.
31808
31809 * help.el (help-for-help-internal): Rename from help-for-help.
31810 (help-for-help): Define with defalias.
31811
31812 * font-core.el (font-lock-default-function): Use with-no-warnings.
31813
31814 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
31815
31816 * custom.el (defface): Doc fix.
31817
318182005-02-10 Nick Roberts <nickrob@snap.net.nz>
31819
31820 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
31821 width 0" to prevent word wrapping problems.
31822
318232005-02-09 Kim F. Storm <storm@cua.dk>
31824
31825 * ido.el (ido-file-extensions-order): New defcustom.
31826 (ido-file-extension-lessp, ido-file-extension-aux)
31827 (ido-file-extension-order): New advanced file ordering.
31828 (ido-file-lessp): New simple file ordering.
31829 (ido-sort-list): Remove.
31830 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
31831 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
31832
318332005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
31834
31835 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
31836 that some versions of grep produce.
31837 (grep-mode-font-lock-keywords): Likewise.
31838
318392005-02-09 Nick Roberts <nickrob@snap.net.nz>
31840
31841 * progmodes/gdb-ui.el (gdb-location-list): New variable.
31842 (gdb-cdir): Delete.
31843 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
31844 (gdb-source-info): Treat case when source file is in another
31845 directory properly.
31846 (gdb-get-location): New function.
31847
318482005-02-07 Jay Belanger <belanger@truman.edu>
31849
31850 * calc/calc-prog.el (calc-write-parse-table-part)
31851 (calc-fix-token-name): Fix a check for language type.
31852
31853 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
31854
318552005-02-07 Andre Spiegel <spiegel@gnu.org>
31856
31857 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
31858 as directory not writable.
31859
318602005-02-07 Kim F. Storm <storm@cua.dk>
31861
31862 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
31863 (cua--standard-movement-commands): Remove list.
31864 Instead, set CUA property value to move for movement commands.
31865 (cua-movement-commands): Remove. Users must set CUA prop instead.
31866 (cua--pre-command-handler): Check CUA property.
31867 (cua--init-keymaps): Don't remap undo commands.
31868 (cua-mode): Don't call cua--rectangle-on-off.
31869
31870 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
31871 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
31872 (cua--rect-undo-set-point): New var.
31873 (cua--rectangle-undo-boundary): Setup undo apply entry.
31874 (cua--rect-undo-handler): New function for rectangle undo.
31875 (cua--rect-start-position, cua--rect-end-position): Add.
31876 (cua--rectangle-post-command): Call cua--rectangle-set-corners
31877 for restored rectangle. Set point if cua--rect-undo-set-point.
31878
318792005-02-06 Jay Belanger <belanger@truman.edu>
31880
31881 * calc/calc-lang.el (calc-tex-language): Display more information
31882 in messages.
31883
31884 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
31885 in TeX mode.
31886
318872005-02-06 Richard M. Stallman <rms@gnu.org>
31888
31889 * emacs-lisp/lisp.el (buffer-end): Doc fix.
31890
4fc9bd56 318912005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6fee106e
KS
31892
31893 * net/ldap.el (ldap-search-internal): Support attributes with
31894 optional descriptions separated by a semi-colon, as in
31895 "userCertificate;binary".
31896
318972005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31898
31899 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
31900 isn't a cons (i.e. the version is 0).
31901
319022005-02-05 Eli Zaretskii <eliz@gnu.org>
31903
31904 * help.el (help-for-help): Doc fix.
31905
319062005-02-05 Nick Roberts <nickrob@snap.net.nz>
31907
31908 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
31909 GDB-Windows on the menu-bar as this works better.
31910
319112005-02-04 Jay Belanger <belanger@truman.edu>
31912
31913 * calc/calc-embed.el (calc-embedded-update): Don't put in
31914 unnecessary newlines. Adjust the end of formula marker.
31915
31916 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
31917 (math-latex-parse-two-args): New function.
31918
319192005-02-03 Lute Kamstra <lute@gnu.org>
31920
31921 * help-fns.el (help-with-tutorial): Make sure that users cannot
31922 remove the entire text of the tutorial by means of `undo'.
31923
319242005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
31925
31926 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
31927 in recent changes, where the ispell process was repeatedly
31928 killed & restarted.
31929
31930 * international/mule-cmds.el (set-locale-environment): Set file-name
31931 coding system to utf-8 on Darwin systems.
31932 (set-default-coding-systems): Don't set default-file-name-coding-system
31933 on Darwin systems.
31934
319352005-02-03 Richard M. Stallman <rms@gnu.org>
31936
31937 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
31938
319392005-02-03 Matt Hodges <MPHodges@member.fsf.org>
31940
31941 * faces.el (list-faces-display): Add optional argument.
31942
319432005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
31944
31945 * font-core.el (font-lock-default-function): Handle the rare case where
31946 only font-lock-keywords is set.
31947
319482005-02-02 Kenichi Handa <handa@m17n.org>
31949
31950 * international/characters.el: Cancel previous change for
31951 I-WITH-DOT-ABOVE and DOTLESS-i.
31952
31953 * international/latin-5.el: Cancel previous change.
31954
319552005-02-02 Nick Roberts <nickrob@snap.net.nz>
31956
31957 * progmodes/gud.el: Correction to syntax in gud-menu-map.
31958
319592005-02-02 Kenichi Handa <handa@m17n.org>
31960
31961 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
31962 DOTLESS-i.
31963
31964 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
31965 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
31966
31967 * case-table.el (get-upcase-table): New function.
31968 (copy-case-table): Copy upcaes table too if non-nil.
31969 (set-case-syntax-delims): Maintain upcase table too.
31970 (set-case-syntax-pair): Likewise.
31971 (set-upcase-syntax, set-downcase-syntax): New functions.
31972 (set-case-syntax): Maintain upcase table too.
31973
319742005-02-02 Nick Roberts <nickrob@snap.net.nz>
31975
31976 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
31977
31978 * progmodes/gud.el (gud-goto-info): New function.
31979 (gud-tool-bar-map): Use correct icon.
31980
319812005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
31982
31983 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
31984 When delegating, order args in the funcall correctly.
31985
319862005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
31987
31988 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
31989
319902005-02-01 Carsten Dominik <dominik@science.uva.nl>
31991
31992 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
31993 buffer not visiting a file.
31994
319952005-01-31 Jay Belanger <belanger@truman.edu>
31996
31997 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
31998 bound on the line with the formula.
31999
320002005-01-31 Kim F. Storm <storm@cua.dk>
32001
32002 * ses.el (ses-create-cell-variable-range)
32003 (ses-destroy-cell-variable-range, ses-reset-header-string)
32004 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32005 (ses-insert-row): Fix format of apply undo entries.
32006
320072005-01-31 Jay Belanger <belanger@truman.edu>
32008
32009 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32010 parts.
32011
32012 * calc/calc-embed.el (calc-embedded-open-formula)
32013 (calc-embedded-close-formula): Ignore matrix environments.
32014
32015 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32016 TeX mode.
32017
32018 * calc/calc-lang.el (math-function-table, math-oper-table)
32019 (math-variable-table): Adjust the LaTeX portions.
32020
32021 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32022 (math-latex-ignore-words): New constant.
32023
320242005-01-31 Richard M. Stallman <rms@gnu.org>
32025
32026 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32027 (ispell-local-dictionary): Doc fix.
32028 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32029 Don't reinitialize at run time. Don't defcustom.
32030 All uses changed to append ispell-local-dictionary-alist,
32031 or check it first.
32032 (ispell-current-dictionary): New variable for dictionary in use.
32033 (ispell-dictionary): Now used only for global default.
32034 (ispell-start-process): Set ispell-current-dictionary,
32035 not ispell-dictionary.
32036 (ispell-change-dictionary): Use this only for setting
32037 user preferences.
32038 (ispell-internal-change-dictionary): New function
32039 to change the current dictionary in use.
32040 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32041 Use ispell-current-dictionary.
32042 Handle ispell-local-dictionary-overridden.
32043 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32044
320452005-01-31 Jay Belanger <belanger@truman.edu>
32046
32047 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32048
32049 * calc/calc-ext.el: Add calc-latex-language to autoloads.
32050 (calc-mode-map): Add calc-latex-language.
32051
32052 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32053 (math-latex-print-frac): New functions.
32054 (math-oper-table, math-function-table, math-variable-table)
32055 (math-complex-format, math-input-filter): Add latex properties.
32056 (calc-set-language): Set math-expr-special-function-mapping.
32057
32058 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32059 (calc-write-parse-table-part): Add LaTeX support.
32060
32061 * calc/calc.el (calc-language): Adjust docstring.
32062 (calc-set-mode-line): Add LaTeX support.
32063 (math-expr-special-function-mapping): New variable.
32064 (math-tex-ignore-words): Add to list.
32065
32066 * calc/calccomp.el (math-compose-expr, math-compose-rows):
32067 Add LaTeX support.
32068 (math-compose-expr): Add support for special functions.
32069
32070 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32071
320722005-01-31 Nick Roberts <nickrob@snap.net.nz>
32073
32074 * progmodes/gdb-ui.el (gdb-memory-address)
32075 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32076 (gdb-memory-mode-map, gdb-memory-format-keymap)
32077 (gdb-memory-format-menu, gdb-memory-unit-keymap)
32078 (gdb-memory-unit-menu): New variables for a buffer
32079 that lets the user examine program memory.
32080 (gdb-memory-set-address, gdb-memory-set-repeat-count)
32081 (gdb-memory-format-binary, gdb-memory-format-octal)
32082 (gdb-memory-format-unsigned, gdb-memory-format-signed)
32083 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32084 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32085 (gdb-memory-unit-word, gdb-memory-unit-halfword)
32086 (gdb-memory-unit-byte, gdb-memory-unit-menu)
32087 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32088 (gdb-memory-mode, gdb-memory-buffer-name)
32089 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32090 New functions for above buffer.
32091
320922005-01-30 Richard M. Stallman <rms@gnu.org>
32093
32094 * cus-edit.el (custom-bury-buffer): Function deleted.
32095 (custom-buffer-done-function): Option deleted.
32096 (custom-buffer-done-kill): New replacement option.
32097 (Custom-buffer-done): Call quit-window.
32098 (custom-buffer-create-internal): Update for above changes.
32099
321002005-01-29 Luc Teirlinck <teirllm@auburn.edu>
32101
32102 * simple.el (undo-ask-before-discard): New var.
32103 (undo-outer-limit-truncate): Implement it.
32104 (undo-extra-outer-limit): Doc update.
32105
321062005-01-29 Richard M. Stallman <rms@gnu.org>
32107
32108 * ses.el (undo-more): Delete defadvice.
32109 (ses-begin-change): Doc fix.
32110
32111 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32112 instead of rebinding C-x u and C-_.
32113
32114 * files.el (normal-backup-enable-predicate): Return nil for files
32115 in /tmp, regardless of temporary-file-directory.
32116
32117 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32118
32119 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32120 (open-rectangle, delete-whitespace-rectangle-line)
32121 (clear-rectangle-line): If FILL, pass t instead of FILL
32122 for move-to-column's 2nd arg.
32123
32124 * simple.el (undo): Fix the test for continuing a series of undos.
32125 (undo-more): Set pending-undo-list to t when we reach end.
32126 (pending-undo-list): Move up defvar.
32127
32128 * wid-edit.el (widget-button-click):
32129 Shorten the range of the track-mouse binding.
32130
32131 * comint.el (comint-insert-input): Undo previous changes;
32132 use last-input-event in interactive spec.
32133
321342005-01-29 Eli Zaretskii <eliz@gnu.org>
32135
32136 * progmodes/compile.el (compilation-start): Bind buffer-read-only
32137 to nil before invoking call-process. Reset buffer's modified flag
32138 after fontifying it in the no-async branch.
32139
32140 * wid-edit.el (widget-specify-button): If mouse pointer shape
32141 cannot be changed, use mouse face instead.
32142
321432005-01-29 Nick Roberts <nickrob@snap.net.nz>
32144
32145 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32146 (gdb-goto-breakpoint): Make breakpoint handling work on template
40dfee6f 32147 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
6fee106e
KS
32148 (gdb-assembler-custom): Update to recognize breakpoint information
32149 added on 2005-01-19.
32150
321512005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
32152
32153 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32154 (dsssl-mode): Use define-derived-mode.
32155 (scheme-mode-initialize): Remove.
32156 (scheme-mode): Use run-mode-hooks.
32157
32158 * cus-edit.el (customize-group-other-window)
32159 (custom-buffer-create-other-window): Don't override special-display-*.
32160 (custom-mode-map): Make it dense.
32161
32162 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32163 sets the default value.
32164
321652005-01-28 Eli Zaretskii <eliz@gnu.org>
32166
32167 * descr-text.el: Add more keywords.
32168
321692005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
32170
32171 * speedbar.el: Avoid unnecessary use of locate-library.
32172
32173 * international/mule-cmds.el (standard-display-european-internal):
32174 Don't fiddle with latin-1 non-break space any more since it's now
32175 special cased in the C code.
32176 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32177
321782005-01-26 Luc Teirlinck <teirllm@auburn.edu>
32179
32180 * cus-start.el (all): Add `undo-outer-limit'.
32181
321822005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32183
32184 * textmodes/bibtex.el (bibtex-format-entry):
32185 Use `bibtex-empty-field-re' only on the text of fields, not on entire
32186 field lines.
32187 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32188 not on part of a buffer.
32189
321902005-01-25 Lute Kamstra <lute@gnu.org>
32191
32192 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32193 nonempty field text strings like "{letters\\macro{}more letters}".
32194 Clarify docstring.
32195 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32196 (bibtex-entry-offset, bibtex-parse-association)
32197 (bibtex-parse-field-name): Fix typos in docstrings.
32198 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32199
322002005-01-24 Carsten Dominik <dominik@science.uva.nl>
32201
32202 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32203 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32204 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32205 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32206
32207 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32208 isearch minor mode.
32209
322102005-01-24 Luc Teirlinck <teirllm@auburn.edu>
32211
32212 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32213
322142005-01-24 Lute Kamstra <lute@gnu.org>
32215
32216 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32217 CASECHARS and NOT-CASECHARS regular expressions of the
32218 "nederlands" and "nederlands8" dictionaries to prevent a "Range
32219 striding over charsets" error.
32220
322212005-01-24 Jay Belanger <belanger@truman.edu>
32222
32223 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32224 display variable name.
32225
322262005-01-24 Kenichi Handa <handa@m17n.org>
32227
32228 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32229 Fix setting of the element of encoded-kbd-iso2022-invocations.
32230
322312005-01-24 Nick Roberts <nickrob@snap.net.nz>
32232
32233 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32234 (gdb-threads-select): Change to also accept mouse events.
32235 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32236 (gdb-threads-mouse-select): Delete.
32237
322382005-01-23 Luc Teirlinck <teirllm@auburn.edu>
32239
32240 * files.el (insert-directory): Take care of empty directory,
32241 listed without -a switch.
32242
322432005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
32244
32245 * textmodes/refill.el (refill-post-command-function):
32246 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32247 to the list of functions that we should be careful not to undo.
32248 (refill-late-fill-paragraph-function): Remove.
32249 (refill-saved-state): New var.
32250 (refill-mode): Use it to save fill-paragraph-function.
32251 Save also the value of auto-fill-function.
32252
32253 * term/w32-win.el: Simplify code.
32254
322552005-01-23 Kim F. Storm <storm@cua.dk>
32256
32257 * simple.el (line-move): Adapt to new return value from
32258 pos-visible-in-window-p.
32259
32260 * simple.el (line-move): Fix last change. Check partial
32261 visibility at point rather than at window-start.
32262
322632005-01-22 Jason Rumney <jasonr@gnu.org>
32264
32265 * term/w32-win.el (xw-defined-colors): Remove debug-message.
32266
322672005-01-22 David Kastrup <dak@gnu.org>
32268
32269 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32270
322712005-01-22 Eli Zaretskii <eliz@gnu.org>
32272
32273 * type-break.el (type-break-mode): Add a test for
32274 type-break-file-name being non-nil.
32275
322762005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
32277
32278 * net/eudc.el (top level): Call (message "") via progn, so that
32279 eudc-options-file is loaded.
32280
322812005-01-22 Kim F. Storm <storm@cua.dk>
32282
32283 * simple.el (line-move-1): Rename from line-move.
32284 (line-move): New function that adjusts vscroll for partially
32285 visible rows, and calls line-move-1 otherwise.
32286
322872005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
32288
32289 * pcomplete.el: Define pcomplete-read-event instead of read-event,
32290 since it's not a complete read-event implementation
32291
322922005-01-20 Jay Belanger <belanger@truman.edu>
32293
32294 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32295 for called function.
32296
322972005-01-20 Steven Tamm <steventamm@mac.com>
32298
32299 * term/mac-win.el (process-connection-type): Remove.
32300 Controlled now by s/darwin.h:PTY_ITERATION.
32301
323022005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
32303
32304 * window.el (handle-select-window): Don't switch window when we're
32305 in the minibuffer.
32306
323072005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
32308
32309 * subr.el (dotimes-with-progress-reporter): New macro.
32310
32311 * ses.el (ses-dotimes-msg): Remove macro.
32312 Use `dotimes-with-progress-reporter' instead.
32313
323142005-01-19 Steven Tamm <steventamm@mac.com>
32315
32316 * term/mac-win.el (process-connection-type): Use new
32317 operating-system-release variable to use ptys on Darwin 7 (OS X
32318 10.3) when using carbon build.
32319
323202005-01-19 Jay Belanger <belanger@truman.edu>
32321
32322 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32323 flags if the last command was a tab or M-tab.
32324
32325 * calc/calc-prog.el (calc-user-define-edit): Put original formula
32326 in formula editing buffer.
32327
323282005-01-19 Nick Roberts <nickrob@snap.net.nz>
32329
32330 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32331 breakpoint image symbol in margin.
32332
323332005-01-19 Jay Belanger <belanger@truman.edu>
32334
32335 * calc/calc-prog.el (calc-execute-kbd-macro):
32336 Ignore calc-keep-arg-flag.
32337
323382005-01-19 Kenichi Handa <handa@m17n.org>
32339
32340 * textmodes/ispell.el (ispell-looking-at): New function.
32341 (ispell-process-line): Use ispell-looking-at to compare the ispell
32342 output and the buffer contents.
32343
323442005-01-18 Jay Belanger <belanger@truman.edu>
32345
32346 * calc/calc.el (calc-display-raw): Fix docstring.
32347
323482005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
32349
32350 * simple.el (blink-matching-open): Strip extra info from syntax.
32351
32352 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32353 funny chars in the end-of-here-doc marker.
32354
323552005-01-19 Nick Roberts <nickrob@snap.net.nz>
32356
32357 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32358 that enable/disabled state of breakpoints is shown correctly in
32359 fringe and on ttys.
32360 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32361 Add breakpoint information as text properties.
32362 (gdb-mouse-toggle-breakpoint):
32363 Rename to gdb-mouse-set-clear-breakpoint.
32364 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
32365 breakpoints in the margin.
32366 (gdb-remove-strings): Simplify.
32367
323682005-01-17 Jay Belanger <belanger@truman.edu>
32369
32370 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32371 erasing buffer.
32372
323732005-01-17 Richard M. Stallman <rms@gnu.org>
32374
32375 * progmodes/grep.el (grep-find): Copy from `grep' the condition
32376 for calling grep-compute-defaults.
32377
32378 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32379 if buffer is empty.
32380
32381 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32382
323832005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
32384
32385 * hilit-chg.el (highlight-changes-mode): Don't autoload.
32386
32387 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32388 non-preloaded variables.
32389
323902005-01-17 Steven Tamm <steventamm@mac.com>
32391
32392 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32393 tex-shell cause to force interactivity when using pipes.
32394
323952005-01-17 Kim F. Storm <storm@cua.dk>
32396
32397 * simple.el (just-one-space): Make arg optional.
32398
323992005-01-17 Nick Roberts <nickrob@snap.net.nz>
32400
32401 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32402 posn-at-x-y to t to access left-margin.
32403
324042005-01-16 Michael Albinus <michael.albinus@gmx.de>
32405
32406 Sync with Tramp 2.0.47.
32407
32408 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32409 catching keep-date problems in cp/scp operations.
32410 (tramp-handle-copy-file): Don't call `set-file-modes'
32411 unconditionally. Specialized functions should know better what is
32412 necessary. This improves performance a little bit, and the
32413 functions could catch errors with `cp -p' and `scp -p'.
32414 (tramp-do-copy-or-rename-file-via-buffer)
32415 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32416 when appropriate.
32417 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32418 Call `set-file-modes' when appropriate.
32419 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
40dfee6f 32420 Johnsson <isak@hypergene.com>.
6fee106e
KS
32421 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32422 of both Tramp buffer and debug buffer. Reported by Joakim Verona
40dfee6f 32423 <joakim@verona.se>.
6fee106e
KS
32424 (tramp-file-name-for-operation): Mark `shell-command' as magic for
32425 Emacs only.
32426
32427 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
32428 `find-file-hooks' and `dired-mode-hook'.
32429 (tramp-minor-mode-map): Respective map. Add remapping for
32430 `compile' and `recompile'.
32431 (tramp-remap-command, tramp-recompile): New defuns.
32432 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32433 in buffer "*Compilation*". Call the commands asynchronously.
32434
32435 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32436 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32437 `shell-command', because it isn't magic in XEmacs. Reported by
32438 Adrian Aichner <adrian@xemacs.org>.
32439
32440 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32441 `substitute-in-file-name.
32442 (tramp-smb-handle-substitute-in-file-name): New defun.
32443 (tramp-smb-advice-PC-do-completion): Delete advice.
32444
324452005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
32446
32447 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32448 Fix error in deleting region.
32449
324502005-01-15 Richard M. Stallman <rms@gnu.org>
32451
32452 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32453 In non-temp buffer, switch syntax table temporarily.
32454
32455 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32456
32457 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32458
32459 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32460
32461 * imenu.el (imenu--split-menu): Copy menulist before sorting.
32462 (imenu--generic-function): Use START, not BEG, as pos of definition.
32463
32464 * simple.el (just-one-space): Argument specifies number of spaces.
32465
32466 * simple.el (eval-expression-print-format): Avoid warning
32467 about edebug-active.
32468
40dfee6f 324692005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
6fee106e
KS
32470
32471 * progmodes/sh-script.el: Code copied from make-mode.el
32472 with small changes,
32473 (sh-mode-map): Bind C-c C-\.
32474 (sh-backslash-column, sh-backslash-align): New variables.
32475 (sh-backslash-region, sh-append-backslash): New functions.
32476
324772005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
32478
32479 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32480 (rmail-pop-password, rmail-pop-password-required): Move to
32481 rmail-obsolete group.
32482 (rmail-set-pop-password): Rename to rmail-set-remote-password.
32483 All callers updated.
32484 (rmail-get-pop-password): Rename to rmail-get-remote-password.
32485 Take an argument specifying whether it is POP or IMAP mailbox we
32486 are using. All callers updated.
32487 (rmail-pop-password-error): Rename to
32488 rmail-remote-password-error. Added mailutils-specific error message.
32489 (rmail-movemail-search-path)
32490 (rmail-movemail-variant-in-use): New variables.
32491 (rmail-remote-password, rmail-remote-password-required):
32492 New customization variables.
32493 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32494 (rmail-parse-url): New function.
32495 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32496 with GNU mailutils movemail.
32497
324982005-01-15 Kevin Ryde <user42@zip.com.au>
32499
32500 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32501 suffix to space, $ or '$, to correctly position point when going
32502 to @table style constants like DBL_MAX.
32503
325042005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
32505
32506 * type-break.el (type-break-mode, type-break-file-time)
32507 (type-break-file-keystroke-count, type-break-choose-file):
32508 Don't store data in or load data from the file if type-break-file-name
32509 is nil.
32510 (type-break-file-name): Doc update as per the above.
32511
325122005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
32513
32514 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32515 lookup-key might return nil; handle that.
32516
325172005-01-15 Alan Mackenzie <acm@muc.de>
32518
32519 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
32520 rather than the element found, thus enabling the tree to be setcar'd.
32521
325222005-01-14 Carsten Dominik <dominik@science.uva.nl>
32523
32524 * textmodes/org.el (org-show-following-heading): New option.
32525 (org-show-hierarchy-above): Use `org-show-following-heading'.
32526 (org-cycle): Documentation fix.
32527
32528 * textmodes/org.el (orgtbl-optimized): New option
32529 (orgtbl-mode): New command, a minor mode.
32530 (orgtbl-mode-map): New variable.
32531 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
32532 (orgtbl-error, orgtbl-self-insert-command)
32533 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
32534
32535 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
32536 a local variable in each org-mode buffer.
32537
32538 * textmodes/org.el (org-set-regexps-and-options): Rename from
32539 `org-set-regexps'. Added checking for STARTUP keyword.
32540 (org-get-current-options): Add STARTUP options.
32541 (org-table-insert-row): Make mode intelligent about when
32542 realignment is needed.
32543 (org-self-insert-command, org-delete-backward-char, org-delete-char):
32544 New commands.
32545 (org-enable-table-editor): New default value `optimized'.
32546 (org-table-blank-field): Support blanking regions if active.
32547
325482005-01-14 Carsten Dominik <dominik@science.uva.nl>
32549
32550 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
32551 if the year is not given.
32552
32553 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
32554 Add new escapes %m and %M, fixed bug with %F by adding
32555 save-match-data.
32556 (reftex-reference): Remove ?. from list of spaces.
32557 (reftex-label-info): Add automatic label prefix recognition.
32558
32559 * textmodes/reftex-index.el (reftex-index-next-phrase):
32560 Add slave parameter to call of `reftex-index-this-phrase'.
32561 (reftex-index-this-phrase): New optional argument.
32562 (reftex-index-region-phrases): Add slave parameter to call of
32563 `reftex-index-this-phrase'.
32564 (reftex-display-index): New argument redo.
32565 (reftex-index-rescan): Add `redo' to arguments of
32566 `reftex-display-index'.
32567 (reftex-index-Rescan, reftex-index-revert)
32568 (reftex-index-switch-index-tag): Add `redo' to arguments of
32569 `reftex-display-index'.
32570 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
32571 indexing. Fix bug with matching is there is a quote before or
32572 after the word.
32573
32574 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
32575 Fix bug when collecting citation keys in lines with comments.
32576 (reftex-citation): Prefix argument no longer rescans the document,
32577 but forces prompting for optional arguments of cite macros.
32578 (reftex-do-citation): Prompting for optional arguments implemented.
32579
32580 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32581 Add optional arguments to most cite commands.
32582 (reftex-cite-cleanup-optional-args): New option
32583 (reftex-cite-prompt-optional-args): New option.
32584 (reftex-trust-label-prefix): New option.
32585
32586 * textmodes/reftex-toc.el (reftex-toc-find-section):
32587 Add push-mark before changing the position in the buffer.
32588
32589 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
32590 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
32591
325922005-01-14 Nick Roberts <nickrob@snap.net.nz>
32593
32594 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
32595 more carefully.
32596
325972005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
32598
32599 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
32600 (sgml-mode): Use it.
32601 (sgml-get-context): Better keep track of implicitly closed tags.
32602
326032005-01-13 Kenichi Handa <handa@m17n.org>
32604
32605 * textmodes/ispell.el: These changes are to fix misalignment error
32606 caused by equivalent characters of different Emacs charsets.
32607 (ispell-unified-chars-table): New variable.
32608 (ispell-get-decoded-string): New function.
32609 (ispell-get-casechars, ispell-get-not-casechars)
32610 (ispell-get-otherchars): Call ispell-get-decoded-string.
32611
326122005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
32613
32614 * custom.el (custom-declare-variable): Just put symbol instead
32615 of (defvar . symbol) in `current-load-list'.
32616
326172005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
32618
32619 * emacs-lisp/elint.el: Fixed typo in Commentary section.
32620
326212005-01-12 Jay Belanger <belanger@truman.edu>
32622
32623 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
32624 to create a Calc summary.
32625
326262005-01-12 Kim F. Storm <storm@cua.dk>
32627
32628 * mouse.el (mouse-on-link-p): Change functionality and doc
32629 string to comply with latest description in lisp ref.
32630
326312005-01-12 Nick Roberts <nickrob@snap.net.nz>
32632
32633 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
32634 Enable mouse clicks on mode-line, header-line and margin.
32635 (event-type): Give mouse event symbols an `event-kind' property
32636 with value `mouse-click'.
32637
326382005-01-12 Juri Linkov <juri@jurta.org>
32639
32640 * facemenu.el (list-colors-display): Add new arg buffer-name.
32641 Use it. Fix docstring. Replace code for identifying duplicate
32642 colors by the name with call to `list-colors-duplicates' which
32643 identifies duplicate colors by the value unless the color
32644 is one of special Windows colors. Set truncate-lines to t.
32645 Print sorted duplicate color names on each line. Indent to 22
32646 \(the longest color name in rgb.txt) instead of 20. Optimize.
32647 (list-colors-duplicates): New function.
32648 (facemenu-color-name-equal): Delete function.
32649
32650 * facemenu.el (list-colors-print): New function created from code
32651 in list-colors-display. Print #RRGGBB at the window right edge.
32652 (list-colors-display): When temp-buffer-show-function is not
32653 defined, call list-colors-print from temp-buffer-show-hook
32654 to get the right value of window-width in list-colors-print
32655 after the buffer is displayed.
32656
32657 * simple.el (pop-mark): Move deactivate-mark out of conditional
32658 part to deactivate the active mark regardless of the state of the
32659 mark ring.
32660
32661 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
32662 variables line in desktop files.
32663
326642005-01-12 Juri Linkov <juri@jurta.org>
32665
32666 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
32667 Bring together isearch highlight related options.
32668 (lazy-highlight): Replace group `replace' by `matching'.
32669 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32670 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32671 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
32672 and declare them obsolete.
32673 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
32674 (isearch-faces): Remove defgroup.
32675 (isearch-overlay, isearch-highlight, isearch-dehighlight):
32676 Move isearch highlighting code closer to lazy highlighting code.
32677
32678 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
32679 (query-replace-highlight, query-replace-lazy-highlight)
32680 (query-replace): Move definitions to the beginning of the file.
32681
326822005-01-11 Juri Linkov <juri@jurta.org>
32683
32684 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
32685 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
32686 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
32687
32688 * info.el (Info-history-forward): New variable.
32689 (Info-select-node): Reset Info-history-forward to nil.
32690 (Info-last): Turn into defalias.
32691 (Info-history-back): Rename from Info-last.
32692 Add current node to Info-history-forward.
32693 (Info-history-forward): New fun.
32694 (Info-mode-map): Replace Info-last by Info-history-back.
32695 Bind Info-history-forward to "r".
32696 (Info-mode-menu): Replace Info-last by Info-history-back.
32697 Fix menu item text. Add menu item for Info-history-forward.
32698 (info-tool-bar-map): Replace Info-last by Info-history-back.
32699 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
32700 for Info-history-forward.
32701 (Info-mode): Replace Info-last by Info-history-back in docstring.
32702 Add local variable Info-history-forward.
32703 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
32704
327052005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
32706
32707 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
32708 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
32709 Ignore select-window events rather than fiddle with
32710 mouse-autoselect-window.
32711
327122005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
32713
32714 * type-break.el (type-break-mode): Fix previous change.
32715
327162005-01-10 Jay Belanger <belanger@truman.edu>
32717
32718 * calc/calc-ext.el (calc-reset): Reset when inside embedded
32719 calculator; only reset when point is inside a calculator.
32720 Don't adjust the window height if the window takes up the whole height
32721 of the frame.
32722
327232005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
32724
32725 * ebuff-menu.el (Electric-buffer-menu-mode):
32726 Preserve value of buffer-local var header-line-format.
32727
327282005-01-09 Jay Belanger <belanger@truman.edu>
32729
32730 * calc/calc.el (calc-mode-var-list-restore-saved-values):
32731 Make sure settings file exists before accessing it.
32732
32733 * calc/calc-embed.el (calc-embedded-subst):
32734 Replace math-multi-subst-rec, which is only supposed to be called
32735 by math-multi-subst, by math-multi-subst.
32736
327372005-01-09 Andre Spiegel <spiegel@gnu.org>
32738
32739 * vc.el (vc-allow-async-revert): New user option.
32740 (vc-disable-async-diff): New internal variable.
32741 (vc-revert-buffer): Use them to disable asynchronous diff.
32742
32743 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
32744 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
32745 asynchronously if vc-disable-async-diff is t.
32746
327472005-01-09 Jay Belanger <belanger@truman.edu>
32748
32749 * calc/calc.el (defcalcmodevar): New macro.
32750 (calc-mode-var-list-restore-default-values)
32751 (calc-mode-var-list-restore-saved-values): New functions.
32752 (calc-mode-var-list): Use defcalcmodevar to define it.
32753 (calc-always-load-extensions, calc-line-numbering)
32754 (calc-line-breaking, calc-display-just, calc-display-origin)
32755 (calc-number-radix, calc-leading-zeros, calc-group-digits)
32756 (calc-group-char, calc-point-char, calc-frac-format)
32757 (calc-prefer-frac, calc-hms-format, calc-date-format)
32758 (calc-float-format, calc-full-float-format, calc-complex-format)
32759 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
32760 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
32761 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
32762 (calc-matrix-brackets, calc-language, calc-language-option)
32763 (calc-left-label, calc-right-label, calc-word-size)
32764 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
32765 (calc-display-raw, calc-internal-prec, calc-angle-mode)
32766 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
32767 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
32768 (calc-window-height, calc-display-trail, calc-show-selections)
32769 (calc-use-selections, calc-assoc-selections)
32770 (calc-display-working-message, calc-auto-why, calc-timing)
32771 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
32772 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
32773 (calc-gnuplot-default-device, calc-gnuplot-default-output)
32774 (calc-gnuplot-print-device, calc-gnuplot-print-output)
32775 (calc-gnuplot-geometry, calc-graph-default-resolution)
32776 (calc-graph-default-resolution-3d, calc-invocation-macro)
32777 (calc-show-banner): Use defcalcmodevar to declare them and set
32778 their default values.
32779
32780 * calc/calc-ext.el (calc-reset): Restore saved values of variables
32781 instead of default values (but restore default values if there is
32782 an argument of 0).
32783
327842005-01-09 David Kastrup <dak@gnu.org>
32785
32786 * desktop.el (desktop-restore-eager): Fix typo in type.
32787
327882005-01-08 Richard M. Stallman <rms@gnu.org>
32789
32790 * cus-edit.el (customize): Delete :link.
32791
327922005-01-08 Jay Belanger <belanger@truman.edu>
32793
32794 * calc/calc.el (calc-mode): Remove the extension from the
32795 `calc-settings-file' file name when loading it.
32796
327972005-01-08 Kim F. Storm <storm@cua.dk>
32798
32799 * info.el (Info-mode-map, Info-next-link-keymap)
32800 (Info-prev-link-keymap, Info-up-link-keymap):
32801 Map follow-link to mouse-face.
32802 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
32803
328042005-01-08 Jay Belanger <belanger@truman.edu>
32805
32806 * calc/calc.el (calc-settings-file): Change default value.
32807 Suggested by cgw in a comment in calc-mode.el.
32808
32809 * calc/calc-mode.el (calc-settings-file-name):
32810 Compare calc-settings-file to user-init-file instead of ~/.emacs.
32811 Replace ~/.emacs in a prompt by calc-settings-file.
32812
328132005-01-07 Lars Hansen <larsh@math.ku.dk>
32814
32815 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
32816 (desktop-lazy-idle-delay): New customizable variables.
32817 (desktop-buffer-args-list): New variable.
32818 (desktop-append-buffer-args): New function.
32819 (desktop-save): Call desktop-append-buffer-args for some buffers.
32820 (desktop-lazy-create-buffer): New function.
32821 (desktop-idle-create-buffers): New function.
32822 (desktop-read): Add message about buffers to restore lazily.
32823 (desktop-lazy-abort): New command.
32824 (desktop-clear): Call desktop-lazy-abort.
32825 (desktop-lazy-complete): New command.
32826
328272005-01-06 Richard M. Stallman <rms@gnu.org>
32828
32829 * emacs-lisp/find-func.el (find-face-definition):
32830 Rename from find-face.
32831
328322005-01-06 Kim F. Storm <storm@cua.dk>
32833
32834 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
32835
32836 * man.el (Man-xref-man-page, Man-xref-header-file)
32837 (Man-xref-normal-file): Add follow-link property.
32838
328392005-01-06 Jay Belanger <belanger@truman.edu>
32840
32841 * calc/calc-units.el: Make sure the proper macro definitions are
32842 available when compiling.
32843
328442005-01-06 Juri Linkov <juri@jurta.org>
32845
32846 * isearch.el (isearch-lazy-highlight-update):
32847 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
32848
328492005-01-06 Miles Bader <miles@gnu.org>
32850
32851 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
32852 (isearch-lazy-highlight-face): Use new name.
32853
328542005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
32855
32856 * uniquify.el (uniquify-rationalize-file-buffer-names):
32857 Re-add an interactive spec.
32858 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
32859 to the same name.
32860
32861 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
32862 (isearch-update, isearch-done): Adjust calls accordingly.
32863
328642005-01-05 Richard M. Stallman <rms@gnu.org>
32865
32866 * custom.el (custom-set-variables, custom-theme-set-variables):
32867 Clarify documentation.
32868
32869 * emacs-lisp/find-func.el (find-variable)
32870 (find-variable-other-window, find-variable-other-frame):
32871 Fix the TYPE args to find-function-read and find-function-do-it.
32872 (find-function): Doc fix.
32873 (find-function-at-point): Replace function-at-point alias.
32874
328752005-01-04 Richard M. Stallman <rms@gnu.org>
32876
32877 * cus-face.el (custom-declare-face):
32878 Record defface in current-load-list.
32879
32880 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
32881
32882 * emacs-lisp/find-func.el: Doc fixes.
32883 (find-face-regexp): New variable.
32884 (find-function-regexp-alist): New variable.
32885 (find-function-C-source): Third arg is now TYPE.
32886 (find-function-search-for-symbol): Handle general TYPE.
32887 (find-function-read, find-function-do-it): Handle general TYPE.
32888 (find-definition-noselect, find-face): New functions.
32889 (function-at-point): Alias deleted.
32890
328912005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
32892
32893 * battery.el (display-battery-mode): Rename from display-battery.
32894 Handle the case where it gets turned off.
32895
328962005-01-04 Richard M. Stallman <rms@gnu.org>
32897
32898 * cus-edit.el (customize): Make :link point to user doc.
32899
32900 * man.el (Man-fontify-manpage): Turn off undo generation.
32901
32902 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
32903
329042005-01-04 Andreas Schwab <schwab@suse.de>
32905
32906 * files.el (insert-directory): Only look for error lines in
32907 inserted text. Don't move too far after processing --dired markers.
32908
329092005-01-04 Richard M. Stallman <rms@gnu.org>
32910
32911 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
32912 Don't expand if the character is @, period, dash, etc.
32913 (define-mail-abbrev): Quote names that contain problem characters.
32914
329152005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
32916
32917 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
32918
329192005-01-03 Richard M. Stallman <rms@gnu.org>
32920
32921 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
32922 (query-replace-highlight, query-replace-lazy-highlight)
32923 (query-replace): Definitions moved up. Doc fix.
32924
329252005-01-03 Richard M. Stallman <rms@gnu.org>
32926
32927 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
32928 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32929 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32930 (lazy-highlight-face): Rename from isearch-lazy-...
32931 Change all references to them.
32932
329332005-01-03 Luc Teirlinck <teirllm@auburn.edu>
32934
32935 * cus-edit.el (custom-file): Doc fix for defcustom.
32936 (custom-file): The function no longer sets the variable
32937 `custom-file' to its return value.
32938
32939 * startup.el (command-line): No longer load `custom-file'.
32940
329412005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
32942
32943 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
32944
32945 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
32946 Don't confuse module-prefixed identifiers for labels.
32947 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
32948
329492005-01-02 Richard M. Stallman <rms@gnu.org>
32950
32951 * files.el (basic-save-buffer-1): Fix previous change.
32952
32953 * loadhist.el (file-loadhist-lookup): New function.
32954 (file-provides, file-requires): Use it.
32955
32956 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
32957 instead of calculating the right size.
32958
8cedef2e 329592005-01-02 Karl Chen <quarl@cs.berkeley.edu>
6fee106e
KS
32960
32961 * vc-svn.el (vc-svn-diff): Stay local if possible.
32962
329632005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
32964
32965 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
32966
32967 * files.el (hack-local-variables): Fix last change.
32968
329692005-01-02 Jay Belanger <belanger@truman.edu>
32970
32971 * calc/calc-yank.el (calc-edit-top): New variable.
32972 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
32973 object. Change header properties.
32974 (calc-edit-finish, calc-edit-finish-stack-object)
32975 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
32976 edited object.
32977 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
32978 for the beginning of the edited object.
32979 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
32980 for the beginning of the edited object.
32981 * calc/calc-prog.el (calc-edit-macro-finish-edit)
32982 (calc-finish-formula-edit, calc-macro-repeats)
32983 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
32984 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
32985 beginning of the edited object.
32986 (calc-user-define-edit): Change the header for editing macros.
32987 Remove unnecessary variable.
32988
329892005-01-01 Jay Belanger <belanger@truman.edu>
32990
32991 * calc/calc-yank.el (calc-edit-mode): Change default header.
32992 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
32993 * calc/calc-store.el (calc-edit-variable): Change title to match new
32994 header.
32995 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
32996 mode to match new header.
32997 (calc-user-define-edit): Change titles to include names of commands.
32998 (calc-finish-formula-edit): Adjust to handle new header.
32999 (calc-finish-macro-edit): Remove.
33000 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33001 (calc-edit-macro-command, calc-edit-macro-command-type)
33002 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33003 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33004 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33005 (calc-edit-macro-finish-edit): New functions.
33006 (calc-user-define-edit): Use new functions to edit named calc macros.
33007
4fc9bd56 330082005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e
KS
33009
33010 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33011
33012 * ses.el (copy-region-as-kill): Deactivate mark.
33013
330142005-01-01 Richard M. Stallman <rms@gnu.org>
33015
33016 * replace.el (occur-1): If the output buffer is also an input,
33017 don't kill it, rename it.
33018
33019 * faces.el (set-face-background, set-face-foreground): Doc fix.
33020
33021 * cus-face.el (custom-face-attributes): Fix :help-echo strings
33022 for :foreground and :background.
33023
33024 * dired.el (dired-view-command-alist): Variable deleted.
33025 (dired-view-file, dired-mouse-find-file-other-window):
33026 Delete the code to use it.
33027
330282005-01-01 Kim F. Storm <storm@cua.dk>
33029
33030 * image.el (insert-sliced-image): Use t for line-height property.
33031
33032See ChangeLog.11 for earlier changes.
33033
33034;; Local Variables:
33035;; coding: iso-2022-7bit
33462dfa 33036;; add-log-time-zone-rule: t
6fee106e
KS
33037;; End:
33038
d7a0267c 33039 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
5b87ad55
GM
33040
33041 This file is part of GNU Emacs.
33042
33043 GNU Emacs is free software; you can redistribute it and/or modify
33044 it under the terms of the GNU General Public License as published by
33045 the Free Software Foundation; either version 2, or (at your option)
33046 any later version.
33047
33048 GNU Emacs is distributed in the hope that it will be useful,
33049 but WITHOUT ANY WARRANTY; without even the implied warranty of
33050 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33051 GNU General Public License for more details.
33052
33053 You should have received a copy of the GNU General Public License
33054 along with GNU Emacs; see the file COPYING. If not, write to the
33055 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33056 Boston, MA 02110-1301, USA.
6fee106e
KS
33057
33058;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1