(ido-find-file-in-dir): Don't signal an error for empty directories.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
72a75b41
JB
12007-06-20 Juanma Barranquero <lekktu@gmail.com>
2
3 * ido.el (ido-find-file-in-dir): Don't signal an error for
4 empty directories.
5
3abd207e
AM
62007-06-18 Alan Mackenzie <acm@muc.de>
7
8 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
9 When removing lines, also remove the \n. Correction of patch of
10 2007-04-21.
72a75b41 11
293bb86c
GM
122007-06-17 Glenn Morris <rgm@gnu.org>
13
14 * lpr.el (lpr-page-header-switches): Move %s to separate element
15 for correct quoting. Doc fix.
16
1f445a39
DN
172007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
18
72a75b41
JB
19 * term/xterm.el (terminal-init-xterm): Escape parens in character
20 constants.
1f445a39 21
1d42f493
CY
222007-06-12 Ralf Angeli <angeli@caeruleus.net>
23
24 * scroll-lock.el (scroll-lock-mode): Doc fix.
25
72fa3278
SM
262007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
27
28 * font-lock.el (font-lock-add-keywords): In case font-lock was only
29 half-activated, forcefully activate it completely.
30
f0fc8583
RS
312007-06-11 Richard Stallman <rms@gnu.org>
32
33 * cus-edit.el (custom-variable-type): Doc fix.
34
6a29399e
TTN
352007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
36
37 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
38
b258555d
JB
392007-06-09 Davis Herring <herring@lanl.gov>
40
41 * desktop.el (desktop-minor-mode-table): Doc fix.
42
6eec9063
CY
432007-06-08 Chong Yidong <cyd@stupidchicken.com>
44
45 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
46 (image-next-line, image-previous-line, image-scroll-up)
47 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
48 New functions.
49 (image-mode-map): Remap motion commands.
50 (image-mode-text-map): New keymap for viewing images as text.
51 (image-mode): Use image-mode-map.
52 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
53
9ee5e81e
MA
542007-06-07 Michael Albinus <michael.albinus@gmx.de>
55
56 Sync with Tramp 2.0.56.
57
58 * net/tramp.el:
59 * net/tramp-ftp.el:
60 * net/tramp-smb.el:
61 * net/tramp-util.el:
62 * net/tramp-vc.el:
63 Don't load cl.el, because that pollutes the namespace. Replace cl
64 macros by their implementations where necessary. Requested by
65 Richard Stallman <rms@gnu.org>.
66
67 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
68 doesn't exist.
69 (with-parsed-tramp-file-name): Protect debug spec during compilation.
70 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
71 (tramp-file-name-p, tramp-file-name-multi-method)
72 (tramp-file-name-method, tramp-file-name-user)
73 (tramp-file-name-host, tramp-file-name-localname): New defuns,
74 replacing defstruct `tramp-file-name'.
75 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
76 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
77 Apply `vector' instead of `make-tramp-file-name'.
78 (tramp-handle-make-auto-save-file-name):
79 Apply `tramp-temporary-file-directory' for compatibility reasons.
80 (tramp-completion-mode): Use `natnump' instead of `wholenump'
81 because of XEmacs.
82 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
83 started.
84
a1d0a9ad
CY
852007-06-07 David Kastrup <dak@gnu.org>
86
87 * dired.el (dired-recursive-deletes, dired-recursive-copies):
88 Change default to `top'.
89
1def2189
CY
902007-06-07 Chong Yidong <cyd@stupidchicken.com>
91
92 * dired.el (dired-mode-map): Remove spurious separator.
93
d9271f41
JB
942007-06-07 Juanma Barranquero <lekktu@gmail.com>
95
e7c275e7
JB
96 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
97
6a3ccec7 98 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
d9271f41
JB
99 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
100
f1c5dbb9
GM
1012007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
102
103 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
104 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
105
d367ab1f
JB
1062007-06-07 Juanma Barranquero <lekktu@gmail.com>
107
108 * progmodes/ebrowse.el (ebrowse-member-table):
109 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
110
a19fad78
JB
1112007-06-06 Juanma Barranquero <lekktu@gmail.com>
112
113 * pgg.el (pgg-sign-region, pgg-sign):
114 * ses.el (ses-call-printer):
115 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
116 * textmodes/org.el (org-cycle): Fix typos in docstrings.
117
bdddbdd8
CY
1182007-06-06 Eli Zaretskii <eliz@gnu.org>
119
120 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
121 (tar-get-descriptor): Handle type 55, an extended pax header.
122
235c89a6
CY
1232007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
124
125 * textmodes/css-mode.el: New file.
126
f4c87802
CY
1272007-06-06 Michael Albinus <michael.albinus@gmx.de>
128
129 * net/socks.el: New file, taken from w3 repository.
130 (top): Update Copyright. Don't load cl.el.
131 (all): Replace `case' by `cond', `string-to-int' by
132 `string-to-number', and `process-kill-without-query' by
133 `set-process-query-on-exit-flag'.
d367ab1f 134 (socks-char-int): Remove defalias and all occurrences.
f4c87802 135
2efed646
JB
1362007-06-06 Juanma Barranquero <lekktu@gmail.com>
137
138 * international/mule-cmds.el (toggle-enable-multibyte-characters)
139 (sort-coding-systems, search-unencodable-char): Doc fixes.
140 (coding-system-change-eol-conversion, set-default-coding-systems)
141 (prefer-coding-system, find-multibyte-characters, princ-list)
142 (leim-list-entry-regexp, set-input-method, locale-language-names)
143 (input-method-exit-on-first-char, exit-language-environment-hook)
144 (locale-charset-language-names): Fix typos in docstrings.
145
27e16515
CY
1462007-06-05 Juanma Barranquero <lekktu@gmail.com>
147
148 * bs.el (bs-cycle-previous): Don't modify the cycle list until
149 `switch-to-buffer' has returned succesfully.
150 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
151 window is dedicated (it could iconify the frame).
152
f7f78f12
CY
1532007-06-05 Glenn Morris <rgm@gnu.org>
154
155 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
156
076285fd
CY
1572007-06-05 Chong Yidong <cyd@stupidchicken.com>
158
159 * files.el (auto-mode-alist): Add lower-priority match for names
160 like ChangeLog.old.
161
ba3a66f4
CY
1622007-06-04 Andreas Schwab <schwab@suse.de>
163
164 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
165
89cd2030
CY
1662007-06-04 Davis Herring <herring@lanl.gov>
167
168 * calendar/timeclock.el: Update version number.
169 (timeclock-modeline-display): Mention timeclock-use-display-time
170 in explanatory message.
171 (timeclock-log): Suppress warnings when finding the log. Don't
172 check for a nil project twice. Run hooks after killing the
173 buffer (if applicable).
174 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
175 was geometric). All uses changed.
176 (timeclock-generate-report): Support prefix argument.
177
8f52d3fc
CY
1782007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
179
180 * man.el (Man-next-section): Don't consider the last line of the
181 page as being part of any section.
182
7cfe53dc
CY
1832007-06-04 Martin Rudalics <rudalics@gmx.at>
184
185 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
186 modified flag of buffer. Use `inhibit-modification-hooks'.
187
24cbc407
CY
1882007-06-04 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
189
190 * mail/mail-extr.el (mail-extract-address-components): Recognize
191 non-ASCII characters except for NBSP as words.
192
30bb6502
CY
1932007-06-04 Ryan Yeske <rcyeske@gmail.com>
194
195 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
196
7bbb629a
CY
1972007-06-04 Michael Olson <mwolson@gnu.org>
198
199 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
200 died and we are trying to send a signal to it.
201
1a408ced
JB
2022007-06-04 Juanma Barranquero <lekktu@gmail.com>
203
204 * emacs-lisp/easy-mmode.el (define-minor-mode)
205 (easy-mmode-define-navigation): Fix typos in docstrings.
206
207 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
208 Fix typos in docstrings.
209 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
210 (compilation-finish-function): Fix typo in obsolescence declaration.
211
212 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
213
c6b98d9f
CY
2142007-06-04 Chong Yidong <cyd@stupidchicken.com>
215
b647fc07
CY
216 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
217 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
218
219 * image.el (image-type-auto-detected-p): Don't scan
220 auto-mode-alist.
221
c6b98d9f
CY
222 * longlines.el (longlines-mode): Make longlines-auto-wrap
223 buffer-local. Add hooks unconditionally.
224 (longlines-auto-wrap): Toggle wrapping.
225 (longlines-after-change-function)
226 (longlines-post-command-function): Check longlines-auto-wrap.
227
7dfc4cda
CY
2282007-06-02 Chong Yidong <cyd@stupidchicken.com>
229
230 * Version 22.1 released.
231
c2695368
CY
2322007-06-01 Chong Yidong <cyd@stupidchicken.com>
233
234 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
235 changes.
236
df00c3c5
RS
2372007-05-31 Richard Stallman <rms@gnu.org>
238
239 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
240
250495a7
MR
2412007-05-29 Martin Rudalics <rudalics@gmx.at>
242
243 * textmodes/table.el (table--point-entered-cell-function)
244 (table--point-left-cell-function): Bind
245 `inhibit-point-motion-hooks' to t.
246
01ae4f1e
GM
2472007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
248
249 * emacs-lisp/rx.el (rx): Doc fix.
250
7936011c
CY
2512007-05-28 Chong Yidong <cyd@stupidchicken.com>
252
253 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
254
3d200243
RS
2552007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
256
257 * log-edit.el (log-edit-changelog-paragraph): Return point-max
258 as the end of the ChangeLog paragraph when it ends without a line
259 termination.
260
81671804
SM
2612007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * textmodes/fill.el (canonically-space-region): Make the second arg
264 a marker if it's not already the case.
265
266 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
267 (xterm-mouse-event): Use it.
268
fdabbcb5
MB
2692007-05-25 Miles Bader <miles@fencepost.gnu.org>
270
271 * vc-hooks.el (vc-find-root): Fix file attribute test.
272
913a8cda
RS
2732007-05-24 Richard Stallman <rms@gnu.org>
274
275 * textmodes/flyspell.el (flyspell-correct-word-before-point):
276 Don't let opoint be nil.
277 (flyspell-emacs-popup): Explicit error if no dialogs.
278
db2ccbc2
EZ
2792007-05-23 Eli Zaretskii <eliz@gnu.org>
280
281 * tar-mode.el (tar-file-name-handler): New function.
282 (tar-extract): Bind file-name-handler-alist to it to force
283 find-buffer-file-type-coding-system behave as if the file being
284 extracted existed. Use last-coding-system-used to force
285 buffer-file-coding-system to what decode-coding-region actually
286 used to decode the file.
287
1083cfb1 2882007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
75ec28b4
GM
289
290 * progmodes/compile.el (compilation-handle-exit):
291 `compilation-finish-function' may change the current buffer.
292
c022c4c4
RS
2932007-05-22 Richard Stallman <rms@gnu.org>
294
295 * files.el (set-auto-mode): Doc fix.
296
6903229c
EZ
2972007-05-22 Eli Zaretskii <eliz@gnu.org>
298
299 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
300
d51f146b
RS
3012007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
302
303 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
304 (rcirc-print): Handle `window-width'.
305 (rcirc-buffer-maximum-lines): Doc fix.
306
3072007-05-19 Kevin Ryde <user42@zip.com.au>
308
309 * info.el (Info-fontify-node): Match https also.
310
de9606f0
RS
3112007-05-18 Richard Stallman <rms@gnu.org>
312
313 * simple.el (push-mark): Doc fix.
314
64953c0a
RS
3152007-05-18 Rob Riepel <riepel@Stanford.EDU>
316
81671804 317 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
64953c0a 318 tpu-global-map.
81671804
SM
319 (tpu-original-global-map): Delete variable.
320 (tpu-control-keys-map): New keymap variable.
321 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
64953c0a 322 setting keymapping directly.
81671804 323 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
64953c0a
RS
324 tpu-global-map.
325 (tpu-edt-on): Activate the tpu-global-map.
326 (tpu-edt-off): Deactivate the tpu-global-map.
81671804 327
64953c0a
RS
3282007-05-18 Ryan Yeske <rcyeske@gmail.com>
329
330 * textmodes/ispell.el (ispell-get-word): Return markers
331 for start and end positions.
332 (ispell-word): Assume END is a marker.
333
adbdb661
VJL
3342007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
335
336 * ps-print.el: Use default color when foreground or background color
337 are unspecified. Reported by Leo <sdl.web@gmail.com>.
338 (ps-print-version): New version 6.7.4.
339 (ps-rgb-color): New argument. Use default color when color is
340 unspecified.
341 (ps-begin-job): Fix code.
342
ef1f3012
MR
3432007-05-17 Martin Rudalics <rudalics@gmx.at>
344
345 * textmodes/ispell.el (ispell-start-process): Defend against bad
346 default-directory.
347
ccd88500 3482007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
22a63e1d
GM
349
350 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
351
84bbd894
RS
3522007-05-16 Richard Stallman <rms@gnu.org>
353
354 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
355
92228a10
SM
3562007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
357
c11781de
SM
358 * files.el (magic-mode-alist, magic-fallback-mode-alist):
359 Move the *ml, Postscript, and XmCD entries to the fallback part.
360
92228a10
SM
361 * files.el (magic-fallback-mode-alist):
362 Rename from file-start-mode-alist.
363
7dbf4670
JB
3642007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
365
366 * progmodes/compile.el (compilation-handle-exit): Quote first
367 argument of `run-hook-with-args'.
368
83727f75
JB
3692007-05-16 Juanma Barranquero <lekktu@gmail.com>
370
371 * buff-menu.el (Buffer-menu-sort-column):
372 * dabbrev.el (dabbrev-upcase-means-case-search):
373 * dired.el (dired-recursive-deletes, dired-recursive-copies):
374 * info.el (Info-current-subfile):
375 * ls-lisp.el (ls-lisp-verbosity):
376 * msb.el (msb-menu-cond):
377 * pcvs.el (cvs-dired-use-hook):
378 * simple.el (set-mark-command-repeat-pop):
cbb7527f
JB
379 * time.el (display-time-24hr-format, display-time-mail-file):
380 Doc fixes.
83727f75
JB
381
382 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
383 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
384
385 * view.el (view-inhibit-help-message): Fix typo in docstring.
386 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
387
36799041
EZ
3882007-05-14 Eli Zaretskii <eliz@gnu.org>
389
81671804
SM
390 * mail/rmail.el (rmail-convert-to-babyl-format):
391 Check content-transfer-encoding _last_, because we need its position
392 in base64-header-field-end.
36799041 393
2670654d
JB
3942007-05-14 Juanma Barranquero <lekktu@gmail.com>
395
396 * files.el (mode-require-final-newline, require-final-newline)
397 (enable-local-variables, enable-local-eval): Doc fixes.
398
52319b0e
SM
3992007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
400
401 * progmodes/python.el (python-font-lock-keywords)
402 (python-open-block-statement-p, python-mode): Add support for the new
403 "with" keyword.
404
7d145fa3
RS
4052007-05-10 Richard Stallman <rms@gnu.org>
406
dd598366
RS
407 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
408 (iso-cvt-write-only): Likewise.
409
410 * emacs-lisp/easy-mmode.el (define-minor-mode):
411 Fix generated doc string.
412
413 * startup.el (fancy-splash-text): Add URL of guided tour.
414 Adjust horizontal and vertical whitespace.
415
416 * progmodes/compile.el (compilation-handle-exit):
417 Use run-hook-with-args to run compilation-finish-functions.
418
7d145fa3
RS
419 * files.el (file-start-mode-alist): New variable.
420 (magic-mode-regexp-match-limit): Doc fix.
421 (set-auto-mode): Handle file-start-mode-alist.
422 A little cleanup of structure.
423
dd598366
RS
4242007-05-10 Davis Herring <herring@lanl.gov>
425
426 * calendar/timeclock.el (timeclock-in): Fix non-interactive
427 workday specifications.
428 (timeclock-log): Don't kill the log buffer if it already existed.
429
75dcf19e
RS
4302007-05-08 Richard Stallman <rms@gnu.org>
431
432 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
433 Don't include non-self-insert commands in the exception for `-'.
434
11c4b29d
SM
4352007-05-08 David Reitter <david.reitter@gmail.com>
436
437 * progmodes/python.el (python-guess-indent): Check non-nullness
438 before comparing indent against the 2..8 interval.
439
b70b6847
YM
4402007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
441
442 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
443 available.
444
205f01b4
RS
4452007-05-06 Richard Stallman <rms@gnu.org>
446
447 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
448
39f3dff9
RS
4492007-05-03 Ryan Yeske <rcyeske@gmail.com>
450
451 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
452 disconnections.
453
d7af463c
RF
4542007-05-01 Romain Francoise <romain@orebokech.com>
455
456 * dired-x.el: Revert 2007-04-06 change.
457
4f1cc23d
NR
4582007-04-30 Nick Roberts <nickrob@snap.net.nz>
459
460 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
461 don't put stop on toolbar.
462
ece59c46
RS
4632007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
464
465 * find-dired.el (find-dired-filter): Propertize all text down to eob.
466
eeadde03
RS
4672007-04-29 Richard Stallman <rms@gnu.org>
468
469 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
470
b409bcaf
GM
4712007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
472
473 * progmodes/cc-mode.el (c-before-change): Use point-min rather
474 than 1.
475
fa58f4b5
RS
4762007-04-28 Richard Stallman <rms@gnu.org>
477
478 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
479
456e749f
SM
4802007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
481
482 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
483
a9bdfaa4
EZ
4842007-04-28 Eli Zaretskii <eliz@gnu.org>
485
f2fd2cf5
EZ
486 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
487 instead of $(lisp)/mh-e.
488
a9bdfaa4
EZ
489 * textmodes/fill.el (fill-paragraph): Doc fix.
490
f089fbd8
GM
4912007-04-28 Glenn Morris <rgm@gnu.org>
492
493 * image-dired.el (image-dired-cmd-create-thumbnail-options)
494 (image-dired-cmd-create-temp-image-options): Replace option
495 +profile "*" with -strip.
496
752d8efb
CY
4972007-04-27 Chong Yidong <cyd@stupidchicken.com>
498
456e749f
SM
499 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
500 Use window-start and window-end.
752d8efb 501
66b08d69
GM
5022007-04-26 Glenn Morris <rgm@gnu.org>
503
504 * progmodes/python.el: Restore file pending consideration of legal
505 status.
506
36f1d957 5072007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
cfb9f63d
GM
508
509 * locate.el (locate-in-alternate-database): Doc fix.
510
f8ac059a
GM
5112007-04-26 Glenn Morris <rgm@gnu.org>
512
513 * button.el (button): Use underline if supported, else fall back
514 to color.
515
2d0f33df
RS
5162007-04-25 Richard Stallman <rms@gnu.org>
517
518 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
519
580ee99d
S
5202007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
521
522 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
523 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
524 pushing mark.
525 (idlwave-current-routine): Don't push mark.
526
e40e449f 5272007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
89dfa103 528
456e749f
SM
529 * image-dired.el (image-dired-display-image): Derive image-type from
530 filename rather than assuming jpeg, in case no resizing was needed.
89dfa103 531
e40e449f 5322007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14695465 533
e40e449f 534 * custom.el (defface): Doc fix.
66b08d69
GM
535
5362007-04-24 Chong Yidong <cyd@stupidchicken.com>
537
538 * progmodes/python.el: Remove due to unclear legal issues.
14695465 539
815c75b5
S
5402007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
541
456e749f
SM
542 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
543 Don't re-query for each cleared BP.
815c75b5 544 (idlwave-shell-clear-bp): Optionally skip BP query.
456e749f
SM
545 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
546 of set-window-buffer, which incorrectly moves displayed region.
815c75b5 547
6a896b1f
JB
5482007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
549
550 * calc/calc.el (calc-bug-address): Update maintainer's address.
551 * calc/*: Update maintainer's address.
552
ebd2fc0d
RS
5532007-04-23 Richard Stallman <rms@gnu.org>
554
555 * simple.el (set-mark-command-repeat-pop): Doc fix.
bdfeaf61 556 Put in `editing-basics' group.
ebd2fc0d 557
a9da35e0
CY
5582007-04-23 Chong Yidong <cyd@stupidchicken.com>
559
456e749f
SM
560 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
561 New functions.
a9da35e0
CY
562 (Info-mode-line-node-keymap): Bind mouse commands to
563 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
564
5c03c628
CY
5652007-04-23 Luc Teirlinck <teirllm@auburn.edu>
566
567 * locate.el (locate-local-prompt): New var.
0ee501e1
LT
568 (locate-prompt-for-command): Doc fix.
569 (locate-prompt-for-search-string): New function.
c63ae004
CY
570 (locate): New optional arg. Make locate-local-prompt
571 buffer-local. Use locate-prompt-for-search-string.
456e749f
SM
572 (locate-with-filter): New optional arg.
573 Use locate-prompt-for-search-string.
5c03c628
CY
574 (locate-update): Bind locate-prompt-for-command.
575
f4aad089
GM
5762007-04-23 Glenn Morris <rgm@gnu.org>
577
578 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
579
39f80270
NR
5802007-04-23 Nick Roberts <nickrob@snap.net.nz>
581
582 * button.el (button): Inherit from link face on a tty.
583
19cae9da
GM
5842007-04-23 Glenn Morris <rgm@gnu.org>
585
586 * button.el (button): Use color for this face on a tty.
587
a5d0382b 588 * files.el (magic-mode-alist): Allow for carriage-returns in
42d7477b 589 html-mode and sgml-mode entries.
a5d0382b 590
5fe751c9
RS
5912007-04-22 Richard Stallman <rms@gnu.org>
592
593 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
594 Improve doc string of generated command.
595
596 * subr.el (read-number): Catch errors.
597
598 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
599
19b8b65a
CY
6002007-04-22 Chong Yidong <cyd@stupidchicken.com>
601
4913c25d
CY
602 * image-dired.el: Rename from thumbnails.el. All instances of
603 "thumbnails" replaced with "image-dired".
604
19b8b65a
CY
605 * dired.el (dired-mode-map): Rename "thumbnails" again, to
606 "image-dired".
607
5477ee28
KS
6082007-04-22 Kim F. Storm <storm@cua.dk>
609
610 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
611 Don't use kill-line.
612
af0f5c39
NR
6132007-04-22 Nick Roberts <nickrob@snap.net.nz>
614
615 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
616 error message.
617
1ffd65b5
CY
6182007-04-22 Chong Yidong <cyd@stupidchicken.com>
619
41a42994
CY
620 * dired.el: Rename "tumme" to "thumbnails".
621
1ffd65b5
CY
622 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
623 replaced with "thumbnails".
624
2aebf08d
GM
6252007-04-22 Glenn Morris <rgm@gnu.org>
626
67ccd6cb
GM
627 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
628 and give it the risky-local-variable property.
629
2aebf08d
GM
630 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
631 before defining it.
632
33a9c08c
MR
6332007-04-21 Martin Rudalics <rudalics@gmx.at>
634
d064fb44
KS
635 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
636 Use delete-region instead of kill-line.
33a9c08c 637
861b8236 6382007-04-21 Alan Mackenzie <acm@muc.de>
cef9e6ec
AM
639
640 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
641 `kill-region' by `delete-region'.
642
ecff835d
CY
6432007-04-21 Chong Yidong <cyd@stupidchicken.com>
644
041d3802
CY
645 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
646 instead of kill-region.
647
895041fa
CY
648 * progmodes/mantemp.el (mantemp-make-mantemps-region)
649 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
650 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
651 and kill-line.
652
ecff835d
CY
653 * progmodes/vhdl-mode.el (vhdl-template-type)
654 (vhdl-template-record, vhdl-template-nature)
655 (vhdl-template-configuration-spec, vhdl-template-component-inst)
456e749f
SM
656 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
657 Use delete-region instead of kill-word and kill-line.
ecff835d 658
b1e6882f
GM
6592007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
660
661 * dired-x.el (dired-virtual-mode): Doc fix.
662
f2aded17
RS
6632007-04-21 Richard Stallman <rms@gnu.org>
664
3b2d0d76
RS
665 * font-lock.el (font-lock-keywords-alist): Mark as risky.
666
f2aded17
RS
667 * subr.el (read-number): Doc fix.
668
669 * simple.el (pop-to-mark-command): Display message "mark popped"
670 if point does not move.
671 (set-mark-command): Doc fix.
672
d6fa26a4
CY
6732007-04-21 Luc Teirlinck <teirllm@auburn.edu>
674
675 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
676 (locate-local-filter, locate-local-search): New vars.
677 (locate): Make variables local.
678 (locate-update): Bind locate-buffer-name. Call locate using
679 locate-local-filter and locate-local-search.
680
faeb756c
CY
6812007-04-20 David Koppelman <koppel@ece.lsu.edu>
682
683 * hi-lock.el (hi-lock-file-patterns-policy): New var.
684 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
685 (hi-lock-mode): Update docstring.
686
03832c9d
SM
6872007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
690 fill-nobreak-predicate when the break is past fill-column.
691
1e35b3c1 6922007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
0715a41b
CY
693
694 * locate.el (locate): Output from shell-command should go in the
695 current buffer rather than *Shell Command Output*.
696
2d0989b5
CY
6972007-04-20 Chong Yidong <cyd@stupidchicken.com>
698
699 * paren.el (show-paren-function): Fix last fix.
700
9cd04e16
CY
7012007-04-19 Kevin Ryde <user42@zip.com.au>
702
703 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
704 (archive-lzh-summarize): Add optional start arg for where to start
705 looking at the archive.
706 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
707
708 * international/mule.el (auto-coding-alist): no-conversion for .exe
709 and .EXE.
710
0f13b476
AM
7112007-04-19 Alan Mackenzie <acm@muc.de>
712
713 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
714 function return type contains "struct", "union", etc.
715 c-end-of-defun goes too far forward.
716
bae6731f
CY
7172007-04-19 Chong Yidong <cyd@stupidchicken.com>
718
719 * paren.el (show-paren-function): Reset window-start to avoid
720 recentering.
721
745465ec
GM
7222007-04-19 Glenn Morris <rgm@gnu.org>
723
724 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
725
d14f8614
GM
7262007-04-18 Glenn Morris <rgm@gnu.org>
727
728 * calendar/diary-lib.el (diary-header-line-format): Add a custom
729 :set function.
730 (diary-list-entries): Only switch to diary-mode from
e8bc96a3
GM
731 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
732 diary-mode set header-line-format, in case of any customization.
d14f8614 733
e18cb394
KH
7342007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
735
736 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
737 is less than the length of parse-time-syntax.
738
fc6a2250
DK
7392007-04-17 David Kastrup <dak@gnu.org>
740
741 * replace.el (query-replace-regexp-eval): Deprecate.
742
c825c724
AM
7432007-04-17 Alan Mackenzie <acm@muc.de>
744
745 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
746 point too close to EOB, leave point at EOB rather than last `}'.
747
27a61fcd
RW
7482007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
749
750 * textmodes/bibtex.el (bibtex-include-OPTkey)
9efe0fb6
KS
751 (bibtex-user-optional-fields, bibtex-entry-field-alist):
752 Fix defcustom.
a26a08f2 753
a20becf3
GM
7542007-04-17 Glenn Morris <rgm@gnu.org>
755
756 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
757 be encoded, fall back to current year.
758
3dd29719
CY
7592007-04-14 Kevin Ryde <user42@zip.com.au>
760
761 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
762 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
763 M "MSDOS".
764
80dce3a4
CY
7652007-04-16 Chong Yidong <cyd@stupidchicken.com>
766
767 * progmodes/python.el (python-end-of-block): Avoid looping forever
768 if python-next-statement fails.
769
0dcfda42
RW
7702007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
771
772 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
773
80382c24
DN
7742007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
775
776 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
777 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
778
213f7420
JB
7792007-04-15 Jay Belanger <belanger@truman.edu>
780
510b69a8
JB
781 * calc/calc.el (calc-version): New function.
782 (calc-trail-mode): Shorten the title.
213f7420 783
dbbab658
CY
7842007-04-15 Chong Yidong <cyd@stupidchicken.com>
785
786 * mail/footnote.el (footnote-style): Clarify docstring to state
787 that customizing this only applies to future footnotes.
788
cbc0b783
RW
7892007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
790
791 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
792 (bibtex-make-field): Check that INIT is a string. Use functionp.
793
c810a796
GM
7942007-04-14 Glenn Morris <rgm@gnu.org>
795
031199c7
GM
796 * complete.el (PC-goto-end): New buffer-local variable.
797 (PC-do-completion-end): Make buffer-local.
19608e42
GM
798 (partial-completion-mode) <choose-completion-string-functions>:
799 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
800 (PC-do-completion): New optional fourth argument GOTO-END. Add a
801 doc string. Set PC-goto-end for choose-completion.
802 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
803 PC-do-completion.
804
c810a796
GM
805 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
806 arg to bibtex-make-field.
03832c9d
SM
807 (bibtex-make-field): Add optional fourth arg NODELIM.
808 Insert delimiters around INIT unless this arg is non-nil.
c810a796 809
57b21343
NR
8102007-04-14 Nick Roberts <nickrob@snap.net.nz>
811
812 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
1a408ced 813 global map isn't modified.
57b21343 814
1ed5afd9
GM
8152007-04-14 Glenn Morris <rgm@gnu.org>
816
817 * calendar/appt.el (appt-disp-window): Do not split small windows.
818 Suggested by Jeff Miller <jmiller@cablespeed.com>.
819
d218a5a4
CY
8202007-04-13 Chong Yidong <cyd@stupidchicken.com>
821
9efe0fb6 822 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
d218a5a4
CY
823
824 * files.el: Ditto.
825
0e816a43
JB
8262007-04-13 Juanma Barranquero <lekktu@gmail.com>
827
828 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
829
830 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
831 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
832 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
833 (term-pager-help): Fix typos in docstrings.
834
835 * wid-edit.el (widget-documentation): Fix typo in docstring.
836
837 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
838 Fix typos in error messages.
839
c8286c2c
MR
8402007-04-13 Martin Rudalics <rudalics@gmx.at>
841
842 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
843 window marked as dedicated.
844
845 * mail/footnote.el (footnote-latin-string): New variable.
03832c9d 846 (footnote-latin-regexp): Redefine as regexp alternative.
c8286c2c
MR
847 (Footnote-latin): Use footnote-latin-string instead of
848 footnote-latin-regexp.
849
6f2c280e
NR
8502007-04-13 Glenn Morris <rgm@gnu.org>
851
852 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
853 inherited keymaps.
854
29779b2d
CY
8552007-04-12 Chong Yidong <cyd@stupidchicken.com>
856
857 * outline.el (outline-get-next-sibling): Clarify docstring.
858 (outline-get-last-sibling): Handle case where we are at the first
859 heading. Clarify docstring.
860
ad108e41
NR
8612007-04-12 Nick Roberts <nickrob@snap.net.nz>
862
41a023e3 863 * progmodes/gud.el (gud-minor-mode-map): Make go button same
f501a00f
NR
864 length as stop button to lessen flicker.
865 (jdb): Add gud-print.
866 (gud-find-expr): Jdb prints the expression with the value, so
867 don't insert it in the output.
ad108e41 868
eb6526ba
JR
8692007-04-11 Jason Rumney <jasonr@gnu.org>
870
871 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
0e816a43 872 case hex. Do not try to decode non-hex letters.
eb6526ba 873
03d7faa3
GM
8742007-04-11 Markus Triska <markus.triska@gmx.at>
875
03832c9d
SM
876 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
877 (byte-optimize-backward-word): Remove (move to bytecomp.el).
f782c329
CY
878 (byte-optimize-form-code-walker): Evaluate pure function calls if
879 possible.
880 (byte-optimize-all-constp): New function.
03d7faa3 881
03832c9d
SM
882 * emacs-lisp/bytecomp.el (byte-compile-char-before):
883 Improve numeric argument case.
884 (byte-compile-backward-char, byte-compile-backward-word):
885 New functions, performing rewriting previously done in byte-opt.el.
886 Fix their "Fixme" item (restriction to numeric arguments).
03d7faa3 887
341c2f07
SM
8882007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
889
9efe0fb6
KS
890 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
891 with dolist.
341c2f07
SM
892 (after-init-hook): Don't quote lambda.
893 (desktop-first-buffer): Don't wrap it in eval-when-compile.
894 (desktop-internal-v2s): Remove unused var `el'.
895 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
896 desktop-restore-file-buffer.
897 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
898 desktop-create-buffer.
899
d752a9f9
CY
9002007-04-10 Chong Yidong <cyd@stupidchicken.com>
901
0e816a43 902 * woman.el (woman-decode-buffer): Postpone macro-set check...
d752a9f9
CY
903 (woman-decode-region): ...to here.
904
ae8bf5ab
TTN
9052007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
906
907 * startup.el (tty-handle-args): Use %S to log ARGS.
908
17975ebf
GM
9092007-04-10 Glenn Morris <rgm@gnu.org>
910
911 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
912 it is obsolete and has no effect.
913
39234e39
GM
914 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
915 byte-compiler.
916
51fc848b
GM
917 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
918 obsolete function make-local-hook.
919
e8dc1f8c
GM
920 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
921 start to quieten byte-compiler.
922
760c1f3c
GM
9232007-04-10 Markus Triska <markus.triska@gmx.at>
924
925 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
926 to bytecomp.el as byte-compile-char-before).
341c2f07
SM
927 * emacs-lisp/bytecomp.el (byte-compile-char-before):
928 New function (modified replacement for byte-optimize-char-before in
760c1f3c
GM
929 byte-opt.el).
930
9312007-04-09 Alan Mackenzie <acm@muc.de>
ca135559
AM
932
933 * startup.el (inhibit-splash-screen): Emphatically state that it
934 can't be set in site-start.el.
935
11d13e96
MY
9362007-04-09 Masatake YAMATO <jet@gyve.org>
937
760c1f3c
GM
938 * progmodes/cc-subword.el (c-capitalize-subword): More closely
939 mimic the behavior of `capitalize-word'. Do not move point with a
940 negative argument. Based on tiny change by Paul Curry.
11d13e96 941
52448cc6 9422007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
287787ee 943
52448cc6
JB
944 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
945 Don't move point if ARG is negative.
287787ee 946
1eca8ae6
AM
9472007-04-09 Alan Mackenzie <acm@muc.de>
948
949 Changes to make `narrow-to-defun' and `mark-defun' work properly
950 in CC Mode:
52448cc6 951
1eca8ae6
AM
952 * progmodes/cc-defs.el (c-beginning-of-defun-1):
953 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
52448cc6 954 Bind beginning/end-of-defun-function to nil around calls to
1eca8ae6
AM
955 beginning/end-of-defun.
956
52448cc6
JB
957 * progmodes/cc-langs.el (beginning-of-defun-function)
958 (end-of-defun-function): New c-lang-setvar's.
1eca8ae6
AM
959
960 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
961 (setq arg 1))" to enable non-interactive call.
52448cc6 962
146adea3
EZ
9632007-04-09 Eli Zaretskii <eliz@gnu.org>
964
965 * simple.el (set-mark-command): Doc fix.
966
33bcdf3c
NR
9672007-04-09 Nick Roberts <nickrob@snap.net.nz>
968
969 * progmodes/gud.el (gdb): Restore existing session if user
970 tries to start a second one in graphical mode.
971
642fdf3c
KS
9722007-04-08 Martin Rudalics <rudalics@gmx.at>
973
974 * cus-start.el <scroll-preserve-screen-position>: Add choices.
975
b1e6882f 9762007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
ad9044d3 977
341c2f07
SM
978 * term/xterm.el (terminal-init-xterm): Fix key definitions.
979 Add binding for C-M-SPC.
ad9044d3 980
aa9c7852
RS
9812007-04-08 Richard Stallman <rms@gnu.org>
982
983 * pcomplete.el (pcomplete-read-event): One single definition,
984 and not a defsubst.
985
8300c023
AM
9862007-04-08 Chong Yidong <cyd@stupidchicken.com>
987
988 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
989 byte-compiler warning "value unused".
990
28863a99
AS
9912007-04-08 Andreas Schwab <schwab@suse.de>
992
aa9c7852 993 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
28863a99 994
2f4dfc5c
GM
9952007-04-07 Glenn Morris <rgm@gnu.org>
996
997 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
998 Autoload these functions.
999 (diary-date-forms): Add a custom :set form.
1000
1001 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
1002 before first use.
1003 (diary-font-lock-keywords): New function with old code for
1004 initialization of variable of same name.
1005
52448cc6 10062007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
073ce6e9 1007
255b957c
KS
1008 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
1009 clean-up: only insert space when on identifier, etc.
073ce6e9 1010
6ff11588
CY
10112007-04-07 Chong Yidong <cyd@stupidchicken.com>
1012
0b3864db
CY
1013 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
1014
6ff11588
CY
1015 * net/tls.el (open-tls-stream): Properly handle case where there
1016 is no associated buffer.
1017
f11b9106
GM
10182007-04-07 Glenn Morris <rgm@gnu.org>
1019
1020 * ffap.el (ffap-file-at-point): Lower the priority of the
1021 ffap-ftp-sans-slash-regexp check.
1022
1bf1feb5
AM
10232007-04-06 Alan Mackenzie <acm@muc.de>
1024
1025 Fix fontification of labels, and other things with ":".
255b957c 1026
1bf1feb5
AM
1027 * progmodes/cc-engine.el (c-forward-label): The function now
1028 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
1029 the former t.
1030
1031 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
1032 new return code from c-forward-label, fontifying tokens properly.
1033 Add some general comments throughout the file.
1034
e2b4779f
CY
10352007-04-06 Chong Yidong <cyd@stupidchicken.com>
1036
ff5e33e7
CY
1037 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
1038 Revert 2006-01-27 change.
1039
a8cf6089
CY
1040 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
1041
f5029a89
CY
1042 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
1043
341c2f07
SM
1044 * desktop.el (desktop-create-buffer, desktop-save):
1045 Revert 2004-11-12 change for lack of copyright papers.
b695d74b 1046
f56ea5db
CY
1047 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
1048 (dired-guess-default): Respect case.
1049
dd94f197
CY
1050 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
1051
255b957c
KS
1052 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
1053 was originally checked in as byte-optimize-concat on 1997-11-02.
c9904831 1054
e2b4779f
CY
1055 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
1056 1995-05-19 doc changes.
1057
384bf310
KS
10582007-04-06 Kim F. Storm <storm@cua.dk>
1059
ba8357c8
KS
1060 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
1061 (unload-feature): Update interactive spec accordingly.
1062
384bf310
KS
1063 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
1064
d4f26f40
JPW
10652007-04-06 John Paul Wallington <jpw@pobox.com>
1066
1067 * subr.el (with-case-table): Use `make-symbol' to avoid variable
1068 capture. Restore the table in the same buffer.
1069
1070 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
1071
c2d489d3
CY
10722007-04-05 Chong Yidong <cyd@stupidchicken.com>
1073
255b957c
KS
1074 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1075 Print entire form.
c2d489d3 1076
3cba7086
NR
10772007-04-05 Nick Roberts <nickrob@snap.net.nz>
1078
1079 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
1080 for low-color displays.
1081
4f57f9a3
GM
10822007-04-05 Glenn Morris <rgm@gnu.org>
1083
3cba7086
NR
1084 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
1085 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
255b957c 1086 Seed random number generator on loading.
8b9145b6 1087
4f57f9a3 1088 * emacs-lisp/authors.el (top-level): Provide self.
255b957c 1089
4f57f9a3
GM
1090 * play/animate.el (top-level): Provide self.
1091
b0cce1bd
AM
10922007-04-04 Alan Mackenzie <acm@muc.de>
1093
1094 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
1095 to mention c-syntactic-indentation.
1096
b4341566
CY
10972007-04-04 Chong Yidong <cyd@stupidchicken.com>
1098
1099 * subr.el (with-case-table): New macro.
1100
1101 * international/mule.el (ascii-case-table): New var.
1102
94e63023
CY
1103 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
1104 downcasing.
1105
13cb5829
NR
11062007-04-03 Nick Roberts <nickrob@snap.net.nz>
1107
7eb74b2a
NR
1108 * progmodes/gud.el (gud-minor-mode-map): Simplify.
1109
13cb5829
NR
1110 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
1111 of the window if we're outside it e.g menu-bar.
1112
1113 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
1114 window if we're outside it e.g menu-bar.
1115
06efaba2
EZ
11162007-04-03 Eli Zaretskii <eliz@gnu.org>
1117
1118 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
1119 decode base-64 encoded body if its content-type is something other
1120 than text/* or message/*.
1121
a24d88b4
JB
11222007-04-03 Juanma Barranquero <lekktu@gmail.com>
1123
1124 * simple.el (activate-mark-hook): Fix typo in docstring.
1125
5de62e25
NR
11262007-04-03 Nick Roberts <nickrob@snap.net.nz>
1127
1128 * tmm.el (tmm-c-prompt): Initialize.
1129 (tmm-menubar): Deal with extended menu-items at top level.
255b957c 1130 (tmm-get-keybind): Handle bindings redefined/undefined locally.
a1f02fa1 1131 (tmm-prompt): Handle visibility of top level menu-items.
5de62e25
NR
1132
1133 * progmodes/gud.el (gud-menu-map): Simplify.
1134 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
1135 menubar.
1136
f6c24bc4
CY
11372007-04-02 Chong Yidong <cyd@stupidchicken.com>
1138
1bfa6e94
CY
1139 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
1140
ba830ecb
CY
1141 * comint.el (comint-send-input): Widen the buffer first.
1142
f6c24bc4
CY
1143 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
1144
8ae799ba
SM
11452007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1146
1147 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
1148 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
1149
1150 * newcomment.el (comment-search-forward): Discard comment starters
1151 before point.
1152
b831b4b8
CY
11532007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
1154
1155 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
1156
574b081e
CY
11572007-04-01 Chong Yidong <cyd@stupidchicken.com>
1158
34f6db45
CY
1159 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
1160 when downcasing.
1161
8ae799ba 1162 * button.el (previous-button): Rewrite to account for adjacent buttons.
574b081e 1163
569abf86
S
11642007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
1165
8ae799ba
SM
1166 * progmodes/idlwave.el (idlwave-auto-fill):
1167 Revert paragraph-separate change.
d6aac72d 1168
8ae799ba
SM
1169 * progmodes/idlw-shell.el (idlwave-shell-break-in):
1170 Simplify module calc.
569abf86
S
1171 (idlwave-shell-set-bp-in-module): Compute module.
1172
c5813503
GM
11732007-03-31 Glenn Morris <rgm@gnu.org>
1174
192453e4
GM
1175 * emacs-lisp/timer.el (run-at-time): Doc fix.
1176
c5813503
GM
1177 * emacs-lisp/warnings.el (display-warning): If we create the
1178 buffer displaying the warning, disable undo there.
1179
69cee873
MA
11802007-03-31 Michael Albinus <michael.albinus@gmx.de>
1181
1182 * net/tramp.el (tramp-register-file-name-handler)
1183 (tramp-register-completion-file-name-handler): New defsubst,
1184 derived from `tramp-register-file-name-handlers'. The split is
1185 necessary because Tramp's file name handlers must be registered at
1186 different startup places.
1187
d0653e21
CY
11882007-03-31 Chong Yidong <cyd@stupidchicken.com>
1189
1190 * progmodes/hideshow.el (turn-off-hideshow): New function.
1191 (hs-minor-mode): Use it instead of a lambda expression in
1192 change-major-mode-hook.
1193
ba7529b6
DK
11942007-03-31 David Kastrup <dak@gnu.org>
1195
1196 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
1197 corresponding to MANPATH_MAP entries.
1198 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
1199 (woman-parse-man.conf): Use more discriminating man.conf name.
1200 (woman-parse-man.conf): Parse MANPATH_MAP entries.
1201 (woman-manpath): Doc fix and type fix.
1202 (woman-cached-data): Check for MANPATH_MAP entries.
1203 (woman-expand-directory-path): Treat MANPATH_MAP entries.
1204
5a842fda
EZ
12052007-03-31 Stuart Herring <herring@lanl.gov>
1206
1207 * emacs-lisp/sregex.el (sregexq): Doc fix.
1208
8c01db22
EZ
12092007-03-31 Markus Triska <markus.triska@gmx.at>
1210
1211 * flymake.el (flymake-err-line-patterns): Doc fix.
1212
c2dbc5f2
RS
12132007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
1214
6c4e6610
JB
1215 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
1216 Move to the right.
c2dbc5f2 1217
72f785ba
AM
12182007-03-30 Alan Mackenzie <acm@muc.de>
1219
1220 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
1221
f718c2fc
TTN
12222007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
1223
1224 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
1225 Use it, passed in explicitly, instead of from the dynamic binding.
1226 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
1227
8ad62896
JB
12282007-03-30 Juanma Barranquero <lekktu@gmail.com>
1229
1230 * simple.el (blink-matching-open): When in minibuffer, don't
1231 search for a match inside the prompt.
1232
715ecc6c
NR
12332007-03-30 Nick Roberts <nickrob@snap.net.nz>
1234
1235 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
8ad62896
JB
1236 (tmm-prompt): Don't make the mouse user select the first menu
1237 item twice.
715ecc6c 1238
b2d2c07e
CY
12392007-03-30 Chong Yidong <cyd@stupidchicken.com>
1240
1241 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
1242 SIGUSR1 and SIGUSR2.
1243
d95fae77
KS
12442007-03-29 Kim F. Storm <storm@cua.dk>
1245
1246 * ido.el (ido-read-internal): When reading file or dir, only override
1247 minibuffer-local-filename-completion-map, otherwise only override
1248 minibuffer-local-completion-map.
1249
aae26e17
GM
12502007-03-29 Glenn Morris <rgm@gnu.org>
1251
1252 * complete.el (partial-completion-mode): Set PC-do-completion-end
1253 to nil after use.
1254 (PC-lisp-complete-symbol): Create and use a marker at `end',
1255 rather than using point-marker.
1256
318666ca
CY
12572007-03-28 Chong Yidong <cyd@stupidchicken.com>
1258
1259 * simple.el (next-error-highlight): Doc fix.
799b5496 1260 (compose-mail): Revert 2007-03-19 change.
318666ca 1261
57577884
RS
12622007-03-28 Richard Stallman <rms@gnu.org>
1263
1264 * emacs-lisp/edebug.el (edebug-display): Don't go to
1265 edebug-outside-buffer if it is dead.
1266
38acf670
JB
12672007-03-28 Juanma Barranquero <lekktu@gmail.com>
1268
1269 * view.el (view-mode): Fix typos in docstring.
1270
af49347b
GM
12712007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
1272
1273 * recentf.el (recentf-save-file): Add a custom :set function.
1274
12752007-03-28 Glenn Morris <rgm@gnu.org>
1276
1277 * complete.el (PC-do-completion-end): New variable.
1278 (partial-completion-mode) <choose-completion-string-functions>:
1279 Use PC-do-completion-end in the non-minibuffer case to replace the
1280 correct amount of text.
1281 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
1282 (PC-lisp-complete-symbol): Give marker the after-insertion type,
1283 to deal with improvements inserted after point.
1284
74cb3d21
SM
12852007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1286
6340a43f
SM
1287 * button.el (make-text-button): Add explicit `button' property.
1288 (default-button): Don't put a `button' property on it.
1289
070f60e0
SM
1290 * progmodes/python.el (python-mode): Skip comments when parsing.
1291
74cb3d21
SM
1292 * vc-arch.el (vc-with-current-file-buffer): New macro.
1293 (vc-arch-file-source-p): Use it to avoid infloop.
1294
4878f1de
SM
12952007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
1296
1297 * emacs-lisp/lisp.el (lisp-complete-symbol):
1298 Fix call to get-buffer-window to find windows in other frames.
1299
13002007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1301
1302 * comint.el (comint-proc-query, comint-dynamic-list-completions):
1303 Fix calls to get-buffer-window to find windows in other frames.
1304 Reported by David Hansen <david.hansen@gmx.net>.
1305
54fb4f96
NR
13062007-03-27 Kevin Ryde <user42@zip.com.au>
1307
86b8a072
JB
1308 * info.el (Info-display-images-node): On a text-only terminal,
1309 show the "text" or "alt" parts of the image blobs.
54fb4f96 1310
e3fbc89b
GM
13112007-03-27 Glenn Morris <rgm@gnu.org>
1312
6afdff63
GM
1313 * complete.el (PC-do-completion): Compute completion-base-size in
1314 the non-filename case, rather than setting to nil.
1315 (PC-lisp-complete-end): New variable.
1316 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
1317 original end in a series of consecutive invocations.
1318
e3fbc89b
GM
1319 * calendar/calendar.el (calendar-mode-hook): Declare it.
1320
7465af60
GM
1321 * calendar/diary-lib.el (diary-live-p): Do not check for
1322 diary-selective-display.
1323
084c41ca
SM
13242007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 * replace.el (occur-next-error): *Occur* might not be displayed in the
1327 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
1328
8907f65c
RS
13292007-03-26 Richard Stallman <rms@gnu.org>
1330
1331 * textmodes/flyspell.el (flyspell-large-region):
1332 Use ispell-call-process-region.
1333
b1e6882f 13342007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8907f65c
RS
1335
1336 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
084c41ca 1337 Use prin1 instead of princ.
8907f65c 1338
c324c766
CY
13392007-03-25 Chong Yidong <cyd@stupidchicken.com>
1340
6c4e6610
JB
1341 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
1342 Merge in X resources before global face.
6aa2269d 1343
6c4e6610
JB
1344 * progmodes/compile.el (compilation-start): Save compilation-directory
1345 rather than default-directory as local var.
c324c766
CY
1346 (compilation-directory): Mark as safe local var.
1347
1348 * files.el: Don't mark default-directory as a safe local var.
1349
0c5f5bd4
AM
13502007-03-25 Alan Mackenzie <acm@muc.de>
1351
1352 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
1353 * progmodes/cc-engine.el: Fix typo.
1354
84d6b04b
JL
13552007-03-25 Juri Linkov <juri@jurta.org>
1356
1357 * compare-w.el (compare-windows): Rename customization group
1358 `compare-w' to `compare-windows'.
1359 (compare-windows-whitespace, compare-ignore-whitespace)
1360 (compare-ignore-case, compare-windows-sync)
1361 (compare-windows-sync-string-size, compare-windows-recenter)
1362 (compare-windows-highlight, compare-windows): Change group name in
1363 the `group' tag from `compare-w' to `compare-windows'.
1364 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
1365
61880ffe
EZ
13662007-03-24 Markus Triska <markus.triska@gmx.at>
1367
86b8a072
JB
1368 * expand.el: Change example to always enable abbrev-mode,
1369 and remove redundant `function'.
61880ffe
EZ
1370 (expand-abbrev-hook): Add autoload cookie.
1371
6e5a4966
EZ
13722007-03-24 Ryan Yeske <rcyeske@gmail.com>
1373
1374 * emacs-lisp/testcover.el (testcover-start, testcover-end)
1375 (testcover-mark-all, testcover-unmark-all): Add prompts to
1376 interactive specs.
1377
2eed4e68
JR
13782007-03-24 Jason Rumney <jasonr@gnu.org>
1379
1380 * autorevert.el (find-file-hook, auto-revert-tail-mode):
1381 Use file size in bytes for auto-revert-tail-pos not characters.
1382
53cc5b9c
TTN
13832007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
1384
1385 * vc-rcs.el (vc-rcs-annotate-command):
1386 Set text property :vc-annotate-prefix on the annotation text.
1387 (vc-rcs-annotate-time): Instead of searching for ": ",
1388 search for end of text propertized with :vc-annotate-prefix.
1389
ae18604f
MR
13902007-03-24 Martin Rudalics <rudalics@gmx.at>
1391
1392 * whitespace.el (top level): Remove calls putting
53cc5b9c 1393 permanent-local nil property since these are no-ops.
ae18604f
MR
1394
1395 * man.el (Man-support-local-filenames): Assure that
1396 default-directory exists when doing call-process.
1397
39db15c9
TTN
13982007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
1399
084c41ca
SM
1400 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
1401 Fix omission bug: Use m4-program-options to construct shell command.
39db15c9 1402
7a147065
DK
14032007-03-23 David Kastrup <dak@gnu.org>
1404
084c41ca
SM
1405 * progmodes/cc-mode.el (c-make-emacs-variables-local):
1406 Use `mapcar' rather than `mapcan' to silence compiler warning.
7a147065 1407
ce545621
DK
14082007-03-22 Ralf Angeli <angeli@caeruleus.net>
1409
3e323750
NR
1410 * textmodes/reftex.el, textmodes/reftex-vars.el,
1411 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
1412 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
1413 * textmodes/reftex-index.el, textmodes/reftex-global.el,
1414 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
ce545621
DK
1415 * textmodes/reftex-auc.el: Add maintainer address.
1416
3d49ff4a
CD
14172007-03-22 Carsten Dominik <dominik@science.uva.nl>
1418
1419 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
1420 Make sure that `global-font-lock-mode' does not turn on font-lock
1421 in these buffers.
1422
4c8bb950
NR
14232007-03-21 Kim F. Storm <storm@cua.dk>
1424
1425 * xt-mouse.el (xt-mouse-epoch): New variable.
1426 (xterm-mouse-event): Use float-time.
1427
086b2469
NR
14282007-03-21 Nick Roberts <nickrob@snap.net.nz>
1429
1430 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
1431 current-time.
1432
414a17c9
SM
14332007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1434
1435 * complete.el (read-file-name-internal): Don't add the final > if the
1436 completion is not finished (re-application of this patch, which was
1437 accidentally undone by Eli).
1438
4bb5f579
CY
14392007-03-21 Chong Yidong <cyd@stupidchicken.com>
1440
1441 * emulation/viper.el (viper-non-hook-settings): Handle mouse
084c41ca 1442 clicks in describe-key and describe-key-briefly advice a little better.
4bb5f579 1443
9f25e707
JB
14442007-03-21 Juanma Barranquero <lekktu@gmail.com>
1445
1446 * server.el (server-process-filter): Cancel any pending isearch.
1447
76b0b55f
GM
14482007-03-21 Ulf Jasper <ulf.jasper@web.de>
1449
1450 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
1451 (icalendar--get-unfolded-buffer): Define actual arguments rather
1452 than just using &rest. Check replace-in-string is fbound.
1453 (icalendar-import-buffer): Doc fix.
9f25e707
JB
1454 (icalendar--convert-ical-to-diary): Set diary-file.
1455 Check diary-file before inserting final newline.
76b0b55f
GM
1456 (icalendar--add-diary-entry): Return diary-file.
1457
eec39ec7
GM
14582007-03-21 Glenn Morris <rgm@gnu.org>
1459
1460 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
1461 (diary-display-hook): Add custom :set function.
1462
9f25e707
JB
1463 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
1464 Add custom :set function.
eec39ec7
GM
1465 (diary-header-line-format): Doc fix.
1466 (diary-set-maybe-redraw): New function.
1467 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
1468 (diary-list-entries): Always run diary-mode.
1469
e18cb394
KH
14702007-03-20 Kenichi Handa <handa@m17n.org>
1471
1472 * international/quail.el (quail-setup-completion-buf): Make the
1473 completion buffer read-only.
1474 (quail-completion): Adjusted for the above change. Leave the
1475 modified flag nil.
1476
12333e2b
DK
14772007-03-20 David Kastrup <dak@gnu.org>
1478
1479 * files.el (magic-mode-alist): Require literal "%!PS" string for
1480 magic postscript file detection.
1481
5d5afbcd
RS
14822007-03-20 Richard Stallman <rms@gnu.org>
1483
1484 * textmodes/ispell.el (ispell-call-process): New function.
1485 Defends against bad `default-directory.'
1486 (ispell-check-version, ispell-find-aspell-dictionaries)
1487 (ispell-get-aspell-config-value, lookup-words): Call it.
1488 (ispell-call-process-region): New function.
1489 (ispell-send-string): Call it.
1490
a8b145e3
AS
14912007-03-20 Andreas Schwab <schwab@suse.de>
1492
1493 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
1494 (finder-data): Likewise.
1495 (autoloads): Likewise.
1496
8400146f
MR
14972007-03-20 Martin Rudalics <rudalics@gmx.at>
1498
1499 * files.el (basic-save-buffer): Do not set visited filename when
1500 the corresponding directory does not exist or the specified
1501 filename is that of an existing directory.
1502
b537c2a9
GM
15032007-03-20 Glenn Morris <rgm@gnu.org>
1504
1505 * calendar/diary-lib.el (diary-live-p): New function.
1506 (number-of-diary-entries): Add a :set function to redisplay diary
1507 when necessary.
1508
de7dd725
NR
15092007-03-19 Nick Roberts <nickrob@snap.net.nz>
1510
1511 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
1512 from client program, mev, to compute mouse event.
1513
72e823d8
CY
15142007-03-19 Chong Yidong <cyd@stupidchicken.com>
1515
ed48670c
CY
1516 * faces.el (momentary): Face removed; unused due to reversion of
1517 2007-01-04 changes by Kevin Rodgers.
1518
9f25e707
JB
1519 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
1520 Suggested by Johan Bockg\e,Ae\e(Brd.
72e823d8 1521
043aa308
CY
15222007-03-19 Martin Rudalics <rudalics@gmx.at>
1523
084c41ca
SM
1524 * font-lock.el (lisp-font-lock-keywords-1):
1525 Highlight define-globalized-minor-mode as a keyword.
043aa308 1526
1c8f28b0
KS
15272007-03-19 Kim F. Storm <storm@cua.dk>
1528
1529 * calc/calc-forms.el (math-std-daylight-savings)
1530 (math-std-daylight-savings-old): Doc fix.
1531
99181af3
JB
15322007-03-19 Juanma Barranquero <lekktu@gmail.com>
1533
e2411870
JB
1534 * progmodes/python.el (python-default-template): Doc fix.
1535 (python-buffer): Fix typo in docstring.
1536
99181af3
JB
1537 * isearchb.el (isearchb-follow-char):
1538 * subr.el (def-edebug-spec): Fix typo in docstring.
1539
705959fc
RS
15402007-03-19 Richard Stallman <rms@gnu.org>
1541
1542 * files.el (default-directory): Mark safe.
1543 (basic-save-buffer-2): Put proper dir name in error message.
1544
5d5afbcd
RS
1545 * simple.el (compose-mail): Run switch-function after
1546 setting up the mail buffer.
1547
705959fc
RS
1548 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
1549
ebb51505
JB
15502007-03-18 Jay Belanger <belanger@truman.edu>
1551
1552 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
1553 (math-std-daylight-savings-new): Rename from
1554 `math-std-daylight-savings'.
1555 (math-std-daylight-savings-old): Rename from old value of
1556 `math-std-daylight-savings'.
1557 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
1558 `math-std-daylight-savings-old' depending on the year.
1559
640eb069
JB
15602007-03-18 Detlev Zundel <dzu@gnu.org>
1561
66cb3e0e 1562 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
084c41ca 1563 zero-width regexps as invalid but rather at least count them correctly.
640eb069 1564
904bb06c
TTN
15652007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
1566
1567 * net/tls.el (open-tls-stream): In handshake-waiting loop,
1568 don't wait more if there is output available to process.
1569
92e0e0c4
NR
15702007-03-18 Nick Roberts <nickrob@snap.net.nz>
1571
1572 * progmodes/compile.el (compilation-find-file): Revert change
1573 from 2006-07-18 to allow completion of directory names.
1574 Reported by John Carter <john.carter@tait.co.nz>.
1575
31c865ec
KS
15762007-03-18 Kim F. Storm <storm@cua.dk>
1577
1578 * subr.el (when, unless): Doc fix.
1579
4a3c7686
TTN
15802007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
1581
1582 * net/tls.el (tls-program): Doc fix.
1583
0d9b26a8
JB
15842007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
1585
1586 * autorevert.el (auto-revert-tail-handler):
1587 Call after-revert-hook.
a919f39a 1588
5d5afbcd
RS
15892007-03-17 Ryan Yeske <rcyeske@gmail.com>
1590
1591 * simple.el (switch-to-completions): No error if search for \n\n fails.
1592
f0f971b1
KS
15932007-03-17 Chong Yidong <cyd@stupidchicken.com>
1594
084c41ca
SM
1595 * simple.el (line-move-1):
1596 Respect `inhibit-line-move-field-capture' property.
f0f971b1 1597
7585c8f2
CY
15982007-03-13 Chong Yidong <cyd@stupidchicken.com>
1599
1600 * comint.el (comint-arguments): Mark backslash-escaped chars.
1601 (comint-delim-arg): Don't treat them as delimiters.
1602
79b0b5da 16032007-03-12 Kim F. Storm <storm@cua.dk>
79b0b5da
CY
1604 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1605
ac1f6415
CY
16062007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
1607
1608 * tempo.el (tempo-insert): Deal with 'r> if it appears
084c41ca 1609 specified with a prompt argument.
ac1f6415 1610
42baaf6a
CY
16112007-03-12 Carsten Dominik <dominik@science.uva.nl>
1612
0d9b26a8
JB
1613 * textmodes/org.el (org-set-font-lock-defaults):
1614 Handle narrow table columns correctly.
42baaf6a 1615
edd2a622
CY
16162007-03-12 Mark A. Hershberger <mah@everybody.org>
1617
1618 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1619 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1620 Return to use of the -no-properties variants. There was
1621 consensus on emacs-devel that the speed of these variants was
1622 prefered since we are usually parsing files (from the internet
1623 or on disk) instead of XML created in Emacs.
1624
92e0e0c4
NR
1625 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1626 Add customize option.
1627
d08592e8
CY
16282007-03-12 Glenn Morris <rgm@gnu.org>
1629
1630 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
7ad42042
GM
1631 North American rule. Replace "daylight savings" with "daylight
1632 saving" in doc.
1633
1634 * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
1635 * calendar/lunar.el,solar.el: Replace "daylight savings" with
1636 "daylight saving" in text.
d08592e8
CY
1637
1638 * woman.el (woman-change-fonts): Tweak previous change by using
1639 woman-request-regexp rather than "^\\.".
1640
1641 * startup.el (command-line-1): Make insertion of
1642 initial-scratch-message not depend on scratch being selected.
1643
19f51210 16442007-03-11 Juri Linkov <juri@jurta.org>
330167fc
RS
1645
1646 * replace.el (match): Use yellow background on light-bg terminals.
1647
7ab2e82f
RS
16482007-03-11 Richard Stallman <rms@gnu.org>
1649
19f51210 1650 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7ab2e82f 1651 Correctly compute line number.
0d9b26a8 1652
7ab2e82f
RS
16532007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
1654
19f51210 1655 * type-break.el (type-break-get-previous-count):
7ab2e82f
RS
1656 Repeat previous change here.
1657
3dd34132
DN
16582007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
1659
0d9b26a8
JB
1660 * progmodes/grep.el (grep-find-ignored-directories):
1661 Add .git and .bzr to list.
3dd34132 1662
593b4fa8
AS
16632007-03-11 Andreas Schwab <schwab@suse.de>
1664
0d9b26a8 1665 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
593b4fa8 1666
951c155f
SM
16672007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1670
0e160a95
CY
16712007-03-10 Chong Yidong <cyd@stupidchicken.com>
1672
1673 * faces.el (face-set-after-frame-default): Recalculate face
1674 customizations after applying X resources.
1675
8216fbaf
EZ
16762007-03-10 Ryan Yeske <rcyeske@gmail.com>
1677
1678 * net/rcirc.el (rcirc-timeout-seconds): New variable.
1679 (rcirc-keepalive-seconds): Remove variable.
1680 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1681 (rcirc-process, rcirc-user-disconnect): New variables.
1682 (rcirc-connect): Initalize new variables.
520e9259
JB
1683 (rcirc-keepalive): Don't send keepalive pings before connection
1684 is completed.
8216fbaf
EZ
1685 (rcirc-sentinel): Do mark all channels with activity when
1686 connection is dropped. Run hook with process buffer local.
1687 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1688 (rcirc-buffer-process): Return value of rcirc-process if
1689 rcirc-server-buffer is nil.
1690 (rcirc-server-name): Return the reported server name.
1691 (rcirc-update-prompt): Simplify computation of the server name.
1692 (rcirc-format-response-string): Likewise.
1693 (rcirc-handler-001): Mark server as connected, record the reported
1694 server name, and schedule a timeout.
1695 (rcirc-track-nick): Add a spec for the tty class.
1696 (rcirc-user-non-nick): Remove function.
1697 (rcirc-nick-prefix-chars): Add variable.
1698 (rcirc-user-nick): Use above variable.
1699
8400146f 17002007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7a78ffec 1701
520e9259
JB
1702 * icomplete.el (icomplete-tidy, icomplete-exhibit):
1703 Bind deactivate-mark to nil.
7a78ffec 1704
a7b52a1e
MR
17052007-03-10 Martin Rudalics <rudalics@gmx.at>
1706
1707 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1708 that buffer contents get erased during completion.
1709
8d54e3a1
GM
17102007-03-10 Glenn Morris <rgm@gnu.org>
1711
1712 * woman.el (woman-change-fonts): Add a hack to deal with
1713 font-escape followed by "." at start of a line.
1714 (woman2-IP): Add a hack to deal with consecutive requests.
1715 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1716
fec4d266
AM
17172007-03-10 Alan Mackenzie <acm@muc.de>
1718
eebe9a29 1719 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
fec4d266 1720
c06d4c1f
RS
17212007-03-09 Richard Stallman <rms@gnu.org>
1722
1723 * abbrev.el (abbrev): Add `provide'.
1724
c996c463
TTN
17252007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
1726
1727 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1728
2ef31c1c
MR
17292007-03-09 Martin Rudalics <rudalics@gmx.at>
1730
1731 * complete.el (PC-try-completion): New function.
1732 (PC-do-completion, read-file-name-internal): Use it instead of
1733 try-completion.
1734
4cc4ad8a
AM
17352007-03-08 Alan Mackenzie <acm@muc.de>
1736
eebe9a29 1737 Remove stale tokens from `c-found-types' cache.
4cc4ad8a 1738
eebe9a29
KS
1739 * progmodes/cc-mode.el (c-unfind-enclosing-token)
1740 (c-unfind-coalesced-tokens, c-before-change): New functions.
1741 (c-maybe-stale-found-type): New variable.
4cc4ad8a 1742
eebe9a29
KS
1743 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1744 (c-trim-found-types): New functions.
4cc4ad8a 1745
0778a62f
SM
17462007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
1747
1748 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1749 (debug-ignored-errors): Add entry from smerge-match-conflict.
1750
eae7eecd
S
17512007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
1752
1753 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1754 special help topics for keywords.
1755 (idlwave-help-assistant-command): Include ".exe" for ms-dos
1756 etc. Assistant command.
1757
3cfd08fd
CY
17582007-03-08 Chong Yidong <cyd@stupidchicken.com>
1759
0778a62f 1760 * replace.el (occur-engine): Move buffer-undo-list binding...
a06494d0 1761 (occur-1): ...to here.
0778a62f 1762
18d8c1e0
CY
1763 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1764
3cfd08fd
CY
1765 * simple.el (minibuffer-completing-symbol): New var.
1766 (eval-expression): Use it.
1767 (completion-setup-function): Don't bind completion-base-size when
1768 completing a symbol in the minibuffer.
1769
ac7b6e9b
NR
17702007-03-08 Nick Roberts <nickrob@snap.net.nz>
1771
1772 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1773 tries to start a second session in graphical mode.
1774
8256bd38
MB
17752007-03-07 Miles Bader <miles@gnu.org>
1776
1777 * international/isearch-x.el
0778a62f
SM
1778 (isearch-process-search-multibyte-characters):
1779 Strip text-properties from PROMPT to avoid an error from read-string.
8256bd38 1780
5b8ba528
KS
17812007-03-07 Kim F. Storm <storm@cua.dk>
1782
1783 * complete.el (PC-bindings): Remap lisp-complete-symbol to
1784 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1785
85066604
MC
17862007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1787
1788 * complete.el (PC-do-completion): Delete duplicates in the list of
1789 possible completions.
1790
e27dad25
GM
17912007-03-07 Glenn Morris <rgm@gnu.org>
1792
1793 * ses.el (ses-mode): Doc fix.
1794
0868f212
KS
17952007-03-06 Kim F. Storm <storm@cua.dk>
1796
1797 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1798
15c2ffb2
KH
17992007-03-06 Kenichi Handa <handa@m17n.org>
1800
1801 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1802
bea15365
SM
18032007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1804
1805 * simple.el (completion-setup-function): Improve last fix so it doesn't
1806 set it to a relative directory name either.
1807
6db15364
VJL
18082007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1809
1810 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1811
7b1730dd
RS
18122007-03-05 Richard Stallman <rms@gnu.org>
1813
1814 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1815
1816 * files.el (find-file-noselect): No error if file no longer exists.
1817 Display a message and avoid other questions.
1818
86a3e45e
SM
18192007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * pcomplete.el (pcomplete-show-completions): Improve last change, so
1822 as not to use an invisible window and to create a window if none exist.
1823
1824 * progmodes/python.el (python-send-command): Restart proc if necessary.
1825 (python-proc): Simplify.
1826
520e9259 18272007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
cc7eeb54
CY
1828
1829 * pcomplete.el (pcomplete-show-completions): Search all frames for
1830 completions buffer.
1831
50991b39
CY
18322007-03-05 Chong Yidong <cyd@stupidchicken.com>
1833
ee5aeb5f
CY
1834 * cus-edit.el (customize-save-variable): Clear customized-value
1835 property (saved values are now put in theme-value property).
1836 (customize-set-variable): Doc fix.
1837
50991b39
CY
1838 * complete.el (PC-do-completion): If completion-ignore-case is
1839 non-nil, replace field with completion string before exiting.
1840
bba31a09
MA
18412007-03-05 Michael Albinus <michael.albinus@gmx.de>
1842
1843 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1844 Append its extension to the resulting temporary file name.
86a3e45e 1845 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
bba31a09
MA
1846
1847 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1848 (tramp-smb-handle-write-region): Apply it.
1849
47ccd97c
RS
18502007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1851
bba31a09 1852 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
47ccd97c
RS
1853 Redo previous change.
1854
86b8a072 18552007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
47ccd97c
RS
1856
1857 * diff-mode.el (diff-mode): Doc fix.
1858
aca6c048
KH
18592007-03-05 Kenichi Handa <handa@m17n.org>
1860
520e9259
JB
1861 * international/characters.el: Set category `l' (latin)
1862 for more characters.
aca6c048 1863
181706a5
KS
18642007-03-04 Kim F. Storm <storm@cua.dk>
1865
1866 * emacs-lisp/authors.el (authors-aliases): Add alias.
1867
5a9b2bb4
GM
18682007-03-04 Glenn Morris <rgm@gnu.org>
1869
1870 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1871 all when switching major mode.
1872 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1873 (hs-block-start-mdata-select, hs-block-end-regexp)
520e9259
JB
1874 (hs-forward-sexp-func, hs-adjust-block-beginning):
1875 Do not make these variables permanent-local.
5a9b2bb4 1876
d89abe75
RS
18772007-03-04 Richard Stallman <rms@gnu.org>
1878
1879 * progmodes/cperl-mode.el (cperl-mode):
1880 Modify cperl-compilation-error-regexp-alist by appending.
1881
1882 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1883 (edebug-mode): Add the hook.
1884 (edebug-recursive-edit): Remove the hook on exiting.
1885
1886 * type-break.el (type-break-get-previous-time):
1887 Handle end-of-file errors specially
1888 so they don't get reported wrong in .emacs.
1889
1890 * startup.el (fancy-splash-text): Clarify text.
1891
5a9b2bb4 1892 * simple.el (beginning-of-buffer, end-of-buffer):
d89abe75
RS
1893 Avoid treating plain C-u like numeric arg.
1894
1895 * simple.el (completion-setup-function): Don't set
1896 default-directory to nil.
1897
1898 * shell.el (shell-dirstack-query): Doc fix.
1899
5a9b2bb4 1900 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
d89abe75
RS
1901 Don't select the window -- pass it to primitives instead.
1902
1903 * faces.el (minibuffer-prompt): Use medium blue by default.
1904
d0483d25
DK
19052007-03-04 David Kastrup <dak@gnu.org>
1906
1907 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1908 Preserve 16 as default value for "seconds" when customizing.
1909
74b708cd
CD
19102007-03-04 Carsten Dominik <dominik@science.uva.nl>
1911
1912 * textmodes/org.el (org-self-insert-command)
1913 (orgtbl-self-insert-command, org-delete-char)
1914 (org-delete-backward-char): Set the `flyspell-delayed' property.
1915
fbd2f84f
CY
19162007-03-03 Chong Yidong <cyd@stupidchicken.com>
1917
1918 * international/mule.el (find-auto-coding): Don't search for
1919 line-ending characters past the end of the tail.
1920
94430ab7
EZ
19212007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
1922
1923 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
a6f0e674 1924 Jump to the line where new score has been uploaded.
94430ab7
EZ
1925
1926 * play/tetris.el (tetris-move-bottom, tetris-move-left)
a6f0e674
JB
1927 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1928 Do nothing when the game is paused.
94430ab7 1929
77c0d595
CD
19302007-03-03 Carsten Dominik <dominik@science.uva.nl>
1931
a6f0e674
JB
1932 * textmodes/org.el (org-set-tags): Prevent slipping of point
1933 during completion.
77c0d595 1934
115f38b1
KS
19352007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1936
1937 * isearch.el (isearch-message-prefix):
1938 Use minibuffer-prompt-properties.
1939
d3241651
VJL
19402007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1941
ba564825
VJL
1942 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1943 (ps-setup): Print which Emacsen is running ps-print package.
d3241651 1944
5a842fda 19452007-03-01 Stuart Herring <herring@lanl.gov>
d42a3826
CY
1946
1947 * files.el (set-auto-mode-0): Use `indirect-function'.
1948 (hack-one-local-variable): Don't reapply current major mode.
1949
fc553234
SM
19502007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1951
1952 * progmodes/python.el (python-quote-syntax): Don't bother with
1953 syntax-ppss-context.
1954 (python-fill-paragraph): Make sure that fenced-string delimiters that
1a408ced 1955 stand on their own line stay there.
fc553234 1956
cde6fe5c
KS
19572007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1958
1959 * replace.el (perform-replace): Propertize message.
1960
040fc5eb
CD
19612007-03-01 Carsten Dominik <dominik@science.uva.nl>
1962
1963 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1964 invisible heading.
1965
9084727e
CY
19662007-02-28 Chong Yidong <cyd@stupidchicken.com>
1967
1968 * net/tramp.el (tramp-file-name-handler): Revert last change.
1969
94682984
NR
19702007-02-28 Nick Roberts <nickrob@snap.net.nz>
1971
cde6fe5c 1972 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
94682984
NR
1973 Correct doc strings.
1974
b0c39184
CY
19752007-02-28 Chong Yidong <cyd@stupidchicken.com>
1976
1977 * replace.el (perform-replace): Undo forward-char immediately if
1978 non-adjacent search fails.
1979
f80c9f43
SM
19802007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1981
1982 * version.el (emacs-major-version, emacs-minor-version):
1983 string-to-int -> string-to-number.
1984
2d24dbb5
JB
19852007-02-28 Juanma Barranquero <lekktu@gmail.com>
1986
1987 * help.el (where-is): Fail gracefully when not passed a command.
1988
5a842fda 19892007-02-28 Stuart Herring <herring@lanl.gov>
8193fc4b
TTN
1990
1991 * find-lisp.el (find-lisp-default-directory-predicate):
1992 Fix bug: Do symlink check on expanded filename.
1993
ddd41145
CD
19942007-02-28 Carsten Dominik <dominik@science.uva.nl>
1995
1996 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1997 changes during replacement.
1998 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1999
f6218c04
LH
20002007-02-28 Lars Hansen <larsh@soem.dk>
2001
2002 * desktop.el: Delete header line listing me as maintainer.
2003
fb89a85b
GM
20042007-02-28 Glenn Morris <rgm@gnu.org>
2005
2006 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
2007 the menus case.
2008
17282c9b
CY
20092007-02-28 Chong Yidong <cyd@stupidchicken.com>
2010
2011 * net/tramp.el (tramp-file-name-handler): Inhibit modification
2012 hooks to avoid confusion when combining after-change calls.
2013
ebe0546a
NR
20142007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
2015
2d24dbb5
JB
2016 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
2017 now that pgg-gpg-process-region correctly honors passed-in passphrase.
2018 (allout-distinctive-bullets-string): Add info about bullet conventions.
ebe0546a
NR
2019 (allout-mode): Add info about distinctive vs plain bullets.
2020
fc24d8af
CD
20212007-02-27 Carsten Dominik <dominik@science.uva.nl>
2022
2023 * textmodes/org.el (org-archive-subtree): Quote variable name.
2d24dbb5 2024 (org-agenda-get-todos): Make sure skip properties are checked correctly.
fc24d8af 2025
2b84c0d2
NR
20262007-02-26 Nick Roberts <nickrob@snap.net.nz>
2027
2d24dbb5 2028 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
2b84c0d2 2029 (gud-bashdb-command-name, bashdb): Remove.
2d24dbb5 2030 (gud, gud-menu-map): Remove references to bash/bashdb.
2b84c0d2 2031
2d24dbb5 20322007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
2b84c0d2 2033
6f1d86f3
NR
2034 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
2035 keyword for Python 2.5.
2b84c0d2 2036
da888ddf
RF
20372007-02-26 Romain Francoise <romain@orebokech.com>
2038
2039 * net/net-utils.el (whois-server-tld): Update server for .org.
2040 (whois-server-list): Add whois.publicinterestregistry.net.
2041 (whois-guess-server): Fix formatting in docstring.
2042
864129b6
KS
20432007-02-26 Kim F. Storm <storm@cua.dk>
2044
2045 * mouse.el (mouse-show-mark): Run hooks and perform command
2046 remapping for mouse-region-delete-keys.
2047
7af1dacf
JB
20482007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2049
2050 * font-core.el (font-lock-mode): Doc fix.
2051
4b547e5a
KS
20522007-02-25 Kim F. Storm <storm@cua.dk>
2053
7c9fe7ee
KS
2054 * ido.el (ido-buffer-internal): Set this-command to fallback command.
2055 Add selected buffer to buffer-name-history.
2056 (ido-file-internal): Set this-command to fallback command.
7af1dacf 2057 Add file names to file-name-history.
7c9fe7ee 2058
7af1dacf
JB
2059 * emacs-lisp/map-ynp.el (map-y-or-n-p):
2060 Apply minibuffer-prompt-properties.
4b547e5a 2061
f215a02f
AS
20622007-02-25 Andreas Schwab <schwab@suse.de>
2063
2064 * files.el (hack-one-local-variable-eval-safep): Correct handling
864129b6 2065 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
f215a02f 2066
f252c2ad
CD
20672007-02-25 Carsten Dominik <dominik@science.uva.nl>
2068
2069 * textmodes/org.el (org-table-overlay-coordinates)
2070 (org-table-toggle-coordinate-overlays): New functions.
2071 (org-table-overlay-coordinates, org-table-coordinate-overlays):
2072 New variables.
86a3e45e 2073 (org-startup-with-deadline-check): Remove option.
f252c2ad 2074 (org-mode): Remove deadline check on startup.
86a3e45e
SM
2075 (org-table-limit-column-width): Remove option.
2076 (org-table-formula-numbers-only): Remove option.
2077 (org-link-style, org-link-format): Remove options.
2078 (org-select-agenda-window, org-fit-agenda-window): Remove options.
f252c2ad 2079 (org-export-ascii-show-new-buffer)
86a3e45e
SM
2080 (org-export-html-show-new-buffer): Remove options.
2081 (org-activate-links): Remove camel option.
2082 (org-file-link-context-use-camel-case): Remove option.
2083 (org-camel-regexp): Remove variable.
2084 (org-activate-camels): Remove function.
2085 (org-store-link): Remove Camel stuff.
2086 (org-make-org-heading-camel): Remove function.
2087 (org-open-at-point): Remove camel stuff.
2088 (org-link-search): Remove camel stuff.
f252c2ad
CD
2089 (org-camel-to-words): Function removed.
2090 (org-get-agenda-file-buffer): Make sure we prepare the base
2091 buffers, not any indirect buffers.
2092 (org-sort-entries): Sort top-level when not on a headline, and no
2093 active region.
2094 (org-in-regexp): New function.
86a3e45e 2095 (org-search-not-self): Rename from `org-search-not-link'.
f252c2ad
CD
2096 (org-open-link-marker): New variable.
2097 (org-open-at-point): Set `org-open-link-marker'.
86a3e45e 2098 (org-print-icalendar-entries): Fixe bug with excluding DONE
f252c2ad
CD
2099 entries from the exported list.
2100 (org-edit-formula-lisp-indent): New command.
2101 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
2102 (orgtbl-to-latex, orgtbl-insert-radio-table)
2103 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
2104 (orgtbl-radio-table-templates): New option.
2105 (org-store-link-props):
7af1dacf
JB
2106 (org-remember-templates): More possibilities to insert info
2107 into templates.
2108 (org-remember-apply-template): Make use of the extended
2109 template capabilities.
f252c2ad
CD
2110 (org-remember-redo-template): New command.
2111 (org-upgrade-old-links)
2112 (org-table-modify-formulas, org-table-replace-in-formulas)
2113 (org-table-find-dataline)
86a3e45e 2114 (org-table-get-vertical-vector): Remove functions.
f252c2ad
CD
2115 (org-table-remove-rectangle-highlight)
2116 (org-time-stamp-format, org-toggle-log-option)
2117 (org-table-highlight-rectangle)
2118 (org-table-iterate, org-table-make-reference):
2119 (org-translate-time, org-tree-to-indirect-buffer)
2120 (org-table-field-info, org-table-fix-formulas)
2121 (org-table-force-dataline, org-table-get-descriptor-line)
2122 (org-table-get-range)
2123 (org-skip-comments, org-sort)
2124 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
2125 (org-table-current-dline, org-table-current-field-formula)
2126 (org-table-edit-backward-field)
2127 (org-table-edit-formulas-post-command)
2128 (org-table-edit-line-down, org-table-edit-line-up)
2129 (org-agenda-archive)
2130 (org-agenda-clock-cancel)
2131 (org-agenda-clock-out, org-agenda-list-stuck-projects)
2132 (org-agenda-open-link, org-agenda-show-new-time)
2133 (org-agenda-skip-subtree-when-regexp-matches)
2134 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
2135 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
2136 (org-do-sort, org-file-image-p, org-find-overlays)
2137 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
2138 (org-highlight-until-next-command, org-isearch-end)
2139 (org-match-any-p, org-next-link, org-previous-link):
2140 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
2141 (org-rewrite-old-row-references)
2142 (org-isearch-post-command)
2143 (org-table-edit-move, org-table-edit-next-field)
2144 (org-table-edit-scroll, org-table-edit-scroll-down)
2145 (org-set-frame-title, org-show-reference)
2146 (org-unhighlight-once, org-verify-change-for-undo): New functions.
86a3e45e 2147 (org-show-variable): Remove command.
f252c2ad 2148 (org-add-log-maybe): New arguments STATE, FINDPOS
86a3e45e 2149 (org-table-sort-lines): Rewrite from scratch.
f252c2ad 2150 (org-link-search): New argument AVOID-POS.
86a3e45e
SM
2151 (org-print-icalendar-entries): Remove argument CATEGORY.
2152 (org-run-agenda-series): Remove argument WONDOW.
f252c2ad
CD
2153 (org-next-link, org-previous-link): New commands.
2154 (org-agenda-date-format): New option.
2155 (org-table-iterate): New command.
2156 (org-table-modify-formulas)
86a3e45e 2157 (org-table-replace-in-formulas): Remove functions.
f252c2ad
CD
2158 (org-table-fix-formulas): New function.
2159 (org-table-insert-column, org-table-delete-column)
2160 (org-table-move-column): Use `org-table-fix-formulas'.
2161 (org-follow-gnus-link): Patch from Bastien/Leo.
2162 (org-table-current-field-formula): New function.
2163 (org-file-image-p): New function.
2164 (org-agenda-show-new-time): New function.
2165 (org-agenda-date-later): Call `org-agenda-show-new-time'.
2166 (org-with-remote-undo): New macro.
2167 (org-agenda-undo): New command.
2168 (org-verify-change-for-undo): New function.
2169 (org-time-stamp-format): New function.
2170 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
2171 by user.
2172 (org-match-any-p): New function.
2173 (org-make-tags-matcher): Handle regular expressions for tag and
2174 todo matches.
2175 (org-read-date): Accept "+N" as input for a date relative to the
2176 current date.
2177 (org-remove-subtree-entries-from-agenda): New function.
86a3e45e
SM
2178 (org-agenda-archive, org-agenda-kill):
2179 Use `org-remove-subtree-entries-from-agenda'.
f252c2ad
CD
2180 (org-do-sort, org-sort-entries): New functions.
2181 (org-sort): New command.
2182 (org-table-sort-lines): Use `org-do-sort'.
2183 (org-fix-decoded-time): New function.
7af1dacf
JB
2184 (org-table-number-regexp): Require 0x... to identify as number
2185 in tables.
f252c2ad 2186 (org-startup-options): New keywords for note taking.
86a3e45e 2187 (org-upgrade-old-links): Remove function.
f252c2ad
CD
2188 (org-get-repeat): New function.
2189 (org-show-context): Also show siblings on current level.
2190 (org-show-siblings): New function.
2191 (org-isearch-end, org-isearch-post-command): New functions.
2192 (org-show-siblings): New option.
2193 (org-show-context): Use `org-show-siblings'.
2194 (org-table-maybe-recalculate-line): No longer require `calc-eval'
2195 to be bound, because user may just use elisp.
2196
b0943f48
KS
21972007-02-24 Kim F. Storm <storm@cua.dk>
2198
2199 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
2200 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
2201
2863a9be
DN
22022007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
2203
483a1c2b 2204 * startup.el (command-line): Also check if the abbrev file is readable.
2863a9be 2205
8ae63446
JPW
22062007-02-24 John Paul Wallington <jpw@pobox.com>
2207
9bdd0e16
JPW
2208 * net/tls.el (tls-certtool-program): Fix custom type.
2209
7c2288ea
JPW
2210 * mail/feedmail.el (feedmail-message-id-generator)
2211 (feedmail-date-generator): Fix custom types.
2212
8ae63446
JPW
2213 * mail/rmail.el (rmail-message-filter): Fix custom type.
2214
735895f1
EZ
22152007-02-24 Eli Zaretskii <eliz@gnu.org>
2216
2217 * startup.el (command-line): If simple.el cannot be found, proceed
2218 with a warning message.
2219
bfd14269
KH
22202007-02-24 Kenichi Handa <handa@m17n.org>
2221
2222 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
2223 case that BEG is a string.
2224
483a1c2b 22252007-02-24 Chris Moore <dooglus@gmail.com>
948f7516
KS
2226
2227 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
2228 * pgg-pgp.el (pgg-pgp-encrypt-region):
2229 * pgg-gpg.el (pgg-gpg-encrypt-region):
2230 Check pgg-encrypt-for-me if no other recipients.
2231
617a6756
EZ
22322007-02-23 Eli Zaretskii <eliz@gnu.org>
2233
b0629b0d
EZ
2234 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
2235
617a6756
EZ
2236 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
2237 shell-quote-argument.
2238
d695bd17
EZ
22392007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2240
2241 * comint.el (comint-read-input-ring): Use comint-input-ring-size
2242 from the comint buffer instead of the temporary one.
2243
483a1c2b 22442007-02-23 David Reitter <david.reitter@gmail.com>
c34a8a87
EZ
2245
2246 * cus-edit.el (custom-save-all): Canonicalize custom-file before
2247 storing it in recentf-exclude.
2248
7596c645
CY
22492007-02-23 Chong Yidong <cyd@stupidchicken.com>
2250
2251 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
2252 in splash screen.
2253
6a8cc02d
S
22542007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
2255
2256 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
2257 commands, for restart.
483a1c2b 2258 (idlwave-shell-current-module): Fix handling of module name by type.
6a8cc02d
S
2259 (idlwave-shell-break-in): Update type handling.
2260 (idlwave-shell-bp-get): Encode type in BP structure.
483a1c2b
JB
2261 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
2262 (idlwave-shell-module-source-query): Query routine info based on type.
2263 Fix path parsing for non-compiled files.
2264 (idlwave-shell-module-source-filter): Don't signal error in filter
2265 if no source found.
6a8cc02d
S
2266 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
2267 filter race.
2268
3c00238a
KS
22692007-02-22 Kim F. Storm <storm@cua.dk>
2270
2271 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
2272 (editable-field): Document need to put some text before the %v
2273 escape in :format string.
2274
c822571a
SM
22752007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2276
fc2fb30c
SM
2277 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
2278 (vc-svn-use-edit): Remove unused config var.
2279 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
2280
8d683c8e
SM
2281 * outline.el (hide-sublevels): Keep empty last line, if available.
2282
c822571a
SM
2283 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
2284 rather than the corresponding unicode char, to make the code
2285 more readable.
2286
b7f61dfe
JB
22872007-02-19 Juanma Barranquero <lekktu@gmail.com>
2288
2289 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
2290 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
2291 (speedbar-item-info-tag-helper): Doc fixes.
2292
e79c1ab3
KH
22932007-02-19 Kenichi Handa <handa@m17n.org>
2294
b7f61dfe
JB
2295 * international/mule-cmds.el (locale-language-names):
2296 Map "eo" to "Esperanto".
8b93e342 2297
e79c1ab3
KH
2298 * language/european.el ("Esperanto"): New language environment.
2299
3ce97b73
RS
23002007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
2301
2302 * simple.el (kill-line): Doc fix.
2303
255d98f8
KS
23042007-02-17 Kim F. Storm <storm@cua.dk>
2305
2306 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
2307 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
2308 (bindat--unpack-group, bindat--pack-group):
2309 Handle vectors with optional element type.
2310
4ebb03e6
RS
23112007-02-17 Daiki Ueno <ueno@unixuser.org>
2312
2313 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
2314 if PASSPHRASE is given.
2315
520e9259 23162007-02-17 Chris Moore <dooglus@gmail.com>
73c03f76 2317
b7f61dfe
JB
2318 * jka-cmpr-hook.el (jka-compr-compression-info-list):
2319 Recognize backups of bz2 compressed files.
73c03f76 2320
e8d2103a
EZ
23212007-02-17 Eli Zaretskii <eliz@gnu.org>
2322
2323 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
2324 to nil to speed up lookup of the symbol in index nodes.
2325
8e1ac063
EZ
23262007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2327
b7f61dfe
JB
2328 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2329 Add indentation for the constants of Lisp.
8e1ac063 2330
cf04718a
SM
23312007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
2332
2333 * ps-print.el: Use (defvar <foo>) where applicable.
2334 (ps-print-emacs-type): Remove.
2335 (ps-x-frame-property, ps-e-frame-parameter): Remove.
2336 (ps-frame-parameter): Align its call-convention with frame-parameter.
2337 (ps-begin-job): Adjust calls to it appropriately.
2338 (ps-setup): Don't print ps-print-emacs-type.
2339 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
2340 Define in such a way that it's obvious that it's defined.
2341 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
2342 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
2343 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
2344
0535d51b
AM
23452007-02-15 Alan Mackenzie <acm@muc.de>
2346
2347 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
2348 an empty one-line C-style comment, post-position point properly.
2349
51eeb2ff
CY
23502007-02-15 Chris Moore <dooglus@gmail.com>
2351
2352 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
2353 (isearch-lazy-highlight-new-loop): Bind it.
2354 (isearch-lazy-highlight-search): Use it.
2355
cf04718a 2356 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
51eeb2ff 2357
a3609743
SM
23582007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2359
2360 * font-lock.el (font-lock-extend-region-wholelines):
2361 Only return non-nil if the region has really been changed.
2362 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
2363
8bec6ac5
JB
23642007-02-15 Juanma Barranquero <lekktu@gmail.com>
2365
2366 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
2367 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
2368 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
2369
b11a1b2e
JB
23702007-02-14 Juanma Barranquero <lekktu@gmail.com>
2371
424f6998
JB
2372 * faces.el (color-values): Revert changes to docstring from
2373 2007-01-31 and 2000-09-07.
2374
ce6fb7e6 2375 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
b11a1b2e 2376 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
ce6fb7e6 2377 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
b11a1b2e
JB
2378 (ispell-help): Fix typos in docstring and output message.
2379
3ae2a0d6
KS
23802007-02-14 Kim F. Storm <storm@cua.dk>
2381
428807ea
KS
2382 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
2383 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
2384 (grep): Fix lgrep reference.
2385
3ae2a0d6
KS
2386 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
2387 (standard-display-underline): Use make-glyph-code.
2388
2389 * descr-text.el (describe-char): Use glyph-char and glyph-face.
2390
2391 * international/latin1-disp.el (latin1-display-char):
2392 Use make-glyph-code.
2393
44426bc3
JB
23942007-02-13 Juanma Barranquero <lekktu@gmail.com>
2395
df8397f3
JB
2396 * ehelp.el (with-electric-help, electric-help-exit)
2397 (electric-help-retain): Doc fixes.
2398
44426bc3
JB
2399 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
2400 (byte-compile-file): Doc fixes.
2401
409d2613
YM
24022007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2403
2404 * term/mac-win.el: Change all uses of
2405 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
2406 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
2407 (mac-ae-get-url): Call select-frame-set-input-focus.
2408 (mac-dnd-handle-drag-n-drop-event): Don't call
2409 select-frame-set-input-focus.
2410
1799d3ea
KH
24112007-02-13 Kenichi Handa <handa@m17n.org>
2412
2413 * international/characters.el: Fix documentation of category `a'.
2414
215c3847
DN
24152007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
2416
44426bc3 2417 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
215c3847 2418
bf0503cb
MA
24192007-02-12 Michael Albinus <michael.albinus@gmx.de>
2420
2421 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
a3609743
SM
2422 (tramp-get-remote-ln): Handle error case.
2423 Reported by Chris Moore <dooglus@gmail.com>.
bf0503cb 2424
b58cb59f
KS
24252007-02-11 Kim F. Storm <storm@cua.dk>
2426
2427 * bindings.el (ctl-x-map): Remove register compatibility bindings
2428 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
2429
9f25c0d2
RS
24302007-02-11 Richard Stallman <rms@gnu.org>
2431
2432 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
2433 in load history.
2434
2435 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
2436 condition -- don't fail to stop at endpos.
2437
9334d442
CD
24382007-02-11 Carsten Dominik <dominik@science.uva.nl>
2439
b58cb59f
KS
2440 * textmodes/org.el (org-agenda-get-todos)
2441 (org-agenda-get-timestamps, org-agenda-get-closed)
2442 (org-agenda-get-deadlines, org-agenda-get-scheduled)
2443 (org-agenda-get-blocks, org-format-agenda-item)
9334d442
CD
2444 (org-agenda-change-all-lines, org-scan-tags): Rename text property
2445 from `category' to `org-category'.
2446
1a03f515
KH
24472007-02-11 Kenichi Handa <handa@m17n.org>
2448
44426bc3
JB
2449 * international/titdic-cnv.el (titdic-convert): Force files be written
2450 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
2451 (miscdic-convert): Force files be written with Unix-like eol format.
1a03f515 2452
b9988d51
JB
24532007-02-11 Juanma Barranquero <lekktu@gmail.com>
2454
550934c8
JB
2455 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
2456
b9988d51
JB
2457 * calculator.el (calculator-prompt): Doc fix.
2458 (calculator-mode-map): Fix typo in menu entry.
2459
a45928e6
JB
24602007-02-10 Jay Belanger <belanger@truman.edu>
2461
2462 * calculator.el (calculator): Do more extensive checking for when
2463 3 lines should be used for the calculator.
2464
3570640e
EZ
24652007-02-10 Eli Zaretskii <eliz@gnu.org>
2466
a3609743
SM
2467 * info-look.el (info-lookup-make-completions):
2468 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
b9988d51 2469 index nodes.
3570640e 2470
b9988d51
JB
2471 * info.el (Info-fontify-maximum-menu-size): Document the effect
2472 of a nil value.
3570640e
EZ
2473 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
2474 non-nil before using it as size.
2475
ca878c38
CY
24762007-02-09 Chong Yidong <cyd@stupidchicken.com>
2477
0c92208b
CY
2478 * subr.el (insert-for-yank-1): Prevent read-only properties from
2479 interfering with text property operations.
2480
ca878c38
CY
2481 * image-mode.el (image-mode): Revert 2007-01-30 changes.
2482
2483 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
2484 (image-type-auto-detected-p): Fail if another match is found in
2485 auto-mode-alist.
2486
2487 * files.el (magic-mode-alist): Call image-mode instead of
2488 image-mode-maybe for autodetected images.
2489
b194bbaf
JB
24902007-02-09 Juanma Barranquero <lekktu@gmail.com>
2491
2492 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
2493 Fix typos in docstrings.
2494 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
2495
35a8a0d0
KS
24962007-02-09 Kim F. Storm <storm@cua.dk>
2497
2498 * emacs-lisp/float-sup.el: Remove obsolete comment.
2499
2365ab4a
SM
25002007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2501
2502 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
2503
3a4b8347
KF
25042007-02-08 Karl Fogel <kfogel@red-bean.com>
2505
2506 * simple.el: Revert previous change, at request of RMS:
2507 (fundamental-mode-hook): Remove.
2508 (fundamental-mode): Run after-change-major-mode-hooks manually,
2509 and don't run the now-nonexistent fundamental-mode-hook.
35a8a0d0 2510
3faea23a
KF
25112007-02-08 Karl Fogel <kfogel@red-bean.com>
2512
7d506bfc 2513 * simple.el (fundamental-mode-hook): Declare new hook.
3faea23a
KF
2514 (fundamental-mode): Run the new dedicated hook, and don't run
2515 after-change-major-mode-hooks manually anymore.
2516
459b1fe4
SM
25172007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2518
2519 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
2520 added columns of chars. Remove support for the "no-meta-info" format.
2521 Prompted by Romain Francoise <romain@orebokech.com>.
2522
f2b3ba1e
NR
25232007-02-07 Nick Roberts <nickrob@snap.net.nz>
2524
2525 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
2526 (gdb-mouse-until, gdb-mouse-jump): Use it.
2527
b773b623
NR
25282007-02-07 Nick Roberts <nickrob@snap.net.nz>
2529
2530 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
2531 work when there is just an assembler buffer (no source buffer).
2532
a3ee90d9
SM
25332007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
2534
2535 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
2536 just because the diff was produced using "-p" (--show-c-function).
2537
9479c0ab
JB
25382007-02-07 Juanma Barranquero <lekktu@gmail.com>
2539
ff52c940
JB
2540 * faces.el (frame-set-background-mode): Use `color-values' and
2541 `display-color-p', not `x-color-values' and `x-display-color-p'.
2542 (face-valid-attribute-values): Use `defined-colors' instead of
2543 `x-defined-colors'.
9479c0ab 2544
5167749c
VJL
25452007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2546
2547 * ps-print.ps: The ps-print commands without face printing should not
2548 print background color. Reported by Leo <sdl.web@gmail.com>.
2549 (ps-print-version): New version 6.7.3.
2550 (ps-begin-job): New arg. Fix ps-default-background and
2551 ps-default-foreground initialization.
2552 (ps-face-attributes): Fix doc string.
2553 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2554
9e95965c
VJL
2555 * printing.el: Fix ps-print link.
2556
867eb050
CY
25572007-02-06 Chong Yidong <cyd@stupidchicken.com>
2558
2559 * faces.el (face-set-after-frame-default): Compile attributes to
2560 be set by frame parameters before merging in X resources.
2561
d2976f41
JB
25622007-02-06 Juanma Barranquero <lekktu@gmail.com>
2563
2564 * simple.el (blink-matching-paren-dont-ignore-comments):
2565 (blink-matching-paren-on-screen): Doc fixes.
2566
046024c8
NR
25672007-02-06 Nick Roberts <nickrob@snap.net.nz>
2568
d2976f41 2569 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
046024c8 2570
54c6a1c4
JB
25712007-02-05 Juanma Barranquero <lekktu@gmail.com>
2572
2573 * loadhist.el (unload-feature): Silently ignore `load-history' entries
2574 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2575 entries like `defun'. Return nil.
2576
0fd91d23
KS
25772007-02-05 Kim F. Storm <storm@cua.dk>
2578
2579 * ido.el: Doc fixes.
2580
a87c4c30
DK
25812007-02-04 David Kastrup <dak@gnu.org>
2582
2583 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2584 `mpuz-allow-double-multiplicator' is non-zero, and correct
2585 calculation of `min'.
2586
e0f95693
EZ
25872007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
2588
2589 * wid-edit.el (widget-default-create): Insert new text at the
2590 :from marker _after_ the marker, not before it.
2591
0ac6528f
AM
25922007-02-04 Alan Mackenzie <acm@muc.de>
2593
2594 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2595 containing it is re-indented.
2596
36724891
CY
25972007-02-03 Chong Yidong <cyd@stupidchicken.com>
2598
19eee1a9
CY
2599 * net/newsticker.el (newsticker--insert-image): Update docstring,
2600 and insert the image directly.
2601 (newsticker--buffer-redraw): Update docstring.
2602
54c6a1c4
JB
2603 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2604 Rename from define-global-minor-mode.
36724891 2605
0fd91d23
KS
2606 * progmodes/cwarn.el (global-cwarn-mode):
2607 * emacs-lisp/autoload.el (make-autoload):
2608 * hi-lock.el (global-hi-lock-mode):
36724891
CY
2609 * font-core.el (global-font-lock-mode): All callers changed.
2610
f6472377
EZ
26112007-02-03 Eli Zaretskii <eliz@gnu.org>
2612
2613 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2614 Don't copy @ignore lines into menu descriptions.
2615 (texinfo-multi-file-update): Goto the @node line before attempting
2616 to pluck the node name.
2617 (texinfo-multiple-files-update): Reverse the optional arguments'
2618 order, as per the doc string and the `interactive' form.
2619
a6ed414a
CY
26202007-02-03 Chong Yidong <cyd@stupidchicken.com>
2621
2622 * image-mode.el: Use autoload to avoid overriding disabled setting
2623 applied in .emacs.
2624
b9988d51 26252007-02-03 Alan Mackenzie <acm@muc.de>
7bee28dc
AM
2626
2627 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2628 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
2629 adjacent paren groups).
2630
4303661c
VJL
26312007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2632
2633 * progmodes/ebnf2ps.el: Doc fixes.
2634 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2635
3a69c54c
EZ
26362007-02-02 Eli Zaretskii <eliz@gnu.org>
2637
2638 * dired-x.el (dired-do-relsymlink): Add reference to
71ed83ca 2639 dired-do-symlink. Add an autoload cookie.
3a69c54c
EZ
2640
2641 * dired-aux.el (dired-do-symlink): Add reference to
2642 dired-do-relsymlink.
2643
26442007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
2645
2646 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2647 <left-fringe mouse-3>: New bindings.
2648
26492007-02-02 Ulf Jasper <ulf.jasper@web.de>
2650
2651 * newsticker.el (newsticker-version): Changed to "1.10".
2652 (newsticker--set-customvar): Doc string.
2653 (newsticker-new-item-face): Doc string.
2654 (newsticker-mode): Initialize `invisibility-spec' with t.
2655 (newsticker-mode-map): Added
2656 `newsticker-mark-all-items-at-point-as-read'.
2657 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2658 (newsticker-w3m-show-inline-images): Do not call
2659 `w3m-remove-image'.
2660 (newsticker--buffer-after-w3m-insert-image): New advice for
2661 w3m-insert-image to cache images.
2662 (newsticker-next-item-same-feed): New.
2663 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2664 (newsticker-mark-all-items-of-feed-as-read): New.
2665 (newsticker-mark-all-items-at-point-as-read): Use new functions.
2666 (newsticker-mark-item-at-point-as-read): Doc string.
2667 (newsticker-mark-item-at-point-as-read): Use new functions.
2668 (newsticker--do-mark-item-at-point-as-read): New, extracted from
2669 `newsticker-mark-item-at-point-as-read'.
2670 (newsticker-hide-entry): Use (t) instead of t for invisibility.
2671 (newsticker--sentinel): Yet another xml-parser workaround.
2672 (newsticker--decode-iso8601-date): Bugfix for datestrings without
2673 days.
2674 (newsticker--buffer-do-insert-text): Fix.
2675 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2676 (newsticker--buffer-make-item-completely-visible):
2677 `switch-to-buffer' not necessary.
2678
26792007-02-02 Eli Zaretskii <eliz@gnu.org>
2680
2681 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2682 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2683 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2684 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2685 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2686
06d5f409
KH
26872007-02-02 Kenichi Handa <handa@m17n.org>
2688
2689 * international/quail.el (quail-show-key): Fix an error message.
2690
f2c661c4
JB
26912007-02-01 Juanma Barranquero <lekktu@gmail.com>
2692
2693 * faces.el (set-face-underline-p, modify-face): Rename arg
2694 UNDERLINE-P to UNDERLINE (it is not a flag).
2695
eaa9ecdd
NR
26962007-02-01 Nick Roberts <nickrob@snap.net.nz>
2697
2698 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2699 when adding gdb-speedbar-update to gdb-input-queue.
2700
fbfc1a5b
KH
27012007-02-01 Kenichi Handa <handa@m17n.org>
2702
2703 * international/quail.el (quail-show-key): Signal an error if the
2704 current input method is not using Quail.
2705
a86bd650
S
27062007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
2707
f2c661c4
JB
2708 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2709 Trim leading whitespace in sysvar names.
a86bd650 2710
39a897a5
JB
27112007-02-01 Juanma Barranquero <lekktu@gmail.com>
2712
2713 * faces.el (internal-find-face, internal-get-face): Doc fixes.
2714
ccaa42ed
JB
27152007-01-31 Juanma Barranquero <lekktu@gmail.com>
2716
2717 * ido.el (ido-set-common-completion): Use `let', not `let*'.
2718
e3633d8b
RF
27192007-01-31 Romain Francoise <romain@orebokech.com>
2720
2721 * comint.el: Delete extra copy of `comint-copy-old-input' added in
2722 previous change to this file.
2723
28ed185c
JR
27242007-01-31 Jason Rumney <jasonr@gnu.org>
2725
2726 * files.el (magic-mode-alist): Use image-mode-maybe rather than
2727 image-mode.
2728
2729 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2730 interfering with attempt to set major mode from modified
2731 auto-mode-alist.
2732
edcacc1c
JB
27332007-01-31 Juanma Barranquero <lekktu@gmail.com>
2734
2735 * faces.el (color-values): Doc fix.
2736 (face-differs-from-default-p): Don't check :foreground twice.
2737
46bb060f
S
27382007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
2739
edcacc1c 2740 * comint.el (comint-mode): Prevent non-keyword fontification by default.
46bb060f 2741
1583f1f5
KH
27422007-01-31 Kenichi Handa <handa@m17n.org>
2743
2744 * international/quail.el (quail-store-decode-map-key): Store a
2745 translated character too.
2746 (quail-char-equal-p): New function.
2747 (quail-find-key1): Check character equality by quail-char-equal-p.
2748 (quail-decode-map-generated): New variable.
2749 (quail-find-key): Check quail-decode-map-generated and re-generate
2750 a decode map if necessary.
2751
25752d87
RS
27522007-01-30 Richard Stallman <rms@gnu.org>
2753
2754 * tutorial.el (tutorial--detailed-help): Make the list of
2755 changed keys look nicer.
2756
8af39ffb
NR
27572007-01-30 Nick Roberts <nickrob@snap.net.nz>
2758
2759 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2760 (gdb-var-delete): Use it.
2761 (gdb-var-update-handler-1): Handle value "invalid" for MI field
2762 `in_scope'.
2763
06531fc3
MA
27642007-01-30 Michael Albinus <michael.albinus@gmx.de>
2765
edcacc1c 2766 * files.el (get-free-disk-space): Return nil for remote directories.
06531fc3
MA
2767
2768 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2769 instead of "dir".
2770
28c0f07a
CY
27712007-01-30 Chong Yidong <cyd@stupidchicken.com>
2772
9b4837a4
CY
2773 * type-break.el (type-break-catch-up-event): New function.
2774 (type-break-demo-hanoi, type-break-demo-life)
2775 (type-break-demo-boring): Use it.
2776
28c0f07a 2777 * image-mode.el (image-mode): Don't automatically view as image.
caf39874 2778 (image-toggle-display): Add `disabled' property.
28c0f07a 2779
f5bb9196
JB
27802007-01-29 Juanma Barranquero <lekktu@gmail.com>
2781
d7c2974d
JB
2782 * isearchb.el (isearchb-iswitchb):
2783 * ps-print.el (ps-build-face-reference):
8f77631e 2784 * emacs-lisp/shadow.el (list-load-path-shadows):
d7c2974d
JB
2785 * eshell/esh-cmd.el (eshell-rewrite-for-command):
2786 * international/mule.el (find-auto-coding):
2787 * mail/supercite.el (sc-attrib-selection-list):
2788 * progmodes/cc-defs.el (c-emacs-features):
2789 * progmodes/cc-vars.el (c-offsets-alist):
2790 * progmodes/flymake.el
2791 (flymake-init-create-temp-source-and-master-buffer-copy):
2792 Fix typos in docstrings (some suggested by Chris Moore).
2793
2794 * progmodes/vhdl-mode.el (vhdl-components-package-name)
2795 (vhdl-get-library-unit, vhdl-corresponding-begin)
2796 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2797 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2798 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2799 (vhdl-font-lock-match-item): Fix typos in docstrings.
2800 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2801 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2802 (vhdl-speedbar-insert-project-hierarchy):
2803 Improve argument/docstring consistency.
f5bb9196 2804
8c8d1081
KH
28052007-01-29 Kenichi Handa <handa@m17n.org>
2806
2807 * international/titdic-cnv.el (py-converter): Fix previous change.
2808
645200b5
CY
28092007-01-29 Chong Yidong <cyd@stupidchicken.com>
2810
44dc01e4
CY
2811 * jka-compr.el (jka-compr-partial-uncompress)
2812 (jka-compr-call-process): Rebind default-directory if it is
2813 invalid. Suggested by Chris Moore.
2814
645200b5
CY
2815 * comint.el (comint-insert-input): Handle situation where the
2816 selected buffer is not the clicked buffer.
2817
0e66b003
KH
28182007-01-29 Kenichi Handa <handa@m17n.org>
2819
f5bb9196
JB
2820 * international/ja-dic-cnv.el (skkdic-convert):
2821 Add byte-compile-disable-print-circle:t at the head.
f6c02c7a 2822
f5bb9196
JB
2823 * international/titdic-cnv.el (tit-process-header):
2824 Add byte-compile-disable-print-circle:t at the head.
f6c02c7a
KH
2825 (miscdic-convert): Likewise.
2826 (py-converter): Skip the header comments.
2827
f5bb9196
JB
2828 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2829 New variable.
0e66b003
KH
2830 (byte-compile-output-file-form): Bing print-circle to nil if
2831 byte-compile-output-file-form is not nil.
2832 (byte-compile-output-docform): Likewise.
2833
176b179b
KS
28342007-01-28 Kim F. Storm <storm@cua.dk>
2835
2836 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2837 Declare earlier to avoid byte compiler warnings.
2838
98ef9fa4
EZ
28392007-01-28 Markus Triska <markus.triska@gmx.at>
2840
2841 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2842
2f028807
CY
28432007-01-28 Chong Yidong <cyd@stupidchicken.com>
2844
2845 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2846 (gamegrid-add-score-with-update-game-score-1): Allow local quits
2847 when calling update-game-score program. Remove unnecessary
2848 save-excursion.
2849
2850 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2851
306c24b5
NR
28522007-01-28 Nick Roberts <nickrob@snap.net.nz>
2853
2854 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2855 avoid compiler warning.
2856 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2857 might have values other than "true" or "false".
2858
d9380425
RS
28592007-01-28 Richard Stallman <rms@gnu.org>
2860
2861 * textmodes/fill.el (fill-paragraph-function): Doc fix.
2862 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2863
2864 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2865
2866 * image.el (image-type-header-regexps): Make GIF regex more specific.
2867
2868 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2869 Don't check `backspace'.
2870 (tutorial--find-changed-keys): Look up bindings in a temp buffer
2871 in Fundamental mode.
2872
2873 * startup.el (fancy-splash-text, normal-splash-screen):
2874 Mention C-g.
2875
2876 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2877 when inserting in buffer.
2878
2879 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2880 inside the if.
2881
e14c5251
RS
28822007-01-27 Richard Stallman <rms@gnu.org>
2883
2884 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2885
28862007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
2887
2888 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
86b8a072 2889 enum/union/struct/class definition.
e14c5251
RS
2890 Revert change to call `forward-sexp' multiple times.
2891
7d8efa73
CY
28922007-01-27 Chong Yidong <cyd@stupidchicken.com>
2893
2894 * files.el (hack-local-variables-confirm): Don't keep trying to
2895 read an event from an empty kbd macro.
2896
a134cd5e
EZ
28972007-01-27 Eli Zaretskii <eliz@gnu.org>
2898
2899 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2900
29012007-01-27 Ben North <ben@redfrontdoor.org>
2902
2903 * outline.el (outline-promote, outline-demote): Doc fix. Rename
2904 the arg CHILDREN -> WHICH.
2905
00e10871
MA
29062007-01-27 Michael Albinus <michael.albinus@gmx.de>
2907
2908 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2909 default-directory to a sane value when calling start-process.
2910
9b0aaece
EZ
29112007-01-27 Eli Zaretskii <eliz@gnu.org>
2912
2913 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2914 (ls-lisp-format-time-list): Doc fix. Mention
2915 ls-lisp-use-localized-time-format.
2916 (ls-lisp-format-time): Use ls-lisp-format-time-list if
2917 ls-lisp-use-localized-time-format is non-nil, even if a valid
2918 locale is defined.
2919
bfe69972
JB
29202007-01-27 Juanma Barranquero <lekktu@gmail.com>
2921
2922 * jka-compr.el (jka-compr-shell): Doc fix.
2923
2924 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2925
d4757043
VJL
29262007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2927
2928 * ps-print.ps: Fix background height.
2929 (ps-print-version): New version 6.7.2.
2930
f2133d9e
EZ
29312007-01-26 Eli Zaretskii <eliz@gnu.org>
2932
2933 * makefile.w32-in (finder-data, custom-deps): Depend on
2934 $(lisp)/loaddefs.el.
2935
1408b0d5
DN
29362007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2937
bfe69972 2938 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
1408b0d5 2939
5e51de79
MB
29402007-01-24 Miles Bader <miles@gnu.org>
2941
2942 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2943 (byte-compile-output-docform): Bind `print-circle' to t.
2944
70462171
KH
29452007-01-24 Kenichi Handa <handa@m17n.org>
2946
2947 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2948 file name of the original SKK dictionary file.
2949
ff40b263
KS
29502007-01-24 Kim F. Storm <storm@cua.dk>
2951
2952 * ido.el (ido-initial-position): New variable.
2953 (ido-read-internal): Set it if default item is specified.
2954 (ido-minibuffer-setup): Position cursor accordingly if set.
2955 (ido-edit-input): C-e moves to end of input if not already there.
2956 (ido-magic-backward-char): C-b does like M-b if prev char is /.
2957 Don't switch to buffer mode if repeating C-b at start of input.
2958 (ido-toggle-ignore): C-a only toggles ignore at start or end of
2959 input; else it moves to start of input.
2960 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2961 not at end of input, delete rest of input, rather than normal op.
2962
279c800c 29632007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
5445772e
KS
2964
2965 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2966
2967 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
bfe69972 2968 of message. Activate mark.
5445772e
KS
2969 (ediff-activate-mark): Set transient-mark-mode to t.
2970
2971 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2972
bfb2471c
MR
29732007-01-23 Martin Rudalics <rudalics@gmx.at>
2974
2975 * help-fns.el (describe-variable): Don't suppress display of
2976 buffer local value when the value is "large".
2977
67155dc3
KS
29782007-01-22 Kim F. Storm <storm@cua.dk>
2979
bfe69972 2980 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
67155dc3
KS
2981 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2982 (ido-tidy): Use ido-active.
2983
e925d5ae 29842007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
a30cc07b
JB
2985
2986 * hexl.el (hexl-mode-exit): Add missing quote.
2987
447466a5
YM
29882007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2989
2990 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2991 (mac-ae-keyboard-modifiers): New function.
2992 (mac-handle-toolbar-switch-mode): Use it.
2993 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
2994 if keyboard modifiers on drop contain option key.
2995 (mac-dnd-drop-data): Add optional argument `action'.
2996 (special-event-map): Remove binding for M-drag-n-drop.
2997
6cbe2ec4
RS
29982007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
2999
3000 * add-log.el (add-log-current-defun): Use CC Mode functions to
3001 find the beginning and end of a defun.
3002
d1bf4d2f
NR
30032007-01-21 Nick Roberts <nickrob@snap.net.nz>
3004
3005 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3006 (gdb-var-create-handler): Handle value field in GDB output of
3007 -var-create.
3008 (gdb-max-frames): New variable.
3009 (gdb-stack-buffer, gdb-frames-select): Use it.
3010 (gdb-info-stack-custom): Help user customize gdb-max-frames,
3011 if necessary.
3012 (gdb-get-frame-number): Simplify.
3013
385a73ae
GM
30142007-01-21 Glenn Morris <rgm@gnu.org>
3015
a30cc07b
JB
3016 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
3017 Update copyrights.
385a73ae 3018
a3466c23
AM
30192007-01-21 Alan Mackenzie <acm@muc.de>
3020
3021 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
3022 handling of K&R stuff.
3023
238a5d6d
RW
30242007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3025
3026 * textmodes/bibtex.el (bibtex-files): Fix customization type.
3027
c1a1c994
VJL
30282007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3029
3030 * ps-print.el: Handle frame parameters (background and/or foreground
3031 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
d4757043 3032 (ps-print-version): New version 6.7.1.
c1a1c994
VJL
3033 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
3034 (ps-frame-parameter): New fun.
3035 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
3036 Fix doc and customization.
3037 (ps-begin-job): Get frame parameters (background and/or foreground
3038 colors).
3039 (ps-do-despool): Ensure ps-printer-name has a valid value.
3040
c08455ad
NR
30412007-01-21 Nick Roberts <nickrob@snap.net.nz>
3042
d1bf4d2f
NR
3043 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
3044 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
3045 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
3046 mean unlimited.
c08455ad 3047
ecc71db8
AM
30482007-01-20 Alan Mackenzie <acm@muc.de>
3049
3050 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
3051 much more rigorous analysis of putative K&R regions.
3052
fa85e852
AM
30532007-01-20 Alan Mackenzie <acm@muc.de>
3054
3055 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
a30cc07b 3056 New functions.
fa85e852 3057
7640c7ea
AM
30582007-01-20 Alan Mackenzie <acm@muc.de>
3059
3060 * progmodes/cc-align.el, progmodes/cc-cmds.el,
a30cc07b
JB
3061 * progmodes/cc-defs.el, progmodes/cc-engine.el,
3062 * progmodes/cc-langs.el, progmodes/cc-styles.el,
3063 * progmodes/cc-vars.el: Add my name.
7640c7ea 3064
07c7c7fe
CY
30652007-01-20 Chong Yidong <cyd@stupidchicken.com>
3066
3067 * files.el (find-alternate-file): Revert query message to Emacs 21
3068 version.
3069
4e251bd1
EZ
30702007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
3071
3072 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
3073 the doc string how to use personal abbrevs without electric
3074 keywords.
3075
f56cd133
EZ
30762007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3077
a30cc07b
JB
3078 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
3079 Fixed cursor position when toggle abbreviated display.
f56cd133 3080
0835662b
NR
30812007-01-20 Nick Roberts <nickrob@snap.net.nz>
3082
3083 * t-mouse.el: Update copyright following assignment by
3084 Alessandro Rubini.
3085
fd4b0ac8
CY
30862007-01-20 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
3089 (type-break-demo-boring): Call read-event instead of read-char.
3090
1a408ced 30912007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
250540cd
DP
3092
3093 * progmodes/compile.el: Add handling for makepplog.
3094
423cef56
RS
30952007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3096
3097 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
3098 aspell dictionaries are initialized when called non-interactively.
3099
460565fb
CY
31002007-01-19 Chong Yidong <cyd@stupidchicken.com>
3101
a30cc07b
JB
3102 * progmodes/compile.el (compilation-loop): New arg limit.
3103 Handle case where the first error is at point-min.
460565fb
CY
3104 (compilation-next-error): New arg to compilation-loop call.
3105
a30cc07b 31062007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
d77153c5
CY
3107
3108 * info.el (Info-default-dirs): Change default info dir to
3109 share/info.
3110
3111 * paths.el (Info-default-directory-list): Ditto.
3112
e925d5ae 31132007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
66d237e2
CY
3114
3115 * hexl.el (hexl-before-revert-hook): New function.
3116 (hexl-mode): Use it.
3117 (hexl-after-revert-hook): Just call hexl-mode.
3118 (hexl-mode-exit): Remove before-revert-hook.
3119
c5f847b6
SM
31202007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
3121
3122 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
3123
bfb2471c 31242007-01-16 Martin Rudalics <rudalics@gmx.at>
1350ca79
MR
3125
3126 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
3127 by "-" in francais7 otherchars entry.
3128 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
3129 otherchars entry.
3130
acf3709f
KF
31312007-01-15 Karl Fogel <kfogel@red-bean.com>
3132
3133 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
3134 path. Rewrite function in `cond' style for readability.
3135
a30cc07b 3136 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
acf3709f
KF
3137 (The path shortening, that is, not the rearrarangement.)
3138
a35c8b70
YM
31392007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3140
3141 * term/mac-win.el (mac-ae-quit-application): New function.
3142 (mac-apple-event-map): Bind "quit application" Apple event to it.
3143
c45b3be3
SM
31442007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3145
3146 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
3147 than the program's output.
3148
c796a0b6
JB
31492007-01-14 Juanma Barranquero <lekktu@gmail.com>
3150
3151 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
3152 (kmacro-start-macro-or-insert-counter)
3153 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
3154 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
3155
de529e21
JB
3156 * longlines.el (longlines-show-hard-newlines):
3157 * ruler-mode.el (ruler-mode-ruler):
3158 * emulation/keypad.el (keypad-setup):
3159 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
3160 Fix typo in docstring.
c796a0b6 3161
5ff7d15d
MD
31622007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
3163
a30cc07b
JB
3164 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
3165 Remove redirect character ">".
5ff7d15d 3166
ac97d31e
JB
31672007-01-13 Juanma Barranquero <lekktu@gmail.com>
3168
3169 * replace.el (perform-replace): Remove leftover code.
3170
fbea9ee8
RS
31712007-01-12 Richard Stallman <rms@gnu.org>
3172
3173 * replace.el (perform-replace): Don't clear NODENT when computing
3174 the replacement string.
3175
d8bba37c
MA
31762007-01-11 Michael Albinus <michael.albinus@gmx.de>
3177
c45b3be3
SM
3178 * net/tramp.el (tramp-handle-file-local-copy):
3179 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
d8bba37c
MA
3180 <christopher.ian.moore@gmail.com>.
3181
62222158
SM
31822007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3183
3a349573
SM
3184 * diff-mode.el (diff-sanity-check-context-hunk-half)
3185 (diff-sanity-check-hunk): New functions.
3186 (diff-find-source-location): Use'em to check the hunks are well-formed.
3187
62222158
SM
3188 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
3189 activate undo when undo is not active.
c796a0b6 3190 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
62222158 3191
5362ba53
SM
31922007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3193
3194 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
3195 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
3196 (ffap-url-at-point): Use char-classes rather than "a-z".
3197
743a6977
JB
31982007-01-10 Juanma Barranquero <lekktu@gmail.com>
3199
3200 * ediff-init.el (ediff-autostore-merges):
3201 * textmodes/fill.el (fill-region): Doc fix.
3202
da6657b7
SM
32032007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3204
3205 * server.el (server-ensure-safe-dir): UIDs may be floats.
3206
247bc272
RS
32072007-01-10 Richard Stallman <rms@gnu.org>
3208
b9ffe418
RS
3209 * battery.el (battery-linux-proc-acpi): Use ignore-errors
3210 around calls to directory-files.
3211
eb486e20
RS
3212 * subr.el (momentary-string-display): Use save-excursion.
3213
247bc272
RS
3214 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
3215 argument, but read it as `X' does.
3216
e992d405
JL
32172007-01-09 Juri Linkov <juri@jurta.org>
3218
3219 * info.el (Info-fontify-node): Don't hide node names of index entries.
3220
3221 * faces.el (momentary): Change :group to basic-faces where all
3222 basic faces belong to. Add :version.
3223
5c1e7dac
CY
32242007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
3225
3226 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
3227 keybinding is found.
3228 (tutorial--find-changed-keys): Never treat null keybinding as a
3229 remapping.
3230
a87591a6 32312007-01-09 Martin Rudalics <rudalics@gmx.at>
4212d44f 3232
a87591a6 3233 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4212d44f 3234
333f3572
KH
32352007-01-09 Kenichi Handa <handa@m17n.org>
3236
3237 * international/mule-cmds.el
3238 (select-safe-coding-system-interactively): Fix message.
3239
e6466697
MA
32402007-01-09 Michael Albinus <michael.albinus@gmx.de>
3241
a87591a6 3242 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
e6466697
MA
3243 (tramp-process-actions): Add optional parameter TIMEOUT.
3244 (tramp-open-connection-telnet, tramp-open-connection-rsh)
3245 (tramp-open-connection-su): Add timeout of 60".
3246
5105e997
RS
32472007-01-09 Richard Stallman <rms@gnu.org>
3248
3249 * progmodes/compile.el (compile): Doc fix.
3250
32512007-01-09 Markus Triska <markus.triska@gmx.at>
3252
3253 * tumme.el (tumme-display-thumb): Doc fix.
3254
b65d82ca
JB
32552007-01-08 Juanma Barranquero <lekktu@gmail.com>
3256
3257 * battery.el (battery-search-for-one-match-in-files):
3258 * bindings.el (mode-line-minor-mode-help):
3259 * x-dnd.el (x-dnd-types-alist):
3260 * calendar/icalendar.el (icalendar-import-buffer):
3261 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
3262
3263 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
3264
e925d5ae 32652007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
107173cf
JB
3266
3267 * replace.el (replace-regexp): Fix typo in docstring.
3268
b38be6cc
AM
32692007-01-07 Alan Mackenzie <acm@muc.de>
3270
107173cf
JB
3271 * progmodes/cc-langs.el (c-operators, c-filter-ops):
3272 Amend doc-string and comments.
b38be6cc 3273
fe4e58ec
EZ
32742007-01-06 Eli Zaretskii <eliz@gnu.org>
3275
3276 * files.el (abbreviate-file-name): Doc fix.
3277
32782007-01-06 Markus Triska <triska@gmx.at>
3279
3280 * subr.el (split-string): Remove spurious ")" from doc string.
3281
bc48f9fd
RS
32822007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
3283
3284 * textmodes/table.el (table--warn-incompatibility):
3285 Use display-warning instead of momentary-string-display.
3286
654ec269
RS
32872007-01-05 Richard Stallman <rms@gnu.org>
3288
2dca7106
RS
3289 * image.el (image-type-header-regexps): Recognize xbm more strictly.
3290
654ec269
RS
3291 * simple.el (backward-kill-word): Doc fix.
3292
129f1989
RF
32932007-01-05 Romain Francoise <romain@orebokech.com>
3294
3295 * international/mule.el (sgml-html-meta-auto-coding-function):
3296 Ensure that the buffer contains a HTML document.
3297
ab3aad87
DN
32982007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3299
129f1989 3300 * faces.el (momentary): Move here ...
ab3aad87
DN
3301 * subr.el (momentary): ... from here.
3302
2bb0900a
NR
33032007-01-05 Nick Roberts <nickrob@snap.net.nz>
3304
3305 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
3306 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
3307 large structures/arrays.
3308
a0583738
RS
33092007-01-04 Juanma Barranquero <lekktu@gmail.com>
3310
129f1989 3311 * files.el (find-file-noselect-1, set-visited-file-name):
a0583738 3312 Allow backup-enable-predicate to be nil.
129f1989 3313
3c47e17c
AS
33142007-01-04 Andreas Schwab <schwab@suse.de>
3315
3316 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
3317 last change.
3318
c3295e7b
RS
33192007-01-03 Richard Stallman <rms@gnu.org>
3320
3321 * woman.el (woman-decode-buffer): Clarify error message.
3322
33232007-01-03 Alan Mackenzie <acm@muc.de>
23f74f53 3324
520e9259 3325 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
23f74f53 3326
e925d5ae 33272007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
c3b1f01f
JB
3328
3329 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
3330
51443e4f
SM
33312007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3332
3333 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
3334
dbf284be
JB
33352007-01-02 Juanma Barranquero <lekktu@gmail.com>
3336
33c053f4
JB
3337 * emulation/viper.el (viper-custom-file-name, viper-mode):
3338 Fix typos in docstrings.
3339
dbf284be
JB
3340 * subr.el (momentary-string-display): After moving point, set POS
3341 variable to it to avoid later errors once the buffer is modified.
3342 Doc fix.
3343
2bac13f5
AM
33442007-01-02 Alan Mackenzie <acm@muc.de>
3345
3346 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
3347 check that the "*/" is present before trying to manipulate it.
3348
d0076741
RS
33492007-01-02 Richard Stallman <rms@gnu.org>
3350
a6c327a8
RS
3351 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
3352
dbf284be 3353 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
d0076741
RS
3354 Fix format of value.
3355
51443e4f 3356 * cus-edit.el (customize-unsaved): Rename from customize-customized.
d0076741
RS
3357 Change messages accordingly.
3358 (customize-customized): Now alias.
dbf284be 3359
e19bc9c4
JB
33602007-01-02 Juanma Barranquero <lekktu@gmail.com>
3361
3362 * files.el (version-control): Doc fix.
3363
33642007-01-01 Alan Mackenzie <acm@muc.de>
b1da67d7 3365
51443e4f
SM
3366 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
3367 Check the format of c-state-cache is valid for an optimisation before
b1da67d7
AM
3368 using it.
3369
3370 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
3371 are at a statement within a macro". Other changes so that only
3372 the first continuation line in a macro gets the symbol
3373 `cpp-define-intro', the others getting `statement', or whatever.
3374
b1da67d7
AM
3375 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
3376 a string, preserve whitespace. Add a backslash only when also in
3377 a macro.
3378
e19bc9c4 3379 * progmodes/cc-defs.el: Correct typos.
b1da67d7 3380
e19bc9c4 3381 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
b1da67d7
AM
3382 new line after an escaped EOL in a string.
3383
b1da67d7
AM
3384 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
3385 label when it directly follows "else", "do", ....
3386
e19bc9c4 3387 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
b1da67d7
AM
3388 angle brackets (as seen in "explicit specialisations" of C++
3389 templates).
3390
b1da67d7
AM
3391 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
3392 in the doc-string.
3393
b1da67d7
AM
3394 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
3395 when the comment ender looks like "=========*/" and is alone on
3396 its line.
3397
b1da67d7
AM
3398 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
3399 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
3400 for the old name.
3401
e19bc9c4 3402 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
b1da67d7
AM
3403 c-\(beginning\|end\)-of-defun by default.
3404
51443e4f
SM
3405 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
3406 New line-up function, for the DEFUN macro in the Emacs C sources.
b1da67d7
AM
3407 Only used in "gnu" style.
3408
e19bc9c4 3409 * progmodes/cc-styles.el (c-style-alist): Use this new function in
b1da67d7
AM
3410 the "gnu" style.
3411
b1da67d7
AM
3412 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
3413 clean-up comment-close-slash also to work when there's a comment
3414 terminator on the line.
3415 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
3416 these for large arg - only take account of top level {..}, except
3417 for initial and final adjustments. M-- C-M-[ae] now go to the
3418 right defuns when the starting point is between defuns. They use
3419 the four new functions:
e19bc9c4
JB
3420 (c-in-function-trailer-p, c-where-wrt-brace-construct)
3421 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
b1da67d7
AM
3422 support c-\(beginning\|end\)-of-defun.
3423
b1da67d7
AM
3424 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
3425 expressions more rigorously, to exclude bit-field specifiers from
3426 being classed as labels.
3427 (c-forward-label): When analyzing a ":" within a macro, be careful
3428 about using c-forward-syntactic-ws at the macro beginning.
3429 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
3430 stmt boundary, check for "operator=", etc.
3431
51443e4f
SM
3432 * progmodes/cc-mode.el (c-postprocess-file-styles):
3433 Bind inhibit-read-only to t, around the call to
b1da67d7
AM
3434 c-remove-any-local-eval-or-mode-variables, so that it works on a
3435 RO file.
3436
b1da67d7
AM
3437 * progmodes/cc-defs.el (c-version): Update the version number to
3438 "5.31.4".
3439
d8a4fc44
RS
34402007-01-01 Richard Stallman <rms@gnu.org>
3441
3442 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
3443 only if we restored isearch-window-configuration.
3444
13fcde77 34452006-12-31 Romain Francoise <romain@orebokech.com>
496f8308 3446
13fcde77 3447 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
496f8308 3448
f57cdb50
KS
34492006-12-31 Kim F. Storm <storm@cua.dk>
3450
3451 * files.el (auto-mode-case-fold): New defcustom.
3452 (set-auto-mode): If non-nil, perform second case-sensitive pass
3453 through auto-mode-alist if first pass failed.
3454
02f0dab3
RS
34552006-12-30 Richard Stallman <rms@gnu.org>
3456
3457 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
3458
6eb0a10d
EZ
34592006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
3460
3461 * allout.el (allout-encrypt-string): Handle symmetric-key
f57cdb50 3462 passphrase caching but leave keypair caching to pgg.
6eb0a10d 3463
658052a2
MA
34642006-12-30 Michael Albinus <michael.albinus@gmx.de>
3465
3466 Sync with Tramp 2.0.55.
3467
3468 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
3469 `integerp'. `char-equal' could fail else in case of negative
3470 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
3471 (top): Check for `font-lock-add-keywords' before calling; it
3472 doesn't exist under XEmacs.
3473 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
3474 (tramp-completion-mode): Remove clause (not
3475 tramp-unified-filenames), because the function is called in other
3476 context too, where this check results in wrong results in the
3477 XEmacs case on Windows.
3478 (tramp-touch): UTC handling is not possible for XEmacs.
3479
0fb7324a
JD
34802006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3481
3482 * scroll-bar.el (previous-scroll-bar-mode): New variable
3483 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
3484 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
3485
3486 * term/x-win.el: Set scroll bar mode to right if set by X resources.
3487
dced1a73
RS
34882006-12-30 Richard Stallman <rms@gnu.org>
3489
3490 * files.el (make-backup-file-name-1): Precompute abs name
3491 but don't lose the relative name.
3492
3493 * international/mule-cmds.el (select-safe-coding-system-interactively):
3494 Fix message.
3495
86b8a072 34962006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
dced1a73
RS
3497
3498 * files.el (backup-buffer): Show entire backup file name in msg.
3499
c1248ba7
JB
35002006-12-30 Juanma Barranquero <lekktu@gmail.com>
3501
3502 * image.el (image-type-header-regexps, image-type-from-data)
3503 (image-type-from-buffer, image-type-from-file-header):
3504 Revert changes from 2006-12-26.
3505 (image-type-auto-detectable): New variable.
3506 (image-type-auto-detected-p): New function.
3507
3508 * files.el (magic-mode-alist): Detect image files with
3509 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
3510
8cc303bb
NR
35112006-12-29 Nick Roberts <nickrob@snap.net.nz>
3512
3513 * dired.el (dired-sort-other): Move test for dired-mode...
3514 (dired-sort-set-modeline): ...to here.
3515
fafc582b
MC
35162006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3517
3518 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
3519 change. Suggested by Stefan Monnier.
3520
8f2b5ec6
KS
35212006-12-29 Kim F. Storm <storm@cua.dk>
3522
3523 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
3524 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
3525
1bb433e7
KS
35262006-12-27 Kim F. Storm <storm@cua.dk>
3527
3528 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
3529 so it doesn't accidentally match an fsf.org mail address.
3530 (authors-renamed-files-alist): Add tcover-*.el.
3531
544bdc40
SM
35322006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3533
3534 * vc-arch.el (vc-arch-find-version): New function.
3535
3536 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
3537 composed of arbitrary characters (even /) in some systems.
3538
bbc34249
EZ
35392006-12-27 Eli Zaretskii <eliz@gnu.org>
3540
3541 * international/mule-cmds.el (select-safe-coding-system-interactively):
3542 Improve the message in the *Warning* buffer.
3543
01baa134
KS
35442006-12-27 Kim F. Storm <storm@cua.dk>
3545
3546 * ido.el (ido-set-matches-1): Fix last change. If default item is
3547 current buffer, it is ok to be first.
3548
333f3572
KH
35492006-12-27 Kenichi Handa <handa@m17n.org>
3550
3551 * international/mule-cmds.el (select-safe-coding-system-interactively):
3552 Use face `link' for problematic chars.
3553
7d03c5b1
KH
35542006-12-27 Kenichi Handa <handa@m17n.org>
3555
3556 * international/mule-cmds.el (select-safe-coding-system-interactively):
3557 Improve the message in *Warning* buffer.
3558
39bda465
KS
35592006-12-27 Kim F. Storm <storm@cua.dk>
3560
3561 * ido.el (ido-set-matches-1): Never put current buffer first if
3562 there are other matches.
3563
aa32fd71
NR
35642006-12-26 Nick Roberts <nickrob@snap.net.nz>
3565
3566 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
3567 expressions.
3568 (gdb-var-delete): Handle duplicate names. Print message for non
3569 root expressions.
3570 (gdb-partial-output-name): Start buffer name with a space.
3571 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3572 buffer name.
3573
df034a3f
MC
35742006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3575
3576 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3577 last footnote when `footnote-spaced-footnotes' is nil.
3578
e817cc9b
RS
35792006-12-26 Richard Stallman <rms@gnu.org>
3580
ba5b643e
RS
3581 * cus-edit.el (custom-browse-sort-alphabetically)
3582 (custom-buffer-sort-alphabetically)
3583 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
3584
e817cc9b
RS
3585 * image.el (image-type-header-regexps): Change element format
3586 to include third item NOT-ALWAYS.
3587 (image-type-from-data): Handle new format.
3588 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
3589 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3590
6cbe2ec4 35912006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
3b2452fd
MY
3592
3593 * add-log.el (add-log-current-defun): Call `forward-sexp'
3594 multiple times to pick a member function name defined as
3595 part of nested classes/namespaces.
3596
39d410b5
VJL
35972006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3598
3599 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3600 which keymap should be used to change menu. It does not affect any
3601 existent code.
3602
c3a0ce44
RS
36032006-12-26 Richard Stallman <rms@gnu.org>
3604
3605 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3606 rather than for being in a minibuffer window.
3607
11e95b02
MB
36082006-12-25 Daiki Ueno <ueno@unixuser.org>
3609
3610 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3611 locale-coding-system.
3612 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3613 LF.
3614
20419086
RS
36152006-12-25 Michael R. Mauger <mmaug@yahoo.com>
3616
51443e4f 3617 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
20419086 3618 (sql-mode-syntax-table): Disable double quoted strings.
51443e4f 3619 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
20419086 3620
40cacec2
YM
36212006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3622
14d1edc0 3623 * startup.el (fancy-splash-last-input-event): New variable.
40cacec2
YM
3624 (fancy-splash-special-event-action): New function.
3625 (fancy-splash-screens): Temporarily bind special events to it.
3626 Execute command for saved special event before exiting from
3627 recursive editing.
3628
14d1edc0 3629 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
40cacec2
YM
3630 New functions.
3631 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3632 Use mac-unread-string.
3633
97df8464 36342006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2a096caf
MC
3635
3636 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3637 an optimized comment regexp if `comment-start-skip' uses a ^.
90dd8ef0
MC
3638 * bs.el (bs--up): Remove interactive spec.
3639
c4cdc5a1
CY
36402006-12-24 Chong Yidong <cyd@stupidchicken.com>
3641
14d1edc0
JB
3642 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3643 Suggested by James Cloos.
c4cdc5a1 3644
3350dc42
RS
36452006-12-24 Kevin Ryde <user42@zip.com.au>
3646
3647 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3648 in March.
3649 (calendar-dst-ends): Default to first Sunday in November.
3650
7acbbaa0
CY
36512006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
3652
3653 * allout.el (allout-encrypt-string): Inhibit use of agent within
3654 body of let form where encryption happens. Acknowledge non-use of
3655 gpg-agent in docstring.
3656 (allout-toggle-subtree-encryption): Acknowledge non-use of
3657 gpg-agent in docstring.
3658
ab83dc8d
CY
36592006-12-24 Chong Yidong <cyd@stupidchicken.com>
3660
14d1edc0 3661 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
ab83dc8d 3662
be064bc4 36632006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
42f82ce7 3664
97df8464
MC
3665 * ediff-diff.el (ediff-diff-options): Clarify docstring.
3666 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
42f82ce7 3667
14d1edc0
JB
3668 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3669 in hooks.
97df8464 3670 (viper-add-newline-at-eob-if-necessary): Add newline only if we
be064bc4 3671 actually modify buffer; ignore errors if occur.
42f82ce7 3672
3ea94483
CY
36732006-12-23 Chong Yidong <cyd@stupidchicken.com>
3674
3675 * calendar/calendar.el (calendar-mode-map): Switch < and >.
3676 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3677 formatting.
3678
a914e2b2
RS
36792006-12-23 Richard Stallman <rms@gnu.org>
3680
3681 * simple.el (delete-horizontal-space): Doc fix.
3682
512dd711
EZ
36832006-12-23 Eli Zaretskii <eliz@gnu.org>
3684
3685 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3686 explicitly in a recursive Make, not implicitly through prerequisites,
3687 since the latter is wrong under parallel builds.
3688
453027ac
EZ
36892006-12-22 Eli Zaretskii <eliz@gnu.org>
3690
14d1edc0 3691 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
453027ac 3692
b9542c10
EZ
36932006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3694
3695 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3696 message string.
3697
c52bf8c3
EZ
36982006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
3699
3700 * outline.el (outline-next-visible-heading): Fix the case with a
3701 header at end-of-file with no final newline.
3702
f321348b
EZ
37032006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
3704
3705 * indent.el (tab-always-indent): Doc fix.
3706
d7e39ca9
CY
37072006-12-22 Chong Yidong <cyd@stupidchicken.com>
3708
13a87fce
CY
3709 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3710 (Info-fontify-node): Do fontify indices.
3711
d7e39ca9
CY
3712 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3713 to the Emacs Lisp reference manual.
3714 (tutorial--tab-map): Remove. All callers changed.
3715 (tutorial--find-changed-keys): New elt QUIET, used to...
3716 (tutorial--display-changes): ...ensure that warning messages are
3717 only issued once per changed key.
3718 (tutorial--remove-remarks): Delete unused code-path.
3719 (lang-strings): Remove extraneous formatting.
ce9ff784 3720 (tutorial--save-tutorial): Prompt before saving tutorial state.
d7e39ca9 3721
397e270a
CY
37222006-12-21 Chong Yidong <cyd@stupidchicken.com>
3723
3724 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
3725 Replace '?\ ' by '?\s' throughout.
3726 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
3727 `help' custom group.
3728 (tutorial--key-description): New function.
3729 (tutorial--display-changes): Remove redundant arg. Scan for all
3730 key sequences to avoid false matches. Cleanup.
3731 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3732 reduce homedir pollution.
3733 (help-with-tutorial): Call tutorial--display-changes with no arg.
3734
5f1de5e9
CD
37352006-12-21 Carsten Dominik <dominik@science.uva.nl>
3736
3737 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3738
e1e17cae
MA
37392006-12-20 Michael Albinus <michael.albinus@gmx.de>
3740
83e20b5c
MA
3741 * net/tramp.el (tramp-default-method): We still need to check for
3742 `executable-find', because it is not bound under Emacs 20.
3743 (tramp-handle-file-name-completion)
e1e17cae
MA
3744 (tramp-completion-handle-file-name-completion): Handle optional
3745 parameter PREDICATE.
3746 (tramp-find-default-method): Add code for default values.
3747
39bd65af
NR
37482006-12-20 Nick Roberts <nickrob@snap.net.nz>
3749
3750 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3751 make gud-go send "continue".
3752
209ceeef
JB
37532006-12-19 Juanma Barranquero <lekktu@gmail.com>
3754
3755 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3756 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
3757
c5f6230a
KS
37582006-12-19 Kim F. Storm <storm@cua.dk>
3759
36ff6d6f
KS
3760 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3761 instead of global-map.
3762
c5f6230a
KS
3763 * files.el (magic-mode-alist): Allow matching file type by
3764 calling a function at bob. Check for image types by calling
3765 image-type-from-buffer. Suggested by Juanma Barranquero.
3766 (set-auto-mode): Do it.
3767
572b79d8
MA
37682006-12-19 Michael Albinus <michael.albinus@gmx.de>
3769
3770 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3771 Remove "ControlMaster" option from the other `scp*' methods.
14d1edc0 3772 (tramp-default-method): Check for ssh-agent before setting to `scp'.
572b79d8 3773
e84c15c1
CD
37742006-12-18 Carsten Dominik <dominik@science.uva.nl>
3775
3776 * textmodes/org.el (org-mode): Show context after isearch.
3777 (org-show-siblings): New function.
3778 (org-show-context): Use `org-show-siblings'.
3779
6bddffd0
SM
37802006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3781
3782 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3783 Use syntax-ppss-toplevel-pos.
3784
8195676a
CD
37852006-12-18 Carsten Dominik <dominik@science.uva.nl>
3786
3787 * textmodes/org.el (org-current-line): Make sure that lines are
3788 counted from beginning of buffer.
3789 (org-table-copy-region, org-table-paste-rectangle): Make sure that
3790 lines are counted from beginning of buffer.
3791
1a0c46eb
CY
37922006-12-17 Chong Yidong <cyd@stupidchicken.com>
3793
3294bb68
CY
3794 * info.el (Info-build-node-completions): Signal error if tag-table
3795 marker is not found.
3796
1a0c46eb
CY
3797 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3798
bce4aeb4
AM
37992006-12-17 Alan Mackenzie <acm@muc.de>
3800
76f38b63
CY
3801 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3802 speed) the case when open-paren-in-column-0-is-defun-start is nil.
3803 Based on code by Martin Rudalics.
3804
6bddffd0 3805 * progmodes/cc-mode.el (c-basic-common-init): Don't set
bce4aeb4
AM
3806 open-paren-in-column-0-is-defun-start to nil any more.
3807
eb0455ab
RS
38082006-12-17 Richard Stallman <rms@gnu.org>
3809
303958a9
RS
3810 * simple.el (delete-horizontal-space): Use prefix arg.
3811
3812 * help-fns.el (describe-variable): Improve blank separator lines.
3813
eb0455ab
RS
3814 * files.el (magic-mode-alist): Mark as risky.
3815
3816 * files.el (make-backup-file-name-1):
3817 Expand backup-directory explicitly.
3818
210a7c2c
MA
38192006-12-17 Michael Albinus <michael.albinus@gmx.de>
3820
3821 * net/tramp.el (tramp-default-method): Before setting to "pscp",
3822 check whether package password.el is loaded, or Pageant is running.
3823
91e03a51
GM
38242006-12-17 Ulf Jasper <ulf.jasper@web.de>
3825
3826 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3827 (icalendar--rris): First try Emacs, then XEmacs.
6bddffd0
SM
3828 (icalendar--convert-ical-to-diary): Doc fix.
3829 Insert newline at end of target file.
91e03a51 3830
e18be861
KS
38312006-12-17 Kim F. Storm <storm@cua.dk>
3832
3833 * outline.el (outline-isearch-open-invisible-function): New defvar.
3834 (outline-flag-region): Use it if non-nil for isearch-open-invisible
3835 overlay property instead of outline-isearch-open-invisible.
3836
6e5af5e5
KS
38372006-12-16 Kim F. Storm <storm@cua.dk>
3838
3839 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3840 if ido-directory-too-big is set on entry.
d762e2f0
KS
3841 (ido-toggle-ignore, ido-completion-help): Print message while
3842 reading big directory.
6e5af5e5 3843
71af6fc4
RS
38442006-12-15 Richard Stallman <rms@gnu.org>
3845
3846 * shell.el (shell): Doc fix.
3847
7a3eb886 38482006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
75036d1c 3849
6e5af5e5 3850 * emulation/edt.el (edt-xserver):
75036d1c
EZ
3851 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3852 to fix a problem on Cygwin.
3853
3854 * emulation/edt.el
3855 * emulation/edt-mapper.el
3856 * emulation/edt-lk201.el
3857 * emulation/edt-pc.el
3858 * emulation/edt-vt100.el: Update maintainer's email address.
3859
d71826c4
EZ
38602006-12-15 Simon Marshall <simon@gnu.org>
3861
7a3eb886 3862 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
d71826c4 3863
e71b26ec
YM
38642006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3865
3866 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3867 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3868 instead of mac-atsu-font-table.
3869 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3870
b986d626 38712006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
0aaf5bb0 3872
b986d626
JB
3873 * align.el (align-match-tex-pattern): Fix a rare bug which
3874 hanged Emacs.
0aaf5bb0 3875
012884e2
RS
38762006-12-14 Richard Stallman <rms@gnu.org>
3877
3878 * startup.el (use-fancy-splash-screens-p): Use frame-height
3879 instead of window-height. Pass frame to image-size.
3880
218e7ce3
KH
38812006-12-13 Kenichi Handa <handa@m17n.org>
3882
b986d626
JB
3883 * international/mule-cmds.el (set-locale-environment):
3884 Set default-sendmail-coding-system too.
218e7ce3 3885
328f7b35
S
38862006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
3887
b986d626 3888 * progmodes/idlw-help.el: Fix copyright notice.
328f7b35 3889
0e6c966c
SM
38902006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3891
3892 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3893
53d45a17
JB
38942006-12-11 Juanma Barranquero <lekktu@gmail.com>
3895
3896 * subr.el (unread-command-char): Reformat obsolescence info.
3897
e869fa92
RS
38982006-12-11 Richard Stallman <rms@gnu.org>
3899
3900 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3901 about calls to cl-struct-setf-expander.
3902
a3f56d9c
JB
39032006-12-11 Juanma Barranquero <lekktu@gmail.com>
3904
3905 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3906 (ediff-combination-pattern): Fix typo in docstring.
3907
3908 * textmodes/refer.el (refer-find-entry): Doc fix.
3909 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3910 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3911 Fix tipos in docstrings.
3912
3913 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3914
df20dc2b
KS
39152006-12-10 Kim F. Storm <storm@cua.dk>
3916
3917 * ido.el (ido-init-completion-maps): Remap backward-kill-word
3918 instead of binding M-backspace.
3919
28e86dc4
JB
39202006-12-10 Juanma Barranquero <lekktu@gmail.com>
3921
87a931dc
MC
3922 * replace.el (replace-match-data, replace-match-maybe-edit):
3923 * calc/calc-aent.el (calc-eval-error):
3924 * emulation/vi.el (vi-char-argument):
28e86dc4
JB
3925 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3926 (c-vsemi-status-unknown-p-fn): Doc fixes.
3927
34acfe6f
CY
39282006-12-10 Chong Yidong <cyd@stupidchicken.com>
3929
3930 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3931 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
3932
5bc1b111
MY
39332006-12-10 Masatake YAMATO <jet@gyve.org>
3934
3935 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
28e86dc4 3936
ce7df393
CY
39372006-12-09 Chong Yidong <cyd@stupidchicken.com>
3938
b13f75a9
CY
3939 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3940
3941 * man.el (Man-xref-button-action): New function. If the
3942 `Man-target-string' button property is a function, assume it
3943 accepts a position argument.
3944 (Man-abstract-xref-man-page): Use it.
3945 (Man-default-man-entry): New optional arg POS.
3946
ce7df393
CY
3947 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3948 symlink arrows read-only and non-rear-sticky.
3949
25e0d375
CY
39502006-12-09 Martin Rudalics <rudalics@gmx.at>
3951
3952 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
86b8a072 3953 (wdired-search-and-rename): Simplify code.
25e0d375 3954 (wdired-preprocess-files, wdired-preprocess-perms): Make
86b8a072 3955 read-only property of preceding character rear-nonsticky to
1a408ced 3956 avoid that it can be modified. Put old-name and old-link
86b8a072
JB
3957 properties on character preceding name and replace
3958 put-text-property by add-text-properties.
3959 (wdired-get-filename, wdired-get-previous-link): Get old-name
3960 and old-link properties from character preceding name and
3961 simplify code.
25e0d375 3962 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
86b8a072
JB
3963 (wdired-perms-to-number): Make local-map property
3964 rear-nonsticky to avoid that text following permissions may be
3965 modified. Use add-text-properties instead of put-text-property
3966 when changing a permission bit.
25e0d375
CY
3967 (wdired-change-to-dired-mode): Remove stickiness properties.
3968
52624858
JB
39692006-12-09 Juanma Barranquero <lekktu@gmail.com>
3970
3971 * international/mule-cmds.el (register-input-method): Doc fix.
3972
cbf9640e
EZ
39732006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
3974
3975 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3976
f248f005
EZ
39772006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3978
3979 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3980 Force buffer local defs evaluation on local variables loading.
3981 (flyspell-mode-on, flyspell-mode-off): Use it in
3982 `hack-local-variables-hook'.
3983
d1dcf3e7
EZ
39842006-12-09 Eli Zaretskii <eliz@gnu.org>
3985
ebfb5ed9
EZ
3986 * emacs-lisp/find-func.el (find-variable): Doc fix.
3987
3988 * help-fns.el (variable-at-point): Doc fix.
3989
d1dcf3e7
EZ
3990 * w32-fns.el (w32-append-code-lines): New function.
3991
5641e7a9
RF
39922006-12-09 Romain Francoise <romain@orebokech.com>
3993
3994 * comint.el (comint-insert-input): Delete obsolete comment.
5641e7a9 3995
addc252e
SM
39962006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3997
3998 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3999 current frame, in case we're connected to several displays.
4000
c2c93894
JB
40012006-12-08 Juanma Barranquero <lekktu@gmail.com>
4002
4003 * frame.el (other-frame): Doc fix.
4004 (set-frame-parameter): Fix typo in docstring.
4005
48b33882
KS
40062006-12-07 Kim F. Storm <storm@cua.dk>
4007
4008 * info.el (Info-index): Strip leading colon from topic.
4009
c8deb8bc
NR
40102006-12-07 Nick Roberts <nickrob@snap.net.nz>
4011
4012 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
4013 to pointers.
4014
58c8f915
S
40152006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
4016
4017 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
4018 Trim out spurious class inheritance "None" entries.
4019
14b1e135
KS
40202006-12-05 Kim F. Storm <storm@cua.dk>
4021
4022 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
addc252e
SM
4023 (cua-paste-pop): Rework last change for
4024 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
4025 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
4026 text inserted by the last M-y command.
14b1e135 4027
dd4b03cd
JB
40282006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4029
4030 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
4031 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
4032
4033 * shell.el (shell): Search the start file in ~/.emacs.d as
4034 `init_SHELLNAME.sh' instead.
4035
da9109f7
GM
40362006-12-05 Glenn Morris <rgm@gnu.org>
4037
4038 * progmodes/cperl-mode.el (cperl-mode)
4039 * progmodes/f90.el (f90-mode-abbrev-table)
4040 * progmodes/fortran.el (fortran-mode-abbrev-table)
4041 * progmodes/octave-mod.el (octave-abbrev-table)
4042 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
addc252e 4043 if abbrev-table is non-nil (saved user abbrevs may have been restored).
da9109f7
GM
4044
4045 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
4046 clear abbrev table, else saved abbrevs will not be restored.
4047
f9708e3c
JB
40482006-12-04 Juanma Barranquero <lekktu@gmail.com>
4049
4050 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
4051 the call to `make-obsolete-variable', not in the docstring.
4052
f48658df
CY
40532006-12-04 Chong Yidong <cyd@stupidchicken.com>
4054
f9708e3c 4055 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
f48658df 4056
758e48a0
VJL
40572006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4058
4059 * progmodes/ebnf-abn.el:
4060 * progmodes/ebnf-bnf.el:
4061 * progmodes/ebnf-dtd.el:
4062 * progmodes/ebnf-ebx.el:
4063 * progmodes/ebnf-iso.el:
4064 * progmodes/ebnf-otz.el:
4065 * progmodes/ebnf-yac.el:
4066 * progmodes/ebnf2ps.el:
4067 * delim-col.el:
4068 * printing.el:
4069 * ps-bdf.el:
4070 * ps-mule.el:
4071 * ps-print.el: Remove 'Time-stamp' comment mark.
4072
36222e78
VJL
4073 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
4074 'easy-menu-add-item' when called in Emacs 21 or higher.
4075
2c9cf57e
JB
40762006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
4077
4078 * progmodes/ada-xref.el (ada-check-current): Doc fix.
4079 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
4080
9d8b24a2
KS
40812006-12-04 Kim F. Storm <storm@cua.dk>
4082
4083 * bindings.el (global-map): Bind [signal t] to ignore, to have
4084 user signals ignored by default.
4085
def7167b
JB
40862006-12-04 Juanma Barranquero <lekktu@gmail.com>
4087
4088 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
4089 Unicode data file pointed to by `describe-char-unicodedata-file'.
4090
9bbceb74
SM
40912006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4092
4093 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
4094 O(n^2) regexp-search by anchoring the search.
4095
2b058c72
DN
40962006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
4097
4098 * whitespace.el (whitespace-cleanup-internal): Use current
4099 argument for recursive call.
4100
57176422
MA
41012006-12-04 Michael Albinus <michael.albinus@gmx.de>
4102
4103 * net/tramp.el (tramp-methods): Add "ControlPath" and
4104 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
4105 Andreas Schwab <schwab@suse.de>.
4106 (tramp-do-copy-or-rename-file-out-of-band)
4107 (tramp-open-connection-rsh): Compute format spec for ?t.
4108 (tramp-process-actions): Trace command parameters.
4109
d2e126dc
NR
41102006-12-04 Nick Roberts <nickrob@snap.net.nz>
4111
6dadbf89
NR
4112 * simple.el (toggle-truncate-lines): Clarify doc string.
4113
d2e126dc
NR
4114 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
4115 (gdb-speedbar-expand-node): Use it.
4116
a8d5f40f
RS
41172006-12-04 Richard Stallman <rms@gnu.org>
4118
4119 * progmodes/python.el (python-indent): Add safe-local-variable prop.
4120
4121 * dired.el (dired-revert): Turn off dired-after-readin-hook
4122 around call to dired-readin.
4123
4124 * menu-bar.el (menu-bar-make-toggle): Add "globally"
4125 to echo area messages.
4126 <indicate-empty-lines, case-fold-search>:
4127 Add "globally" to Help string.
4128 <case-fold-search>: MESSAGE arg need not say "globally".
9bbceb74 4129 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
a8d5f40f
RS
4130
41312006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
4132
4133 * outline.el (outline-end-of-subtree): Don't leave an empty
4134 line hidden as we would a real next heading.
4135
f9f46d8d
KS
41362006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
4137
4138 * allout.el (allout-ascend): Add an optional argument to preserve
4139 original position of point when unsuccessful. Also, fix a
4140 docstring error.
4141 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
4142 work again, using allout-ascend's new option.
9bbceb74 4143 (allout-setup-mode-map): Extract from allout-mode to initialize
f9f46d8d
KS
4144 allout-mode-map. Call it on file load, so the mode docstring
4145 substitutions work even if allout mode has not yet been invoked.
4146 (allout-mode): Use new allout-setup-mode-map to track any keybinding
1a408ced 4147 customizations since the map was last processed. Also, refine the
f9f46d8d
KS
4148 docstring so it's ship-shape for release.
4149 (allout-default-layout, allout-beginning-of-line-cycles)
4150 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
4151 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
4152 (allout-version, allout-layout, allout-infer-body-reindent)
4153 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
4154 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
4155 (allout-previous-heading, allout-goto-prefix-doublechecked)
4156 (allout-current-bullet-pos, allout-next-sibling-leap)
4157 (allout-pre-command-business, allout-encrypted-type-prefix)
4158 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
4159 (allout-rebullet-topic, allout-rebullet-topic-grunt)
4160 (allout-flag-region, allout-expose-topic, allout-expose-topic)
4161 (allout-old-expose-topic, allout-listify-exposed)
4162 (allout-process-exposed, allout-latex-verb-quote)
4163 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
4164 (allout-toggle-current-subtree-encryption)
4165 (allout-toggle-subtree-encryption, allout-bullet-isearch):
4166 Remove extraneous open-paren and close paren string escapes.
4167
7977c946
JB
41682006-12-03 Juanma Barranquero <lekktu@gmail.com>
4169
4170 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
4171 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
4172 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
4173 Fix typos in docstrings.
4174
23382015
GM
41752006-12-03 Glenn Morris <rgm@gnu.org>
4176
4177 * progmodes/cc-align.el
4178 * progmodes/cc-awk.el
4179 * progmodes/cc-cmds.el
4180 * progmodes/cc-compat.el
4181 * progmodes/cc-defs.el
4182 * progmodes/cc-engine.el
4183 * progmodes/cc-langs.el
4184 * progmodes/cc-menus.el
4185 * progmodes/cc-mode.el
4186 * progmodes/cc-styles.el
4187 * progmodes/cc-vars.el
4188 * progmodes/vhdl-mode.el: Fix Copyright format.
4189
8a6137df
CY
41902006-12-02 Chong Yidong <cyd@stupidchicken.com>
4191
4192 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
4193 initial down event.
4194
85e3d48f
KS
41952006-12-02 Kim F. Storm <storm@cua.dk>
4196
4197 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
4198 (cua-repeat-replace-region): Make M-v more robust.
4199 (cua-paste-pop-rotate-temporarily): New defcustom.
4200 (cua-paste-pop): Use it.
4201 (cua-auto-mark-last-change): New defcustom.
4202 (cua-pop-to-last-change): New helper function.
4203 (cua-set-mark): Use them.
4204
ba3a449e
NR
42052006-12-01 Nick Roberts <nickrob@snap.net.nz>
4206
493ded4f 4207 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
ba3a449e
NR
4208 mini-buffer message.
4209
2acb13b1
JB
42102006-12-01 Juanma Barranquero <lekktu@gmail.com>
4211
4212 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
4213
d166d7c4 42142006-12-01 Ben North <ben@redfrontdoor.org>
4abc74e8 4215
f9914209 4216 * paren.el: Fix the highlight overlay extension when the user types a
77ea34ce 4217 sequence of char very fast just before the open parenthesis.
d166d7c4
VJL
4218
42192006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
f9914209 4220
4abc74e8
VJL
4221 * ps-mule.el: Eliminate Emacs 20 compatibility.
4222
2acb13b1 4223 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
d4757043 4224 (ps-print-version): New version 6.7.
4abc74e8
VJL
4225 (ps-print-quote): Replace '?\ ' by '?\s'.
4226
310afa17
JB
42272006-11-30 Juanma Barranquero <lekktu@gmail.com>
4228
4229 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
4230 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
4231 (hexl-end-of-1k-page): Doc fixes.
4232 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
4233 Fix typos in docstrings.
4234
939cb3e8
KS
42352006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4236
310afa17 4237 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
939cb3e8
KS
4238 locally, i.e. without using file name handlers.
4239 (ido-read-internal): Allow mono letter host names, avoiding the
4240 `c:' problem by testing if the file exists locally.
4241 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
4242
3fc29559
MY
42432006-11-30 Masatake YAMATO <jet@gyve.org>
4244
4245 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
4246 to avoid bytecomp warnings.
4247 (hexl-mode-old-ruler-function): New variable.
4248 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
4249 and `hl-line-range-function' after `require' hl-line.
4250 Then bind `hl-line-range-function' and `hl-line-face'.
1b7ef4aa
JB
4251 Don't require frame. Don't use `with-no-warnings'.
4252 (hexl-activate-ruler): Store the original value of
3fc29559 4253 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
1b7ef4aa 4254 (hexl-mode-exit): Restore the original value of
3fc29559
MY
4255 `ruler-mode-ruler-function'.
4256
1b7ef4aa 42572006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6ac2ae62 4258
1b7ef4aa
JB
4259 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
4260 (hexl-mode-old-hl-line-face): New variable.
6ac2ae62
MY
4261 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
4262 line when exit from the hexl-mode.
4263
33fac697
JB
42642006-11-30 Juanma Barranquero <lekktu@gmail.com>
4265
1b7ef4aa
JB
4266 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
4267 Doc fixes.
4268
33fac697
JB
4269 * international/fontset.el (create-fontset-from-ascii-font)
4270 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
4271 (fontset-name-p): Fix typo in docstring.
4272
4273 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
4274
8a3ee455 42752006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
07239461 4276
2acb13b1 4277 * ps-bdf.el: Fix maintainer email.
07239461 4278
2acb13b1 4279 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
07239461
VJL
4280 compatibility.
4281
2acb13b1 4282 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
07239461
VJL
4283 21 compatibility.
4284 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
4285 Emacs 20 & 21.
4286
e141c335
S
42872006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
4288
9bbceb74
SM
4289 * progmodes/idlwave.el (idlwave-auto-fill):
4290 Remove paragraph-start let to prevent auto-fill giving up.
e141c335 4291
9fa04a08
JB
42922006-11-28 Juanma Barranquero <lekktu@gmail.com>
4293
4294 * vt100-led.el (led-state): Fix typo in previous change.
4295
3b46a8f7
CY
42962006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4297
9bbceb74
SM
4298 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4299 Fix interactive spec of the functions getting defined to make them
3b46a8f7
CY
4300 work as documented.
4301
0c3e8c6c
CY
43022006-11-28 Chong Yidong <cyd@stupidchicken.com>
4303
4304 * startup.el (fancy-splash-screens): Hide initial splash buffer.
4305
c09908a3
KS
43062006-11-28 Kim F. Storm <storm@cua.dk>
4307
4308 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
4309 icomplete-mode is enabled.
4310
a1afc260
CD
43112006-11-28 Carsten Dominik <dominik@science.uva.nl>
4312
4313 * textmodes/org.el (require): Require gnus-sum during compilation
4314 to avoid problem with a macro call.
4315
bf897a90
GM
43162006-11-28 Glenn Morris <rgm@gnu.org>
4317
4318 * emacs-lisp/authors.el (authors-aliases): Add new alias.
4319
4320 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
4321 (fortran-window-create-momentarily): Do not need string-to-char.
4322
7bc297d7
RS
43232006-11-28 Richard Stallman <rms@gnu.org>
4324
4325 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4326 Replace incorrect use of assoc-default with a loop.
4327
4328 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
4329
4330 * simple.el (next-error-find-buffer): Improve messages.
4331
4332 * files.el (revert-buffer): Special error message if file
4333 is now not readable.
4334
4335 * facemenu.el (facemenu-add-new-face): Improve doc strings of
4336 constructed commands.
4337
4338 * comint.el (comint-exec-1): Provide Emacs version and `comint'
4339 in INSIDE_EMACS.
4340
ff348fba
SM
43412006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4342
fe39af99
SM
4343 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
4344
ff348fba
SM
4345 * server.el: Remove spurious * in docstrings.
4346 (server-process-filter): Exit from recursive editing before processing
4347 a new request.
4348
c8aab130
S
43492006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
4350
4351 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
4352 line so hidden blocks will be correctly identified.
4353
8d4bf0e5
JB
43542006-11-27 Juanma Barranquero <lekktu@gmail.com>
4355
b8f11c58
JB
4356 * ledit.el (ledit-save-defun, ledit-mode):
4357 * resume.el (resume-emacs-args-buffer):
4358 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
4359 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
4360 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
4361 (command-send-input, command-kill-line):
4362 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
4363
4364 * autoarg.el (autoarg-kp-mode): Doc fix.
4365
4366 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
4367 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
4368 (check-emacs-lock): Doc fix. Simplify.
4369
4370 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
4371 (iimage-mode-buffer): Fix typos in docstring.
4372
4373 * misc.el (zap-up-to-char): Doc fix.
4374
8d4bf0e5
JB
4375 * time-stamp.el: Fix comment and obsolescence string for old
4376 functions. Use `dolist' instead of `while'.
4377
b8f11c58
JB
4378 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
4379
8d4bf0e5
JB
4380 * disp-table.el (standard-display-8bit, standard-display-default):
4381 * ebuff-menu.el (electric-buffer-list):
4382 * ehelp.el (electric-help-command-loop):
4383 * font-core.el (font-lock-mode):
4384 * help-macro.el (make-help-screen):
4385 * help.el (describe-minor-mode-completion-table-for-indicator)
4386 (lookup-minor-mode-from-indicator):
4387 * indent.el (tab-to-tab-stop, move-to-tab-stop):
4388 * info-look.el (info-lookup-guess-custom-symbol):
4389 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
4390 * longlines.el (longlines-wrap-line):
4391 * macros.el (insert-kbd-macro):
4392 * menu-bar.el (menu-bar-update-buffers):
4393 * misc.el (copy-from-above-command):
4394 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
4395 * newcomment.el (comment-indent):
4396 * novice.el (disabled-command-function):
4397 * sort.el (sort-fields-syntax-table):
4398 * subr.el (momentary-string-display):
4399 * tar-mode.el (tar-header-block-summarize)
4400 (tar-clear-modification-flags):
4401 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
4402 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
4403 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
4404 (te-delete-char, te-down-vertically-or-scroll):
4405 * time-stamp.el (time-stamp-string-preprocess):
4406 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
4407
0a43e427
NR
44082006-11-26 Nick Roberts <nickrob@snap.net.nz>
4409
4410 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
4411 in GUD mode.
4412
4413 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
4414 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
4415
ba1f3817
JD
44162006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4417
4418 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
4419
1babb7ea
JB
44202006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
4421
4422 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
4423 (ada-compile-goto-error): Adapt to new argument profile of
4424 compilation-goto-locus in Emacs 22. Don't check if the various
4425 compile functions are defined; we already do "(require 'compile)".
4426
2409ce7f
KS
44272006-11-26 Kim F. Storm <storm@cua.dk>
4428
4429 * kmacro.el: Fix commentary.
4430
bedb71f6
NR
44312006-11-26 Nick Roberts <nickrob@snap.net.nz>
4432
4433 * progmodes/gud.el (gdb): Explain how to run in text command mode
4434 more clearly. Say in error message that multiple debugging
4435 requires restarting GDB.
4436
2ebdd2d8
JB
44372006-11-25 Juanma Barranquero <lekktu@gmail.com>
4438
4439 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
4440
1d9a4930
EZ
44412006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
4442
2ebdd2d8 4443 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
1d9a4930
EZ
4444 (flymake-popup-menu): Use it instead of posn-at-point.
4445
d86b05e7
JD
44462006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4447
ff348fba
SM
4448 * progmodes/cc-vars.el (c-backslash-column):
4449 Mention c-backslash-max-column in documentation for c-backslash-column.
d86b05e7 4450
6b2633cc 44512006-11-24 Lars Hansen <larsh@soem.dk>
365bba5e 4452
6b2633cc
LH
4453 * net/tramp.el (tramp-default-method): Under Windows, change from
4454 plink to pscp.
4455 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
365bba5e
KS
4456 (tramp-actions-copy-out-of-band):
4457 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6b2633cc
LH
4458 (tramp-action-out-of-band): Move "Permission denied" handling to
4459 tramp-action-copy-failed.
4460 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
4461 process buffer.
4462
053f45dd
SM
44632006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4464
3559aa8b
SM
4465 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4466 strings to a single string. Quote `errors-file-name'.
4467 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4468 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4469 Adjust calls. Use `shell-quote-argument'.
4470
053f45dd
SM
4471 * international/mule.el (load-with-code-conversion)
4472 (with-category-table): Use with-current-buffer.
4473 (after-insert-file-set-coding): Use restore-buffer-modified-p.
4474
362e23e1
EZ
44752006-11-24 Eli Zaretskii <eliz@gnu.org>
4476
053f45dd
SM
4477 * mail/smtpmail.el (smtpmail-send-it):
4478 Copy buffer-file-coding-system from the mail buffer. Possibly add a
4479 MIME header for the message encoding.
4480 Bind coding-system-for-write around the call to mail-do-fcc.
4481 Use smtpmail-code-conv-from to encode queued mail messages.
362e23e1 4482
550831ed
JB
44832006-11-24 Juanma Barranquero <lekktu@gmail.com>
4484
96215ace
JB
4485 * tabify.el (tabify-regexp): Doc fix.
4486
550831ed
JB
4487 * net/rcirc.el (rcirc-buffer-maximum-lines):
4488 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
4489
4490 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
4491 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
4492 Fix typos in output messages.
4493 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
4494
312d24fb
SM
44952006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4496
4497 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
4498 the horse's mouth.
4499 (hexlify-buffer): Don't re-encode an arg that's already encoded.
4500
31e71026 45012006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
5978ab2c 4502
312d24fb
SM
4503 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
4504 Remove condition-case.
5978ab2c 4505
eb2fa81f
GM
45062006-11-23 Glenn Morris <rgm@gnu.org>
4507
4508 * progmodes/f90.el (f90-comment-indent): Do not move point in
4509 default case.
4510
fef1f0f2
RF
45112006-11-21 Romain Francoise <romain@orebokech.com>
4512
4513 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
4514 from library name (reverts change of 2005-10-25).
4515
5e08fcba
CY
45162006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
4517
4518 * tutorial.el (tutorial--default-keys): Add newline and
4519 delete-backward-char bindings.
4520 (tutorial--detailed-help): Save excursion when finding keys.
4521 Correct warning string for M-x FOO case.
4522 (tutorial--display-changes): Print special keys in tutorial style.
4523 Tweak search regexp for changed keys.
4524
a98d0b8e 45252006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4f5d4668 4526
5978ab2c 4527 * thingatpt.el (thing-at-point-url-at-point): Don't add a
4f5d4668
RS
4528 redundant scheme.
4529
a98d0b8e 45302006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
4f5d4668 4531
312d24fb 4532 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
4f5d4668
RS
4533 are new to the list at IANA. Also added irc, mms, mmsh.
4534
1ada3be2
S
45352006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
4536
312d24fb
SM
4537 * progmodes/idlw-help.el (idlwave-html-help-location):
4538 Fail gracefully for missing help packages.
1ada3be2
S
4539 (idlwave-help-assistant-open-link): Open full links.
4540 (idlwave-help-assistant-help-with-topic): Direct help link.
4541
312d24fb
SM
4542 * progmodes/idlwave.el (idlwave-mode):
4543 Set add-log-current-defun-function.
4544 (idlwave-current-routine-fullname): Add, to support add-log.
1ada3be2
S
4545 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
4546 to reflect improvements to xml-parse-file.
4547 (idlwave-mode-menu-def): New binding for help-with-topic.
4548
4549 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
4550 Handle extra newlines and spaces.
4551 (idlwave-shell-mode-map): Add help-with-topic.
4552
6f82bad7
CY
45532006-11-20 Chong Yidong <cyd@stupidchicken.com>
4554
4555 * tutorial.el (tutorial-warning-face): New face.
4556 (tutorial--detailed-help, tutorial--display-changes): Use it.
4557 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4558 Improve search pattern for occurrences of changed keys.
4559
8eee8101
JD
45602006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4561
4562 * term/x-win.el (x-last-cut-buffer-coding): New variable.
4563 (x-select-text): Set it.
4564 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
4565 when checking for newness.
4566
784c9f3c
JB
45672006-11-19 Juanma Barranquero <lekktu@gmail.com>
4568
d57727c9
JB
4569 * subr.el (posn-image):
4570 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4571
784c9f3c
JB
4572 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4573
4fc9bd56 45742006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
014d32b1
JB
4575
4576 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4577 Exceptions to the rule "add a space between an identifier and an
4578 opening parenthesis". Defaulted to the `#define' problem of cpp.
5978ab2c 4579 (glasses-parenthesis-exception-p): New. Check if the region is an
014d32b1
JB
4580 exception regarding to that.
4581 (glasses-make-readable): Use it.
5978ab2c 4582 (glasses-convert-to-unreadable): Ditto. Modify the file also if
014d32b1
JB
4583 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4584
b733eeef
CY
45852006-11-19 Chong Yidong <cyd@stupidchicken.com>
4586
4587 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4588
029248ee
JB
45892006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
4590
4591 * progmodes/ada-mode.el (ada-make-body): Fix typo.
4592
4593 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4594 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
4595
fdf8f29f
CY
45962006-11-18 Chong Yidong <cyd@stupidchicken.com>
4597
f80832bc
CY
4598 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4599 conditions for function or variable bindings.
4600
fdf8f29f
CY
4601 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4602
4603 * progmodes/compile.el (compilation-start): Ditto.
4604
d8d555f2
MA
46052006-11-18 Michael Albinus <michael.albinus@gmx.de>
4606
4607 * net/tramp.el (top): cl and custom are always required.
4608
ccf17b26
JD
46092006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4610
4611 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4612 cut-buffers with next-selection-coding-system if not nil.
4613
1063e165
CD
46142006-11-17 Carsten Dominik <dominik@science.uva.nl>
4615
4616 * textmodes/org.el (org-fix-decoded-time): New function.
4617 (org-display-custom-time): Use `org-fix-decoded-time'.
4618
5fc0d934
CY
46192006-11-17 Chong Yidong <cyd@stupidchicken.com>
4620
4621 * menu-bar.el (menu-bar-games-menu): Remove yow.
4622
119ee84f
CD
46232006-11-17 Carsten Dominik <dominik@science.uva.nl>
4624
4625 * textmodes/org.el (org-scan-tags): Re-align code fixed.
312d24fb 4626 (org-detach-overlay): Rename from `org-detatch-overlay'.
119ee84f
CD
4627 (org-table-convert-region): Insert space after column separator.
4628 (org-agenda-kill): New command.
4629 (org-metaleft): Call `org-outdent-item' on bullets.
4630 (org-metaright): Call `org-indent-item' on bullets.
4631 (org-timestamp-change): Set `org-last-changed-timestamp'.
4632 (org-current-line): Make sure (bolp) returns correct result.
4633 (org-agenda-change-all-lines): Make sure TODO are highlighted.
4634
3c5471b8
SM
46352006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4638
c940b9e5
CY
46392006-11-16 Chong Yidong <cyd@stupidchicken.com>
4640
4641 * mouse.el (global-map): Change 2006-08-16 fix to call
4642 mouse-yank-at-click explicitly, since mouse events are not carried
4643 over into keyboard macros.
4644
9923717e
KS
46452006-11-16 Kim F. Storm <storm@cua.dk>
4646
5978ab2c 4647 * ido.el (ido-file-internal): Use current buffer's file name as default
9923717e
KS
4648 choice for ido-find-alternate-file. Suggested by Matt Hodges.
4649
46502006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
30fa2159
CY
4651
4652 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4653 (allout-inhibit-aberrance-doublecheck): Rename from
4654 allout-during-yank-processing. All callers changed.
4655 (allout-ascend): Provide for unusual case where some topic after
4656 the first in file is at lower depth than the first.
4657 (allout-shift-in): Ensure the offspring of the new containing
4658 topic are exposed.
4659 (allout-encrypt-string): Preserve the coding-system of the text,
4660 according to that of the containing buffer.
4661 (allout-toggle-subtree-encryption): When the text being encrypted
4662 requires a different coding system, offer to preserve the coding
4663 system using a file local var.
4664
bf5546ac
CY
46652006-11-15 Simon Marshall <simon@gnu.org>
4666
eb1b7f89
CY
4667 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4668 to recognise "T t()" as a function declaration, rather than a
4669 variable instantiation, iff at the top-level or inside a class
bf5546ac
CY
4670 declaration. Suggested by Feng Li <fengli@gmail.com>.
4671
7809b182
JB
46722006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
4673
4674 * progmodes/ada-xref.el (ada-parse-prj-file):
4675 Don't delete project buffer; user may want to edit it.
4676 (ada-xref-set-project-field, ada-xref-current-project-file)
4677 (ada-xref-current-project, ada-show-current-project)
4678 (ada-set-main-compile-application): New functions.
4679 (ada-xref-get-project-field, ada-require-project-file):
4680 Normalize use of ada-prj-default-project-file.
4681 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4682 Normalize use of ada-require-project-file.
4683 (ada-prj-find-prj-file): Improve doc string, comments.
4684
4685 * progmodes/ada-mode.el (ada-mode-version): Bump version.
4686 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4687 (ada-create-menu): Add ada-set-main-compile-application,
4688 ada-show-current-main, ada-show-current-project.
4689
71884b8d
SM
46902006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4691
4692 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4693 (inferior-python-mode): Use it.
4694
5efe831f
AS
46952006-11-14 Andreas Schwab <schwab@suse.de>
4696
4697 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4698
7e9c3923
KS
46992006-11-13 Kim F. Storm <storm@cua.dk>
4700
4701 * ido.el (ido-copy-current-word): C-o copies region if active.
4702
20882f4a
CD
47032006-11-13 Carsten Dominik <dominik@science.uva.nl>
4704
4705 * textmodes/org.el (org-emph-face): Fix typo in variable name.
4706
1bbea9fc
JB
47072006-11-13 Juanma Barranquero <lekktu@gmail.com>
4708
4709 * ediff.el (ediff-revision):
4710 * files.el (set-visited-file-name):
4711 * mail/rmailout.el (rmail-output-body-to-file):
4712 Use `format', not `message', in `y-or-n-p' call.
4713
1585c4a6
CD
47142006-11-13 Carsten Dominik <dominik@science.uva.nl>
4715
1bbea9fc 4716 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
1585c4a6
CD
4717 (org-metaright): Call `org-indent-item' on bullets.
4718 (org-timestamp-change): Set `org-last-changed-timestamp'.
4719 (org-current-line): Make sure (bolp) returns correct result.
1bbea9fc 4720 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
1585c4a6 4721
2b8ecab8
RS
47222006-11-12 Richard Stallman <rms@gnu.org>
4723
4724 * language/european.el (turkish-case-conversion-enable)
4725 (turkish-case-conversion-disable): New functions.
4726 ("Turkish" lang env): Use them.
4727
4728 * international/characters.el (case table):
4729 Do nothing special for i and I.
4730
4731 * subr.el (remove-overlays): Fix last change.
4732
4733 * cus-edit.el (custom-save-all): Use find-file-visit-truename
4734 for visiting the custom file.
4735
32aa3a8c
CY
47362006-11-12 Markus Triska <triska@gmx.at>
4737
4738 * play/handwrite.el (handwrite): Also process lines not ending
4739 with newline. Replace some position-fiddling with different
4740 logic. Improve performance.
4741
1d424b58
JB
47422006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
4743
4744 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4745 replacing deleted variable `ada-check-switch'.
4746 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4747 (ada-xref-project-files): Improve doc string.
4748 (ada-find-executable): New function.
4749 (ada-initialize-runtime-library): Use `ada-find-executable'.
4750 (ada-xref-set-default-prj-values): In compile commands, don't need
4751 `ada-cd-command'; `compile' does that more portably.
4752 Use ada-prj-default-check-cmd.
4753 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4754 properties if not specified in project file.
4755 (ada-goto-declaration): Display useful message for new error
4756 'error-file-not-found.
4757 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4758 'error-file-not-found.
4759 (ada-get-all-references): Match latest ali syntax. Signal new
4760 error 'error-file-not-found.
4761 (ada-find-in-ali): Match latest ali syntax.
4762 (ada-make-filename-from-adaname): Handle different semantics of
4763 gnatkr in GNAT 3.15p vs later.
4764
4765 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4766 ada-procedure-start-regexp.
4767 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4768
4769 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4770 with defvar.
4771 (ada-language-version): Rename ada05 -> ada2005.
4772 (ada-align-region-separate): Add `eval-when-compile'.
4773 (ada-name-regexp): Remove unneeded escapes in regexp character
4774 alternative.
4775 (ada-compile-goto-error-file-linenr-re): New constant.
4776 (ada-matching-start-re): Handle additional cases `declare',
4777 `procedure', `function'.
4778 (ada-compile-goto-error): Handle "... at line nn".
4779 (ada-mode): Clearer syntax, comments for ff-special-constructs.
4780 Delete support for old versions of `align'.
4781 (ada-search-prev-end-stmt): Handle additional keyword `private'.
4782 (ada-check-defun-name): Simplify handling of `declare'.
312d24fb
SM
4783 (ada-goto-matching-start): Handle nested `begin ... end'.
4784 Handle `declare', `protected', `procedure', `function'.
1d424b58
JB
4785 (ada-create-menu): Presence of arm95 is not conditional on using
4786 GNAT compiler.
4787
947129a2
JB
47882006-11-12 Juanma Barranquero <lekktu@gmail.com>
4789
4790 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4791 nil in the *RE-Builder* buffer (it causes spurious error messages).
4792
4793 * server.el (server-visit-files): If `minibuffer-auto-raise' has
4794 been set to t, respect it.
4795
dc786b8a
JB
47962006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
4797
4798 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4799 Delete commented out code for old Emacs versions. Autoloading of
4800 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4801 (ada-mode-version): Bump version number.
4802 (ada-95-string-keywords, ada-2005-string-keywords)
4803 (ada-2005-keywords, ada-name-regexp): New constant.
4804 (ada-language-version, ada-procedure-start-regexp, ada-mode)
4805 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4806 (ada-package-start-regexp): Support private packages, include package
4807 name (for ada-set-point-accordingly).
4808 (ada-next-procedure, ada-previous-procedure)
4809 (ada-which-function-are-we-in): Match changes to
4810 ada-procedure-start-regexp.
4811 (ada-make-body): Make non-interactive; not a user function.
4812 (ada-make-subprogram-body): Improve doc string.
4813
28a62ecb
RF
48142006-11-11 Romain Francoise <romain@orebokech.com>
4815
4816 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4817 `compilation-error-regexp-alist' buffer-local, since we changed
4818 `compilation-error-regexp-alist-alist' locally.
4819
174db3d3
JB
48202006-11-11 Juanma Barranquero <lekktu@gmail.com>
4821
4822 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4823 to the value of `server-raise-frame'.
4824
64948f0f
GM
48252006-11-11 Glenn Morris <rgm@gnu.org>
4826
4827 * ido.el (ido-enable-prefix)
4828 * ses.el (ses-call-printer-return)
4829 * net/tramp.el (tramp-unified-filenames)
4830 * progmodes/cc-align.el (c-lineup-string-cont)
4831 * progmodes/compile.el (compilation-directory-matcher)
4832 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4833 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4834 (vhdl-clock-rising-edge)
4835 * textmodes/org.el (org-export-with-timestamps)
4836 (org-export-remove-timestamps-from-toc)
4837 (org-export-with-tags): Improve previous doc fixes.
4838
89be8f4e
RS
48392006-11-11 Richard Stallman <rms@gnu.org>
4840
4841 * textmodes/flyspell.el (flyspell-mode-map):
4842 Bind C-c $ instead of M-RET.
4843
719106a3
CY
48442006-11-10 Simon Marshall <simon@gnu.org>
4845
4846 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4847 fontification for "case" and "default" keywords.
4848
bf4c75a4
AS
48492006-11-10 Andreas Schwab <schwab@suse.de>
4850
174db3d3
JB
4851 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4852 Avoid starting sentence with "nil".
bf4c75a4 4853
0cf79a3b
JB
48542006-11-10 Juanma Barranquero <lekktu@gmail.com>
4855
4856 * server.el (server-raise-frame): New option.
4857 (server-switch-buffer): Use it.
4858
5938a663
NR
48592006-11-10 Nick Roberts <nickrob@snap.net.nz>
4860
4861 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4862 with a capital.
4863
d226567a
CD
48642006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
4865
3898854f 4866 * textmodes/org.el (org-show-hierarchy-above)
312d24fb 4867 (org-show-following-heading): Fix typo in default value.
3898854f 4868 (org-scan-tags): Make the search case-sensitive.
1585c4a6
CD
4869 (org-tags-sparse-tree): Don't overrule
4870 `org-show-following-heading' and `org-show-hierarchy-above'.
d226567a 4871 (org-reveal): New command.
312d24fb 4872 (org-show-context): Rename from `org-show-hierarchy-above'.
d226567a 4873 (org-fast-tag-selection-single-key): New option.
312d24fb 4874 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
d226567a
CD
4875 (org-tags-overlay): New variable.
4876 (org-agenda-todo-ignore-deadlines): New option.
3898854f
CD
4877 ("session"): Add circular data structure `org-mark-ring' to
4878 exceptions list in session.el.
d226567a
CD
4879 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4880 New options.
4881 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
312d24fb
SM
4882 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4883 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
d226567a
CD
4884 (org-finalize-agenda): Activate bracket links in agenda.
4885 (org-at-timestamp-p, org-at-date-range-p): Additional argument
4886 INACTIVE-OK.
312d24fb
SM
4887 (org-show-hierarchy-above, org-show-following-heading):
4888 List values allowed for fine-tuned configuration.
3898854f
CD
4889 (org-show-hierarchy-above): New argument CONTEXT, use the
4890 fine-tuned settings in `org-show-hierarchy-above' and
4891 `org-show-following-heading'.
d226567a 4892 (org-display-custom-time): New function.
312d24fb 4893 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
d226567a
CD
4894 (org-display-custom-times, org-time-stamp-custom-formats):
4895 (org-maybe-intangible): New macro.
312d24fb
SM
4896 (org-activate-bracket-links, org-hide-wide-columns):
4897 Use `org-maybe-intangible'.
d226567a
CD
4898 (org-open-file): Use `shell-quote-argument'.
4899 (org-display-internal-link-with-indirect-buffer): New option.
4900 (org-file-remote-p): Get regexp from list.
4901 (org-link-expand-abbrev): New function.
4902 (org-link-abbrev-alist): New option.
312d24fb
SM
4903 (org-open-at-point, org-cleaned-string-for-export):
4904 Call `org-link-expand-abbrev'.
d226567a
CD
4905 (org-timeline, org-agenda-list, org-todo-list)
4906 (org-tags-view): Remove the KEEP-MODES argument.
4907 (org-finalize-agenda-hook): New hook.
4908 (org-get-alist-option): New function.
4909 (org-follow-timestamp-link): New function.
4910 (org-open-at-point): Call `org-follow-timestamp-link'.
4911 (org-log-note-marker, org-log-note-purpose)
4912 (org-log-note-window-configuration): New variables.
312d24fb 4913 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
d226567a
CD
4914 (org-log-note-headings): New option.
4915 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4916 (org-store-link): Support for dired-mode.
4917 (org-open-file): Substitute environment variables into filename.
4918 (org-last): New defsubst.
4919 (org-agenda-re-align-tags): New function.
4920 (org-agenda-align-tags-to-column): New option.
4921 (org-agenda-timeline): Group removed.
4922 (org-prepare-agenda, org-prepare-agenda-buffers)
4923 (org-run-agenda-series, org-timeline, org-agenda-list)
4924 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4925 the text property inticating the agenda type.
4926 (org-agenda-post-command-hook): Get agenda type from text property
4927 at point.
312d24fb
SM
4928 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
4929 and obey `org-agenda-overriding-arguments'.
4930 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
d226567a 4931 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
312d24fb
SM
4932 (org-agenda-week-view, org-agenda-day-view):
4933 Use `org-agenda-overriding-arguments' to make updating work with
d226567a
CD
4934 multi-block agendas.
4935 (org-agenda-prefix-format): Allow different formats for the
4936 different agenda entry types.
3898854f
CD
4937 (org-timeline-prefix-format): Option removed, use
4938 `org-agenda-prefix-format' instead.
d226567a 4939 (org-prepare-agenda): New function.
3898854f
CD
4940 (org-select-timeline-window): Option removed, use
4941 `org-select-agenda-window' instead.
d226567a
CD
4942 (org-respect-restriction): Variable removed.
4943 (org-cmp-tag): New function.
312d24fb
SM
4944 (org-agenda-sorting-strategy, org-entries-lessp):
4945 Implement sorting by last tag.
d226567a
CD
4946 (org-complete): Better completion in in-buffer option lines.
4947 (org-in-item-p): New function.
312d24fb 4948 (org-org-menu): Add entries for checkboxes.
d226567a
CD
4949 (org-cycle): Extra brouping in outline-regexp, because it is used
4950 in a search with "^" prepended.
4951 (org-provide-checkbox-statistics): New option.
4952 (org-set-font-lock-defaults): Highlight checkbox statistics.
4953 (org-update-checkbox-count-maybe)
4954 (org-get-checkbox-statistics-face): New functions.
4955 (org-update-checkbox-count): New command.
312d24fb
SM
4956 (org-insert-item, org-toggle-checkbox):
4957 Call `org-update-checkbox-count-maybe'.
d226567a
CD
4958 (org-export-as-html): XEmacs compatibility for coding system.
4959 (org-force-cycle-archived): New command.
4960 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4961 overrules cycling.
4962 (org-fix-position-after-promote): If the line contains only a todo
4963 keyword, add a final space.
312d24fb
SM
4964 (org-promote-subtree, org-demote-subtree):
4965 Call `org-fix-position-after-promote'.
d226567a 4966
e5803d84
GM
49672006-11-10 Glenn Morris <rgm@gnu.org>
4968
19a73732
GM
4969 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4970 date in every year.
4971 (calendar-dst-check-each-year-flag): New customizable variable.
4972 (calendar-dst-find-data): New function, extracted from
4973 calendar-current-time-zone.
4974 (calendar-current-time-zone): Use calendar-dst-find-data.
4975 (calendar-dst-transition-cache): New variable.
4976 (calendar-dst-find-startend, calendar-dst-starts)
4977 (calendar-dst-ends): New functions.
4978 (calendar-daylight-savings-starts)
4979 (calendar-daylight-savings-ends): Change value to use
4980 calendar-dst-starts, calendar-dst-ends; respectively.
4981
e5803d84
GM
4982 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4983
9e21382c
GM
4984 * ido.el (ido-enable-prefix)
4985 * ses.el (ses-call-printer-return)
4986 * net/tramp.el (tramp-unified-filenames)
4987 * progmodes/cc-align.el (c-lineup-string-cont)
4988 * progmodes/compile.el (compilation-directory-matcher)
4989 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4990 * progmodes/gdb-ui.el (gdb-many-windows)
4991 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4992 (vhdl-clock-rising-edge)
4993 * textmodes/org.el (org-export-with-timestamps)
4994 (org-export-remove-timestamps-from-toc, org-export-with-tags)
4995 (org-read-date): Doc fix (Nil -> nil).
4996
65a0c81b
JD
49972006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4998
19a73732 4999 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
65a0c81b
JD
5000 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
5001
edf6fbc5
JB
50022006-11-10 Juanma Barranquero <lekktu@gmail.com>
5003
5004 * bs.el (bs--window-for-buffer): Remove.
5005 (bs--show-with-configuration): Use `get-window-with-predicate'
5006 instead of `bs--window-for-buffer'.
5007
52f9b751
KH
50082006-11-10 Kenichi Handa <handa@m17n.org>
5009
5010 * files.el (revert-buffer): Fix previous change.
5011
ce3ba12c
JB
50122006-11-09 Juanma Barranquero <lekktu@gmail.com>
5013
5014 * bs.el (bs--redisplay): Fix typo in docstring.
5015 (bs--window-config-coming-from): Make frame-local.
5016 (bs--restore-window-config): New function.
5017 (bs-kill, bs-select, bs-select-other-window)
5018 (bs-select-other-frame): Use it.
5019 (bs--window-for-buffer): Return as soon as a matching buffer is found.
5020 (bs--show-with-configuration): Save the window configuration as a
5021 frame local var, and only if *buffer-selection* is not already
5022 visible on this frame.
5023
8f65162b
CY
50242006-11-08 Chong Yidong <cyd@stupidchicken.com>
5025
5026 * vc-svn.el (vc-svn-admin-directory): New var.
5027 (vc-svn-registered, vc-svn-responsible-p)
5028 (vc-svn-repository-hostname): Use it.
5029 Suggested by arit93@yahoo.com.
5030
ce3ba12c 50312006-11-08 Juanma Barranquero <lekktu@gmail.com>
28b87bb9
JB
5032
5033 * ldefs-boot.el: Regenerate.
5034
6cb54822
AM
50352006-11-08 Alan Mackenzie <acm@muc.de>
5036
28b87bb9
JB
5037 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
5038 case (eq open-paren-in-column-0-is-defun-start nil) by searching
5039 for least nested open-paren.
6cb54822 5040
2403b96c
RF
50412006-11-08 Romain Francoise <romain@orebokech.com>
5042
5043 * subr.el (remove-overlays): Fix typo in last change.
5044
d6f5ac10
RS
50452006-11-08 Richard Stallman <rms@gnu.org>
5046
5047 * subr.el (remove-overlays): Call overlay-recenter.
5048
0695be6f
VJL
50492006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5050
5051 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5052 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
5053 behaviour.
5054 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
5055 directly.
5056
f8061cec
JB
50572006-11-08 Juanma Barranquero <lekktu@gmail.com>
5058
5059 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
5060 (ido-max-dir-file-cache, ido-decorations)
5061 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
5062 (ido-magic-backward-char, ido-enter-dired)
5063 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
5064 (ido-list-directory, ido-first-match, ido-only-match)
5065 (ido-subdir, ido-indicator): Fix typos in docstrings.
5066 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
5067 (ido-read-internal): Fix typo in error message.
5068
b2020e89
KH
50692006-11-08 Kenichi Handa <handa@m17n.org>
5070
312d24fb
SM
5071 * international/mule-cmds.el (set-default-coding-systems):
5072 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
b2020e89 5073
d5abc12c
JB
50742006-11-08 Juanma Barranquero <lekktu@gmail.com>
5075
5076 * makefile.w32-in (setwins): Remove.
5077 (WINS_ALMOST): New macro.
5078 (WINS): Use it.
5079 (autoloads): Don't extract autoloads from files in obsolete/.
5080
47eff51e
CY
50812006-11-07 Chong Yidong <cyd@stupidchicken.com>
5082
5083 * whitespace.el (whitespace-buffer): Call remove-overlays after
5084 overlay-recenter for performance. Suggested by Martin Rudalics.
5085
1d1c19ca
MA
50862006-11-07 Michael Albinus <michael.albinus@gmx.de>
5087
5088 * net/tramp.el (tramp-default-method): scp is the default method.
5089
18b8c421
JB
50902006-11-07 Juanma Barranquero <lekktu@gmail.com>
5091
5092 * server.el (server-start): Save also the Emacs pid in the server file.
5093
53a8eb2c
CD
50942006-11-07 Carsten Dominik <dominik@science.uva.nl>
5095
5096 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
5097 point when displaying a bibtex cross reference in the echo area.
5098
c8c9333c
JB
50992006-11-06 Juanma Barranquero <lekktu@gmail.com>
5100
3dd428fa
JB
5101 * international/mule.el (make-char): Fix typo in docstring.
5102 (load-with-code-conversion, charsetp): Doc fixes.
5103
c8c9333c
JB
5104 * international/ja-dic-cnv.el (skkdic-convert):
5105 * cus-edit.el (hook): Fix typo in docstring.
5106
42132792
CY
51072006-11-06 Chong Yidong <cyd@stupidchicken.com>
5108
5109 * cus-edit.el (custom-mode-map): Move defvar above code using it.
5110 (custom-mode-link-map): New variable.
5111 (custom-group-link, custom-manual): Use follow-link.
5112
f021dbca
RW
51132006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5114
5115 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
5116 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
5117
e5c12c7d
RS
51182006-11-06 Richard Stallman <rms@gnu.org>
5119
5120 * textmodes/flyspell.el (flyspell-correct-word-before-point):
5121 New function broken out of flyspell-correct-word.
5122 (flyspell-mode-map): Bind it to M-RET.
5123 (flyspell-correct-word): Call it.
5124
5125 * textmodes/fill.el (fill-minibuffer-function): New function.
5126 (fill-paragraph): Bind fill-paragraph-function to
5127 fill-minibuffer-function.
5128
5129 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
5130 so that they aren't undefined.
5131
5132 * dired.el (dired-readin): Locally bind file-name-coding-system.
5133
5134 * bindings.el: Shorten and clarify usual mode line mouse help string.
5135
5136 * Makefile.in (autoloads): Don't include `obsolete'.
5137
b734d8ea
CY
51382006-11-06 Chong Yidong <cyd@stupidchicken.com>
5139
5140 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5141 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
5142 Printing menu if it's not initialized.
5143 (pr-menu-bind): Act on menu-bar-file-menu directly.
5144
0b8f64bc
JB
51452006-11-06 Juanma Barranquero <lekktu@gmail.com>
5146
5147 * help.el (view-emacs-news): Fix typo in error message.
5148
5149 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
5150
5151 * shadowfile.el (shadow-define-regexp-group)
5152 (shadow-literal-groups, shadow-insert-var): Doc fixes.
5153 (shadow-read-files): Fix typo in message.
5154 (shadow-inhibit-overload, shadow-find, shadow-suffix)
5155 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
5156 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
5157 (shadow-file-match): Fix typos in docstrings.
5158
5159 * terminal.el (terminal-emulator): Fix typo in message.
5160
5161 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
5162
5163 * emacs-lisp/lselect.el (x-kill-primary-selection)
5164 (x-delete-primary-selection, x-copy-primary-selection):
5165 Fix typos in error messages.
5166
5167 * emulation/edt-mapper.el: Fix typo in interactive message.
5168
5169 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
5170
5171 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
5172 (ispell-help): Fix typos in docstrings.
5173 (ispell-help): Fix typo in output message.
5174
5175 * allout.el (allout-adjust-file-variable)
5176 (allout-passphrase-verifier-string)
5177 (allout-passphrase-hint-string)
5178 (allout-toggle-current-subtree-encryption):
5179 * apropos.el (apropos-synonyms):
5180 * cus-edit.el (hook):
5181 * emacs-lock.el (emacs-lock-from-exiting):
5182 * follow.el (follow-avoid-tail-recenter-p):
5183 * hexl.el (hexl-mode):
5184 * mouse-copy.el (mouse-copy-work-around-drag-bug):
5185 * mouse.el (mouse-set-font):
5186 * resume.el (resume-emacs-args-file):
5187 * rfn-eshadow.el (file-name-shadow-tty-properties):
5188 * t-mouse.el (t-mouse-process, t-mouse-mode):
5189 * emacs-lisp/cust-print.el (custom-print-install)
5190 (custom-print-uninstall, custom-format):
5191 * emacs-lisp/shadow.el (list-load-path-shadows):
5192 * emulation/tpu-edt.el (tpu-help-text)
5193 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
5194 (tpu-reset-control-keys):
5195 * emulation/vip.el (vip-emacs-local-map)
5196 (vip-change-mode-to-emacs):
5197 * emulation/viper.el (viper-mode, viper-set-hooks)
5198 (viper-major-mode-modifier-list):
5199 * emulation/viper-init.el (viper-emacs-state-cursor-color):
5200 * emulation/viper-keym.el (viper-emacs-kbd-map)
5201 (viper-toggle-key):
5202 * mail/feedmail.el (feedmail-queue-reminder)
5203 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
5204 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
5205 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
5206 (feedmail-sender-line, feedmail-force-binary-write)
5207 (feedmail-from-line, feedmail-deduce-envelope-from)
5208 (feedmail-x-mailer-line, feedmail-message-id-generator)
5209 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
5210 (feedmail-enable-spray, feedmail-spray-this-address)
5211 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
5212 (feedmail-queue-runner-confirm-global)
5213 (feedmail-ask-before-queue-prompt)
5214 (feedmail-ask-before-queue-reprompt)
5215 (feedmail-prompt-before-queue-standard-alist)
5216 (feedmail-prompt-before-queue-user-alist)
5217 (feedmail-prompt-before-queue-help-supplement)
5218 (feedmail-queue-use-send-time-for-message-id)
5219 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
5220 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
5221 (feedmail-mail-send-hook-queued)
5222 (feedmail-confirm-addresses-hook-example)
5223 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
5224 (feedmail-queue-runner-mode-setter)
5225 (feedmail-queue-alternative-mail-header-separator)
5226 (feedmail-queue-runner-message-sender)
5227 (feedmail-buffer-eating-function, feedmail-binmail-template)
5228 (feedmail-run-the-queue-no-prompts)
5229 (feedmail-run-the-queue-global-prompt)
5230 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
5231 (feedmail-envelope-deducer, feedmail-fiddle-date)
5232 (feedmail-default-message-id-generator)
5233 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
5234 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
5235 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
5236 (vms-pmail-setup):
5237 * play/dunnet.el (dun-help):
5238 * play/handwrite.el (handwrite):
5239 * play/hanoi.el (hanoi-unix-64):
5240 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
5241 * textmodes/enriched.el (fixed):
5242 * textmodes/org.el (org-file-apps)
5243 (org-emphasis-regexp-components, org-emphasis-alist):
5244 * textmodes/texinfmt.el (batch-texinfo-format):
5245 Fix typos in docstrings.
5246
cf0f58ba
JB
52472006-11-05 Juanma Barranquero <lekktu@gmail.com>
5248
5249 * loadhist.el (read-feature): Don't complete features not loaded
5250 from a file (which make `unload-feature' to fail).
5251
d52c204b
RS
52522006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
5253
5254 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
5255
ed58e877
CY
52562006-11-05 Chong Yidong <cyd@stupidchicken.com>
5257
5258 * startup.el (command-line-1): Kill emacs if the last frame is
5259 deleted while evaluating the command-line arguments.
5260
faefde36
RS
52612006-11-05 Richard Stallman <rms@gnu.org>
5262
5263 * startup.el (init-file-had-error): Add doc string.
cf0f58ba 5264 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
faefde36
RS
5265 Use fixed-width font for keyboard key descriptions.
5266
5267 * cus-edit.el (custom-save-all): Error if saving in .emacs
5268 and it had an error when loaded.
5269
5270 * dired-aux.el (dired-copy-file-recursive): Catch errors
5271 from recursive copies in the loop, around the recursive call.
5272
785428c7
RF
52732006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5274
5275 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
5276 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
5277 `/proc/acpi/thermal_zone/*'.
5278 (battery-search-for-one-match-in-files): New. Search a regexp in
5279 the content of some files.
5280
ec4ef174
EZ
52812006-11-05 Martin Rudalics <rudalics@gmx.at>
5282
107709d4
EZ
5283 * window.el (mouse-autoselect-window-now): Remove variable.
5284 (mouse-autoselect-window-state): New variable.
5285 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
5286 (mouse-autoselect-window-select, handle-select-window):
5287 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
5288 Suspend delayed autoselection during menu or popup dialog.
5289
ec4ef174
EZ
5290 * info-look.el (info-lookup-guess-custom-symbol): New function
5291 for retrieving symbol at point in custom buffers.
5292 (top level) <info-lookup-maybe-add-help>: Add backquote and
5293 comma to ignored characters in regexps of help specifications
5294 for emacs-lisp-mode and lisp-interaction-mode. This permits
5295 looking up symbols in `...' and after a comma. Add help
5296 specifications for custom-mode and help-mode.
5297
d3e1986f
EZ
52982006-11-04 Eli Zaretskii <eliz@gnu.org>
5299
5300 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
5301 Don't encode body if RAW is non-nil, or if the old encoding is
5302 identical to the new encoding, or if the body contains only
5303 eight-bit-* characters.
5304
d0974190 53052006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1b2b8998 5306
312d24fb 5307 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
1b2b8998
EZ
5308 (faces-sample-overlay): Remove variable.
5309 (describe-face): Insert sample text in the face being described.
5310
113fa448
EZ
53112006-11-04 Martin Rudalics <rudalics@gmx.at>
5312
5313 * whitespace.el (whitespace-indent-regexp): Make this match any
5314 multiples of eight spaces near the beginning of a line.
d0974190 5315 (whitespace-buffer): Use `remove-overlays' instead of
113fa448
EZ
5316 `whitespace-unhighlight-the-space' and `overlay-recenter' to
5317 speed up overlay handling.
312d24fb
SM
5318 (whitespace-buffer-leading, whitespace-buffer-trailing):
5319 Make these functions highlight the text removed by
113fa448
EZ
5320 `whitespace-buffer-leading-cleanup' and
5321 `whitespace-buffer-trailing-cleanup' respectively.
312d24fb
SM
5322 (whitespace-buffer-search): Use `with-local-quit'.
5323 Move `format' out of loop to speed up scanning larger buffers.
113fa448
EZ
5324 (whitespace-unhighlight-the-space): Remove `remove-hook' since
5325 that function is never added to a hook.
5326 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
5327 (whitespace-buffer-leading-cleanup)
5328 (whitespace-refresh-rescan-list): Fix docstrings.
5329
615b1c61
KS
53302006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
5331
5332 * allout.el (allout-during-yank-processing): Cue for inhibiting
5333 aberrance processing during yanks.
5334 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
5335 the amount of yanked topics that can be aberrant.
5336 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
5337 a function, and supplement with inihibition of doublechecking
5338 during yanks.
5339 (allout-beginning-of-line, allout-next-heading)
5340 (allout-previous-heading, allout-goto-prefix-doublechecked)
5341 (allout-back-to-current-heading, allout-next-visible-heading)
5342 (allout-next-sibling): Use new allout-do-doublecheck function.
5343 (allout-next-sibling): Ensure we made progress when returning
5344 other than nil.
5345 (allout-rebullet-heading): Preserve text property annotations
5346 indicating the text was hidden, if it was.
5347 (allout-kill-line): Remove any added was-hidden annotations.
5348 (allout-kill-topic): Remove any added was-hidden annotations.
5349 (allout-annotate-hidden): Inhibit adding was-hidden text
5350 properties to the undo list.
5351 (allout-deannotate-hidden): New function to remove was-hidden
5352 annotation.
5353 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
312d24fb 5354 (allout-remove-exposure-annotation): Replace by
615b1c61
KS
5355 allout-deannotate-hidden.
5356 (allout-yank-processing): Signal that yank processing is happening
5357 with allout-during-yank-processing. Also, wrap
5358 allout-unprotected's closer to the text changes, for easier
5359 debugging. We need to inhibit-field-text-motion explicitly, in
5360 lieu of the encompassing allout-unprotected.
5361 (outlineify-sticky): Adjust criteria for triggering new outline
5362 decorations to presence or absence of any topics, not just a topic
5363 at the beginning of the buffer.
5364
9c92edca
JB
53652006-11-03 Juanma Barranquero <lekktu@gmail.com>
5366
5367 * bs.el (bs--show-all, bs--redisplay):
5368 * cus-edit.el (custom-unlispify-menu-entries)
5369 (custom-unlispify-tag-names, custom-prompt-variable):
5370 * expand.el (expand-pos):
5371 * speedbar.el (speedbar-generic-list-tag-p):
5372 * wid-edit.el (widget-image-enable):
5373 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
5374 * emacs-lisp/find-func.el (find-function-noselect)
5375 (find-function, find-variable-noselect, find-variable)
5376 (find-definition-noselect, find-face-definition):
5377 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
5378 * net/eudc-vars.el (eudc-expansion-overwrites-query):
5379 * progmodes/ada-xref.el (ada-find-in-ali):
5380 * textmodes/flyspell.el (flyspell-check-tex-math-command):
5381 * textmodes/org.el (org-copy-subtree):
5382 * textmodes/table.el (table--row-column-insertion-point-p):
5383 Use "non-nil" in docstrings.
5384
53852006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
5386
5387 * sort.el (sort-columns): Set the field separator to tab; on
5388 NetBSD, sort complains if "\n" is used as field separator.
5389
53902006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
5391
5392 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
030d1efe 5393
757e1681
SM
53942006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5395
5396 * server.el (server-auth-key): Remove. Replace by a process-property.
5397 (server-start): Don't remove the file of the previous process, but
5398 instead clear out the place for the new file.
5399 (server-start): Set the :auth-key property.
5400 (server-process-filter): Use the :auth-key property.
5401
661ca46f
CD
54022006-11-02 Carsten Dominik <dominik@science.uva.nl>
5403
5404 * textmodes/org.el (org-mode-map): No longer copy
5405 `outline-mode-map' explicitly - this is already done by
5406 `define-derived-mode'.
5407
95eefb35
JB
54082006-11-02 Juanma Barranquero <lekktu@gmail.com>
5409
5410 * server.el (server-visit-files): Use `when'.
5411 (server-process-filter): When authentication fails, send error
5412 message to client. Wrap `process-send-region' in `ignore-errors'
5413 instead of `condition-case', and remove misleading comment.
5414
ac65be04
JL
54152006-11-01 Juri Linkov <juri@jurta.org>
5416
5417 * simple.el (yank): Doc fix.
5418
b7621225
SM
54192006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5420
5421 * server.el: Try and fit within 80 columns.
5422 (server-start): Make the auth file unreadable by other users.
5423
5c79f850
CY
54242006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5425
5426 * battery.el (battery-linux-proc-acpi): Prevent range error when
5427 `full-capacity' is 0.
5428
d0974190 54292006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
3cd2b59f 5430
f146cbb0 5431 * faces.el (faces-sample-overlay): New defvar.
d4fa60c8
KS
5432 (faces-sample-overlay): New function to show face sample text.
5433 (describe-face): Use it.
3cd2b59f 5434
ecc54057
JB
54352006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
5436
5437 * progmodes/ada-stmt.el: Change maintainer, apply
5438 whitespace-cleanup, checkdoc.
5439 (ada-func-or-proc-name): Add doc string.
5440
5441 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
5442 whitespace-cleanup, checkdoc. Minor improvements to many doc
5443 strings and comments.
5444 (ada-prj-display-page): Change buffer name to more accurately
5445 reflect function.
5446
5447 * progmodes/ada-xref.el: Change maintainer, apply
5448 whitespace-cleanup, checkdoc. Minor improvements to many doc
5449 strings and comments. Don't look for `gvd' or `ddd' debuggers.
5450 (ada-compile-current): Don't add newlines to commands.
5451
337e3c70
JB
54522006-10-31 Juanma Barranquero <lekktu@gmail.com>
5453
5454 * server.el: Add support for TCP sockets.
5455 (server-use-tcp, server-host, server-auth-dir): New options.
5456 (server-auth-key): New variable.
d4fa60c8
KS
5457 (server-ensure-safe-dir): Create nonexistent parent dirs.
5458 Ignore Unix-style file modes on Windows.
337e3c70
JB
5459 (server-start): Crete a TCP or Unix socket according to the value
5460 of `server-use-tcp'. For TCP sockets, create the id/auth file in
5461 `server-auth-dir' directory.
5462 (server-process-filter): Delete process if authentication
5463 fails (which never happens for Unix sockets).
5464
2d1dd54d
DK
54652006-10-30 David Kastrup <dak@gnu.org>
5466
5467 * subr.el (add-to-list): Don't continue checking if a match has
5468 been found.
5469
024ccae3
CY
54702006-10-30 Chong Yidong <cyd@stupidchicken.com>
5471
5472 * tutorial.el: Move defvars to avoid bytecomp warnings.
5473 (tutorial--find-changed-keys): Check if viper-current-state is
5474 bound before using it.
5475 (help-with-tutorial): Check if viper-tutorial is defined before
5476 using it.
5477
6db93af0
CY
54782006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
5479
312d24fb 5480 * help-fns.el (help-with-tutorial): Move to tutorial.el.
6db93af0
CY
5481
5482 * tutorial.el: New file.
312d24fb 5483 (help-with-tutorial): Move here from help-fns.el. Added help for
6db93af0
CY
5484 rebound keys. Fixed resume of tutorial.
5485 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
5486 (tutorial--find-changed-keys, tutorial--display-changes)
5487 (tutorial--saved-dir, tutorial--saved-file)
5488 (tutorial--save-tutorial): New functions to support the changes in
5489 help-with-tutorial.
5490
e1ee3b54
KH
54912006-10-30 Kenichi Handa <handa@m17n.org>
5492
5493 * files.el (revert-buffer): If a unibyte buffer is being reverted
5494 with a coding system for multibyte, set buffer multibyte before
5495 calling insert-file-contents.
5496
7acc677b
SM
54972006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5498
5499 * server.el (server-select-display): Use a dummy buffer to detect when
5500 the frame is later used.
5501 (server-select-display): New function.
5502 (server-process-filter): Use it to detect unused temp frames.
5503
ecc54057 55042006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
5d1b4ae3
JB
5505
5506 * progmodes/ada-mode.el: Change maintainer, apply
7acc677b 5507 whitespace-clean, checkdoc. Minor improvements to many doc strings.
5d1b4ae3
JB
5508 (ada-mode-version): New function.
5509 (ada-create-menu): Menu operations are available for all supported
5510 compilers.
5511
8e7225a2 55122006-10-29 Lars Hansen <larsh@soem.dk>
d4fa60c8
KS
5513
5514 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
5515 Highlight as keyword.
8e7225a2
LH
5516 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
5517 Don't call tramp-method-out-of-band-p for local files.
5518 (tramp-touch): Quote file name.
5519
3f9a75cd
GM
55202006-10-28 Glenn Morris <rgm@gnu.org>
5521
5522 * calendar/calendar.el (cal-html-cursor-month)
5523 (cal-html-cursor-year): Add autoloads for this new package.
7acc677b 5524 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
3f9a75cd 5525
d57727c9 55262006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
3f9a75cd
GM
5527
5528 * calendar/cal-html.el: New file.
5529
c0b1307a
CY
55302006-10-28 Chong Yidong <cyd@stupidchicken.com>
5531
5532 * emacs-lisp/authors.el (authors-aliases): Update.
5533
f6b88dd6
CY
55342006-10-27 Chong Yidong <cyd@stupidchicken.com>
5535
5536 * version.el (emacs-version): Bump version number to 22.0.90.
5537
d32f600d
CY
55382006-10-26 John W. Eaton <jwe@octave.org>
5539
5540 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
5541 New defvar.
5542 (inferior-octave-resync-dirs): Check to see whether Octave has
5543 built-in variables and set inferior-octave-has-built-in-variables.
5544 Check inferior-octave-has-built-in-variables to decide whether to
5545 send commands that set built-in variables or call functions to
5546 change Octave's behavior.
5547 Send "disp (pwd ())" to Octave instead of just "pwd".
5548 (inferior-octave-startup): Send "more off" to Octave instead of
5549 "page_screen_output = 0".
5550
bec9dc7b
CY
55512006-10-26 Chong Yidong <cyd@stupidchicken.com>
5552
5553 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
5554 pattern normally.
5555
7a1658df
NR
55562006-10-26 Nick Roberts <nickrob@snap.net.nz>
5557
5558 * bindings.el (mode-line-mode-menu): Remove bindings for global
5559 minor modes (line/column number) as they are on the menubar.
5560
f656bdd2
JB
55612006-10-25 Juanma Barranquero <lekktu@gmail.com>
5562
40dfee6f
JB
5563 * term/w32-win.el (x-handle-name-switch): Doc fix.
5564 (w32-standard-fontset-spec): Fix typo in docstring.
5565
f656bdd2
JB
5566 * midnight.el (midnight-buffer-display-time): Doc fix.
5567 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5568
d3e3f789
NR
55692006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
5570
5571 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5572
5573 * viper-ex.el (ex-read): Quote file argument.
5574
5575 * ediff-diff.el (ediff-same-file-contents): Expand file names.
5576
5577 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5578
113fa448 55792006-10-22 Martin Rudalics <rudalics@gmx.at>
081ff0c9 5580
f656bdd2
JB
5581 * textmodes/flyspell.el (flyspell-check-region-doublons):
5582 Fix last fix.
081ff0c9 5583
6440f303
NR
55842006-10-23 Nick Roberts <nickrob@snap.net.nz>
5585
5586 * bindings.el (mode-line-mode-menu): List global minor modes
5587 before local ones.
5588
cbfe778a
KS
55892006-10-23 Kim F. Storm <storm@cua.dk>
5590
5591 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5592 (sit-for): If last command was a prefix arg, add the read-ahead
5593 event to unread-command-events as (t . EVENT) so it will be added
5594 to this-command-keys by read-key-sequence.
5595
113fa448 55962006-10-22 Martin Rudalics <rudalics@gmx.at>
224ca9c9 5597
6b8aed24
CY
5598 * textmodes/flyspell.el (flyspell-word): Skip past all previous
5599 whitespace when checking doublons.
5600 (flyspell-check-region-doublons): Fix doublon regexp.
5601 (flyspell-highlight-incorrect-region): Highlight doublons using
5602 flyspell-duplicate face.
5603
224ca9c9
CY
5604 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5605
7a338bef
JW
56062006-10-22 John Wiegley <johnw@newartisans.com>
5607
5608 * progmodes/python.el (python-use-skeletons): python-mode was
5609 auto-inserting templates (for those with abbrev-mode on), not only
5610 by default -- *but without a configuration variable to disable
5611 it*. This rendered python-mode completely useless for me, so I
5612 have added `python-use-skeletons', which is now off by default.
5613
f453f5a8
CY
56142006-10-22 Chong Yidong <cyd@stupidchicken.com>
5615
5616 * progmodes/cperl-mode.el (cperl-mode): Don't assume
5617 font-lock-multiline is auto-local (it's not).
5618 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5619 initialized before calling cperl-init-faces.
5620
df5d417a
NR
56212006-10-22 Nick Roberts <nickrob@snap.net.nz>
5622
dead60da
NR
5623 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5624 gdb-stack-position a value when there is no fringe.
5625
df5d417a
NR
5626 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5627 indicator if not visiting a file.
5628
f5da083e
DK
56292006-10-20 David Kastrup <dak@gnu.org>
5630
5631 * window.el (kill-buffer-and-window): Fix a bug where an aborted
5632 operation would still cause some window to collapse later.
5633
bc8c1bb4
SM
56342006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5635
5ce51a98
SM
5636 * vc.el (vc-switch-backend): Try to be more careful with unwanted
5637 side-effect due to mixing various backends's file properties.
5638
bc8c1bb4
SM
5639 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5640 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
5641 Return `filename's status if applicable. Update callers.
5642
2b192902
KH
56432006-10-19 Kenichi Handa <handa@m17n.org>
5644
5645 * international/kkc.el (kkc-region): When a key sequence is not
5646 defined, append (this-single-command-raw-keys) to
5647 unread-input-method-events.
5648
ca42cf77
JB
56492006-10-19 Juanma Barranquero <lekktu@gmail.com>
5650
5651 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5652
045b1908
YM
56532006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5654
5655 * version.el (emacs-version): Use mac-carbon-version-string.
5656
5657 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5658
1df04e22
JD
56592006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5660
dbf284be
JB
5661 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5662 Kenichi Handa).
1df04e22
JD
5663 (xselect-convert-to-string): Decline requests for UTF8_STRING if
5664 the selection is not UTF-8.
5665
704ec54b
JB
56662006-10-18 Juanma Barranquero <lekktu@gmail.com>
5667
5668 * progmodes/ada-mode.el (ada-83-string-keywords)
5669 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5670 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5671 (ada-looking-at-semi-private, ada-get-body-name):
5672 Fix typos in docstrings.
5673 (ada-create-case-exception, ada-create-case-exception-substring):
5674 Fix typos in error messages.
5675 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5676
26e32839
JD
56772006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5678
5679 * term/x-win.el (res-geometry): Don't set geometry from Xresources
5680 to default-frame-alist if default-frame-alist already contains
704ec54b 5681 width/height.
26e32839 5682
5a05106b
RS
56832006-10-18 Richard Stallman <rms@gnu.org>
5684
5685 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5686 Non-interactive arg is the value, not the expression.
704ec54b 5687
5a05106b
RS
5688 * simple.el (read-expression-map): Just set it, no defvar.
5689
5690 * subr.el (insert-for-yank-1): If last inserted char has
5691 properties, mark them as rear-nonsticky.
5692
5693 * recentf.el (recentf-mode): Doc fix.
5694
5695 * facemenu.el (facemenu-add-new-face): Defend against symbol
5696 that isn't a face name.
5697
5698 * dired-aux.el (dired-do-copy): Doc fix.
5699
ac6701ea
CY
57002006-10-18 Chong Yidong <cyd@stupidchicken.com>
5701
29d890fe 5702 * simple.el (line-move-1): Ignore fields when moving to the
ac6701ea
CY
5703 beginning of line to avoid getting point stuck.
5704
15d8dc8b
CY
57052006-10-18 Martin Rudalics <rudalics@gmx.at>
5706
bc8c1bb4
SM
5707 * textmodes/flyspell.el (flyspell-word-search-backward):
5708 Set inhibit-point-motion-hooks to avoid looping due to intangibile
15d8dc8b
CY
5709 text.
5710
5a05106b
RS
57112006-10-16 Richard Stallman <rms@gnu.org>
5712
5713 * help-fns.el (describe-function-1): Special case optimization
5714 for self-insert-command.
5715
80f6025c
KS
57162006-10-16 Kim F. Storm <storm@cua.dk>
5717
5718 * ido.el (ido-reread-directory): Work in `dir' mode too.
5719
704ec54b 57202006-10-15 Martin Rudalics <rudalics@gmx.at>
63c2b8f4
KS
5721
5722 * textmodes/table.el: Require 'regexp-opt.
5723
534e8a33
KS
57242006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
5725
5726 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5727 Use shell-quote-argument.
5728
5729 * shell.el (explicit-bash-args): Likewise.
5730
5731 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5732 Use grep -E rather than egrep.
5733
c5ae0305
KS
57342006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5735
5736 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5737
7dc9c189
KS
57382006-10-15 Kim F. Storm <storm@cua.dk>
5739
5740 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5741
65b4263f
EZ
57422006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5743
5744 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5745 to protect whitespace and metacharacters from the shell.
5746
c6b19225
EZ
57472006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5748
704ec54b 5749 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
c6b19225 5750
3f73d221
EZ
57512006-10-13 Eli Zaretskii <eliz@gnu.org>
5752
5753 * subr.el (start-process-shell-command): Doc fix.
5754
53bc2a31
EZ
57552006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
5756
5757 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5758 the regexp for Maxima symbols.
5759
43621386
SM
57602006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5761
5762 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5763 (vc-find-root): Don't walk higher up than ~.
5764
d81608e0
CY
57652006-10-12 Chong Yidong <cyd@stupidchicken.com>
5766
43621386
SM
5767 * international/utf-8.el (utf-translate-cjk-load-tables):
5768 Avoid clobbering last-coding-system-used during load.
d81608e0 5769
5c786047
CD
57702006-10-12 Carsten Dominik <dominik@science.uva.nl>
5771
704ec54b
JB
5772 * textmodes/reftex-global.el (reftex-create-tags-file):
5773 Quote file arguments.
5c786047 5774
563964ae
RS
57752006-10-12 Richard Stallman <rms@gnu.org>
5776
5777 * files.el (file-name-history): Add defvar.
5778 (save-some-buffers-action-alist): Improve description strings.
5779
c595fad9
AS
57802006-10-12 Andreas Schwab <schwab@suse.de>
5781
5782 * files.el (auto-mode-alist): Match change log file name also with
5783 a dash before a numeric extension.
5784
43621386 57852006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
9968f10f
SM
5786
5787 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5788 After 5.0:
43621386
SM
5789 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5790
5791 After 5.1: Major edit. Summary of most visible changes:
5792
5793 - Multiple <<HERE per line allowed.
5794 - Handles multiline subroutine declaration headers (with comments).
5795 (The exception is `cperl-etags' - but it is not used in the rest
5796 of the mode.)
5797 - Fontifies multiline my/our declarations (even with comments,
5798 and with legacy `font-lock').
5799 - Major speedup of syntaxification, both immediate and postponed
5800 (3.5x to 15x [for different CPUs and versions of Emacs] on the
5801 huge real-life document I tested).
5802 - New bindings, edits to imenu.
5803 - "_" is made into word-char during fontification/syntaxification;
5804 some attempts to recognize non-word "_" during other operations too.
5805 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5806 - autoload some more perldoc-related stuff
5807 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5808 - Attempt to incorporate XEmacs edits which reached me.
5809
5810 Fine-grained changelog:
5811 (cperl-hook-after-change): New configuration variable.
5812 (cperl-vc-sccs-header): Likewise.
5813 (cperl-vc-sccs-header): Likewise.
5814 (cperl-vc-header-alist): Default via two preceding variables.
5815 (cperl-invalid-face): Remove double quoting under XEmacs
5816 (still needed under 21.2).
5817 (cperl-tips): Update URLs for resources.
5818 (cperl-problems): Likewise.
5819 (cperl-praise): Mention new features.
5820 New C-c key bindings: for `cperl-find-bad-style',
9968f10f 5821 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
43621386 5822 `cperl-perdoc', and `cperl-perldoc-at-point'.
1a408ced 5823 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
9968f10f 5824 moved, new submenu of Tools with Ispell entries and narrowing.
43621386
SM
5825 (cperl-after-sub-regexp): New defsubst.
5826 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5827 Allows heads up to head4.
5828 Allow "package;".
5829 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5830 (paren-backwards-message): ??? Something for XEmacs???
5831 (cperl-mode): Never auto-switch abbrev-mode off.
5832 Try to allow '_' be non-word char.
5833 Do not use `font-lock-unfontify-region-function' on XEmacs.
5834 Reset syntax cache on mode start.
5835 Support multiline facification (even on legacy `font-lock').
5836 (cperl-facemenu-add-face-function): ??? Some contributed code ???
5837 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5838 refuse to inform us whether the fontification is due to lazy
5839 calling or due to edit to a buffer, install our own hook
5840 (controlled by `cperl-hook-after-change').
5841 (cperl-electric-pod): =cut may have been recognized as start.
5842 (cperl-block-p): Move, updatedfor attributes.
5843 (cperl-calculate-indent): Try to allow '_' be non-word char
5844 Support subs with attributes.
1a408ced
JB
5845 (cperl-where-am-i): Quiet (?) a warning.
5846 (cperl-cached-syntax-table): New function.
43621386
SM
5847 (cperl-forward-re): Use `cperl-cached-syntax-table'.
5848 (cperl-unwind-to-safe): Recognize `syntax-type' property
5849 changing in a middle of line.
5850 (cperl-find-sub-attrs): New function.
5851 (cperl-find-pods-heres): Allow many <<EOP per line.
5852 Allow subs with attributes.
5853 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5854 Recognize "extproc " (OS/2) case-folded and only at start.
5855 /x on s///x with empty replacement was not recognized.
5856 Better comments.
5857 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5858 Allow subs with attributes, labels.
5859 Do not confuse "else::foo" with "else".
5860 Minor optimizations...
5861 (cperl-after-expr-p): Try to allow '_' be non-word char.
5862 (cperl-fill-paragraph): Try to detect a major bug in Emacs
5863 with `looking-at' inside `narrow' and bulk out if found.
5864 (cperl-imenu--create-perl-index): Updates for new
5865 `cperl-imenu--function-name-regexp-perl'.
5866 (cperl-outline-level): Likewise.
5867 (cperl-init-faces): Allow multiline subroutine headers
5868 and my/our declarations, and ones with comments.
5869 Allow subroutine attributes.
5870 (cperl-imenu-on-info): Better docstring.
5871 (cperl-etags): Rudimentary support for attributes.
5872 Support for packages and "package;".
5873 (cperl-add-tags-recurse-noxs): Better (?) docstring.
5874 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5875 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5876 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5877 (cperl-perldoc): Add autoload.
5878 (cperl-perldoc-at-point): Likewise.
5879 (cperl-here-doc-spell): New function.
5880 (cperl-pod-spell): Likewise.
5881 (cperl-map-pods-heres): Likewise.
5882 (cperl-get-here-doc-region): Likewise.
5883 (cperl-font-lock-fontify-region-function): Likewise (backward
5884 compatibility for legacy `font-lock').
5885 (cperl-font-lock-unfontify-region-function): Fix style.
5886 (cperl-fontify-syntaxically): Recognize and optimize away deferred
5887 calls with no-change. Governed by `cperl-hook-after-change'.
5888 (cperl-fontify-update): Recognize that syntaxification region
5889 can be larger than fontification one.
5890 XXXX we leave `cperl-postpone' property, so this is quadratic...
5891 (cperl-fontify-update-bad): Temporary placeholder until
9968f10f 5892 it is clear how to implement `cperl-fontify-update'.
43621386
SM
5893 (cperl-time-fontification): New function.
5894 (attrib-group): New text attribute.
5895 (multiline): New value: `syntax-type' text attribute.
9968f10f
SM
5896
5897 After 5.2:
43621386
SM
5898 (cperl-emulate-lazy-lock): New function.
5899 (cperl-fontify-syntaxically): Would skip large regions.
5900 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5901 Some globals were declared, but uninitialized.
9968f10f
SM
5902
5903 After 5.3, 5.4:
43621386 5904 (cperl-facemenu-add-face-function): Add docs, fix U<>.
9968f10f 5905 Copyright message updated.
43621386
SM
5906 (cperl-init-faces): Work around a bug in `font-lock'. May slow
5907 facification down a bit.
5908 Misprint for my|our|local for old `font-lock'
5909 "our" was not fontified same as "my|local".
5910 Highlight variables after "my" etc even in
5911 a middle of an expression.
5912 Do not facify multiple variables after my etc
5913 unless parentheses are present.
9968f10f
SM
5914
5915 After 5.5, 5.6
43621386
SM
5916 (cperl-fontify-syntaxically): after-change hook could reset.
5917 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
9968f10f
SM
5918
5919 After 5.7:
43621386
SM
5920 (cperl-init-faces): Allow highlighting of local ($/).
5921 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5922 (cperl-problems): Remove fixed problems.
5923 (cperl-find-pods-heres): Recognize #-comments in m##x too.
5924 Recognize charclasses (unless delimiter is \).
5925 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5926 (cperl-regexp-scan): Update docs.
5927 (cperl-beautify-regexp-piece): Use information got from regexp scan.
9968f10f
SM
5928
5929 After 5.8:
5930 Major user visible changes:
5931 Recognition and fontification of character classes in RExen.
43621386
SM
5932 Variable indentation of RExen according to groups.
5933
5934 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5935 Fontify REx charclasses in variable-name face.
5936 Fontify POSIX charclasses in "type" face.
5937 Fontify unmatched "]" in function-name face.
5938 Mark first-char of HERE-doc as `front-sticky'.
5939 Reset `front-sticky' property when needed.
5940 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5941 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5942 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5943 constructs. Support `narrow'ed buffers.
5944 (cperl-praise): Remove a reservation.
5945 (cperl-make-indent): New function.
5946 (cperl-indent-for-comment): Use `cperl-make-indent'.
5947 (cperl-indent-line): Likewise.
5948 (cperl-lineup): Likewise.
5949 (cperl-beautify-regexp-piece): Likewise.
5950 (cperl-contract-level): Likewise.
5951 (cperl-toggle-set-debug-unwind): New function.
5952 New menu entry for this.
5953 (fill-paragraph-function): Use when `boundp'.
5954 (cperl-calculate-indent): Take into account groups when indenting RExen.
5955 (cperl-to-comment-or-eol): Recognize # which end a string.
5956 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5957 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5958 (cperl-fontify-syntaxically): More clear debugging message.
5959 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5960 (cperl-init-faces): More complicated highlight even on XEmacs (new).
5961 Merge cosmetic changes from XEmacs.
9968f10f
SM
5962
5963 After 5.9:
43621386
SM
5964 (cperl-1+): Move to before the first use.
5965 (cperl-1-): Likewise.
9968f10f
SM
5966
5967 After 5.10:
5968
bc8c1bb4 5969 This code may lock Emacs hard!!! Use at your own risk!
9968f10f 5970
43621386
SM
5971 (cperl-font-locking): New internal variable.
5972 (cperl-beginning-of-property): New function.
5973 (cperl-calculate-indent): Use `cperl-beginning-of-property'
5974 instead of `previous-single-property-change'.
5975 (cperl-unwind-to-safe): Likewise.
5976 (cperl-after-expr-p): Likewise.
5977 (cperl-get-here-doc-region): Likewise.
5978 (cperl-font-lock-fontify-region-function): Likewise.
5979 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5980 recursively.
5981 Bound `next-single-property-change' via `point-max'.
5982 (cperl-unwind-to-safe): Bound likewise
bc8c1bb4 5983 (cperl-font-lock-fontify-region-function): Likewise.
43621386
SM
5984 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5985 Initialization of `cperl-font-lock-multiline-start' could be
5986 missed if the "main" fontification did not run due to the
5987 keyword being already fontified.
5988 (cperl-pod-spell): Return t from do-one-chunk function.
5989 (cperl-map-pods-heres): Stop when the worker returns nil.
5990 Call `cperl-update-syntaxification'.
5991 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5992 (cperl-get-here-doc-delim): Remove unused function.
9968f10f
SM
5993
5994 After 5.11:
5995
43621386 5996 The possible lockup of Emacs (introduced in 5.10) fixed.
9968f10f 5997
43621386
SM
5998 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5999 (cperl-syntaxify-for-menu): New customization variable.
6000 (cperl-select-this-pod-or-here-doc): New function.
6001 (cperl-get-here-doc-region): Extra argument.
6002 Do not adjust pos by 1.
9968f10f 6003
43621386
SM
6004 New menu entries
6005 (Perl/Tools): Selection of current POD or HERE-DOC section.
6006 (Debugging CPerl:) backtrace on fontification.
9968f10f
SM
6007
6008 After 5.12:
43621386
SM
6009 (cperl-cached-syntax-table): Use `car-safe'.
6010 (cperl-forward-re): Remove spurious argument SET-ST.
6011 Add documentation.
6012 (cperl-forward-group-in-re): New function.
6013 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
6014 (XXXX Temporary (?) hack is to syntax-mark them as comment).
9968f10f
SM
6015
6016 After 5.13:
43621386 6017 (cperl-string-syntax-table): Make { and } not-grouping
9968f10f
SM
6018 (Sometimes they ARE grouping in RExen, but matching them would only
6019 confuse in many situations when they are not)
d367ab1f 6020 (beginning-of-buffer): Replace two occurrences with goto-char...
43621386
SM
6021 (cperl-calculate-indent): `char-after' could be nil...
6022 (cperl-find-pods-heres): REx can start after "[" too.
6023 Hightlight (??{}) in RExen too.
6024 (cperl-maybe-white-and-comment-rex): New constant
6025 (cperl-white-and-comment-rex): Likewise.
6026 XXXX Not very efficient, but hard to make
6027 better while keeping 1 group.
9968f10f
SM
6028
6029 After 5.13:
43621386
SM
6030 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
6031 Likewise for 1 << identifier.
9968f10f
SM
6032
6033 After 5.14:
43621386
SM
6034 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
6035 Error-less condition-case could fail.
6036 (cperl-font-lock-fontify-region-function): Likewise.
6037 (cperl-init-faces): Likewise.
9968f10f
SM
6038
6039 After 5.15:
43621386
SM
6040 (cperl-find-pods-heres): Support property REx-part2.
6041 (cperl-calculate-indent): Likewise.
6042 Don't special-case REx with non-empty 1st line.
6043 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
6044 Invert highlighting of charclasses:
6045 now the envelop is highlighted.
6046 Highlight many others 0-length builtins.
6047 (cperl-praise): Mention indenting and highlight in RExen.
9968f10f
SM
6048
6049 After 5.15:
43621386 6050 (cperl-find-pods-heres): Highlight capturing parens in REx.
9968f10f
SM
6051
6052 After 5.16:
43621386
SM
6053 (cperl-find-pods-heres): Highlight '|' for alternation
6054 Initialize `font-lock-warning-face' if not present.
6055 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
6056 `font-lock-function-name-face'.
6057 (cperl-look-at-leading-count): Likewise.
6058 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
6059 `font-lock-keyword-face' (needed for
6060 batch processing), etc...
6061 Use `font-lock-builtin-face' for builtin in REx
6062 Now `font-lock-variable-name-face'
6063 is used for interpolated variables
6064 Use "talking aliases" for faces inside REx
6065 Highlight parts of REx (except in charclasses)
6066 according to the syntax and/or semantic
6067 Syntax-mark a {}-part of (?{}) as "comment"
6068 (it was the ()-part)
6069 Better logic to distinguish what is what in REx
6070 (cperl-tips-faces): Document REx highlighting
6071 (cperl-praise): Mention REx syntax highlight etc.
9968f10f
SM
6072
6073 After 5.17:
43621386
SM
6074 (cperl-find-sub-attrs): Would not always manage to print error message.
6075 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
9968f10f
SM
6076
6077 After 5.18:
43621386
SM
6078 (cperl-find-pods-heres): Misprint in REx for parsing REx.
6079 Very minor optimization.
6080 `my-cperl-REx-modifiers-face' got quoted.
6081 Recognize "print $foo <<END" as HERE-doc.
6082 Put `REx-interpolated' text attribute if needed.
6083 (cperl-invert-if-unless-modifiers): New function.
6084 (cperl-backward-to-start-of-expr): Likewise.
6085 (cperl-forward-to-end-of-expr): Likewise.
6086 (cperl-invert-if-unless): Works in "the opposite way" too.
6087 Cursor position on return is on the switch-word.
6088 Indents comments better.
6089 (REx-interpolated): New text attribute.
6090 (cperl-next-interpolated-REx): New function.
6091 (cperl-next-interpolated-REx-0): Likewise.
6092 (cperl-next-interpolated-REx-1): Likewise.
1a408ced 6093 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
43621386
SM
6094 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
6095 (cperl-praise): Mention finded interpolated RExen.
9968f10f
SM
6096
6097 After 5.19:
43621386
SM
6098 (cperl-init-faces): Highlight %$foo, @$foo too.
6099 (cperl-short-docs): Better docs for system, exec.
6100 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
6101 Would not find HERE-doc ended by EOF without NL.
6102 (cperl-short-docs): Correct not-doubled \-escapes.
6103 start block: Put some `defvar' for stuff gone from XEmacs.
9968f10f
SM
6104
6105 After 5.20:
43621386
SM
6106 initial comment: Extend copyright, fix email address.
6107 (cperl-indent-comment-at-column-0): New customization variable.
6108 (cperl-comment-indent): Indentation after $#a would increasy by 1.
6109 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
6110 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
6111 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
6112 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
6113 highlight $ in $foo too (UNTESTED).
6114 (cperl-set-style): Docstring missed some available styles.
6115 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
6116 Change "Current" to "Memorize Current".
6117 (cperl-indent-wrt-brace): New customization variable; the default is
6118 as for pre-5.2 version.
6119 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
6120 (cperl-style-alist): Likewise.
6121 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
6122 and `cperl-extra-newline-before-brace' etc
6123 being t
6124 (cperl-indent-exp): Plans B and C to find continuation blocks even
6125 if `cperl-extra-newline-before-brace' is t.
9968f10f
SM
6126
6127 After 5.21:
6128 Improve some docstrings concerning indentation.
43621386
SM
6129 (cperl-indent-rules-alist): New variable.
6130 (cperl-sniff-for-indent): New function name
6131 (separated from `cperl-calculate-indent').
6132 (cperl-calculate-indent): Separate the sniffer and the indenter;
6133 uses `cperl-sniff-for-indent' now.
6134 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
6135 was inverted;
6136 Support `comment-column' = 0.
9968f10f 6137
704ec54b 61382006-10-11 Martin Rudalics <rudalics@gmx.at>
a3545af4
JD
6139
6140 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
6141 * help-at-pt.el (scan-buf-move-to-region): Likewise.
6142 * longlines.el (longlines-window-change-function): Likewise.
6143 * simple.el (undo-ask-before-discard): Likewise.
6144 * wid-edit.el (widget-field-prompt-internal)
43621386 6145 (widget-documentation-link-p): Likewise.
a3545af4 6146
0f9c4a96
SM
61472006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6148
6149 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
6150 for a keyword.
6151
e29d96b6
SM
61522006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6153
6154 * newcomment.el (comment-valid-prefix-p): Make the check
6155 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
6156 (comment-indent-new-line): Adjust call.
6157
80f66ef4
CY
61582006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
6159
6160 * allout.el (allout-back-to-current-heading): Base on lower-level
6161 routines to get proper disqualification of aberrant topics.
6162
491bf4bc
RS
61632006-10-09 Richard Stallman <rms@gnu.org>
6164
6165 * textmodes/two-column.el (2C-two-columns): Doc fix.
6166
b000ea17
KS
61672006-10-09 Kim F. Storm <storm@cua.dk>
6168
6169 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
6170 about implicit use.
6171
408f1b9d
RS
61722006-10-08 Richard Stallman <rms@gnu.org>
6173
6174 * textmodes/two-column.el (2C-two-columns): Doc fix.
6175
1eb1a906
RS
61762006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
6177
6178 * files.el: Mark `buffer-read-only' as safe-local-variable.
6179
3339a0ca
NR
61802006-10-08 Nick Roberts <nickrob@snap.net.nz>
6181
704ec54b
JB
6182 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
6183 Burp if GUD buffer has been killed.
3339a0ca 6184
612f91f0
SM
61852006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6186
6187 * completion.el (add-completions-from-c-buffer):
6188 Don't presume an error's second element is a string.
6189 Use looking-at rather than buffer-substring + member.
6190
4baf35c9
EZ
61912006-10-07 Eli Zaretskii <eliz@gnu.org>
6192
6193 * mail/rmail.el (rmail-redecode-body): If the old encoding is
6194 `undecided', call find-coding-systems-region to find a proper
6195 non-trivial encoding.
0736daff
EZ
6196 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
6197 and "text/plain".
4baf35c9 6198
857b15e9
EZ
61992006-10-07 Kevin Ryde <user42@zip.com.au>
6200
6201 * textmodes/reftex-vars.el (defgroup reftex): Update home page
6202 url-link.
6203
6204 * strokes.el (defgroup strokes): Remove invalid url-link.
6205
2a575769
EZ
62062006-10-07 Magnus Henoch <mange@freemail.hu>
6207
6208 * autoinsert.el (auto-insert-alist): Doc fix.
6209
f5da083e 62102006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
d3886822 6211
612f91f0
SM
6212 * mouse-sel.el (mouse-insert-selection-internal):
6213 Use insert-for-yank, so that yank handlers are run.
d3886822 6214
4a61fd6f
KS
62152006-10-07 Kim F. Storm <storm@cua.dk>
6216
6217 * ido.el (ido-file-extension-aux): Fix comparison.
6218
ee37d135
KS
62192006-10-06 Kim F. Storm <storm@cua.dk>
6220
6221 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
6222
dde5dcd2
JB
62232006-10-05 Juanma Barranquero <lekktu@gmail.com>
6224
6225 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
6226 (ad-make-mapped-call): Use `let', not `let*'.
6227
1d5b0c66
CY
62282006-10-05 Chong Yidong <cyd@stupidchicken.com>
6229
6230 * international/mule-cmds.el (coding-system-change-eol-conversion):
6231 Ensure the coding system is initialized before calling
6232 coding-system-eol-type.
6233
82f28564
CD
62342006-10-04 Carsten Dominik <dominik@science.uva.nl>
6235
dde5dcd2
JB
6236 * textmodes/org.el (org-rm-props, org-activate-plain-links)
6237 (org-activate-angle-links, org-activate-dates)
6238 (org-activate-target-links, org-activate-camels)
82f28564
CD
6239 (org-activate-tags): Add `rear-nonsticky' text property to avoid
6240 textproperty keymaps from being active beyond the end of a line.
6241 (org-unfontify-region): Also remove `rear-nonsticky' property.
6242
9d3155c6
KH
62432006-10-04 Kenichi Handa <handa@m17n.org>
6244
6245 * international/code-pages.el (next): Table fixed.
6246
7629d417
SM
62472006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6248
6249 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
6250 that it's been made unnecessary by removing narrowing.
6251
49c7a608
SM
62522006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6253
6254 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
6255 control flow a bit, simplify another bit, and add comments.
6256
f3b5dd74
DK
62572006-10-03 David Kastrup <dak@gnu.org>
6258
6259 * help.el (describe-mode): For clicks on mode-line, use "@"
6260 interactive argument to get the major mode of the click instead of
6261 the current buffer.
6262
6263 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
6264 in order to better redirect mouse-2 clicks. Also allow default
6265 bindings to apply.
6266
73812be6
KS
62672006-10-03 Kim F. Storm <storm@cua.dk>
6268
6269 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
6270 (pushnew): Fix last change.
6271
a0370ba4
JPW
62722006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
6273
6274 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
6275 Use the interactive spec of `eval-expression'.
6276
8c86938f
EZ
62772006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
6278
6279 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
6280
dde5dcd2 62812006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
6c77efbe
SJ
6282
6283 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
6284 2006-09-28 commit.
6285
4e14c04c
KH
62862006-10-02 Kenichi Handa <handa@m17n.org>
6287
6288 * international/code-pages.el (iso-8859-6): Table fixed.
6289
e925d5ae 62902006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
7de3f9a4
RS
6291
6292 * dired.el (dired-build-subdir-alist): Fix previous change.
6293
b1e6882f 62942006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1f8a132d
RS
6295
6296 * simple.el (undo-elt-crosses-region): Fix the inequalities.
6297
04e408d9
SM
62982006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6299
8f1a5a9b
SM
6300 * emacs-lisp/find-func.el (find-function-regexp): Don't match
6301 "define-button-type".
6302
04e408d9
SM
6303 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
6304 they don't keep accumulating.
6305
7b8e334c
EZ
63062006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6307
6308 * ffap.el (ffap-rfc-path): Change the address of the RFC
04e408d9 6309 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7b8e334c 6310
65e7eb3d
EZ
63112006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
6312
6313 * allout.el (allout-expose-topic): Rectify implementation of "+"
6314 spec, so that bodies are not exposed with headlines.
6315
63162006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
6317
6318 * allout.el (allout-current-depth): Do aberrent check only at or
6319 below doublecheck depth.
6320 (allout-chart-subtree): Make it explicit that LEVELS being nil
6321 means unlimited depth. Drop undocumented support for LEVELS value
6322 t meaning unlimited depth. (This is consistent with
6323 allout-chart-to-reveal, but contrary to allout-show-children,
6324 which needs to use nil to default to depth of 1.)
6325 (allout-goto-prefix-doublechecked): Wrap long docstring line.
6326 (allout-chart-to-reveal): Be explicit in docstring about meaning
6327 of nil LEVELS, and drop support for LEVELS value t.
6328 (allout-show-children): Translate the level spec used by this
6329 routine to that used by allout-chart-subtree and
6330 allout-chart-to-reveal.
6331 (allout-show-to-offshoot): Retry once when stuck, after opening
6332 subtree - improvements in discontinuity handling likely will
6333 enable progress.
6334
b0c4ae71
CY
63352006-09-30 Chong Yidong <cyd@stupidchicken.com>
6336
6337 * wid-edit.el (widget-button-click-moves-point): New variable.
6338 (widget-button-click): If widget-button-click-moves-point is
1a408ced 6339 non-nil, set point after performing the button action.
b0c4ae71
CY
6340
6341 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
6342
e2247cd0
EZ
63432006-09-30 Martin Rudalics <rudalics@gmx.at>
6344
04e408d9 6345 * files.el (find-file-existing): Modify to not allow wildcards.
e2247cd0 6346
00fa4024
EZ
63472006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6348
6349 * simple.el (undo-more): When undo information for the region is
6350 exhausted, say "No further undo information FOR REGION".
6351
57763824
EZ
63522006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
6353
04e408d9
SM
6354 * progmodes/sh-script.el (sh-prev-thing):
6355 Take `sh-leading-keywords' into account.
57763824 6356
ee53ec68
GM
63572006-09-29 Glenn Morris <rgm@gnu.org>
6358
f4d82e00
GM
6359 * custom.el (defcustom): Doc fix.
6360
04e408d9
SM
6361 * calendar/calendar.el (european-calendar-style):
6362 Call european-calendar or american-calendar as needed when set.
ee53ec68
GM
6363 (diary-view-entries, list-calendar-holidays): Move autoloads
6364 before use.
6365
f9df5f68
JL
63662006-09-29 Juri Linkov <juri@jurta.org>
6367
6368 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
6369 to nil if there is no previous property change.
6370
3a6df531 63712006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
31b7fa51
CY
6372
6373 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
6374 saving anything to be sure that `forward-sexp' behaves correctly.
6375
e94e78cc
CY
63762006-09-29 Chong Yidong <cyd@stupidchicken.com>
6377
6378 * simple.el (line-move-finish): Ignore field boundaries if the
6379 initial and final points have the same `field' property.
6380
f45b66b9
KS
63812006-09-29 Kim F. Storm <storm@cua.dk>
6382
6383 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
6384 to t while calling ido-read-internal.
6385
86cc4a71
CD
63862006-09-29 Carsten Dominik <dominik@science.uva.nl>
6387
6388 * textmodes/org.el (org-file-remote-p): Get regexp from list.
04e408d9 6389 (org-archive-subtree): Remove erraneous `]' from character list.
86cc4a71 6390
ddd1c214
JY
63912006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
6392
6393 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
6394 (ses-reconstruct-all): Make undo of "insert row" work by keeping
6395 markers for data-area and parameters-area.
6396
efa0c0ef
SM
63972006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6398
472e1031
SM
6399 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
6400
efa0c0ef
SM
6401 * font-lock.el (font-lock-after-change-function): Refontify next line
6402 as well if end is at BOL.
6403 (font-lock-extend-jit-lock-region-after-change): Be more careful to
6404 only extend the region as much as needed.
6405
de25ebb8
RS
64062006-09-28 Richard Stallman <rms@gnu.org>
6407
6408 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
6409
6410 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
6411
efa0c0ef 6412 * international/mule.el (after-insert-file-set-coding):
de25ebb8 6413 If VISIT, don't let set-buffer-multibyte make undo info.
efa0c0ef 6414
dde5dcd2 64152006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
e4eb8462
CY
6416
6417 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
6418 lines in base64-encoded authentication response.
6419
ed0aa46c
VJL
64202006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6421
6422 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
6423 (ebnf-version): New version 4.3.
6424 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
6425 (ebnf-prologue): Adjust PostScript programming.
6426 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
6427 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
6428
c1860747
SM
64292006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6430
be956324
SM
6431 * jit-lock.el (jit-lock-force-redisplay): Rename from
6432 jit-lock-fontify-again, and undo the mistaken change I've just done.
6433
c1860747
SM
6434 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
6435 (jit-lock-fontify-again): Don't refontify text that's not displayed.
6436
eb89917c
KH
64372006-09-26 Kenichi Handa <handa@m17n.org>
6438
6439 * startup.el (display-splash-screen): Allow a prefix argument.
6440
daea741e
JR
64412006-09-25 Jason Rumney <jasonr@gnu.org>
6442
6443 * subr.el (shell-quote-argument): Use DOS logic for Windows
6444 shells with DOS semantics.
6445
de25ebb8
RS
64462006-09-24 Richard Stallman <rms@gnu.org>
6447
6448 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
6449 (compilation-goto-locus): Use compilation-goto-locus-delete-o
6450 to delete the overlay. Put it on pre-command-hook.
6451
6452 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
6453
f45b66b9 6454 * startup.el (fancy-splash-screens, normal-splash-screen):
de25ebb8
RS
6455 Call the splash buffer *About GNU Emacs*.
6456
f45b66b9 6457 * simple.el (next-error-highlight, next-error-highlight-no-select):
de25ebb8
RS
6458 Default to 0.5.
6459 (yank-excluded-properties): Add `fontified'.
6460
6461 * font-lock.el (font-lock-compile-keywords): Allow value of
6462 syntax-begin-function to enable paren-column-0 highlighting.
6463
e925d5ae 64642006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
de25ebb8
RS
6465
6466 * dired.el (dired-build-subdir-alist): When file ends in colon,
6467 don't exit the loop, just disregard that file.
6468
963355a4
CY
64692006-09-24 Chong Yidong <cyd@stupidchicken.com>
6470
6471 * simple.el (line-move-finish): Handle corner case for fields in
6472 continued lines.
6473 (line-move-1): Remove flawed test for that case.
6474
3f56acf9
CY
64752006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
6476
6477 * icomplete.el (icomplete-simple-completing-p): Use the correct
6478 name for the new variable, `icomplete-with-completion-tables'.
6479 (file local variables): Remove superfluous setting.
6480
47c131a0
GM
64812006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6482
6483 * calendar/appt.el (appt-check): Fix typo for appointments just
6484 after midnight.
6485
98da283b
CY
64862006-09-23 Chong Yidong <cyd@stupidchicken.com>
6487
6488 * help.el (describe-key-briefly, describe-key): Don't expect an
6489 extra up event if a down-event is generated by a popup menu.
6490
dde5dcd2 64912006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
e42a01cb
CY
6492
6493 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
6494 local dictionary when changing the global dictionary.
6495
397e713b
CY
64962006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
6497
6498 * icomplete.el (icomplete-with-completion-tables): List of
6499 specialized completion tables with which icomplete should
6500 operate. Include the new `internal-complete-buffer', so icomplete
6501 works with interactive buffer-selection.
6502 (icomplete-simple-completing-p): Add acceptance of specialized
6503 completion tables listed in icomplete-with-completion-tables.
6504
1e2d7573
YM
65052006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6506
6507 * frame.el (focus-follows-mouse): Set default to nil on Mac.
6508
6509 * startup.el (command-line): Use `custom-reevaluate-setting' for
6510 `focus-follows-mouse'.
6511
a9af8380
RS
65122006-09-22 Richard Stallman <rms@gnu.org>
6513
6514 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
6515 explain why Save is not available.
6516
da37d01f
JB
65172006-09-22 Juanma Barranquero <lekktu@gmail.com>
6518
6519 * woman.el (woman0-so): Use `let*', not `let'.
6520 (woman-horizontal-line): Remove unbalanced parenthesis.
6521
8cc8239e
SM
65222006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6523
6524 * woman.el: Make sure all the end-of-region markers we use have
6525 a non-nil insertion-type.
6526 (woman0-so): Move things around so we can use copy-marker.
6527 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
6528 Adjust marker type.
6529 (woman2-process-escapes): Check marker type.
6530 (woman-horizontal-line): Dispense with the use of a marker.
6531
eb8c8b04
JB
65322006-09-22 Jay Belanger <belanger@truman.edu>
6533
6534 * calc/calc-lang.el: Add Greek letters to math-variable-table
6535 property of tex.
6536
16abdbe6
CY
65372006-09-22 Chong Yidong <cyd@stupidchicken.com>
6538
7629d417 6539 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
16abdbe6 6540
1d8f4cb6
MY
65412006-09-22 Masatake YAMATO <jet@gyve.org>
6542
6543 * add-log.el (add-log-current-defun): Use `forward-sexp'
6544 instead of `forward-word' to pick c++::symbol.
3b2452fd 6545 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
1d8f4cb6 6546
2e77924d
KH
65472006-09-22 Kenichi Handa <handa@m17n.org>
6548
6549 * bindings.el: Fix setting self-insert-command for multibyte
6550 characters in global-map.
6551
89bf250e
DK
65522006-09-21 David Kastrup <dak@gnu.org>
6553
6554 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
6555 doc string.
6556
8584826b
KH
65572006-09-21 Kenichi Handa <handa@m17n.org>
6558
6559 * language/european.el ("Latin-1"): Add windows-1252 to
6560 coding-priority.
6561 ("German"): Likewise.
6562
b521ddce
KS
65632006-09-21 Kim F. Storm <storm@cua.dk>
6564
6565 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
6566 Suggested by Miles Bader.
6567
6568 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
6569 instead of add-to-list in the simple case.
6570
01e0132d
KH
65712006-09-20 Kenichi Handa <handa@m17n.org>
6572
7629d417 6573 * isearch.el (isearch-process-search-char): Cancel the previous change.
01e0132d
KH
6574 (isearch-search-string): New function.
6575 (isearch-search): Use isearch-search-string.
6576 (isearch-lazy-highlight-search): Likewise.
6577
502ca00a
VJL
65782006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6579
7f7f218c
VJL
6580 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6581 string to become an option.
502ca00a 6582
02bb2aab
SM
65832006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6584
6585 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6586
a4df1f8b
KS
65872006-09-20 Kim F. Storm <storm@cua.dk>
6588
6589 * simple.el (line-move-partial): Call pos-visible-in-window-p with
6590 position t instead of trying both window-end and window-end - 1.
6591
cd3af09d
CD
65922006-09-20 Carsten Dominik <dominik@science.uva.nl>
6593
6594 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6595 hidden trees.
6596
1d45e02e
DK
65972006-09-20 David Kastrup <dak@gnu.org>
6598
9ed38a84
DK
6599 * mouse.el (mouse-posn-property): Improve doc string.
6600 (mouse-on-link-p): Change buffers for function calls on links.
6601
02bb2aab 6602 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
1d45e02e
DK
6603 buffer is read-only.
6604
3e7678c8 66052006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
1b4d97b2
CY
6606
6607 * allout.el (allout-unprotected): Let inhibit-read-only only when
6608 buffer-read-only isn't set.
6609 (allout-annotate-hidden): Enable topic annotation during copies even
6610 when the buffer is read-only, eg for topic copies. Ensure that the loop
1a408ced
JB
6611 advances, even when the span extends beyond the deletion region.
6612 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
1b4d97b2
CY
6613 rather than allout-exposure-changed-hook, as a stronger assertion.
6614 (allout-keybindings-list): Add bindings for
6615 allout-copy-line-as-kill and allout-copy-topic-as-kill.
02bb2aab
SM
6616 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6617 Copy wrappers for allout-kill-line and allout-kill-topic.
1b4d97b2
CY
6618 (allout-listify-exposed): Position correctly to accumulate lines.
6619
fef11f15
CY
66202006-09-19 Chong Yidong <cyd@stupidchicken.com>
6621
6622 * simple.el (line-move-1): Escape field boundaries occurring
6623 exactly at point. Update goal column if constrained to a field.
02bb2aab 6624 (line-move-finish): Escape field boundaries occurring exactly at point.
fef11f15 6625
e9ae308c
SM
66262006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6627
6628 * mouse.el (mouse-on-link-p): Tentatively fix last change.
6629 (mouse-drag-vertical-line): Remove unused var `wconfig'.
6630
7bbc67d2
KS
66312006-09-19 Kim F. Storm <storm@cua.dk>
6632
06e6b4be
KS
6633 * help.el (describe-key-briefly, describe-key): Simplify printing
6634 of descriptions by using format and %S. Fix "is undefined"
6635 messages to say "at that spot" for mouse events.
6636
7bbc67d2
KS
6637 * simple.el (line-move-partial): Optimize. Try window-line-height
6638 before posn-at-point to get vpos of current line.
6639
f573c8b0 66402006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
7bbc67d2 6641
95f5a37f 6642 * viper.el: Bump up version/date of update to reflect the substantial
f573c8b0 6643 changes done in August 2006.
7bbc67d2 6644
95f5a37f 6645 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
f573c8b0 6646 are defined.
7bbc67d2 6647
95f5a37f 6648 * ediff-util.el (ediff-add-to-history): New function.
7bbc67d2 6649
95f5a37f 6650 * ediff.el: Use ediff-add-to-history instead of add-to-history.
7bbc67d2 6651
2b1119a0
RS
66522006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6653
6654 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
e9ae308c
SM
6655 Delete duplicate make-local-variable form.
6656 (conf-space-keywords): Add autoload cookie.
6657 Fix typo (`keywords', not `keyword').
2b1119a0 6658
c4823934
JD
66592006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6660
6661 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6662 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
1a408ced 6663 to x-gtk-use-old-file-dialog.
c4823934 6664
0c577361
RS
66652006-09-18 Richard Stallman <rms@gnu.org>
6666
6667 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6668 that might come in during mouse tracking.
6669
661bdc06
KS
66702006-09-18 Kim F. Storm <storm@cua.dk>
6671
6672 * simple.el (line-move-partial): Rework 2006-09-15 change to use
6673 new window-line-height function. Further optimize by not calling
6674 pos-visible-in-window-p for window-end when window-line-height
6675 returns useful information.
6676
ddec2286
RS
66772006-09-16 Richard Stallman <rms@gnu.org>
6678
6679 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6680 (conf-space-mode): Don't handle prefix arg.
6681 Delete conf-space-keywords-override code.
6682 Use add-hook.
6683 (conf-space-keywords): New command.
6684 (conf-space-mode-internal): Be careful with imenu-generic-expression.
6685 Delete conf-space-keywords-override code.
6686 (conf-space-keywords-alist): Doc fix.
6687 (conf-space-font-lock-keywords): Doc fix.
6688 (conf-space-keywords-override): Var deleted.
6689
118d23f8
CY
66902006-09-16 Chong Yidong <cyd@stupidchicken.com>
6691
6692 * startup.el (fancy-splash-screens): Don't switch to the scratch
6693 buffer; it may not be the next buffer.
6694
c7abb182
RF
66952006-09-16 Romain Francoise <romain@orebokech.com>
6696
6697 * saveplace.el (load-save-place-alist-from-file): Use expanded name
6698 in both messages.
6699
be8b7dbd
RS
67002006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
6701
6702 * progmodes/python.el (python-preoutput-filter):
6703 Fix arg order to string-match.
6704
9af0a0b9
RS
67052006-09-16 Richard Stallman <rms@gnu.org>
6706
6707 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6708 font-lock-compile-keywords.
6709
6710 * font-lock.el (font-lock-compile-keywords): Rename optional arg
6711 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
6712
b984fed9
JD
67132006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6714
b1707a95
JD
6715 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6716
b984fed9
JD
6717 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6718 and the data doesn't look like UTF8, send STRING instead.
6719
4fc9bd56 67202006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
5c823193 6721
e9ae308c
SM
6722 * textmodes/flyspell.el (flyspell-check-region-doublons):
6723 New function to detect duplicated words.
5c823193
CY
6724 (flyspell-large-region): Use it.
6725
095f9ae4
CY
67262006-09-16 Chong Yidong <cyd@stupidchicken.com>
6727
6728 * simple.el (line-move-to-column): Revert 2006-08-03 change.
6729
0f101663
EZ
67302006-09-16 Eli Zaretskii <eliz@gnu.org>
6731
6732 * help.el (describe-prefix-bindings): Use let, not let*.
6733
8a559d4e 67342006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
d8350998
CY
6735
6736 * allout.el (allout-regexp, allout-line-boundary-regexp)
6737 (allout-bob-regexp): Correct grouping and boundaries to fix
6738 backwards traversal.
e9ae308c
SM
6739 (allout-depth-specific-regexp, allout-depth-one-regexp):
6740 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
d8350998
CY
6741 worse time in allout-ascend.
6742 (allout-doublecheck-at-and-shallower): Identify depth threshold
6743 below which topics are checked for and disqualified by containment
6744 discontinuities.
6745 (allout-hotspot-key-handler): Correctly handle multiple-key
6746 strokes. Remove some unused variables.
6747 (allout-mode-leaders): Clarify that mode-specific comment-start
8a559d4e 6748 will be used.
d8350998
CY
6749 (set-allout-regexp): Correctly regexp-quote allout regexps to
6750 properly accept alternative header-leads and primary bullets with
6751 regexp-specific characters (eg, C "/*", mathematica "(*").
6752 Include new regular expressions among those configured.
e9ae308c
SM
6753 (allout-infer-header-lead-and-primary-bullet):
6754 Rename allout-infer-header-lead.
6755 (allout-recent-depth): Manifest as a variable as well as a function.
d8350998 6756 (allout-prefix-data): Simplify into an inline instead of a macro,
8a559d4e
EZ
6757 assuming current match data rather than being explicitly passed
6758 it. Establish allout-recent-depth value as well as
d8350998
CY
6759 allout-recent-prefix-beginning and allout-recent-prefix-end.
6760 (allout-aberrant-container-p): True when an item's immediate
6761 offspring discontinuously contained. Useful for disqualifying
6762 unintended topic prefixes, likely at low depths.
e9ae308c 6763 (allout-goto-prefix-doublechecked): Elaborate version of
d8350998 6764 allout-goto-prefix which disqualifies aberrant pseudo-items.
8a559d4e
EZ
6765 (allout-pre-next-prefix): Layer on top of lower-level routines, to
6766 get disqualification of aberrant containers.
6767 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6768 containers.
d8350998
CY
6769 (allout-beginning-of-current-entry): Position at start of buffer
6770 when in container (depth 0) entry.
6771 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6772 (allout-current-bullet): Strip text properties.
6773 (allout-get-prefix-bullet): Use right match groups.
e9ae308c
SM
6774 (allout-beginning-of-line, allout-next-heading):
6775 Disqualify aberrant containers.
8a559d4e
EZ
6776 (allout-previous-heading): Disqualify aberrant containers, and
6777 change to regular (rather than inline) function, to allow
6778 self-recursion.
d8350998
CY
6779 (allout-get-invisibility-overlay): Increment so progress is made
6780 when the first overlay is not the sought one.
6781 (allout-end-of-prefix): Disqualify aberrant containers.
6782 (allout-end-of-line): Cycle something like allout-beginning-of-line.
6783 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6784 outline.el outlines) functional again. Change the primary bullet
6785 along with the header-lead - level 1 new-style bullets now work.
9c92edca
JB
6786 Engage allout-before-change-handler in mainline Emacs, not just
6787 XEmacs, to do undo handling.
d8350998
CY
6788 (allout-before-change-handler): Expose undo changes occurring in
6789 hidden regions. Use allout-get-invisibility-overlay instead of
6790 reimplementing it inline.
6791 (allout-chart-subtree): Use start rather than end of prefix in
6792 charts. Use allout-recent-depth variable.
6793 (allout-chart-siblings): Disqualify aberrant topics.
6794 (allout-beginning-of-current-entry): Position correctly.
6795 (allout-ascend): Use new allout-depth-specific-regexp and
8a559d4e
EZ
6796 allout-depth-one-regexp for linear instead of O(N^2) or worse
6797 behavior.
6798 (allout-ascend-to-depth): Depend on allout-ascend, rather than
6799 reimplementing an algorithm.
6800 (allout-up-current-level): Depend on allout-ascend, rather than
6801 reimplementing an algorithm. Return to start-point if we fail.
6802 (allout-descend-to-depth): Use allout-recent-depth variable
6803 instead of function.
d8350998
CY
6804 (allout-next-sibling): On traversal of numerous intervening
6805 topics, resort to economical allout-next-sibling-leap.
6806 (allout-next-sibling-leap): Specialized version of
6807 allout-next-sibling that uses allout-ascend cleverly, to depend on
6808 a regexp search to leap large numbers of contained topics, rather
6809 than arbitrarily many one-by-one traversals.
6810 (allout-next-visible-heading): Disqualify aberrant topics.
6cb66a31
JB
6811 (allout-previous-visible-heading): Position consistently when
6812 interactive.
d8350998 6813 (allout-forward-current-level): Base on allout-previous-sibling
8a559d4e
EZ
6814 rather than (differently) reimplmenting the algorithm. Remove some
6815 unused variables.
d8350998
CY
6816 (allout-solicit-alternate-bullet): Present default choice stripped
6817 of text properties.
6818 (allout-rebullet-heading): Use bullet stripped of text properties.
e9ae308c
SM
6819 Register changes using allout-exposure-change-hook.
6820 Disregard aberrant topics.
d8350998
CY
6821 (allout-shift-in): With universal-argument, make topic a peer of
6822 it's former offspring. Simplify the code by separating out
6823 allout-shift-out functionality.
6824 (allout-shift-out): With universal-argument, make offspring peers
6825 of their former container, and its siblings. Implement the
6826 functionality here, rather than inappropriately muddling the
6827 implementation of allout-shift-in.
6828 (allout-rebullet-topic): Respect additional argument for new
6829 parent-child separation function.
6830 (allout-yank-processing): Use allout-ascend directly.
6831 (allout-show-entry): Disqualify aberrant topics.
6832 (allout-show-children): Handle discontinuous children gracefully,
6833 extending the depth being revealed to expose them and posting a
6834 message indicating the situation.
6835 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6836 Leave cursor in correct position.
6837 (allout-hide-current-subtree): Use allout-ascend directly.
6838 Disqualify aberrant topics.
6839 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6840 a way that the yanks can restore it, as used to happen.
6841 (allout-yank-processing): Restore exposure layout as recorded by
6842 allout-kill-*, as used to happen.
6843 (allout-annotate-hidden, allout-hide-by-annotation): New routines
6844 for preseving and restoring exposure layout across kills.
6845 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6846 (allout-encrypt-string): Strip text properties.
6847 Rearranged order and outline-headings for some of the
6848 miscellaneous functions.
6849 (allout-resolve-xref): No need to quote the error name in the
6850 condition-case handler section.
6851 (allout-flatten): Classic recursive (and recursively intensive,
6852 without tail-recursion) list-flattener, needed by allout-shift-out
6853 when confronted with discontinuous children.
6854
8a559d4e
EZ
68552006-09-16 Jason Rumney <jasonr@gnu.org>
6856
6857 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6858 on ms-windows.
6859 (dnd-open-unc-file): Remove.
6860 (dnd-open-local-file): Mention in doc string that it also handles
6861 remote files if the system natively supports unc file-names.
6862
68632006-09-15 Kim F. Storm <storm@cua.dk>
6864
6865 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6866 all necessary information about the event before erasing *Help*.
6867
6868 * simple.el (line-move-partial): Use window-line-visiblity to
6869 quickly check whether last line is partially visible, and only do
6870 the hard (and slow) part in that case.
6871
68722006-09-15 Jay Belanger <belanger@truman.edu>
6873
6874 * COPYING: Replace "Library Public License" by "Lesser Public
6875 License" throughout.
6876
68772006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6878
6879 * term/x-win.el (x-menu-bar-open): New function for F10.
6880
68812006-09-15 Chong Yidong <cyd@stupidchicken.com>
6882
6883 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6884 Disallow filenames containing " -" to avoid confusion with libtool
6885 compilation messages. Suggested by Stefan Monnier.
6886
68872006-09-15 David Kastrup <dak@gnu.org>
6888
6889 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6890 instead of buffer position for `mouse-on-link-p'.
6891
6892 * mouse.el (mouse-posn-property): New function looking up the
6893 properties at a click position in overlays and text properties in
6894 either buffer or strings.
6895 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6896 of both `follow-link' as well as `mouse-face' properties.
6897 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6898 buffer position.
6899
6900 * help.el (describe-key-briefly): When reading a down-event on
6901 mode lines or scroll bar, swallow the following up event, too.
6902 Use the new mouse sensitity of `key-binding' for lookup.
6903 (describe-key): The same here.
6904
69052006-09-15 Juanma Barranquero <lekktu@gmail.com>
6906
6907 * play/life.el (life-patterns): Add a few more interesting patterns.
6908 (life-setup): Force `show-trailing-whitespace' to nil.
6909
69102006-09-14 Richard Stallman <rms@gnu.org>
6911
6912 * startup.el (fancy-splash-text): Change text to improve alignment.
6913 (fancy-splash-screens): Don't set non-standard tab width.
6914 Bind cursor-type temporarily, and make it easy to patch to
6915 preserve the splash buffer.
6916 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6917 (fancy-splash-screens): Display echo-area message explicitly.
6918 Don't set fancy-splash-help-echo.
6919
6920 * simple.el (line-number-mode): Group mode-line instead of
6921 editing-basics.
6922 (column-number-mode, size-indication-mode): Likewise.
6923
6924 * faces.el (mode-line-faces): Group mode-line instead of modeline.
6925
6926 * time.el (display-time): Group mode-line instead of modeline.
6927
e9ae308c 6928 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8a559d4e 6929
aa260907
CY
69302006-09-14 Chong Yidong <cyd@stupidchicken.com>
6931
6932 * startup.el (fancy-splash-text): Move editing instructions to
6933 fancy-splash-head.
6934 (fancy-splash-head): Issue editing instructions.
6935 (fancy-splash-screens): Fixup whitespace.
6936
b14f0dc3
SM
69372006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6938
6939 * bindings.el (mode-line-buffer-identification-keymap):
6940 Remove duplicate line.
6941
bf8b0f8b
KS
69422006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6943
6944 * ido.el (ido-ignore-item-p): Allow any kind of functions in
6945 ignore lists.
6946
36961efd
KS
69472006-09-14 Kim F. Storm <storm@cua.dk>
6948
6949 * jit-lock.el (jit-lock-fontify-again): New function.
6950 (jit-lock-fontify-now): Use it instead of lambda form.
6951
87bbe2fd
RS
69522006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
6953
6954 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6955 (flyspell-auto-correct-word): Make ispell-filter local to these
6956 functions. Check that ispell-filter has new stuff before calling
6957 ispell-parse-output.
36961efd 6958
87bbe2fd 69592006-09-13 Kim F. Storm <storm@cua.dk>
f8b11c97
KS
6960
6961 * simple.el (line-move-partial): Optimize.
6962
9aeec4c2
RS
69632006-09-13 Richard Stallman <rms@gnu.org>
6964
b14f0dc3
SM
6965 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6966 Delete spurious backquote.
9aeec4c2 6967
b96572ff
CY
69682006-09-07 Ryan Yeske <rcyeske@gmail.com>
6969
6970 * net/rcirc.el (rcirc-print): Fix last change.
6971
99992264
JB
69722006-09-12 Jay Belanger <belanger@truman.edu>
6973
6974 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6975
d40ac716
CY
69762006-09-07 Ryan Yeske <rcyeske@gmail.com>
6977
6978 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6979 rcirc-show-maximum-output.
6980 (rcirc-mode): Remove window-scroll-function hook.
6981 (rcirc-scroll-to-bottom): Remove function.
6982 (rcirc-print): Recenter so point stays at the bottom of the window
6983 if point was already there.
6984
4b1aaa8b
PE
69852006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6986
6987 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6988 not to "t".
6989 * progmodes/compile.el (compilation-start): Likewise.
6990 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6991 Don't use expand-file-name on invocation-directory, since this
6992 might mishandle special characters in invocation-directory.
6993
afc05254
SM
69942006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6995
6996 * pcvs-defs.el: Remove * in defcustom's docstrings.
6997
df072bff
NR
69982006-09-12 Nick Roberts <nickrob@snap.net.nz>
6999
afc05254 7000 * progmodes/compile.el (compilation-directory-properties):
df072bff
NR
7001 Doc fix for help-echo.
7002
503fac66
RF
70032006-09-12 Lars Hansen <larsh@soem.dk>
7004
4cffefee
LH
7005 * desktop.el (desktop-read): Add comment.
7006
73313acc
KS
70072006-09-12 Kim F. Storm <storm@cua.dk>
7008
9cd4a6a1
KS
7009 * simple.el (next-error-highlight, next-error-highlight-no-select):
7010 Fix spelling error.
7011
73313acc
KS
7012 * subr.el (sit-for): Rework to use input-pending-p and cond.
7013 Return nil input is pending on entry also for SECONDS <= 0.
7014 (while-no-input): Use input-pending-p instead of sit-for.
7015
6d3c944b
RS
70162006-09-11 Richard Stallman <rms@gnu.org>
7017
73313acc 7018 * simple.el (next-error-highlight, next-error-highlight-no-select):
6d3c944b
RS
7019 Fix custom type and doc strings.
7020
cb9a30c8
SM
70212006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7022
7023 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
7024 (diff-apply-hunk): Use it to ask for confirmation.
7025
e027c6e4
RS
70262006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
7027
7028 * emacs-lisp/cl.el (pushnew): Add missing `,'.
7029
bcd8e1a9
DK
70302006-09-11 David Kastrup <dak@gnu.org>
7031
7032 * help.el (string-key-binding, describe-key-briefly)
7033 (describe-key): Remove `string-key-binding' and its callers since
7034 `key-binding' already caters for the proper lookup now.
7035
a8b7149d
SM
70362006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7037
afc05254 7038 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
7efd03c3
SM
7039 (cfengine-mode): Use it. Fix \ syntax to be like /.
7040
a8b7149d
SM
7041 * bindings.el (mode-line-buffer-identification-keymap):
7042 Move initialization into declaration.
7043
606fd469
KS
70442006-09-10 Kim F. Storm <storm@cua.dk>
7045
7046 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
7047 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
7048 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
7049 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
7050
bd5a7fe2
RS
70512006-09-10 Richard Stallman <rms@gnu.org>
7052
c62a8073
RS
7053 * dired-aux.el: Handle errors in recursive copy usefully.
7054 (dired-create-files-failures): New variable.
7055 (dired-copy-file): Remove condition-case.
7056 (dired-copy-file-recursive): Check for errors on all file
7057 operations, and add them to dired-create-files-failures.
7058 Check file file-date-erorr here too.
7059 (dired-create-files): Check dired-create-files-failures
7060 and report those errors too.
7061
bd5a7fe2
RS
7062 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
7063
7064 * subr.el (add-to-list): New argument COMPARE-FN.
7065
3b5e5e30
RS
70662006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7067
7068 * filecache.el (file-cache-add-directory)
7069 (file-cache-add-directory-list, file-cache-add-file)
7070 (file-cache-add-directory-using-find)
7071 (file-cache-add-directory-using-locate)
7072 (file-cache-add-directory-recursively): Add autoloads.
7073
1d7b95f5
RS
70742006-09-09 Richard Stallman <rms@gnu.org>
7075
a8b7149d
SM
7076 * textmodes/conf-mode.el (conf-space-mode):
7077 Use hack-local-variables-hook instead of calling hack-local-variables.
1d7b95f5 7078 (conf-space-keywords-override): New variable.
dd3a63bf
RS
7079 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
7080 (conf-space-mode): Always make conf-space-keywords and
7081 conf-space-keywords-override local.
7082 Call conf-space-mode-internal directly as well as via hook.
1d7b95f5 7083
0b01faca
SM
70842006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7085
7086 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
7087 quasi-keywords.
7088
46d6e692
SM
70892006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7090
d8ca7d34
SM
7091 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
7092 (python-send-string): Be slightly more careful about adding \n.
7093
46d6e692
SM
7094 * startup.el (normal-splash-screen): Don't display the buffer if we'll
7095 kill it right away anyway.
7096
fbb0d4f9
EZ
70972006-09-09 Eli Zaretskii <eliz@gnu.org>
7098
7099 * international/codepage.el (cp850-decode-table): Fix a few codes.
7100 (cp858-decode-table): New variable.
7101
c048d606
EZ
71022006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
7103
7104 * net/ldap.el (ldap-search-internal): Doc fix.
7105
c98557ae
EZ
71062006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7107
33aba6a0
EZ
7108 * play/life.el (life-display-generation): Test for input manually if
7109 `sleeptime' is negative or null.
7110
c98557ae
EZ
7111 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
7112 (print-region-1): Substitute `%s' with the page title.
7113
7b260017
EZ
71142006-09-09 Matt Hodges <MPHodges@member.fsf.org>
7115
7116 * locate.el (locate-current-search): New variable.
7117 (locate): Set buffer local value. Use current buffer if it is
7118 in Locate mode.
7119 (locate-mode): Disable undo here.
46d6e692
SM
7120 (locate-do-setup): Use locate-current-filter from buffer to be killed.
7121 (locate-update): Use locate-current-search and locate-current-filter.
7b260017 7122
e24f9e5a
DK
71232006-09-08 David Kastrup <dak@gnu.org>
7124
46d6e692 7125 * desktop.el (desktop-read): When loading a desktop, disable
e24f9e5a
DK
7126 saving it while the load progresses, and switch off a pending lazy
7127 load by calling `desktop-lazy-abort'.
7128
612c16f1
CY
71292006-08-27 Martin Rudalics <rudalics@gmx.at>
7130
7131 * window.el (mouse-autoselect-window-timer)
7132 (mouse-autoselect-window-position)
7133 (mouse-autoselect-window-window)
7134 (mouse-autoselect-window-now): New vars.
7135 (mouse-autoselect-window-cancel)
7136 (mouse-autoselect-window-select)
7137 (mouse-autoselect-window-start): New functions.
7138 (handle-select-window): Call `mouse-autoselect-window-start' when
7139 delayed window autoselection is enabled.
7140
7141 * cus-start.el (mouse-autoselect-window): Handle delayed window
7142 autoselection.
7143
7144 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
7145 commands after which it is allowed to print in the echo area.
7146
af09dd78
RS
71472006-09-08 Richard Stallman <rms@gnu.org>
7148
7149 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
7150
7151 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
7152 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
7153
7154 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
7155 (cancel-timer-internal): Add doc string.
7156 (cancel-function-timers): Doc fix.
7157 (with-timeout-handler, timer-event-last*): Add doc strings.
7158
7159 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
7160
7161 * files.el (risky-local-variable-p): Match ...-bindat-spec.
7162
7163 * dired.el (dired-log-summary): Add doc string.
7164
8d4bf0e5 7165 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
af09dd78
RS
7166 (custom-group-menu-create): Not here.
7167
4b87a412
CD
71682006-09-08 Carsten Dominik <dominik@science.uva.nl>
7169
46d6e692 7170 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
4b87a412 7171
9deaefb7
YM
71722006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7173
97df8464 7174 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9deaefb7
YM
7175 (mac-apple-event-map): Define its handler.
7176
32553711
CY
71772006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
7178
7179 * net/ldap.el (ldap-search-internal): Handle `auth' key.
7180
9c92edca 71812006-09-07 Magnus Henoch <mange@freemail.hu>
82741a5e
CY
7182
7183 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
7184 clause.
7185
ea71ffe8
CY
71862006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7187
7188 * info.el (Info-index): Bind completion-ignore-case.
7189
23f2d048
SM
71902006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7191
7192 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
7193 previous commit.
7194 (inferior-prolog-guess-flavor): New fun left out of previous commit.
7195 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
7196 burp in dedicated windows.
7197 (inferior-prolog-self-insert-command): New command.
7198 (inferior-prolog-mode-map): Use it.
7199
656065bd
RS
72002006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
7201
7202 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
7203
7204 * international/code-pages.el: Add cp858.
7205
1df4d4a8
JD
72062006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7207
7208 * dnd.el: Fix bootstrapping.
7209
72102006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
c79b0f8f
JD
7211
7212 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
7213 (dnd-open-remote-url): New function.
7214 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
7215 not windows-nt.
7216
dad2e044 72172006-09-07 Jason Rumney <jasonr@gnu.org>
c79b0f8f
JD
7218
7219 * dnd.el (dnd-open-remote-file-function): New variable.
7220 (dnd-open-unc-file): New function.
7221 (dnd-open-file): Call dnd-open-remote-file-function if set.
7222
31a7c2ff
MB
72232006-09-06 Daiki Ueno <ueno@unixuser.org>
7224
7225 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
7226 pgg-passphrase-coding-system rather than locale-coding-system.
7227 * pgg-def.el (pgg-passphrase-coding-system): New user option.
7228
e959542d
SM
72292006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7230
d364dee6
SM
7231 * progmodes/prolog.el: Remove * in docstrings.
7232 (prolog-program-name): Add SWI prolog.
7233 (prolog-mode-menu): New menu.
7234 (prolog-mode): Set comment-add.
7235 (prolog-indent-line): Simplify. Use indent-line-to.
7236 (inferior-prolog-buffer): New var.
7237 (inferior-prolog-run, inferior-prolog-process): New funs.
7238 (run-prolog, switch-to-prolog): Rewrite, using them.
7239 (prolog-consult-region): Use inferior-prolog-buffer.
7240 (inferior-prolog-load-file): New function.
7241 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
7242
4a3608f5
SM
7243 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
7244 last word, if it's not the end of the paragraph.
7245
e959542d
SM
7246 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
7247 file name.
7248
2ca43ca5
KS
72492006-09-06 Ralf Angeli <angeli@caeruleus.net>
7250
7251 * frame.el (display-mm-dimensions-alist): New defcustom.
7252 (display-mm-height, display-mm-width): Use it.
7253
8bf5f8c5
SJ
72542006-09-06 Simon Josefsson <jas@extundo.com>
7255
7256 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
7257
588daab2
NR
72582006-09-06 Nick Roberts <nickrob@snap.net.nz>
7259
7260 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
7261 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
7262 string values.
7263
902f06ed
KS
72642006-09-06 Kim F. Storm <storm@cua.dk>
7265
7266 * simple.el (line-move-partial): New function to do vscrolling for
7267 partially visible images / tall lines. Rewrite based on code
7268 previously in line-move. Simplify backwards vscrolling.
7269 (line-move): Use it. Simplify.
7270
865e69c8
KS
72712006-09-05 Kim F. Storm <storm@cua.dk>
7272
7273 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
7274
6e1a9597
CY
72752006-09-05 Chong Yidong <cyd@stupidchicken.com>
7276
7277 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7278 Process the `gcc-include' after the `gnu' rule.
7279
d07a839e
KS
72802006-09-05 Kim F. Storm <storm@cua.dk>
7281
7282 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
7283
8fbdffe5
MB
72842006-09-05 Daiki Ueno <ueno@unixuser.org>
7285
7286 * pgg.el (pgg-clear-string): Alias to clear-string for backward
7287 compatibility.
7288
7289 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
7290 inhibit-redisplay; encode passphrase with locale-coding-system.
7291
652bf3a1
DN
72922006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7293
7294 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
7295
eebb17af
NR
72962006-09-05 Nick Roberts <nickrob@snap.net.nz>
7297
7298 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
7299 (gdb-var-list-children-regexp): Make type field optional.
7300
7301 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
7302 e.g public, protected in C++.
7303
d0fd0916
JPW
73042006-09-04 John Paul Wallington <jpw@pobox.com>
7305
7306 * simple.el (completion-show-help): New defcustom.
7307 (completion-setup-function): Heed it.
7308
bb68962b
DN
73092006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7310
7311 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
7312
bae12237
RS
73132006-09-04 Richard Stallman <rms@gnu.org>
7314
8f921acb
RS
7315 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
7316 (rsf-min-region-to-spam-list): Doc fix.
7317 (rsf-add-content-type-field): Doc fix.
7318
bae12237
RS
7319 * simple.el (kill-region): Explicitly test there is a region.
7320
82695714
CY
73212006-09-04 Chong Yidong <cyd@stupidchicken.com>
7322
7323 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
7324 sendmail in several common directories.
7325
dad2e044 7326 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
82695714
CY
7327
7328 * paths.el (sendmail-program): Removed.
7329
d7093904
MB
73302006-09-04 Daiki Ueno <ueno@unixuser.org>
7331
7332 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
7333 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
7334 http://article.gmane.org/gmane.emacs.gnus.general/50457
7335
b1674d61
CY
73362006-09-03 Chong Yidong <cyd@stupidchicken.com>
7337
7338 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
7339 mark after running the menu filter.
7340
35f111ba
JL
73412006-09-03 Juri Linkov <juri@jurta.org>
7342
7343 * international/quail.el (quail-defrule-internal): Add a check
7344 if a key is a vector.
7345
6a8c7cfe
JL
73462006-09-02 Juri Linkov <juri@jurta.org>
7347
7348 * man.el (Man-topic-history): New variable.
7349 (man): Use it.
7350
7351 * woman.el (woman-topic-history): Change defvar to defvaralias
7352 for symbol `Man-topic-history'.
7353
7354 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
7355 `comint-last-output-start' is a marker by using `markerp' and
7356 check if it has a position by using `marker-position', and use
7357 this position for `goto-char'.
7358
7359 * international/quail.el (quail-defrule-internal): Add missing
7360 `error' call for null key.
7361
5c4aaa79
EZ
73622006-09-02 Ryan Yeske <rcyeske@gmail.com>
7363
7364 * rcirc.el (rcirc-keywords): New variable.
7365 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
7366 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
7367 variables.
7368 (rcirc-responses-no-activity): New function.
7369 (rcirc-handler-generic): Check for responses in above.
7370 (rcirc-process-command): Add ?: character to arguments of raw
7371 server commands.
7372 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
7373 `rcirc-dim-nicks'.
7374 (rcirc-gray-toggle): Remove unused variable.
7375 (rcirc-print): Remove some tracking logic, which is moved into
7376 markup functions.
7377 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
7378 types.
7379 (rcirc-activity-string): Look for 'keyword in activity-types.
7380 (rcirc-window-configuration-change): Don't erase overlay-arrow
7381 unnecessarily.
7382 (rcirc-add-or-remove): New function.
7383 (rcirc-cmd-ignore): Use it.
7384 (rcirc-message-leader): Remove unused function.
7385 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
7386 (rcirc-add-face): New function.
7387 (rcirc-facify): Use rcirc-add-face.
7388 (rcirc-url-regexp): Add parens.
7389 (rcirc-map-regexp): Remove function.
7390 (rcirc-mangle-regexp): Remove function.
7391 (rcirc-markup-text-functions): New variable.
7392 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
7393 (rcirc-markup-body-text, rcirc-markup-attributes)
7394 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
7395 (rcirc-markup-bright-nicks): New markup handler functions.
7396 (rcirc-nick-in-message-full-line): New face.
7397 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
7398 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
7399
79f6ba1f
EZ
74002006-09-02 Martin Rudalics <rudalics@gmx.at>
7401
7402 * cus-start.el (hscroll-margin, hscroll-step)
7403 (mode-line-in-non-selected-windows, mouse-autoselect-window)
7404 (x-use-underline-position-properties): Change version to "22.1"
7405 since they will appear there for the first time.
7406
8c707380
CY
74072006-09-01 Chong Yidong <cyd@stupidchicken.com>
7408
7409 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
7410
d178a6eb
RS
74112006-08-31 Richard Stallman <rms@gnu.org>
7412
7413 * cus-edit.el (custom-save-variables): Slight cleanup.
7414 (Custom-no-edit): Renamed from custom-no-edit.
7415 (Custom-newline): Renamed from custom-newline.
7416 (custom-mode-map): Use new names.
7417
7418 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
7419 about customization, rather than M-x customize, in the doc string
7420 made for the defcustom.
7421
7422 * emacs-lisp/trace.el (trace-function-background): Doc fix.
7423
ca136496
RF
74242006-08-31 Romain Francoise <romain@orebokech.com>
7425
7426 * dired-x.el (dired-guess-shell-alist-default): Update.
7427
9277ee6c
SM
74282006-08-31 Michael Mauger <mmaug@yahoo.com>
7429
7430 * custom.el (custom-theme-set-variables): Autoload packages before
7431 sorting the variables.
7432
05c4a38a 74332006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9277ee6c
SM
7434
7435 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
05c4a38a 7436 chars if XEmacs.
9277ee6c
SM
7437 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
7438
132579d3
SM
74392006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7440
7441 * progmodes/python.el (python-eldoc-function): Re-enable quit while
7442 waiting for process.
7443
762ce89d
YM
74442006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7445
7446 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
7447 results in ASCII-only string, encode original one directly.
7448
08326816
RF
74492006-08-29 Romain Francoise <romain@orebokech.com>
7450
132579d3
SM
7451 * startup.el (normal-splash-screen, fancy-splash-screens):
7452 Make buffer read-only and arrange to enter view mode if necessary.
08326816 7453
ab145daf
CY
74542006-08-29 Chong Yidong <cyd@stupidchicken.com>
7455
3775cb5c
CY
7456 * hl-line.el (hl-line): New face.
7457 (hl-line-face): Use it.
7458
ab145daf
CY
7459 * image-mode.el (image-mode): Fix last fix.
7460 Suggested by Kim F. Storm.
7461
1a762140
MA
74622006-08-29 Michael Albinus <michael.albinus@gmx.de>
7463
7464 Sync with Tramp 2.0.54.
7465
7466 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
7467 of `=', because `tramp-get-remote-gid' might not always return an
7468 integer when expected.
7469 (tramp-register-file-name-handlers): `partial-completion-mode' is
7470 unknown to XEmacs.
7471 (tramp-time-diff): Don't use `floor', it might fail for large
7472 differences.
7473 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
7474 `tramp-auto-save-directory' if unset in order to guarantee unique
7475 auto-save file names.
7476
0e8b7151
CY
74772006-08-28 Chong Yidong <cyd@stupidchicken.com>
7478
7479 * image-mode.el (image-mode): Display image as text on a terminal.
7480
6cc91c85
SM
74812006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7482
e2ac11eb
SM
7483 * progmodes/python.el (python-send-command): Simplify.
7484 (run-python): Don't generate a new buffer unless `new' was specified.
7485 Make sure we send `import emacs' to the proper process.
7486
6cc91c85
SM
7487 * progmodes/python.el (python-send-command): Don't wait for the command
7488 to terminate. Don't fiddle with compilation-parsing-end.
7489
6081889e
CY
74902006-08-28 Chong Yidong <cyd@stupidchicken.com>
7491
6cc91c85
SM
7492 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7493 Insert commentary after first line summary.
81e213dc 7494
6081889e
CY
7495 * woman.el (woman-follow): New function, based on `man-follow'.
7496 (woman-mode-map): Use it.
7497
7498 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
7499 since ibuffer-do-sort-by-recency does not define a sorter.
7500
31bf5125
KS
75012006-08-28 Kim F. Storm <storm@cua.dk>
7502
08326816 7503 * find-dired.el (find-dired): Use shell-quote-argument to properly
31bf5125
KS
7504 escape ( and ) args. Also use it on {} and ; args in default
7505 value of find-ls-option string.
7506 (find-grep-dired): Use shell-quote-argument on {} and ; args.
7507
7a210b69
MB
75082006-08-27 Michael Olson <mwolson@gnu.org>
7509
7510 * emacs-lisp/tq.el: Small grammar fix in comments.
7511 (tq-enqueue): Check for existence of queue rather than the
7512 head queue item's question, which was a no-op.
7513 (tq-filter, tq-process-buffer): Make sure the process buffer
7514 exists before making it the current buffer.
7515
eb411049
YM
75162006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7517
7518 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
7519 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
7520 (special-event-map): Apply 2006-08-16 change for x-win.el.
7521
42634864
SM
75222006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7523
7524 * progmodes/python.el (python-send-receive): Wait in the
7525 process's buffer so as to check the right buffer-local variables.
7526
1c1095bf
SM
75272006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7528
76667462
SM
7529 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
7530 (defgroup checkdoc): Move to beginning.
7531
1c1095bf
SM
7532 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
7533 (python-preoutput-continuation): Remove.
7534 (python-preoutput-filter): Simplify correspondingly.
7535 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
7536 Loop around to catch embedded _emacs_out output.
7537 (run-python): Send the import&print command on a single line.
7538 (python-send-command): Send command&print on a single line.
7539 (python-send-string): Only add double \n if needed.
7540 (python-send-receive): Loop until the result comes.
7541 (python-mode-running): Defvar it.
7542 (python-setup-brm): Remove unused var `menu'.
7543 Only bind py-mode-map and `features' around brm-init.
7544 (python-calculate-indentation): Remove unused var `point'.
7545 (python-beginning-of-defun): Remove unused var `def-line'.
7546
f9de7738
RS
75472006-08-25 Richard Stallman <rms@gnu.org>
7548
7549 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
7550
83f49acb 75512006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
1c1095bf
SM
7552
7553 * viper.el (viper-set-hooks): Use frame bindings for
83f49acb 7554 viper-vi-state-cursor-color.
1c1095bf 7555 (viper-non-hook-settings): Don't set default
83f49acb 7556 mode-line-buffer-identification.
1c1095bf
SM
7557
7558 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
7559 (viper-set-cursor-color-according-to-state)
7560 (viper-get-saved-cursor-color-in-replace-mode)
7561 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
83f49acb 7562 viper-emacs-state-cursor-color.
1c1095bf
SM
7563
7564 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
7565 (viper-undo): Use point if undo-beg-posn is nil.
7566 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
7567 (viper-after-change-undo-hook): Don't use
83f49acb 7568 viper-emacs-state-cursor-color by default.
1c1095bf
SM
7569 (viper-undo): More sensible positioning after undo.
7570
7571 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7572 (viper-emacs-state-cursor-color): Default to nil, since this feature
83f49acb 7573 doesn't work well yet.
854fa43e 7574
1c1095bf
SM
7575 * ediff-mult.el (ediff-intersect-directories)
7576 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
83f49acb 7577 always expand filenames.
1c1095bf
SM
7578
75792006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7580
7581 * tumme.el: Remove * in defcustoms's docstrings.
7582
1063efe8
CY
75832006-08-24 Chong Yidong <cyd@stupidchicken.com>
7584
7585 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7586 Accept internal time format for SECS arg.
7587 (timer-relative-time): Doc fix.
7588
7589 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7590 adapted from Martin Rudalics.
7591 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7592 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7593 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7594 using sit-for.
7595
8d8dafeb
KS
75962006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
7597
7598 * cus-start.el (all): Add `overline-margin' and
7599 `x-underline-at-descent-line'.
7600
74b770de
KS
76012006-08-24 Kim F. Storm <storm@cua.dk>
7602
7603 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7604 to mean "use find -exec"; nil now unambiguously means auto-detect.
7605 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
dad2e044
JB
7606 Use shell-quote-argument to build grep-find-command and
7607 grep-find-template.
74b770de
KS
7608 (rgrep): Use shell-quote-argument to properly quote arguments to find.
7609 Reported by Tom Seddon.
7610
6e85b03c
CY
76112006-08-23 Chong Yidong <cyd@stupidchicken.com>
7612
7613 * startup.el (fancy-splash-head): Give instructions for dismissing
7614 the splash screen for default startup too.
7615 (display-startup-echo-area-message, fancy-splash-screens)
7616 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
7617 all splash text at once and keep the splash buffer around.
7618 (command-line-1): Give display-startup-echo-area-message a t arg.
7619
c4f7363c
CD
76202006-08-23 Carsten Dominik <dominik@science.uva.nl>
7621
7622 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7623 gnus frame is selected.
7624
1c059100
NR
76252006-08-23 Nick Roberts <nickrob@snap.net.nz>
7626
7627 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7628
7e1de68d
KS
76292006-08-22 Kim F. Storm <storm@cua.dk>
7630
7631 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7632 Add suffix matching for subdirs.
7633
f984fd2b 76342006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
1867217a
JD
7635
7636 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7637 mouse-yank-at-point is non-nil.
7638
7d14463c
NR
76392006-08-22 Nick Roberts <nickrob@snap.net.nz>
7640
7641 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7642 a bit wider and remove fringes to fit initial output on line.
8ec94c16
SM
7643
76442006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7645
7646 * frame.el (blink-cursor-end): Only ignore the error we care about.
7647 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7648
28cb9364
RS
76492006-08-21 Richard Stallman <rms@gnu.org>
7650
7651 * whitespace.el (whitespace-cleanup): Doc fix.
7652
7faa3f8c
MB
76532006-08-20 Ryan Yeske <rcyeske@gmail.com>
7654
7655 * net/rcirc.el (rcirc-show-maximum-output): New var.
7656 (rcirc-buffer-process): If no buffer argument is supplied, use
7657 current-buffer.
7658 (rcirc-complete-nick): Complete to the last completed nick first.
7659 (rcirc-mode): Preserve the value of `rcirc-urls' across
7660 connections. Setup scroll function.
7661 (rcirc-scroll-to-bottom): New function.
8ec94c16
SM
7662 (rcirc-print): Use nick syntax around regexp work.
7663 Notice dim-nicks speaking only if they say our nick.
7faa3f8c
MB
7664 (rcirc-update-activity-string): Do not show the modeline indicator
7665 if there are no live rcirc processes.
7666 (rcirc-cmd-ignore): Ignore case.
7667 (rcirc-browse-url-at-point): Fix off-by-one error.
7668
65a16bef
SM
76692006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7670
7671 * progmodes/python.el: Remove * in defcustom docstrings.
7672 (run-python, python-proc, python-try-complete): Use derived-mode-p.
7673 (python-mode): Set tab-width and indent-tabs-mode.
7674
c7e8d385
SM
76752006-08-20 Dave Love <fx@gnu.org>
7676
7677 * progmodes/python.el: Update to Dave Love's latest version.
7678 (python-font-lock-keywords, python-mode): Don't use
7679 font-lock-syntax-table, but match symbol elements explicitly instead.
7680 (python-mode-map): Add help, and a few more key bindings.
7681 (python-skip-comments/blanks): Move out of comments as well.
7682 (python-continuation-line-p): Behave better with unbalanced parens.
7683 (python-blank-line-p): New fun.
7684 (python-open-block-statement-p): Don't use a heuristic.
7685 (python-outdent-p): Better handle blocks-in-the-same-line.
7686 (python-calculate-indentation): Misc improvements.
7687 (python-comment-indent): Remove.
7688 (python-block-pairs): New var.
7689 (python-first-word): New fun.
7690 (python-indentation-levels): Handle more common cases.
7691 (python-indent-line-1): Add `leave' argument.
7692 (python-indent-region): New fun.
7693 (python-skip-out): New fun.
7694 (python-beginning-of-statement, python-end-of-statement): Use it.
7695 (python-next-statement): Return correct count even at eob.
7696 (python-end-of-block): Fix paren-typo.
7697 (python-imenu-create-index): Add module variables.
7698 (run-python): Add `new' arg.
7699 Check we're at a prompt before returning.
7700 (python-send-command): Move to end of buffer.
7701 Wait for prompt to return.
7702 (python-set-proc): New fun.
7703 (python-imports): New var.
7704 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
7705 (python-eldoc-function): Try to move out of arg list.
7706 (python-outline-level): Offset by 1.
7707 (python-find-imports): New fun.
7708 (python-symbol-completions): Use python-imports.
7709 (python-module-path, ffap-alist): Add support for ffap.
7710 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
6440f303 7711 (python-insert-*, python-default-template, python-expand-template):
c7e8d385
SM
7712 Add templates/skeletons.
7713 (python-setup-brm): Support for Bicycle Repair Man.
7714 (python-abbrev-syntax-table): New var.
7715 (python-abbrev-pc-hook, python-pea-hook): New funs.
7716
f9ac92c5
CY
77172006-08-20 Chong Yidong <cyd@stupidchicken.com>
7718
7719 * frame.el (blink-cursor-start): Set timer first.
7720 (blink-cursor-end): Ignore timer cancelling errors.
7721 Suggested by Ken Manheimer.
7722
525efc44
JB
77232006-08-20 Juanma Barranquero <lekktu@gmail.com>
7724
7725 * newcomment.el (comment-box): Call `comment-normalize-vars'.
7726 Add autoload cookie.
7727
ce629713
RS
77282006-08-20 Richard Stallman <rms@gnu.org>
7729
7730 * simple.el (line-number-at-pos): Doc fix.
7731
7732 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7733 timer-activate-when-idle, so timer can run before Emacs becomes
7734 non-idle again.
7735
fa1f7927
EZ
77362006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7737
7738 * whitespace.el (whitespace-cleanup-internal): New optional arg
7739 REGION-ONLY. If it's non-nil, modify the message to the user
7740 accordingly.
7741 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7742 a non-nil argument.
7743
a8bcc348
EZ
77442006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
7745
7746 * rect.el (spaces-string): Simplify and add doc string.
7747
bfe0c147
RF
77482006-08-17 Romain Francoise <romain@orebokech.com>
7749
7750 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7751
fb5422b2
RS
77522006-08-17 Richard Stallman <rms@gnu.org>
7753
7754 * compare-w.el (compare-windows): lambda's take an arg and pass
7755 it to compare-windows-skip-whitespace.
7756
31ab08e6 77572006-08-17 Martin Rudalics <rudalics@gmx.at>
9fd762b0
SM
7758
7759 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7760 the right buffer.
7761
bce848ed
SM
77622006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7763
7764 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7765 removed files.
7766
5802a1c9
NR
77672006-08-17 Nick Roberts <nickrob@snap.net.nz>
7768
7769 * progmodes/gdb-ui.el (gdb-locals-watch-map)
7770 (gdb-locals-watch-map-1): Suppress keymap first.
7771 (gdb-edit-locals-map-1): New variable.
7772 (gdb-edit-locals-value): New function.
7773 (gdb-stack-list-locals-handler): Use them.
7774
3d93bda5
SM
77752006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7776
3e9323d6
SM
7777 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7778 cursor would normally be drawn in the fringe.
7779
3d93bda5
SM
7780 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7781 Reported by Martin Rudalics <rudalics@gmx.at>.
7782
3cb74cd1
RS
77832006-08-16 Richard Stallman <rms@gnu.org>
7784
7785 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7786 (special-event-map): Process drag-n-drop events this way.
7787
7788 * simple.el (move-beginning-of-line): Test whether fields
7789 would prevent motion back to line's first visible character.
7790 If so, stop where the fields would stop the motion.
7791
7792 * newcomment.el (comment-indent): Fully update INDENT
7793 before checking to see if it will change the text.
7794
7795 * cus-edit.el (custom-newline): New function.
7796 (custom-mode-map): Bind newline to custom-newline.
7797
7798 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7799 into ignore-whitespace.
7800 Check each buffer for its skip-function.
7801 Handle compare-windows-skip-whitespace special-case test
7802 by returning t from default skip function.
3d93bda5 7803
4c3ec0fc
CD
78042006-08-15 Carsten Dominik <dominik@science.uva.nl>
7805
3d93bda5
SM
7806 * textmodes/org.el (org-clock-special-range)
7807 (org-clock-update-time-maybe): New functions.
4c3ec0fc
CD
7808 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7809 not only a-z.
7810 (org-agenda-get-blocks): Allow multiple blocks per headline.
7811 (org-timestamp-change): Call `org-clock-update-time-maybe'.
7812 (org-export-html-title-format)
7813 (org-export-html-toplevel-hlevel): New options.
3d93bda5 7814 (org-export-language-setup): Add support for Czech.
4c3ec0fc
CD
7815 (org-mode, org-insert-todo-heading, org-find-visible)
7816 (org-find-invisible, org-invisible-p, org-invisible-p2)
7817 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7818 (org-show-subtree, org-show-entry, org-make-options-regexp):
3d93bda5 7819 Remove compatibility support for old outline-mode.
4c3ec0fc
CD
7820 (org-check-occur-regexp): Funtion removed.
7821 (org-on-heading-p, org-back-to-heading): Made defalias.
7822 (org-set-local): New defsubst.
7823 (org-set-regexps-and-options, org-mode)
7824 (org-set-font-lock-defaults, org-edit-agenda-file-list)
7825 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7826 (org-remember-apply-template, org-table-edit-field)
7827 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7828 (org-set-autofill-regexps): Use `org-set-local'.
3d93bda5 7829 (org-table-eval-formula): Fix bug with parsing of display flags.
4c3ec0fc 7830
8b12cd99
NR
78312006-08-15 Nick Roberts <nickrob@snap.net.nz>
7832
7833 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7834 frame with fringe arrow. Suggested by Simon Marshall
7835 <simon.marshall@misys.com>.
7836 (gdb-stack-position): New variable.
7837 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
3d93bda5
SM
7838 (gdb-frames-mode): Set gdb-stack-position to nil.
7839 Add to overlay-arrow-variable-list
8b12cd99
NR
7840 (gdb-reset): Delete gdb-stack-position from above list.
7841
36942205
JD
78422006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7843
7844 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7845 read only.
7846
e1a2960c
RF
78472006-08-13 Romain Francoise <romain@orebokech.com>
7848
7849 * cus-theme.el (customize-create-theme)
7850 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7851
7852 * filesets.el (filesets-add-buffer): Ditto.
7853
7854 * pcvs.el (cvs-change-cvsroot): Ditto.
7855
d32a9a8c
NR
78562006-08-13 Nick Roberts <nickrob@snap.net.nz>
7857
7858 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7859 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7860 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7861 expressions.
4fc3133c
NR
7862 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7863 Only search till end of line.
d32a9a8c 7864 Add face to function names in case of no filename.
4fc3133c 7865 Add face to variable names of watchpoints.
d32a9a8c 7866
525efc44 78672006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
0c80afbd
EZ
7868
7869 * cus-start.el <indent-tabs-mode>: Move to the `indent'
7870 customization group.
7871
e6b8d662
EZ
78722006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
7873
7874 * allout.el (allout-prior-bindings, allout-added-bindings):
7875 Remove, after long deprecation.
7876 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7877 Add customization vars controlling allout-beginning-of-line and
7878 allout-end-of-line conveniences.
7879 (allout-header-prefix, allout-use-mode-specific-leader)
3d93bda5
SM
7880 (allout-use-mode-specific-leader, allout-mode-leaders):
7881 Revise docstrings.
e6b8d662
EZ
7882 (allout-infer-header-lead): Change to be an alias for
7883 allout-infer-header-lead-and-primary-bullet.
7884 (allout-infer-header-lead-and-primary-bullet): New version of
7885 allout-infer-header-lead which assigns the primary bullet to the
7886 same as the header lead, when its being changed.
7887 (allout-infer-body-reindent): Apply regexp-quote instead of
7888 unconditionally prepending "\\", so that all literal
7889 allout-header-prefix and allout-primary-bullet strings are
7890 properly handled.
7891 (allout-add-resumptions): Add optional qualifier for extending or
7892 appending to existing values, rather than replacing them.
7893 (allout-view-change-hook): Clarify docstring.
7894 (allout-exposure-change-hook): Take explicit arguments, via
7895 run-hook-with-args.
7896 (allout-structure-added-hook)
7897 (allout-structure-deleted-hook)
7898 (allout-structure-shifted-hook): New hooks analogous to
7899 allout-exposure-change-hook for other kinds of structural outline
7900 edits.
7901 (allout-encryption-plaintext-sanitization-regexps): New encryption
7902 customization variable, by which cooperating modes can provde
7903 massage of the plaintext without actually being passed it.
7904 (allout-encryption-ciphertext-rejection-regexps)
7905 (allout-encryption-ciphertext-rejection-ceiling): New encryption
7906 customization variables, by which cooperating modes can prohibit
7907 rare but possible ciphertext patterns from fouling their
7908 operation, with actually being passed the ciphertext.
7909 (allout-mode): Run activation and deactivation hooks after the
7910 minor-mode variable has been toggled, to clarify the mode
7911 disposition. The new encryption ciphertext rejection variable is
7912 used to ensure that the ciphertext does not contain text that
7913 would be recognized as outline structural elements by allout.
7914 Substite allout-beginning-of-line and allout-end-of-line for
7915 conventionall beginning-of-line and end-of-line bindings.
7916 If allout-old-style-prefixes is non-nil, don't nullify it on mode
7917 activation!
7918 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7919 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7920 (allout-chart-subtree): Implement new mode, charting only the
3d93bda5
SM
7921 visible items in the subtree, when new 'visible' parameter is non-nil.
7922 (allout-end-of-subtree): Properly handle the last item in the buffer.
7923 (allout-pre-command-business, allout-command-counter):
7924 Increment an advertised counter so that cooperating enhancements can
7925 track revisions of items.
e6b8d662
EZ
7926 (allout-open-topic): Run allout-structure-added-hook with suitable
7927 arguments.
7928 (allout-shift-in): Run allout-structure-shifted-hook with suitable
7929 arguments.
7930 (allout-shift-out): Fix doubling for negative args and ensure call
7931 of allout-structure-shifted-hook by solely using allout-shift-in.
3d93bda5
SM
7932 (allout-kill-line, allout-kill-topic):
7933 Run allout-structure-deleted-hook with suitable arguments.
e6b8d662
EZ
7934 (allout-yank-processing): Run allout-structure-added-hook with
7935 proper arguments.
7936 (allout-yank): Enclose activity in allout-unprotected.
7937 (allout-flag-region): Run allout-exposure-change-hook with
3d93bda5
SM
7938 suitable arguments, instead of making the callee infer the arguments.
7939 (allout-encrypt-string):
7940 Support allout-encryption-plaintext-sanitization-regexps,
e6b8d662
EZ
7941 allout-encryption-ciphertext-rejection-regexps, and
7942 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
7943 en/de cryption mode in symmetric encryption failure message.
7944 (allout-obtain-passphrase): Use copy-sequence to get a distinct
7945 copy of the passphrase, and don't zero it or we'll corrupt the
7946 stashed copy.
7947 (allout-create-encryption-passphrase-verifier)
7948 (allout-verify-passphrase): Respect the new signature for
7949 allout-encrypt-string.
7950 (allout-get-configvar-values): Convenience for getting a
7951 configuration variable value and handling its absence gracefully.
7952
946c1994 79532006-08-11 Romain Francoise <romain@orebokech.com>
b3302d9b 7954
946c1994 7955 * obsolete/zone-mode.el: Delete.
b3302d9b 7956
aa7adb2a
SM
79572006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7958
7959 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7960
bad03cfc
TTN
79612006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
7962
7963 * emacs-lisp/bindat.el (bindat-ip-to-string):
7964 Use `format-network-address' if possible.
7965
2f2f340f
JD
79662006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7967
7968 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7969
946c1994
RF
79702006-08-10 Chong Yidong <cyd@stupidchicken.com>
7971
7972 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7973 restore unread-command-events here.
7974 (edebug-display): Do it here, to detect sit-for interruptions.
7975
c40408fb
RF
79762006-08-10 Romain Francoise <romain@orebokech.com>
7977
7978 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7979 (dns-mode-soa-auto-increment-serial): New user option.
7980 (dns-mode-soa-maybe-increment-serial): New function.
7981 (dns-mode): Add the latter to `write-contents-functions'.
7982
7983 * obsolete/zone-mode.el: Move to obsolete/ from net/.
7984 Delete autoload cookies.
7985
87c9ab0c
JW
79862006-08-10 John Wiegley <johnw@newartisans.com>
7987
7988 * eshell/em-glob.el (eshell-glob-chars-list)
7989 (eshell-glob-translate-alist): Add support for [^g] in character globs.
7990
5667ecd2
RS
79912006-08-10 Richard Stallman <rms@gnu.org>
7992
7993 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7994 (facemenu-set-face): Doc fix.
38cdf40b 7995 (facemenu-listed-faces): Doc fix.
5667ecd2 7996
38ceb48f
CY
79972006-08-09 Chong Yidong <cyd@stupidchicken.com>
7998
7999 * avoid.el (mouse-avoidance-animating-pointer): New var.
8000 (mouse-avoidance-nudge-mouse): Use it.
8001 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
8002 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
8003 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
8004 Don't activate if currently animating. All callers changed.
8005
d070a65d
JW
80062006-08-09 John Wiegley <johnw@newartisans.com>
8007
8008 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
8009 variable, which causes timeclock to report elapsed time worked,
8010 instead of just work remaining.
8011
bb0825cb
KH
80122006-08-09 Kenichi Handa <handa@m17n.org>
8013
8014 * international/latexenc.el (latexenc-find-file-coding-system):
8015 Fix for the case that the 2nd element of arg-list is a cons.
8016
dc7ef9f0
CY
80172006-08-08 Chong Yidong <cyd@stupidchicken.com>
8018
8019 * info.el (Info-fontify-node): Handle preceding `in' for note
8020 reference hiding rules.
8021
4c7c5c7e
SM
80222006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8023
8024 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
8025 mistake a closing " for an opening one.
8026
c0658ad4
DN
80272006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8028
8029 * term/xterm.el (terminal-init-xterm): Add more key bindings.
8030
4a63ceb8
SM
80312006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8032
4c7c5c7e
SM
8033 * complete.el (PC-do-completion): Filter out completions matching
8034 completion-ignored-extensions before checking whether there are
8035 multiple completions.
4a63ceb8
SM
8036 Don't use `list' unnecessarily when building completion tables.
8037
71723367
RS
80382006-08-06 Richard Stallman <rms@gnu.org>
8039
8040 * help.el (describe-mode): Make minor mode list more concise.
8041
044c2978
CY
80422006-08-05 Chong Yidong <cyd@stupidchicken.com>
8043
8044 * bindings.el: Give mode-line-format, mode-line-modes, and
8045 mode-line-position `standard-value' properties.
8046
0a3297f7
EZ
80472006-08-05 Eli Zaretskii <eliz@gnu.org>
8048
8049 * buff-menu.el (list-buffers-noselect): For Info buffers, use
8050 "(file)node" instead of the file name.
8051
1a77c985
RS
80522006-08-05 Richard Stallman <rms@gnu.org>
8053
8054 * faces.el (escape-glyph): Doc fix.
8055
ef8f7cdd
KH
80562006-08-04 Kenichi Handa <handa@m17n.org>
8057
8058 * international/mule-diag.el (describe-font): Improve docstring
8059 and error message. Use frame-parameter (not frame-parameters).
8060
402adebf
SM
80612006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8062
8063 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
8064 Correctly mark the end-of-docstring char.
8065
7abcd3e3
CY
80662006-08-03 Chong Yidong <cyd@stupidchicken.com>
8067
8068 * simple.el (line-move-to-column): Constrain move-to-column to
8069 current field.
8070
ab0dd59c
SM
80712006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8072
05a1066f
SM
8073 * font-lock.el (font-lock-beg, font-lock-end)
8074 (font-lock-extend-region-functions): New vars.
8075 (font-lock-extend-region-multiline)
8076 (font-lock-extend-region-wholelines): New functions.
8077 (font-lock-default-fontify-region): Use them.
8078 (font-lock-extend-jit-lock-region-after-change): Only round up
8079 if font-lock-default-fontify-region will do it as well.
8080
ab0dd59c
SM
8081 * font-lock.el (font-lock-extend-after-change-region-function):
8082 Rename from font-lock-extend-region-function.
8083 (font-lock-extend-region): Remove by inlining at call sites.
8084 (font-lock-after-change-function): Don't needlessly round up to a whole
8085 number of lines.
8086 (font-lock-extend-jit-lock-region-after-change): Be more careful about
8087 the boundary conditions and the interactions between the various ways
8088 to extend the region.
8089
6b2fcbb5
SM
80902006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8091
8092 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
8093 modification status when forcing the second redisplay.
8094
97cd4340
KS
80952006-08-03 Kim F. Storm <storm@cua.dk>
8096
8097 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
8098
424f4c9c
SM
80992006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8100
c6dbae47
SM
8101 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
8102 doesn't look like a file name.
8103
424f4c9c
SM
8104 * complete.el (PC-expand-many-files): Avoid signalling an error when
8105 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
8106
3862ba19
AS
81072006-08-02 Andreas Schwab <schwab@suse.de>
8108
8109 * bindings.el (mode-line-format): Simplify reference to vc-mode.
8110
04280231
NR
81112006-08-02 Nick Roberts <nickrob@snap.net.nz>
8112
8113 * bindings.el (map): Make mode-line-buffer-identification-keymap
8114 before defining propertized-buffer-identification.
8115
946bb888
RS
81162006-08-01 Richard Stallman <rms@gnu.org>
8117
8118 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
8119
68b9e79b
NR
81202006-08-02 Nick Roberts <nickrob@snap.net.nz>
8121
8122 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
8123 default value.
8124 (gdb-find-source-frame): New function.
8125 (menu): Add to menu bar.
8126
da95a9c8
SM
81272006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8128
2821e1b6
SM
8129 * font-core.el (font-lock-extend-region-function)
8130 (font-lock-extend-region): Move to font-lock.el.
8131
8132 * font-lock.el (font-lock-extend-region-function)
8133 (font-lock-extend-region): Move from font-core.el. Simplify.
8134
8135 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
8136 if needed.
8137 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
8138 (jit-lock-after-change-extend-region-functions): New hook.
8139 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
8140
4cffd221
SM
8141 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
8142 (font-lock-turn-on-thing-lock): Use it.
8143
da95a9c8
SM
8144 * longlines.el (longlines-show-region): Make it work on read-only
8145 buffers as well.
8146
1730f68e
NR
81472006-08-01 Nick Roberts <nickrob@snap.net.nz>
8148
da95a9c8 8149 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1730f68e 8150
a3483884
RS
81512006-07-31 Richard Stallman <rms@gnu.org>
8152
8153 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
8154 (vhdl-speedbar-display-projects): Update old obsolete
8155 speedbar variable names.
8156
36f8f49f
NR
81572006-07-31 Nick Roberts <nickrob@snap.net.nz>
8158
dc3a38c3
NR
8159 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
8160 (gdb-stopped): Use it.
8161
36f8f49f
NR
8162 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
8163
c888d352
CY
81642006-07-29 Chong Yidong <cyd@stupidchicken.com>
8165
8166 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
8167 for load-history elements.
8168
65bbcead
EZ
81692006-07-29 Eli Zaretskii <eliz@gnu.org>
8170
8171 * files.el (convert-standard-filename): For Cygwin, replace
8172 characters not allowed in Windows file names.
8173 (make-auto-save-file-name): Add Cygwin to the list of systems
8174 where the auto-save file name needs to be run through
8175 convert-standard-filename.
8176
cfb37af8
EZ
81772006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
8178
8179 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
8180
0de8dcc9
RS
81812006-07-28 Richard Stallman <rms@gnu.org>
8182
8183 * bindings.el (mode-line-frame-identification)
8184 (propertized-buffer-identification): Centralize the code
8185 to initialize the variable.
8186
8187 * progmodes/grep.el (grep-default-command): Catch errors from
8188 wildcard-to-regexp.
8189
5a611664
KS
81902006-07-29 Kim F. Storm <storm@cua.dk>
8191
8192 * progmodes/grep.el (grep-tag-default): New function.
8193 (grep-default-command, grep-read-regexp): Use it.
a912bc0d
KS
8194 (grep-read-files): Use car of grep-files-history or grep-files-aliases
8195 as default if nothing else applies.
5a611664 8196
91395839
TTN
81972006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
8198
8199 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
8200 Throw error if buffer is not in Dired and Wdired mode, respectively.
8201
a8da2abd
CY
82022006-07-28 Chong Yidong <cyd@stupidchicken.com>
8203
8204 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
8205 self-insert-command keys don't activate buttons.
8206 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
8207
210f78ee
NR
82082006-07-29 Nick Roberts <nickrob@snap.net.nz>
8209
8210 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
8211 faces for enable character.
8212
0392505b
NR
82132006-07-28 Nick Roberts <nickrob@snap.net.nz>
8214
8215 * Makefile.in (recompile): Update comment to reflect change
8216 on 2004-04-21.
8217
7eb944cf
RS
82182006-07-27 Richard Stallman <rms@gnu.org>
8219
8220 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
8221 (customize-package-emacs-version): Change msg when pkg has no entry.
8222 (custom-no-edit): On a button, do like widget-button-press.
8223
cecee053
DN
82242006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8225
8226 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
8227 S-tab and C-S-tab.
8228
c6708cbc
NR
82292006-07-28 Nick Roberts <nickrob@snap.net.nz>
8230
8231 * progmodes/which-func.el (which-function): Fix documentation/
8232 comment typo.
8233
d4a844e0
RS
82342006-07-26 Richard Stallman <rms@gnu.org>
8235
8236 * textmodes/ispell.el (ispell-word): If we replace the word,
8237 move point to the end. Insert before deleting.
8238
04ba1d88
CY
82392006-07-26 Chong Yidong <cyd@stupidchicken.com>
8240
8241 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
8242 a timer.
8243
1d3a996a
MD
82442006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
8245
9b7fa297 8246 * tumme.el (tumme-backward-image): Add prefix argument. Add error
1d3a996a 8247 when at first image.
9b7fa297 8248 (tumme-forward-image): Add prefix argument. Add error when at last
1d3a996a
MD
8249 image.
8250
49c7d1ac
SM
82512006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8252
8253 * tabify.el (tabify-regexp): Use more specific regexps.
8254 (tabify): Avoid modifying the buffer unnecessarily.
8255
50e93433
MD
82562006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
8257
8258 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
8259 (tumme-format-properties-string): Handle empty `buf'.
da95a9c8
SM
8260 (tumme-get-comment): Change variable names inside `let'.
8261 Add missing `let' variable that cause font-lock problems.
8262 (tumme-write-comments): Change variable names inside `let'.
8263 Add missing `let' variable that cause font-lock problems.
c14a5a99
MD
8264 (tumme-forward-image): Rename from `tumme-forward-char'.
8265 (tumme-backward-image): Rename from `tumme-backward-char'.
50e93433 8266
75ee40be
MY
82672006-07-25 Masatake YAMATO <jet@gyve.org>
8268
8269 * progmodes/ld-script.el (ld-script-keywords)
8270 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
8271 and add comments.
8272
6cdae8d6
NR
82732006-07-25 Nick Roberts <nickrob@snap.net.nz>
8274
8275 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8276 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
8277 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
8278 for status indicator.
8279
208d06b0
RS
82802006-07-24 Richard Stallman <rms@gnu.org>
8281
1cff9220
RS
8282 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
8283
208d06b0
RS
8284 * subr.el (dolist, dotimes): Use interned symbols for locals.
8285 (--dotimes-limit--, --dolist-tail--): New defvars.
8286 (looking-back): Doc fix.
8287
8288 * replace.el (replace-match-string-symbols): Handle dotted lists.
8289
d57727c9 82902006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
cf882898
MD
8291
8292 * tumme.el (tumme-write-tags): Add.
231b0d1c 8293 (tumme-write-comments): Add.
3098323a
MD
8294 (tumme-tag-files): Change to use `tumme-write-tags'.
8295 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
8296 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
8297 (tumme-save-information-from-widgets): Change to use
8298 `tumme-write-comments' and `tumme-write-tags'.
8299 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
dca90550
MD
8300 (tumme-write-tag): Remove.
8301 (tumme-write-comment): Remove.
8302 (tumme-display-previous-thumbnail-original): Remove empty line.
41fdf678 8303 (tumme-widget-list): Add punctuation.
cf882898 8304
d57727c9 83052006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
ec59c1ea
MD
8306
8307 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
8308
88dcc76a
RS
83092006-07-24 Daiki Ueno <ueno@unixuser.org>
8310
8311 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9b7fa297
JB
8312 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
8313 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
88dcc76a 8314
38db29e0
TTN
83152006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8316
8317 * mouse.el (mouse-on-link-p): Doc fix.
8318
52c13c9b
NR
83192006-07-23 Nick Roberts <nickrob@snap.net.nz>
8320
38db29e0 8321 * emacs-lisp/find-func.el (find-function-search-for-symbol):
52c13c9b
NR
8322 Handle "C-h f `".
8323
b9debd54
DN
83242006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8325
8326 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
8327 column.
8328
272f22eb
EZ
83292006-07-22 Matt Hodges <MPHodges@member.fsf.org>
8330
8331 * textmodes/table.el: Add move-beginning-of-line and
8332 move-end-of-line to Point Motion Only Group.
8333
4e251bd1 83342006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
5b01aef2
EZ
8335
8336 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
8337
cee0c996
EZ
83382006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8339
8340 * startup.el (user-mail-address): Initialize from the `EMAIL'
8341 environment variable first. Document this.
8342 (command-line): Ditto.
8343
5ab67056
NR
83442006-07-22 Nick Roberts <nickrob@snap.net.nz>
8345
8346 * help-mode.el (help-function-def, help-variable-def)
8347 (help-face-def): Print a message in the minibuffer.
8348
c79722c9
DN
83492006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8350
8351 * term/xterm.el (terminal-init-xterm): Fix key bindings
9b7fa297 8352 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
c79722c9 8353
e9fe3513
EZ
83542006-07-21 Eli Zaretskii <eliz@gnu.org>
8355
8356 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
8357 where `(nth 1 command)' is a cons cell. Doc fix.
8358
8359 * textmodes/po.el (po-find-charset): Doc fix.
8360
cc539208
EZ
83612006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
8362
8363 * allout.el (allout-unprotected, allout-e-o-prefix-p)
8364 (allout-beginning-of-current-line, allout-end-of-current-line)
8365 (allout-next-visible-heading, allout-open-topic)
8366 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
8367 (allout-flag-current-subtree, allout-show-to-offshoot)
8368 (allout-hide-current-entry, allout-show-current-branches)
8369 (allout-hide-region-body, allout-old-expose-topic)
8370 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
8371 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
8372 containing `beginning-of-line' and `end-of-line' with
8373 `inhibit-field-text-motion' t.
8374
38938eeb
EZ
83752006-07-21 Eli Zaretskii <eliz@gnu.org>
8376
8377 * frame.el (focus-follows-mouse): Document that it doesn't have
8378 any effect on MS-Windows.
8379
3a723c3a
SM
83802006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8381
8382 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
8383
bde07895
JB
83842006-07-20 Jay Belanger <belanger@truman.edu>
8385
97df8464 8386 * calc.el (calc-previous-alg-entry): Remove variable.
bde07895 8387
9b7fa297 8388 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
bde07895
JB
8389 New variables.
8390 (calc-alg-entry): Use `calc-alg-entry-history'.
8391 (calc-do-quick-calc): Use `calc-quick-calc-history'.
8392 Remove reference to `calc-previous-alg-entry'.
8393 (calcAlg-edit, calcAlg-enter): Remove reference to
8394 `calc-previous-alg-entry'.
8395 (calcAlg-previous): Use `previous-history-element' instead of
8396 `calc-previous-alg-entry'.
8397 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
3a723c3a 8398 Change keybinding for `calcAlg-plus-minus', add keybindings for
bde07895
JB
8399 `previous-history-element' and `next-history-element'.
8400
8401 * calc-rewr.el (calc-match): Remove reference to
8402 `calc-previous-alg-entry'.
8403
8404 * calc-sel.el (calc-selection-history): New variable.
8405 (calc-enter-selection, calc-sel-mult-both-sides)
8406 (calc-sel-add-both-sides): Use `calc-selection-history'.
8407
8408 * calc-map.el (calc-get-operator-history): New variable.
8409 (calc-get-operator): Use `calc-get-operator-history'.
8410
8411 * calcalg3.el (calc-curve-fit-history): New variable.
8412 (calc-curve-fit): Use `calc-curve-fit-history'.
8413
ccb06340
KH
84142006-07-20 Kenichi Handa <handa@m17n.org>
8415
8416 * international/mule-cmds.el (select-safe-coding-system): Fix the
8417 way of deciding eol-type of the coding system.
8418
d8cd7202
AM
84192006-07-20 Alan Mackenzie <acm@muc.de>
8420
3a723c3a
SM
8421 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
8422 (c-lang-setvar): New macro.
d8cd7202
AM
8423 (c-make-init-lang-vars-fun): Use the initialization forms in
8424 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
8425 (comment-start, comment-end, comment-start-skip): Change these from
8426 c-lang-defvar's to c-lang-setvar's.
8427
3a723c3a 8428 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
d8cd7202
AM
8429 which calls make-local-variable on the elements of
8430 c-emacs-variable-inits.
8431 (c-init-language-vars-for): Call this new macro.
8432
0ab31e4a
SM
84332006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8434
8435 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8436 Try to rule out false positives due to time stamps.
8437 (compilation-mode-font-lock-keywords): Remove rules made redundant
8438 because of the above change. Add `segmentation fault' to the known and
8439 highlighted compilation termination messages.
8440
9e289946
KS
84412006-07-19 Kim F. Storm <storm@cua.dk>
8442
8443 * progmodes/grep.el (grep-find-ignored-directories):
8444 Add .svn and _darcs to list.
8445
e8b41841 84462006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
2ba002a0 8447
bf33fe16
MD
8448 * dired.el (dired-mode-map): Add key binding `C-te' for
8449 `tumme-dired-edit-comment-and-tags'.
8450
2ba002a0
MD
8451 * tumme.el (tumme-display-thumbnail-original-image): Make sure
8452 image display buffer is displayed before call to
8453 `tumme-display-image.
8454 (tumme-dired-display-image): Make sure image display buffer is
8455 displayed before call to `tumme-display-image.
8456 (tumme-mouse-display-image): Make sure image display buffer is
8457 displayed before call to `tumme-display-image.
975588c0
MD
8458 (tumme-widget-list): Add.
8459 (tumme-dired-edit-comment-and-tags): Add.
8460 (tumme-save-information-from-widgets): Add.
2ba002a0 8461
a97a33cb
SM
84622006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8463
8464 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
8465
f65b9df2
SM
84662006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8467
c6b71045
SM
8468 * progmodes/sh-script.el (sh-font-lock-keywords-1):
8469 Revert inadvertently installed patch hunk.
8470
f65b9df2
SM
8471 * progmodes/compile.el (compilation-find-file): Handle the
8472 cases where the user selects a non-existent file.
8473
84742006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8475
8476 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
8477
c1fdbde6
CY
84782006-07-17 Chong Yidong <cyd@stupidchicken.com>
8479
8480 * subr.el (sit-for): Just sleep-for if noninteractive.
8481
69c6ad83
SM
84822006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8483
fb2dd970
SM
8484 * emacs-lisp/autoload.el (make-autoload): Use new arg.
8485
8486 * custom.el (custom-autoload): Add `noset' argument.
8487 (custom-push-theme): Don't autoload the variable, let callers do it.
8488 (custom-theme-set-variables): Autoload the variable if necessary.
8489
8490 * cus-edit.el (custom-variable-state-set): If the variable was
8491 originally set outside custom, but to the same value as the default,
8492 consider it to be standard.
8493
8494 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
8495 file *before* telling Emacs to add the autoloads, in case it fails.
8496
69c6ad83
SM
8497 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
8498 Use `cond', push', and `dolist'.
8499
daeeeffc
RS
85002006-07-17 Richard Stallman <rms@gnu.org>
8501
8502 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
8503 Add defvars to silence warnings.
8504
c8068734
CY
85052006-07-17 Chong Yidong <cyd@stupidchicken.com>
8506
b5f02314
CY
8507 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8508 Don't highlight "Compiling file" messages as error.
8509
c8068734
CY
8510 * dired-aux.el (dired-compress-file): Confirm again if gzipped
8511 file already exists.
8512
072cb54a
TTN
85132006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
8514
8515 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
8516 entry, don't assign to free var; simply return the extracted filename.
8517 (ff-treat-as-special): Incorporate common preamble from callers.
8518 (ff-other-file-name, ff-find-the-other-file):
8519 Update call to ff-treat-as-special.
8520
8521 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
8522
9b9c0e5a
MD
85232006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
8524
8525 * tumme.el (tumme-get-comment): Fix bug.
8526
ba83982b
SM
85272006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8528
8529 * files.el: Remove spurious * in docstrings.
8530
db28aa3c
NR
85312006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8532
ba83982b 8533 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
db28aa3c 8534 grammar.
ba83982b 8535 (allout-beginning-of-current-line): Beware beginning of buffer.
db28aa3c 8536 Also, a comment is simplified.
ba83982b 8537 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
db28aa3c
NR
8538 when appropriate. (This fix enables use for other than
8539 bullet-hotspot operation.)
ba83982b 8540 (allout-hide-current-subtree): While escalating to sibling-close,
db28aa3c
NR
8541 make sure to situate on a topic.
8542
839929ba
KS
85432006-07-14 Kim F. Storm <storm@cua.dk>
8544
8545 * emulation/cua-base.el (cua-delete-selection)
8546 (cua-toggle-set-mark): New defcustoms.
8547 (cua-rectangle-modifier-key): Add `alt' modifier.
8548 (cua-replace-region): Don't delete if cua-delete-selection is nil.
8549 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
8550 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
8551
8552 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
8553
01fc9422
EZ
85542006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8555
8556 * allout.el: Require 'cl during byte-compilation/interactive load,
8557 for the `assert' macro.
ba83982b 8558 (allout-mode-deactivate-hook): New hook, run when allout mode
01fc9422
EZ
8559 deactivates.
8560 (allout-developer): New allout customization subgroup.
8561 (allout-run-unit-tests-on-load): New allout-developer
8562 customization variable, when true allout unit tests are run towards
8563 end of file load/eval.
8564 (allout-inhibit-auto-fill): Disable auto-fill activity even during
8565 auto-fill-mode.
ba83982b 8566 (allout-resumptions): Remove, to be replaced by...
01fc9422
EZ
8567 (allout-add-resumptions): Register variable settings to be
8568 reinstated by `allout-do-resumptions'. The settings are made
8569 buffer-local, but the locality/globality of the suspended setting
8570 is restored on resumption.
8571 (allout-do-resumptions): Reinstate all settings suspended using
8572 `allout-add-resumptions'.
8573 (allout-test-resumptions): Unit tests (and intermediate variables)
8574 for resumptions.
8575 (allout-tests-globally-unbound, allout-tests-globally-true)
8576 (allout-tests-locally-true): Intermediate variables for
8577 resumptions unit tests.
8578 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8579 (allout-exposure-category): Replaces 'allout-overlay-category variable.
8580 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8581 instead of retired `allout-resumptions'. For hook functions, use
8582 `local' parameter so hook settings are created and removed as
8583 buffer-local settings. Revise (resumptions) setting
8584 auto-fill-function so it is set only if already active. (The
8585 related fill-function settings are all made in either case, so
8586 that activating auto-fill-mode activity will have the custom
ba83982b
SM
8587 allout-mode behaviors (hanging indent on topics, if configured for it).
8588 Remove all allout-exposure-category overlays on mode deactivation.
01fc9422
EZ
8589 (allout-hotspot-key-handler): New function extracted from
8590 `allout-pre-command-business', so the functionality can be used
8591 for other purposes, eg as a binding in an overlay.
8592 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8593 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8594 customization variable.
8595 (allout-run-unit-tests): Run the (currently quite small)
8596 repertoire of unit tests. Called just before the provide iff user
8597 has customized `allout-run-unit-tests-on-load' non-nil.
8598
e24f9e5a 85992006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
7ad783eb
KL
8600
8601 * emacs-lisp/authors.el (authors-aliases): Update.
8602
02248b85
NR
86032006-07-14 Nick Roberts <nickrob@snap.net.nz>
8604
8605 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8606 gdb-source-window. Add dedicated argument.
8607 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8608 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8609 (gdb-display-threads-buffer, gdb-display-memory-buffer)
8610 (gdb-display-locals-buffer): Use it.
8a8476f9 8611
02248b85
NR
8612 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8613 Set gdb-source-window.
8614
02dcdad3
SM
86152006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8616
8617 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8618 minor modes, redundant with the custom-autoload line above.
8619
6991960b
CY
86202006-07-12 Chong Yidong <cyd@stupidchicken.com>
8621
02dcdad3 8622 * longlines.el (longlines-post-command-function): Handle open-line too.
6991960b 8623
2c6e026a
RS
86242006-07-12 Richard Stallman <rms@gnu.org>
8625
8626 * progmodes/grep.el (grep-last-buffer): Doc fix.
8627
8628 * info.el (Info-try-follow-nearest-node): Doc fix.
8629
8630 * emacs-lisp/edebug.el (edebug-instrument-function):
8631 Err if find-function-noselect gives no position.
8632
8633 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8634 If can't find definition, return nil for position.
8635 (find-function-do-it): Handle new return value
8636 of find-definition-noselect.
68ade564 8637 (find-definition-noselect, find-variable-noselect): Doc fix.
2c6e026a
RS
8638 (find-function-noselect): Doc fix.
8639
8640 * help-mode.el (help-variable-def): Handle find-variable-noselect
8641 returning no position.
8642 (help-function-def): Likewise for find-function-search-for-symbol.
8643 (help-face-def): Likewise.
8644
8645 * help-fns.el (describe-variable): Handle find-variable-noselect
8646 returning no position.
8647
8648 * files.el (locate-file-completion): Avoid duplicates in result.
8649
8650 * cus-edit.el (custom-no-edit): New command.
8651 (custom-mode-map): Remap to custom-no-edit instead of
8652 using suppress-keymap.
8653
78fc0ace
NR
86542006-07-12 Nick Roberts <nickrob@snap.net.nz>
8655
8a8476f9
KS
8656 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8657 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1a408ced 8658 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
78fc0ace
NR
8659
8660 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8661
2e42ee7b
KS
86622006-07-11 Kim F. Storm <storm@cua.dk>
8663
8664 * ido.el (ido-copy-current-file-name): Use buffer-name if
8665 buffer-file-name is nil.
8666
ce4746a3
CY
86672006-07-11 Chong Yidong <cyd@stupidchicken.com>
8668
1223933d
CY
8669 * simple.el (undo-ask-before-discard): Set to nil.
8670
0f7ea453
CY
8671 * vc.el (vc-exec-after): Don't delete process manually.
8672 (vc-print-log): Run log-view-mode in process sentinel inside
8673 inhibit-read-only. Don't shrink window due to timing issues.
8674
02dcdad3
SM
8675 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8676 Avoid using with-output-to-temp-buffer, which clobbers local vars.
ce4746a3 8677
b8fa0ffd
SM
86782006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8679
8680 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8681 Fix ambiguity introduced by last change.
8682 (compilation-find-file): Move save-excursion to where it may
8683 make sense. Fix a left over `find-file'.
8684
ed48e7e8
RC
86852006-07-11 Robert J. Chassell <bob@rattlesnake.com>
8686
68ade564 8687 * textmodes/texinfmt.el (texinfo-format-separate-node):
b8fa0ffd
SM
8688 Insert a string before point, which fits documentation, not after.
8689 (texinfo-multitable-item): In a multitable row, insert any
8690 additional needed @tabs and spaces.
ed48e7e8 8691
b05b996f
NR
86922006-07-11 Nick Roberts <nickrob@snap.net.nz>
8693
8a8476f9
KS
8694 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8695 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
b05b996f
NR
8696 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8697 instead of shell-command.
8a8476f9
KS
8698 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8699 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8700 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8701 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8702 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8703 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
b05b996f 8704
d81b041a
KS
87052006-07-11 Kim F. Storm <storm@cua.dk>
8706
8707 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
ff97f952 8708 Remove special case for seconds < 0. Use (redisplay t) instead.
d81b041a 8709
0369eb85
CY
87102006-07-10 Chong Yidong <cyd@stupidchicken.com>
8711
4a63ceb8
SM
8712 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8713 avoid compilation error.
d157aaaa 8714
0369eb85
CY
8715 * subr.el (sit-for): New function.
8716
8717 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8718
2946191d
RS
87192006-07-10 Richard Stallman <rms@gnu.org>
8720
8721 * ldefs-boot.el (edebug): Update page.
8722
77034d43
KS
87232006-07-10 Kim F. Storm <storm@cua.dk>
8724
8725 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8726 to FOR-RELEASE and TODO.
8727
a8d37031
RF
87282006-07-10 Romain Francoise <romain@orebokech.com>
8729
8730 * emacs-lisp/authors.el (authors-aliases): Update.
8731
3c0ab532
AM
87322006-07-10 Alan Mackenzie <acm@muc.de>
8733
77034d43
KS
8734 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8735 * cc-mode.el: Changes to eradicate eval-after-load.
3c0ab532 8736
4b6b279f
CY
87372006-07-09 Chong Yidong <cyd@stupidchicken.com>
8738
8739 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8740 on non-char events.
8741
933f8467
RF
87422006-07-09 Romain Francoise <romain@orebokech.com>
8743
47f97084
RF
8744 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8745 Don't highlight start/end markers as compilation messages.
8746
933f8467
RF
8747 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8748 to t.
8749
5fc5b7e8
SM
87502006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8751
8752 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8753
3aa7c28e
RS
87542006-07-08 Richard Stallman <rms@gnu.org>
8755
8756 * term/x-win.el (x-handle-display): Add doc string.
8757
8758 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8759
5fc5b7e8
SM
8760 * subr.el (def-edebug-spec): Move here.
8761 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
3aa7c28e
RS
8762
8763 * imenu.el (imenu-choose-buffer-index): Doc fix.
8764
366f1741
RF
87652006-07-08 Romain Francoise <romain@orebokech.com>
8766
8767 * term/x-win.el (x-display-name): Fix typo.
8768
10944042
EZ
87692006-07-08 Eli Zaretskii <eliz@gnu.org>
8770
7f9da0f3
EZ
8771 * hexl.el (hexl-find-file): Doc fix.
8772
10944042
EZ
8773 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8774
6f6c5fb3
CY
87752006-07-07 Chong Yidong <cyd@stupidchicken.com>
8776
8777 * term/x-win.el (x-display-name): Doc fix.
8778
e2536e57
SM
87792006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8780
55f6a280
SM
8781 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8782 long prefixes.
8783 (fill-region-as-paragraph): Don't round up to a whole line.
8784 (fill-comment-paragraph): Don't include the code-before-the-comment
8785 when calling fill-region-as-paragraph.
8786
2850984d
SM
8787 * international/mule.el (make-char): Remove redundancy.
8788
e0b4be6c
SM
8789 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8790 property may contain an anonymous function rather than a symbol.
8791
e5a099ec
SM
8792 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8793
24a768a0
SM
8794 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8795 Use shy regexp. Fix incorrect backref to potentially unmatched group.
8796
df8a0bff
SM
8797 * dirtrack.el (dirtrack-default-directory-function): Remove.
8798 (dirtrack-directory-function): Use file-name-as-directory.
8799 (dirtrack-windows-directory-function): Simplify.
8800 (dirtrack-forward-slash, dirtrack-backward-slash)
8801 (dirtrack-replace-slash): Remove.
8802 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8803 (dirtrack): Fix wrong parenthesizing; use match-string.
8804
e2536e57
SM
8805 * progmodes/octave-inf.el: Remove spurious * in docstrings.
8806 (inferior-octave-mode): Only change the buffer-local value of
8807 comint-dynamic-complete-functions.
8808 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8809 Move the initialization to the declaration.
8810 (inferior-octave-complete): Remove unused var `filter'.
8811
8812 * shell.el (shell-mode): Only change the buffer-local value of
8813 comint-dynamic-complete-functions.
8814
c7251076
CD
88152006-07-07 Carsten Dominik <dominik@science.uva.nl>
8816
8817 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8818 entry is skipped because it has been scheduled.
8819 (org-prepare-agenda-buffers): Don't mark buffers as modified when
8820 changing `:org-archived' and `:org-comment' properties.
8821
077f47e2
CY
88222006-07-06 Chong Yidong <cyd@stupidchicken.com>
8823
30088515
CY
8824 * server.el (server-select-display): Don't make the temp frame
8825 minibuffer-only, in case it's not a temp frame.
8826 (server-process-filter): Don't delete the temp frame if it's the
8827 only one we have on that display.
8828
077f47e2
CY
8829 * files.el (find-alternate-file): Doc fix.
8830
978db147
RS
88312006-07-05 Richard Stallman <rms@gnu.org>
8832
8833 * files.el (abbreviate-file-name): Add save-match-data.
8834
88352006-07-03 Richard Stallman <rms@gnu.org>
8836
8837 * faces.el (read-face-name): Doc fix.
8838
0d61de90
CY
88392006-07-05 Chong Yidong <cyd@stupidchicken.com>
8840
8841 * net/goto-addr.el (goto-address): Mark as safe for local evals.
8842
db1cc7cb
AS
88432006-07-05 Andre Spiegel <spiegel@gnu.org>
8844
8845 * vc.el (vc-diff-internal): Fix prev change.
8846
180f018c
TTN
88472006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8848
8849 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8850 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8851
5630d672
SM
88522006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8853
8854 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8855 fails if the symbol contains chars like ( or '.
8856 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8857 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8858 `short'.
8859
2462bc66
KH
88602006-07-04 Kenichi Handa <handa@m17n.org>
8861
8862 * international/mule-cmds.el (set-language-info): If LANG-ENV is
8863 the current one, don't call set-language-environment, but call one
8864 of set-language-environment-XXX to make INFO effective now.
8865 (set-language-environment): Call set-language-environment-XXX
8866 functions instead of doing the various setups directly.
ce0d4998 8867 (set-language-environment-coding-systems): Delete argument eol-type.
2462bc66
KH
8868 (set-language-environment-input-method)
8869 (set-language-environment-nonascii-translation)
8870 (set-language-environment-charset)
8871 (set-language-environment-fontset)
8872 (set-language-environment-unibyte): New functions.
8873
3958015d
LT
88742006-07-03 Luc Teirlinck <teirllm@auburn.edu>
8875
8876 * locate.el (locate-update-when-revert): New option.
8877 (locate-update-path): New option (suggested by Michael Albinus).
8878 (locate-prompt-for-command): Whitespace change.
8879 (locate-update): No longer offer to update the locate database by
8880 default. Implement the two new options.
8881
8e286cec
NR
88822006-07-04 Nick Roberts <nickrob@snap.net.nz>
8883
8884 * tooltip.el: Move comment about track-mouse...
8885
8886 * progmodes/gud.el: ...to here.
8887
b6a67507
CY
88882006-07-03 Chong Yidong <cyd@stupidchicken.com>
8889
8890 * facemenu.el (facemenu-listed-faces): New var.
8891 (facemenu-unlisted-faces): Variable deleted.
8892 (facemenu-add-new-face): Use facemenu-listed-faces.
8893
8894 * emulation/viper-init.el, calendar/calendar.el:
8895 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8896
8be296ef
CD
88972006-07-03 Carsten Dominik <dominik@science.uva.nl>
8898
ce0d4998 8899 * textmodes/org.el (org-mode): Remove no invalid settings for
8be296ef
CD
8900 calc embedded mode.
8901 (org-mode-p): New defsubst.
8902 (org-save-all-org-buffers): New function.
8903 (org-first-headline-recenter): Enclose outline-regexp in group
8904 delimiters.
7f70c4e9 8905 (org-set-tags): Keep single space after stars.
8be296ef 8906
ce0d4998
SM
89072006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8908
8909 * window.el (set-window-text-height): Only set window-min-height to
8910 1 if that's the requested size.
8911
8912 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8913 (diff-unified->context, diff-context->unified)
8914 (diff-reverse-direction): Make sure the end marker stays at the end.
8915 (diff-mode): Add the keymap table at the end of docstring.
8916 Use lexical-let rather than constructing a closure manually.
8917
8918 * files.el (find-file-noselect-1): Remove unused var assignment.
8919 (hack-local-variables-confirm): Print lists of strings as lists of
8920 strings rather than lists of symbols.
8921 (abbreviate-file-name, hack-local-variables-prop-line):
8922 Use match-string.
8923 (hack-one-local-variable): Move `make-local-variable' nearer its use.
8924 (recover-session-finish): Use line-end-position.
8925
d163f71e
MA
89262006-07-02 Michael Albinus <michael.albinus@gmx.de>
8927
8928 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8929
88983f8c
DP
89302006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
8931
ce0d4998
SM
8932 * progmodes/make-mode.el (makefile-macroassign-regex):
8933 Accept preceding keyword.
88983f8c
DP
8934 (makefile-gmake-statements): Reorganize, now that makepp has
8935 "override" and also handle forgotten "override define".
8936 (makefile-makepp-statements): Add new "global", "override export"
8937 and "override global".
8938
ac4d9de0
JB
89392006-06-30 Juanma Barranquero <lekktu@gmail.com>
8940
8941 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8942 (ada-compile-mouse-goto-error, ada-deactivate-properties)
8943 (ada-no-auto-case): Fix typos in docstrings.
8944
4a073066
NR
89452006-06-30 Nick Roberts <nickrob@snap.net.nz>
8946
8947 * info.el (Info-find-node-2): Search for makeinfo version more
8948 carefully.
8949
a71f543e
CD
89502006-06-29 Carsten Dominik <dominik@science.uva.nl>
8951
ce0d4998
SM
8952 * textmodes/org.el (org-prepare-agenda-buffers):
8953 Use `invisible-OK' argument for `org-end-of-subtree'.
8954 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8955 (org-beginning-of-item): Fix bug in regular expression for white line.
8956 (org-export-as-html): Enforce space after bullet in plain list items.
a71f543e
CD
8957 (org-set-autofill-regexps): Require space after plain list bullet
8958 for paragraph-start.
8959 (org-ts-regexp3): New constant.
8960 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8961 (org-timestamp-up-day, org-timestamp-down-day)
8962 (org-timestamp-change): Work with inactive timestamps.
8963 (org-ts-regexp1): Don't allow brackets in time stamps.
8964
9ee1e2d8
NR
89652006-06-29 Nick Roberts <nickrob@snap.net.nz>
8966
8967 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8968 for ignoring links.
8969
8970 * faces.el (read-face-name): Use it.
8971
f98f7873
JL
89722006-06-28 Juri Linkov <juri@jurta.org>
8973
8974 * buff-menu.el (list-buffers-noselect): Compare Info file
8975 with the string "dir" to detect Info directory.
8976
8977 * complete.el (partial-completion-mode): In lambda for
8978 `choose-completion-string-functions' use full function signature
8979 with 4 args, and move point to the end of the minibuffer only if arg
8980 `mini-p' is non-nil.
8981
4c38df30
JPW
89822006-06-28 John Paul Wallington <jpw@pobox.com>
8983
8984 * ibuffer.el (ibuffer-mode): Doc fix.
8985
c9ca81df
CD
89862006-06-28 Carsten Dominik <dominik@science.uva.nl>
8987
8988 * textmodes/org.el (org-context): New contexts :item-bullet,
8989 :latex-fragment, :latex-preview.
ce0d4998
SM
8990 (org-overlays-at, org-overlay-start, org-overlay-end):
8991 New compatibility functions.
c9ca81df
CD
8992 (org-inside-LaTeX-fragment-p): More accurate matching, using the
8993 exact regexp that will be used during export.
8994 (org-latex-regexps): New variable.
ce0d4998 8995 (org-cdlatex-mode): Improve advice for `texmathp'.
c9ca81df
CD
8996 (turn-on-org-cdlatex): New function.
8997
3ff05183
YM
89982006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8999
9000 * term/mac-win.el (mac-handle-font-selection): Change keys of
9001 mac-atsu-font-table from strings to numbers.
9002 (mac-ts-caret-position): Use also when cursor-type is nil.
9003 (mac-ts-update-active-input-area): Add Mac OS Classic support.
ce0d4998
SM
9004 Relax condition for using overlay strings.
9005 Use mac-ts-caret-position face when cursor-type is nil.
3ff05183 9006
02bc285c
KS
90072006-06-26 Kim F. Storm <storm@cua.dk>
9008
9009 * help.el (view-emacs-news): Declare `res' in the right let* form.
9010
08b1eb21
MA
90112006-06-25 Michael Albinus <michael.albinus@gmx.de>
9012
9013 * net/rcompile.el (remote-compile): Replace ange-ftp based
8a8476f9
KS
9014 implementation by Tramp functions.
9015 Suggested by Marc Abramowitz <msabramo@gmail.com>.
08b1eb21
MA
9016
9017 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
9018
eff6bfea
EZ
90192006-06-24 Yoshinori Koseki <kose@meadowy.org>
9020
9021 * international/fontset.el (setup-default-fontset): Fix a typo in
9022 the "Oriya-Akruti" registry name.
9023
0625ded0 90242006-06-23 Lars Hansen <larsh@soem.dk>
f8e83735 9025
11425834
LH
9026 * desktop.el (desktop-full-file-name): New function.
9027 (desktop-kill, desktop-save, desktop-remove, desktop-read)
9028 (desktop-revert): Use it.
9029 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
9030 (desktop-after-read-hook): Add option list-buffers.
9031 (desktop-locals-to-save): Add tab-width.
9032 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
9033 Fix docstring.
9034
353694fd
CD
90352006-06-23 Carsten Dominik <dominik@science.uva.nl>
9036
9037 * textmodes/org.el (org-cdlatex-mode-map)
9038 (org-cdlatex-texmathp-advice-is-done): New variables.
9039 (org-cdlatex-mode): New minor mode.
f8e83735
KS
9040 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
9041 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
353694fd 9042 (org-export-with-archived-trees): New option.
ce0d4998 9043 (org-open-file): Remove the call to `convert-standard-filename'.
353694fd
CD
9044 (org-archive-tag, org-agenda-skip-archived-trees)
9045 (org-cycle-open-archived-trees)
9046 (org-sparse-tree-open-archived-trees): New options.
9047 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
0625ded0
JB
9048 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
9049 New functions.
f8e83735
KS
9050 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
9051 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
353694fd
CD
9052 (org-mode-map): Add binding for `org-toggle-archive-tag'.
9053 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
9054 Call `org-prepare-agenda-buffers'.
9055 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
9056 (org-file-apps, org-file-apps-defaults-gnu)
f8e83735
KS
9057 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
9058 Handle remote files by forcing them to be opened in Emacs.
353694fd 9059
98a9cad3
AS
90602006-06-23 Andre Spiegel <spiegel@gnu.org>
9061
9062 * vc.el (vc-diff-knows-L): New variable.
9063 (vc-diff-internal): Use it to handle "diff" programs that don't
f8e83735 9064 understand -L. This works automatically, no user action is necessary.
98a9cad3 9065
18aa2c90
EZ
90662006-06-23 Daniel Brockman <daniel@brockman.se>
9067
9068 * net/rcirc.el (rcirc-default-user-full-name): Default to
9069 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
9070 longer exists).
9071 (rcirc-process-list): Check `buffer-live-p' before attempting to
9072 switch to a buffer.
9073
aac5d1fd
EZ
90742006-06-23 Ryan Yeske <rcyeske@gmail.com>
9075
9076 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
9077 based on rcirc-coding-system-alist.
9078
81711dba
EZ
90792006-06-23 Martin Rudalics <rudalics@gmx.at>
9080
9081 * cus-edit.el (customize-apropos): A better error message.
9082 (top level) <debug-ignored-errors>: Extend and update the list of
9083 ignored error messages.
9084
08fd202a
EZ
90852006-06-23 Michael Ernst <mernst@alum.mit.edu>
9086
9087 * complete.el (PC-do-completion): Retain capitalization of user
9088 input, when possible, even if completion-ignore-case is set.
9089
28fa06ea
EZ
90902006-06-23 Eli Zaretskii <eliz@gnu.org>
9091
6453a10e
EZ
9092 * generic-x.el (bat-generic-mode): Support .cmd files.
9093
28fa06ea
EZ
9094 * dos-w32.el (top level): Use find-file-not-found-functions
9095 instead of the obsolete find-file-not-found-hooks.
9096
9b8648b8
KS
90972006-06-22 Kim F. Storm <storm@cua.dk>
9098
9099 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
9100 to recognize mode name containing submodes, such as Grep/lw.
9101
43a37241
KS
91022006-06-21 Kim F. Storm <storm@cua.dk>
9103
9104 * simple.el (line-move-1): Check for move-end-of-line instead of
9105 end-of-line when setting temporary-goal-column.
9106
a2064b09
MB
91072006-06-21 Miles Bader <miles@gnu.org>
9108
9109 * play/cookie1.el (cookie): Work properly when there's only one entry.
9110
210e35f7
NR
91112006-06-21 Nick Roberts <nickrob@snap.net.nz>
9112
9113 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
e72e0e31 9114 (gdb-frame-handler): Generalize frame regexp for templates.
210e35f7 9115
b0352ddf
GM
91162006-06-20 Glenn Morris <rgm@gnu.org>
9117
9118 * calendar/appt.el (appt-display-format): Default value must be
9119 one of the customize options.
9120
2b0193e1
DN
91212006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
9122
e72e0e31
KS
9123 * term/xterm.el (terminal-init-xterm): Update key availability info.
9124 Bind C-return.
2b0193e1 9125
e72e0e31 9126 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2b0193e1 9127
809b6e98
CY
91282006-06-20 Chong Yidong <cyd@stupidchicken.com>
9129
a548f3d7
CY
9130 * files.el (hack-local-variables): Run `hack-local-variables-hook'
9131 whether or not a local variables list is defined.
9132
809b6e98
CY
9133 * msb.el (msb): Move `sit-for' hack here to handle both
9134 "mouse-down and drag" and "mouse-up and select" situations.
9135 (mouse-select-buffer): Move `sit-for' hack to `msb'.
9136
1e0fd4cd
KH
91372006-06-20 Kenichi Handa <handa@m17n.org>
9138
f8e83735
KS
9139 * international/characters.el (word-combining-categories):
9140 Add entries for 2-byte Han characters.
1e0fd4cd 9141
a5bd14d3
RS
91422006-06-19 Richard Stallman <rms@gnu.org>
9143
9144 * bindings.el (mode-line-format): Save some mode line space.
9145
9146 * files.el (find-file-noselect): Improve the question wording.
9147 (basic-save-buffer-2): Mask UMASK against 666.
9148
9149 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
9150 (mouse-drag-vertical-line): Call it.
9151
d669197d 9152 * cus-edit.el (customize-option, customize-option-other-window):
a5bd14d3
RS
9153 Error if SYMBOL is nil.
9154
3d62681d
CD
91552006-06-19 Carsten Dominik <dominik@science.uva.nl>
9156
9157 * textmodes/org.el: Require noutline, also on XEmacs.
9158 (org-end-of-subtree): Return point.
9159 (org-dblock-start-re, org-dblock-end-re): New constants.
9160 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
9161 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
9162 (org-update-all-dblocks, org-find-dblock): New functions.
9163 (org-collect-clock-time-entries): New function.
9164 (org-html-handle-time-stamps): Never export CLOCK timeranges.
ce0d4998 9165 (org-fixup-indentation): Modify to deal correctly with lines
3d62681d
CD
9166 starting with TAB. Only one argument DIFF now.
9167 (org-demote, org-promote): Call `org-fixup-indentation' with just
9168 one argument, DIFF.
9169 (org-mode): Don't mark buffer as modified when aligning tables.
f8e83735 9170 (org-clock-sum): Don't mark buffer modified when adding time sum
3d62681d 9171 properties.
ce0d4998 9172 (org-export-as-html): Add support for a link validation function.
3d62681d
CD
9173 (org-archive-all-done): New function.
9174 (org-archive-subtree): New prefix argument. When set, archive all
9175 done subtrees in this buffer.
9176 (org-remove-clock-overlays)
e72e0e31
KS
9177 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
9178 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
3d62681d
CD
9179 (org-put-clock-overlay): Don't swallow last headline character
9180 when displaying overlay.
9181 (org-store-link): Link to `image-mode' with just the file name.
3d62681d 9182
ec6aebe8 91832006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
d669197d 9184
e72e0e31
KS
9185 * viper-cmd.el (viper-special-read-and-insert-char):
9186 Use read-key-sequence.
9187 (viper-after-change-undo-hook): Misc enhancements.
9188 (viper-after-change-undo-hook): New hook.
9189 (viper-undo): Use viper-after-change-undo-hook.
f8e83735 9190 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
ec6aebe8
MK
9191 (viper-next-line-at-bol): If point is on a widget or a button, simulate
9192 clicking on that widget/button.
d669197d 9193
1a408ced 9194 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
d669197d 9195
e72e0e31
KS
9196 * ediff-diff (ediff-test-patch-utility): Catch errors.
9197 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
9198 (ediff-set-actual-diff-options): New function.
ec6aebe8 9199 (ediff-reset-diff-options, ediff-toggle-ignore-case):
e72e0e31
KS
9200 Use ediff-set-actual-diff-options.
9201 (ediff-extract-diffs): Catch errors.
9202 (ediff-whitespace): Add non-breakable space.
9203 (ediff-same-file-contents): Catch errors.
9204
9205 * ediff-mult.el (ediff-collect-custom-diffs):
9206 Save coding-system-for-read.
9207
9208 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
9209 (ediff-vc-internal, ediff-vc-merge-internal):
9210 Use ediff-delete-version-file.
9211 (ediff-delete-version-file): New function.
9212
9213 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
9214
9215 * ediff.el (ediff-directories, ediff-directory-revisions)
9216 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
9217 (ediff-directories-internal, ediff-merge-directory-revisions)
9218 (ediff-merge-directory-revisions-with-ancestor)
9219 (ediff-directories3): Use read-directory-name.
d669197d 9220
e924d021
RF
92212006-06-18 Ralf Angeli <angeli@caeruleus.net>
9222
ce0d4998
SM
9223 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
9224 Remove superfluous part of regexp for brace matching which is handled
9225 by `scan-lists' call.
e924d021 9226
d1ae9041
RS
92272006-06-16 Richard Stallman <rms@gnu.org>
9228
9229 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
9230
9231 * files.el (basic-save-buffer-2): For a new precious file,
9232 use the default modes in the return value.
9233
9234 * facemenu.el (facemenu-color-alist): Doc fix.
9235
9236 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
9237
aa2f234a
YM
92382006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9239
9240 * cus-start.el (all): Add mac-ts-script-language-on-focus.
9241
9242 * term/mac-win.el (mac-text-encoding-ascii): New constant.
9243 (mac-utxt-to-string): Use it.
9244 (mac-ts-update-active-input-area): Use mac-ae-number.
9245
2f182d8d
DN
92462006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9247
9248 * term.el (term-handle-scroll, term-delete-lines)
9249 (term-insert-lines): Fix off by one errors.
9250
8a7269eb
MA
92512006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
9252
9253 * net/tramp.el (tramp-touch): Use UTC to express time.
9254
c43d7539
CY
92552006-06-15 Chong Yidong <cyd@stupidchicken.com>
9256
9257 * mail/sendmail.el (mail-send): Search explicitly for
9258 mail-header-separator when checking for corrupted header lines.
9259
e86a3316
NR
92602006-06-15 Nick Roberts <nickrob@snap.net.nz>
9261
9262 * progmodes/gdb-ui.el (gdb-same-frame): New option.
9263 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
9264 (gdb-init-1): Initialise them.
9265 (gdb-starting): Reset gdb-printing
9266 (gdb-starting): Save value of gud-overlay-arrow-position.
9267 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
9268 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
9269 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
9270 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
9271
608f2671
SM
92722006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9273
9274 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
9275
90557512
CY
92762006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
9277
9278 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
9279 (ldap-search-internal): Keep error messages, and a regexp fix.
9280
15a8ea0c
TTN
92812006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
9282
9283 * files.el (hack-local-variables-confirm):
9284 Display string value using its printed representation.
9285
6b519504
CY
92862006-06-11 Chong Yidong <cyd@stupidchicken.com>
9287
9288 * server.el (server-edit): No-op if no server buffers exist.
9289
11f89289
RC
92902006-06-11 Robert J. Chassell <bob@rattlesnake.com>
9291
608f2671 9292 * textmodes/page-ext.el (pages-directory-for-addresses):
11f89289
RC
9293 Including `pages-directory-address-mode' in the function results
9294 in the message "Buffer in which pages were found is deleted".
9295
23643307
CD
92962006-06-10 Carsten Dominik <dominik@science.uva.nl>
9297
0625ded0 9298 * textmodes/org.el (org-agenda-mode-map): Add bindings for
7225c342 9299 clocking functions.
11f89289 9300
23643307
CD
9301 (org-agenda-clock-in, org-check-running-clock)
9302 (org-clock-out-if-current, org-remove-clock-overlays)
9303 (org-put-clock-overlay): New functions.
9304 (org-clock-marker, org-clock-file-total-minutes)
7225c342 9305 (org-clock-overlays): New variables.
23643307
CD
9306 (org-clock-display, org-clock-sum, org-clock-cancel)
9307 (org-clock-out, org-clock-in): New commands.
9308 (org-export): New function.
9309 (org-emph-re): New constant.
9310 (org-set-emph-re, org-do-emphasis-faces): New functions.
9311 (org-emphasis-regexp-components, org-emphasis-alist): New options.
9312 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
7225c342 9313 (org-export-html-convert-emphasize): Use the configurable emphasis.
23643307
CD
9314 (org-cleaned-string-for-export): Make multiline emphasis visible
9315 to the exporter. New optional argument PARAMETERS.
9316 (org-export-as-html): Specify :emph-multiline parameter to
9317 `org-cleaned-string-for-export'.
9318
9e362b84
RS
93192006-06-10 Richard Stallman <rms@gnu.org>
9320
9321 * help.el (help-for-help-internal): Clean up help text.
9322
ddfca4e6
AS
93232006-06-10 Andreas Schwab <schwab@suse.de>
9324
9325 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
9326 in doc string.
9327
9d3ba24c
AS
9328 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
9329
7cb93181
EZ
93302006-06-09 Karl Chen <quarl@cs.berkeley.edu>
9331
9332 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
9333 spaces after the comment start.
9334
36ac5ea5
KS
93352006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9336
f47adf18
TTN
9337 * play/pong.el (pong-init-buffer):
9338 Fill buffer with spaces instead of ^A.
9339
36ac5ea5
KS
9340 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
9341 launched asynchronously, delete its process instead of being cool.
9342 (ispell-async-processp): Check for `delete-process' existence
9343 instead of `kill-process' one for consistency.
9344
f9ff5ee1
NR
93452006-06-09 Nick Roberts <nickrob@snap.net.nz>
9346
9347 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
9348 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
9349 in mode line at startup.
9350
f17f26a1
KS
93512006-06-08 Kim F. Storm <storm@cua.dk>
9352
9353 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
9354 (ido-init-completion-maps): Bind them to M-SPC and M-v.
d25203fd 9355 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
532a001d 9356 (ido-file-internal): Pass full file name to write-file.
e819ce9e
KS
9357 (ido-read-internal): Only pop stack elements automatically if they
9358 actually match an existing directory or file name.
f17f26a1 9359
8dec0e01
KH
93602006-06-07 Kenichi Handa <handa@m17n.org>
9361
9362 * international/mule.el (find-auto-coding): Don't handle the short
9363 name `char-trans'.
9364
9365 * files.el (hack-local-variables-prop-line)
9366 (hack-local-variables): Cancel the previous change.
9367
79f28143
JH
93682006-06-06 Jesper Harder <harder@phys.au.dk>
9369
608f2671 9370 * ediff-diff.el (ediff-test-utility): Protect against file-error.
79f28143 9371
53dd481c
CY
93722006-06-06 Chong Yidong <cyd@stupidchicken.com>
9373
9374 * diff-mode.el (diff-mode): Set buffer-read-only to t when
ce0d4998 9375 diff-default-read-only is non-nil.
dd24cb37
CY
9376 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
9377 (diff-refine-hunk): Set inhibit-read-only to t.
53dd481c
CY
9378
9379 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
9380 modifying the *Diff* buffer.
9381 (diff-process-filter): New filter function for diff process that
9382 sets inhibit-read-only to t when modifying the *Diff* buffer.
9383
98a53802
CD
93842006-06-06 Carsten Dominik <dominik@science.uva.nl>
9385
0625ded0 9386 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
98a53802
CD
9387 insertion point and control the number of empty lines.
9388 (org-paste-subtree): Limit the number of empty lines at the end of
9389 the inserted tree.
9390 (org-agenda): Use buffer name of current file for narrowing.
9391 (org-export-as-xml): Command removed.
9392 (org-export-xml-type): Option removed.
9393 (org-mode-map): Call `org-export-as-xoxo' directly.
9394 (org-get-indentation): New optional argument LINE.
9395 (org-fix-indentation, org-remove-tabs): New functions.
9396 (org-export-as-ascii, org-ascii-level-start): Determine and apply
9397 correct indentation for headlines that are converted it items.
9398 (org-skip-comments): Remove table lines that contain narrowing
9399 cookies but no other non-empty fields.
9400 (org-set-tags): Allow groups of mutually exclusive tags.
9401 (org-cmp-time): Sort 24:21 before items without time.
608f2671 9402 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
98a53802
CD
9403 (org-open-at-point): Require double colon also for numbers.
9404
92f0c93d
KS
94052006-06-06 Kim F. Storm <storm@cua.dk>
9406
9407 * ido.el (ido-default-file-method, ido-default-buffer-method):
9408 Make choice values consistent with corresponding command names.
9409 (ido-visit-buffer): Update accordingly. Default to selected-window.
9410
876bd6e4
NR
94112006-06-06 Nick Roberts <nickrob@snap.net.nz>
9412
9413 * progmodes/gud.el (gud-running): Fix doc string.
9414 (gud-menu-map): Use :visible instead fo :enable for debugger test.
9415 (gud-tooltip-modes): Add python-mode.
9416 (gud-tooltip-print-command): Add pdb. Remove perldb.
9417
3152b1eb
EZ
94182006-06-05 Eli Zaretskii <eliz@gnu.org>
9419
92f0c93d
KS
9420 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
9421 Quote $(EMACS).
3152b1eb 9422
43c58260
RS
94232006-06-05 Richard Stallman <rms@gnu.org>
9424
9425 * faces.el (defined-colors): Doc fix.
9426
58ce5535
TTN
94272006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
9428
92f0c93d
KS
9429 * vc.el (vc-process-filter): Inhibit undo info collection around
9430 call to insert.
58ce5535
TTN
9431 (vc-setup-buffer): Likewise for call to erase-buffer.
9432 (vc-do-command): Likewise for call to process-file.
9433
623c14d3
NR
94342006-06-05 Nick Roberts <nickrob@snap.net.nz>
9435
9436 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
9437 for gud-go.
9438 (gud-common-init): Other debuggers may trigger error.
9439
f090034b
KH
94402006-06-05 Kenichi Handa <handa@m17n.org>
9441
608f2671
SM
9442 * international/mule.el (find-auto-coding):
9443 Handle enable-character-translation in file header.
f090034b 9444
32a877bb
KS
94452006-06-04 Kim F. Storm <storm@cua.dk>
9446
34c614a8
KS
9447 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
9448 (authors-fixed-entries): Fix spelling.
9449 (authors-canonical-file-name): Don't report error for wildcards.
9450
32a877bb 9451 * help.el (view-emacs-news): Rewrite to support new NEWS,
ce0d4998 9452 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
32a877bb 9453 e.g. version 10 matches 1.10, and don't be confused by version 1.1
ce0d4998 9454 being a prefix of 1.12 (etc). A numeric prefix arg also works.
32a877bb 9455
af6aef87 94562006-06-03 Vivek Dasmohapatra <vivek@etla.org>
6d39902f
EZ
9457
9458 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
9459 exec constructs like `foo bar`.
9460 (sh-quoted-subshell): New helper function to search for a possibly
9461 nested subshell (like `` or $()) within a "" quoted string.
9462 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
9463 (sh-apply-quoted-subshell): Flag quote characters inside a
9464 subshell, which is itself already in a quoted region, as
9465 punctuation, since this is the closest to what they actually are.
9466 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
9467 sh-apply-quoted-subshell.
9468 (sh-font-lock-syntactic-face-function): Apply the new face for
9469 text inside `` instead of the old font-lock-string-face.
9470
fabcf455
YM
94712006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9472
9473 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
9474 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
9475 (mac-bytes-to-text-range, mac-ae-text-range-array)
9476 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
9477 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
63fbb644 9478 (mac-ts-unicode-for-key-event): New functions.
fabcf455
YM
9479 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
9480 (mac-handle-font-selection): Use mac-ae-number.
9481 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
9482 New variables.
9483 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
9484 (mac-ts-converted-text, mac-ts-selected-converted-text)
9485 (mac-ts-block-fill-text, mac-ts-outline-text)
9486 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
9487 (mac-ts-hilite-style-faces): New constant.
9488 (mac-apple-event-map): Bind text input events.
9489 (mac-dispatch-apple-event): Use command-execute instead of
9490 call-interactively.
9491 (global-map): Don't bind mac-apple-event.
9492 (special-event-map): Bind mac-apple-event.
9493
3d80c941
EZ
94942006-06-02 Eli Zaretskii <eliz@gnu.org>
9495
9496 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
9497 file name.
9498 (emacs): Enclose the value of $(EMACS) in quotes.
9499
2e17852c
JL
95002006-06-02 Juri Linkov <juri@jurta.org>
9501
9502 * international/mule.el (sgml-html-meta-auto-coding-function):
9503 Remove the condition `(search-forward "<html" size t)'.
9504 Replace `\"' with `[\"']?' in `re-search-forward'.
9505
62e51d53
KH
95062006-06-02 Kenichi Handa <handa@m17n.org>
9507
9508 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
9509 as well as `coding'.
9510 (hack-local-variables): Likewise.
9511
608f2671
SM
9512 * international/mule.el (enable-character-translation):
9513 Put permanent-local and safe-local-variable properties.
62e51d53
KH
9514 (find-auto-coding): Handle char-trans: tag.
9515
605e71f1
KH
95162006-06-02 Juri Linkov <juri@jurta.org>
9517
9518 * international/mule.el (sgml-html-meta-auto-coding-function):
9519 Limit the search by the end of the HTML header (if any).
9520
08a61c99
RS
95212006-06-01 Richard Stallman <rms@gnu.org>
9522
9523 * subr.el (with-current-buffer): Doc fix.
9524
eb3d9609
MY
95252006-06-02 Masatake YAMATO <jet@gyve.org>
9526
06c7827a 9527 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
0625ded0 9528 Almost rewrite. Underlines over all lines of gcov output are too
eb3d9609
MY
9529 uncomfortable to read. Suggested by Dan Nicolaescu.
9530
90d40a35
LT
95312006-06-01 Luc Teirlinck <teirllm@auburn.edu>
9532
9533 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
9534
9535 * shell.el (shell-mode): Use shell-mode-map in docstring.
9536
9537 * comint.el (comint-send-input): Do not add help-echo and
9538 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
9539
4054794d
JD
95402006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9541
9542 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
9543
e223ede9
NR
95442006-06-01 Nick Roberts <nickrob@snap.net.nz>
9545
9546 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
9547 (gdb-stopped, gdb-info-stack-custom): If there is no source info
9548 look up the stack and pop up GUD buffer if necessary.
9549 (gdb-frames-select): Remove redundant call to gud-display-frame.
9550 (gdb-info-threads-custom): Keep point at start of buffer.
9551 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
9552
81c6e791
JL
95532006-05-31 Juri Linkov <juri@jurta.org>
9554
9555 * replace.el (query-replace-read-from, query-replace-read-to):
9556 Bind `history-add-new-input' to nil. Call `add-to-history'.
9557
360fecca
KS
95582006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
9559
9560 * textmodes/table.el: Convert all HTML tags to lower case for
9561 XHTML compatibility.
9562
206e215e
MY
95632006-05-31 Masatake YAMATO <jet@gyve.org>
9564
8ba7e540
KS
9565 * progmodes/compile.el:
9566 (compilation-error-regexp-alist-alist::gcov-called-line):
9567 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
206e215e 9568
318474dc
NR
95692006-05-31 Nick Roberts <nickrob@snap.net.nz>
9570
8ba7e540 9571 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
0625ded0 9572 Revert inadvertent changes made with last commit.
318474dc 9573
2809db33
RS
95742006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
9575
8ba7e540
KS
9576 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9577 New functions.
2809db33
RS
9578
9579 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9580
c39d5865
CD
95812006-05-30 Carsten Dominik <dominik@science.uva.nl>
9582
0625ded0 9583 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
8ba7e540 9584 only matches in the right place.
c39d5865
CD
9585 (org-upcoming-deadline): New face.
9586 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
8ba7e540
KS
9587 (org-export-ascii-underline): Rename constant `org-ascii-underline'
9588 and make it an option.
c39d5865
CD
9589 (org-export-ascii-bullets): New option.
9590 (org-export-as-html): Many changes to emit valid XHTML.
9591 (org-par-open): New variable.
955951b8 9592 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
ce0d4998 9593 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
8ba7e540 9594 (org-timeline): Pass `org-timeline-show-empty-dates' to
0625ded0
JB
9595 `org-get-all-dates'. Interpret empty dates returned by
9596 `org-get-all-dates'.
c39d5865
CD
9597 (org-get-all-dates): New argument EMPTY. Add dates without
9598 entries to the list, mark large ranges of empty dates.
9599 (org-point-in-group, org-context): New functions.
9600
1b751989
NR
96012006-05-30 Nick Roberts <nickrob@snap.net.nz>
9602
89f0e7cc
NR
9603 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9604
1b751989
NR
9605 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9606 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9607 to C-mouse-3 (for 2 button mice).
9608 (gdb-send): Do the right thing for C-d.
9609
9610 * speedbar.el (speedbar-detach): Delete.
9611 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9612 it breaks things.
8ba7e540 9613 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1b751989 9614
d14fd70c
DP
96152006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
9616
9617 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9618 Makeppfile.
9619
8ba7e540
KS
9620 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9621 Add makepp diagnostic.
d14fd70c 9622
39be728a
RS
96232006-05-29 Richard Stallman <rms@gnu.org>
9624
963128f3
RS
9625 * window.el (fit-window-to-buffer): Doc fix.
9626
90e357ae
RS
9627 * help.el (temp-buffer-max-height): Doc fix.
9628
39be728a
RS
9629 * subr.el (with-current-buffer): Doc fix.
9630
e380957e
JD
96312006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9632
39be728a 9633 * term/x-win.el: Bind F10 to menu-bar-start if available.
e380957e 9634
c57597dd
DN
96352006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
9636
9637 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9638 uses with a simple test.
9639 (term-set-escape-char, term-mode, term-check-kill-echo-list)
9640 (term-send-raw-string, term-send-raw, term-mouse-paste)
9641 (term-char-mode, term-line-mode, term-exec, term-sentinel)
9642 (term-handle-exit, term-read-input-ring)
9643 (term-previous-matching-input-string)
9644 (term-previous-matching-input-string-position)
9645 (term-previous-matching-input-from-input)
9646 (term-replace-by-expanded-history, term-send-input)
9647 (term-skip-prompt, term-bol, term-send-invisible)
9648 (term-kill-input, term-delchar-or-maybe-eof)
9649 (term-backward-matching-input, term-check-source)
9650 (term-proc-query, term-emulate-terminal)
9651 (term-handle-colors-array, term-process-pager, term-pager-line)
9652 (term-pager-bob, term-unwrap-line, term-word)
9653 (term-dynamic-complete-filename)
9654 (term-dynamic-complete-as-filename)
9655 (term-dynamic-simple-complete): Replace one arm ifs with whens or
9656 unlesses.
9657
bb7a346f
SM
96582006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9659
b486a098
SM
9660 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9661 during bootstrapping.
9662
bb7a346f
SM
9663 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9664 Basically undo the change of 2006-05-26: use extra arguments instead of
9665 dynamic scoping.
9666 (ewoc-locate): Remove unused var `footer'.
9667
7a0574f3
SM
96682006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9669
7ece7aba
SM
9670 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9671
b17b8839
SM
9672 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9673 (generate-file-autoloads): Obey it. Return whether autoloads were
9674 added at point or not.
9675 (update-file-autoloads): Use this new return value.
9676 Remove redundant test for the presence of an autoload cookie.
9677
69135525
SM
9678 * emacs-lisp/autoload.el (autoload-find-file): New fun.
9679 This one calls hack-local-variables.
9680 (generate-file-autoloads, update-file-autoloads): Use it.
9681
7a0574f3
SM
9682 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9683 (bibtex-sort-entry-class): Add safe-local-variable predicate.
9684 (bibtex-sort-entry-class-alist): Don't set the global value.
9685 (bibtex-init-sort-entry-class-alist): New fun.
9686 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9687 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9688 of bibtex-init-sort-entry-class.
9689
0985f920
RS
96902006-05-28 Richard Stallman <rms@gnu.org>
9691
9692 * subr.el (load-history-regexp): If FILE is relative, insist
9693 entire last name component must match it.
9694 (load-history-filename-element, load-history-regexp): Doc fixes.
9695
6c6e0bb4
KS
96962006-05-29 Kim F. Storm <storm@cua.dk>
9697
7a0574f3 9698 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
6c6e0bb4
KS
9699 `pos' and `raw-data' for clarity, as eval forms may access these.
9700
f3d50954
KS
97012006-05-28 Kim F. Storm <storm@cua.dk>
9702
9703 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9704
c5301b5c
SM
97052006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * progmodes/make-mode.el (makefile-browser-map)
9708 (makefile-mode-syntax-table): Move initialization inside declaration.
9709 (makefile-fill-paragraph): Use the default comment-filling code.
9710
6b59b130
CY
97112006-05-28 Chong Yidong <cyd@stupidchicken.com>
9712
9713 * replace.el (query-replace-defaults): New variable.
9714 (query-replace-read-from): Use `query-replace-defaults' for
9715 default value, instead of history list.
9716 (query-replace-read-to): Update `query-replace-defaults'.
9717
122e29de
CY
97182006-05-27 Chong Yidong <cyd@stupidchicken.com>
9719
9720 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9721 with no X toolkit.
9722
27e53d7c
NR
97232006-05-28 Nick Roberts <nickrob@snap.net.nz>
9724
9725 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9726 (tumme-show-all-from-dir): Add autoload.
9727
e1d3541a
MD
97282006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9729
9730 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9c2d888b 9731 (tumme-remove-tag): Fix bug.
e1d3541a 9732
f860b721
TTN
97332006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9734
27e53d7c
NR
9735 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9736 FOOTER args. Update unique caller.
ec491f90 9737 (ewoc-delete): Compute last node once before looping.
63910b23 9738 (ewoc--node-branch): Merge into unique caller.
27e53d7c
NR
9739 (ewoc--node): Don't define constructor make-ewoc--node for this
9740 structure.
9741 (ewoc): Add member `hf-pp' to this structure.
096432af
TTN
9742 (ewoc--wrap): New func.
9743 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
9744 header/footer pretty-printers. Save header/footer pretty-printer.
1a408ced 9745 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
27e53d7c 9746
096432af
TTN
9747 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9748
9318bb97
MD
97492006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9750
eb9e5cd1 9751 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
27e53d7c 9752 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
81bfcbaa 9753 Tag'. Change "Compare directories..." to "Change Directories...".
27e53d7c
NR
9754 Move tumme commands to Operate, Regexp and Immediate menus.
9755 Change "Add Comment" to "Add Image Comment". Change "Add Image
9756 Tag" to "Add Image Tags".
c5301b5c 9757
eb9e5cd1
MD
9758 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9759 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9760 `tumme-delete-tag'.
9761
48661861
LT
97622006-05-26 Luc Teirlinck <teirllm@auburn.edu>
9763
9764 * shell.el (shell-mode): Call shell-dirtrack-mode after
9765 list-buffers-directory is made a local variable, to avoid setting
9766 the default value.
9767
18ed6a46
EZ
97682006-05-26 Kevin Ryde <user42@zip.com.au>
9769
9770 * info.el (Info-index-next): Use where-is-internal to report
9771 actual binding of Info-index-next, rather than hard-coded `,'.
9772
0f7078f0
EZ
97732006-05-26 Eli Zaretskii <eliz@gnu.org>
9774
3d0793e4
EZ
9775 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9776 and "Find Command in Manual" to here.
9777
0f7078f0
EZ
9778 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9779 Info-current-file as the file name.
9780
bd93e3e1
JY
97812006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
9782
9783 * ses.el (defadvice undo-more): Delete this defadvice. The undo
9784 overrides will now be done a different way.
9785 (ses-set-parameter): Reapply this function for undo.
9786 (ses-set-header-row): Reconstruct header row during undo.
9787 (ses-widen): New function.
9788 (ses-goto-data, ses-reconstruct-all): Use new function.
9789 (ses-command-hook): Widen buffer during undo, before unupdating
9790 the cells.
9791 (ses-insert-row, ses-delete-row): Widen buffer during undo.
9792 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9793 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9794 formula hasn't been executed yet.
9795
a8dc674f
RS
97962006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9797
b486a098
SM
9798 * comint.el (comint-kill-whole-line): Rename arg to count.
9799 Fix doc string.
a8dc674f 9800
920e95c0
CY
98012006-05-26 Chong Yidong <cyd@stupidchicken.com>
9802
9803 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9804 to copy-file.
9805
b3228584
RS
98062006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9807
9808 * simple.el (toggle-truncate-lines): Make arg optional for
9809 backward compatibility.
9810
7dd2e64c
TTN
98112006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
9812
9813 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9814 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9815 DLL arg. Instead, use ewoc--current-dll. Update all callers.
9816 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9817 (ewoc--adjust): Use ewoc--current-dll.
9818 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9819
9fd47373
CD
98202006-05-26 Carsten Dominik <dominik@science.uva.nl>
9821
0625ded0 9822 * textmodes/org.el (org-next-item, org-previous-item): Emit more
9fd47373
CD
9823 compact error message.
9824 (org-tags-view): Refresh category table in each file.
b486a098 9825 (org-table-justify-field-maybe): Remove superfluous arguments to
9fd47373
CD
9826 `format'.
9827 (org-export-as-html): Insert "<p>" before postamble.
b486a098 9828 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9fd47373 9829
f1c582b4
KH
98302006-05-26 Kenichi Handa <handa@m17n.org>
9831
9832 * textmodes/po.el (po-find-charset): Pay attention to the case
9833 FILENAME is a cons (NAME . BUFFER).
9834 (po-find-file-coding-system-guts): Likewise.
9835
b486a098
SM
9836 * arc-mode.el (archive-set-buffer-as-visiting-file):
9837 Call find-operation-coding-system with (FILENAME . BUFFER).
f1c582b4
KH
9838
9839 * tar-mode.el (tar-extract): Call find-operation-coding-system
9840 with (FILENAME . BUFFER).
9841
b486a098
SM
9842 * international/mule.el (decode-coding-inserted-region):
9843 Call find-operation-coding-system with (FILENAME . BUFFER).
f1c582b4 9844
4d687160
CY
98452006-05-25 Chong Yidong <cyd@stupidchicken.com>
9846
9847 * image-mode.el (image-toggle-display): Use buffer contents to
9848 generate image for a remote file.
9849
92aa92fa
JL
98502006-05-25 Juri Linkov <juri@jurta.org>
9851
9852 * replace.el (query-replace-read-from, query-replace-read-to):
9853 Remove 8th arg KEEP-ALL in read-from-minibuffer.
9854
9c524754 98552006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
b486a098
SM
9856
9857 * whitespace.el (whitespace-cleanup): Change to cleanup
9858 region if one is active.
9859 * whitespace.el (whitespace-cleanup-internal): New internal method.
f473c8d5 9860
36938994
MD
98612006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9862
0a33fc8d 9863 * dired.el (dired-mode-map): Add help-echo strings to tumme
27e53d7c 9864 commands. Bind `tumme-dired-display-image' to C-t i.
0a33fc8d 9865
b486a098 9866 * tumme.el (tumme-display-image): Change documentation string slightly.
b76b3535 9867 (tumme-dired-display-image): Add call to `display-buffer'.
776e9e34 9868
78b3f5c3
TTN
98692006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9870
9871 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9872 Signal error if RAW-DATA is a multibyte string.
9873
870560eb
RS
98742006-05-24 Richard Stallman <rms@gnu.org>
9875
113fe928
RS
9876 * subr.el (with-local-quit): When handling `quit' signal,
9877 make a chance for quit-flag to cause a quit.
9878
379ba58e
RS
9879 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9880 (ad-disable-advice): Add autoloads.
9881
870560eb
RS
9882 * subr.el (read-passwd): Copy PROMPT before changing its properties.
9883
36938994
MD
98842006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9885
b76b3535 9886 * dired.el (dired-mode-map): Change menu items for tumme as per
36938994
MD
9887 suggestions in emacs-devel.
9888
98892006-05-25 Nick Roberts <nickrob@snap.net.nz>
9890
9891 * dired.el (dired-mode-map): Fix breakage.
9892
1797b033
MD
98932006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9894
b76b3535
NR
9895 * tumme.el (tumme-display-dired-image): Rename to...
9896 (tumme-dired-display-image): ...this.
9897 (tumme-track-movement): Change default value to t.
9898 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1797b033 9899 used from `tumme-next-line-and-display' and similar commands.
36938994 9900
b76b3535
NR
9901 * dired.el (dired-mode-map): Add Thumbnail submenu under the
9902 Immediate menu. Add some tumme commands there.
93825802 9903
24b0232f
LT
99042006-05-24 Luc Teirlinck <teirllm@auburn.edu>
9905
9906 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9907
ad9f6125
CY
99082006-05-24 Chong Yidong <cyd@mit.edu>
9909
9910 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9911 menu entries that open submenus.
9912
ac9f37df
AM
99132006-05-24 Alan Mackenzie <acm@muc.de>
9914
9915 * startup.el (command-line): For names of preloaded files, don't
9916 append ".elc" (now done in Fload), and call file-truename on the
9917 lisp directory.
9918
9919 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
9920 match ANY loaded file with the right name, not just those in
9921 load-path. Put a regexp matching the file name into
9922 after-load-alist, rather than the name itself.
9923
14d1edc0
JB
9924 * subr.el (load-history-regexp, load-history-filename-element)
9925 (do-after-load-evaluation): New functions.
ac9f37df
AM
9926
9927 * international/mule.el (load-with-code-conversion): Do the
9928 eval-after-load stuff by calling do-after-load-evaluation.
9929
a62c3993
NR
99302006-05-25 Nick Roberts <nickrob@snap.net.nz>
9931
9932 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9933 has not been killed.
9934
e4dff88d
YM
99352006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9936
9937 * term/mac-win.el: Set idle timer to clean up expired Apple events.
9938 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9939 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9940 Optionally set error message in reply.
9941
e8166ad7
CD
99422006-05-24 Carsten Dominik <dominik@science.uva.nl>
9943
0625ded0 9944 * textmodes/org.el (org-open-at-point): Use renamed variable
e8166ad7 9945 `org-confirm-shell-link-function'.
b486a098 9946 (org-confirm-shell-link-function): Rename from
e8166ad7
CD
9947 `org-confirm-shell-links'.
9948 (org-export-directory): New function.
9949 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9950 (org-export-icalendar): Use `org-export-directory'.
9951 (org-indent-item): Keep cursor position.
9952 (org-link-file-path-type): New option.
b486a098 9953 (org-export-as-html): Fix bug with plain lists starting in
e8166ad7 9954 column 0.
b486a098 9955 (org-export-as-html): Remove deadline formatting, this happens
e8166ad7
CD
9956 now already in `org-html-handle-time-stamps'.
9957 (org-export-html-style): Deadline class removed.
9958 (org-insert-labeled-timestamps-at-point): New option.
9959 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9960 of `hide-sublevels 1', in case the first headline is not level 1.
9961 (org-overview, org-content): New fuction.
9962 (org-cycle-global-status, org-cycle-subtree-status): Make these
9963 variables buffer-local.
9964 (org-global-cycle): New command.
9965 (org-shifttab): Use `org-global-cycle'.
9966 (org-insert-heading, org-insert-item): Go to end of new
9967 headline/item after creating it.
b486a098
SM
9968 (org-export-visible): Rename from `org-export-copy-visible'.
9969 Now creates a temporary org-file and applies an exporting command
9970 to it.
e8166ad7
CD
9971 (org-table-eval-formula): Support for lisp forms.
9972 (org-agenda-todo-ignore-scheduled): New option.
9973 (org-agenda-get-todos): Use new option
9974 `org-agenda-todo-ignore-scheduled'.
9975 (org-export-html-inline-images): New value `maybe'.
b486a098 9976 (org-export-as-html): Inlining of images dependent on link description.
e8166ad7
CD
9977 (org-archive-subtree): Check for end-of-buffer before trying
9978 `kill-line'.
9979 (org-agenda-follow-mode): New option.
9980 (org-export-with-tags, org-export-with-timestamps): New options.
9981 (org-html-handle-time-stamps): New function.
9982 (org-keyword-time-regexp): New variable.
9983 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9984 (org-agenda-todo-list-sublevels): New option.
9985 (org-html-level-start): When TITLE is nil, just close all levels.
b486a098
SM
9986 (org-parse-key-lines, org-parse-export-options): Remove functions,
9987 replaced by `org-infile-export-plist'.
e8166ad7
CD
9988 (org-combine-plists, org-infile-export-plist)
9989 (org-default-export-plist): New functions.
9990 (org-export-html-preamble, org-export-html-postamble)
9991 (org-export-html-auto-preamble, org-export-html-auto-postamble):
9992 New variables.
9993 (org-export-publishing-directory): New option.
9994 (org-export-as-html, org-export-as-ascii): Use the new property
9995 lists for settings.
b486a098
SM
9996 (org-export-copy-visible, org-export-as-xoxo):
9997 Respect `org-export-publishing-directory'.
e8166ad7
CD
9998 (org-link-search, org-store-link, org-file-apps): Support for
9999 links to BibTeX database entries..
b486a098
SM
10000 (org-get-current-options, org-set-regexps-and-options):
10001 Implement logging as a startup option.
e8166ad7
CD
10002 (org-store-link): Make sure context string is never empty
10003 (org-insert-link): Use relative path when possible.
10004 (org-at-item-checklet-p): New function.
10005 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
10006 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
10007 (org-metaright, org-metaup, org-metadown, org-shiftup)
10008 (org-shiftdown, org-shiftright, org-shiftleft)
10009 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
10010 Dispatch using `call-interactively'.
10011 (org-call-with-arg): New defsubst.
10012 (org-tag-alist, org-use-fast-tag-selection): New options.
10013 (org-complete): Use `org-tag-alist'.
10014 (org-fast-tag-insert, org-fast-tag-selection): New functions.
10015 (org-next-item, org-previous-item): New commands.
b486a098 10016 (org-beginning-of-item, org-end-of-item): Add (interactive) to
e8166ad7 10017 make command.
b486a098 10018 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
e8166ad7 10019
f569c26e
TTN
100202006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
10021
10022 * emacs-lisp/ewoc.el (ewoc-delete): New function.
10023 (ewoc-filter): Use `ewoc-delete'.
10024
5f25dc81
TTN
10025 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
10026
35731e3b
SM
100272006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10028
8e6ea7a3
SM
10029 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
10030 Signal more user-friendly error messages.
10031
35731e3b
SM
10032 * complete.el (PC-do-completion): Undo the addition of implicit
10033 wildcards if they did not lead to finding any match.
10034 (read-file-name-internal): Don't add the final > if the completion is
10035 not finished.
10036
35fdd9a7
RS
100372006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
10038
35731e3b
SM
10039 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
10040 Quote safe-local-variable predicate.
35fdd9a7 10041
bb8d35a2
TTN
100422006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
10043
10044 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
10045
21225d8f
RW
100462006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10047
35731e3b 10048 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
bb8d35a2 10049
21225d8f
RW
10050 * progmodes/make-mode.el (makefile-special-targets-list)
10051 (makefile-macro-table, makefile-target-table): Mark as risky.
10052 (makefile-query-one-target-method): Make this the alias for the
10053 following variable.
35731e3b 10054 (makefile-query-one-target-method-function): Make this the real name.
bb8d35a2 10055
21225d8f
RW
10056 * textmodes/artist.el (artist-text-renderer): Make this the alias
10057 for the following variable.
10058 (artist-text-renderer-function): Make this the real name.
10059
10060 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
10061 the alias for the following variable.
10062 (flyspell-generic-check-word-predicate): Make this the real name.
10063
10064 * textmodes/ispell.el (ispell-format-word): Make this the alias
10065 for the following variable.
10066 (ispell-format-word-function): Make this the real name.
10067 (ispell-message-text-end): Mark as risky.
10068
10069 * skeleton.el (skeleton-transformation, skeleton-filter)
10070 (skeleton-pair-filter): Make these the aliases for the following
10071 variables.
10072 (skeleton-transformation-function, skeleton-filter-function)
10073 (skeleton-pair-filter-function): Make these the real names.
10074
10075 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
10076 and skeleton-pair-filter-function.
10077
10078 * textmodes/sgml-mode.el (sgml-transformation): Make this the
10079 alias for the following variable.
10080 (sgml-transformation-function): Make this the real name.
10081 (sgml-tag-alist): Mark as risky.
10082
214a3db0
RS
100832006-05-21 Richard Stallman <rms@gnu.org>
10084
10085 * simple.el (kill-region): Interactively, pass point, then mark.
10086
3fe35897
TTN
100872006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
10088
10089 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
10090
c51ec744
RF
100912006-05-21 Romain Francoise <romain@orebokech.com>
10092
10093 * dired-x.el (dired-mode-map): Don't bind M-g.
10094
6f5c4cc9
RS
100952006-05-20 Richard Stallman <rms@gnu.org>
10096
10097 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
10098 (dired-goto-file): Doc fix.
10099
f2154114
KS
101002006-05-21 Kim F. Storm <storm@cua.dk>
10101
5748161e
KS
10102 * emulation/cua-base.el: Mention customizing cua-mode as alternative
10103 way to enable built-in cua-mode if user loads older CUA-mode package.
10104
f2154114
KS
10105 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
10106 if default-filename is specified.
10107
59ad6ae5
EZ
101082006-05-20 Eli Zaretskii <eliz@gnu.org>
10109
372ef0ab
EZ
10110 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
10111
59ad6ae5 10112 * info.el (info-apropos): Make sure current-file and current-node
424567e3 10113 have non-nil values. Speed up by using add-to-list instead of
f2154114 10114 manual consing.
59ad6ae5 10115
28b257dc 101162006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
16c4412e
EZ
10117
10118 * progmodes/make-mode.el (makefile-mode): Doc fix.
10119
40c50be3
EZ
101202006-05-20 Eli Zaretskii <eliz@gnu.org>
10121
10122 * dired-aux.el (dired-do-shell-command): Doc fix.
10123
8a5e4b3b
EZ
101242006-05-20 Kevin Ryde <user42@zip.com.au>
10125
10126 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
10127 ``(custom-manual :tag "Foo" "(foo)Node")''.
10128
664a80e9
EZ
101292006-05-20 Karl Chen <quarl@cs.berkeley.edu>
10130
10131 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
10132 value is an integer.
10133
3b96a16d
EZ
101342006-05-20 Eli Zaretskii <eliz@gnu.org>
10135
10136 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
10137 "format".
10138 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
10139
d689858f
EZ
101402006-05-20 Martin Rudalics <rudalics@gmx.at>
10141
10142 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
10143 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
10144
237d230e
SM
101452006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10146
10147 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
10148 regexp for keywords.
10149
0cd80dfa
YM
101502006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
10151
10152 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
10153 replace-regexp-in-string.
10154
10155 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
10156 encode, and escape file name on conversion to URL.
10157
101582006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10159
237d230e
SM
10160 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
10161 Don't unescape URL.
0cd80dfa
YM
10162 (dnd-get-local-file-name): Unescape URL on conversion to file name.
10163
10164 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
10165 on conversion to URLs.
10166
10167 * net/browse-url.el (browse-url-file-url): Encode file name on
10168 conversion to URL.
10169
10170 * term/mac-win.el (mac-ae-open-documents): Escape file name on
10171 conversion to URL.
10172
75e3b957
EZ
101732006-05-19 Eli Zaretskii <eliz@gnu.org>
10174
10175 * progmodes/cc-styles.el (c-style-alist): Doc fix.
10176
689840b9
YM
101772006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10178
10179 * term/mac-win.el (mac-bytes-to-digits): Remove function.
10180 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
10181
e6b71a8f
GM
101822006-05-19 Glenn Morris <rgm@gnu.org>
10183
10184 * calendar/diary-lib.el (diary-bahai-date)
10185 (list-bahai-diary-entries, mark-bahai-diary-entries)
10186 (mark-bahai-calendar-date-pattern): Not interactive.
10187 (add-to-diary-list): New optional arg LITERAL. Doc fix.
10188 (diary-entries-list): Change format of 4th element in each entry.
10189 (diary-list-entries): Use add-to-diary-list.
10190 (diary-goto-entry): Handle the case where the buffer visiting the
10191 diary has been killed.
10192 (fancy-diary-display): Add 'locator to button rather than 'marker.
10193 Only generate temp-face when there are marks to apply.
10194 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
10195 (diary-fancy-date-pattern): New variable.
10196 (diary-time-regexp): Doc fix.
10197 (diary-anniversary, diary-time): New faces.
10198 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
10199 diary-time-regexp. Add font-lock-multiline property where needed.
10200 Use new faces diary-anniversary and diary-time.
10201 (diary-fancy-font-lock-fontify-region-function): New function, to
10202 handle multiline font-lock pattern in fancy diary.
10203 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
10204 (diary-font-lock-keywords): Tweak time regexp. Use new face
10205 diary-time.
10206
a161b46d
KH
102072006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
10208
10209 * international/code-pages.el (mik): Table corrected.
10210
a0fa505b
KS
102112006-05-18 Kim F. Storm <storm@cua.dk>
10212
10213 * progmodes/grep.el (grep-find): Don't check grep-find-command
10214 before running command (breaks non-interactive usage).
10215
438dd27d
TTN
102162006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
10217
10218 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
10219 (ewoc--insert-new-node): Don't insert trailing newline.
237d230e 10220 Instead, adjust successor nodes's start markers.
438dd27d 10221 (ewoc--refresh-node): Delete all text from current node's start
237d230e 10222 marker to the next one's; adjust successor nodes's start markers.
438dd27d
TTN
10223 (ewoc--create): Doc fixes.
10224 (ewoc--refresh): Don't insert newline.
10225 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
237d230e
SM
10226 * pcvs.el (cvs-make-cvs-buffer):
10227 Specify extra newline for ewoc's header and footer.
438dd27d
TTN
10228 (cvs-update-header): Update initial header recognition.
10229 Append newline to final header and footer values.
10230 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
10231
0bcf8735
RS
102322006-05-17 Richard Stallman <rms@gnu.org>
10233
10234 * files.el (file-name-extension): Doc fix.
10235
05327ca9
SM
102362006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10237
10238 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
10239 we can explicitly enable/disable rather than toggle.
10240 (shell-mode): Use it.
10241 (shell-cd): Don't try to reproduce what `cd' does.
10242
fb58b23a
KS
102432006-05-17 Kim F. Storm <storm@cua.dk>
10244
05327ca9
SM
10245 * ido.el (ido-read-internal): Use only nondirectory part of
10246 default item.
fb58b23a 10247
8d1bec8d
TTN
102482006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
10249
10250 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
10251 (ewoc-nth): Doc fix.
10252
8433d470
TTN
10253 (ewoc-map, ewoc-invalidate): Compute PP before looping.
10254
7893e589
EZ
102552006-05-16 Eli Zaretskii <eliz@gnu.org>
10256
9247c2f2
EZ
10257 * international/mule.el (auto-coding-alist): Add .lha to files
10258 read with no-conversion.
10259
10260 * files.el (auto-mode-alist): Add .lha files to archive file
8d1bec8d 10261 extensions.
9247c2f2 10262
7893e589
EZ
10263 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
10264 Convert csize to integer when computing offsets within the
10265 compressed archive file.
10266
b3abe3a5
KS
102672006-05-16 Kim F. Storm <storm@cua.dk>
10268
10269 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
10270 with read-from-minibuffer.
10271
0027258d
RS
102722006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
10273
b3abe3a5 10274 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
0027258d
RS
10275 (byte-compile-warnings): Fix safe-local-variable property.
10276
64686e6d
RS
102772006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
10278
10279 * allout.el (allout-show-bodies, allout-old-style-prefixes)
10280 (allout-stylish-prefixes, allout-numbered-bullet)
10281 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
10282 predicates to qualify `safe-local-variable' property, when
10283 available, else use equivalent lambda.
10284 (allout-current-topic-collapsed-p): Do the right thing regarding
10285 trailing blank lines.
10286
2e8457a0
SM
102872006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10288
10289 * server.el (server-start): Only create a directory if needed.
10290 (server-edit, server-unload-hook): server-start => server-mode.
10291 (kill-emacs-hook): Cleanup upon exit.
10292
4a729d58
SM
102932006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10294
10295 * hexl.el (hexlify-buffer): Encode process arguments manually.
10296
ca9b119b
NR
102972006-05-16 Nick Roberts <nickrob@snap.net.nz>
10298
10299 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
10300 call to gdb-tooltip-print.
10301
3f8105a1
RF
103022006-05-15 Romain Francoise <romain@orebokech.com>
10303
10304 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
4a729d58 10305 systems, default to "tar" since those systems probably have GNU tar.
3f8105a1 10306
47c221f7
RF
103072006-05-14 Lars Hansen <larsh@soem.dk>
10308
6c27fdb9 10309 * desktop.el (desktop-missing-file-warning): Fix docstring.
4a729d58 10310 (desktop-restore-file-buffer): Correct question asked on missing file.
6c27fdb9 10311
0f479f06
KS
103122006-05-14 Kim F. Storm <storm@cua.dk>
10313
10314 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
10315 Add CUA move property.
10316
e58d8ef5
CY
103172006-05-13 Chong Yidong <cyd@stupidchicken.com>
10318
10319 * custom.el (custom-push-theme): Load the variable before checking
10320 its `standard-value'.
10321
47c221f7 103222006-05-13 Lars Hansen <larsh@soem.dk>
e58d8ef5 10323
9fbcde29
LH
10324 * desktop.el (desktop-save): Use with-temp-buffer.
10325
5d65ecaa
GM
103262006-05-12 Glenn Morris <rgm@gnu.org>
10327
4a729d58
SM
10328 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
10329 * calendar/calendar.el (calendar-mode-map):
10330 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
5d65ecaa
GM
10331 * calendar/appt.el (appt-check, appt-make-list): Refer to
10332 diary-view-entries, diary-list-entries, diary-show-all-entries
10333 rather than obsolete aliases.
5d65ecaa 10334
9036363b
CY
103352006-05-12 Chong Yidong <cyd@stupidchicken.com>
10336
10337 * simple.el (line-move-finish): Avoid calling point motion hooks
10338 while processing intangibility.
10339
d041c8c9
DN
103402006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
10341
10342 * term/xterm.el (terminal-init-xterm): Fix typo.
10343
da506f05
RS
103442006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
10345
0625ded0 10346 * allout.el (allout-view-change-hook): Mark as being deprecated,
da506f05
RS
10347 to be replaced by `allout-exposure-change-hook'.
10348 (allout-exposure-change-hook): New, replacing
10349 `allout-view-change-hook'.
10350 (allout-flag-region): Run new hook `allout-exposure-change-hook',
10351 in addition to `allout-view-change-hook'.
47c221f7 10352 (allout-show-bodies, allout-old-style-prefixes)
da506f05
RS
10353 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
10354 lambda forms to prevent their showing up in variable help
10355 presentations as inscrutable byte-compiled code.
10356 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
10357 Use string-or-null-p to qualify safe-local-variable values.
10358 (allout-reindent-bodies): Use memq to qualify matches against
10359 valid safe-local-variable values. Also, quote the lambda as above.
10360 (allout-use-mode-specific-leader): Add missing candidate-value
10361 symbols, use memq, and quote the lambda.
10362 (allout-overlay-interior-modification-handler): Remove unused
10363 variables `msg' and 'opened'.
10364 (allout-hidden-p): Constrain invisibility consideration to allout's
10365 invisibility spec, disregarding invisibility for other reasons.
10366
e48335de
RS
103672006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
10368
10369 * files.el (version-control): Correct safe values.
10370
340d9945
TTN
103712006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
10372
10373 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
10374
7f0ea399
TTN
10375 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
10376 (ewoc--insert-new-node): New func.
10377 Update callers of deleted funcs to use it, instead.
10378
24557295
GM
103792006-05-11 Glenn Morris <rgm@gnu.org>
10380
10381 * calendar/calendar.el (diary-show-all-entries): Do not refer to
10382 obsolete alias `show-all-diary-entries'.
10383 (make-diary-entry): Not interactive.
10384 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
10385 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
10386 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10387 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4a729d58
SM
10388 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
10389 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
24557295 10390
c0d3b4da
GM
103912006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10392
10393 * calendar/calendar.el (calendar-french-date-string)
10394 (calendar-mayan-date-string, calendar-chinese-date-string)
10395 (calendar-astro-date-string, calendar-iso-date-string)
10396 (calendar-islamic-date-string, calendar-bahai-date-string)
10397 (calendar-hebrew-date-string, calendar-coptic-date-string)
10398 (calendar-ethiopic-date-string, calendar-persian-date-string):
10399 These functions are not interactive.
10400
942efafa
LT
104012006-05-11 Luc Teirlinck <teirllm@auburn.edu>
10402
10403 * files.el: Balance parentheses.
10404
6fe7b8a4
RS
104052006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10406
631c8020 10407 * files.el, newcomment.el, outline.el, simple.el,
a30cc07b
JB
10408 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
10409 * progmodes/cc-vars.el, progmodes/compile.el:
4a729d58 10410 Move `safe-local-variable' declarations to the respective files.
631c8020 10411
6fe7b8a4 10412 * help-fns.el (describe-variable): Don't print safe-var if it is
8ba7e540 10413 byte-code. Improve wording as suggested by Luc Teirlinck.
6fe7b8a4 10414
5da4a804
NR
104152006-05-11 Nick Roberts <nickrob@snap.net.nz>
10416
10417 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
942efafa 10418 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
5da4a804
NR
10419 Use a token for pending-triggers to ensure gdb-var-update
10420 gets called once per user input again for pre-GDB 6.4.
10421 (gdb-var-delete): Match on more complex expressions.
942efafa 10422 (gdb-var-list-children-handler, gdb-var-create-handler):
5da4a804
NR
10423 Use a token for consistency.
10424
e3eea843
CD
104252006-05-11 Carsten Dominik <dominik@science.uva.nl>
10426
942efafa 10427 * textmodes/org.el (org-read-date, org-goto-calendar)
4a729d58
SM
10428 (org-agenda-goto-calendar):
10429 Bind `view-calendar-holidays-initially' to nil.
e3eea843 10430
bfbdb5ca
TTN
104312006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10432
10433 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
10434 Update all callers to do it there, instead.
10435
68fdbaf8
GM
104362006-05-10 Glenn Morris <rgm@gnu.org>
10437
10438 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
10439 prefix arg case, to avoid view-diary-entries-initially error.
10440 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10441 (calendar-date-is-legal-p): Handle dates with no day part.
10442
afdf9b26
NR
104432006-05-11 Nick Roberts <nickrob@snap.net.nz>
10444
10445 * comint.el (comint-insert-input): Just make it when
10446 comint-use-prompt regexp is nil (default) and with the mouse.
10447 (comint-copy-old-input): Reinstate from 2004-06-23.
10448 (comint-mode-map): Bind C-c C-m to it.
10449
169f0971
S
104502006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
10451
10452 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
10453 Remove spurious move to point-max (new comint behavior fixes).
10454
10455 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
10456 compatibility function (Emacs 18/19).
10457 (idlwave-is-continuation-line): Always return point at start of
bfbdb5ca 10458 previous non-blank continuation line.
43621386 10459 (keyword-parameters): Fix continued comment font-lock matcher.
169f0971
S
10460 (idlwave-font-lock-fontify-region): Written, use as
10461 font-lock-fontify-region-function, to fix continued keyword
10462 fontification issues.
10463
dec94049
YM
104642006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10465
10466 * term/mac-win.el (mac-font-panel-mode): Doc fix.
10467 (mac-service-selection, mac-service-open-file)
10468 (mac-service-open-selection, mac-service-mail-selection)
10469 (mac-service-mail-to, mac-service-insert-text): Rename from
10470 mac-services-*. All uses changed.
10471 (mac-apple-event-map): Rename event symbol `services' to `service'.
10472
2c246c9f
TTN
104732006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
10474
10475 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
10476 (ewoc--node-enter-first, ewoc--node-enter-last)
10477 (ewoc--delete-node-internal): Merge funcs into unique callers.
10478
ca75c9a2
CY
104792006-05-09 Chong Yidong <cyd@stupidchicken.com>
10480
10481 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
10482 return value of read-from-minibuffer for empty input.
10483
9a4d87c8
MB
104842006-05-09 Miles Bader <miles@gnu.org>
10485
10486 * comint.el (comint-insert-input): Remove redundant calls to setq
10487 and goto-char.
10488
e0c6ac60
NR
104892006-05-10 Nick Roberts <nickrob@snap.net.nz>
10490
10491 * comint.el (comint-insert-input): Make it work when
10492 comint-use-prompt-regexp is t.
10493
104942006-05-10 Miles Bader <miles@gnu.org>
10495
1627b55f 10496 * subr.el (field-at-pos): New function.
e0c6ac60
NR
10497
10498 * comint.el (comint-insert-input): Use it.
10499
fb9d59d8
JL
105002006-05-09 Juri Linkov <juri@jurta.org>
10501
10502 * battery.el (battery-linux-proc-acpi): Also try
10503 `/proc/acpi/thermal_zone/THR2/temperature'.
10504
10505 * files.el <safe-local-variable>: Remove `eval' and `let' binding
10506 for now unused lambda `string-or-null'.
10507
10508 * add-log.el (change-log-default-name): Put `string-or-null-p'
10509 instead of lambda on `safe-local-variable' property.
10510
10511 * diff-mode.el (diff-context->unified): Use `region-beginning' and
10512 `region-end' instead of `mark' and `point'.
10513 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
10514 Operate on region in Transient Mark mode when the mark is active.
10515 Use `region-beginning' and `region-end' instead of `mark' and
10516 `point'.
10517 (diff-hunk-text, diff-goto-source): Doc fix.
10518
10519 * startup.el (fancy-splash-screens, normal-splash-screen): Use
10520 face `mode-line-buffer-id' for mode-line buffer face instead of
10521 hard-coded `(:weight bold)'.
10522
10523 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
10524 buffer-undo-list to t (undo-ask is reproducible by visiting
10525 nested archives).
10526
8ebb843c
KS
105272006-05-09 Kim F. Storm <storm@cua.dk>
10528
10529 * progmodes/grep.el (rgrep): Set default directory of *grep*
10530 buffer if we start M-x rgrep in the *grep* buffer and choose
10531 a different base directory.
10532
b5bbf8f2
MA
105332006-05-09 Michael Albinus <michael.albinus@gmx.de>
10534
10535 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
10536 completion also when ido is loaded.
10537
8c8b1164
MY
105382006-05-09 Masatake YAMATO <jet@gyve.org>
10539
10540 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
10541 "warning" and "import".
10542 (cpp-font-lock-keywords): Added "warning".
10543
a07d147e
DN
105442006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10545
10546 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10547
44a50ffd
SM
105482006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
10551 pages at a time, if we signal the end, we should indeed reach that end.
10552
105532006-05-08 David Reitter <david.reitter@gmail.com>
10554
10555 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
10556 output during execution of the body.
10557
f615f3a6
KS
105582006-05-08 Kim F. Storm <storm@cua.dk>
10559
10560 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
10561
b1c36c0f
TTN
105622006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
10563
10564 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
10565 Use with-current-buffer.
10566
ed7e6c32
KS
105672006-05-07 Kim F. Storm <storm@cua.dk>
10568
10569 * subr.el (add-to-history): Remove keep-dups arg.
10570
10571 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10572 to nil around call to add-to-history.
10573
ad8a840d
SM
105742006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10575
10576 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10577 than after a buffer modification.
10578
86c4b9a1
NR
105792006-05-08 Nick Roberts <nickrob@snap.net.nz>
10580
10581 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10582 call to...
10583 (gud-watch): ...here so speedbar is raised for already watched
10584 expressions.
10585 (gdb-speedbar-refresh): Delete function.
10586 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10587 Use speedbar-timer-fn instead of speedbar-refresh (reverting
10588 earlier change).
ad8a840d
SM
10589 (gdb-var-evaluate-expression-handler)
10590 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
86c4b9a1
NR
10591
10592 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10593 Update localized contents for all buffers except ignored modes.
10594
cc9945f2
YM
105952006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10596
10597 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10598 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10599 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10600 (mac-handle-font-panel-closed, mac-handle-font-selection):
10601 New functions.
10602 (mac-font-panel-mode): New minor mode.
10603 (mac-apple-event-map): Add bindings for toolbar toggle button and
10604 font panel.
10605 (menu-bar-showhide-menu): Add mac-font-panel-mode.
10606
fe99056f
JPW
106072006-05-07 John Paul Wallington <jpw@pobox.com>
10608
ad8a840d
SM
10609 * ibuffer.el (ibuffer-compressed-file-name-regexp):
10610 Avoid `regexp-opt'; simplify regexp for readability.
fe99056f 10611
40fdc20b
EZ
106122006-05-06 Eli Zaretskii <eliz@gnu.org>
10613
ad8a840d
SM
10614 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10615 * files.el (buffer-stale-function):
10616 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
40fdc20b
EZ
10617 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10618 links to the main manual, not to emacs-xtra.
10619
41f7a85e
YM
106202006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10621
0625ded0 10622 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
41f7a85e
YM
10623 MacJapanese if text is ASCII-only.
10624
9d74382f
NR
106252006-05-06 Nick Roberts <nickrob@snap.net.nz>
10626
10627 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10628 unless so nil isn't returned.
10629 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10630
a1dfdf24
KS
106312006-05-06 Kim F. Storm <storm@cua.dk>
10632
10633 * subr.el (add-to-history): New function.
10634
10635 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10636 (ediff-merge-files-with-ancestor):
10637 * env.el (setenv):
10638 * isearch.el (isearch-update-ring):
10639 * server.el (server-visit-files):
10640 * progmodes/grep.el (lgrep, rgrep):
10641 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10642 * progmodes/xscheme.el (xscheme-insert-expression):
10643 Use add-to-history.
10644
10645 * kmacro.el (kmacro-push-ring): Use add-to-history.
10646 (kmacro-ring-length): Remove unused defun.
10647 (kmacro-start-macro): Use kmacro-push-ring.
10648
d91bd17c
TTN
106492006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
10650
10651 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10652 directly instead of a lambda expression that calls it.
10653
0c51c06f
KS
106542006-05-06 Kim F. Storm <storm@cua.dk>
10655
10656 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10657 instead of compute-motion.
10658
c7f5c0a8
DN
106592006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
10660
10661 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10662 change.
10663
2dca98f3
RS
106642006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
10665
10666 * startup.el (command-line-1): Refer to "Pure Storage" on
10667 pure-space-overflow.
10668
3dfed653
EZ
106692006-05-05 Martin Rudalics <rudalics@gmx.at>
10670
10671 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10672 provided faces once they all have been used up.
10673
8e7a9a24
EZ
106742006-05-05 Eli Zaretskii <eliz@gnu.org>
10675
10676 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10677 reference to the Lisp manual to the warning about pure space
10678 overflow.
10679
28b257dc 106802006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9de0eeda
EZ
10681
10682 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10683 argument to avoid the call to `ispell-internal-change-dictionary'
10684 when not needed.
10685 (ispell-change-dictionary): Use this argument and call
10686 `ispell-internal-change-dictionary' after the possible change
10687 to `ispell-local-dictionary'.
10688 (ispell-internal-change-dictionary): Check for a change in
10689 personal dictionary use too.
9de0eeda 10690
a12aece3
EZ
106912006-05-05 Eli Zaretskii <eliz@gnu.org>
10692
1df1e49e 10693 * startup.el (command-line): On MS-Windows, probe "~", not
1a408ced 10694 "~USER", for warning about non-existent home directory.
1df1e49e 10695
a12aece3
EZ
10696 * arc-mode.el (archive-l-e): New optional argument `float' means
10697 generate a float value.
10698 (archive-arc-summarize, archive-lzh-summarize)
10699 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10700 with 3rd argument non-nil when file's size is being computed.
10701 Format the file sizes with %8.0f instead of %8d.
10702
ef0154b5
YM
107032006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10704
10705 * cus-start.el (all): Add mac-dnd-known-types.
10706
0625ded0 10707 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
ef0154b5
YM
10708 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10709 (mac-TIFF-to-string): New functions.
ef0154b5
YM
10710 (x-get-selection, x-selection-value)
10711 (mac-select-convert-to-string): Use them.
43621386 10712 (mac-text-encoding-mac-japanese-basic-variant): New constant.
ef0154b5
YM
10713 (mac-dnd-types-alist): New customization variable.
10714 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10715 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10716 (mac-dnd-handle-drag-n-drop-event): New functions.
10717 (mac-drag-n-drop): Remove function.
10718 (global-map): Bind drag-n-drop and M-drag-n-drop to
10719 mac-dnd-handle-drag-n-drop-event.
10720
cbe8cf2a
SM
107212006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
10722
10723 * progmodes/perl-mode.el (perl-beginning-of-function):
10724 Skip anonymous subs.
10725
f5c0ef7b
DN
107262006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
10727
4e0299e5
DN
10728 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10729 regexp-opt at run time.
10730
f5c0ef7b
DN
10731 * term.el (term-handle-ansi-escape): Fix off by one error.
10732
6dea78a8
NR
107332006-05-04 Nick Roberts <nickrob@snap.net.nz>
10734
10735 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10736 (gdb-init-1, gdb-post-prompt): ...and references to it.
10737 (gdb-frame-handler): Strip directory name from filename if present.
10738
10739 * progmodes/gud.el (gdb-force-update): Delete defvar
10740 (gud-speedbar-buttons): ...and references to it. Use window-start
10741 to try to keep positon in watch expression.
10742
e4a9a1cf
RS
107432006-05-03 Richard Stallman <rms@gnu.org>
10744
889a04e7
RS
10745 * simple.el (next-history-element, previous-history-element): Doc fix.
10746
e4a9a1cf
RS
10747 * isearch.el (isearch-update-ring): Doc fix.
10748
5719a99d
DN
107492006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
10750
10751 * isearch.el (isearch-update-ring): Take history-delete-duplicates
0625ded0 10752 into consideration. Replace one arm ifs with whens.
5719a99d 10753
cea3f866
NR
107542006-05-03 Nick Roberts <nickrob@snap.net.nz>
10755
10756 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10757 (menu): Fix typo.
10758
bc16bf5e
MB
107592006-05-02 Miles Bader <miles@gnu.org>
10760
10761 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10762
35edc821
JB
107632006-05-02 Jay Belanger <belanger@truman.edu>
10764
0625ded0 10765 * calc/calc-embed.el (calc-override-minor-modes-map)
35edc821
JB
10766 (calc-override-minor-modes): New variables.
10767 (calc-do-embedded): Make sure that Calc keystrokes aren't
10768 overwritten by minor modes.
10769
72fa72ac
CY
107702006-05-02 Chong Yidong <cyd@mit.edu>
10771
cbe8cf2a 10772 * msb.el (msb): If EVENT is a down event, read and discard the up event.
72fa72ac 10773
31cf286f
RS
107742006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10775
4f308f73
RS
10776 * startup.el (command-line-1): Refer to Lisp manual when
10777 pure-space-overflow occurs.
10778
cbe8cf2a
SM
10779 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10780 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10781 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10782 (version-control): Don't use `t' for safe-local-variable declarations.
31cf286f 10783
4bc1b836
RS
107842006-05-01 Richard Stallman <rms@gnu.org>
10785
90b57156
RS
10786 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10787 M-r, M-R, M-A, M-SPC or M-DEL.
10788 (diff-mode-map): diff-refine-hunk now on C-c C-w
10789 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10790
4bc1b836
RS
10791 * help-mode.el (help-mode): view-exit-action calls delete-window
10792 only when it is safe and possible.
10793
10794 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10795 in messages.
10796
10797 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10798
10799 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10800 in the default tool-bar-map.
10801
a01b1e22
MA
108022006-05-01 Michael Albinus <michael.albinus@gmx.de>
10803
10804 * net/tramp.el (tramp-completion-file-name-handler-alist)
10805 (tramp-run-real-handler, tramp-completion-run-real-handler)
10806 (tramp-completion-handle-file-name-all-completions)
10807 (tramp-completion-handle-file-name-completion): Autoload them.
10808 (tramp-completion-handle-file-exists-p)
10809 (tramp-completion-handle-file-name-directory)
10810 (tramp-completion-handle-file-name-nondirectory)
10811 (tramp-completion-handle-expand-file-name): Remove them.
41a2f8ba
KS
10812 (tramp-handle-file-name-directory): Return the real directory name.
10813 Returning "/" only doesn't need to be necessary any longer.
a01b1e22
MA
10814 (tramp-file-name-handler): Make special attention when in hostname
10815 completion mode.
cbe8cf2a
SM
10816 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10817 (tramp-register-file-name-handlers):
10818 Register `tramp-completion-file-name-handler' only when
10819 `partial-completion-mode' is enabled.
41a2f8ba
KS
10820 (tramp-completion-handle-file-name-all-completions):
10821 Delete directory part from results.
a01b1e22
MA
10822 (tramp-get-completion-methods, tramp-get-completion-user-host):
10823 Discard deleting "/", it doesn't work after the change of
10824 `tramp-handle-file-name-directory' above.
10825
820f5fec
KS
108262006-05-01 Kim F. Storm <storm@cua.dk>
10827
41a2f8ba
KS
10828 * progmodes/grep.el (grep-expand-template): Use save-match-data
10829 and symbol-value.
820f5fec 10830
c1eb34c2
YM
108312006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10832
cbe8cf2a
SM
10833 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10834 Use select-frame-set-input-focus instead of raise-frame.
c1eb34c2
YM
10835 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10836
2c3981da
NR
108372006-05-01 Nick Roberts <nickrob@snap.net.nz>
10838
10839 * progmodes/gud.el (gud-def): Add %c case.
cea3f866 10840 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2c3981da
NR
10841 (gud-format-command): Make match case sensitive. Match on %F.
10842
e1cce4cf
GM
108432006-04-30 Glenn Morris <rgm@gnu.org>
10844
10845 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10846 (cal-tex-preamble): Use cal-tex-preamble-extra.
10847 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10848 than alias `list-diary-entries'.
10849
084a6638
DN
108502006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
10851
10852 * help-fns.el (describe-variable): Add info about safe local variables.
10853
41c8e348
RS
108542006-04-29 Richard Stallman <rms@gnu.org>
10855
eadb9d45 10856 * bindings.el (mode-line-format): help-echo doc fixes.
af0efc3f 10857
41c8e348
RS
10858 * net/tramp.el (tramp-file-name-handler-alist): Delete
10859 expand-file-name and other operations that can cause spurious loading.
10860
80aa4695
SM
108612006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10862
10863 * files.el (safe-local-variable-p): Remove support for the special
10864 value t.
10865
10866 * textmodes/paragraphs.el (sentence-end-without-space):
10867 Fix safety predicate.
10868 (sentence-end-double-space, sentence-end-without-period)
10869 (paragraph-ignore-fill-prefix):
10870 * textmodes/fill.el (colon-double-space):
10871 * abbrev.el (abbrev-mode): Tighten the safety predicate.
10872
10873 * subr.el (booleanp): New fun.
10874
10875 * textmodes/reftex-vars.el (reftex-guess-label-type):
10876 Tighten the safety predicate.
10877
264e9689
KS
108782006-04-28 Kim F. Storm <storm@cua.dk>
10879
10880 * progmodes/grep.el (defgroup grep): Doc fix.
10881 (grep-auto-highlight): Remove.
10882 (grep-template): New defcustom.
10883 (grep-find-template): Rename from grep-tree-template.
10884 (grep-files-aliases): Rename from grep-tree-files-aliases.
10885 Remove "all" alias, add "l" alias.
10886 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10887 (grep-find-ignored-directories): New defcustom to replace
10888 grep-tree-ignore-CVS-directories, to facilitate ignoring
10889 subdirectories for multiple version control systems.
10890 (grep-mode-map): Add Recursive grep item to GREP menu.
10891 (grep-regexp-history, grep-files-history): New defvars.
10892 (grep-probe): New helper function.
10893 (grep-compute-defaults): Use it to simplify code.
10894 Adapt to name changes.
10895 Use `.' as base in grep-find-template rather than <D>.
10896 (grep): Remove superfluous highlight-regexp arg. Fix doc.
10897 Call grep-compute-defaults unconditionally.
10898 (grep-expand-keywords): New defconst.
10899 (grep-expand-template): Rename from grep-expand-command-macros.
10900 Simplify via grep-expand-keywords. Look at case-fold-search instead
10901 of grep-tree-ignore-case to add -i option.
10902 Bind case-fold-search to nil while matching keywords.
10903 (grep-tree-last-regexp, grep-tree-last-files): Remove.
10904 (grep-read-regexp, grep-read-files): New helper functions.
10905 (rgrep): Rename from grep-tree. Rework to use proper histories.
10906 Adapt to changes in defcustoms and functions above.
41a2f8ba 10907 (lgrep): New command, as grep, but using same interactive UI as rgrep.
264e9689 10908
1ecc6145
MA
109092006-04-28 Michael Albinus <michael.albinus@gmx.de>
10910
80aa4695
SM
10911 * net/tramp.el (tramp-completion-file-name-handler):
10912 Disable Tramp's functionality while loading Tramp itself.
10913 (tramp-register-file-name-handlers): That's a defsubst now.
10914 Code from `tramp-repair-jka-compr' moved here. Apply it via
1ecc6145 10915 `after-init-hook'.
80aa4695 10916 (tramp-repair-jka-compr): Remove.
1ecc6145 10917
a48b489e
JB
109182006-04-27 Jay Belanger <belanger@truman.edu>
10919
10920 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10921 read expression when `math-read-big-expr' doesn't work.
10922
cb58ea33
RS
109232006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
10924
10925 * startup.el (command-line-1): Display warning when
10926 pure-space-overflow is non-nil.
10927
991767e7
RW
109282006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10929
10930 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10931 risky.
10932
109332006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10934
10935 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10936 Return the URL or nil if none can be generated.
10937
4a113e3f
NR
109382006-04-27 Nick Roberts <nickrob@snap.net.nz>
10939
10940 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10941 byte compiler warnings.
10942 (gud-basic-call, gud-find-expr): Let user select an expression
10943 for printing. Print expression as well as value in GUD buffer.
10944
8570ce80
SM
109452006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
10946
10947 * allout.el: Remove local autoload declaration for
10948 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10949 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10950 (allout-plain-bullets-string, allout-distinctive-bullets-string)
10951 (allout-use-mode-specific-leader, allout-old-style-prefixes)
10952 (allout-stylish-prefixes, allout-numbered-bullet)
10953 (allout-file-xref-bullet, allout-presentation-padding)
10954 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10955 safe-local-variable with suitable value spec, and add autoload
10956 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
10957 (move-beginning-of-line, move-end-of-line): Repair so these compat
10958 functions now actually resituate the point, when appropriate.
10959
0739a962
SM
109602006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10961
be12bc57
SM
10962 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10963
0739a962
SM
10964 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10965 (add-log-iso8601-time-string): Fix call to format-time-string.
10966
5a56121f
KS
109672006-04-26 Kim F. Storm <storm@cua.dk>
10968
10969 * subr.el (posn-string, posn-image, posn-object): Doc fix.
10970
0db097a5
MY
109712006-04-26 Masatake YAMATO <jet@gyve.org>
10972
5a56121f 10973 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
1bf5b5be 10974 Add support for "//" style comments. Remove `b' flag
0db097a5
MY
10975 from ?* in `asm-mode-syntax-table'.
10976
d1921057
SM
109772006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10978
08a1dbe6
SM
10979 * follow.el: Use (featurep 'xemacs) everywhere.
10980 (follow-mode): Use define-minor-mode.
10981 (follow-mode-map): Move initialization into the declaration.
10982 Use command remapping.
10983 (follow-emacs-version-xemacs-p): Remove.
10984 (follow-submit-feedback): Remove.
10985
7e5d77dc
SM
10986 * allout.el (allout-layout, allout-passphrase-verifier-string)
10987 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10988
0a206828
SM
10989 * textmodes/reftex-vars.el (reftex-vref-is-default)
10990 (reftex-fref-is-default, reftex-guess-label-type):
10991 Tighten up a bit the safety predicate.
10992
49011d46
SM
10993 * textmodes/paragraphs.el (sentence-end-double-space)
10994 (sentence-end-without-period, sentence-end-without-space)
10995 (page-delimiter, paragraph-ignore-fill-prefix):
10996 Tighten up a bit the safety predicate.
10997
a1c43d02
SM
10998 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10999
45e46cb7
SM
11000 * progmodes/python.el (python-continuation-line-p)
11001 (python-beginning-of-statement): syntax-ppss may return
11002 a negative depth.
a1c43d02 11003 (python-mode): Don't forcefully enable font-lock.
45e46cb7 11004
72c0b9b8
SM
11005 * time-stamp.el (time-stamp-start, time-stamp-end)
11006 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
11007
d1921057
SM
11008 * add-log.el: Remove spurious * in docstrings.
11009 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
11010 (add-change-log-entry): Use it here, since it's not specific
11011 to iso8601.
11012 (add-log-iso8601-time-string): Don't use it here any more.
11013 (change-log-indent-text, change-log-indent): Rename from add-log-*.
11014
11015 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
11016
02f47e86
MB
110172006-04-25 Ryan Yeske <rcyeske@gmail.com>
11018
11019 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
11020 (rcirc-toggle-low-priority): Doc fix.
11021 (rcirc-handler-NOTICE): Remove beginning of line anchor in
11022 ChanServ regexp.
11023 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
11024 #emacs.
11025 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
11026 (rcirc-decode-coding-system): Use utf-8 as the default.
11027 (rcirc-multiline-minor-mode): Set the fill-column.
11028 (rcirc-format-response-string): Display bright and dim nicks.
11029 (rcirc-browse-url): Update interactive spec to fill ARG.
11030 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
11031 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
11032
19f0b8b5
S
110332006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
11034
11035 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
11036 case for @Article, etc.
11037
8c04e197
MA
110382006-04-23 Michael Albinus <michael.albinus@gmx.de>
11039
11040 * net/tramp.el (tramp-register-file-name-handlers): New defun.
11041 Added with autoload cookie.
d1921057 11042 (tramp-unload-file-name-handlers): Rename from
8c04e197
MA
11043 `tramp-unload-file-name-handler-alist'.
11044
7fcece57
RF
110452006-04-23 Romain Francoise <romain@orebokech.com>
11046
11047 * comint.el (comint-match-partial-filename): Doc fix.
11048
cc6e521e
GM
110492006-04-21 Glenn Morris <rgm@gnu.org>
11050
11051 * calendar/cal-menu.el (calendar-mode-map): Refer to
11052 `diary-view-entries' rather than alias `view-diary-entries'.
11053 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
11054
a9b2b70f
LT
110552006-04-21 Luc Teirlinck <teirllm@auburn.edu>
11056
11057 * progmodes/antlr-mode.el (antlr-default):
11058 * cus-edit.el (custom-documentation):
11059 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
11060 in defface.
11061
95797ede
KS
110622006-04-21 Kim F. Storm <storm@cua.dk>
11063
11064 * image.el (image-type): New defun split out of create-image.
11065 (create-image): Use it.
11066
90c14869
CD
110672006-04-21 Carsten Dominik <dominik@science.uva.nl>
11068
d1921057 11069 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
90c14869
CD
11070 (org-open-at-point): Remove the "...done" message to keep output
11071 in the echo area visible.
65826b47 11072 (org-export-as-xoxo): Fix call to `indent-region'.
90c14869 11073
72ffd9d0
EZ
110742006-04-21 Kevin Ryde <user42@zip.com.au>
11075
11076 * international/mule.el (keyboard-coding-system): defcustom
11077 info-link fixes: "Specify Coding" has been split, keyboard now in
11078 "Terminal Coding", and "Single-Byte Character Support" is now
11079 "Unibyte Mode".
11080
bf49275d
NR
110812006-04-21 Nick Roberts <nickrob@snap.net.nz>
11082
95797ede 11083 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
bf49275d
NR
11084 Use font-lock-warning-face for any errors e.g. no stack.
11085 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
11086
be2c62b3
DN
110872006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
11088
7fe9a6e3
DN
11089 * progmodes/sh-script.el (sh-shell): Mark as safe.
11090
be2c62b3
DN
11091 * newcomment.el (comment-start, comment-start-skip)
11092 (comment-end-skip, comment-end): Mark as safe.
11093
b744e319
CD
110942006-04-20 Carsten Dominik <dominik@science.uva.nl>
11095
1bf5b5be 11096 * textmodes/org.el (org-deadline-announce): Face removed.
d1921057 11097 (org-level-faces, org-n-levels): Convert to constant.
01017e7c
RF
11098 (org-compatible-face): New function.
11099 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
11100 (org-level-5, org-level-6, org-level-7, org-level-8)
11101 (org-special-keyword, org-warning, org-headline-done, org-link)
11102 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
11103 (org-scheduled-today, org-scheduled-previously, org-time-grid):
b744e319 11104 Face definition revised for better color tty support.
01017e7c
RF
11105 (org-bold-re, org-italic-re, org-underline-re): New constants.
11106 (org-set-font-lock-defaults): Use the new constants.
11107 (org-agenda-highlight-todo): New function.
d1921057 11108 (org-agenda-todo): Fix bug with point at end of line.
01017e7c 11109 (org-agenda-change-all-lines, org-finalize-agenda-entries):
b744e319 11110 Fontify TODO keywords.
01017e7c
RF
11111 (org-insert-link): Preserve relative path in ../ links.
11112 (org-export-as-html): Convert links pointing to .org files into
b744e319 11113 links that will work beteen the exported HTML files.
01017e7c
RF
11114 (org-todo-list): Fix bug when arg=0.
11115 (org-insert-heading): More fine-tuning.
b744e319 11116
f948ab6c
RF
111172006-04-19 Romain Francoise <romain@orebokech.com>
11118
11119 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
11120 from `rmail-mime-charset-pattern'.
11121
0fea1d10
DN
111222006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
11123
11124 * progmodes/python.el (python-mode): Fix typo.
11125
014513ef
S
111262006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
11127
11128 * comint.el (comint-previous-input): Don't clobber input line
11129 when moving off either end of the input history ring.
11130 (comint-delete-input): New function, used by
11131 `comint-previous-input' and others.
d1921057
SM
11132 (comint-previous-matching-input):
11133 Use `coming-delete-input'. Save the partial input if leaving the
014513ef
S
11134 edit line. Goto point-max before deleting input to avoid
11135 partial input fragments hanging around.
d1921057 11136 (comint-restore-input): New function, used by `comint-previous-input'.
014513ef 11137
7edd10ca
LT
111382006-04-18 Luc Teirlinck <teirllm@auburn.edu>
11139
11140 * imenu.el (imenu--index-alist): Balance parentheses.
11141
3398a4ae
DN
111422006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
11143
d1921057 11144 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3398a4ae 11145
ec7793c3
RS
111462006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
11147
11148 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
11149 file is nil.
11150
290e4aae
RS
111512006-04-18 Richard Stallman <rms@gnu.org>
11152
11153 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
11154
11155 * imenu.el (imenu-create-index-function, imenu--index-alist)
11156 (imenu--last-menubar-index-alist, imenu--make-index-alist)
11157 (imenu-default-create-index-function, imenu--generic-function):
11158 Doc fixes.
11159
11160 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
11161
11162 * help-mode.el (help-mode): Set view-exit-action to delete window.
11163
11164 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
11165 now works by passing nil as arg.
11166
11167 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
11168
11169 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
11170 (read-abbrev-file): Provide default when reading filename.
11171
11172 * files.el (enable-local-variables): Allow :all as value.
11173 (hack-local-variables): Implement that value.
11174 (safe-local-variable-values, safe-local-eval-forms)
11175 (enable-local-variables): Mark as risky.
11176 (find-file-visit-truename, kept-old-versions): Mark safe.
11177
11178 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
11179 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
11180 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
11181
8d85a565
SM
111822006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11183
75669e02
SM
11184 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
11185 Use forward-line so as to get to BOL even in the presence of fields.
11186 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
11187 in return.
11188 (inferior-tcl): Tell tclsh to work in interactive mode.
11189
8d85a565
SM
11190 * complete.el (partial-completion-mode):
11191 Use 'choose-completion-string-functions to make sure that
11192 choose-completion fills the minibuffer properly.
11193
11194 * complete.el (PC-old-read-file-name-internal): Remove.
11195 (PC-read-include-file-name-internal): Remove. Turn it into an advice
11196 of read-file-name-internal.
11197 (partial-completion-mode): Enable/disable this advice.
11198
348f73b0
JB
111992006-04-18 Juanma Barranquero <lekktu@gmail.com>
11200
11201 * net/tramp.el (tramp-completion-file-name-handler): Revert change
11202 of 2006-04-17.
11203
87acbfda
CD
112042006-04-18 Carsten Dominik <dominik@science.uva.nl>
11205
348f73b0 11206 * textmodes/org.el (org-insert-heading): Insert heading before
87acbfda
CD
11207 current if at beginning of line.
11208 (org-todo, org-date): New faces.
11209 (org-table-align): Make sure tooltip window contains full text.
11210 (org-no-properties): New defsubst.
11211 (org-set-font-lock-defaults): Use new faces.
11212
791223f7
NR
112132006-04-18 Nick Roberts <nickrob@snap.net.nz>
11214
11215 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
11216 for root variables.
11217
11218 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
11219 (gdb-frame-address): Re-use to identify frame for watch expression.
11220 (gdb-var-list, gdb-var-create-handler): Add frame address for root
11221 variables.
d1921057 11222 (gdb-init-1, gdb-source, gdb-post-prompt)
791223f7
NR
11223 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
11224 (gdb-frame-handler): Get gdb-frame-address.
11225
85806390
MA
112262006-04-17 Michael Albinus <michael.albinus@gmx.de>
11227
11228 Sync with Tramp 2.0.53.
11229
11230 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
e24f9e5a 11231 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
85806390
MA
11232 (tramp-completion-file-name-handler): Add autoload cookie for
11233 adding to `file-name-handler-alist'.
11234
11235 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
11236 the prompt. If it returns earlier (when detecting an error
11237 message), the rest of the output will merge accidently with the
11238 output of the next command. Reported by M Jared Finder
11239 <jared@hpalace.com>.
11240
11241 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
11242 for `process-file', in order to let it work for older Emacsen too.
11243
587043f8
SM
112442006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
11245
11246 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
11247 (tex-font-lock-keywords-3): Use it.
11248
b433a560
SM
112492006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11250
11251 * newcomment.el (comment-add): New function.
11252 (comment-region-default, comment-dwim): Use it.
11253
51fa34bc
MB
112542006-04-15 Michael Olson <mwolson@gnu.org>
11255
11256 * emacs-lisp/tq.el: Improve comments.
11257 (tq-queue-head-question): New accessor function.
11258 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
11259 Update for modified queue structure.
11260 (tq-queue-add): Accept `question' argument.
11261 (tq-queue-pop): If a question is pending, send it.
b433a560
SM
11262 (tq-enqueue): Accept new optional argument `delay-question'.
11263 If this is non-nil, and at least one other question is pending a
51fa34bc
MB
11264 response, queue the question rather than sending it immediately.
11265
10ceef7a
RW
112662006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11267
11268 * calendar/appt.el (appt-add): Check whether an appointment is
f70a96b0 11269 already present in appt-time-msg-list. Simplify code.
10ceef7a 11270
58bd8740
SM
112712006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11272
11273 * progmodes/cc-langs.el (c-mode-menu):
11274 Don't presume c-subword-mode is bound.
11275
994019df
BW
112762006-04-13 Bill Wohler <wohler@newt.com>
11277
58bd8740 11278 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
994019df
BW
11279 (customize-package-emacs-version): Use cdr instead of cadr now
11280 that alists use dotted pairs.
11281
11282 * custom.el (defcustom): Fix docstring for :package-version.
11283
32f9593c
MA
112842006-04-13 Michael Albinus <michael.albinus@gmx.de>
11285
11286 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
11287 (tramp-handle-shell-command): Display output buffer only when
11288 `tramp-display-shell-command-buffer' is true.
11289 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
11290
bb1d56c8
CD
112912006-04-13 Carsten Dominik <dominik@science.uva.nl>
11292
11293 * textmodes/org.el (org-set-autofill-regexps): Set only the local
11294 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
11295
501719af
RF
112962006-04-13 Romain Francoise <romain@orebokech.com>
11297
11298 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
11299 leaving temporary .cvsignore buffers behind.
11300
fd4545a0
CD
113012006-04-13 Carsten Dominik <dominik@science.uva.nl>
11302
1bf5b5be 11303 * textmodes/org.el (org-set-regexps-and-options)
58bd8740 11304 (org-get-current-options): Better names for the startup folding
fd4545a0
CD
11305 options.
11306
1867d8cb
TTN
113072006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
11308
11309 * vc.el (vc-annotate): Arrange for point to end up at the same
11310 line number as in the original, but only when using a new buffer.
11311
72dcf679 113122006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
cda4c00b 11313
58bd8740
SM
11314 * files.el (hack-one-local-variable-eval-safep):
11315 Recognize `edebug-form-spec' for `put', but only if it passes
cda4c00b
EZ
11316 `edebug-basic-spec'. Generalize `put' handling.
11317
11318 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
11319 vetting file-local form specs.
11320
11321 * allout.el (allout-layout): Autoload its `safe-local-variable'
11322 property.
11323
8d2fb829
CD
113242006-04-13 Carsten Dominik <dominik@science.uva.nl>
11325
1bf5b5be 11326 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
8d2fb829
CD
11327 (org-agenda-mouse-1-follows-link)
11328 (org-mouse-1-follows-link): New options.
58bd8740 11329 (org-format-agenda-item): Fix bug if TAGS is nil.
8d2fb829
CD
11330 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
11331
25acaa6c
NR
113322006-04-13 Nick Roberts <nickrob@snap.net.nz>
11333
1867d8cb 11334 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
25acaa6c
NR
11335 GDB 6.1+ gives full filename for "info sources" so use
11336 file-name-nondirectory.
11337
7c447c3f
RF
113382006-04-12 Romain Francoise <romain@orebokech.com>
11339
11340 * subr.el (read-passwd): Bind `message-log-max' to nil.
11341
16a3b9b7
SM
113422006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11343
11344 * progmodes/perl-mode.el (perl-indent-new-calculate):
11345 Recompute parse-start after jumping backward by a whole sexp.
11346
8a8f8697
SM
113472006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11348
11349 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
11350 window configuration.
11351 (vc-annotate-display-select): Select the buffer so that current-buffer
11352 (and selected-window) is the output buffer at the end of vc-annotate.
11353
e2db3e59
S
113542006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
11355
8a8f8697 11356 * vc.el (vc-annotate-color-map): Add custom TTY color map for
e2db3e59
S
11357 8-color terminals, to use all of the colors in a sensible order.
11358 256-color terminals work well with the standard map.
11359 (vc-annotate-lines): Only strip the first color character if it
11360 is "#", to allow for terminal-style named colors.
11361 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
11362 the correct buffer is scrolled.
11363
aa9addfa
RS
113642006-04-11 Richard Stallman <rms@gnu.org>
11365
11366 * emacs-lisp/bytecomp.el (byte-compile-file):
11367 Bind enable-local-variables to :safe, and make normal-mode obey it.
11368
11369 * files.el (enable-local-variables): Allow value :safe.
11370 (normal-mode): Doc fix.
11371 (hack-local-variables): Implement enable-local-variables = :safe.
11372 (hack-local-variables-confirm): Don't prevent quitting.
11373
866d0913
SM
113742006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11375
ab215e72
SM
11376 * loadhist.el (unload-feature): A bit of sanity check of
11377 load-history entries. Cancel timer-vars before unbinding them.
11378
37dc4767
SM
11379 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
11380 quote special chars, and make the trick work on the hex part of the
11381 buffer as well.
11382 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
11383 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
11384
866d0913
SM
11385 * startup.el (normal-splash-screen): Fix last change so we don't wait
11386 2 minutes if we don't show the splash screen.
11387
8a70fed7
CD
113882006-04-11 Carsten Dominik <dominik@science.uva.nl>
11389
83163ec7 11390 * textmodes/org.el (org-export-plain-list-max-depth)
8a70fed7
CD
11391 (org-table-spaces-around-separators)
11392 (org-radio-targets, org-activate-camels)
11393 (org-table-spaces-around-invisible-separators): Options removed.
11394 (org-time-stamp-rounding-minutes, org-remember-templates)
83163ec7
JB
11395 (org-ellipsis, org-activate-links, org-descriptive-links):
11396 New options.
8a70fed7
CD
11397 (org-remember-apply-template, org-current-time)
11398 (org-finish-edit-table-field)
11399 (org-link-unescape, org-link-escape)
11400 (org-string-width, org-table-clean-line, org-html-do-expand)
11401 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
11402 (org-read-agenda-file-list): New functions.
11403 (org-table-edit-field)
11404 (org-table-create-or-convert-from-region): New commands
11405 (org-table-toggle-vline-visibility): Command removed.
11406 (org-table-convert-region): Made a command.
866d0913
SM
11407 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
11408 Replace with the normal org- functions.
8a70fed7
CD
11409 (org-self-insert-command): Don't trigger realign unnecessarily
11410 when blanking a field that is not full.
11411 (org-mode): `Set buffer-invisibility-spec' for links.
11412 (org-activate-links2): Hide link part and only show descriptive
11413 part of the link.
866d0913 11414 (org-insert-link): Modify for new linking system.
8a70fed7
CD
11415 (org-store-link): Store description separately, for use by
11416 `org-insert-link'.
11417 (org-table-align): Use `org-string-width'.
11418 (defgroup): Completely new group structure for custom variables.
11419 (org-agenda-files): Option: Single file name allowed. Function:
11420 Optional argument unrestrited means ignore any restricitons.
11421 (org-install-agenda-files-menu): Find a buffer in Org-mode before
11422 trying to modify the menu. Use generalized access to
11423 `org-agenda-files.'
11424 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
11425 (org-agenda-file-to-front, org-remove-file, org-diary)
11426 (org-tags-view, org-export-icalendar-all-agenda-files)
11427 (org-export-icalendar-combine-agenda-files): Use generalized
11428 access to `org-agenda-files'.
11429 (org-remember-handler): Correctly preserve heading if present.
11430 (org-table-insert-row, org-table-insert-hline): Deal with
11431 invisible characters.
11432
e2db3e59
S
114332006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
11434
11435 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
11436 (vc-annotate-color-map): New 18 element constant
11437 value/saturation, rotating hue colormap, from red->blue.
11438 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
11439 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
11440 (vc-annotate): To avoid killing the required local variables,
11441 set them before the end of `with-output-to-temp-buffer', and
11442 after first switching to annotate-mode.
11443 (vc-annotate-warp-version): Add buffer argument in goto-line to
11444 ensure annotation, not source, is scrolled.
11445
1d22fabd
BW
114462006-04-10 Bill Wohler <wohler@newt.com>
11447
83163ec7
JB
11448 * custom.el (defcustom, custom-handle-keyword):
11449 Add :package-version keyword.
11450 (custom-add-package-version): New function. Sets value of new
4e9c705e 11451 property 'custom-package-version from :package-version keyword.
81117bdd
BW
11452 (defcustom): Create Common Keywords section in docstring.
11453 (defface, defgroup): Replace definitions of a select few keywords
11454 with a reference to the Common Keywords in defcustom.
11455 (defcustom, defface, defgroup): Replace reference to Customization
11456 chapter in manual with hyperlink.
4e9c705e 11457
8d4bf0e5 11458 * cus-edit.el (customize-package-emacs-version-alist): New variable.
4e9c705e
BW
11459 (customize-changed-options): Add check for custom-package-version.
11460 (customize-package-emacs-version): New function to look up Emacs
11461 version corresponding to the given package version.
11462
1d22fabd
BW
11463 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
11464 defun name, in similar fashion to find-variable-regexp.
11465
978781a5
EZ
114662006-04-10 Eli Zaretskii <eliz@gnu.org>
11467
11468 * international/mule-cmds.el (set-locale-environment): Fix last
866d0913 11469 change for when the locale's preferences don't specify any encoding.
978781a5 11470
2b690e5b
SM
114712006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11472
11473 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
11474 so the defined var/fun doesn't need to be quoted.
11475
c9fdebdf
RS
114762006-04-10 Richard Stallman <rms@gnu.org>
11477
11478 * finder.el (finder-mode-map): Add n and p bindings.
11479
d9316f5c
NR
114802006-04-10 Nick Roberts <nickrob@snap.net.nz>
11481
11482 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
11483 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
11484 (gdb-setup-windows): Put something in source window if we can't find
11485 the source file.
11486 (gdb-frame-handler): Make it work again with just assembly.
11487 (gdb-data-list-register-values-handler): Make it work when there is
11488 no stack.
11489
8803c4f4
RS
114902006-04-09 Richard Stallman <rms@gnu.org>
11491
4f07f2e8
RS
11492 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
11493 specs while looking for charset.
11494
8803c4f4
RS
11495 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
11496
11497 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11498 Make them faces.
11499 (lm-font-lock-keywords): Update appropriately.
11500
6c230417
KS
115012006-04-10 Kim F. Storm <storm@cua.dk>
11502
11503 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
11504 it can also replace buffer-substring-no-properties.
11505
11506 * emulation/cua-base.el (cua-delete-region, cua-paste)
11507 (cua-repeat-replace-region): Use filter-buffer-substring.
11508
11509 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11510 (cua-cut-region-to-global-mark): Likewise.
11511
11512 * emulation/cua-rect.el (cua--extract-rectangle)
11513 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
11514
88e51189
RW
115152006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11516
11517 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
11518 entry-type. Add field delimiters to numerical fields if they are
11519 not present.
11520
115212006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11522
11523 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
11524 string-const to return value.
11525 (bibtex-remove-delimiters): Use it.
6c230417 11526
67438f77
SM
115272006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11528
11529 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
11530 cl-byte-compile-compiler-macro unless it exists.
11531
cf5cbca4
EZ
115322006-04-08 Eli Zaretskii <eliz@gnu.org>
11533
67438f77
SM
11534 * files.el (hack-local-variables-confirm) <offer-save>:
11535 Clarify message text. Suggested by Ralf Angeli.
cf5cbca4 11536
4fc9bd56 115372006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5c831ccd
EZ
11538
11539 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
11540 (delete-extract-rectangle-line): Use `filter-buffer-substring'
11541 instead of `buffer-substring' and `delete-region'. (Most of the
11542 code actually copied from `kill-region'.)
11543
a2524d26
EZ
115442006-04-08 Ryan Yeske <rcyeske@gmail.com>
11545
11546 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
11547 (rcirc-default-port): Rename from rcirc-port.
11548 (rcirc-default-nick): Rename from rcirc-nick.
11549 (rcirc-default-user-name): Rename from rcirc-user-name.
11550 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
11551 (rcirc-low-priority-flag): New variable.
11552 (rcirc-decode-coding-system): New defcustom.
11553 (rcirc-encode-coding-system): New defcustom.
11554 (rcirc-coding-system-alist): New defcustom.
11555 (rcirc-multiline-major-mode): New defcustom.
11556 (rcirc-nick): New internal variable.
11557 (rcirc-process): Remove variable.
11558 (rcirc-server-buffer): New variable.
11559 (rcirc): Update to use rcirc-default-* variables above.
11560 (rcirc-connect): Do not add window-configuration-hook-here.
11561 (rcirc-server): New internal variable.
11562 (rcirc-connect): Do not send keepalive pings if
11563 rcirc-keepalive-seconds is nil.
11564 (with-rcirc-server-buffer): New macro.
11565 (rcirc-send-string): Encode with rcirc-encode-coding-system.
11566 (rcirc-server-name): Rename from rcirc-server.
11567 (rcirc-buffer-process): New function.
11568 (rcirc-buffer-nick): New function.
11569 (rcirc-buffer-target): Remove function.
11570 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11571 New commands.
11572 (rcirc-mode-map): Change binding of C-c C-l to
11573 rcirc-toggle-low-priority.
11574 (rcirc-mode): Initialize coding system based on
11575 rcirc-coding-system-alist. New change-major-mode-hook to part the
11576 channel on a mode change. Make kill-buffer-hook buffer-local.
11577 (rcirc-change-major-mode-hook): New function.
11578 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11579 (rcirc-last-post-time): New variable.
11580 (rcirc-process-message): Store the last time user posted a message
11581 to this target.
11582 (rcirc-multiline-minor-mode): New mode.
11583 (rcirc-multiline-minor-mode-map): New mode map.
11584 (rcirc-edit-multiline): Put multiline-edit buffer in
11585 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
2b690e5b 11586 (rcirc-print): Ignore any line starting with an ignored nick.
a2524d26
EZ
11587 (rcirc-print): Decode using rcirc-decode-coding-system.
11588 (rcirc-track-minor-mode): Update global-mode-string when disabling
11589 this mode.
2b690e5b 11590 (minor-mode-alist): Add LowPri indicator.
a2524d26
EZ
11591 (rcirc-toggle-low-priority): New function.
11592 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11593 next lowpriority buffer with activity.
11594 (rcirc-record-activity): Sort buffers in rcirc-activity by the
11595 last time the user posted a message in to the target.
11596 (rcirc-update-activity-string): New formatting for low priority
11597 buffers.
11598 (rcirc-split-activity): New function.
11599 (rcirc-handler-PART, rcirc-handler-KICK)
11600 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11601 (rcirc-nick-away-alist): New variable.
11602 (rcirc-handler-301): New handler. Away messages are printed once
11603 per change.
11604
cdb1af30
EZ
116052006-04-08 Eli Zaretskii <eliz@gnu.org>
11606
6716bfa4
EZ
11607 * info.el (Info-follow-nearest-node): Doc fix.
11608
cdb1af30
EZ
11609 * international/mule-cmds.el (set-locale-environment): Make sure
11610 the coding-system preferred by the locale's language has the same
11611 EOL conversion type as the original buffer-file-coding-system.
569a6374 11612 (locale-language-names): Add a few MS Windows language codes.
cdb1af30 11613
b4f73994
RS
116142006-04-07 Richard Stallman <rms@gnu.org>
11615
11616 * simple.el (eval-expression): Doc fix.
11617
11618 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11619 (eval-defun): Doc fixes.
11620
60c6189d
RS
116212006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
11622
2b690e5b 11623 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
60c6189d 11624
a179cd22
NR
116252006-04-07 Nick Roberts <nickrob@snap.net.nz>
11626
11627 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11628 GDB list command without argument for greater generality.
11629
3e457225
RS
116302006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11631
11632 * subr.el (string-or-null-p): New function.
11633
11634 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11635
2b690e5b 11636 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3e457225
RS
11637
11638 * files.el: Update comment about safe-local-variable declarations.
11639
9f4b9ced
S
116402006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
11641
2b690e5b
SM
11642 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11643 See idlwave.org.
9f4b9ced 11644
2b690e5b
SM
11645 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11646 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
9f4b9ced 11647
2b690e5b
SM
11648 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11649 See idlwave.org.
9f4b9ced
S
11650
11651 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11652 version 6.0 (minimal changes). See idlwave.org.
11653
11654 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11655 6.0 (minimal changes). See idlwave.org.
11656
11657 * progmodes/idlw-rinfo.el: File obsoleted and removed.
11658
30ceaa68
RF
116592006-04-06 Romain Francoise <romain@orebokech.com>
11660
11661 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11662 symmetric encryption features and a new asynchronous interface to
11663 GnuPG. This new version is version 1.4, plus whitespace changes.
11664
6c07f4d4
RS
116652006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11666
11667 * files.el: Move some `safe-local-variable' declarations to the
11668 respective files.
11669
11670 * textmodes/ispell.el (ispell-check-comments)
11671 (ispell-local-dictionary): Mark as safe.
11672
11673 * abbrev.el (abbrev-mode): Mark as safe.
11674
11675 * add-log.el (change-log-default-name): Mark as safe.
11676
11677 * textmodes/reftex-vars.el (reftex-vref-is-default)
11678 (reftex-fref-is-default, reftex-level-indent)
11679 (reftex-guess-label-type): Mark as safe.
11680
11681 * textmodes/fill.el (colon-double-space): Mark as safe.
11682
11683 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11684 (sentence-end-double-space, sentence-end-without-period)
11685 (sentence-end-without-space, sentence-end, sentence-end-base)
11686 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11687
f133ecc0
KS
116882006-04-06 Kim F. Storm <storm@cua.dk>
11689
11690 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11691 the :set-after list.
11692 (ido-downcase-unc-hosts): New user option. Default on.
11693 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11694 when it is set, as regexps are now applied on the fly.
11695 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11696 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11697 on the fly, but only when ido-process-ignore-lists is set.
11698 Do case insensitive filtering if ido-downcase-unc-hosts is set.
11699 Only downcase names if ido-downcase-unc-hosts is set.
11700
da080609
JB
117012006-04-06 Juanma Barranquero <lekktu@gmail.com>
11702
11703 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11704
11705 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11706
eda39f7a
KS
117072006-04-05 Kim F. Storm <storm@cua.dk>
11708
82f71715
KS
11709 * ido.el (ido-mode): Set after ido-unc-hosts and
11710 ido-ignore-unc-host-regexps.
11711 (ido-save-history): Save ido-unc-hosts-cache.
11712 (ido-load-history): Load ido-unc-hosts-cache.
11713 (ido-reread-directory): Refresh unc hosts cache in // dir.
11714
eda39f7a
KS
11715 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11716 to nil while displaying slash screen.
11717
39a270b1
SJ
117182006-04-05 Daiki Ueno <ueno@unixuser.org>
11719
2b690e5b
SM
11720 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11721 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
39a270b1 11722
a293e9b6
KH
117232006-04-05 Kenichi Handa <handa@m17n.org>
11724
11725 * international/characters.el: Setup cases of Latin, Greek, and
11726 Cyrillic characters in CJK charsets.
11727
cddfe50b
SJ
117282006-03-29 Daiki Ueno <ueno@unixuser.org>
11729
11730 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11731 default-enable-multibyte-characters. This reverts the change from
11732 revision 6.17 which is no longer necessary because the passphrase
11733 is sent separately now. GnuPG messages are unreadable under
2b690e5b 11734 multibyte locales with default-enable-multibyte-characters set to nil.
cddfe50b 11735
704d7017
AS
117362006-04-04 Andreas Schwab <schwab@suse.de>
11737
11738 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11739 and `byte-compile-warnings' as `safe-local-variable'.
11740
707f55b0
DN
117412006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
11742
11743 * man.el (Man-mode-map): Restore the \r binding.
11744 (Man-abstract-xref-man-page): If Man-target-string is a function,
11745 call it.
11746 (Man-highlight-references): Use Man-default-man-entry to get the
0625ded0 11747 target. Deal with xrefs too.
707f55b0
DN
11748 (Man-highlight-references0): Don't call the target function.
11749
11750 * woman.el (WoMan-xref-man-page): Strip the section number, woman
11751 cannot deal with it.
11752
bd707233
SJ
117532006-04-04 Daiki Ueno <ueno@unixuser.org>
11754
11755 * pgg-gpg.el: Clean up process buffers every time gpg processes
11756 complete.
11757
5b9d5ffc
KH
117582006-04-04 Kenichi Handa <handa@m17n.org>
11759
11760 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11761 here.
11762 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11763 Temporarily bind inhibit-field-text-motion to t.
11764
260a5020
SM
117652006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11766
11767 * startup.el (normal-splash-screen): Only set mode-line-format in the
11768 splash buffer, so as not to interfere when debugging the code.
11769 Ignore errors when switching buffer.
11770
3db7bf54
RF
117712006-04-03 Romain Francoise <romain@orebokech.com>
11772
11773 * dired.el (dired-dnd-protocol-alist): Fix typo.
11774
f7a8a965
RS
117752006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11776
cd4160e6
RS
11777 * savehist.el (savehist): Add :version.
11778 (savehist-ignored-variables): New variable.
11779 (savehist-minibuffer-hook): Don't save variables listed in
11780 `savehist-ignored-variables'.
11781
f7a8a965
RS
11782 * dired.el (dired-dnd-protocol-alist): Mention that change does
11783 only apply to new buffers in doc string.
11784
e1e4913d
DP
117852006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11786
11787 * recentf.el (recentf-open-files-item): Include newline in button
11788 field, so opening a file will work, when the point is at the end
11789 of the file name. Allow, for example, to [i]search a file by
11790 extension and just push RET to open it.
11791
7db4c10a
SJ
117922006-04-03 Daiki Ueno <ueno@unixuser.org>
11793
11794 * pgg-gpg.el (pgg-gpg-process-filter)
11795 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11796
11797 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11798 lines, temporary fix.
11799
b641fbd7
DN
118002006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11801
11802 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11803
f4beca06
RS
118042006-04-02 Richard Stallman <rms@gnu.org>
11805
11806 * progmodes/compile.el (compilation-message-face): Make it defcustom.
11807
f0b31589
DN
118082006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11809
11810 * ibuf-macs.el (define-ibuffer-column): Add a new key:
eda39f7a 11811 header-mouse-map.
f0b31589
DN
11812
11813 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11814 (ibuffer-mode-header-map): New keymaps.
11815 (ibuffer-update-title-and-summary): Enable mouse face highlighting
11816 and keybindings for column headers.
11817 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11818 property.
11819
0cc6477b
EZ
118202006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
11821
11822 * speedbar.el (speedbar-after-create-hook): Doc fix.
11823
5113b294
EZ
118242006-04-02 Michael Ernst <mernst@alum.mit.edu>
11825
11826 * shell.el (shell-directory-tracker)
11827 (shell-dynamic-complete-command): Doc fixes.
11828
61be4a8a
EZ
118292006-04-01 Matt Hodges <MPHodges@member.fsf.org>
11830
11831 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11832 terminals.
11833
e701756a
KS
118342006-04-01 Kim F. Storm <storm@cua.dk>
11835
11836 * ido.el (ido-unc-hosts-cache): New defvar.
11837 (ido-unc-hosts): If value of defcustom is a function, call it to
11838 get list of UNC hosts. Add function-item choices to specify
11839 ido-unc-hosts-net-view or user function.
11840 (ido-ignore-unc-host-regexps): New defcustom.
11841 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11842 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11843 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11844
1c50e1e5
SM
118452006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11846
11847 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11848 wwidth.
11849
3903655d
JB
118502006-03-31 Juanma Barranquero <lekktu@gmail.com>
11851
a2cf0212
JB
11852 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11853 (ido-max-work-file-list, ido-switch-buffer)
11854 (ido-read-file-name-as-directory-commands):
3903655d
JB
11855 Fix typos in docstrings.
11856
4da2c33b
YM
118572006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11858
11859 * term/mac-win.el (mac-system-coding-system): Define and use after
11860 Mac-specific coding systems are ready.
11861
8d214091
RF
118622006-03-27 Romain Francoise <romain@orebokech.com>
11863
11864 * net/rcirc.el (rcirc-connect): Add autoload cookie.
11865
ab5523ff
RF
11866 * ldefs-boot.el: Update.
11867
276e2740
SJ
118682006-03-27 Daiki Ueno <ueno@unixuser.org>
11869
11870 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11871 passphrases when it is not needed.
11872 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11873 passphrase stuff from gpg, should only be necessary when you use
11874 gpg with a smartcard.
11875
9db237d5
NR
118762006-03-27 Nick Roberts <nickrob@snap.net.nz>
11877
11878 * comint.el (comint-dynamic-list-completions): Allow user to
11879 select *Completions* buffer.
11880
80d116c1
CD
118812006-03-27 Carsten Dominik <dominik@science.uva.nl>
11882
260a5020 11883 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
80d116c1 11884
d6e4b785
AS
118852006-03-26 Andreas Schwab <schwab@suse.de>
11886
11887 * progmodes/gud.el (gdb): Only complain about multiple debugging
11888 when the gdb process is still running.
11889
1da6a64d
EZ
118902006-03-25 Eli Zaretskii <eliz@gnu.org>
11891
11892 * mail/rmail.el (tool-bar-map): Defvar it.
11893 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11894 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11895
cb0b6766
EZ
118962006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
11897
11898 * help.el (print-help-return-message): Suggest to use
11899 display-buffer instead of switch-to-buffer-other-window to restore
11900 the previous window without selecting it.
11901
0f49150e
YM
119022006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11903
11904 * frame.el (select-frame-by-name): Call x-focus-frame also when
11905 window-system is mac.
11906
11907 * term/mac-win.el: Adjust Courier font specifications in
11908 x-fixed-font-alist.
11909 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11910 when directly encoding to UTF-16 in native byte order, no BOM.
11911
749e5af5
KS
119122006-03-25 Kim F. Storm <storm@cua.dk>
11913
11914 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11915 (cua--init-keymaps): Use it instead of fixed C-return.
11916 (cua-mode): Set after it.
11917
67438f77
SM
11918 * emulation/cua-rect.el (cua--init-rectangles):
11919 Use cua-rectangle-mark-key instead of fixed C-return.
749e5af5 11920
833627da
NR
119212006-03-25 Nick Roberts <nickrob@snap.net.nz>
11922
11923 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11924 "run" in .gdbinit.
11925 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11926
3095ccf5
RF
119272006-03-24 Romain Francoise <romain@orebokech.com>
11928
11929 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11930 `display-buffer-other-frame'.
11931
0ef4f79b
KS
119322006-03-24 Kim F. Storm <storm@cua.dk>
11933
11934 * apropos.el (apropos-synonyms): Add selection => region.
11935
749e5af5 119362006-03-24 Nick Roberts <nickrob@snap.net.nz>
d1f18d58
NR
11937
11938 * progmodes/gdb-ui.el (gdb-var-create-regexp)
11939 (gdb-var-list-children-regexp, gdb-var-update-regexp)
11940 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11941 (gdb-data-list-register-values-regexp)
0ef4f79b 11942 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
d1f18d58
NR
11943 Future proof against new fields being added to MI output.
11944 (gdb-send): Don't treat backslashes for program input as
11945 continuations.
11946 (gdb-assembler-handler): Don't use window-start for this handler.
11947 (gdb-frame-handler): Don't change to hollow arrow if overlay
11948 arrow doesn't move to new frame.
11949
d23969f3
NR
119502006-03-24 Nick Roberts <nickrob@snap.net.nz>
11951
11952 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11953 prevent compiler warnings.
11954 (gdb-stopped): Check for gud-last-last-frame (case: signal).
67438f77 11955 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
d23969f3
NR
11956 (gdb-assembler-custom): Use hollow-right-triangle for assembler
11957 buffer too.
11958
de82e530
SJ
119592006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
11960
11961 * pgg-gpg.el (pgg-gpg-update-agent): Check for
11962 make-network-process, so we can use the same code in Gnus v5-10
11963 too and have this file fully synchronized with that release.
11964
fde057aa
RF
119652006-03-23 Romain Francoise <romain@orebokech.com>
11966
11967 * ibuf-ext.el (ibuffer-read-filter-group-name):
11968 Use `ibuffer-generate-filter-groups' to make completion list match
11969 the filter groups that are really displayed in the Ibuffer buffer.
11970 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11971
9b99ec0e
KH
119722006-03-23 Kenichi Handa <handa@m17n.org>
11973
11974 * international/mule-cmds.el (sort-coding-systems): Describe that
11975 the argument is modified in docstring.
11976
159a31cf 119772006-03-22 Sascha Wilde <wilde@sha-bang.de>
4803386d
SJ
11978
11979 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11980 (pgg-gpg-update-agent): New function.
11981 (pgg-gpg-use-agent-p): New function.
11982 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11983 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11984 (pgg-gpg-sign-region): Use it.
11985
e02577b7
CY
119862006-03-21 Chong Yidong <cyd@stupidchicken.com>
11987
11988 * cus-edit.el (custom-face-set): Call custom-push-theme before
11989 face-spec set so that `changed' theme is correctly saved.
11990 (custom-face-reset-standard): Reset to recalculated face rather
11991 than defface spec.
11992
11993 * custom.el (custom-push-theme): Only save `changed' theme if the
11994 current face does not match the defface specs.
11995
e563e53b
SJ
119962006-03-21 Simon Josefsson <jas@extundo.com>
11997
11998 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11999 <wilde@sha-bang.de>.
12000 (pgg-gpg-use-agent): New variable.
12001 (pgg-gpg-process-region): Use it.
12002 (pgg-gpg-encrypt-region): Likewise.
12003 (pgg-gpg-encrypt-symmetric-region): Likewise.
12004 (pgg-gpg-decrypt-region): Likewise.
12005 (pgg-gpg-sign-region): Likewise.
12006 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12007
9ed8b6cb
CD
120082006-03-21 Carsten Dominik <dominik@science.uva.nl>
12009
05e4f54c 12010 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
9ed8b6cb
CD
12011 bracket links.
12012
52bd2f43
KS
120132006-03-21 Kim F. Storm <storm@cua.dk>
12014
12015 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
12016 fringe-indicator-alist instead of modifying global value.
12017 (gdb-frame-handler): Likewise.
12018
b756c64c
NR
120192006-03-21 Nick Roberts <nickrob@snap.net.nz>
12020
12021 * diff-mode.el (diff-function): Make it inherit from diff-header
12022 instead of diff-context.
12023
12024 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
12025 bitmap.
12026 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
12027 change names in macro above for consistency.
12028 (gdb-frame-handler): Use hollow-right-triangle for all selected
12029 frames which except the innermost (where execution has stopped).
12030 (gdb-reset): Reset buffer-local values of overlay-arrow.
12031
ab9b3866
RS
120322006-03-20 Richard Stallman <rms@gnu.org>
12033
3b4a1f68
RS
12034 * simple.el (set-mark-command): Doc fix.
12035
ab9b3866
RS
12036 * files.el (display-buffer-other-frame): New command.
12037 (ctl-x-4-map): Bind C-x 5 C-o to it.
12038
0902822d
SM
120392006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12040
12041 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
12042 rather than just defer-time, in case defer-time has been changed but
12043 the timer isn't running yet.
12044 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
12045
c287ad03
LT
120462006-03-19 Luc Teirlinck <teirllm@auburn.edu>
12047
0902822d
SM
12048 * help-mode.el (help-follow-symbol): New function.
12049 Essentially identical to the old `help-follow', but do not let
12050 `push-button' do the work when on an xref.
c287ad03
LT
12051 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
12052
c287ad03
LT
120532006-03-19 Richard Stallman <rms@gnu.org>
12054
12055 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
12056 preceded by the word `program'.
12057 (help-follow-mouse, help-follow): Throw error if not on xref.
12058 Delete no longer used args.
12059
bdee903e
NR
120602006-03-20 Nick Roberts <nickrob@snap.net.nz>
12061
12062 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
12063 annotation ensure gud-overlay-arrow-position is redisplayed.
12064
8a51a318
RW
120652006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12066
12067 * textmodes/bibtex.el (bibtex-include-OPTkey)
0902822d 12068 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
8a51a318
RW
12069 (bibtex-autokey-name-case-convert)
12070 (bibtex-autokey-titleword-case-convert): Make these the aliases
12071 for the following two variables.
12072 (bibtex-autokey-name-case-convert-function)
12073 (bibtex-autokey-titleword-case-convert-function): Make these the
12074 real names.
12075 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
12076 bibtex-font-lock-crossref sublists.
12077 (bibtex-mode): Revert 2005-12-30 change (which made
12078 completion-ignore-case buffer-local).
0902822d 12079 (bibtex-url): Simplify.
8a51a318 12080
45c1c789
KS
120812006-03-19 Kim F. Storm <storm@cua.dk>
12082
12083 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
12084 cursor property value to 2 (to align with C level change).
12085
ae77c7ff
BW
120862006-03-19 Bill Wohler <wohler@newt.com>
12087
12088 * image.el (image-load-path-for-library): Shorten first line in
12089 docstring.
12090
967012d2
RS
120912006-03-18 Richard Stallman <rms@gnu.org>
12092
12093 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
12094
e4d181dc
EZ
120952006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
12096
12097 * isearch.el (isearch-other-meta-char): Handle user bindings for
12098 shifted control characters.
12099
7b833ed1
EZ
121002006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
12101
12102 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
12103 part that matches email addresses, file names, etc.
12104
7e37c7c0
EZ
121052006-03-18 Eli Zaretskii <eliz@gnu.org>
12106
0902822d
SM
12107 * term/w32-win.el (mouse-set-font):
12108 Mention w32-list-proportional-fonts in the doc string.
7e37c7c0 12109
8bd8eddc
KS
121102006-03-18 Kim F. Storm <storm@cua.dk>
12111
12112 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
12113 (ido-unc-hosts): New user option to explicitly define list of know
12114 UNC-style hosts for completion.
12115 (ido-cache-unc-host-shares-time): New user option.
55b76f19
KS
12116 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
12117 New helper functions for UNC file-name support.
8bd8eddc
KS
12118 (ido-may-cache-directory): Check for UNC host. Simplify.
12119 (ido-wash-history): Clean out old UNC hosts.
12120 (ido-nonreadable-directory-p): UNC hosts are always readable.
12121 (ido-directory-too-big-p): UNC hosts are never too big.
12122 (ido-set-current-directory): Handle UNC root path.
12123 (ido-file-name-all-completions): Complete UNC host names from
12124 ido-unc-hosts list. Cache UNC host shares.
12125 (ido-make-file-list-1): Don't filter UNC root.
12126 (ido-exhibit): Check for // in root directory, and switch to UNC
12127 mode by setting ido-current-directory to //.
12128
c3de8dd4
LT
121292006-03-17 Luc Teirlinck <teirllm@auburn.edu>
12130
12131 * cus-edit.el (customize-changed-options): Mention explicit
12132 version number as default in prompt.
12133
40db64d2
BW
121342006-03-17 Bill Wohler <wohler@newt.com>
12135
12136 * image.el (image-load-path-for-library): Minor docstring fix.
12137
7f99ce52
CD
121382006-03-17 Carsten Dominik <dominik@science.uva.nl>
12139
12140 * textmodes/org.el (org-read-date): Include subgroup 5 into
12141 replacement text.
70a49ac6 12142 (org-popup-calendar-for-date-prompt): Fix customization type.
7f99ce52 12143
8ab8e521
NR
121442006-03-17 Nick Roberts <nickrob@snap.net.nz>
12145
12146 * progmodes/gdb-ui.el (gud-watch): Provide completion.
12147 (gdb-continuation): New variable.
12148 (gdb-send): Deal with continuation lines.
12149
12150 * progmodes/gud.el (gud-gdb-complete-command)
12151 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
12152 expressions.
12153 (gud-tooltip-mode): Use buffer-local value.
12154
76d4eb05
KS
121552006-03-16 Kim F. Storm <storm@cua.dk>
12156
12157 * ido.el (ido-edit-input): Use selected match, if any.
12158
c0696e1b
BW
121592006-03-16 Bill Wohler <wohler@newt.com>
12160
12161 * image.el (image-load-path-for-library): Prefer user's images in
12162 image-load-path.
12163
89a94f1e
CY
121642006-03-16 Martin Rudalics <rudalics@gmx.at>
12165
12166 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
12167 when checking for attempt to drag leftmost or rightmost scrollbar.
12168
af967423
NR
121692006-03-16 Nick Roberts <nickrob@snap.net.nz>
12170
12171 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
12172 (gdb-force-mode-line-update): New function.
12173 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
12174 (gdb-exited): Use them.
55b76f19 12175 (gdb-signal): New function.
af967423
NR
12176 (gdb-annotation-rules): Provide a rule for it.
12177
8d40f004
KH
121782006-03-16 Kenichi Handa <handa@m17n.org>
12179
dc5c3489
KH
12180 * international/mule.el (auto-coding-regexp-alist): Add entries
12181 for Unicode BOM.
12182
8d40f004
KH
12183 * sort.el (sort-build-lists): Temporarily bind
12184 inhibit-field-text-motion to t.
12185
e6b7cc22
LT
121862006-03-15 Luc Teirlinck <teirllm@auburn.edu>
12187
12188 * locate.el (locate-command, locate-make-command-line)
12189 (locate-fcodes-file, locate-update-command)
12190 (locate-prompt-for-command, locate, locate-with-filter)
12191 (locate-get-file-positions): Doc fixes.
12192 (locate-buffer-name, locate-header-face): Remove leading `*' in
12193 defcustom.
12194 (locate-filter-output): Use `keep-lines' instead of its alias
12195 `delete-non-matching-lines'.
12196 (locate-get-filename, locate-get-dirname): Add introductory comment.
12197 (locate-find-directory-other-window): Give appropriate error
12198 message if used outside main listing.
12199
4ffc92c2
SM
122002006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12201
12202 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
12203 the new extend-region feature.
12204 (font-lock-after-change-function): Update correspondingly.
12205 * jit-lock.el (jit-lock-after-change): Update correspondingly.
12206 * progmodes/grep.el (font-lock-lines-before): Don't disable.
12207
9f036d33
BW
122082006-03-15 Bill Wohler <wohler@newt.com>
12209
12210 * image.el (image-load-path-for-library): Fix example by not
55b76f19 12211 recommending that one binds image-load-path. Just defvar it to
9f036d33
BW
12212 placate compiler and only use it if previously defined.
12213
9212fe99
CD
122142006-03-15 Carsten Dominik <dominik@science.uva.nl>
12215
713cb18d 12216 * textmodes/org.el (org-insert-centered): Use `string-width' to
9212fe99
CD
12217 make underlining work for wide characters.
12218 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
12219 TAB to `org-cycle', to make sure that no binding in
12220 `outline-mode-map' can supercede it.
12221
b3d0dafb
LT
122222006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
12223
891d66c9 12224 * allout.el: Increment version to 2.2.1 in file commentary.
b3d0dafb 12225
891d66c9 12226 (allout-version): Increment to 2.2.1.
b3d0dafb 12227
891d66c9
LT
12228 (allout-default-layout): New customization variable, used when the
12229 file lacks a specific allout-layout. Uses allout-layout-type for
12230 recursively nested definition.
b3d0dafb 12231
891d66c9
LT
12232 (allout-layout-type): Widget defining allout layouts, necessary for
12233 self-recursive definition.
b3d0dafb 12234
891d66c9
LT
12235 (allout-mode): Incorporate allout-default-layout as fallback for
12236 allout-layout.
b3d0dafb 12237
891d66c9
LT
12238 (allout-layout): Mark as 'safe-local-variable', and refer mention
12239 fallback to `allout-default-layout' in absence of a specified value.
12240 (allout-passphrase-verifier-string)
12241 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
b3d0dafb 12242
891d66c9 12243 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
b3d0dafb 12244
891d66c9
LT
12245 (allout-get-encryption-passphrase-verifier): Use correct name of
12246 passphrase verifier in docstring.
b3d0dafb 12247
3470ef37
NR
122482006-03-15 Nick Roberts <nickrob@snap.net.nz>
12249
12250 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
12251 elements.
55b76f19
KS
12252 (gdb-find-watch-expression): Make it work for arrays too.
12253 Follow change to gdb-var-list.
3470ef37
NR
12254 (gud-watch): Allow the user to enter variable name with a prexix
12255 arg. Create keybindings.
12256 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12257 (gdb-var-list-children-handler, gdb-var-update-handler)
12258 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
12259 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
12260 Follow change to gdb-var-list.
55b76f19 12261 (gdb-starting): Don't show the overlay arrows when program is running.
3470ef37
NR
12262
12263 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
12264 gdb-var-list.
12265
5248a565
BW
122662006-03-14 Bill Wohler <wohler@newt.com>
12267
12268 * image.el (image-load-path-for-library): Pass value of path
55b76f19
KS
12269 rather than symbol. Always return list of directories.
12270 Guarantee that image directory comes first.
5248a565 12271
c852c516
AM
122722006-03-14 Alan Mackenzie <acm@muc.de>
12273
55b76f19
KS
12274 * font-core.el (font-lock-extend-region\(-function\)?.):
12275 New function/variable.
c852c516 12276
55b76f19
KS
12277 * font-lock.el (font-lock-after-change-function):
12278 Call font-lock-extend-region. Obey font-lock-lines-before.
c852c516
AM
12279 (font-lock-default-fontify-region): Remove reference to
12280 font-lock-lines-before.
12281
55b76f19
KS
12282 * jit-lock.el (jit-lock-after-change):
12283 Call font-lock-extend-region. Obey font-lock-lines-before.
c852c516 12284
d4695487
DP
122852006-03-14 David Ponce <david@dponce.com>
12286
12287 * tree-widget.el (tree-widget-themes-load-path)
12288 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
12289
e8f10ddb
MB
122902006-03-13 Ryan Yeske <rcyeske@gmail.com>
12291
12292 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
12293 (rcirc-print): Mark the start of text at the end of the prompt.
12294 (rcirc-track-minor-mode): Add autoload cookie.
12295 (rcirc-update-activity-string): Add space to front of mode-line
12296 indicator.
12297
54aba1ee
MB
122982006-03-13 Miles Bader <miles@gnu.org>
12299
3470ef37
NR
12300 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
12301 (rcirc-abbrev-nick): Remove function.
54aba1ee
MB
12302 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
12303
4f8f072e
DP
123042006-03-13 David Ponce <david@dponce.com>
12305
12306 * tree-widget.el: Handle themes across all occurrences of the main
12307 themes sub-directory found in tree-widget-themes-load-path.
12308 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
12309 (tree-widget--locate-sub-directory): Return all occurrences.
55b76f19
KS
12310 (tree-widget-themes-path): New function.
12311 Replace tree-widget-themes-directory, and return a list of directories.
4f8f072e
DP
12312 (tree-widget-set-parent-theme)
12313 (tree-widget-lookup-image): Use it.
12314
586392ba
CD
123152006-03-13 Carsten Dominik <dominik@science.uva.nl>
12316
713cb18d 12317 * textmodes/org.el (org-link-search): Avoid self-matching of
586392ba
CD
12318 links, allow target text to be distributed over several lines.
12319 (org-search-not-link): New function.
713cb18d
JB
12320 (org-set-regexps-and-options, org-get-current-options):
12321 New startup options.
586392ba
CD
12322 (org-export-as-html): Take odd-level setting from local variable.
12323 (org-fontify-emphasized-text): New option.
12324 (org-set-font-lock-defaults): Include emphasized text.
12325 (org-follow-mhe-link): Allow folder-only links, fix folder name.
12326 (org-font-lock): Customize group renamed from `org-faces'.
12327
da63ece4
JPW
123282006-03-13 John Paul Wallington <jpw@pobox.com>
12329
12330 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
12331 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
12332
2a1eac63
LT
123332006-03-12 Luc Teirlinck <teirllm@auburn.edu>
12334
12335 * cus-start.el (all): Delete :version keyword for members of the
12336 fringe group, since the entire group is new in 22.1.
12337
81d4dba3
NR
123382006-03-13 Nick Roberts <nickrob@snap.net.nz>
12339
12340 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
12341 map if value is hexadecimal (an address).
12342 (gud-watch): Only search roots for existing watch expressions.
12343 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
12344 prevent caching problems with speedbar-update-directory-contents.
12345
2d19a2a4
JL
123462006-03-12 Juri Linkov <juri@jurta.org>
12347
12348 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
12349 before comparing with `low' and `warn'.
12350
12351 * info.el (Info-dir-remove-duplicates): Move point to the
12352 beginning of the current line after deleting the entries from
12353 redundant heading. Use marker for `limit' and compare it with
12354 point before calling `re-search-forward'.
12355
f372bd5b
LT
123562006-03-11 Luc Teirlinck <teirllm@auburn.edu>
12357
12358 * simple.el (yank): Fix typo in docstring.
12359
2c1bd367
EZ
123602006-03-11 Ryan Yeske <rcyeske@gmail.com>
12361
12362 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
12363 messages, where "D" is the 6th character.
12364
f161146b
EZ
123652006-03-11 Eli Zaretskii <eliz@gnu.org>
12366
12367 * simple.el (yank): Fix last change.
12368
db3c0e9c
EZ
123692006-03-11 David Ponce <david@dponce.com>
12370
12371 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
12372 merging elements from the standard ispell-dictionary-alist.
12373 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
12374 alist, and return the new alist.
12375
5a893bff
RS
123762006-03-11 Richard Stallman <rms@gnu.org>
12377
12378 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
12379
12380 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
12381 the way it is implemented is too unclean.
12382
12383 * simple.el (kill-region, yank): Doc fix.
12384
12385 * battery.el (battery-echo-area-format): Doc fix.
12386 (battery-mode-line-format): Likewise.
12387 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
12388 (battery-linux-proc-acpi): Ignore batteries that say "charged".
12389
0c93f715
EZ
123902006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
12391
713cb18d
JB
12392 * progmodes/octave-mod.el (octave-indent-for-comment):
12393 Behave according to do string.
0c93f715 12394
55faab0a
EZ
123952006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
12396
8887e8ec
EZ
12397 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
12398 Be visible only if major mode is Mail Mode.
12399
55faab0a
EZ
12400 * textmodes/flyspell.el (flyspell-external-point-words)
12401 (flyspell-process-localwords): Fix last changes.
12402
7325e714
EZ
124032006-03-11 Eli Zaretskii <eliz@gnu.org>
12404
306cea3a
EZ
12405 * calendar/holidays.el (list-holidays): Doc fix.
12406
7325e714
EZ
12407 * international/mule.el (auto-coding-alist): Add .odt
12408 (OpenOffice's open document) files.
12409
12410 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
12411 document) files. Mention in the doc string the need to sync with
12412 auto-coding-alist.
12413
af467e28
CY
124142006-03-10 Chong Yidong <cyd@stupidchicken.com>
12415
12416 * files.el (hack-local-variables-confirm): Don't prompt for ! if
12417 enable-local-variables is set to always query, or there is no
12418 savable variable.
12419
7c565097
BW
124202006-03-10 Bill Wohler <wohler@newt.com>
12421
12422 * image.el (image-load-path-for-library): Merge at least three
12423 functions from Gnus and MH-E into this one function that can now
12424 be shared.
12425
3cf61a4f
NR
124262006-03-11 Nick Roberts <nickrob@snap.net.nz>
12427
12428 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
12429 gdb-remove-mouse-face and remove help-echo too.
12430 (gdb-enqueue-input): Correct conditional clause.
713cb18d 12431
5a473319
GM
124322006-03-10 Glenn Morris <rgm@gnu.org>
12433
12434 * calendar/calendar.el (calendar-holidays): Doc fix.
12435 * calendar/holidays.el (list-holidays): Doc fix.
12436
05c31df2
NR
124372006-03-10 Nick Roberts <nickrob@snap.net.nz>
12438
12439 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
12440 it gets called in gdb-prompt anyway.
12441 (gdb-use-separate-io-buffer): Only restore window arrangement for
12442 gdb-many-windows.
12443 (gdb-enqueue-input): Make it harder to send GDB input when program
12444 is running.
12445 (gdb-buffer-list): New variable.
12446 (gdb-remove-mouse-face): New function.
12447 (gdb-starting): Use it when GDB input won't get sent.
12448
60a7c013
JB
124492006-03-08 Juanma Barranquero <lekktu@gmail.com>
12450
12451 * help.el (view-lossage): Remove trailing whitespace before
12452 inserting "\n".
12453
46d91fa0
CY
124542006-03-07 Chong Yidong <cyd@stupidchicken.com>
12455
55b76f19
KS
12456 * files.el (hack-local-variables-confirm):
12457 Set coding-system-for-read to nil before writing to .emacs.
4299d849 12458
9b1fad33
CY
12459 * arc-mode.el (archive-extract): Check if an existing buffer name
12460 comes from a different archive.
12461
46d91fa0
CY
12462 * help.el (describe-key-briefly): If KEY is a down event, read and
12463 discard the up event.
12464
d9b586ff
NR
124652006-03-07 Nick Roberts <nickrob@snap.net.nz>
12466
12467 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
12468 be edited and use font-lock-warning-face for any changes.
12469
12470 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
12471 (gdb-edit-value): Use it to report any errors.
12472
c2f6ba99
JB
124732006-03-07 Juanma Barranquero <lekktu@gmail.com>
12474
12475 * help.el (describe-key): Remove leftover test code.
12476
7204b00e
CD
124772006-03-07 Carsten Dominik <dominik@science.uva.nl>
12478
55b76f19
KS
12479 * textmodes/org.el: Move defvars out of eval-when-compile.
12480 Use buffer-file-name variable.
7204b00e
CD
12481 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
12482 arg `file'.
12483 (org-level-faces): Remove startup dependency.
12484 (org-cycle, org-map-tree, org-scan-tags)
12485 (org-remember-handler): Don't call `outline-level' directly.
12486 (org-mhe-search-all-folders): New option.
c2f6ba99
JB
12487 (org-mhe-get-message-folder-from-index)
12488 (org-mhe-get-message-folder): Fix indexing search.
7204b00e
CD
12489 (org-format-agenda-item): Handle nil TAGS argument.
12490 (org-cleaned-string-for-export, org-activate-target-links)
12491 (org-make-target-link-regexp): Deal with empty radio target list.
12492 (org-tag): New face.
12493 (org-get-level-face): New function.
12494 (org-set-font-lock-defaults): Simplify setup for headlines.
55b76f19 12495 (org-complete): Pass common substring to `display-completion-list'.
7204b00e 12496
3070196c
DP
124972006-03-06 David Ponce <david@dponce.com>
12498
12499 * tree-widget.el: Update Commentary header.
12500 (tree-widget-theme-name): Ignore parent themes.
12501 (tree-widget-set-parent-theme): New function.
12502 (tree-widget-set-theme): Use it.
12503 (tree-widget-set-image-properties): Move definition. Does nothing
12504 if image properties have already been set.
12505 (tree-widget-image-properties): Move definition. Receive an image
12506 name. Set the :pointer property.
12507 (tree-widget-lookup-image): Doc fix. Search in parent themes.
12508 Don't set the :pointer image property.
12509 (tree-widget-convert-widget): New function. Handle :dynargs
12510 compatibility here.
12511 (tree-widget): Use it to :convert-widget. Add the :expander-p
12512 predicate to control when the :expander function is entered.
12513 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
12514 (tree-widget-value-create): Handle :expander-p. widget-apply
12515 :expander.
12516 (tree-widget-expander-p): New function. Default value of the
12517 :expander-p property.
12518
aa38f98e
CY
125192006-03-06 Chong Yidong <cyd@stupidchicken.com>
12520
12521 * help.el (describe-key): Properly handle the return value of
12522 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4dfb2678 12523 remaps. Handle string and vector `follow-link' values.
aa38f98e 12524
95983b95
SM
125252006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12526
12527 * complete.el (PC-expand-many-files): Try be more careful when parsing
12528 the shell's output.
12529
1e0e9b38
SM
125302006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12531
12532 * outline.el (hide-sublevels): Provide better interactive default.
12533
50e3e564
KH
125342006-03-06 Kenichi Handa <handa@m17n.org>
12535
1e0e9b38
SM
12536 * international/fontset.el (create-fontset-from-fontset-spec):
12537 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
50e3e564 12538
af6a60c3
LT
125392006-03-05 Luc Teirlinck <teirllm@auburn.edu>
12540
a79fbdcb
LT
12541 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
12542 backslashes instead of one in regexp.
65416c68 12543 (gud-tooltip-dereference): Add missing optional argument.
af6a60c3 12544
681979fa
JPW
125452006-03-04 John Paul Wallington <jpw@pobox.com>
12546
12547 * wdired.el (toplevel): Require `cl' at compile-time.
12548
c6ce06a6
AS
125492006-03-04 Andreas Schwab <schwab@suse.de>
12550
12551 * server.el (server-process-filter): Handle errors during
12552 evaluation of the argument.
12553
da927269
JPW
125542006-03-03 John Paul Wallington <jpw@pobox.com>
12555
12556 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
12557 escape parentheses at beginning of line.
12558 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12559 (t-mouse-mode): Remove period from end of error message.
12560
4a2c4459
EZ
125612006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
12562
1e0e9b38
SM
12563 * textmodes/flyspell.el (flyspell-process-localwords):
12564 Be case-sensitive.
4a2c4459 12565
d594e896 125662006-03-03 Martin Rudalics <rudalics@gmx.at>
c60168d2 12567
33709261
EZ
12568 * cus-edit.el (custom-quote): Remove function, since it has been
12569 moved to custom.el.
12570
a6966c1c
EZ
12571 * font-lock.el (lisp-font-lock-keywords-2)
12572 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12573 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12574 they have no special meaning.
12575
c60168d2 12576 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1e0e9b38 12577 indirect buffer gets killed before indirect buffer. Use dolist.
c60168d2
EZ
12578
125792006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
a6a2b5d4
EZ
12580
12581 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12582 value instead of a literal constant (1) on more pauses.
12583
6e1fbe44
EZ
125842006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12585
1e0e9b38
SM
12586 * textmodes/flyspell.el (flyspell-external-point-words):
12587 Be case-sensitive.
6e1fbe44 12588
019ed9c7
EZ
125892006-03-03 Ryan Yeske <rcyeske@gmail.com>
12590
12591 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12592 with "www".
12593
46771bb3
EZ
125942006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12595
c601a68b 12596 * allout.el: Restablish intermediate missing comment header to
46771bb3 12597 preserve outline structure.
c601a68b
KS
12598 (allout-beginning-of-current-entry): Skip invisible text.
12599 (allout-open-topic): Fix opening a topic at end-of-buffer.
12600 (allout-minor-mode): Move nearer to allout-mode function.
46771bb3 12601
2276b5b1
CD
126022006-03-02 Carsten Dominik <dominik@science.uva.nl>
12603
c601a68b 12604 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
2276b5b1 12605
115712f0
NR
126062006-03-02 Nick Roberts <nickrob@snap.net.nz>
12607
6aa79f63
NR
12608 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12609 is nil.
12610
1e0e9b38
SM
12611 * progmodes/gud.el (gud-speedbar-menu-items):
12612 Use buffer-local-value and add missing :visible keyword.
115712f0 12613
c601a68b 12614 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
115712f0 12615
d464ce27
CD
126162006-03-01 Carsten Dominik <dominik@science.uva.nl>
12617
a85551d8
CD
12618 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12619 must be `follow-link'.
12620
c601a68b 12621 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
a85551d8 12622
a196ea62 12623 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
d464ce27 12624 formatting: No nested anchors.
a196ea62 12625 (org-all-targets): Fix bug with XEmacs compatibility.
d464ce27 12626 (org-read-date): Add (require 'parse-time).
a196ea62 12627 (org-set-tags): Fix bug with extra inserted space.
d464ce27 12628 (org-export-html-style): Define a style class for targets.
1e0e9b38 12629 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
d464ce27
CD
12630 (org-hide-leading-stars): New option.
12631 (org-hide): New face.
12632 (org-set-font-lock-defaults): Allow to hide leading stars.
12633 (org-get-legal-level, org-tr-level): New functions.
12634 (org-odd-levels-only): New option.
a196ea62
JB
12635 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12636 (org-demote, org-promote): Deal with double-star levels.
d464ce27
CD
12637 (org-convert-to-odd-levels): New command.
12638
e9cee67e
NR
126392006-03-01 Nick Roberts <nickrob@snap.net.nz>
12640
12641 * speedbar.el (speedbar-update-localized-contents): Try to
12642 preserve window-start.
12643 (speedbar-update-directory-contents): Try to preserve window-start
12644 and window-point.
1a408ced 12645 (speedbar-update-special-contents): Don't move back to start of window.
e9cee67e
NR
12646
12647 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12648 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1e0e9b38 12649 speedbar-timer-fn.
e9cee67e
NR
12650 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12651 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12652 instead of gdb-speedbar-timer-fn.
e9cee67e 12653
29ecdb22
JB
126542006-02-28 Jay Belanger <belanger@truman.edu>
12655
a196ea62
JB
12656 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12657 (math-compose-expr): Use latex option when calling
29ecdb22
JB
12658 `math-compose-tex-matrix' for latex mode.
12659
766bcec1
NR
126602006-02-28 Nick Roberts <nickrob@snap.net.nz>
12661
5ef21574
NR
12662 * speedbar.el: Re-instate comments about developing for speedbar
12663 [this is what info and gdb-ui use even if better methods exist now].
12664
766bcec1
NR
12665 * t-mouse.el: New file.
12666 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
55b76f19
KS
12667 (t-mouse-lispy-buffer-posn-from-coords): Remove.
12668 (t-mouse-make-event-element): Use posn-at-x-y instead.
766bcec1
NR
12669 (t-mouse-make-event): Deal with Fedora Core 3.
12670 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12671 (t-mouse-mouse-position-function): New function. Use it instead
12672 of advising mouse-position.
12673 (t-mouse-mode): New minor mode.
12674 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
12675
c61633ba
GM
126762006-02-27 Glenn Morris <rgm@gnu.org>
12677
12678 * calendar/calendar.el (calendar-holidays): Doc fix.
12679
661f54cb
NR
126802006-02-27 Nick Roberts <nickrob@snap.net.nz>
12681
a196ea62 12682 * progmodes/gdb-ui.el (gdb-source-window): New variable.
661f54cb
NR
12683 Re-introduce the concept of a source window.
12684 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12685 consistency with get-buffer-create.
12686 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12687 (gdb-data-list-register-values-handler)
12688 (gdb-stack-list-locals-handler): Try to preserve window-start as
12689 well as window-point.
12690 (gdb-display-source-buffer): New function (old concept).
12691 (gdb-goto-breakpoint): Use it.
12692
12693 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12694 for gdb-ui/gdb-mi (old concept).
12695
753656f3
CD
126962006-02-27 Carsten Dominik <dominik@science.uva.nl>
12697
12698 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12699 binding.
12700
55b76f19 12701 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
753656f3 12702
a196ea62
JB
12703 * textmodes/reftex-sel.el (reftex-select-label-map)
12704 (reftex-select-bib-map): Add `follow-mouse' binding.
0738d819 12705
440cbd9e
LT
127062006-02-26 Luc Teirlinck <teirllm@auburn.edu>
12707
12708 * jka-cmpr-hook.el (jka-compr-compression-info-list)
12709 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12710 Give :set functions to provide automatic updating.
12711 Update docstring. Give compiler defvars early in the file
12712 and move the defcustoms to a later spot where all called functions
12713 are defined.
12714 (jka-compr-file-name-handler-entry): Doc fix.
12715 (jka-compr-compression-info-list--internal)
12716 (jka-compr-mode-alist-additions--internal)
12717 (jka-compr-load-suffixes--internal): New variables.
12718 (jka-compr-install): Set the three above variables.
12719 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12720 (jka-compr-update, jka-compr-set): New functions.
12721 (auto-compression-mode): Doc fix.
12722
12723 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12724 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12725 Use jka-compr-compression-info-list--internal,
12726 jka-compr-mode-alist-additions--internal and
12727 jka-compr-load-suffixes--internal.
12728
12729 * files.el (load-library):
12730 * loadhist.el (file-loadhist-lookup):
12731 * startup.el (command-line):
12732 * subr.el (locate-library):
12733 * emacs-lisp/autoload.el (update-directory-autoloads):
1e0e9b38
SM
12734 * emacs-lisp/find-func.el (find-library-suffixes):
12735 Use `get-load-suffixes' instead of `load-suffixes'.
440cbd9e
LT
12736
12737 * subr.el (locate-library):
1e0e9b38
SM
12738 * emacs-lisp/find-func.el (find-library-name):
12739 Use `load-file-rep-suffixes' instead of '("").
440cbd9e 12740
a0eacbcd
KS
127412006-02-26 Kim F. Storm <storm@cua.dk>
12742
1e0e9b38
SM
12743 * ido.el (ido-save-history, ido-load-history): Simplify.
12744 Don't use find-file-noselect to avoid interference from other modes.
a0eacbcd 12745
19cd88cc
TTN
127462006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
12747
12748 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12749 to use the default shell if filename is not available.
12750 Reported by Giorgos Keramidas.
12751
957e3996
FP
127522006-02-25 John Williams <jrw@pobox.com> (tiny change)
12753
12754 * progmodes/etags.el (tags-completion-table): Do completion from
12755 all the tables in the current list, as documented in the manual.
12756
cb694ab7
AM
127572006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12758
12759 * CC Mode Update to 5.31.3.
12760
127612006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12762
1e0e9b38
SM
12763 * progmodes/cc-mode.el (c-postprocess-file-styles):
12764 Bind inhibit-read-only to t, around the call to
cb694ab7
AM
12765 c-remove-any-local-eval-or-mode-variables, so that it works on a
12766 RO file.
12767
127682006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12769
12770 * progmodes/cc-awk.el: Correct a typo.
12771
127722006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12773
12774 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12775 c-hungry-delete-backwards, at the request of RMS. Leave the old
12776 name as an alias.
12777
127782006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12779
12780 * progmodes/cc-mode.el: Correct a typo.
12781
127822006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12783
12784 * progmodes/cc-defs.el: Update the version number to 5.31.3.
12785
127862006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12787
12788 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12789 brace-else-brace (error due to mbeg, mend being undefined).
12790
127912006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12792
12793 * progmodes/cc-mode.el: File Local variables: Solve the problem
12794 where both `mode' and c-file-offsets are specified: `mode' will
12795 overwrite c-f-o's settings:
a196ea62
JB
12796 (c-remove-any-local-eval-or-mode-variables): New function.
12797 (c-postprocess-file-styles): Call the above new function, within
cb694ab7
AM
12798 c-tentative-buffer-change, to splat `mode' and `eval' before the
12799 second hack-local-variables.
12800
128012006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12802
12803 * progmodes/cc-mode.el:
12804 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1e0e9b38
SM
12805 (c-after-change): Protect the match data with save-match-data.
12806 It was getting corrupted by c-after-change-check-<>-operators.
4ce3c91a 12807
cb694ab7
AM
12808 * cc-defs.el: [Supersedes patch V1.38]:
12809 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1e0e9b38 12810 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
cb694ab7
AM
12811
12812 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12813 with save-match-data. It was being corrupted when Font Lock was
12814 not enabled.
12815
128162006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12817
12818 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12819 Mode and Subword Mode.
12820
12821 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12822 real labels ("case 1:" or "foo:") from non-labels ("public:").
12823 (c-forward-objc-directive): Replace c-forward-token-2 with crude
12824 coding; c-f-t-2 doesn't move over a token at EOB.
12825
1e0e9b38 12826 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
cb694ab7
AM
12827
12828 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12829 (c-update-modeline): Concatenate the minor mode indicators
12830 directly onto mode-name, removing c-submode-indicators.
1e0e9b38 12831 Sometimes, c-s-i got separated from the mode name on the mode line.
cb694ab7 12832
a196ea62
JB
12833 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12834 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
cb694ab7
AM
12835
128362006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12837
a196ea62 12838 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
cb694ab7
AM
12839 error message when there's an evaluation error to show whether
12840 it's loaded from source or not.
a196ea62 12841 (c-filter-ops): Make it available at runtime too to work when
cb694ab7
AM
12842 `c-make-init-lang-vars-fun' needs to evaluate from source.
12843
172892e3
JB
128442006-02-24 Juanma Barranquero <lekktu@gmail.com>
12845
12846 * help.el (help): Revert last part of 2006-02-23 change (deletion
12847 of the `provide' call).
12848
32670900
JL
128492006-02-23 Juri Linkov <juri@jurta.org>
12850
12851 * compare-w.el (compare-windows-highlight): Add new value
12852 `persistent' and change :type from `boolean' to `choice'.
12853 (compare-windows-overlays1, compare-windows-overlays2):
12854 New internal variables.
12855 (compare-windows-highlight): If compare-windows-highlight is
12856 `persistent', add current overlays to compare-windows-overlays[12]
12857 instead of adding compare-windows-dehighlight to pre-command-hook.
12858 (compare-windows-dehighlight): Delete all overlays from
12859 compare-windows-overlays[12].
12860
12861 * info.el (Info-search): Don't bind search-spaces-regexp to
12862 Info-search-whitespace-regexp in non-regexp isearch mode.
12863
4e6d3170
SM
128642006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12865
12866 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12867
35402b98
JB
128682006-02-23 Juanma Barranquero <lekktu@gmail.com>
12869
12870 * textmodes/org.el (org-xemacs-p)
12871 (org-export-html-show-new-buffer, org-table-may-need-update)
12872 (org-insert-item, org-mhe-get-message-real-folder)
12873 (org-mhe-get-message-folder-from-index)
12874 (org-mhe-get-message-folder, org-mhe-get-message-num)
12875 (org-mhe-get-header, org-make-org-heading-search-string)
12876 (org-make-org-heading-camel, org-table-sort-lines)
12877 (org-format-org-table-html, org-format-table-table-html):
12878 Fix typos in docstrings.
12879
55b76f19 128802006-02-23 Carsten Dominik <dominik@science.uva.nl>
1caf01c2 12881
85563680
JB
12882 * textmodes/org.el (org-cleaned-string-for-export)
12883 (org-solidify-link-text): New function.
12884 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12885 XEmacs, just to silence the compiler.
4e6d3170
SM
12886 (org-export-as-ascii, org-export-as-html-and-open):
12887 Use `org-cleaned-string-for-export' and create internal links.
1caf01c2
CD
12888 (org-follow-mhe-link): Require mh-e, use folder.
12889
e4905946
NR
128902006-02-23 Nick Roberts <nickrob@snap.net.nz>
12891
85563680 12892 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
e4905946
NR
12893
12894 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12895 gdb-debug-log-length.
12896 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
12897 it a real ring but...
12898 (gud-gdba-marker-filter): ...make it work like mark-ring.
12899 (gdb-enable-debug): Rename from gdb-enable-debug-log.
12900 (gdb-mouse-jump): New function. Add bindings.
12901
03937438
NR
129022006-02-23 Nick Roberts <nickrob@snap.net.nz>
12903
12904 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12905 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12906 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12907 (gdb-debug-log-length): Customize it's length.
12908 (gud-watch, gdb-var-create-handler): Display function::var format
12909 but don't use to create variable object.
12910 (gdb-var-create-handler): Use message-box in place of message.
12911 (gdb-stopped): Call gdb-exited if signalled.
12912
2e205512
CD
129132006-02-22 Carsten Dominik <dominik@science.uva.nl>
12914
85563680 12915 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
c7cf105d 12916
85563680 12917 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
3bfb8112 12918
85563680 12919 * textmodes/reftex.el (reftex-locate-file): Search all extensions
3bfb8112
CD
12920 if `reftex-try-all-extensions' is set.
12921
0738d819
CD
12922 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12923 fail silently when there is no valid argument at point.
12924 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12925 `fail-silently' argument. From a patch by David Reiter.
a196ea62 12926
35402b98 12927 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2e205512
CD
12928 New commands.
12929 (org-mark-ring): New variable.
12930 (org-mark-ring-length): New option.
12931 (org-open-at-point, org-goto, org-open-file): Push old position
12932 onto the mark ring.
12933 (org-add-hook): New function.
12934 (org-export-table-remove-special-lines): New option.
35402b98
JB
12935 (org-skip-comments, org-format-org-table-html): Respect new
12936 option `org-export-table-remove-special-lines'.
12937 (org-open-file): Allow special command configuration for
12938 directory link.
4e6d3170 12939 (org-file-apps): Fix bugs in customize type, added setting
35402b98 12940 for directories.
2e205512
CD
12941 (org-activate-tags, org-format-agenda-item, org-complete)
12942 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12943 (org-get-tags, org-get-buffer-tags, org-open-at-point)
12944 (org-link-search, org-make-org-heading-search-string)
12945 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12946 (org-radio-targets, org-file-link-context-use-camel-case)
12947 (org-activate-camels): New options.
12948 (org-update-radio-target-regexp, org-all-targets)
35402b98
JB
12949 (org-make-target-link-regexp, org-activate-target-links):
12950 New functions.
2e205512
CD
12951 (org-make-org-heading-search-string): New function.
12952 (org-store-link, org-insert-link): Use new option
12953 `org-file-link-context-use-camel-case'.
12954 (org-activate-camels): Use new option `org-activate-camels'.
4e6d3170 12955 (org-link-regexp): Add mhe prefix.
35402b98
JB
12956 (org-open-at-point, org-store-link): Support for mhe links.
12957 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12958 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12959 (org-mhe-get-header, org-follow-mhe-link): New functions.
12960 (org-remove-angle-brackets, org-add-angle-brackets):
12961 New functions.
12962 (org-bracket-link-regexp): New constant.
4e6d3170 12963 (org-read-date): Fix bug that was rejecting all typed dates.
2e205512
CD
12964 (org-link-search): Make hierarchy above visible after a match.
12965 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4e6d3170 12966 (org-store-link): Fix bug with link creation when cursor is in
2e205512 12967 an empty line.
4e6d3170 12968 (org-open-at-point): Fix bug with matching a link.
35402b98 12969 Fixed buggy argument sequence in call to `org-view-tags'.
2e205512
CD
12970 (org-compile-prefix-format): Set `org-prefix-has-tag'.
12971 (org-prefix-has-tag): New variable.
35402b98
JB
12972 (org-format-agenda-item): Remove tags from headline
12973 if appropriate.
2e205512
CD
12974 (org-agenda-remove-tags-when-in-prefix): New option.
12975
608c89a9 129762006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
85563680 12977
608c89a9 12978 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
85563680
JB
12979 Fix the regular expressions.
12980
f623a9d2
RS
129812006-02-21 Richard M. Stallman <rms@gnu.org>
12982
12983 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12984 if there's no other specific basis.
12985
12986 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12987 as variables at all.
12988 (unsafep-variable): Rename arg; doc fix.
12989
12990 * abbrevlist.el (list-one-abbrev-table): Add autoload.
12991
12992 * calendar/appt.el (diary-selective-display): Add defvar.
12993
12994 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12995
12996 * isearch.el (search-whitespace-regexp): Fix custom type.
12997
12998 * help.el (describe-key-briefly): Compute interactive args
12999 in same was as before previous change.
13000
13001 * files.el (enable-local-variables): Doc fix.
13002
dd9959da
KS
130032006-02-21 Kim F. Storm <storm@cua.dk>
13004
13005 * fringe.el: Cleanup as file is now pre-loaded.
13006 (fringe-bitmaps): Initialize unconditionally.
13007 (fringe-mode, set-fringe-style): Remove autoload cookies.
13008
130092006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
13010
13011 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
13012 `horizontal-bar'.
13013 (fringe-cursor-alist): Use `horizontal-bar'.
13014
49af2995
KS
130152006-02-20 Kim F. Storm <storm@cua.dk>
13016
13017 * fringe.el (fringe-bitmaps): Update to new bitmap names.
13018 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
13019
13020 * loadup.el: Load "fringe" on window systems.
13021
130222006-02-20 Nick Roberts <nickrob@snap.net.nz>
17007b97
NR
13023
13024 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
13025 out of scope components.
13026
13027 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
13028 default.
13029
ec9f0a62
CY
130302006-02-20 Chong Yidong <cyd@stupidchicken.com>
13031
4e6d3170
SM
13032 * custom.el (customize-mark-to-save, customize-mark-as-set):
13033 Load the symbol first.
ec9f0a62 13034
5376d5f6
JB
130352006-02-20 Juanma Barranquero <lekktu@gmail.com>
13036
13037 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
13038 strech spec so it doesn't display as "^J" on the header line
13039 when `Buffer-menu-use-header-line' is t.
13040
8e6694f5
NR
130412006-02-20 Nick Roberts <nickrob@snap.net.nz>
13042
13043 * speedbar.el (speedbar-make-button): Keep text properties
13044 of string arguments if desired.
13045
13046 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
13047 expessions.
13048
13049 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
13050 of speedbar.
13051
07556e35
JPW
130522006-02-19 Ryan Yeske <rcyeske@gmail.com>
13053
13054 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
13055 to value of `read-file-name-completion-ignore-case'.
13056
2d656942
CY
130572006-02-19 Chong Yidong <cyd@stupidchicken.com>
13058
fccf2784 13059 * custom.el (customize-mark-as-set): Push to `user' theme.
4a9ceb4e 13060
2d656942 13061 * cus-edit.el (custom-save-variables): Allow unthemed values.
fccf2784 13062 (customize-set-variable): Push setting to `user' theme.
2d656942 13063
4d9fa6b8
NR
130642006-02-19 Nick Roberts <nickrob@snap.net.nz>
13065
13066 * progmodes/gud.el: Don't require font-lock as it's now
13067 automatically loaded.
13068 (gud-speedbar-buttons): Replace gdb-var-changed with
13069 gdb-force-update.
13070
13071 * progmodes/gdb-ui.el (gdb-force-update): Rename from
13072 gdb-var-changed.
13073 (gdb-post-prompt): Use it.
13074 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13075 (gdb-var-update-handler, gdb-var-delete)
13076 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
13077 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
13078 gdb-force-update in gdb-post-prompt.
13079 (gdb-reset): Clear watch expressions from speedbar when quitting.
13080
b6178721 130812006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5376d5f6
JB
13082
13083 * viper-cmd.el (viper-insert-state-post-command-sentinel)
13084 (viper-change-state-to-vi, viper-change-state-to-emacs):
13085 Make aware of cursor coloring in the Emacs state.
13086 (viper-special-read-and-insert-char): Use read-char-exclusive.
13087 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
13088
13089 * viper-init.el (viper-emacs-state-cursor-color): New variable.
13090
13091 * viper-util.el (viper-save-cursor-color)
13092 (viper-get-saved-cursor-color-in-replace-mode)
13093 (viper-get-saved-cursor-color-in-insert-mode)
13094 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
b6178721 13095 state.
5376d5f6
JB
13096 (viper-get-saved-cursor-color-in-emacs-mode): New function.
13097
13098 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
13099 (ediff-ignore-case-option3, ediff-actual-diff-options)
13100 (ediff-actual-diff3-options): New variables to control case sensitivity.
13101 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
13102 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
13103 (ediff-toggle-ignore-case): New function.
13104 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
13105
13106 * ediff-help.el (ediff-long-help-message-narrow2)
13107 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
13108 (ediff-long-help-message-word-mode): Add ignore-case command.
13109 (ediff-help-for-quick-help): Add ignore-case command.
13110
13111 * ediff-merg.el: Move provide to the end.
13112
13113 * ediff-ptch.el: Move provide to the end.
13114
13115 * ediff-wind.el: Move provide to the end.
13116
13117 * ediff-mult.el: Move provide to the end.
13118 (ediff-set-meta-overlay): Enable follow-link.
13119
13120 * ediff.el: Move provide to the end.
b6178721 13121 Break recursive load cycle in eval-when-compile.
5376d5f6
JB
13122 (ediff-patch-buffer): Better heuristics.
13123
13124 * ediff-util.el: Move provide to the end.
b6178721 13125 Break recursive load cycle in eval-when-compile.
5376d5f6 13126 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
b6178721 13127 defuns.
5376d5f6 13128 (ediff-submit-report): Pass the values of ediff-diff3-program,
b6178721 13129 ediff-diff3-options.
5376d5f6 13130
dee503e5
JB
131312006-02-19 Juanma Barranquero <lekktu@gmail.com>
13132
13133 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
13134 the opening bracket of the following bracketing pairs: {}, [], (), <>,
13135 `' (for example, in the docstring of `windmove-default-keybindings').
13136
e06b715f
NR
131372006-02-19 Nick Roberts <nickrob@snap.net.nz>
13138
13139 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
13140 shadow face. Don't provide binding to edit variable when it is
13141 out of scope.
13142
13143 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
13144 (gdb-var-update-handler): Detect out of scope variables with pre
13145 GDB 6.4 too.
172892e3 13146 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
dee503e5 13147 Reset status of variable objects to nil in update handlers.
e06b715f
NR
13148 (gdb-var-update-handler-1): Detect when a variable object comes
13149 in scope. setcar on var changes gdb-var-list directly.
13150
d73c9bcb
JL
131512006-02-17 Juri Linkov <juri@jurta.org>
13152
13153 * ffap.el (ffap) <defface>: Add explicit face declaration.
13154 (ffap-highlight): Use face `ffap' directly instead of checking
13155 for its existence.
13156
13157 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
13158 `visible-ok' of `other-buffer' to find the right original buffer.
13159
13160 * info.el (Info-search): Skip `Local Variables' node.
13161
bec275ed
JL
131622006-02-17 Juri Linkov <juri@jurta.org>
13163
13164 * info.el (Info-find-file): Check for symbols `apropos', `history',
13165 `toc' in the input filename, and return these symbols as is.
13166 (Info-find-node-2): Set Info-current-file to symbols `apropos',
13167 `history', `toc' instead of strings.
13168 (Info-set-mode-line): For non-string Info-current-file use the
13169 symbol's name inside **.
13170 (Info-isearch-push-state): Add quote before Info-current-file and
13171 Info-current-node.
13172 (Info-isearch-pop-state): Use `equal' instead of `string='.
13173 (Info-extract-pointer, Info-following-node-name): Use
13174 `match-string-no-properties' instead of `match-string'.
13175 (Info-up): Check `old-file' for `stringp'.
13176 (Info-history): Use `equal' instead of `string-equal'.
13177 Check `file' for `stringp'.
13178 (Info-history): Use symbol `history' instead of string as first arg
13179 of `Info-find-node'.
13180 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
13181 `toc' instead of string.
13182 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
13183 instead of `buffer-substring', and `match-string-no-properties'
13184 instead of `match-string'.
13185 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
13186 instead of strings.
13187 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
13188 Use symbol `apropos' instead of string.
13189 (Info-copy-current-node-name): Check `Info-current-file' for
13190 `stringp' and construct a command with `Info-find-node' from it.
13191 (Info-fontify-node): Use `match-string-no-properties' instead of
13192 `match-string' and check file names for `stringp'.
13193 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
13194 `history', `toc' instead of strings.
13195
b9e1451a
CY
131962006-02-17 Chong Yidong <cyd@stupidchicken.com>
13197
13198 * files.el: Rearrange functions and variables in the file local
13199 variables section.
13200
8086a70c
RS
132012006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
13202
13203 * files.el: Add truncate-lines, ispell-check-comments and
13204 ispell-local-dictionary as safe local variables.
13205
11de097a
NR
132062006-02-18 Nick Roberts <nickrob@snap.net.nz>
13207
13208 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
13209 out of scope variables.
13210 (gud-speedbar-buttons): Use unless.
13211
13212 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
13213 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
13214 (gdb-show-changed-values): Also use for out of scope variables.
13215 (gdb-var-update-handler-1): Note if variable goes out of scope.
13216
783eebb9
EZ
132172006-02-17 Ryan Yeske <rcyeske@gmail.com>
13218
13219 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
13220 default to global variable values for unsupplied args.
13221 (rcirc-get-buffer-create): Fix bug with setting the target.
13222 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
13223 test for rcirc-always-use-server-buffer-flag here.
13224 (rcirc-response-formats): Add %N, which is a facified nick. %n
13225 uses the default face. Change the ACTION format string. If the
13226 "nick" is the server, don't print anything for that field.
13227 Comment fixes.
13228 (rcirc-target-buffer): Don't test
13229 rcirc-always-use-server-buffer-flag here.
13230 (rcirc-print): Squeeze extra spaces out of the text before message.
13231 (rcirc-put-nick-channel): Strip potential "@" char from nick
13232 before adding them to nick table.
13233 (rcirc-url-regexp): Improve to match address like "foo.com".
13234
773e7e48
EZ
132352006-02-17 Eli Zaretskii <eliz@gnu.org>
13236
11de097a 13237 * allout.el (allout-hidden-p): Move this defsubst before
773e7e48
EZ
13238 allout-overlay-interior-modification-handler, where it is first
13239 used.
13240
96b83743
EZ
132412006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
13242
13243 * allout.el: Use allout invisible-text overlays instead of
13244 selective display for concealed text. Also, lots of general
13245 cleanup, and improved compatibility code.
13246
1a408ced 13247 (allout-version): Incremented, corrected, revised, and refined
96b83743
EZ
13248 module commentary.
13249
13250 (provide 'allout): Moved to the bottom, added a require of overlay.
13251
13252 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
13253 `except-current'.
13254 (allout-write-file-hook-handler): Minimize delay.
13255 (count-trailing-whitespace-region): New function so
13256 auto-encryption of current topic can resituate cursor exactly.
13257 PGP/GPG encryption trims trailing whitespace from lines, which
13258 must be accounted for across encryption then decryption.
13259
13260 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
13261 just plain "\C-c", to avoid intruding on user's keybinding space.
13262
13263 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
13264 parameter, so user request to provide a new password is done.
13265
13266 (allout-outside-normal-auto-fill-function, allout-auto-fill):
13267 Refined mechanism for auto-filling behavior while in allout mode.
13268
13269 (allout-mode): Explicitly specify the mode map in the docstring.
13270 Clarify provision for various write-file hook var names.
1a408ced 13271 Adjusted for invisible-text overlays instead of selective-display.
96b83743
EZ
13272
13273 (allout-depth): Really return 0 if not within any topic. This
13274 rectifies `allout-beginning-of-level' and sequence numbering
13275 errors that occur when cutting and pasting numbered topics.
13276 Changed from a in-line subst to a regular function, as well.
13277
13278 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
13279
13280 (allout-end-of-subtree, allout-end-of-subtree)
13281 (allout-end-of-entry, allout-end-of-current-heading)
13282 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
13283 (allout-show-children, allout-show-to-offshoot)
13284 (allout-hide-current-entry, allout-show-current-entry): Rectified
13285 handling of trailing blank lines between items.
13286
13287 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
13288 (allout-current-depth, allout-unprotected, allout-hidden-p)
13289 (allout-on-current-heading-p, allout-listify-exposed)
13290 (allout-chart-subtree, allout-goto-prefix)
13291 (allout-back-to-current-heading, allout-get-body-text)
13292 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
13293 (allout-hide-region-body, allout-toggle-subtree-encryption)
13294 (allout-encrypt-string, allout-encrypted-key-info)
13295 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
13296 (allout-file-vars-section-data): Adjusted for use with
13297 invisible-text overlays instead of selective-display.
13298
13299 (allout-kill-line, allout-kill-topic, allout-yank-processing):
13300 Reworked for use with invisible text overlays.
13301
13302 (allout-current-topic-collapsed-p): New function.
13303
13304 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
13305 to know when to close the containing topic.
13306
13307 (allout-pre-command-business, allout-post-command-business):
13308 Simplify undo-batching and dynamic isearch exposure.
13309
13310 (allout-set-overlay-category): New for invisible-text overlays.
13311 Sets properties of allout-overlay-category, used by
13312 allout-flag-region to set invisible-text overlay properties.
13313 (allout-get-invisibility-overlay): Get the first qualifying
13314 invisibility overlay, so we can find the extent of it.
13315 (allout-back-to-visible-text): Get to just before the beginnining
13316 of the current invisibility overlay, if any.
13317
13318 (allout-overlay-insert-in-front-handler)
13319 (allout-overlay-interior-modification-handler)
13320 (allout-before-change-handler, allout-isearch-end-handler): New
13321 functions to handle extraordinary actions affecting concealed
13322 text.
13323
13324 (allout-flag-region): Use overlays instead of selective-display
13325 for invisible text - by inheritence from the properties of
dee503e5
JB
13326 allout-overlay-category in mainline Emacs, and applied
13327 property-by-property in XEmacs, some recent versions of which
96b83743
EZ
13328 don't inherit the properties from the category. Provisions to
13329 respond to concealed-text edits simplified drastically.
13330
13331 (allout-isearch-rectification, allout-isearch-was-font-lock)
13332 (allout-isearch-expose, allout-enwrap-isearch)
13333 (allout-isearch-abort, allout-pre-was-isearching)
13334 (allout-isearch-prior-pos, allout-isearch-did-quit)
13335 (allout-isearch-dynamic-expose)
13336 (allout-hide-current-entry-completely): Functions deleted.
13337
13338 (allout-undo-aggregation): Explicit undo aggregation no longer
13339 necessary due to transition away from selective-display.
13340
13341 (set-allout-regexp, allout-up-current-level)
13342 (allout-next-visible-heading, allout-forward-current-level)
13343 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
13344 (allout-kill-line, allout-yank-processing, allout-show-children)
13345 (allout-expose-topic, allout-old-expose-topic)
13346 (allout-listify-exposed, allout-insert-latex-header)
13347 (allout-toggle-subtree-encryption, allout-encrypt-string)
13348 (remove-from-invisibility-spec, allout-hide-current-subtree):
13349 Ditched unused variables.
13350
a2a385a7
EZ
133512006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
13352
72e4724b 13353 * textmodes/ispell.el (ispell-change-dictionary): Call
a2a385a7
EZ
13354 ispell-buffer-local-dict instead of
13355 ispell-accept-buffer-local-defs.
72e4724b 13356 (ispell-local-dictionary-alist): Accept as valid any coding-system
dee503e5 13357 supported by Emacs.
72e4724b
EZ
13358 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
13359 changed to iso-8859-3.
a2a385a7 13360
c3229403
NR
133612006-02-17 Nick Roberts <nickrob@snap.net.nz>
13362
60b8fb50
NR
13363 * speedbar.el (speedbar-frame-width): Make an inline function
13364 instead of a macro. Use frame-width.
dee503e5 13365 (speedbar-try-completion, speedbar-update-contents)
60b8fb50
NR
13366 (speedbar-timer-fn): Use consp.
13367 (speedbar-update-localized-contents): Try to preserve point.
13368
13369 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
c3229403 13370 (menu): Re-order menu items.
60b8fb50
NR
13371 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
13372 field.
13373 (gdb-var-update-handler-1): Use it for GDB 6.4+.
13374 (gdb-post-prompt): Speed things by not forcing update.
c3229403 13375
bc7b6e08
CY
133762006-02-16 Chong Yidong <cyd@stupidchicken.com>
13377
13378 * wid-edit.el (widget-button-click): For mouse-1, cancel button
13379 press and perform default action if we get a mouse movement event.
13380
b5189759
JB
133812006-02-16 Juanma Barranquero <lekktu@gmail.com>
13382
13383 * calendar/icalendar.el (icalendar--get-event-property)
13384 (icalendar--get-event-property-attributes): Fix typos in
13385 docstrings.
13386
13387 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
13388 docstring.
13389
988deaf9
JB
133902006-02-15 Juanma Barranquero <lekktu@gmail.com>
13391
13392 * bs.el (bs-mode): Use `buffer-disable-undo'.
13393 (bs--get-file-name): Simplify.
13394 (bs-show-in-buffer): Mark the buffer as not modified.
13395
42078bb2
CY
133962006-02-14 Chong Yidong <cyd@stupidchicken.com>
13397
bb55f90e
CY
13398 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
13399 widget-button-click.
13400
13401 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
9ca66103 13402 (custom-mode): Update docstring.
bb55f90e 13403
50be33f5
CY
13404 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
13405 binding.
13406
42078bb2 13407 * files.el (hack-local-variables-confirm): Allow scrolling if the
0a158521 13408 file variable list is too long. Kill temp buffer after use.
42078bb2 13409
a4b354b7
NR
134102006-02-15 Nick Roberts <nickrob@snap.net.nz>
13411
13412 * progmodes/gud.el (gdb): Improve doc string.
13413 (gdb-script-font-lock-keywords): Expand allowed character set.
13414
13415 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
13416 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
13417 (gdb-separate-io-interrupt, gdb-separate-io-quit)
13418 (gdb-separate-io-stop, gdb-separate-io-eof):
13419 Rename from gdb-inferior-* to gdb-separate-*.
13420 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
13421
d7505da3
JB
134222006-02-14 Jay Belanger <belanger@truman.edu>
13423
13424 * calc/calc-arith.el (math-check-known-scalarp): Make sure
13425 expression is a symbol before checking that it is bound.
13426
13427 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
13428 test to see if equation can be solved.
13429
d450f2a2
CY
134302006-02-14 Chong Yidong <cyd@stupidchicken.com>
13431
e1ec62a5
CY
13432 * wid-edit.el (widget-button-click): Use :pressed-face property
13433 for overlay face, if it exists.
13434
13435 * cus-edit.el (custom-manual, custom-add-see-also)
13436 (custom-add-parent-links, custom-group-link): Add :pressed-face
13437 property to links.
13438
d450f2a2
CY
13439 * files.el (hack-local-variables): Remove ignored variables before
13440 checking if any variables need setting.
13441
348f73b0 134422006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
0dd95b49 13443
ef4cbfc0 13444 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
0dd95b49 13445
a5f43550
JB
134462006-02-14 Juanma Barranquero <lekktu@gmail.com>
13447
13448 * help.el (where-is): Fix message for remapped commands.
13449
ef4cbfc0
JB
13450 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
13451 Fix typos in docstrings.
13452
5a6c1d87
CY
134532006-02-13 Chong Yidong <cyd@stupidchicken.com>
13454
13455 * files.el (safe-local-variable-values): New option.
13456 (hack-local-variables-prop-line): Return a list of variable-value
13457 pairs if MODE-ONLY is non-nil.
13458 (hack-local-variables): Construct list of variable-value pairs,
13459 and apply or reject them in one go. Ask for confirmation if
13460 variables are not known safe.
13461 (hack-local-variables-confirm): Complete rewrite. Support
13462 `safe-local-variable-values'.
13463 (enable-local-variables): Update docstring to reflect new
13464 behavior.
13465 (ignored-local-variables): Ignore ignored-local-variables and
13466 safe-local-variable-values.
13467 (safe-local-variable-p): New function.
13468 (risky-local-variable-p): `safe-local-variable' property check
13469 moved to safe-local-variable-p.
13470 (hack-one-local-variable): Checks moved to hack-local-variables.
13471
a5f43550
JB
13472 (byte-compile-dynamic, c-basic-offset, c-file-style)
13473 (c-indent-level, comment-column, fill-column, fill-prefix)
13474 (indent-tabs-mode, kept-new-versions, no-byte-compile)
13475 (no-update-autoloads, outline-regexp, page-delimiter)
13476 (paragraph-start, paragraph-separate, sentence-end)
13477 (sentence-end-double-space tab-width, version-control):
13478 Add `safe-local-variable' property.
5a6c1d87
CY
13479
13480 * find-lisp.el: Delete nonexistent `autocompile' file variable.
13481
13482 * icomplete.el, play/landmark.el: Change nonexistent
13483 `outline-layout' file variable to `allout-layout'.
13484
ee517841
NR
134852006-02-14 Nick Roberts <nickrob@snap.net.nz>
13486
13487 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
13488 (gdb-get-changed-registers): Test value of gud-minor-mode relative
13489 to gud-comint-buffer.
13490 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
13491 gdb-ui.el for gdb-mi.el.
13492 (gdb-post-prompt, gdb-get-changed-registers): Move test for
13493 registers buffer to gdb-get-changed-registers.
13494 (gdb-breakpoint-regexp): New regexp. Allow toggling and
13495 deletion of catchpoints (throw and catch).
13496 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13497 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
13498 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
13499 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
13500 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
13501
c3a1b861
JB
135022006-02-13 Jay Belanger <belanger@truman.edu>
13503
a5f43550 13504 * calc/calc-arith.el (math-check-known-matrixp): Make sure
c3a1b861
JB
13505 expression is a symbol before checking that it is bound.
13506
2c8ed538
RS
135072006-02-13 Richard M. Stallman <rms@gnu.org>
13508
f8d775e1
RS
13509 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
13510 for the minibuffer too, but not if resize-mini-windows will interfere.
13511
2c8ed538
RS
13512 * help.el (describe-key-briefly, describe-key): Do all arg-reading
13513 inside `interactive' spec.
13514 (describe-key-briefly-internal, describe-key-internal):
13515 Functions merged back into their callers.
a5f43550 13516
5fed8c15 135172006-02-13 Martin Rudalics <rudalics@gmx.at>
fd5b25da
JL
13518
13519 * info.el (info-xref-visited): Inherit from info-xref too.
13520 (Info-set-mode-line): Replace occurrences of `%' by `%%'
13521 when propertizing Info-current-file and Info-current-node.
13522
ace665ea
JL
135232006-02-13 Juri Linkov <juri@jurta.org>
13524
13525 * tumme.el (tumme-thumbnail-storage): Fix docstring.
13526 (tumme-thumb-name): Fix per-directory format.
13527
50d16788
JB
135282006-02-13 Juanma Barranquero <lekktu@gmail.com>
13529
13530 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
13531
3715419e
MB
135322006-02-12 Miles Bader <miles@gnu.org>
13533
13534 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
13535
98da60f7
MD
135362006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
13537
50d16788 13538 * tumme.el: Remove history section. If someone needs the it, it
98da60f7
MD
13539 can always be found in CVS.
13540
fb453473
MD
135412006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13542
50d16788
JB
13543 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
13544 about the Thumbnail Managing Standard option.
fb453473 13545
0283e339
RS
135462006-02-12 Richard M. Stallman <rms@gnu.org>
13547
13548 * subr.el (substitute-key-definition): Doc fix.
13549
13550 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
13551
13552 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
13553
13554 * info.el (Info-mode): Doc fix.
13555
13556 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
13557
7dbde7dd
MA
135582006-02-12 Michael Albinus <michael.albinus@gmx.de>
13559
13560 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
13561 because on Solaris a POSIX compatible "id" is needed. Reported by
13562 Magnus Henoch <mange@freemail.hu>.
13563
ea948bd6
JL
135642006-02-12 Juri Linkov <juri@jurta.org>
13565
13566 * tumme.el: Remove todo item about Thumbnail Managing Standard.
13567 (tumme) <defgroup>: Change :group to `multimedia'.
13568 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13569 Managing Standard.
13570 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13571 Fix dostring.
13572 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13573 and %y. Fix docstring.
13574 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13575 (tumme-cmd-create-standard-thumbnail-command): New user options.
13576 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13577 is `standard'. Fix docstring.
13578 (tumme-thumb-width, tumme-thumb-height): New user options.
13579 (tumme-external-viewer): Try to find various viewers.
13580 (tumme-get-thumbnail-image): Use `create-image' instead of
13581 constructing the `image' structure.
13582 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13583 `standard'.
13584 (tumme-thumb-name): Add file name generation for standard storage.
13585 Simplify code for other storages.
13586 (tumme-thumb-name): Use width %w and height %h instead of size %s.
13587 Add modification time %m and thumbnail-nq8 %q.
13588 Use `tumme-cmd-create-standard-thumbnail-command' if
13589 tumme-thumbnail-storage is `standard'.
13590 (tumme-dired-insert-marked-thumbs): New autoload command.
13591 (tumme-dired-after-readin-hook): New function.
13592 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13593 `tumme-thumb-size'.
13594 (tumme-display-image): Replace size-x %x and size-y %y with
13595 width %w and height %h.
13596
13597 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13598 `tumme-dired-insert-marked-thumbs'.
13599
c39343ca
MD
136002006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13601
f828c6fc
JB
13602 * tumme.el (tumme-write-tag): Fix small bug (file name did not
13603 include path).
13604 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13605 matching tag.
c39343ca 13606
324e4da7
MB
136072006-02-12 Miles Bader <miles@gnu.org>
13608
13609 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13610 New variables.
13611 (rcirc-abbrev-nick): New function.
13612 (rcirc-format-response-string): Rewrite to use the formats in
13613 `rcirc-response-formats' and expand escape sequences therein.
13614 A text-property `rcirc-text' is added over the actual response
13615 text to make easy to find inside the returned string.
13616 (rcirc-print): When filling, just look for the `rcirc-text'
13617 text-property to find the appropriate fill prefix, instead of
13618 using hardwired patterns.
13619
e6b84d1f
MD
136202006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13621
f828c6fc
JB
13622 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
13623 Managing Standard.
e6b84d1f 13624
ed096543
KS
136252006-02-11 Kim F. Storm <storm@cua.dk>
13626
13627 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13628 Don't use insert-buffer; do insert-buffer-substring directly.
50d16788 13629 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
ed096543 13630
518dc5be
EZ
136312006-02-11 Martin Rudalics <rudalics@gmx.at>
13632
13633 * files.el (revert-buffer, recover-file): Replace buffer-read-only
0a9cef67 13634 with inhibit-read-only. Suggested by Stefan Monnier.
518dc5be
EZ
13635 (revert-buffer): Let insert-file-contents discard
13636 buffer-undo-list. Simplify code.
13637 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13638
c54fb9ef
EZ
136392006-02-11 Eli Zaretskii <eliz@gnu.org>
13640
5fb64ecc
EZ
13641 * menu-bar.el (menu-bar-select-yank): Add a doc string.
13642
c54fb9ef
EZ
13643 * help.el (describe-key-briefly): Now a wrapper for
13644 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
8ee320fc 13645 to t. Populate yank-menu if empty.
c54fb9ef
EZ
13646 (describe-key-briefly-internal): Renamed from describe-key-briefly.
13647 (describe-key): Now a wrapper for describe-key-internal. Bind
8ee320fc 13648 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
c54fb9ef
EZ
13649 (describe-key-internal): Renamed from describe-key.
13650
08108577
EZ
136512006-02-11 Milan Zamazal <pdm@zamazal.org>
13652
13653 * progmodes/glasses.el (glasses-separator): Doc fix.
13654 (glasses-original-separator): New defcustom.
13655 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13656
a348f5ba
EZ
136572006-02-11 Martin Rudalics <rudalics@gmx.at>
13658
13659 * mwheel.el (mouse-wheel-up-event): Doc fix.
13660
6295b3b1
MD
136612006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13662
f828c6fc
JB
13663 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13664 (tumme-dir): New function. Copied from thumbs.el.
6295b3b1 13665
be617bbf
JB
136662006-02-10 Juanma Barranquero <lekktu@gmail.com>
13667
13668 * desktop.el (desktop-outvar): Fix typo.
13669 (desktop-save-buffer-p): Doc fix.
13670
4f1a3949
JB
13671 * subr.el (substitute-key-definition): Fix typo.
13672
cbd488c4
YM
136732006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13674
13675 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13676 when window-system is mac.
13677
13678 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13679
d342156c
KS
136802006-02-10 Kim F. Storm <storm@cua.dk>
13681
13682 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13683 indirect-function instead of using condition-case.
13684
13664bec
MD
136852006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
13686
f828c6fc
JB
13687 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13688 less `colloquial'...
13664bec 13689
d03b98ad
MD
136902006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
13691
f828c6fc 13692 * tumme.el: Add a couple of todo items.
d03b98ad 13693
02501160 136942006-02-09 Lars Hansen <larsh@soem.dk>
9e722067 13695
4f1a3949 13696 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
9e722067
LH
13697 (highlight-changes-mode): Don't change desktop-locals-to-save.
13698
fcfc4732
CY
136992006-02-09 Chong Yidong <cyd@stupidchicken.com>
13700
13701 * image-mode.el (image-toggle-display): Clear image cache if using
13702 filename.
13703
02501160 137042006-02-09 Masatake YAMATO <jet@gyve.org>
d9674f33 13705
d2ea84be
MY
13706 * dired-x.el (dired-guess-shell-alist-default): Add .man as
13707 a `dired-man' target.
1bf6d4b5
RF
13708
13709 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
d9674f33
MY
13710 boundary of symbols.
13711
bf54d814
SM
137122006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
13713
13714 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13715
ddd1e91e
JB
137162006-02-09 Juanma Barranquero <lekktu@gmail.com>
13717
13718 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13719 `mapcar'; return nil.
13720
745cfc57
CY
137212006-02-08 Chong Yidong <cyd@stupidchicken.com>
13722
13723 * mouse.el (mouse-drag-track): Don't change window if we rebind to
13724 some other event.
13725
db58efbf
EZ
137262006-02-08 Ryan Yeske <rcyeske@gmail.com>
13727
bf54d814
SM
13728 * net/rcirc.el (rcirc-startup-channels-alist):
13729 Add irc.freenode.net and #emacs as defaults.
db58efbf
EZ
13730 (rcirc-ignore-all-activity-flag): Remove variable.
13731 (rcirc-authinfo): New variable.
13732 (rcirc-authinfo-filename): Remove variable.
13733 (rcirc-always-use-server-buffer-flag): New flag.
13734 (rcirc): M-x rcirc will automatically connect without prompting.
13735 C-u M-x rcirc will prompt. Use rcirc-connect to create a
13736 connection in lisp.
13737 (rcirc-process-server-response-1): Remove everything but the nick
13738 portion of the sender so it doesn't need to be done everywhere
13739 else. Update related code.
13740 (global-map): Remove global keybindings.
13741 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13742 (rcirc-send-input): Split into several functions.
13743 (rcirc-process-input-line, rcirc-process-message)
13744 (rcirc-process-command): New functions.
13745 (rcirc-target-buffer): New function to determine where to route
13746 messages.
13747 (rcirc-user-nick): Save match data.
13748 (rcirc-toggle-ignore-buffer-activity)
bf54d814
SM
13749 (rcirc-update-activity-string): Remove global ignore functionality,
13750 which can be done now by toggling rcirc-track-minor-mode.
db58efbf
EZ
13751 (rcirc-track-minor-mode-map): New keymap.
13752 (rcirc-track-minor-mode): New minor-mode.
13753 (ignore): Make the ignore output nicer. Always print it when
13754 adding or removing nicks.
13755 (rcirc-url-regexp): Improve.
13756 (rcirc-mangle-text): Remove properties before using text in the
13757 modeline.
13758 (rcirc-authenticate): Authentication data comes from
13759 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13760 (rcirc-server-prefix): Inherit from rcirc-server.
13761
063cd226
EZ
137622006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
13763
13764 * Makefile.in (compile): Append "|| true" to the end of the `find'
13765 command, like compile-always does.
13766
df2a9b12
SS
137672006-02-08 Sam Steingold <sds@gnu.org>
13768
13769 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13770 output from a dead connection.
13771
6102da26
MD
137722006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13773
cb192119 13774 * dired.el (dired-mode-map): Add more bindings for tumme.
6102da26 13775
cb192119 137762006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
d4f2cc77
SM
13777
13778 * wdired.el (wdired-mode-map): Use remap.
13779 (wdired-get-filename): Massage.
13780 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13781 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13782 `keymap' property rather than `local-map'.
13783
87ec3117
MD
137842006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13785
bd91608b
KS
13786 * tumme.el (tumme-get-thumbnail-image): New utility function.
13787 Suggested by from Chong Yidong.
13788 (tumme-dired-with-window-configuration): Rename from
13789 `tumme-dired'. Add code to save window configuration.
87ec3117 13790 (tumme-restore-window-configuration): New command to restore the
bd91608b 13791 window configuration that `tumme-dired-with-window-configuration'
cb192119 13792 saves before it changes the window configuration.
bd91608b
KS
13793 (tumme-show-all-from-dir): New command to display thumbnails for
13794 all files in a directory entered by the user, like M-x thumbs.
13795 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13796 have been created.
13797 (tumme-display-thumbnail-original-image): Call `display-buffer'.
87ec3117 13798 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
bd91608b 13799 Remove obsolete test function.
87ec3117 13800
9146d683
JB
138012006-02-07 Juanma Barranquero <lekktu@gmail.com>
13802
464540ed
JB
13803 * vc.el (small-temporary-file-directory): Remove defvar; there's
13804 a defcustom for it in files.el.
13805
9146d683
JB
13806 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13807 Fix typo in message.
13808 (tumme-gallery-generate): Fix typo in `error' message.
13809 (tumme-display-window-height-correction)
13810 (tumme-display-window-width-correction, tumme-line-up-dynamic)
13811 (tumme-line-up-interactive): Dox fixes.
13812 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13813 (tumme-restore-window-configuration, tumme-format-properties-string)
13814 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13815 Fix typos in docstrings.
13816
e925d5ae 138172006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
1b505363
TTN
13818
13819 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13820
25ef2475
NR
138212006-02-07 Nick Roberts <nickrob@snap.net.nz>
13822
13823 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13824 User should use hook if desired.
13825
13826 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13827 buffer if necessary.
13828 (gdb-delete-frame-or-window): New function.
13829 (gdb-breakpoints-mode-map): Bind "q" to it.
13830
b06ee3d2
SM
138312006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13832
ea37fbb8
SM
13833 * textmodes/nroff-mode.el: Clean up name space.
13834 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13835 (nroff-mode): Obey the global setting of nroff-electric-mode.
13836 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13837
b06ee3d2
SM
13838 * calendar/calendar.el (calendar-increment-month): Typo in last change.
13839
cbbd2cd3
TTN
138402006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
13841
13842 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13843
138442006-02-06 Lars Hansen <larsh@soem.dk>
3e54ab6c
LH
13845
13846 * generic-x.el (etc-fstab-generic-mode): Add file system types
b06ee3d2 13847 cifs and usbdevfs. Allow special chars in file names.
3e54ab6c 13848
4c003d2f
JB
138492006-02-05 Jay Belanger <belanger@truman.edu>
13850
13851 Update copyright notices of the files in lisp/calc.
13852
1004fadc
RF
138532006-02-05 Romain Francoise <romain@orebokech.com>
13854
13855 Update copyright notices of all files in the lisp/play directory.
13856
632966a7
LT
138572006-02-04 Luc Teirlinck <teirllm@auburn.edu>
13858
bec51011
LT
13859 * ldefs-boot.el: Regenerate.
13860
13861 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
632966a7 13862
53391989
KS
138632006-02-05 Kim F. Storm <storm@cua.dk>
13864
13865 * files.el (magic-mode-regexp-match-limit): New defvar.
13866 (set-auto-mode): Use it to limit magic-mode-alist matching.
13867
c1a055ca
EZ
138682006-02-04 Eli Zaretskii <eliz@gnu.org>
13869
4a99f153
EZ
13870 * info.el (Info-index, Info-mode): Improve the description of the
13871 `i' command.
13872
c1a055ca
EZ
13873 * ldefs-boot.el: Regenerate.
13874
cb8ec72a
WL
138752006-02-03 Werner Lemberg <wl@gnu.org>
13876
13877 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13878 greedy to find the closing bracket in \*[...] and similar
13879 expressions. This is a first rough fix -- many additional
b06ee3d2 13880 refinements are necessary to make nroff mode really usable with groff.
cb8ec72a 13881
6bba8c70
KH
138822006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
13883
b06ee3d2
SM
13884 * international/mule-cmds.el (set-locale-environment):
13885 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6bba8c70
KH
13886 libX11.
13887
24d5d3e2
EZ
138882006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
13889
13890 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13891 archive are created in archive-tmpdir.
13892
070b3f44
JPW
138932006-02-02 John Paul Wallington <jpw@pobox.com>
13894
13895 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13896 (ibuffer-fontification-alist): Use it.
13897 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13898 to "* z" and the Ibuffer Mark menu.
13899
13900 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13901
7b8e06aa
SM
139022006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13903
13904 * textmodes/table.el (*table--cell-describe-mode)
13905 (*table--cell-describe-bindings): Undo last change since
13906 print-help-return-message is not obsoleted by anything at all.
13907
f079f5bc
LT
139082006-02-02 Luc Teirlinck <teirllm@auburn.edu>
13909
13910 * emulation/cua-base.el (cua-mode): Doc fix.
13911
8b730780
JB
139122006-02-02 Juanma Barranquero <lekktu@gmail.com>
13913
0ddb3356
JB
13914 * dframe.el (dframe-handle-make-frame-visible)
13915 (dframe-handle-iconify-frame, dframe-get-focus)
13916 (dframe-select-attached-frame, dframe-power-click)
13917 (dframe-frame-mode): Fix typos in docstrings.
13918
13919 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13920 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13921 Fix typos in docstrings.
13922
8b730780
JB
13923 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13924 (hi-lock-face-buffer, hi-lock-font-lock-hook)
13925 (hi-lock-archaic-interface-message-used)
13926 (hi-lock-file-patterns-range): Fix typos in docstrings.
13927
0ddb3356 13928 * savehist.el (savehist-loaded, savehist-load, savehist-install)
7b8e06aa 13929 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
0ddb3356
JB
13930
13931 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13932 Fix typo in docstring.
13933
475ffea4
JB
13934 * net/newsticker.el (newsticker--decode-iso8601-date)
13935 (newsticker--set-customvar, newsticker--buffer-insert-item)
13936 (newsticker--do-run-auto-mark-filter)
13937 (newsticker--parse-generic-feed): Doc fixes.
13938 (newsticker--retrieval-timer-list, newsticker-url-list)
13939 (newsticker-hide-immortal-items-in-echo-area)
13940 (newsticker-hide-obsolete-items-in-echo-area)
13941 (newsticker-new-item-face, newsticker--enclosure)
13942 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13943 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13944 (newsticker--parse-generic-feed, newsticker--cache-contains)
13945 (newsticker--stat-num-items, newsticker-download-enclosures):
13946 Fix typos in docstrings.
13947
13948 * net/rcirc.el (rcirc-debug): Doc fix.
0ddb3356
JB
13949 (rcirc-fill-column, rcirc-receive-message-hooks)
13950 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13951 (rcirc-mode, rcirc-generate-new-buffer-name)
13952 (rcirc-startup-channels, rcirc-ignore-update-automatic)
13953 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13954 Fix typos in docstrings.
13955 (rcirc-print): "?\ " -> "?\s".
f161b079 13956 (rcirc-cmd-join): Improve argument/docstring consistency.
0ddb3356 13957
e36cfca2
MH
139582006-02-01 Mark A. Hershberger <mah@everybody.org>
13959
13960 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13961 before narrow-to-region.
13962
39eadb4a
RS
139632006-02-01 Richard M. Stallman <rms@gnu.org>
13964
13965 * simple.el (move-beginning-of-line): Scan properly for invis change.
13966
13967 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13968
ca637b2a
MA
139692006-02-01 Michael Albinus <michael.albinus@gmx.de>
13970
13971 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13972 change bit only when id-format is 'integer. Reported by Matt
13973 Hodges <M.P.Hodges@rl.ac.uk>.
13974
ea56cdf1
JB
139752006-02-01 Juanma Barranquero <lekktu@gmail.com>
13976
13977 * hilit-chg.el (highlight-changes-initial-state)
13978 (highlight-changes-global-initial-state): Doc fixes.
13979 (highlight-changes-global-modes, global-highlight-changes):
13980 Fix typos in docstrings.
13981
bb92c642
KS
139822006-02-01 Kim F. Storm <storm@cua.dk>
13983
13984 * emulation/cua-base.el (cua-mode): Mention that CUA enables
13985 transient-mark-mode in doc string.
13986
b2acecc1
RS
139872006-01-31 Richard M. Stallman <rms@gnu.org>
13988
13989 * replace.el (multi-occur): Doc fix.
7b8e06aa 13990 (multi-occur-in-matching-buffers): Rename from
b2acecc1
RS
13991 multi-occur-by-filename-regexp. Prefix arg says match
13992 buffer names instead of file names.
13993
4d84a8d0
JB
139942006-01-31 Juanma Barranquero <lekktu@gmail.com>
13995
13996 * bs.el: Allow non-default values of `bs-header-lines-length'.
13997 (bs--running-in-xemacs): Remove (not needed anymore).
13998 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13999 instead of `shrink-window', thus avoiding having to compute the
14000 height of the window.
14001 (bs--up): Wrap around even when there's no header.
14002 (bs--down): Use `forward-line' instead of `next-line'.
14003
2bd53dc0
CY
140042006-01-30 Chong Yidong <cyd@stupidchicken.com>
14005
14006 * image-mode.el (image-toggle-display): Use file name if possible,
14007 instead of unnecessarily allocating a (possibly huge) lisp string.
14008
c45c309f
JPW
140092006-01-30 John Paul Wallington <jpw@pobox.com>
14010
14011 * subr.el (toplevel): Define `cl-assertion-failed' condition here
14012 because the `assert' macro signals it at runtime.
14013
14014 * emacs-lisp/cl.el (toplevel): Remove definition of
14015 `cl-assertion-failed' condition.
14016
75e49434
NR
140172006-01-30 Nick Roberts <nickrob@snap.net.nz>
14018
14019 * thumbs.el (thumbs-marked-list): Make buffer-local and
14020 permanent-local.
14021 (thumbs-insert-thumb): Make help-echo non-sticky.
14022 (thumbs-file-alist): Use eolp as check for (non)-image.
14023
520c451b
JB
140242006-01-30 Juanma Barranquero <lekktu@gmail.com>
14025
a3bc032f
JB
14026 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
14027 (ediff-before-session-group-setup-hooks)
14028 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
14029 Fix typos in docstrings.
14030
9872af18
JB
14031 * window.el (bw-dir, bw-eqdir, balance-windows)
14032 (split-window-keep-point): Fix typos in docstrings.
14033
b0a10108
JB
14034 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
14035 (org-quote-string, org-calendar-to-agenda-key)
14036 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
14037 (org-show-following-heading, org-tags-column)
14038 (org-use-tag-inheritance, org, org-allow-space-in-links)
14039 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
14040 (org-enable-table-editor, org-calc-default-modes)
14041 (org-table-allow-automatic-line-recalculation)
14042 (org-export-html-style, org-export-with-fixed-width)
14043 (org-export-with-sub-superscripts, org-special-keyword)
14044 (org-formula, org-time-grid, org-table-may-need-update)
14045 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
14046 (org-goto-quit, org-get-indentation, org-end-of-item)
14047 (org-move-item-down, org-move-item-up)
14048 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
14049 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
14050 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
14051 (org-agenda-log-mode, org-agenda-toggle-diary)
14052 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
14053 (org-agenda-file-to-end, org-agenda-no-heading-message)
14054 (org-agenda-get-closed, org-format-agenda-item)
14055 (org-cmp-priority, org-cmp-category, org-cmp-time)
14056 (org-agenda-change-all-lines, org-agenda-diary-entry)
14057 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
14058 (org-link-search, org-camel-to-words, org-open-file)
14059 (org-remember-handler, org-table-convert-region)
14060 (org-table-move-row-down, org-table-move-row-up)
14061 (org-table-copy-region, org-table-wrap-region)
14062 (org-table-toggle-vline-visibility)
14063 (org-table-get-vertical-vector, org-table-modify-formulas)
14064 (org-table-get-specials, org-recalc-commands)
14065 (org-table-rotate-recalc-marks, org-table-eval-formula)
14066 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
14067 (org-level-color-stars-only, org-insert-heading):
14068 Fix typos in docstrings.
14069 (last-arg): Add defvar.
14070
520c451b
JB
14071 * makefile.w32-in (WINS): Add erc.
14072 (MH_E_SRC): Update (copied from lisp/Makefile.in).
14073
68b88a6d
BW
140742006-01-29 Bill Wohler <wohler@newt.com>
14075
14076 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
14077 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
520c451b 14078 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
68b88a6d
BW
14079 (mh-autoloads): Don't use comments on otherwise empty lines.
14080
98c414c7
MB
140812006-01-29 Edward O'Connor <ted@oconnor.cx>
14082
1a408ced
JB
14083 * emulation/viper.el (viper-major-mode-modifier-list):
14084 Add insert-state and vi-state entries for erc-mode.
98c414c7
MB
14085 (viper-go-away, viper-set-hooks): Add and remove
14086 viper-comint-mode-hook from erc-mode-hook as appropriate.
14087
14088 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
14089
635ed242
JB
140902006-01-29 Juanma Barranquero <lekktu@gmail.com>
14091
14092 * bs.el (bs--format-aux): Implement `middle' alignment as
14093 described in the docstring for `bs-attributes-list'.
14094 (bs--get-name): Simplify. Don't pad the buffer name.
14095
dc86c16d
EZ
140962006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
14097
14098 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
14099 English aspell dictionary is installed, use the first entry of
14100 ispell-dictionary-alist-1.
14101
86b8a072 141022006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
f9fe3e26
EZ
14103
14104 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14105 Doc fix.
14106
209bb3be
MA
141072006-01-27 Michael Albinus <michael.albinus@gmx.de>
14108
14109 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14110 for `process-file', in order to let it work for older Emacsen too.
14111
c80977a1
EZ
141122006-01-27 Eli Zaretskii <eliz@gnu.org>
14113
14114 * international/latexenc.el: Add a suitable `coding:' tag.
a849f77d 14115 (latexenc-find-file-coding-system): Undo last change.
c80977a1 14116
348f73b0 141172006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
c80977a1
EZ
14118
14119 * international/latexenc.el (latexenc-find-file-coding-system):
14120 Make sure latexenc-main-file is a regular file and is readable.
14121
c5b46a65
AS
141222006-01-27 Andre Spiegel <spiegel@gnu.org>
14123
14124 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
14125 Pass FILE to vc-user-login-name.
14126
14127 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
14128
6045b8ef
NR
141292006-01-27 Nick Roberts <nickrob@snap.net.nz>
14130
14131 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
14132 there are no more images to display.
14133 (thumbs-mark, thumbs-unmark): Revert change so that they move to
14134 the next image.
14135
57436ee7
RS
141362006-01-26 Richard M. Stallman <rms@gnu.org>
14137
14138 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
14139
14140 * wid-edit.el (advertised-widget-backward): New alias.
14141 (widget-keymap): Use advertised-widget-backward for S-TAB.
14142
14143 * tumme.el: Correct the keywords.
635ed242 14144 (tumme-dir-max-size): Use defvar.
57436ee7
RS
14145 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
14146
14147 * simple.el (move-beginning-of-line): Take account of fields.
14148 (clone-indirect-buffer-other-window): Take args like
14149 clone-indirect-buffer, and work like it.
14150
14151 * help-fns.el (describe-function): Don't pass `nil' as default.
14152
14153 * files.el (risky-local-variable-p): Follow var aliases.
14154
14155 * subr.el (lazy-completion-table): Doc fix.
14156
14157 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
14158 global binding of `line'.
14159
817f348a
AS
141602006-01-25 Andre Spiegel <spiegel@gnu.org>
14161
14162 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
14163 Tramp.
14164
14165 * vc.el (vc-default-dired-state-info): Pass FILE to
14166 vc-user-login-name.
14167 (vc-default-update-changelog): Don't use vc-user-login-name, we
14168 don't need it here.
14169
55b76f19 14170 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
817f348a 14171 no longer necessary.
209bb3be 14172
d1efee22
KH
141732006-01-25 Kenichi Handa <handa@m17n.org>
14174
14175 * international/mule.el (decode-char): Avoid the overhead of
14176 calling utf-lookup-subst-table-for-decode if
14177 utf-translate-cjk-mode is nil.
14178 (encode-char): Avoid the overhead of calling
14179 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
14180 nil.
14181
141822006-01-22 Kenichi Handa <handa@m17n.org>
14183
14184 * international/mule.el (make-subsidiary-coding-system): Reset
14185 `coding-system-define-form' property of subsidiaries to nil.
14186 Avoid duplicated entry in coding-system-alist.
14187 (make-coding-system): Avoid duplicated entry in
14188 coding-system-alist.
14189 (define-coding-system-alias): Likewise.
14190
54c30f8d
LT
141912006-01-24 Luc Teirlinck <teirllm@auburn.edu>
14192
14193 * completion.el: Minor fixes in introductory comment.
14194 (completion-def-wrapper): Fix alist.
14195
3beca8d5
NR
141962006-01-25 Nick Roberts <nickrob@snap.net.nz>
14197
14198 * thumbs.el (thumbs-new-image-size): New function.
14199 (thumbs-increment-image-size-element)
14200 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
14201 (thumbs-decrement-image-size): Delete.
14202 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
14203 temp files and use to resize.
14204 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
14205 Use increment argument to enlarge/shrink. Preserve point.
14206 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
14207 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
14208 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
14209 (thumbs-mark, thumbs-unmark): Preserve point.
14210 (thumbs-modify-image): Keep old temp files and use to modify.
14211 Cleanup old temp files at load time. Preserve point.
14212 (thumbs-view-image-mode-map): Use new command names.
14213
5d1c8151
SM
142142006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
14215
243afed7
SM
14216 * log-view.el (log-view-minor-wrap): First rev is the one at point.
14217
b8823bf4
SM
14218 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
14219 the nastiest part of the cyclic dependency.
243afed7 14220 (cal-menu-update): Use dotimes and calendar-increment-month.
b8823bf4 14221
5d1c8151
SM
14222 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
14223 (calendar-week-start-day): Add an :initializer.
14224 (calendar-mode-map): Use suppress-keymap, and command remapping.
14225 (describe-calendar-mode): Setup xref-stack info for the back button.
14226 (calendar-star-date): Insert before delete.
14227 (calendar-set-mode-line): Add file-modified info if applicable.
14228 (calendar-increment-month): New function.
14229
317921ec
TTN
142302006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
14231
14232 * font-lock.el (lisp-font-lock-keywords-2):
14233 Recognize "& keywords" only at word boundaries.
14234
3d9d607a
NR
142352006-01-24 Nick Roberts <nickrob@snap.net.nz>
14236
14237 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
14238 and permanent-local.
635ed242
JB
14239 (thumbs-max-image-number): New variable.
14240 (thumbs-do-thumbs-insertion): Use them.
3d9d607a
NR
14241 (thumbs-per-line): Change default to 4.
14242 (thumbs-marked-list): Rename from thumbs-markedL.
14243 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
14244 (thumbs-rename-images): Use -list instead of L for internal variables.
14245 (thumbs-call-convert): Use call-process instead of shell-command.
14246 (thumbs-insert-thumb): Add filename as help-echo to each image.
14247 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
14248 Give dir to thumbs-show-thumbs-list.
14249 (thumbs-show-thumbs-list): Set default-directory to that of images.
14250 (thumbs-dired-show): Rename from thumbs-dired-show-all.
14251 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
14252 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
14253 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
14254
1e3b6bec
SM
142552006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
14256
14257 * ses.el (ses-read-cell): Provide a default value.
14258
9dd28cae
JB
142592006-01-23 Juanma Barranquero <lekktu@gmail.com>
14260
14261 * term/w32-win.el (image-library-alist): Add additional names for
14262 GIF library.
14263
348f73b0 142642006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
e450a16a
RS
14265
14266 * international/latexenc.el (latexenc-find-file-coding-system):
14267 Add file-regular-p check.
14268
0a487199
SM
142692006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
14270
af71d4c0
JB
14271 * simple.el (clone-buffer): Don't show the new buffer in the same
14272 window.
0a487199 14273
f9cd9582
JL
142742006-01-23 Juri Linkov <juri@jurta.org>
14275
14276 * faces.el (link, link-visited): New faces based on default values
14277 of `info-xref' and `info-xref-visited'.
14278
14279 * info.el (info-xref): Inherit from `link'.
14280 (info-xref-visited): Inherit from `link-visited'.
14281
14282 * cus-edit.el (custom-buffer-create-internal): Use widget type
14283 `custom-manual' instead of `info-link' and don't set properties
14284 `button-face' and `mouse-face' explicitly.
14285 (custom-browse-group-tag, custom-browse-variable-tag)
14286 (custom-browse-face-tag): Inherit from widget class
14287 `custom-group-link' instead of `push-button'.
14288 (custom-button-unraised): Inherit from `underline' face.
14289 (custom-link): Inherit from `link' face. Fix doc and group.
14290 (custom-add-parent-links, custom-group-value-create): Don't set
14291 properties `button-face' and `mouse-face' explicitly for
14292 `custom-group-link' widget.
14293 (custom-group-link): Add properties `button-face' and `mouse-face'
14294 to widget definition.
14295 (custom-field-keymap): New variable. Put `custom-field-keymap' to
14296 editable-field's :keymap property.
14297 (custom-mode): Fix docstring: substitute keybindings for
14298 `widget-forward' and `widget-backward' from `widget-keymap',
14299 `widget-complete' from `custom-field-keymap', replace old
14300 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
14301
14302 * desktop.el (desktop-load-file): Check for `fboundp' before
14303 calling `symbol-function'.
14304
14305 * simple.el (clone-buffer, clone-indirect-buffer)
14306 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
14307 `read-string'. Fix prompts.
14308
14309 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
14310
f1e73d84
NR
143112006-01-23 Nick Roberts <nickrob@snap.net.nz>
14312
14313 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
14314
0aa08453
LT
143152006-01-22 Luc Teirlinck <teirllm@auburn.edu>
14316
14317 * startup.el (inhibit-splash-screen, initial-scratch-message):
14318 Doc fixes.
14319
a69c01a0
MA
143202006-01-22 Michael Albinus <michael.albinus@gmx.de>
14321
14322 Sync with Tramp 2.0.52.
14323
14324 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
a30cc07b 14325 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
a69c01a0
MA
14326 `tramp-unload-tramp' for checklist.
14327
14328 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
14329 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
14330 (tramp-unload-file-name-handler-alist)
14331 (tramp-unload-tramp): New defuns.
14332 (tramp-advice-PC-expand-many-files): New defadvice.
1a408ced 14333 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
a69c01a0
MA
14334 removed.
14335 (tramp-handle-expand-file-name): Remove double slash.
14336 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
14337 It doesn't matter, because it will be converted later on.
14338 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
14339 implementation was just heuristic.
14340 (tramp-post-connection): Set uid and gid properties.
14341 (tramp-convert-file-attributes): Set file's gid change bit.
14342 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
14343 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
14344 in case of su(do)? methods. The home directory of the local user
14345 will be taken else.
14346 (tramp-open-connection-telnet)
14347 (tramp-open-connection-rsh, tramp-open-connection-su)
14348 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
14349 local shell prompt could hurt. Reported by Romain Francoise
14350 <romain@orebokech.com>.
14351 (tramp-let-maybe): Add `edebug-form-spec' property.
14352 (tramp-handle-expand-file-name): Bind `default-directory' locally
14353 to "/" in order to avoid problems with UNC shares or Cygwin
14354 mounts.
14355 (tramp-md5-function): Fix typo in error message.
14356
14357 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
14358
14359 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
14360 for byte-compiler pacification.
14361
6e36b4ff
AS
143622006-01-22 Andre Spiegel <spiegel@gnu.org>
14363
14364 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
14365 ID-FORMAT `string'. This allows us to get rid of
14366 `vc-user-login-name UID'.
14367
14368 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
14369
a4c6ebf9
JPW
143702006-01-22 John Paul Wallington <jpw@pobox.com>
14371
14372 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
14373
3bdedbcb
EZ
143742006-01-21 Martin Rudalics <rudalics@gmx.at>
14375
14376 * emacs-lisp/find-func.el (find-definition-noselect)
14377 (find-variable-noselect): Search variables in C source code too.
14378 (find-function-C-source, find-function-noselect, find-function)
14379 (find-function-other-frame, find-variable-noselect, find-variable)
14380 (find-variable-other-frame, find-variable-at-point):
14381 Fix docstrings.
14382
4fc9bd56 143832006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
44eca3f4
EZ
14384
14385 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
14386
f60117ac
EZ
143872006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
14388
14389 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
14390 Default to disabling the "Save affix" question.
14391
942d56b8
EZ
143922006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
14393
14394 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
14395 the first arg to run-python.
14396
6ff901c7
EZ
143972006-01-21 Eli Zaretskii <eliz@gnu.org>
14398
14399 * startup.el (command-line-1): Handle --no-desktop if desktop.el
14400 is not loaded.
14401
a6c72dc3
JB
144022006-01-20 Jay Belanger <belanger@truman.edu>
14403
14404 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
14405 limit is 0.
14406
6a056c5d
JB
14407 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
14408 the correct variable.
14409
d86e2d95
CD
144102006-01-20 Carsten Dominik <dominik@science.uva.nl>
14411
af71d4c0 14412 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
d86e2d95
CD
14413 link. Fixed buggy argument sequence in call to `org-view-tags'.
14414 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14415 (org-prefix-has-tag): New variable.
14416 (org-format-agenda-item): Remove tags from headline if
14417 appropriate.
14418 (org-agenda-remove-tags-when-in-prefix): New option.
14419 (org-get-tags-at): New function.
14420
11f78f04
NR
144212006-01-20 Nick Roberts <nickrob@snap.net.nz>
14422
14423 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
14424 (thumbs-find-image): Move image name and number from buffer name
af71d4c0 14425 to mode name. Set thumbs-buffer. Preserve point so that large
11f78f04
NR
14426 images remain visible.
14427 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
14428 order.
14429 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
14430 mode name.
14431 (thumbs-next-image, thumbs-previous-image): Make them work.
14432
dc38351b
LT
144332006-01-19 Luc Teirlinck <teirllm@auburn.edu>
14434
4151840f
LT
14435 * cus-edit.el (custom-buffer-create-internal): State in the text above
14436 the whole buffer buttons that they do not operate on hidden items.
14437 (custom-face-menu): Use `custom-face-save' instead of
14438 `custom-face-save-command'.
14439 (custom-face-save-command): Make it an alias for `custom-face-save'
14440 and declare it obsolete.
14441 (custom-face-save): Doc fix.
14442
dc38351b
LT
14443 * dired.el (dired-no-confirm): Add quote.
14444 (dired-subdir-alist-pre-R): Add quote in
14445 `make-variable-buffer-local' form and remove unbalanced parenthesis.
14446
d2eed686
SM
144472006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
14448
14449 * textmodes/table.el (table-mode-indicator): Typo in last change.
14450
c94c4d0a
RS
144512006-01-19 Richard M. Stallman <rms@gnu.org>
14452
14453 * outline.el (hide-leaves): Don't call outline-end-of-heading.
14454 Fixes bug reported in Nov 2005.
14455
14456 * isearch.el (isearch-forward): Doc fix.
14457
14458 * dired.el (dired-move-to-filename-regexp): Define as alias.
14459 (dired-no-confirm): Use defcustom.
14460 (dired-subdir-alist-pre-R): Put defvar at top level.
14461
14462 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
14463
14464 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14465 Mark as risky.
14466
14467 * simple.el (set-mark-command): Doc fix.
14468 (clone-indirect-buffer-other-window):
14469 Read arg like clone-indirect-buffer.
14470 (move-beginning-of-line): Skip invisible newlines.
14471
9a8ee448
MY
144722006-01-19 Masatake YAMATO <jet@gyve.org>
14473
d2eed686 14474 * progmodes/cpp.el (cpp-edit-load): Make the order of
9a8ee448
MY
14475 listed conditions in a base C code buffer and its associate
14476 CPP Edit buffer the same.
d2eed686 14477
194939e3
KH
144782006-01-19 Kenichi Handa <handa@m17n.org>
14479
d9bf0f5a
KH
14480 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
14481 (rmail-mime-feature): Likewise.
14482 (rmail-require-mime-maybe): Use display-warning to show a warning
14483 message.
14484
d2eed686 14485 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
194939e3
KH
14486 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
14487
d2eed686
SM
144882006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
14489
14490 * array.el: Move defvars out of eval-when-compile.
14491 (array-make-template): Replace undeclared global var with a local one.
14492 (array-mode): Inline initialization functions.
14493 (array-init-local-variables, array-init-max-row)
14494 (array-init-max-column, array-init-columns-per-line)
14495 (array-init-field-width, array-init-rows-numbered)
14496 (array-init-line-length, array-init-lines-per-row): Remove.
14497
14498 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
14499 (doc-mode-map): Define explicitly.
14500 (doctor-txtype): Use mapc.
14501
14502 * textmodes/table.el: Move defvars out of eval-when-compile.
14503 Remove harmful code meant to avoid byte-compiler warnings.
14504 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
14505 specification that checks table-fixed-width-mode directly.
14506 (table-recognize-region, table-recognize-cell):
14507 Use restore-buffer-modified-p.
14508 (table-fixed-width-mode): Remove code that refreshes
14509 table-fixed-mode-indicator.
14510 (*table--cell-describe-bindings, *table--cell-describe-mode):
14511 Avoid obsolete name print-help-return-message.
14512 (table--test-cell-list): Don't use replace-regexp from elisp.
14513 (table--point-entered-cell-function, table--point-left-cell-function):
14514 Don't set table-fixed-mode-indicator, use force-mode-line-update.
14515
14516 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
14517 that was after the end of file. Use buffer-file-name variable.
14518 (org-timestamp-change): Use with-current-buffer.
14519 (org-todo-list): Don't unnecessarily define a new buffer-local var.
14520 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
14521 `file'.
14522
14523 * progmodes/fortran.el: Move defvars out of eval-when-compile.
14524 (fortran-break-line): Remove unused var `opoint'.
14525 (fortran-abbrev-start): Obey help-event-list.
14526
b0aea09e
JH
145272006-01-18 Jesper Harder <harder@phys.au.dk>
14528
14529 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
14530
3968c89f
MY
145312006-01-18 Masatake YAMATO <jet@gyve.org>
14532
14533 * progmodes/make-mode.el (makefile-imake-mode): New mode
dc38351b 14534 derived from makefile-mode.
3968c89f
MY
14535 (makefile-imake-mode-syntax-table): New syntax table
14536 derived from makefile-mode-syntax-table.
d2eed686 14537 (makefile-mode): Write about makefile-imake-mode in doc string.
3968c89f
MY
14538 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
14539 (makefile-imake-font-lock-keywords): New font lock keywords.
14540
d2eed686 14541 * files.el (auto-mode-alist): Add Imakefile.
3968c89f 14542
11b07c37 145432006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
8e2e2956
SM
14544
14545 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
14546 loading the file rather than when turning on flyspell-mode.
14547
2e040f4e
LT
145482006-01-16 Luc Teirlinck <teirllm@auburn.edu>
14549
14550 * cus-edit.el (customize-rogue): Minor doc fix.
14551
83033a3a
JL
145522006-01-17 Juri Linkov <juri@jurta.org>
14553
84bf6ad8
JL
14554 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
14555 instead of the file at the mark as default if the file at the mark
14556 is the same as the file at point or if dired-dwim-target-directory
14557 is not the same as the current directory and the mark is not active.
14558
202e166d
JL
14559 * log-view.el (log-view-minor-wrap): Use the same logic to get
14560 revisions as `log-view-diff'.
14561
d247d0fe
JL
14562 * info.el (Info-revert-find-node): Check for Info-current-file
14563 before preserving new-history.
14564
202e166d
JL
14565 * man.el (Man-heading-regexp): Add `/'.
14566
14567 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
14568 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14569
145702006-01-16 Juri Linkov <juri@jurta.org>
14571
83033a3a
JL
14572 * faces.el (mode-line-faces): New defgroup.
14573 (mode-line-highlight): Move definition after new defgroup.
14574 (mode-line, mode-line-inactive, mode-line-highlight):
14575 Replace :group `modeline' with `mode-line-faces'.
14576 (mode-line-buffer-id): New face.
14577 (modeline-buffer-id): New face alias.
14578 (vertical-border): Remove :group `modeline'.
14579
14580 * bindings.el (propertized-buffer-identification): Use face
14581 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14582 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14583 (mode-line-buffer-identification-keymap): For mouse-1 replace
14584 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14585 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14586 mouse-3.
14587
d247d0fe
JL
14588 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14589 Buffer-menu-buffer. Doc fix.
14590 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6bca59a3
JL
14591 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14592 `Buffer-menu-buffer'.
d247d0fe 14593
83033a3a
JL
14594 * info.el (Info-mode-line-node-keymap): New defvar.
14595 (Info-set-mode-line): Use `stringp' to check Info-current-file.
14596 Propertize Info-current-node with `mode-line-buffer-id' and
14597 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14598
14599 * time.el (display-time-mail-face): Replace :group `faces' with
14600 `mode-line-faces'.
14601
0814ca04
KH
146022006-01-16 Kenichi Handa <handa@m17n.org>
14603
8e2e2956 14604 * international/code-pages.el: Add autoload cookies for cp125[0345678].
0814ca04
KH
14605
14606 * language/european.el (cp1252): New alias for windows-1252.
14607
14608 * international/mule.el (autoload-coding-system): Prepare for EOL
14609 variants.
14610
14397ea7
DN
146112006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
14612
14613 * term.el (term-raw-map): Add mapping for insert.
14614 (term-send-insert): New.
14615 (term-mode): Make variables local here instead of doing it in
14616 `term-emulate-terminal'.
14617 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
af71d4c0
JB
14618 Scroll reverse needs to take into account the scroll region.
14619 Saving and restoring the cursor should save the color attributes too.
14397ea7
DN
14620 (term-reset-terminal): Reset the scroll region.
14621 (term-handle-ansi-escape): Cursor up and down should take into
14622 account the scroll region.
8e2e2956
SM
14623 (term-set-scroll-region): Rename from `term-scroll-region'.
14624 Move to 0,0 after setting the region.
14397ea7
DN
14625 (term-handle-scroll): Handle scroll up.
14626 (term-down): Fix off by one error.
14627 (term-delete-lines): Do not delete outside the scroll region.
14628 (term-insert-lines): Take into account the scroll region.
14629
2834b9b3
SM
146302006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
14631
d83d8efe
SM
14632 * textmodes/ispell.el (ispell-internal-change-dictionary)
14633 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14634 (start, end): Move declaration outside of eval-when-compile.
14635
ef0f5f7e
SM
14636 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14637 (flyspell-mode-on): Use it.
14638
2834b9b3
SM
14639 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14640 ispell-kill-ispell-hook.
14641
b41e2e73
LT
146422006-01-14 Luc Teirlinck <teirllm@auburn.edu>
14643
14644 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14645 (Custom-reset-saved): Do not ask for confirmation in single option
14646 buffers.
14647
c94c4d0a
RS
146482006-01-13 Richard M. Stallman <rms@gnu.org>
14649
14650 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14651
97f4e87c
RF
146522006-01-13 Romain Francoise <romain@orebokech.com>
14653
14654 * add-log.el (add-change-log-entry, change-log-merge):
14655 Conditionally use `hard-newline'.
14656
5fed8c15 146572006-01-13 Martin Rudalics <rudalics@gmx.at>
83dc149d 14658
e47f89f0
EZ
14659 * wid-edit.el (widget-field-end): If the overlay is no longer
14660 associated with a buffer, behave as if the overlay didn't exist.
14661
2834b9b3
SM
14662 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14663 Make sure the links use the `custom-link' face.
83dc149d 14664
4c344753
SM
146652006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
14666
14667 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14668 (ld-script-mode): Don't set indent-line-function since we don't
14669 have one.
14670
203ac7f3
CD
146712006-01-13 Carsten Dominik <dominik@science.uva.nl>
14672
2e040f4e 14673 * textmodes/org.el (org-open-file): Use mailcap for selecting an
203ac7f3
CD
14674 application.
14675 (org-file-apps-defaults-gnu): Use mailcap as the default for
14676 selecting an application on a UNIX system.
14677 (org-agenda-show-tags): New command.
4c344753 14678 (org-table-insert-hline): Keep cursor in current table line.
203ac7f3
CD
14679 (org-table-convert): Offset effect of modifying
14680 `org-table-insert-hline'.
14681 (org-format-agenda-item): New optional argument TAG.
14682 (org-compile-prefix-format): Handle %T format for the tag.
14683 (org-expand-wide-chars): New function.
4c344753
SM
14684 (org-table-insert-row, org-table-insert-hline):
14685 Use `org-expand-wide-chars'.
14686 (org-open-file): Fix bug in program launch.
14687 (org-get-time-of-day): Fix bug with times before 1am.
af71d4c0 14688 (org-agenda-menu): Add tags commands.
203ac7f3 14689
fc8a237d
EZ
146902006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
14691
14692 * textmodes/ispell.el (ispell-init-process): Include the used
14693 dictionary in ispell process start message.
14694 (ispell-internal-change-dictionary): When flyspell-mode is active
14695 and dictionary is changed, make sure ispell process is restarted
14696 and flyspell word cache cleared out for the current buffer.
14697 (ispell-change-dictionary): Make sure flyspell word cache is
14698 cleared out in all buffers with active flyspell mode when
4c344753
SM
14699 dictionary is globally changed.
14700 Call ispell-internal-change-dictionary after dictionary change.
fc8a237d 14701
53fad1e4
EZ
147022006-01-13 Eli Zaretskii <eliz@gnu.org>
14703
defe3b41
EZ
14704 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14705
53fad1e4
EZ
14706 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14707 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14708 years. Fix small differences wrt Makefile.in.
14709 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14710 Makefile.in does.
14711
d5ffcd96
BW
147122006-01-12 Bill Wohler <wohler@newt.com>
14713
14714 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14715 mh-search.el.
14716
bf56fd4d 147172006-01-12 Masatake YAMATO <jet@gyve.org>
5f3996dc
MY
14718
14719 * progmodes/ld-script.el: Update copyright year.
14720
4c92479f
CY
147212006-01-12 Chong Yidong <cyd@stupidchicken.com>
14722
14723 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14724 Don't add widget if setting undefined.
14725
e75b11f8
JPW
147262006-01-12 John Paul Wallington <jpw@pobox.com>
14727
14728 * help-fns.el (describe-variable): Remove newlines from void
14729 variable output.
14730
d33a7384
NR
147312006-01-13 Nick Roberts <nickrob@snap.net.nz>
14732
14733 * wdired.el (wdired-mode-map): Add help echo for
14734 wdired-abort-changes.
14735
14736 * man.el (Man-file-name-regexp): Adjust for a list of files.
14737
4ec7bdfd
MY
147382006-01-12 Masatake YAMATO <jet@gyve.org>
14739
14740 * progmodes/ld-script.el (auto-mode-alist): Support
14741 suffix conventions used in netbsd and eCos.
14742
52bcabfe
LT
147432006-01-11 Luc Teirlinck <teirllm@auburn.edu>
14744
14745 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14746 (custom-variable-menu, custom-face-menu, custom-group-menu)
14747 (Custom-mode-menu): Change names of menu items. (As discussed on
14748 emacs-devel.)
14749 (custom-face-menu): Add "Undo Edits" item.
14750
14751 * startup.el (init-file-user): defcustom -> defvar.
14752
14753 * tooltip.el (tooltip-mode): Doc fix.
14754
23e0c1a3
SM
147552006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
14756
14757 * reveal.el (reveal-post-command): window-buffer signals an error on
14758 dead windows rather than returning nil.
14759 (reveal-open-new-overlays): An overlay might die while we open others.
14760
9c2cf222
BW
147612006-01-11 Bill Wohler <wohler@newt.com>
14762
6cc803de
BW
14763 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14764 phrasing in docstring.
14765
9c2cf222 14766 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
23e0c1a3 14767 can give some systems gas. Add new file mh-buffers.el.
9c2cf222 14768
4076cbf6
MY
147692006-01-06 Masatake YAMATO <jet@gyve.org>
14770
14771 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14772 C preprocessor forward ported from GNU Emacs 21.2.
14773
23e0c1a3
SM
14774 * progmodes/asm-mode.el (asm-font-lock-keywords):
14775 Use `cpp-font-lock-keywords'.
4076cbf6
MY
14776
14777 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14778
14779 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
23e0c1a3 14780 of $ for "\\.ld[s]?".
4076cbf6 14781
587d108e
SM
147822006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14783
05794f14
SM
14784 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14785 (tcl-indent-line): Return `noindent' if inside a string.
14786
587d108e
SM
14787 * progmodes/flymake.el (flymake-split-string): Remove more than one
14788 empty string at beg/end of the result.
14789 (flymake-find-buildfile, flymake-find-possible-master-files):
14790 Use expand-file-name.
14791 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14792 since expand-file-name does it for us. Use directory-file-name.
14793 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14794 (flymake-ler-get-type, flymake-ler-get-text)
14795 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
14796 (flymake-current-line-no): Remove spurious interactive spec.
14797 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14798 (flymake-check-include): Remove arg inc-path merged into inc-name.
14799 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14800 Arg regexp-list replaced by a simple regexp.
14801 (flymake-master-make-header-init, flymake-master-tex-init):
14802 Correspondingly replace regexp-list with a regexp. Fix regexp.
14803
0c91399a
SJ
148042006-01-10 Simon Josefsson <jas@extundo.com>
14805
14806 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14807 describing AUTH PLAIN fix.
14808
9888f112
TTN
148092006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
14810
14811 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14812 (report-emacs-bug): Don't record initial prompt text.
14813 Instead, add text properties to prompting text.
14814 (report-emacs-bug-hook): Delete prompting text.
14815
5f73367d
SM
148162006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14817
14818 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14819 `dirs'. Adjust callers.
14820
ee5137b3
JPW
148212006-01-09 John Paul Wallington <jpw@gnu.org>
14822
14823 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14824
62c5f375
SM
148252006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14826
ffb5fc37
SM
14827 * reveal.el (reveal-open-new-overlays): New extracted fun.
14828 (reveal-close-old-overlays): Idem. Check overlays's liveness before
14829 using them. Simplify the code.
14830 (reveal-post-command): Use them. Fix up obsolete windows in
14831 reveal-open-spots.
14832
6fee12e6
SM
14833 * progmodes/flymake.el: Use `require' rather than autoload for
14834 XEmacs's overlays.
14835 (flymake-get-common-file-prefix, flymake-build-relative-filename):
14836 Delete. Use file-relative-name instead.
14837 (flymake-get-syntax-check-program-args, flymake-perl-init):
14838 Simplify the resulting code.
14839
62c5f375
SM
14840 * log-view.el (log-view-file-re, log-view-message-re): Add support
14841 for DaRCS output.
14842
e1b3b7a2
AS
148432006-01-09 Alex Schroeder <alex@gnu.org>
14844
14845 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14846 identifiers sometimes added in square brackets at the beginning of
14847 subject lines.
14848
67177975
RS
148492006-01-07 Richard M. Stallman <rms@gnu.org>
14850
14851 * cus-edit.el (Custom-set, Custom-save): Doc fix.
14852 (Custom-reset-current, Custom-reset-saved): Change question text.
14853 (Custom-reset-standard): Likewise.
14854 (custom-variable-reset-saved): Doc fix.
14855
d3a81eee
EZ
148562006-01-07 Eli Zaretskii <eliz@gnu.org>
14857
14858 * startup.el (init-file-user): Doc fix.
14859
53f831f3
AS
148602006-01-07 Alex Schroeder <alex@gnu.org>
14861
80068231
AS
14862 * mail/rmail.el (rmail-current-subject): New function.
14863 (rmail-current-subject-regexp): New function.
14864 (rmail-next-same-subject): Use it.
14865
62c5f375
SM
14866 * mail/rmailsum.el (rmail-summary-by-topic):
14867 Use rmail-current-subject and rmail-current-subject-regexp.
80068231
AS
14868 (rmail-summary-next-same-subject): Ditto.
14869
53f831f3
AS
14870 * net/rcirc.el (rcirc-send-input): No longer check whether the
14871 process is open, since not all commands need an open process.
14872 (rcirc-send-string): Check whether the process is open before
14873 sending anything.
2c8abe90
AS
14874 (rcirc-ignore-list): New option.
14875 (rcirc-ignore-list-automatic): New variable.
14876 (rcirc-print): Take rcirc-ignore-list into account.
14877 (rcirc-cmd-ignore): New command.
14878 (rcirc-ignore-update-automatic): New function.
14879 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14880 list if ignored nicks.
14881 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
53f831f3 14882
53dab082
EZ
148832006-01-06 David Reitter <david.reitter@gmail.com>
14884
14885 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14886 reflect the address to which the report will be sent.
14887
01b959a3
EZ
148882006-01-06 Eli Zaretskii <eliz@gnu.org>
14889
14890 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14891 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14892
8c722a81
EZ
148932006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
14894
14895 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14896
14897 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14898 the doc string: "functoin" => "function".
af71d4c0 14899 * ldefs-boot.el: Likewise.
8c722a81
EZ
14900
14901 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14902 message text: "Duplicat" => "Duplicate".
14903
0133dab9
EZ
149042006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
14905
14906 * files.el (basic-save-buffer-2): If backing-up failed, reset
14907 buffer-backed-up to nil.
14908
753c278e
NR
149092006-01-06 Nick Roberts <nickrob@snap.net.nz>
14910
14911 * progmodes/gud.el (gdb-script-skip-to-head)
14912 (gdb-script-calculate-indentation): Indent for breakpoint command
14913 lists also.
14914
77a0dbd2
BW
149152006-01-05 Bill Wohler <wohler@newt.com>
14916
14917 * Makefile.in (compile-always): Add mh-autoloads dependency.
14918 (bootstrap): Remove mh-autoloads dependency, as compile dependency
14919 provides it.
600bc46c
BW
14920 (updates): Remove mh-autoloads dependency, since it probably has
14921 already run recently (via recompile).
77a0dbd2 14922
c07fa030
SM
149232006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
14924
bef9f82c
SM
14925 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14926 argument `force' to disable the flyspell-last-buffer optimization.
14927 (flyspell-mode-on): Use it.
14928
c07fa030
SM
14929 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14930 flymake-simple-cleanup.
14931 (flymake-allowed-file-name-masks): Use this new default.
14932 All the functions are now called in the right buffer rather than
14933 passing the buffer as argument.
14934 (flymake-process-sentinel): Switch to buffer before calling cleanup.
14935 (flymake-parse-err-lines): Remove redundant buffer arg.
14936 (flymake-get-program-dir): Comment out unused function.
14937 (flymake-start-syntax-check, flymake-start-syntax-check-process):
14938 Remove redundant buffer argument.
14939 (flymake-get-real-file-name, flymake-simple-java-cleanup)
14940 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14941
f00239cf
RS
149422006-01-05 Richard M. Stallman <rms@gnu.org>
14943
a203a18c
RS
14944 * info.el (Info-find-node): Don't record previous node if have none.
14945 (info): Go to directory only if history is empty.
14946
f00239cf
RS
14947 * simple.el (mark): Doc fix.
14948
07f9b01c
YM
149492006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14950
14951 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14952 already of desired type.
14953 (mac-ae-list): Coerce parameter to "list" type.
14954 (mac-dispatch-apple-event): Replace cadr part of event with a
14955 dummy position so that event-start returns it.
14956
8abe9d4f
CD
149572006-01-05 Carsten Dominik <dominik@science.uva.nl>
14958
2e040f4e 14959 * textmodes/org.el (org-end-of-subtree): New function.
c07fa030
SM
14960 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14961 Use `org-end-of-subtree'.
8abe9d4f
CD
14962 (org-agenda, org-agenda-convert-date): Protect calls to
14963 `fit-window-to-buffer'.
14964 (org-tags-view): Force matching of sublevels when doing a
14965 todo-only search. Define the correct redo command, including the
14966 arguments.
14967 (org-agenda-redo): Display message.
14968 (org-check-for-org-mode): New function.
14969 (org-agenda-type): New variable.
c07fa030
SM
14970 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14971 Set `org-agenda-type'.
8abe9d4f
CD
14972 (org-agenda-check-type): New function.
14973 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14974 (org-agenda-week-view, org-agenda-day-view)
14975 (org-agenda-next-date-line, org-agenda-previous-date-line)
14976 (org-agenda-log-mode, org-agenda-toggle-diary)
14977 (org-agenda-toggle-time-grid, org-agenda-date-later)
14978 (org-agenda-date-prompt, org-agenda-diary-entry)
14979 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
c07fa030
SM
14980 (org-agenda-convert-date, org-agenda-menu):
14981 Use `org-agenda-check-type'.
8abe9d4f 14982 (org-make-overlay, org-delete-overlay)
c07fa030
SM
14983 (org-detatch-overlay, org-move-overlay, org-overlay-put):
14984 New compatibility functions.
8abe9d4f
CD
14985 (org-calendar-select-mouse): New command.
14986
73e60f53
CY
149872006-01-04 Chong Yidong <cyd@stupidchicken.com>
14988
eaa99205 14989 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
0c731046
CY
14990 (Custom-reset-standard): Fix y-or-n-p messages.
14991 (custom-link): New face for links.
73e60f53 14992 (custom-buffer-create-internal, custom-manual): Use it.
b76747af 14993 (custom-face-save): Push to theme-face before setting face spec.
73e60f53
CY
14994
14995 * wid-edit.el (widget-default-mouse-face-get): New function.
14996 (widget-specify-button): Handle mouse-face like button-face.
14997
14998 * custom.el (load-theme): Clear old theme settings if reloading.
14999
bdf743fe
LT
150002006-01-03 Luc Teirlinck <teirllm@auburn.edu>
15001
d5837ed3 15002 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
bdf743fe
LT
15003 "Erase Customization" button back to same position it occupies in
15004 the individual State menus.
15005
8a5db8ae
KS
150062006-01-04 Kim F. Storm <storm@cua.dk>
15007
15008 * wid-edit.el (key-sequence): Rework widget to read key binding
15009 using `kbd' syntax. Use C-q to insert literal key, event, or code.
15010 (widget-key-sequence-default-value): Default value for empty sequence.
15011 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
15012 (widget-key-sequence-read-event): New command for C-q.
15013 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
15014 (widget-key-sequence-value-to-external): New functions.
15015
1c360af3
SM
150162006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15017
6df19241
SM
15018 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
15019 Use expand-file-name.
15020 (flymake-delete-temp-directory): Use expand-file-name,
15021 file-name-directory, and directory-file-name.
15022 (flymake-strrchr): Delete.
15023 (flymake-start-syntax-check): Don't pass the redundant buffer argument
15024 to the init-f function.
15025 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
15026 (flymake-init-find-buildfile-dir)
15027 (flymake-init-create-temp-source-and-master-buffer-copy)
15028 (flymake-simple-make-init-impl, flymake-simple-make-init)
15029 (flymake-master-make-init, flymake-master-make-header-init)
15030 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
15031 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
15032 (flymake-xml-init): Remove corresponding redundant buffer argument.
15033 (flymake-allowed-file-name-masks): Remove last elems that are equal to
15034 the default anyway. Clean up regexps.
15035
5bcef417
SM
15036 * progmodes/flymake.el (flymake-temp-source-file-name)
15037 (flymake-master-file-name, flymake-temp-master-file-name)
15038 (flymake-base-dir): New buffer-local vars.
15039 (flymake-buffer-data, flymake-get-buffer-value)
15040 (flymake-set-buffer-value): Replace those hash-tables by the new
15041 buffer-local vars. Update callers.
15042
43ed65ac
SM
15043 * progmodes/flymake.el (flymake-check-start-time)
15044 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
15045 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
15046 Move definition, so we can remove redundant earlier declaration.
15047 (flymake-replace-regexp-in-string, flymake-split-string)
15048 (flymake-get-temp-dir): Use defalias.
15049 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
15050 (flymake-xemacs-window-edges): Remove unused function.
15051 (flymake-get-point-pixel-pos): Move.
15052 (flymake-pid-to-names, flymake-reg-names)
15053 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
15054 Replace by a simple list flymake-processes and by process-buffer.
15055 Update callers. Other than simplify the code, it uses buffers rather
15056 than buffer-names so it doesn't get confused by uniquify.
15057 (flymake-buffer-data): The global value should just be nil.
15058
b7a5a208
SM
15059 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
15060 Optimize the body of a defalias like any other code.
15061
1c360af3
SM
15062 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
15063 Make sure we've setup font-lock's vars. It may influence which
15064 function we then call.
15065 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
15066 here since it's too late anyway.
15067
1ca41b97
RF
150682006-01-03 Romain Francoise <romain@orebokech.com>
15069
15070 * startup.el (fancy-splash-tail, normal-splash-screen):
15071 Update copyright year.
15072
fdbfa78e
S
150732006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
15074
b7a5a208 15075 * mouse.el (mouse-drag-track): Rename, from
fdbfa78e 15076 `mouse-drag-region-1'. Includes optional argument required to
b7a5a208
SM
15077 enable post-drag event processing (e.g. delete region keys).
15078 Can be used without this argument to track a mouse region and operate
fdbfa78e
S
15079 on it as soon as the drag completes.
15080 (mouse-drag-region): Use `mouse-drag-track'.
15081
d0f1e2f8
CY
150822006-01-02 Chong Yidong <cyd@stupidchicken.com>
15083
3ee07367
CY
15084 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
15085 Move to `custom-buffer' group.
15086
d0f1e2f8
CY
15087 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
15088 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
15089 (custom-theme-insert-face-marker, custom-theme-variable-menu)
15090 (custom-theme-face-menu): New variables.
15091 (custom-theme-add-variable, custom-theme-variable-action)
15092 (custom-variable-reset-theme, custom-theme-delete-variable)
15093 (custom-face-reset-theme, custom-theme-face-action)
15094 (custom-theme-delete-face, custom-theme-merge-theme)
15095 (custom-theme-add-face, custom-theme-visit-theme): New functions.
15096
d358aa10
CY
150972006-01-01 Chong Yidong <cyd@stupidchicken.com>
15098
15099 * custom.el: Move Custom Themes commentary to start of theme code.
15100 (custom-known-themes): Rename `standard' theme to `changed'.
15101 (custom-push-theme): Caller no longer specifies what theme to use
15102 when doing `reset'---the setting is simply removed from the theme.
15103 Delete MODE from `theme-value' and `theme-settings' properties.
15104 (custom-declare-theme): Ignore &rest args since we don't use them.
15105
15106 (custom-loaded-themes): Delete variable.
15107 (custom-theme-load-themes, custom-theme-loaded-p)
15108 (custom-theme-value): Delete functions.
15109
15110 (custom-declare-theme): Signal error on invalid theme names.
15111 (provide-theme): custom-loaded-themes was deleted.
15112 (load-theme): Load the file unconditionally.
15113 (enable-theme): Call `load-theme' if theme is undefined.
15114 (custom-enabled-themes): Only update value for successful loads.
15115 (disable-theme): Complete from enabled themes when interactive.
15116 (custom-variable-theme-value): Calculate theme value directly.
15117
15118 (custom-theme-reset-variables, custom-reset-variables): Mark as
15119 XEmacs compatibility functions. We don't actually use these.
15120
1c360af3
SM
15121 * cus-edit.el (custom-variable-state-set):
15122 Use custom-variable-theme-value instead of custom-theme-value.
d358aa10
CY
15123 (custom-face-state-set): Rename `standard' theme to `changed'.
15124 (custom-save-variables, custom-save-faces): Delete unneeded
15125 references to custom-reset-variables.
15126 (custom-save-resets): Delete function.
15127 (custom-save-variables, custom-save-faces): MODE argument deleted.
15128 (custom-save-variables, custom-save-faces): Ignore theme values.
15129
15130 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
15131 compatibility function.
15132
cbf090c4
RS
151332006-01-01 Richard M. Stallman <rms@gnu.org>
15134
107736a2
RS
15135 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
15136 (Custom-reset-current, Custom-reset-saved): Likewise.
b8919739 15137 (Custom-reset-standard): Show message if aborted.
107736a2
RS
15138 (custom-mode): Doc fix, describing those commands.
15139
cbf090c4
RS
15140 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
15141 put on event-kind property.
15142
85a5eb0e
CY
151432005-12-31 Chong Yidong <cyd@stupidchicken.com>
15144
b2a41d12
CY
15145 * custom.el (provide-theme): Ban `user' theme name.
15146 (custom-enabling-themes): New variable.
15147 (enable-theme): Don't enable user if custom-enabling-themes is t.
15148 (custom-enabled-themes): Make it a defcustom.
15149 (custom-theme-recalc-face): No-op if face is undefined.
15150
85a5eb0e
CY
15151 * cus-edit.el (custom-button-mouse): New variable.
15152 (custom-button-mouse): New face.
15153 (custom-raised-buttons, custom-mode): Use it.
15154
15155 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
15156
b5871831
EZ
151572005-12-31 Eli Zaretskii <eliz@gnu.org>
15158
15159 * progmodes/gud.el (gud-display-line): Support hl-line in the
15160 source buffer.
15161
5915523a
EZ
151622005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
15163
15164 * mouse.el (mouse-drag-window-above): Verify that the found window
15165 overlaps with the given window in the horizontal dimension.
15166
a9d25c79
EZ
151672005-12-31 Eli Zaretskii <eliz@gnu.org>
15168
15169 * Makefile.in (cvs-update): New target.
15170
15171 * makefile.w32-in (cvs-update): Ditto.
15172
8314bdb8
CY
151732005-12-30 Chong Yidong <cyd@stupidchicken.com>
15174
15175 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
bdeaa675 15176 (custom-new-theme-mode-map): New variable.
8314bdb8 15177
16ecd4c5
RS
151782005-12-30 Richard M. Stallman <rms@gnu.org>
15179
8913f945
RS
15180 * custom.el (custom-load-themes): Function deleted.
15181
a8d6ee3c 15182 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16ecd4c5
RS
15183 (custom-save-variables): Don't delete or add custom-load-themes call.
15184
4dd68f44
SM
151852005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
15186
98e071b5
SM
15187 * cus-start.el: Add `visible-cursor'.
15188
4dd68f44
SM
15189 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
15190 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
15191 (flymake-process-filter): Switch to buffer before calling it instead.
15192 (flymake-post-syntax-check, flymake-highlight-err-lines)
15193 (flymake-delete-own-overlays, flymake-parse-err-lines)
15194 (flymake-start-syntax-check, flymake-start-syntax-check-process)
15195 (flymake-count-lines, flymake-parse-residual):
15196 Remove constant buffer argument.
15197 (flymake-start-syntax-check-for-current-buffer): Remove.
15198 Update callers to use flymake-start-syntax-check instead.
15199 (flymake-display-err-menu-for-current-line):
15200 Remove unused var `mouse-pos'.
15201 (flymake-restore-formatting): Comment out unused function.
15202 (flymake-report-status, flymake-report-fatal-status): Remove buffer
15203 argument, use current-buffer instead. Update callers.
15204
07467c09
RW
152052005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15206
15207 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
15208 buffer-local because choose-completion-delete-max-match requires
15209 that we set completion-ignore-case (i.e., binding via let is not
15210 sufficient).
15211 (bibtex-complete): Always set completion-ignore-case and
af71d4c0 15212 choose-completion-string-functions. The latter is needed because
07467c09
RW
15213 choose-completion-string-functions keeps its value if we quit the
15214 *Completions* buffer without requesting a completion.
15215
fe791b0c
AS
152162005-12-30 Andreas Schwab <schwab@suse.de>
15217
4dd68f44 15218 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
fe791b0c 15219
ef3f69f9
EZ
152202005-12-30 Eli Zaretskii <eliz@gnu.org>
15221
15222 * jit-lock.el (jit-lock-chunk-size): Doc fix.
15223
67d766e8
JL
152242005-12-30 Juri Linkov <juri@jurta.org>
15225
15226 * locate.el (locate-fcodes-file, locate-header-face)
15227 * progmodes/delphi.el (delphi-other-face)
15228 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
15229
15230 * paren.el (show-paren-match, show-paren-mismatch): Use existing
15231 group `paren-showing-faces'.
15232
15233 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
15234 (goto-address): Fix docstring.
15235
15236 * net/webjump.el (webjump-sample-sites): Update URLs.
15237
15238 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
15239
15240 * subr.el (cancel-change-group): Add listp around pending-undo-list.
15241
af3d4246
SM
152422005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
15243
15244 * font-lock.el (font-lock-compile-keywords): Signal an error when
15245 font-lock-set-defaults hasn't been called.
15246
9f126fd0
LT
152472005-12-29 Luc Teirlinck <teirllm@auburn.edu>
15248
15249 * subr.el (noreturn, 1value): Doc fixes.
15250
694ed36d
RW
152512005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15252
15253 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
15254 that assoc-string returns nil.
15255
ffc1e1db
RW
152562005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15257
15258 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
15259 (bibtex-entry-type-str, bibtex-empty-field-re)
15260 (bibtex-search-backward-string, bibtex-preamble-prefix)
af3d4246 15261 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
ffc1e1db
RW
15262 (bibtex-any-valid-entry-type): New variable.
15263 (bibtex-parse-field-name): Simplify.
af3d4246 15264 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
ffc1e1db 15265 (bibtex-preamble-prefix): Include left delimiter.
af3d4246
SM
15266 (bibtex-search-forward-field, bibtex-search-backward-field):
15267 Allow unbounded search past entry boundaries (required by bibtex-pop).
ffc1e1db
RW
15268 (bibtex-text-in-field-bounds): Use push.
15269 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
15270 (bibtex-parse-preamble, bibtex-valid-entry)
15271 (bibtex-beginning-first-field): New functions.
15272 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
15273 (bibtex-map-entries): Fix docstring.
af71d4c0 15274 (bibtex-flash-head): New arg prompt. Simplify.
ffc1e1db
RW
15275 (bibtex-enclosing-field): Include code of bibtex-inside-field.
15276 (bibtex-insert-kill): Simplify. Always insert text past the
15277 current field or entry.
15278 (bibtex-format-entry): Use bibtex-parse-field.
15279 (bibtex-pop): Use bibtex-beginning-of-entry and
15280 bibtex-end-of-entry to initiate the search. Insert empty field if
15281 we found ourselves.
af3d4246
SM
15282 (bibtex-print-help-message): New args field and comma.
15283 Handle entry keys.
ffc1e1db
RW
15284 (bibtex-make-field): Use bibtex-beginning-of-entry.
15285 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
15286 invalid entry.
15287 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
15288 Handle preambles. Simplify code for thorough test.
15289 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
15290 New arg comma. Handle entry heads.
15291 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
15292 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
15293 New arg comma.
15294 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
15295 (bibtex-fill-field): Simplify.
15296 (bibtex-fill-entry): Use bibtex-beginning-first-field and
15297 bibtex-parse-field.
af3d4246 15298 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
ffc1e1db
RW
15299 (bibtex-complete): Use bibtex-parse-preamble.
15300
bc2051e4
NR
153012005-12-29 Nick Roberts <nickrob@snap.net.nz>
15302
15303 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
15304 Display name of expression instead of convenience variable.
15305 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
15306
15307 * progmodes/gud.el (gud-tooltip-dereference): Rename from
15308 toggle-gud-tooltip-dereference.
15309 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
af71d4c0 15310 (gud-tooltip-tips): ...here when dereferencing.
bc2051e4 15311
0d887b77
BW
153122005-12-28 Bill Wohler <wohler@newt.com>
15313
af3d4246 15314 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
0d887b77 15315
07a95b81
SM
153162005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
15317
97461c84
SM
15318 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
15319 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
15320 (vc-annotate-display-autoscale): Adjust call.
15321 (vc-annotate-display-default): Adjust call. Make arg compulsory.
15322 Fix interactive spec.
15323 (vc-annotate-time-span): Remove.
15324 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
15325 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
15326 (vc-annotate-display-select): Use new name.
15327
07a95b81
SM
15328 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
15329 (vc-annotate-mode-menu): Remove left-over redundant declaration.
15330 Correct the construction of span entries. Simplify.
15331 (vc-annotate-display-select): Fix the nil case.
15332 (vc-annotate): Remove obsolete (and now broken) code.
15333 (vc-annotate-extract-revision-at-line): Remove obsolete code.
15334 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
15335
ba455131
LT
153362005-12-28 Luc Teirlinck <teirllm@auburn.edu>
15337
15338 * subr.el (lazy-completion-table): Correct typo in docstring.
15339
15340 * startup.el (command-line): Use `custom-reevaluate-setting' for
15341 `send-mail-function'.
15342
15343 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
15344
c3f69831
SJ
153452005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
15346
07a95b81
SM
15347 * mail/smtpmail.el (smtpmail-try-auth-methods):
15348 Send credentials together with "AUTH PLAIN" command.
c3f69831 15349
6281e1e8
RS
153502005-12-27 Richard M. Stallman <rms@gnu.org>
15351
15352 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
15353 mouse-2, go back to previously selected window, so it's selected
15354 when mouse-2 command runs.
15355
153562005-12-27 Juri Linkov <juri@jurta.org>
84116a13
JL
15357
15358 * descr-text.el (describe-text-sexp): Use square brackets for
15359 button [Show] to distinguish it from the property value `show'.
15360 (describe-property-list): Use `insert-text-button' with
15361 `help-face' type instead of putting face in quotes, because button
15362 is not created automatically for a list of faces.
15363 (describe-text-properties-1): Put button-type value in quotes to
15364 distinguish from plain text "button".
15365 (describe-char): Display code point values in hex. Don't use
15366 `symbol-name' for `current-input-method' because it is a string.
15367 Use `insert-text-button' with `help-face' type instead of putting
15368 hardcoded face in quotes, because button is not created automatically.
15369
51978cac
RS
153702005-12-27 Richard M. Stallman <rms@gnu.org>
15371
2926b5fb
RS
15372 * progmodes/glasses.el (glasses-face): More specific custom type.
15373
1af57101
RS
15374 * files.el (set-visited-file-name): Doc fix.
15375
51978cac
RS
15376 * textmodes/flyspell.el (flyspell-external-point-words):
15377 Use local var buffer-scan-pos to advance scan for next misspelling.
15378 Advance it only after we find the misspelling.
15379
153802005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
15381
15382 * textmodes/flyspell.el (flyspell-external-point-words):
15383 New criteria for finding the misspelling in the buffer.
15384
6281e1e8 153852005-12-27 Nick Roberts <nickrob@snap.net.nz>
84116a13
JL
15386
15387 * help-mode.el (help-insert-string): Set help-xref-stack-item
15388 rather than call help-setup-xref.
15389
15390 * descr-text.el (describe-char): Revert previous changes for
15391 optional buffer argument.
15392
6281e1e8 153932005-12-27 Juri Linkov <juri@jurta.org>
6280f20d
NR
15394
15395 * help-mode.el (help-insert-string): New function. Save buffer
07a95b81 15396 contents in cases where it is impossible to recompute the old contents.
6280f20d
NR
15397
15398 * descr-text.el (describe-char): Set help-xref-stack-item
84116a13 15399 explicitly after buffer has been generated.
6280f20d 15400
348f73b0 154012005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
edd4b3ab
JD
15402
15403 * cus-start.el (all): Add x-gtk-show-hidden-files.
15404
d7504d5c
RS
154052005-12-26 Richard M. Stallman <rms@gnu.org>
15406
c0b45763
RS
15407 * replace.el (perform-replace): Calculate match-again
15408 before skipping read-only matches.
15409
d6f0f3e0
RS
15410 * paren.el (paren-showing-faces): New group.
15411 (show-paren-match, show-paren-mismatch): Move to that group.
15412
15413 * button.el (button): Put into group `basic-faces'.
15414
15415 * progmodes/make-mode.el: Remove faces from group `faces'.
15416
d7504d5c
RS
15417 * apropos.el (apropos, apropos-value): Doc fix.
15418 (apropos-documentation): Doc fix.
15419
1d5e15d0
SM
154202005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
15421
15422 * subr.el (lazy-completion-table): Remove argument `args'.
15423
15424 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15425 Don't use the `args' argument of lazy-completion-table.
15426
6281e1e8 154272005-12-26 Nick Roberts <nickrob@snap.net.nz>
0932395f
NR
15428
15429 * descr-text.el (describe-char): Add optional argument for buffer.
15430 Set buffer appropriately. Call help-setup-xref.
15431 Suggested by Stefan Monnier.
15432
6281e1e8 154332005-12-26 Juri Linkov <juri@jurta.org>
0932395f 15434
84116a13
JL
15435 * descr-text.el: Require `help-fns' at runtime. Don't require
15436 `button' for byte compilation.
15437 (describe-text-widget): Add `help-echo' for first button.
119f6f17
RS
15438 Use `help-info' for second.
15439 (describe-property-list): Use `help-argument-name' instead of `italic'.
84116a13
JL
15440 (describe-text-category): Add prompt to interactive spec.
15441 Call `help-setup-xref'.
15442 (describe-char): Use `help-character-set'. Add `help-echo' for
15443 code point. Use `help-input-method'. Remove superfluous insert.
0932395f 15444
6728475c
RS
154452005-12-25 Richard M. Stallman <rms@gnu.org>
15446
cad1051b
RS
15447 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
15448 at point, in case of narrowing.
15449
6f9de17a
RS
15450 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
15451
15452 * locate.el (locate-header-face): Allow nil in type.
15453
6728475c
RS
15454 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
15455
180a4473
RF
154562005-12-25 Romain Francoise <romain@orebokech.com>
15457
15458 * battery.el (battery-linux-proc-acpi): Also try
15459 `/proc/acpi/thermal_zone/THM0/temperature'.
15460
c5d290fb
CY
154612005-12-24 Chong Yidong <cyd@stupidchicken.com>
15462
15463 * custom.el (custom-push-theme): Fix docstring.
15464
1d5e15d0
SM
15465 * cus-edit.el (custom-variable-set, custom-variable-save)
15466 (custom-variable-save): Custom-quote widget values.
c5d290fb
CY
15467 (customize-save-variable): Fix custom-push-theme call.
15468
7c417300
EZ
154692005-12-24 Eli Zaretskii <eliz@gnu.org>
15470
15471 * w32-fns.el (w32-batch-update-autoloads): New function.
15472
1d5e15d0
SM
15473 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
15474 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7c417300
EZ
15475 from the command line.
15476
d820f1fb
CY
154772005-12-23 Chong Yidong <cyd@stupidchicken.com>
15478
15479 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
15480 reset means to remove setting from theme entirely. Don't keep
15481 expanding theme-settings list; delete old entries if necessary.
15482
15483 * cus-edit.el (custom-buffer-create-internal): Move "Erase
15484 customization" button one line up.
15485 (custom-themed): New face.
15486 (custom-magic-alist): New value, THEMED, for theme settings.
1d5e15d0
SM
15487 (custom-variable-state-set, custom-face-state-set):
15488 Check theme-value instead of saved-value.
d820f1fb 15489 (custom-variable-reset-standard, custom-face-reset-standard):
9ff7a71a 15490 Remove theme setting entirely. Recalculate new values.
25c6d447
CY
15491 (custom-variable-set, custom-variable-set)
15492 (custom-variable-reset-saved, custom-variable-reset-backup)
15493 (custom-face-set, custom-face-reset-saved): Update `user' theme.
15494 (custom-variable-save): Fix typos.
1d5e15d0 15495
eb533587
JL
154962005-12-23 Juri Linkov <juri@jurta.org>
15497
15498 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
15499 Add autoload cookies.
15500 (edebug-outside-d-c-i-n-s-w): New variable.
15501 (edebug-display, edebug-outside-excursion): Use it to save the
15502 original value of default-cursor-in-non-selected-windows.
15503 Set default-cursor-in-non-selected-windows to t while Edebug
15504 is active.
15505 (edebug-mode, edebug-eval-mode): Doc fix.
15506
15507 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
15508 with `buffer-substring-no-properties' to remove common substring
15509 highlighting.
15510
15511 * info.el (info-other-window, info): Rename function argument
15512 `file' to `file-or-node'.
15513 (Info-complete-menu-item): Use local variable `complete-nodes' to
15514 keep the global value of `Info-complete-nodes' unchanged for
15515 subsequent completions.
15516 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
15517
15518 * simple.el (get-next-valid-buffer, last-buffer)
15519 (next-error-buffer-p, next-error-find-buffer)
15520 (minibuffer-history-sexp-flag): Doc fix.
15521
15522 * savehist.el (savehist-mode-hook): Add `:group'.
15523
15524 * log-view.el: Call autoload for vc-find-version.
15525 (log-view-current-file): Adjust subgroup numbers.
15526 (log-view-current-tag): Add `length'.
15527
2b6abe1e
RS
155282005-12-23 Richard M. Stallman <rms@gnu.org>
15529
15530 * vc.el (vc-annotate-car-last-cons): Defn moved up.
15531
1fafa158
JL
155322005-12-23 Juri Linkov <juri@jurta.org>
15533
15534 * hi-lock.el (hi-lock-archaic-interface-message-used)
15535 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
15536 (hi-lock-mode): Display "Hi" in the mode line only when
15537 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
15538 (hi-lock-write-interactive-patterns):
15539 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
15540 (hi-lock-set-pattern, hi-lock-set-file-patterns)
15541 (hi-lock-font-lock-hook): Set 3rd arg `how' of
15542 font-lock-add-keywords to t.
15543
81dc5714
JL
155442005-12-23 David Koppelman <koppel@ece.lsu.edu>
15545
15546 * hi-lock.el (hi-lock-highlight-range): New variable.
15547 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
15548 only if font-lock-fontified is non-nil. Remove overlays.
15549 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
15550 font-lock-fontified is non-nil, otherwise use overlays (instead of
15551 text properties).
15552 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15553 New variables.
1a408ced 15554 (hi-lock-string-serialize): New function.
81dc5714 15555
348f73b0 155562005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7b5836c7
JD
15557
15558 * menu-bar.el (menu-find-file-existing): New function.
15559 (menu-bar-file-menu): Use menu-find-file-existing for Open.
15560
af71d4c0 15561 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7b5836c7 15562
04864eb0
SM
155632005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15564
15565 * vc.el: Remove unnecessary leading * in docstrings.
15566 (vc-annotate-mode-map): Move initialization into declaration.
15567 (vc-static-header-alist): Nitpick on the regexp.
15568 (vc-default-init-version): New fun.
15569 (vc-register): Use it.
15570 (vc-insert-headers): Use dolist.
15571 (vc-annotate-get-backend): Remove unused function.
15572 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
15573 (vc-annotate-mode): Remove corresponding call.
15574 (vc-annotate-car-last-cons): Simplify.
15575 (vc-annotate-buffers): Remove var.
15576 (vc-annotate-backend): Make it buffer-local.
15577 (vc-annotate): Move the interaction to the interactive spec.
15578 Add a `buf' argument.
15579 (vc-annotate-warp-version): Use this new `buf' argument to avoid
15580 killing&creating a vc-annotate buffer, which is very disruptive when
15581 the buffers are shown in dedicated frames.
15582
d59e3c42
NR
155832005-12-23 Nick Roberts <nickrob@snap.net.nz>
15584
15585 * descr-text.el: Add FSF as maintainer.
15586 (describe-text-mode, describe-text-mode-map)
15587 (describe-text-mode-hook, describe-text-done): Delete. Use normal
15588 help-mode.
15589 (describe-text-widget, describe-text-sexp)
15590 (describe-property-list, describe-text-category)
15591 (describe-text-properties, describe-text-properties-1)
15592 (describe-char): Use help buttons instead of widgets.
15593 (describe-char-unicodedata-file): Make URL link in doc string.
15594
b758ae9a 155952005-12-22 Richard M. Stallman <rms@gnu.org>
04864eb0 15596
b758ae9a
RS
15597 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15598 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15599 Don't include buttons that write a file when there's no file.
15600 (custom-variable-menu, custom-face-menu, custom-group-menu):
15601 Don't include commands that write a file when there's no file.
bba50f8a
RS
15602 (customize-browse): Reword the top-of-buffer help intro.
15603 (custom-buffer-create-internal): Fix previous change.
15604 (customize-changed-options-previous-release): Prev release is 21.1.
15605 (customize-changed-options): Doc fix.
15606 (customize-changed): New alias.
50137744
RS
15607 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15608 Say "standard values".
15609 (Custom-reset-standard): Doc fix.
15610 (custom-face-reset-standard): Doc fix.
b758ae9a 15611
e0be77f6
SM
156122005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15613
15614 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15615 even if font-lock-mode is non-nil since it may be t without having
15616 turned on font-lock-mode-internal.
15617 (font-lock-choose-keywords): Minor optimization.
15618 (font-lock-add-keywords, font-lock-remove-keywords)
15619 (font-lock-set-defaults): Don't call make-local-variable on a variable
15620 that we know to already be local.
15621
5e688290
RF
156222005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15623
15624 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15625 messages if in the minibuffer.
15626
c1b5a260
SM
156272005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15628
9c841316
SM
15629 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15630 (tex-mode-flyspell-verify, flyspell-get-word)
15631 (flyspell-external-point-words): Don't use point-min/max uselessly.
15632
c1b5a260
SM
15633 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15634 by Kevin Rodgers. Instead, just hide the completions buffer if we
15635 don't need to show it.
15636
135db51a
LT
156372005-12-21 Luc Teirlinck <teirllm@auburn.edu>
15638
15639 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15640
398de718
SM
156412005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15642
15643 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15644 delete-windows-on with an inexistent buffer.
15645
39b5238d
NR
156462005-12-22 Nick Roberts <nickrob@snap.net.nz>
15647
398de718 15648 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
39b5238d
NR
15649 Delete defcustom variable :tag names.
15650
aa230d94
SM
156512005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
15652
15653 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15654 (log-view-font-lock-keywords): Ajust subgroup numbers.
15655 (log-view-current-tag): Don't hard code the number of subgroups.
15656
3bdba51d
JL
156572005-12-20 Juri Linkov <juri@jurta.org>
15658
15659 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15660 (tooltip-x-offset, tooltip-y-offset): Doc fix.
15661
15662 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15663 (menu-bar-non-minibuffer-window-p): Instead of checking
15664 display-multi-frame-p, use selected-frame when menu-updating-frame
15665 is nil.
15666
55b76f19 156672005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
fdd5516e
TTN
15668
15669 * align.el (align-rules-list): Use [ \t] instead of \s-
15670 for column separators in text mode.
15671
84a00de9
NR
156722005-12-20 Nick Roberts <nickrob@snap.net.nz>
15673
fdd5516e 15674 * help-mode.el (help-customize-variable, help-customize-face):
84a00de9
NR
15675 Don't pop help-xref-stack as help-follow no longer pushes
15676 anything on to it.
15677
d924f2e5
CD
156782005-12-20 Carsten Dominik <dominik@science.uva.nl>
15679
2e040f4e 15680 * textmodes/org.el (org-agenda-custom-commands): New option.
d924f2e5
CD
15681 (org-agenda): Offer custom commands on splash screen.
15682 (org-make-tags-matcher): Parser for Boolean logic added.
15683 (org-agenda-set-tags): New command.
15684 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15685 (org-set-tags): Efficiency improvements.
15686 (org-auto-align-tags): New option.
15687 (org-todo, org-demote, org-promote): Realign tags.
aa230d94 15688 (org-tags-completion-function): Use also "&" and "|" as separators.
d924f2e5
CD
15689 (org-org-menu): Agenda commands simplified.
15690
c8fee345
LT
156912005-12-19 Luc Teirlinck <teirllm@auburn.edu>
15692
15693 * cus-edit.el (customize-apropos, customize-apropos-options):
15694 Docstring changes.
15695
15696 * font-lock.el (font-lock): Add tags to the links in the defgroup.
15697
eb0d2864
CY
156982005-12-19 Chong Yidong <cyd@stupidchicken.com>
15699
15700 * longlines.el (longlines-mode): Wrap while widened.
15701 (longlines-decode-region, longlines-encode-region): Compute max
15702 just once.
15703
d6a90a49
YM
157042005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15705
15706 * cus-edit.el (mac): New group.
15707
15708 * cus-start.el (all): Add user options in macterm.c. Add test for
15709 Mac-related built-ins. Fix test for GTK-related built-ins.
15710
15711 * term/mac-win.el (mac-handle-language-change)
15712 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15713 (mac-services-open-selection, mac-services-mail-selection)
15714 (mac-services-mail-to, mac-services-insert-text)
15715 (mac-dispatch-apple-event): Add docstrings.
15716 (x-get-selection, mac-select-convert-to-string): Select coding
15717 system from `utf-16be' and `utf-16le' using `byteorder'.
15718
8e77fbb4
SM
157192005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
15720
15721 * subr.el (lazy-completion-table): Don't be fooled if the var holds
15722 a "list" (lambda ...) rather than a real completion list.
15723
15724 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15725 lexical-let when encountering ((lambda (...) ...) ...).
15726
1aa545c1
CY
157272005-12-17 Chong Yidong <cyd@stupidchicken.com>
15728
8e77fbb4 15729 * progmodes/sh-script.el (sh-mode):
1aa545c1
CY
15730 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15731 * textmodes/picture.el (picture-mode): Update docstrings.
15732
abeb5855
EZ
157332005-12-17 Eli Zaretskii <eliz@gnu.org>
15734
15735 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15736 commands enclosed in $(ARGQUOTE)s should not be split between two
15737 lines, as that will break with GNU Make >3.80, when sh.exe is used
15738 and arg quoting is with '..'.
15739 (autoloads): Don't break the quoted --eval expression between
15740 several lines.
15741
14e7cb94
CY
157422005-12-17 Chong Yidong <cyd@stupidchicken.com>
15743
8e77fbb4
SM
15744 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15745 Capture error from printing circular structures.
14e7cb94 15746
5fed8c15 157472005-12-17 Martin Rudalics <rudalics@gmx.at>
6872b31c
EZ
15748
15749 * wid-edit.el (widget-checkbox-action): Clear undo info.
15750
6eee5abf
BW
157512005-12-16 Bill Wohler <wohler@newt.com>
15752
15753 * menu-bar.el (kill-this-buffer): Set a good example by using menu
15754 bar, not menubar in comment.
15755
f3725983
SM
157562005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
15757
15758 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15759 After-change-functions should not clobber the match data.
15760
2a502a32
JL
157612005-12-16 Juri Linkov <juri@jurta.org>
15762
15763 * simple.el (choose-completion): Use `buffer-substring-no-properties'
15764 instead of `buffer-substring'.
15765 (completion-common-substring): Doc fix.
15766 (completion-setup-function): Use minibuffer-completion-contents
15767 instead of minibuffer-contents. Don't set common-string-length
15768 initially. Remove special handling of partial-completion-mode.
f3725983
SM
15769 Move computation of completion-base-size into one cond.
15770 Call completion-base-size-function in mainbuf. In computation of
2a502a32
JL
15771 completion-base-size for file name completion don't move point to
15772 the end of the minibuffer. Move computation of common-string-length
15773 into one cond. Start putting faces only when common-string-length>=0.
f3725983
SM
15774 Add condition to put completions-common-part when
15775 common-string-length>0.
2a502a32
JL
15776
15777 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15778 place point at the first different character in the minibuffer
15779 even if this position is at the beginning of the minibuffer.
15780
15781 * info.el (Info-read-node-name-1): In completion-base-size-function's
15782 lambda return 1 if common-substring or minibuffer-completion-contents
15783 starts with (, and 0 otherwise.
15784
15785 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15786 Use `crm-current-element' for second arg of `display-completion-list'.
15787
ec6328a2
EZ
157882005-12-16 Klaus Zeitler <kzeitler@lucent.com>
15789
15790 * files.el (set-auto-mode): Look for an interpreter specified on
15791 the first line also if search for mode specification succeeded,
15792 but the mode is not known.
15793
f63bdfca
CD
157942005-12-16 Carsten Dominik <dominik@science.uva.nl>
15795
2e040f4e 15796 * textmodes/org.el (org-tags-match-list-sublevels): New option.
f3725983 15797 (org-open-at-point): Implement tag searches as links.
f63bdfca 15798 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
f3725983 15799 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
f63bdfca
CD
15800 (org-tags-sparse-tree, org-tags-view, org-set-tags)
15801 (org-agenda-dispatch): New commands.
15802 (org-use-tag-inheritance, org-tags-column): New options.
15803 (org-tab-follows-link, org-return-follows-link): New options.
15804 (org-tags): New customize group.
15805 (org-start-icalendar-file): Get local time zone.
15806 (org-tags-completion-function): New function.
f3725983 15807 (org-set-font-lock-defaults): Make sure links will also be
cfbc5709 15808 highlighted inside headlines.
f63bdfca 15809
e4fd12dd
EZ
158102005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
15811
f3725983
SM
15812 * term.el (term-emulate-terminal):
15813 Let term-handle-ansi-terminal-messages override what Bash says about
e4fd12dd
EZ
15814 its current directory.
15815
e24f9e5a 158162005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
a74f9094
KL
15817
15818 * bindings.el (last-buffer): Move to simple.el.
15819 * simple.el (last-buffer): Move here.
15820 (get-next-valid-buffer): New function.
15821 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
af71d4c0 15822 (prev-buffer): Ditto. Rename to `previous-buffer'.
a74f9094 15823
f3725983 15824 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
a74f9094
KL
15825 * bindings.el (global-map): Ditto.
15826
6769aefa
LT
158272005-12-15 Luc Teirlinck <teirllm@auburn.edu>
15828
15829 * cus-edit.el: Introductory comment change.
15830 (custom-magic-alist): Change message string for the `rogue' state.
15831
62e5dd08
RS
158322005-12-15 Richard M. Stallman <rms@gnu.org>
15833
15834 * tooltip.el: Delete defcustom variable :tag names.
15835
15836 * complete.el (partial-completion-mode): Doc fix.
15837
15838 * textmodes/flyspell.el (flyspell-external-point-words):
15839 Use save-excursion to ensure we don't move backward in the
15840 search loop, not even one character.
15841 (flyspell-delete-all-overlays): Use remove-overlays directly.
15842
15843 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15844 (ispell-start-process): Set that variable.
15845 Clear ispell-buffer-local-name.
15846 (ispell-internal-change-dictionary):
15847 Set ispell-current-dictionary after killing process.
15848 (ispell-buffer-local-dict):
15849 Don't set spell-personal-dictionary after killing process.
15850 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
af71d4c0
JB
15851 (ispell-tex-skip-alists, ispell-html-skip-alists)
15852 (ispell-skip-region-alist): Mark as risky.
62e5dd08
RS
15853
15854 * net/newsticker.el (newsticker--retrieval-timer-list)
15855 (newsticker--display-timer, newsticker-running-p)
15856 (newsticker-ticker-running-p): Definitions moved up.
15857
5df0c23b
NR
158582005-12-16 Nick Roberts <nickrob@snap.net.nz>
15859
f3725983 15860 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5df0c23b 15861
d0ccae3e
DP
158622005-12-15 David Ponce <david@dponce.com>
15863
f3725983 15864 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
d0ccae3e
DP
15865 (recentf-edit-list, recentf-open-files): Signal an error when
15866 there is no recent file.
15867
9cfeca9e
RF
158682005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
15869
15870 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15871 read-only except for texinfo-format-region evaluation.
6d298e78 15872
c94dca60
RS
158732005-12-14 Richard M. Stallman <rms@gnu.org>
15874
15875 * vc.el (vc-default-previous-version, vc-default-next-version)
15876 (vc-do-command): Doc fixes.
15877
cdc61d35
SM
158782005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15879
15880 * textmodes/bibtex.el (bibtex-expand-strings)
15881 (bibtex-autokey-expand-string, bibtex-name-part)
15882 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15883 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15884 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15885 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15886 (bibtex-entry-postfix, bibtex-known-entry-type-re)
15887 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15888 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15889 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15890 (bibtex-beginning-of-last-entry): Remove.
15891 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
15892 message if comma is missing but buffer is read-only.
15893 (bibtex-parse-field-text): Handle whitespaces at the end of field
15894 text. Return 3-element list with beginning and end of field text
15895 and end of field.
15896 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15897 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
15898 (bibtex-search-forward-field, bibtex-search-backward-field):
15899 Search always delimited by limits of entry. Use more efficient
15900 search algorithms.
15901 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15902 bibtex-end-of-name-in-field.
15903 (bibtex-text-in-field-bounds): Handle BibTeX strings when
15904 extracting the content of a field.
15905 (bibtex-text-in-field): Use search limits.
15906 (bibtex-parse-string-prefix): Handle empty string keys based on
15907 bibtex-string-empty-key.
15908 (bibtex-parse-string): Fix docstring.
15909 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15910 (bibtex-preamble-prefix, bibtex-strings): New functions.
15911 (bibtex-skip-to-valid-entry): Include preceding whitespace in
15912 BibTeX entries (consistent with other BibTeX functions).
15913 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15914 (bibtex-search-entry): Fix docstring. Simplify.
15915 (bibtex-flash-head, bibtex-complete-string-cleanup)
15916 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15917 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15918 (bibtex-parse-entry): New optional arg content.
15919 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15920 Use bibtex-text-in-field-bounds.
15921 (bibtex-print-help-message): Handle BibTeX strings and preambles.
15922 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15923 bibtex-parse-string-postfix.
15924 (bibtex-find-text-internal): New function.
15925 (bibtex-remove-delimiters): Use it.
15926 (bibtex-find-text): Use it. New optional arg help.
15927 (bibtex-complete): Handle BibTeX string and preamble entries.
15928 (bibtex-Preamble): Fix order of closing delimiters.
15929
159302005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
15931
15932 * vc.el (vc-default-revert): New fun.
15933
15934 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15935
28aa8148
RF
159362005-12-14 Romain Francoise <romain@orebokech.com>
15937
15938 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15939 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15940 (font-lock-remove-keywords): Likewise.
15941
fa81f010
JL
159422005-12-14 Juri Linkov <juri@jurta.org>
15943
e8171d36
JL
15944 * log-view.el (log-view-diff): Doc fix.
15945
fa81f010
JL
15946 * isearch.el (isearch-query-replace): Use (mark) instead of
15947 isearch-opoint if mark is active in transient-mark-mode.
15948
e7e4ea21
JL
159492005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
15950
15951 * isearch.el (isearch-query-replace): Check for isearch-other-end.
15952
cf717a0d
JL
159532005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
15954
15955 * progmodes/cpp.el (cpp-face): New widget.
15956 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15957
ad25ebbb
JL
159582005-12-14 Juri Linkov <juri@jurta.org>
15959
15960 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15961 around `erase-buffer' and `insert'.
15962
15963 * descr-text.el (describe-text-properties): Replace buffer name
15964 "*Help-2*" with "*Help*<2>".
15965 (describe-char): Add functions print-help-return-message,
15966 toggle-read-only. Use help-setup-xref with nil to not store
15967 describe-char in help-xref-stack. Use help-make-xrefs to
15968 make [back] button.
15969
15970 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15971
15972 * wdired.el (wdired-old-point): New internal variable.
15973 (wdired-change-to-wdired-mode): Set it buffer-locally.
15974 (wdired-abort-changes): Restore point after aborting changes.
15975
df4da7f4
SM
159762005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15977
15978 * vc.el (vc-do-command): Add a new value t for okstatus.
15979
15980 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15981 frame in case of errors.
15982
348f73b0 159832005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4c0252a5 15984
df4da7f4 15985 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4c0252a5
JD
15986 so it comes after "On the Left" in the menu.
15987
2ac1d4ef
LT
159882005-12-12 Luc Teirlinck <teirllm@auburn.edu>
15989
15990 * cus-edit.el (customize-apropos, customize-apropos-options)
15991 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15992
63fc53c9
BW
159932005-12-12 Bill Wohler <wohler@newt.com>
15994
15995 * vc-svn.el (vc-svn-registered): Fix problem of visiting
15996 non-writable Subversion-controlled files by saving window
df4da7f4 15997 configuration before calling vc-do-command. vc-do-command calls
63fc53c9
BW
15998 pop-to-buffer on error which is unexpected during registration.
15999
2da61afc
JB
160002005-12-12 Jay Belanger <belanger@truman.edu>
16001
16002 * calc/README: Update the summary of changes.
16003
25a3c9d1
SM
160042005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
16005
16006 * descr-text.el (describe-char): Rework last fix to solve the problem
16007 is the same way it's solved for everything else in that function
16008 (i.e. by extracting the info before setting up the *Help* buffer).
16009
0900f982
KS
160102005-12-12 Kim F. Storm <storm@cua.dk>
16011
16012 * subr.el (version-regexp-alist): Allow space as separator before
16013 non-numeric part, e.g. "1.0 alpha".
16014 (version-to-list): Interpret .X.Y version as 0.X.Y version.
16015
7d29e55d
CD
160162005-12-12 Carsten Dominik <dominik@science.uva.nl>
16017
2e040f4e 16018 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7d29e55d
CD
16019 Implement Logging and the keep-modes setting.
16020 (org-get-category): Make sure a string is returned.
16021 (org-log-done): New function.
16022 (org-log-done, org-closed-string): New options.
16023
348f73b0 160242005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5621b83a 16025
df4da7f4 16026 * tooltip.el (tooltip-y-offset): Change default to 20.
5621b83a 16027
eab52f48
RS
160282005-12-12 Richard M. Stallman <rms@gnu.org>
16029
16030 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
16031
16032 * frame.el (display-hourglass): Doc fix.
16033
16034 * help.el (help-for-help-internal): Simplify entry for `a'.
16035
16036 * info.el (Info-on-current-buffer): Doc fix.
16037 (info-insert-file-contents): Don't test (featurep 'jka-compr).
16038
16039 * startup.el (inhibit-splash-screen): Make this the real name.
16040 (inhibit-startup-message): Make this the alias.
16041 (command-line): Find only simple.el, and use its directory
16042 to fill in other preloaded files' names.
16043 (command-line): Deactivate the mark if deactivate-mark is set.
16044
16045 * international/mule.el (load-with-code-conversion):
16046 Bind deactivate-mark.
16047
16048 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
16049
39f617e5
LT
160502005-12-11 Luc Teirlinck <teirllm@auburn.edu>
16051
16052 * cus-edit.el (customize-apropos): Avoid listing an option more
16053 than once under different aliases. No longer list user options
16054 that are not defined with defcustom (unless a prefix arg is given).
16055 Doc fix.
16056 (customize-apropos-options): Doc fix.
16057
d4c6530f
JL
160582005-12-11 Juri Linkov <juri@jurta.org>
16059
16060 * frame.el (set-background-color, set-foreground-color)
16061 (set-cursor-color, set-mouse-color, set-border-color):
16062 Add explicit prompts to read colors by `facemenu-read-color'.
16063 (show-trailing-whitespace, blink-cursor-delay)
16064 (blink-cursor-interval, display-hourglass, hourglass-delay):
16065 Remove tags.
16066 (display-hourglass, hourglass-delay): Doc fix.
16067 (cursor-in-non-selected-windows): Capitalize words in tag.
16068
16069 * faces.el (frame-background-mode): Replace `choice-item' keywords
16070 with `const' to not make [default] button. Change default value tag
16071 from `default' to `automatic'. Doc fix.
16072 (trailing-whitespace) <defface>: Change group `whitespace' to
16073 `whitespace-faces'.
16074
4b1c16c2
RS
160752005-12-11 Richard M. Stallman <rms@gnu.org>
16076
16077 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
16078
ac8fcf0f
YM
160792005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16080
16081 * term/mac-win.el: Create keymap for mac-apple-event-map.
16082
35cd2d87
NR
160832005-12-11 Nick Roberts <nickrob@snap.net.nz>
16084
16085 * tooltip.el (tooltip-mode): Move to start of file so that it
16086 appears at top of customize buffer.
16087
16088 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16089 Add the gud groupname.
16090 (gud-tooltip-mode): Add the tooltip groupname.
af71d4c0 16091 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
35cd2d87
NR
16092 avoid conflict with tooltip-use-echo-area.
16093
d50d22f1
RF
160942005-12-10 Romain Francoise <romain@orebokech.com>
16095
16096 * help.el (help-for-help-internal): Add `r' in doc string.
16097
348f73b0 160982005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5fdf9b7c 16099
f3725983
SM
16100 * align.el (align-regexp, align-highlight-rule):
16101 Use region-beginning and region-end instead of point and mark, so that
5fdf9b7c
EZ
16102 repetition (with `repeat-complex-command') recomputes the region
16103 bounds.
16104
d50d22f1 161052005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
614b38a9
EZ
16106
16107 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
16108 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
16109 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
16110 (balance-windows): Rewrite using the above new functions.
16111
71060bdd
EZ
161122005-12-10 David Koppelman <koppel@ece.lsu.edu>
16113
af71d4c0 16114 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
71060bdd 16115 react if global-hi-lock-mode seems intended.
1a408ced 16116 (global-hi-lock-mode): Renamed from hi-lock-mode.
71060bdd 16117 (hi-lock-archaic-interface-message-used)
d50d22f1 16118 (hi-lock-archaic-interface-deduce): New variables.
71060bdd
EZ
16119 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
16120 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
f3725983
SM
16121 (hi-lock-find-patterns, hi-lock-font-lock-hook):
16122 Replace hi-lock-buffer-mode with hi-lock-mode.
71060bdd 16123
86b8a072 161242005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
6d93e4aa
EZ
16125
16126 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
16127 completion list, even after a partial completion has been
16128 inserted in the current buffer. If there are more than 1
16129 completion, redisplay the *Completions* buffer; if the
16130 completion is unique, delete the *Completions* window.
16131
7c86d70e
EZ
161322005-12-10 Eli Zaretskii <eliz@gnu.org>
16133
16134 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
16135 strings and long subject lines that were broken into multiple
eba9bb5f
EZ
16136 lines at arbitrary places. Handle subjects that have "Re: " in
16137 the middle.
7c86d70e 16138
d9f9aa72
EZ
161392005-12-10 John W. Eaton <jwe@octave.org>
16140
16141 * emacs/octave-mod.el (octave-electric-space): Don't indent
16142 comments or strings if octave-auto-indent is nil.
16143
4b3eb407
YM
161442005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16145
f3725983
SM
16146 * term/mac-win.el: Require url when compiling.
16147 Call mac-process-deferred-apple-events after loading init files.
4b3eb407
YM
16148 (mac-apple-event-map): New defvar. Define event handlers in it.
16149 (core-event, internet-event): New Apple event class symbols.
16150 (open-application, reopen-application, open-documents)
16151 (print-documents, open-contents, quit-application)
f3725983
SM
16152 (application-died, show-preferences, autosave-now, get-url):
16153 New Apple event ID symbols.
4b3eb407
YM
16154 (about): New HICommand ID symbol.
16155 (mac-event-spec, mac-event-ae): New macros.
16156 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
16157 (mac-ae-selection-range, mac-ae-text-for-search)
16158 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
16159 (mac-application-menu-map): Remove keymap. Handlers for HICommand
16160 and Services menu events are now defined in mac-apple-event-map.
16161 (mac-drag-n-drop): Remove selection range handling.
16162
332ee544
KH
161632005-12-10 Kenichi Handa <handa@m17n.org>
16164
f3725983 16165 * simple.el (zap-to-char):
332ee544
KH
16166 * isearch.el (isearch-process-search-char): Translate CHAR by
16167 translation-table-for-input.
16168
b0562527
CY
161692005-12-09 Chong Yidong <cyd@stupidchicken.com>
16170
16171 * foldout.el (foldout-exit-fold): Properly hide subtree.
16172
e8f4db18
RS
161732005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
16174
16175 * files.el (save-buffer):
d50d22f1 16176 * international/ucs-tables.el (ucs-set-table-for-input):
e8f4db18
RS
16177 * mail/mail-extr.el (mail-extract-address-components):
16178 * mail/sendmail.el (mail-mode): Reformat doc string.
16179
37fec9be
JL
161802005-12-09 Juri Linkov <juri@jurta.org>
16181
16182 * isearch.el (isearch-highlight): Change main overlay priority
16183 from 1 to 1001. Simplify.
16184 (isearch-lazy-highlight-update): Change lazy overlay priority
16185 from 0 to 1000.
16186
16187 * replace.el (replace-highlight): Change overlay priority from
16188 1 to 1001.
16189
16190 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
16191 Change overlay priority from 1 to 1001. Reuse existing overlay.
16192
16193 * compare-w.el (compare-windows-highlight): Change overlay
16194 priority from 1 to 1000.
16195
16196 * menu-bar.el (menu-bar-edit-menu): Add listp around
16197 pending-undo-list to disable menu item "undo" when pending
16198 undo list is empty.
16199
16200 * locate.el (locate): Disable undo in *Locate* buffer.
16201
84fdb82c
KS
162022005-12-09 Kim F. Storm <storm@cua.dk>
16203
16204 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
16205
5a8781ad
DP
162062005-12-09 David Ponce <david@dponce.com>
16207
84fdb82c 16208 * recentf.el: Improvement of the menu code.
5a8781ad
DP
16209 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
16210 instead of menu hook.
16211 (recentf-show-menu, recentf-hide-menu): New functions.
16212 (recentf-menu-customization-changed, recentf-mode): Use them.
16213 (recentf-menu-action, recentf-max-menu-items)
16214 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
16215 (recentf-arrange-by-rule-others)
16216 (recentf-arrange-by-rules-min-items)
1a408ced 16217 (recentf-arrange-by-rule-subfilter): Don't use
5a8781ad
DP
16218 `recentf-menu-customization-changed'.
16219 (recentf-arrange-rules): Likewise. Accept functions to compute
16220 sub-menu titles.
16221 (recentf-menu-filter): Likewise. Doc fix.
16222 (recentf-menu-value-shortcut): Doc fix.
16223 (recentf-dump-variable): Quote atom value.
16224 (recentf-make-menu-items): Update to use it as a menu filter.
16225 (recentf-match-rule): New function.
16226 (recentf-arrange-by-rule): Use it.
16227 (recentf-indirect-mode-rule): New function.
16228 (recentf-build-mode-rules): Use it.
16229 (recentf-dir-rule): New function.
16230 (recentf-arrange-by-dir): Use it.
16231 (recentf-filter-changer-current): Rename from
16232 `recentf-filter-changer-state'. All references updated.
16233 (recentf-filter-changer-alist): Update filter names.
16234 (recentf-filter-changer-select): New function.
16235 (recentf-filter-changer): Use it. Make a sub-menu from filters
16236 available in `recentf-filter-changer-alist'.
5a8781ad
DP
16237 (recentf-data-cache, recentf-clear-data)
16238 (recentf-update-menu): Remove. All references updated.
16239 (recentf-match-rule-p, recentf-build-dir-rules)
16240 (recentf-filter-changer-goto-next)
16241 (recentf-filter-changer-get-current)
16242 (recentf-filter-changer-get-next): Remove.
16243
30c02925
LT
162442005-12-08 Luc Teirlinck <teirllm@auburn.edu>
16245
16246 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
16247 buffer "Reset" button to "Reset to Current" for consistency with
16248 the State buttons.
16249
1c258d8c
JPW
162502005-12-08 John Paul Wallington <jpw@pobox.com>
16251
16252 * ibuf-ext.el (define-ibuffer-filter filename):
16253 If `dired-directory' is a list then really use its car.
16254
84574cf2
KS
162552005-12-08 Kim F. Storm <storm@cua.dk>
16256
af71d4c0
JB
16257 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16258 Fix indention of text on right side of replaced rectangle.
84574cf2 16259
c48971b2
NR
162602005-12-09 Nick Roberts <nickrob@snap.net.nz>
16261
3d596891 16262 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
c48971b2
NR
16263 No need to check gud-comint-buffer is bound.
16264 (gdb): Prevent multiple debugging when first session uses gdba.
16265
9e04cba1
AM
162662005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16267
16268 CC Mode update to 5.31.
16269
16270 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
55b76f19
KS
16271 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
16272 We might do this function properly in the future).
9e04cba1 16273
55b76f19
KS
16274 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
16275 New macros c-sentence-end and c-default-value-sentence end, to cope
9e04cba1
AM
16276 with Emacs 22's new function `sentence-end'.
16277
162782005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16279
55b76f19 16280 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9e04cba1
AM
16281 compat issue using `c-put-overlay' and `c-delete-overlay'.
16282
55b76f19
KS
16283 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
16284 New compat macros to handle overlays/extents.
9e04cba1
AM
16285
162862005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16287
16288 * progmodes/cc-fix.el: Add definitions of the macros push and pop
1a408ced 16289 (for GNU Emacs 20.4).
9e04cba1
AM
16290
16291 * progmodes/cc-defs.el:
1a408ced 16292 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
9e04cba1 16293
af71d4c0 16294 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9e04cba1
AM
16295 highlighting mechanism so it will work in XEmacs too.
16296
16297 * progmodes/cc-defs.el: Insert c-int-to-char.
16298
16299 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
16300 call to the new macro c-int-to-char. This solves XEmacs's
16301 regarding characters as different from integers.
16302
163032005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16304
55b76f19
KS
16305 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
16306 New internal helper.
9e04cba1
AM
16307
16308 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
16309 construct to make the indirect face lookup work in XEmacs.
16310
16311 (c-cpp-matchers): Append the negation char face to the existing
55b76f19
KS
16312 fontification, so that the cpp face doesn't disappear.
16313 Use `c-make-syntactic-matcher' to avoid negation chars in comments
16314 and strings.
9e04cba1
AM
16315
16316 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
55b76f19 16317 to map to `font-lock-negation-char-face' in emacsen where it exists.
9e04cba1
AM
16318
163192005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16320
16321 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
16322
af71d4c0
JB
16323 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
16324 Rename "c-subword-move-mode" as "c-subword-mode".
9e04cba1
AM
16325
16326 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
16327 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
16328
163292005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16330
16331 * progmodes/cc-mode.el: Added autoload directive for
16332 `c-subword-move-mode' for use in older emacsen.
16333
163342005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16335
16336 * progmodes/cc-mode.el:
1a408ced 16337 (i): Insert a binding for C-c C-backspace into
9e04cba1 16338 c-bind-special-erase-keys which works in TTYs.
1a408ced 16339 (ii): Make sure that when file styles are used, any explicitly
55b76f19
KS
16340 given style variables take priority over those in the style.
16341 Do this by calling `hack-local-variables' a second time.
9e04cba1
AM
16342
16343 * progmodes/cc-vars.el: Add language specific customization
16344 widgets for AWK to c-doc-comment-style, c-require-final-newline
55b76f19
KS
16345 and c-default-style. Add a defcustom for awk-mode-hook.
16346 Give c-syntactic-element and c-syntactic-context doc-strings by
16347 directly setting their `variable-documentation' propery.
16348 This allows Emacs 22.1 to read these with C-h v.
9e04cba1 16349
55b76f19 16350 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
9e04cba1
AM
16351
163522005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16353
16354 * progmodes/cc-fonts.el, cc-vars.el
af71d4c0
JB
16355 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
16356 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9e04cba1
AM
16357 Masatake YAMATO.
16358
16359 (c-doc-comment-style): Made GtkDoc default in C mode.
16360
16361 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
16362 and C-c C-<delete>.
16363
16364 (c-bind-special-erase-keys): New function for use on
16365 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
16366
16367 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
16368 <delete> key behavior in XEmacs according to `delete-forward-p'.
16369 C.f. `c-electric-delete'.
16370
163712005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16372
16373 * progmodes/cc-mode.el: Give c-hungry-backspace and
d50d22f1 16374 c-hungry-delete-forward permanent key bindings.
9e04cba1 16375
55b76f19
KS
16376 * progmodes/cc-cmds.el (c-electric-semi&comma):
16377 Bind c-syntactic-context for calls to "criteria functions", for
9e04cba1
AM
16378 consistency with other calls to user functions.
16379
af71d4c0 16380 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9e04cba1
AM
16381 `current-prefix-arg', since this might be the prefix arg to a
16382 command which calls c-indent-command as a function. Change the
16383 interactive spec from "p" to "P".
16384
16385 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
16386 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
16387 was difficult to understand.
16388
163892005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16390
55b76f19 16391 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9e04cba1
AM
16392 first char of an identifier.
16393
16394 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
16395 +" syntax in C++.
16396
163972005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16398
af71d4c0 16399 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9e04cba1
AM
16400 auto-fill doesn't split a c-comment's last word from a hanging
16401 "*/" when a space is typed between them after fill-column.
16402
16403 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
16404
af71d4c0
JB
16405 * progmodes/cc-styles.el (c-set-style)
16406 (c-setup-paragraph-variables): Abort the command if we're not in a
9e04cba1
AM
16407 CC Mode buffer.
16408
16409 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
16410 with blank comment-prefix, and a blank line as the comment's
16411 second line.
16412
164132005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16414
16415 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
55b76f19 16416 Incorporate the patterns added in the Emacs development branch
9e04cba1
AM
16417 for the new Emacs 22 face `font-lock-negation-char-face'.
16418
16419 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
16420 of "red" since it stands out better in xterms and DOS terminals.
16421
55b76f19
KS
16422 * progmodes/cc-engine.el (c-literal-faces):
16423 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9e04cba1
AM
16424
164252005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16426
16427 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
16428 forcibly enable c-electric-flag.
16429
16430 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
55b76f19
KS
16431 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
16432 after the comment-prefix of a C-style comment will close that comment.
9e04cba1
AM
16433
164342005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16435
af71d4c0 16436 * progmodes/cc-fonts.el (c-basic-matchers-before)
55b76f19 16437 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9e04cba1
AM
16438 in Pike.
16439
16440 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
16441 digraphs.
16442
16443 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
af71d4c0
JB
16444 (c-cpp-message-directives, c-cpp-include-directives)
16445 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
55b76f19 16446 (c-cpp-expr-directives): Introduce new language constants to
9e04cba1
AM
16447 control cpp syntax in a cleaner way.
16448
55b76f19 16449 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9e04cba1
AM
16450
16451 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
16452
af71d4c0
JB
16453 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
16454 (c-multiline-string-start-char): New language constants and
9e04cba1
AM
16455 variables to specify how newlines in string literals work.
16456
16457 (c-font-lock-invalid-string): Use them.
16458
16459 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
16460 unbalanced close brace is entered. Optimization by avoiding going
16461 back over arbitrarily large blocks. Removed hints that this
16462 function only would be relevant/useful in AWK.
16463
16464 (c-electric-brace): Indent syntactically after the cleanups since
16465 lineup functions might do it differently then.
16466
16467 * progmodes/cc-engine.el, cc-langs.el
16468 (c-opt-op-identifier-prefix): New language constant and variable.
16469
af71d4c0
JB
16470 (c-just-after-func-arglist-p, c-after-special-operator-id)
16471 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9e04cba1
AM
16472
16473 * progmodes/cc-align.el, cc-engine.el
16474 (c-after-special-operator-id): New helper to handle C++ operator
16475 identifiers.
16476
af71d4c0
JB
16477 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
16478 (c-guess-basic-syntax): Handle C++ operator identifiers in
9e04cba1
AM
16479 declarations.
16480
55b76f19 16481 * progmodes/cc-langs.el (c-assignment-operators): Add the
9e04cba1
AM
16482 trigraph version of ^= too.
16483
55b76f19 16484 * progmodes/cc-langs.el (c-assignment-operators): Add the
9e04cba1
AM
16485 trigraph version of |= in C++.
16486
55b76f19
KS
16487 * progmodes/cc-fonts.el (c-font-lock-declarators):
16488 Handle `c-decl-hangon-kwds' after the identifier name.
9e04cba1
AM
16489
16490 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
16491 whether an arglist is "nonempty", ignore a comment after the open
55b76f19 16492 paren if it isn't followed by a non-comment token on the same line.
9e04cba1 16493
55b76f19
KS
16494 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
16495 Enable heuristics below the point to cope with classes inside special
9e04cba1
AM
16496 brace lists in Pike.
16497
164982005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16499
16500 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
16501
165022005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16503
16504 * progmodes/cc-guess.el (cc-guess-install): New function to
16505 install an already guessed style in another buffer.
16506
16507 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
16508 sets `inhibit-read-only' - `c-save-buffer-state' should be used
16509 anyway if the change always is undone.
16510
165112005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16512
16513 Implement togglable electricity:
16514
16515 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
16516 saying when it should be used.
16517
16518 * progmodes/cc-engine.el: Add the new buffer-local variable,
16519 c-electric-flag.
16520
16521 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
16522 c-toggle-auto-newline.
16523
16524 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
16525 c-toggle-auto-newline. Remove the binding for
16526 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
16527 c-toggle-electric-state.
16528
16529 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
16530
16531 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
16532 c-\(forward\|backward\)-subword.
16533 (c-update-modeline): Add the new modeline flag `l' for
55b76f19
KS
16534 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
16535 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
16536 Make the old name an alias of the new name.
9e04cba1 16537 (c-toggle-electric-state): New function.
55b76f19 16538 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9e04cba1
AM
16539 Adapt these functions to do electric things only when
16540 c-electric-flag is non-nil.
16541 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
16542 new functions from c-electric-brace.
16543 (c-point-syntax): Add a check for "virtual semicolons" in AWK
16544 mode, so that the tentative extra newline doesn't change the
16545 syntax of the following brace.
af71d4c0 16546 (c-electric-brace): Restructure by extracting the above functions.
9e04cba1
AM
16547 Tidy up the coding somewhat.
16548 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
16549 restructure a bit.
16550
165512005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16552
16553 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
55b76f19 16554 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
9e04cba1
AM
16555
16556 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
55b76f19 16557 (c-submode-indicators): Change name from `c-auto-hungry-string'
9e04cba1
AM
16558 since it's now used to track another submode.
16559
55b76f19 16560 (c-update-modeline): Convert to function and extended to check
9e04cba1
AM
16561 `c-subword-move-mode'.
16562
16563 (c-forward-into-nomenclature, c-backward-into-nomenclature):
55b76f19 16564 Convert to compat aliases for `c-forward-subword' and
9e04cba1
AM
16565 `c-backward-subword'.
16566
16567 * progmodes/cc-subword.el: New functions and minor mode to handle
16568 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16569
af71d4c0
JB
16570 (c-forward-subword, c-backward-subword, c-mark-subword)
16571 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16572 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9e04cba1
AM
16573 Functions corresponding to the standard word handling functions.
16574
16575 (c-subword-move-mode): Minor mode that replaces all the standard
16576 word handling functions with their subword equivalences.
16577
165782005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16579
16580 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16581 entry for one-liner-defun.
16582
16583 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16584 name in its def-edebug-spec.
16585
16586 * progmodes/cc-cmds.el (c-electric-brace): Make the
16587 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
16588 compacts space before a comment, if this will make things fit on
16589 one line.
16590
16591 Introduce an "awk" style, mainly for auto-newline and clean-ups.
16592
1a408ced 16593 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
9e04cba1
AM
16594
16595 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16596 clean-up one-liner-defun.
3d596891 16597
9e04cba1
AM
16598 * progmodes/cc-styles.el: Add the new "awk" style.
16599
16600 * progmodes/cc-vars.el: Add description of one-liner-defun to
16601 c-cleanup-list's doc-string. New user options,
16602 c-max-one-liner-length. In c-default-style, set the default style
16603 for AWK to "awk".
16604
166052005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16606
55b76f19 16607 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9e04cba1
AM
16608 macros inside labels.
16609
55b76f19 16610 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9e04cba1
AM
16611 `c-at-statement-start-p' and `c-at-expression-start-p'.
16612
16613 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16614 error if the mark isn't set.
16615
af71d4c0
JB
16616 * progmodes/cc-engine.el (c-guess-continued-construct)
16617 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9e04cba1
AM
16618 accurately detect functions inside functions.
16619
16620 * progmodes/cc-engine.el (c-at-expression-start-p): New function
16621 like `c-at-statement-start-p' that additionally recognizes commas
16622 and expression parentheses as delimiters.
16623
55b76f19 16624 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9e04cba1 16625 to avoid heuristics that doesn't work for unclosed blocks.
9e04cba1
AM
16626 (c-at-statement-start-p): New function.
16627
16628 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16629 Objective-C directives, e.g. directives spanning lines should work
16630 reasonably well now.
16631
16632 (c-put-c-type-property, c-clear-c-type-property): New helpers.
16633
16634 (c-forward-objc-directive): New function to move over any ObjC
16635 directive.
16636
af71d4c0
JB
16637 (c-just-after-func-arglist-p, c-guess-basic-syntax)
16638 (c-basic-matchers-before): Use it.
9e04cba1 16639
55b76f19 16640 (c-font-lock-objc-iip-decl): Remove.
9e04cba1
AM
16641
16642 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16643 in the template arglist recognition.
16644
55b76f19 16645 * progmodes/cc-styles.el (c-style-alist): Fix several
9e04cba1
AM
16646 inconsistencies in the Whitesmith style.
16647
af71d4c0
JB
16648 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16649 New lineup function to get lines after Whitesmith style blocks
9e04cba1
AM
16650 correctly indented.
16651
55b76f19 16652 (c-lineup-whitesmith-in-block): Back out the compensation for
9e04cba1
AM
16653 opening parens since it's done using `add' lists in the style
16654 definition instead. Don't use the anchor position since it varies
16655 too much between the syntactic symbols. :P
16656
55b76f19 16657 * progmodes/cc-vars.el (c-valid-offset): Update.
9e04cba1 16658
55b76f19 16659 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9e04cba1 16660 lists where the offsets are combined according to several
55b76f19
KS
16661 different methods: `first', `min', `max', and `add'.
16662 Report offset evaluation errors with `c-benign-error' so that some kind
9e04cba1
AM
16663 of reindentation still is done.
16664
55b76f19
KS
16665 * progmodes/cc-engine.el (c-guess-basic-syntax):
16666 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9e04cba1
AM
16667 `arglist-close'.
16668
55b76f19 16669 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9e04cba1
AM
16670 situations for `arglist-cont-nonempty' and `arglist-close'.
16671
55b76f19 16672 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9e04cba1
AM
16673
16674 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16675 cc-bytecomp-boundp' in a number of places.
16676
55b76f19 16677 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9e04cba1
AM
16678 macro related issue.
16679
166802005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16681
16682 * progmodes/cc-awk.el: Change the terminology of regexps: A char
55b76f19
KS
16683 list is now [asdf], a char class [:alpha:].
16684 Include code for char classes.
16685 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
16686 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9e04cba1
AM
16687
16688 Remove (nearly all of) the cruft associated with AWK Mode's former
16689 concept of "virtual semicolons":
16690
16691 Adapt c-beginning-of-statement, c-end-of-statement (together with
16692 subfunctions) to use the new notion of "virtual semicolon" in
16693 place of the old awkward special handling for AWK. There remains
16694 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16695 * progmodes/cc-cmds.el:
16696 (c-ascertain-adjacent-literal): In the backwards direction, now
16697 recognises AWK regexp delimiters as string delimiters.
16698 (c-after-statement-terminator-p): Adapt for virtual semicolons;
16699 check more rigorously for "end of macro".
16700 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16701 virtual semicolons;
16702 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16703 out the code for forward movement into ...
16704 (c-end-of-statement): Now contains the code for forward movement,
16705 adapted for virtual semicolons.
16706
16707 * progmodes/cc-engine.el:
af71d4c0 16708 (c-ws*-string-limit-regexp): New regexp.
9e04cba1
AM
16709 (c-forward-single-comment, c-backward-single-comment): Comment out
16710 the (now redundant) "special" AWK stuff.
16711
16712 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16713 c-string-par-start, c-string-par-separate to be more like Text
16714 Mode than Fundamental Mode.
16715
167162005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16717
16718 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16719 to the fontified region so that fontification doesn't occur
af71d4c0
JB
16720 outside it (could happen e.g. when fontifying a line with an
16721 unfinished declaration).
9e04cba1
AM
16722
167232005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16724
55b76f19
KS
16725 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16726 start of the file. ^L now separate sections of the file.
1a408ced 16727 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
55b76f19
KS
16728 (c-awk-one-line-possibly-open-string-re)
16729 (c-awk-regexp-one-line-possibly-open-char-class-re)
16730 (c-awk-one-line-possibly-open-regexp-re)
16731 (c-awk-one-line-non-syn-ws*-re): New defonsts.
16732 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9e04cba1
AM
16733
16734 Amend the concept of "virtual semicolons" (in the indentation
16735 engine) for languages like AWK, such that they are now
16736 conceptually attached to end of the last token of a statement, not
16737 the end of the line. (In AWK Mode, however, the pertinent text
16738 property is still physically set on the EOL.) Remove the specific
16739 tests for awk-mode, thus facilitating the introduction of other
55b76f19
KS
16740 language modes where EOLs can end statements.
16741 (Note: The funtionality in cc-cmds.el, specifically
9e04cba1
AM
16742 c-beginning/end-of-statement has yet to be amended.)
16743
55b76f19
KS
16744 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16745 New macros.
9e04cba1
AM
16746
16747 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16748 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
16749 c-vsemi-status-unknown-p-fn (in a new page).
16750
16751 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16752 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16753 numerous awkward forms like
16754 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
55b76f19
KS
16755 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
16756 variable before-ws-ip, the place just after char-before-ip appears.
9e04cba1
AM
16757
16758 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16759 a comment.
16760
167612005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16762
55b76f19 16763 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9e04cba1
AM
16764 `c-tentative-buffer-changes'.
16765
55b76f19
KS
16766 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16767 convert to macro to choose between Emacs and XEmacs at compile time.
9e04cba1 16768
55b76f19 16769 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9e04cba1
AM
16770
16771 (c-tentative-buffer-changes): New macro to handle temporary buffer
16772 changes in a convenient way.
16773
16774 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16775 for `c-tentative-buffer-changes'.
16776
55b76f19 16777 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9e04cba1
AM
16778 the checks for paren sexps between the point and the keyword, to
16779 avoid some false alarms.
16780
16781 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16782 Fixed a situation where an error could be thrown for unbalanced
16783 parens. Changed to make use of c-keyword-member' to avoid some
16784 repeated regexp matches.
16785
55b76f19
KS
16786 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16787 These language variable are no longer necessary.
9e04cba1
AM
16788
16789 (c-block-stmt-kwds): New language constant used by
16790 c-looking-at-inexpr-block'.
16791
55b76f19 16792 (c-guess-basic-syntax): Remove an optional check that looked at
9e04cba1
AM
16793 the existence of the now removed language variables.
16794
55b76f19
KS
16795 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16796 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9e04cba1
AM
16797 object instantiation expressions as declarations in some contexts.
16798 This bug only affected languages where the declarator can't be
16799 enclosed in parentheses.
16800
55b76f19 16801 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9e04cba1
AM
16802 insert newlines before and after substatement braces.
16803
16804 * progmodes/cc-engine.el: Improved the heuristics for recognizing
16805 function declaration headers and the handling of C++ style member
16806 init lists.
16807
16808 (c-just-after-func-arglist-p): Rewritten to use
16809 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
16810
55b76f19 16811 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9e04cba1 16812
55b76f19
KS
16813 (c-guess-basic-syntax): Adapt case 5B for the new
16814 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
16815 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9e04cba1
AM
16816 covers all cases now).
16817
55b76f19 16818 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9e04cba1
AM
16819
168202005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16821
16822 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16823 c-string-par-start/separate c-sentence-end-with-esc-eol,
16824 initialised in c-setup-paragraph-variables, used in string
16825 scanning subroutines of c-beginning-of-statement.
16826
af71d4c0 16827 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9e04cba1
AM
16828 which precedes the newly inserted `{'.
16829
168302005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16831
16832 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16833 function for declaration level blocks. It should now cope with
16834 templates better and also be a lot more comprehensible.
16835
16836 (c-looking-at-decl-block): The new function.
16837
16838 (c-search-uplist-for-classkey): The old one. It's now a wrapper
16839 for compatibility.
16840
55b76f19
KS
16841 (c-add-class-syntax, c-guess-continued-construct)
16842 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9e04cba1 16843
55b76f19 16844 (c-decl-block-key): Change to tell apart ambiguous and
9e04cba1
AM
16845 unambiguous keywords. Pike specials are now handled directly in
16846 the code instead.
16847
55b76f19
KS
16848 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16849 New language constants and variables to make the backward skip in
9e04cba1
AM
16850 `c-looking-at-decl-block' as tight as possible.
16851
16852 (c-nonsymbol-token-char-list): New language constant.
16853
16854 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16855 find balanced template arglists backwards.
16856
16857 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16858 making char classes for `c-syntactic-skip-backward'.
16859
55b76f19 16860 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9e04cba1
AM
16861 16D - can't be a class-close at that point.
16862
af71d4c0
JB
16863 * progmodes/cc-engine.el (c-guess-basic-syntax)
16864 (c-add-class-syntax): Don't narrow out the enclosing declaration
9e04cba1
AM
16865 level. This makes everything a lot easier, and it was actually
16866 only four small places that needed it to work. Some places that
16867 previously did `widen' are removed now, which has the effect that
16868 `c-guess-basic-syntax' never will look at things outside the
16869 current narrowment now. The anchor position for `topmost-intro'
16870 is affected by this, but it was so bogus it was basically useless
55b76f19 16871 before, and now it's equally bogus but in a slightly different way.
9e04cba1
AM
16872
16873 (c-narrow-out-enclosing-class): Gone.
16874
16875 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16876 the narrowed region.
16877
55b76f19 16878 (c-least-enclosing-brace): Remove silly optional argument.
9e04cba1 16879
55b76f19 16880 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9e04cba1
AM
16881 the point could be left directly after an open paren when finding
16882 the beginning of the first decl in the block.
16883
16884 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16885 Specify which submatch to use.
16886
119f6f17 16887 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9e04cba1 16888
af71d4c0 16889 (c-decl-start-re): No longer any need for special treatment of
9e04cba1
AM
16890 ObjC due to the above.
16891
16892 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16893 presumably follows C in that regard.
16894
16895 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16896 New language constants to specify operator tokens inside
16897 identifiers in a more high level way.
16898
16899 (c-opt-identifier-prefix-key): New internal language constant.
16900
af71d4c0
JB
16901 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16902 (c-identifier-start, c-identifier-key): Now completely calculated
9e04cba1
AM
16903 from other constants.
16904
55b76f19 16905 (c-identifier-last-sym-match): Decommission since it's no longer used.
9e04cba1 16906
55b76f19 16907 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
9e04cba1 16908
55b76f19 16909 * progmodes/cc-engine.el (c-forward-name): Remove the
9e04cba1
AM
16910 optimization when c-identifier-key is equal to c-symbol-key since
16911 it doesn't work in byte compiled files. Don't record empty
16912 regions as identifiers.
16913
16914 * progmodes/cc-langs.el (c-filter-ops): New helper function to
16915 simplify access to `c-operators' and its likes.
16916
af71d4c0
JB
16917 (c-operator-list, c-all-op-syntax-tokens)
16918 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16919 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16920 (c-primary-expr-regexp, c-cast-parens): Use it.
9e04cba1
AM
16921
16922 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16923 an explicit language in functions.
16924
55b76f19 16925 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9e04cba1
AM
16926 variant of adornment.
16927
55b76f19 16928 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9e04cba1
AM
16929 variable.
16930
55b76f19 16931 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9e04cba1
AM
16932 the Pike value.
16933
af71d4c0
JB
16934 * progmodes/cc-engine.el (c-on-identifier)
16935 (c-simple-skip-symbol-backward): Small fix for handling "-"
9e04cba1
AM
16936 correctly in `skip-chars-backward'. Affected the operator lfun
16937 syntax in Pike.
16938
55b76f19 16939 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9e04cba1
AM
16940 diagnostic message about precompiled language vars not being used.
16941
16942 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16943 "__attribute__" is followed by a parenthesis.
16944
af71d4c0
JB
16945 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16946 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9e04cba1
AM
16947 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16948
55b76f19
KS
16949 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16950 Internal cleanups to properly detect the declared identifiers in
16951 various declarations.
9e04cba1
AM
16952
16953 (c-decl-start-kwds): New language constant to recognize
16954 declarations that can start anywhere. Used for class declarations
16955 in Pike.
16956
af71d4c0
JB
16957 (c-specifier-key, c-not-decl-init-keywords)
16958 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16959 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9e04cba1 16960
af71d4c0 16961 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
55b76f19 16962 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9e04cba1
AM
16963 handling of the compiler specific extension keywords into a new
16964 language constant `c-decl-hangon-kwds' that defines keyword
16965 clauses to be ignored in declarations.
16966
16967 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16968 past unrecognized tokens when handling `c-colon-type-list-kwds'.
16969 Necessary to stop at the declared identifier in e.g. IDL valuetype
16970 declarations.
16971
af71d4c0
JB
16972 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16973 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16974 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16975 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9e04cba1
AM
16976 class and enum declarations as such and not as part of the type.
16977
55b76f19
KS
16978 (c-forward-decl-or-cast-1, c-forward-label): Relax the
16979 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9e04cba1
AM
16980
16981 (c-forward-decl-or-cast-1): Don't disregard sure signs of
16982 declarations when there's some syntax error later on.
16983
16984 (c-complex-decl-matchers): Did away with a reference to
16985 `c-specifier-key'.
16986
16987 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16988 value - this variable is always dynamically bound.
16989
af71d4c0
JB
16990 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16991 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
55b76f19 16992 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9e04cba1
AM
16993 functions that might do hidden buffer changes: All such internal
16994 functions are now marked instead of those that don't.
16995
af71d4c0
JB
16996 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16997 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16998 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16999 (c-literal-type): Allow these functions to make hidden buffer changes,
9e04cba1
AM
17000 so that they are free to use text property caching later on.
17001
af71d4c0
JB
17002 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
17003 (c-electric-brace, c-electric-slash, c-electric-star)
17004 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
17005 (c-electric-paren, c-electric-continued-statement, c-indent-command)
17006 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
55b76f19 17007 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9e04cba1
AM
17008 with the changed semantics of the functions above.
17009
55b76f19 17010 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9e04cba1
AM
17011 when macros occur in obscure places. Optimized the sexp movement
17012 a bit.
17013
170142005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17015
17016 Enhancements for c-beginning-of-statement to work in AWK Mode:
17017
17018 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
17019 (completed statement) with `}' (statement completed by closing
17020 brace or semicolon) and `$' (statement completed by EOL).
17021
af71d4c0
JB
17022 (c-awk-virtual-semicolon-ends-prev-line-p)
17023 (c-awk-virtual-semicolon-ends-line-p)
17024 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
17025 (c-awk-at-statement-end-p): New functions.
9e04cba1
AM
17026
17027 * progmodes/cc-cmds.el: Simplify the structure of functions
17028 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
17029 two functions and c-beginning-of-statement to handle AWK Mode.
17030
17031 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
17032 c-backward-single-comment for AWK mode. Attempt to clarify their
17033 doc-strings.
17034
17035 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
17036
170372005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17038
17039 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
17040 label handling. Labels are now recognized in a uniform and more
17041 robust way, regardless of context. Text properties are put on all
55b76f19
KS
17042 labels to recognize the following declarations better.
17043 Multiword labels are handled both in indentation and fontification for
17044 the benefit of language extensions like Qt. For consistency, keywords
17045 in labels are now fontified with the label face instead.
17046 That also applies to "case" and "default".
9e04cba1 17047
55b76f19 17048 (c-beginning-of-statement-1): Fix some bugs in the label
9e04cba1
AM
17049 handling. Disregard `c-nonlabel-token-key' in labels that begin
17050 with `c-label-kwds'.
17051
17052 (c-find-decl-spots): Support that the callback adds more
17053 `c-decl-end' spots to find.
17054
17055 (c-forward-decl-or-cast-1): Don't treat a list of plain
17056 identifiers followed by a colon as a declaration.
17057
17058 (c-forward-label): New function to recognize labels.
17059
55b76f19 17060 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9e04cba1
AM
17061 `c-forward-label'. Moved the label recognition cases (14 and 15)
17062 earlier since they aren't so context sensitive now. Handle labels
17063 on the top level gracefully. Moved access label recognition to
17064 the generic label case (CASE 15) - removed CASE 5E.
17065
55b76f19 17066 (c-font-lock-declarations): Add recognition of labels in the
9e04cba1
AM
17067 same round since we need to handle labels in parallell with other
17068 declarations to recognize both accurately. It should also improve
17069 speed.
17070
55b76f19
KS
17071 (c-simple-decl-matchers, c-basic-matchers-after):
17072 Move `c-font-lock-labels' so that it only is used on decoration level 2
9e04cba1
AM
17073 since `c-font-lock-declarations' handles it otherwise.
17074
55b76f19 17075 (c-complex-decl-matchers): Remove the simplistic recognition of
9e04cba1
AM
17076 access labels.
17077
55b76f19 17078 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9e04cba1
AM
17079 with labels earlier.
17080
17081 (c-decl-start-re): New language variable to make
17082 `c-font-lock-declarations' stop for the special protection labels
119f6f17 17083 in Objective-C that start with `@'.
9e04cba1 17084
55b76f19 17085 (c-label-key): Remove since it's no longer used.
9e04cba1
AM
17086
17087 (c-recognize-colon-labels, c-label-prefix-re): New language
55b76f19 17088 constants to support recognition of generic colon-terminated labels.
9e04cba1
AM
17089
17090 (c-type-decl-end-used): `c-decl-end' is now used whenever there
17091 are colon terminated labels.
17092
55b76f19 17093 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9e04cba1
AM
17094 first argument starts with a special brace list.
17095
af71d4c0 17096 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
55b76f19 17097 (c-font-lock-declarations): Break out the declaration and cast
9e04cba1
AM
17098 recognition from `c-font-lock-declarations' to a new function, so
17099 that it can be used in the indentation engine.
17100
55b76f19 17101 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9e04cba1
AM
17102 up to the start of the literal. Fixed bug with the point on the
17103 wrong side of the search limit that could happen when the start
17104 position is inside a literal.
17105
af71d4c0 17106 * progmodes/cc-engine.el (c-parse-state)
55b76f19 17107 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9e04cba1
AM
17108 so that it's kept a little bit back to increase the hit rate.
17109
55b76f19 17110 (c-parse-state): Change the macro handling and fixed some
9e04cba1
AM
17111 glitches. Macro context is checked more often than necessary now,
17112 but otoh less garbage conses are generated.
17113
af71d4c0
JB
17114 * progmodes/cc-engine.el (c-parse-state)
17115 (c-invalidate-state-cache): Cache the last position where
9e04cba1 17116 `c-state-cache' applies. This can speed up refontification quite
55b76f19 17117 a bit in blocks where there are many non-brace parens before the point.
9e04cba1
AM
17118
17119 (c-state-cache-end): New variable for this.
17120
55b76f19 17121 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9e04cba1
AM
17122 cache variable.
17123
17124 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
17125 get close initial continue positions when the start position is
17126 inside a literal or macro. Do not call the callback for spots
17127 before the start position (which can happen e.g. for `c-decl-end'
17128 spots inside comments). Optimize better in special cases when the
17129 region is a single line inside a literal or macro (typically when
17130 the current line is refontified).
17131
55b76f19 17132 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9e04cba1
AM
17133 to `c-add-stmt-syntax' - there's no need to explicitly whack off
17134 entries from the paren state.
17135
55b76f19 17136 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9e04cba1
AM
17137 special case for "else if" clauses.
17138
af71d4c0
JB
17139 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
17140 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9e04cba1 17141
55b76f19
KS
17142 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
17143 New language variable to recognize the gcc extension with statement
9e04cba1
AM
17144 blocks inside expressions.
17145
55b76f19 17146 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9e04cba1
AM
17147 it somewhat more comprehensible. The argument AT-BLOCK-START is
17148 no longer used and hence removed.
17149
55b76f19 17150 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9e04cba1
AM
17151 to `c-add-stmt-syntax'.
17152
55b76f19
KS
17153 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
17154 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9e04cba1
AM
17155 This fixes bogus label recognition.
17156
af71d4c0 17157 * progmodes/cc-engine.el (c-add-type, c-check-type)
55b76f19 17158 (c-forward-name, c-forward-type): Improve storage of template
9e04cba1
AM
17159 types in `c-found-types' so that they can be recognized better.
17160
55b76f19 17161 (c-syntactic-content): Add option to skip past nested parens.
9e04cba1 17162
55b76f19
KS
17163 * progmodes/cc-engine.el (c-forward-name):
17164 Set `c-last-identifier-range' all the time. It's less work that way.
9e04cba1
AM
17165 Handle that there might not be an identifier to store in
17166 `c-last-identifier-range'.
17167
17168 (c-forward-type): Handle that `c-last-identifier-range' might be
17169 nil from `c-forward-name'.
17170
af71d4c0 17171 * progmodes/cc-defs.el (c-safe-scan-lists)
55b76f19 17172 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9e04cba1
AM
17173
17174 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
17175 to work even if the form fails.
17176
17177 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
17178 down in a large file in one go.
17179
55b76f19 17180 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9e04cba1
AM
17181
17182 * progmodes/cc-align.el (c-lineup-assignments): New lineup
17183 function which is like `c-lineup-math' but returns nil instead of
17184 `c-basic-offset' when it doesn't match.
17185
55b76f19 17186 (c-lineup-math): Change to use `c-lineup-assignments'.
9e04cba1
AM
17187
171882005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17189
17190 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
17191 c-beginning-of-statement. New subfunctions
17192 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
17193
171942005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17195
17196 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
17197 hardcoded char classes whereever possible. Changed a couple of
17198 places to use skip by syntax instead of skip by char class.
17199
17200 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
55b76f19 17201 Fix a bug in the regexp that caused extreme backtracking.
9e04cba1 17202
af71d4c0
JB
17203 * progmodes/cc-langs.el (c-block-comment-starter)
17204 (c-block-comment-ender): New language constants to specify in a
9e04cba1
AM
17205 single place how block comments look.
17206
af71d4c0
JB
17207 (c-comment-start-regexp, c-block-comment-start-regexp)
17208 (comment-start, comment-end, comment-start-skip)
17209 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
17210 (c-syntactic-ws, c-nonempty-syntactic-ws)
17211 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9e04cba1
AM
17212 `c-line-comment-starter', `c-block-comment-starter' and
17213 `c-block-comment-ender'.
17214
af71d4c0
JB
17215 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
17216 New language constants to break up things a bit.
9e04cba1
AM
17217
17218 (c-simple-ws): New language constant for simple whitespace.
17219
55b76f19 17220 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9e04cba1 17221
55b76f19 17222 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9e04cba1
AM
17223 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
17224 newlines. Allow and ignore nil elements in the list.
17225
172262005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17227
17228 * progmodes/cc-cmds.el: Comment out a (n almost certainly
55b76f19 17229 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9e04cba1
AM
17230
17231 * progmodes/cc-cmds.el: Tidy up the comments in
17232 c-beginning-of-statement and subfunctions.
17233
17234 * progmodes/cc-awk.el: Replace calls to put-text-property to the
17235 more flexible c-put-char-property and c-clear-char-properties.
17236 Add the author's email address.
17237
55b76f19 17238 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9e04cba1
AM
17239
17240 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
17241 closing "*/" of a block comment.
17242
17243 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
17244 subfunctions) so that it works at BOB and EOB.
17245
17246 * progmodes/cc-cmds.el, cc-vars.el: More updating of
17247 c-beginning-of-statement, including new variable
17248 c-block-comment-start-regexp.
17249
172502005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17251
17252 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
17253 symbols from `*-font-lock-extra-types' so that there's no need to
17254 use `regexp-opt' on those lists.
17255
17256 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
17257 `c-type-modifier-kwds' is empty.
17258
17259 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
17260 there are several strings on the same line.
17261
55b76f19 17262 * progmodes/cc-engine.el (c-literal-limits): Remove the
9e04cba1
AM
17263 compatibility function for older emacsen. `c-literal-limits-fast'
17264 has now taken the place of this function.
17265
55b76f19 17266 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
119f6f17 17267 with older emacsen: We now require `pps-extended-state'.
9e04cba1
AM
17268
172692005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17270
17271 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
17272 which obviates the need to hack sentence-end. This now handles
17273 escaped newlines in strings correctly. Correct minor bugs in
17274 c-move-over-sentence and in c-beginning-of-statement.
17275
17276 * progmodes/cc-cmds.el (c-beginning-of-statement (and
17277 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
17278 that movement over macros and code are rigorously separated from
17279 eachother. Correct a few incidental bugs.
17280
17281 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
55b76f19 17282 Improve its doc-string. Improve the handling of certain specific cases.
9e04cba1
AM
17283
172842005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17285
17286 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
55b76f19 17287 (c-guess-basic-syntax): Change the way class-level labels are
9e04cba1
AM
17288 recognized; they can now contain essentially any symbols.
17289
17290 (c-opt-extra-label-key): New language variable to cope with the
17291 special protection label syntax in Objective-C.
17292
55b76f19 17293 (c-opt-access-key): Remove; this is now handled better by
9e04cba1
AM
17294 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
17295
17296 (c-complex-decl-matchers): Update to handle that
17297 `c-opt-access-key' no longer exists.
17298
17299 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
17300 improved label recognition in `c-beginning-of-statement-1'.
17301
17302 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
17303 Recognize bitfields better.
17304
17305 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
55b76f19 17306 Remove some cruft and fixed a bug that could cause it to go to a
9e04cba1
AM
17307 position further down.
17308
17309 * progmodes/cc-langs.el, cc-engine.el
55b76f19 17310 (c-beginning-of-statement-1): Improve detection of labels in
9e04cba1
AM
17311 declaration contexts.
17312
17313 (c-beginning-of-decl-1): Use it.
17314
17315 (c-nonlabel-token-key): New language constant and variable needed
17316 by `c-beginning-of-statement-1'.
17317
55b76f19 17318 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9e04cba1
AM
17319 manifested itself due to the correction in `c-forward-sexp'.
17320
55b76f19
KS
17321 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
17322 Make these behave as documented when used at the buffer limits.
9e04cba1
AM
17323
17324 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
17325 (c-type-decl-end-used): Made this a language variable.
17326
17327 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
17328 correctly when `combine-after-change-calls' is used together with
17329 temporary narrowings.
17330
55b76f19
KS
17331 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17332 Report labels correctly when the start point is immediately after the
9e04cba1
AM
17333 colon.
17334
55b76f19
KS
17335 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
17336 Remove since it isn't used anymore.
9e04cba1
AM
17337
17338 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
17339 bracket arglists such as template parens in C++.
17340
55b76f19 17341 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9e04cba1
AM
17342 in the last check-in. Some optimization.
17343
55b76f19 17344 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9e04cba1
AM
17345 where it could stop at the same level in a preceding sexp when
17346 PAREN-LEVEL is set.
17347
17348 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
17349 text property lookup only when it's needed.
17350
17351 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
55b76f19 17352 Change the policy for paren marked angle brackets to be more
9e04cba1
AM
17353 persistent; once marked they remain marked even when they're found
17354 to be unbalanced in the searched region. This should keep the
17355 paren syntax around even when individual lines are refontified in
17356 multiline template arglists.
17357
17358 (c-parse-and-markup-<>-arglists): New dynamically bound variable
17359 to control markup so that incorrect angle bracket arglists aren't
17360 marked in contexts where the correct value for
17361 `c-disallow-comma-in-<>-arglists' isn't known.
17362
17363 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
17364 argument has become `c-parse-and-markup-<>-arglists'.
17365
55b76f19 17366 (c-remove-<>-arglist-properties): Remove - no longer used.
9e04cba1
AM
17367
17368 (c-after-change-check-<>-operators): New function used on
17369 `after-change-functions' to avoid that "<" and ">" characters that
17370 are part of longer operators have paren syntax.
17371
17372 (c-<>-multichar-token-regexp): New language variable used by
17373 `c-after-change-check-<>-operators'.
17374
17375 (c-after-change): Call `c-after-change-check-<>-operators'.
17376
17377 (c-font-lock-<>-arglists): Use the context properties set by
55b76f19
KS
17378 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
17379 correctly to avoid doing invalid markup.
9e04cba1 17380
55b76f19 17381 (c-font-lock-declarations): Remove code that undoes the invalid
9e04cba1
AM
17382 markup done by `c-font-lock-<>-arglists'.
17383
17384 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
17385 after `c-font-lock-declarations'.
17386
55b76f19
KS
17387 * progmodes/cc-engine.el (c-syntactic-skip-backward):
17388 Add paren-level feature.
9e04cba1 17389
55b76f19 17390 (c-guess-basic-syntax): Improve the anchor position for
9e04cba1
AM
17391 `template-args-cont' in nested template arglists. There's still
17392 much to be desired in this area, though.
17393
173942005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17395
17396 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
55b76f19 17397 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9e04cba1
AM
17398
173992005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17400
17401 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
af71d4c0 17402 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9e04cba1
AM
17403
17404 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
17405 it doesn't work no longer are supported.
17406
af71d4c0
JB
17407 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
17408 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9e04cba1
AM
17409 requires support for the syntax-table' text property, which rules
17410 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
17411 cruft associated with those versions.
17412
17413 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
17414 for the `syntax-table' text property, which rules out Emacs 19 and
17415 XEmacs < 21.4. Removed various compatibility cruft associated
17416 with those versions.
17417
17418 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
17419 support for the `syntax-table' text property.
17420
17421 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
17422 variable and use an extra quoted face name instead. All the
17423 emacsen flavors handle that correctly.
17424
af71d4c0
JB
17425 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
17426 (c-font-lock-declarators, c-font-lock-declarations)
17427 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9e04cba1
AM
17428 property to mark the items in in declarator lists to handle
17429 refontification inside multiline declarations better.
17430
17431 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
17432 construct like "a * b = c;" as a declaration.
17433
3dd63dc3
KS
174342005-12-08 Kim F. Storm <storm@cua.dk>
17435
55b76f19 17436 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
3d596891
KS
17437 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
17438 select either meta, hyper, or super modifier for rectangle commands.
17439 (cua--rectangle-modifier-key): New defvar.
119f6f17 17440 (cua--M/H-key): Use it. Remove special case for `space'.
3d596891
KS
17441 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
17442 on X, to meta otherwise. Always bind C-return to toggle
119f6f17 17443 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
3d596891 17444
55b76f19
KS
17445 * emulation/cua-rect.el (cua-help-for-rectangle):
17446 Use cua--rectangle-modifier-key. Handle super modifier too.
3d596891 17447 (cua--init-rectangles): Always bind C-return to toggle rectangle.
119f6f17 17448 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
3d596891 17449
ad668f10
KS
17450 * ido.el: Move Acknowledgements and History after Commentary.
17451 Minor changes to Commentary.
17452
3dd63dc3 17453 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
119f6f17 17454 keymap if cua--prefix-override-timer is `shift'.
3dd63dc3
KS
17455 (cua--shift-control-prefix): New function; emulate "type prefix
17456 key twice" functionality to handle shifted prefix key override.
55b76f19
KS
17457 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
17458 New commands.
3dd63dc3
KS
17459 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
17460
9992b124
CD
174612005-12-08 Carsten Dominik <dominik@science.uva.nl>
17462
30c02925 17463 * textmodes/org.el (org-insert-heading): Try to do items before
9992b124
CD
17464 headings.
17465 (org-agenda-mode): Quote `org-agenda-mode-hook'.
17466 (org-insert-item): New function.
17467 (org-renumber-ordered-list): Don't skip to higher level lists.
17468
3f30c272
JL
174692005-12-08 Juri Linkov <juri@jurta.org>
17470
17471 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
17472
17473 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
17474
17475 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
17476
17477 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
17478 the constructed function name fun-1.
17479
17480 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
17481 because such links don't lead to parent documentation.
17482
086c5b2b
KH
174832005-12-08 Kenichi Handa <handa@m17n.org>
17484
17485 * descr-text.el (describe-char): Use *Help-2* buffer if the
17486 current buffer is *Help*. Call describe-text-properties while
17487 setting the original buffer.
17488
4af6c011
BW
174892005-12-07 Bill Wohler <wohler@newt.com>
17490
af71d4c0 17491 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
4af6c011
BW
17492 and causes problems with non-MH users (such as Gnus users).
17493
a25e15ea
NR
174942005-12-08 Nick Roberts <nickrob@snap.net.nz>
17495
17496 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
17497 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
17498 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
17499 command "info sources". Move calls to GDB command "list".
17500 (gdb-find-file-hook): Just use gdb-source-file-list.
17501 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
17502 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
17503 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
17504 (gdb-data-list-register-values-handler): Use correct trigger name.
17505
b89a8e1a
KS
175062005-12-07 Kim F. Storm <storm@cua.dk>
17507
af71d4c0 17508 * ido.el (ido-completion-map): Rename from ido-mode-map.
b89a8e1a
KS
17509 (ido-common-completion-map, ido-file-completion-map)
17510 (ido-file-dir-completion-map, ido-buffer-completion-map):
af71d4c0
JB
17511 Rename from ido-mode-....-map.
17512 (ido-init-completion-maps): Rename from ido-init-mode-maps.
17513 (ido-setup-completion-map): Rename from ido-define-mode-map.
b89a8e1a
KS
17514 (ido-read-internal): Bind minibuffer-local-filename-completion-map
17515 to ido-completion-map.
17516
735b7c87
KH
175172005-12-07 Kenichi Handa <handa@m17n.org>
17518
17519 * international/mule-cmds.el
17520 (set-display-table-and-terminal-coding-system): If the coding
17521 system specified in `unibyte-display' property is different from
17522 the arg coding-system, don't setup standard-display-table.
17523
6a6e859a
SM
175242005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17525
17526 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
17527 that comments end at \n, regardless of selective-display.
17528
7a96cae6
NR
175292005-12-07 Nick Roberts <nickrob@snap.net.nz>
17530
17531 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
17532 (gdb-version): New variables.
17533 (gdb-source-file-list, gdb-register-names)
17534 (gdb-changed-registers): New variables for use with GDB 6.4+.
17535 (gdb-ann3): Replace with...
17536 (gdb-init-1, gdb-init-2): ...two new functions.
17537 (gdba, gdb-prompt): Call gdb-init-1.
17538 (gdb-get-version): New function. Call gdb-init-2 from here.
17539 (gud-watch): Make it work with mouse events too.
17540 (gdb-post-prompt): Don't add to queue until GDB version is known.
17541 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
17542 (gdb-locals-mode): Use gdb-version.
17543 (gdb-memory-format-map, gdb-memory-unit-map)
17544 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
17545 (gdb-locals-font-lock-keywords-1)
17546 (gdb-locals-font-lock-keywords-2): New variables.
c48971b2 17547 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
7a96cae6
NR
17548 (gdb-set-gud-minor-mode-existing-buffers-1)
17549 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
17550 (gdb-var-update-1, gdb-var-update-handler-1)
17551 (gdb-data-list-register-values-handler)
17552 (gdb-data-list-register-values-custom)
17553 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6a6e859a
SM
17554 (gdb-stack-list-locals-handler, gdb-get-register-names):
17555 New functions for use with GDB 6.4+.
7a96cae6
NR
17556 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
17557 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
17558 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
17559 (gdb-stack-list-locals-regexp)
17560 (gdb-data-list-register-names-regexp): New regexps for use with
17561 GDB 6.4+.
17562
6277435b
SM
175632005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17564
17565 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
17566
8cedef2e 175672005-12-06 Nozomu Ando <nand@mac.com>
98b537f7
SJ
17568
17569 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17570 prompts work for AUTH PLAIN. Also reported by Steve Allan
17571 <seallan@verizon.net>.
17572
e24f9e5a 175732005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
0dac35b8
KL
17574
17575 * frame.el (set-frame-parameter): Add doc string.
17576
634d5d19
CD
175772005-12-06 Carsten Dominik <dominik@science.uva.nl>
17578
30c02925 17579 * textmodes/org.el (org-occur-highlights): New variable.
6277435b 17580 (org-highlight-new-match, org-remove-occur-highlights): New functions.
634d5d19
CD
17581 (org-highlight-sparse-tree-matches): New option.
17582 (org-do-occur): New function.
17583 (org-get-heading): Make it work also at beginning of line.
17584 (org-category-table): New variable.
17585 (org-get-category-table, org-get-category)
17586 (org-camel-to-words, org-link-search): New functions.
17587 (org-select-this-todo-keyword): New variable.
17588 (org-todo-list): New command.
17589 (org-shiftright, org-shiftleft): New commands.
6277435b 17590 (org-agenda-todo): Add prefix argument.
634d5d19
CD
17591 (org-show-hierarchy-above): New option.
17592 (org-show-todo-tree): Numerical prefix creates tree for specific
17593 TODO keyword.
17594 (org-outline-level): New function, to assign a level to plain
17595 lists items.
17596 (org-cycle-include-plain-lists): New option.
17597 (org-mode): Use `org-outline-level' as value of `outline-level'.
17598 (org-cycle): Temporarily switch `outline-regexp' if
17599 `org-cycle-include-plain-lists' is non-nil.
6277435b 17600 (org-start-icalendar-file): Fix format bug.
634d5d19
CD
17601 (org-agenda-get-day-entries): Create category table.
17602 (org-agenda-get-todos, org-agenda-get-timestamps)
17603 (org-agenda-get-deadlines, org-agenda-get-scheduled)
17604 (org-agenda-get-blocks): Use `org-get-category'.
6277435b 17605 (org-context-in-file-links): Rename from
af71d4c0 17606 `org-line-numbers-in-file-links'.
634d5d19 17607
239f263d
RF
176082005-12-06 Romain Francoise <romain@orebokech.com>
17609
69fc2f2b
RF
17610 * window.el (balance-windows): Delete extraneous third arg in call
17611 to `enlarge-window'.
239f263d 17612
522d8129
KH
176132005-12-06 Kenichi Handa <handa@m17n.org>
17614
17615 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17616
5701678a
NR
176172005-12-06 Nick Roberts <nickrob@snap.net.nz>
17618
17619 * progmodes/gdb-ui.el (gdb-var-create-handler)
17620 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17621 (gdb-var-list-children-handler, gdb-var-update-handler):
17622 Current buffer is already gdb-partial-output-buffer, don't
17623 make it current again.
17624
a9692abf
LT
176252005-12-05 Luc Teirlinck <teirllm@auburn.edu>
17626
17627 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17628 (list-buffers-noselect): Use it.
17629
95fe848e
SM
176302005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
17631
17632 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17633 (mail-yank-ignored-headers): Use regexp-opt.
17634 (mail-mode-map): Move initialization into declaration.
17635 (mail-sent-via): Remove unused shadowed var `to-line'.
17636 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17637 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17638 (mail-do-fcc): Use dolist and push.
17639 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
bb61f0fd 17640 (mail-yank-ignored-headers): Don't autoload.
95fe848e 17641
eec5c8f9
KH
176422005-12-05 Kenichi Handa <handa@m17n.org>
17643
95fe848e 17644 * international/mule-cmds.el (set-language-info-internal): New fun.
eec5c8f9
KH
17645 (set-language-info): Call set-language-info-internal to update
17646 language-info-alist. If LANG-ENV is the current one, call
17647 set-language-environment to make INFO effective now.
17648 (set-language-info-alist): Likewise.
17649 (locale-language-names): With locale "en", use English
17650 lang. env. but set the default codings to iso-8859-1.
17651
d85af294
NR
176522005-12-04 Nick Roberts <nickrob@snap.net.nz>
17653
17654 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17655 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17656 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17657 for plain strings.
17658 (gdb-frames-mode): Remove redundant call to font-lock-mode.
95fe848e
SM
17659 (gdb-all-registers): Rename from toggle-gdb-all-registers.
17660 Create registers buffer if necessary. Echo new state in minibuffer.
17661 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
d85af294 17662
d8fbba22
CY
176632005-12-03 Chong Yidong <cyd@stupidchicken.com>
17664
17665 * info.el (Info-fontify-node): Match external links using
17666 non-directory part of filename.
17667
19437ce5
JL
176682005-12-04 Juri Linkov <juri@jurta.org>
17669
17670 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17671 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
3f30c272
JL
17672 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17673 because there is no customization option for it.
19437ce5
JL
17674
17675 * font-lock.el (lisp-font-lock-keywords-1):
17676 Add define-global-minor-mode.
17677
17678 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17679
17680 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17681 properties on the constructed variable names.
17682
17683 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17684 Put `definition-name' properties on the constructed function names
17685 next-sym and prev-sym.
17686
17687 * emacs-lisp/find-func.el (find-function-regexp):
17688 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
17689 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
17690 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17691 and easy-menu-define.
17692
17693 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17694 easy-mmode-define-global-mode and define-global-minor-mode.
17695 (lisp-imenu-generic-expression): Add define-global-minor-mode.
17696
17697 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17698 instead of easy-mmode-define-global-mode.
17699
17700 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17701 Use define-minor-mode instead of easy-mmode-define-minor-mode.
17702
17703 * cus-edit.el (customize-group, customize-group-other-window):
17704 Filter out autoloaded options from the group completion list by
17705 using heuristics that autoloaded groups don't have `custom-autoload'
17706 property on their symbols (they have only `custom-loads').
17707
17708 * simple.el (completion-setup-function): Put completions-common-part
3f30c272
JL
17709 face on complete completion string too (i.e. completion string
17710 without completions-first-difference face).
19437ce5
JL
17711
17712 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17713
a8e7142c
EZ
177142005-12-03 Eli Zaretskii <eliz@gnu.org>
17715
2f33468c
EZ
17716 * view.el (view-mode): Doc fix.
17717
79019cc9
EZ
17718 * disp-table.el (standard-display-european): Add to the warning
17719 message a reference to the doc string.
17720
7a5ea63f
EZ
17721 * play/yow.el (apropos-zippy): Call print-help-return-message,
17722 similar to other Help and Apropos commands.
17723
a8e7142c
EZ
17724 * help.el (print-help-return-message): If pop-up-frames is
17725 non-nil, set up help-return-method to delete the help window and,
7a5ea63f
EZ
17726 possibly, its frame as well, and don't display message about
17727 scrolling the help window. Doc fix.
a8e7142c
EZ
17728 (help-return-method): Doc fix.
17729
5fed8c15 177302005-12-03 Martin Rudalics <rudalics@gmx.at>
d20a1ebb
EZ
17731
17732 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17733 whereby names of length one or names starting with a
17734 symbol-constituent character would not be returned.
17735
348f73b0 177362005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6273dc68
JPW
17737
17738 * subr.el (atomic-change-group): Add edebug and indentation spec.
17739
21b15ee8
SM
177402005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17741
17742 * completion.el (save-completions-file-name): Fix typo in last change.
17743
348f73b0 177442005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
ed0e3879
JD
17745
17746 * info.el: Move back/forward history to the beginning of the tool bar.
17747
0a79da1b
EZ
177482005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
17749
af71d4c0 17750 * allout.el (eval-when-compile): Remove unnecessary load of cl.
0a79da1b
EZ
17751 Add fset of allout-real-isearch-abort during compile to fix
17752 byte-compilation warnings.
17753 (allout-mode-p): Move definition of this macro above all uses, or
9c92edca 17754 byte compilation in barren Emacs (eg, during Emacs build) will
0a79da1b
EZ
17755 lack the definition.
17756 (allout-mode): Move this variable above any uses, or byte
17757 compilation will fail.
21b15ee8 17758 (allout-resolve-xref): Remove use of personal file-reference function.
0a79da1b 17759 (allout-toggle-current-subtree-encryption): Do the current (ie,
21b15ee8 17760 visible containing) topic, rather than nearest around point. Doc fix.
0a79da1b
EZ
17761 (allout-toggle-subtree-encryption): New function, workhorse that
17762 works on nearest topic containing point.
17763 (allout-encrypt-string): Signal requirement for newer version of pgg.
17764 (allout-resumptions): Doc fix.
17765
eac5c1f6
EZ
177662005-12-02 Eli Zaretskii <eliz@gnu.org>
17767
17768 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17769
27e0edcd
EZ
177702005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
17771
21b15ee8
SM
17772 * textmodes/flyspell.el (flyspell-external-point-words):
17773 Consider a misspelling as found in the string search if: (a) misspelling
27e0edcd
EZ
17774 and found string lengths match, or (b) misspelling is found as
17775 element in a boundary-chars separated longer string, or (c)
17776 ispell-program-name is really ispell and misspelling is found as
17777 part of a TeX string. After successful match move beginning of
17778 search region to end of match. Warn about not found misspellings
17779 once the process is done.
21b15ee8 17780 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
27e0edcd 17781
dcf4db16
NR
177822005-12-02 Nick Roberts <nickrob@snap.net.nz>
17783
17784 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
21b15ee8 17785 tool bar (removed inadvertently).
dcf4db16 17786
e7d42ea7
NR
177872005-12-02 Juri Linkov <juri@jurta.org>
17788
17789 * log-view.el (log-view-diff): Clarify doc string.
17790
3166ee65
BW
177912005-12-01 Bill Wohler <wohler@newt.com>
17792
17793 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17794 triggers lm-verify errors.
17795
94261ba3
LT
177962005-12-01 Luc Teirlinck <teirllm@auburn.edu>
17797
17798 * simple.el (transient-mark-mode, line-number-mode)
21b15ee8 17799 (column-number-mode, size-indication-mode): Remove `:require nil'.
94261ba3 17800
68b38146
NR
178012005-12-01 Nick Roberts <nickrob@snap.net.nz>
17802
17803 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17804 in the margin also.
17805 (gdb-breakpoints-mode-map): Use D instead of d for
17806 gdb-delete-breakpoint.
17807 (gdb-get-frame-number): Require a number to match on.
17808 (gdb-threads-mode-map): Add follow-link binding.
17809
896bd166
JR
178102005-11-30 Jason Rumney <jasonr@gnu.org>
17811
17812 * isearch.el (isearch-mode-map): Avoid exiting search on
17813 language-change event.
17814
8a2c27b9
RF
178152005-11-30 Romain Francoise <romain@orebokech.com>
17816
64db3923
RF
17817 * speedbar.el (speedbar-default-position): New defcustom.
17818 (speedbar-frame-reposition-smartly): Use it.
17819
8a2c27b9 17820 * dframe.el (dframe-reposition-frame-emacs): Fix position
b330c3e9 17821 computation for `left' location.
8a2c27b9
RF
17822 Update copyright year.
17823
33d434cd
SM
178242005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17825
604aa5f0
SM
17826 * help.el (help-map): Move initialization into declaration.
17827
1bddeeed
SM
17828 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17829
33d434cd
SM
17830 * help-fns.el (help-argument-name): Don't autoload.
17831 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17832 to be re-loaded when customizing the `help' group.
17833
24374f5a
JPW
178342005-11-30 John Paul Wallington <jpw@gnu.org>
17835
17836 * help-fns.el (describe-function-1): Fill arglist output.
17837
80cda39a
KS
178382005-11-30 Kim F. Storm <storm@cua.dk>
17839
1a408ced 17840 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
4269a2fd
KS
17841 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17842 after revert-buffer (or anything else which kills all local variables).
17843
80cda39a
KS
17844 * apropos.el (apropos-parse-pattern): Doc fix.
17845 Set apropos-regexp directly, rather than expecting callers to do so.
17846 (apropos-command, apropos, apropos-value, apropos-documentation):
17847 Simplify calls to apropos-parse-pattern.
17848
597767da
CY
178492005-11-29 Chong Yidong <cyd@stupidchicken.com>
17850
17851 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17852 (hi-lock-face-phrase-buffer): Use hi-yellow face.
17853 (hi-lock-write-interactive-patterns): Use comment-region.
17854
15575807
CY
17855 * longlines.el (longlines-mode): Add mail-setup-hook.
17856
17857 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17858
17859 * simple.el (sendmail-user-agent-compose, next-line):
17860 Conditionally use hard-newline.
17861
06e2cc3d
RS
178622005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17863
33d434cd
SM
17864 * international/latexenc.el (latex-inputenc-coding-alist):
17865 Reword doc string.
06e2cc3d 17866
2c30b450
CY
178672005-11-29 Chong Yidong <cyd@stupidchicken.com>
17868
17869 * help.el (describe-key-briefly, describe-key): Recognize default
17870 bindings.
17871
1c0484e2
RF
178722005-11-29 Romain Francoise <romain@orebokech.com>
17873
17874 * view.el (view-inhibit-help-message): New defcustom.
17875 (view-mode-enter): Use it.
17876
59f1b058 178772005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
1c0484e2 17878
4ce3c91a 17879 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
33d434cd 17880 Preserve user position.
1c0484e2 17881
daa7197c
LT
178822005-11-28 Luc Teirlinck <teirllm@auburn.edu>
17883
846e22f8
LT
17884 * font-lock.el: Throw error if facemenu is not loaded to prevent
17885 accidental change of loading order in loadup.el. (Suggested by RMS.)
17886
daa7197c
LT
17887 * loadup.el: Add comment explaining why facemenu must be loaded
17888 before font-lock.
17889
867e8d9a
JB
178902005-11-28 Jay Belanger <belanger@truman.edu>
17891
17892 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17893 (calc-dispatch-map): Add more keys for `calc-same-interface'.
17894
17895 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17896
17897 * calc/calc-embed.el (calc-do-embedded): Update help message.
17898
17899 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17900
cedbd3f0
SM
179012005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17902
21227135
SM
17903 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17904
d9532403
SM
17905 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17906 called-interactively-p.
17907 (elp-profilable-p): Rename from elp-not-profilable-p.
17908 Invert result and take into account macros and autoloaded functions.
17909 (elp-instrument-function): Update call.
17910 (elp-instrument-package): Update call. Add completion.
17911 (elp-pack-number): Use match-string.
17912 (elp-results-jump-to-definition-by-mouse): Merge into
17913 elp-results-jump-to-definition and then remove.
17914 (elp-output-insert-symname): Make help echo text single-line.
17915
cedbd3f0
SM
17916 * replace.el (query-replace-map): Move initialization into declaration.
17917 (occur-engine): Use with-current-buffer.
17918 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17919 (occur-mode-mouse-goto): Replace with an alias.
17920
1f57934c
JL
179212005-11-28 Juri Linkov <juri@jurta.org>
17922
17923 * simple.el (quoted-insert): Let-bind input-method-function to nil.
17924
756bfad5
JL
17925 * term/w32-win.el: Bind [S-tab] to [backtab].
17926
17927 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17928 `Info-find-file' to t.
17929
1f57934c
JL
17930 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17931 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17932 and same-window-regexps.
17933 (occur-next-error): Don't move point for arg 0.
17934
7e1d31d4
CY
179352005-11-28 Chong Yidong <cyd@stupidchicken.com>
17936
17937 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17938
6a99c272
SM
179392005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17940
f7eeab0d
SM
17941 * log-edit.el (log-edit-changelog-use-first): New var.
17942 (log-edit-changelog-ours-p): Use it.
17943 (log-edit-insert-changelog): Set it with new arg `use-first'.
17944 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17945 (log-edit-hook): Add them to the list of suggested options.
17946
6a99c272
SM
17947 * textmodes/flyspell.el (flyspell-last-buffer): New var.
17948 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17949 redundant work.
17950 (flyspell-mode-on): Use add-hook for after-change-functions.
17951 (flyspell-mode-off): Use remove-hook for after-change-functions.
17952 (flyspell-changes): Make it buffer-local.
17953 (flyspell-after-change-function): Make it non-interactive. Use push.
17954 (flyspell-post-command-hook): Check input-pending-p while processing
17955 the potentially long list of buffer changes.
17956
e24f9e5a 179572005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
e99c9ada
KL
17958
17959 * buff-menu.el (list-buffers-noselect): Display the selected
17960 frame's buffer list, not the global one.
17961
17550579
NR
179622005-11-28 Nick Roberts <nickrob@snap.net.nz>
17963
17964 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17965 that (list last-input-event) works as in interactive spec.
17966
db9c3f6b
LT
179672005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17968
17969 * loadup.el ("facemenu"): Load facemenu before font-lock, because
17970 `facemenu-keymap' needs to be defined when font-lock is loaded.
17971 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17972
36cc948e
SM
179732005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17974
17975 * completion.el: Remove useless leading * in defcustom docstrings.
17976 (save-completions-file-name): Use ~/.emacs.d if available.
17977 (completion-standard-syntax-table): Rename from
17978 cmpl-standard-syntax-table and fold initialization into declaration,
17979 thus removing cmpl-make-standard-completion-syntax-table.
17980 (completion-lisp-syntax-table, completion-c-syntax-table)
17981 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17982 (cmpl-saved-syntax, cmpl-saved-point): Remove.
17983 (symbol-under-point, symbol-before-point)
17984 (symbol-under-or-before-point, symbol-before-point-for-complete)
17985 (add-completions-from-c-buffer): Use with-syntax-table.
17986 (make-completion): Don't return a list of completion entries.
17987 Update callers.
17988 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17989 (completion-initialize): Rename from initialize-completions.
17990 (completion-find-file-hook): Rename from cmpl-find-file-hook.
17991 (kill-emacs-save-completions): Collect stats here.
17992 (save-completions-to-file, load-completions-from-file):
17993 Use with-current-buffer.
17994 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
17995 into a function. Move all calls to toplevel.
17996 (completion-lisp-mode-hook): New fun.
17997 (completion-c-mode-hook, completion-setup-fortran-mode):
17998 Set the syntax-table here. Use local-set-key.
17999 (completion-saved-bindings): New var.
18000 (dynamic-completion-mode): Make it into a proper minor mode.
18001 (load-completions-from-file): Remove unused var `num-uses'.
18002
18003 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
18004 constructor if it is explicitly overridden.
18005
18006 * complete.el (PC-completion-as-file-name-predicate):
18007 Use minibuffer-completing-file-name.
18008 (partial-completion-mode): Use find-file-not-found-functions.
18009 (PC-lisp-complete-symbol): Use with-syntax-table.
18010 (PC-look-for-include-file): Remove dead setq.
18011 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
18012 (PC-complete): Use with-current-buffer.
18013
18014 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
18015 escape single quotes.
18016
0ee83bc6
LT
180172005-11-27 Luc Teirlinck <teirllm@auburn.edu>
18018
18019 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
18020 of `if' whose condition always returned nil. Doc fix.
18021
18022 * buff-menu.el (Buffer-menu-revert-function): Make the selected
18023 window's buffer the current buffer around the call to
18024 `list-buffers-noselect'. This is necessary to mark that buffer
18025 with a `.' in the Buffer Menu when called from Lisp, for instance
18026 by Auto Revert Mode.
18027
3f6d4fb5
NR
180282005-11-28 Nick Roberts <nickrob@snap.net.nz>
18029
17550579
NR
18030 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
18031 attaching to it.
3f6d4fb5 18032 (gdb-pre-prompt): Make sure gdb-error is reset.
0ee83bc6 18033
3f6d4fb5 18034 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17550579 18035 with a child process, detect it.
3f6d4fb5
NR
18036 (gud-speedbar-buttons): Match regexp more carefully.
18037
161ef3be
RS
180382005-11-27 Richard M. Stallman <rms@gnu.org>
18039
18040 * mouse.el (mouse-drag-move-window-bottom):
18041 Use adjust-window-trailing-edge.
18042
cb0a2595
LT
180432005-11-27 Luc Teirlinck <teirllm@auburn.edu>
18044
18045 * simple.el (blink-matching-open): Ignore
18046 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
181fcf00 18047 (blink-matching-paren-on-screen): Update docstring.
cb0a2595
LT
18048
18049 * paren.el (show-paren-mode): No longer change
18050 `blink-matching-paren-on-screen'.
18051
d05877b4
NR
180522005-11-27 John Paul Wallington <jpw@pobox.com>
18053
18054 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
940ed7e4
JPW
18055 (gdb-threads-select, gdb-edit-register-value):
18056 Use `posn-set-point' instead of `mouse-set-point' because the
18057 latter is not fbound when configured without X.
d05877b4 18058
b14935df
KS
180592005-11-27 Kim F. Storm <storm@cua.dk>
18060
18061 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
18062 existing face when partially highlighting a TAB in a rectangle.
18063
46801e4c
KS
180642005-11-26 Kim F. Storm <storm@cua.dk>
18065
18066 * ido.el (ido-mode-map): Doc fix.
18067 (ido-mode-common-map, ido-mode-file-map)
18068 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
18069 (ido-define-mode-map): Rewrite. Select one of the new maps as
18070 parent for ido-mode-map instead of building from scratch.
18071 (ido-init-mode-maps): New defun to initialize new maps.
18072 (ido-mode): Call it.
18073 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
18074 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
18075
440e20fc
JPW
180762005-11-26 John Paul Wallington <jpw@pobox.com>
18077
46801e4c 18078 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
440e20fc
JPW
18079 `mouse-set-point' because the latter is not fbound when configured
18080 without X.
18081
1be0210d
TTN
180822005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
18083
18084 * files.el (file-relative-name): Doc fix.
18085
02b1a164
EZ
180862005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
18087
18088 * progmodes/octave-inf.el (inferior-octave-startup): Force a
18089 non-empty string for secondary prompt PS2.
18090
49d11c49
CY
180912005-11-25 Chong Yidong <cyd@stupidchicken.com>
18092
02b1a164 18093 * progmodes/compile.el (compilation-setup): Fix last change.
49d11c49 18094
1c5a7258
NR
180952005-11-26 Nick Roberts <nickrob@snap.net.nz>
18096
18097 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
18098 (gdb-mouse-toggle-breakpoint-margin)
46801e4c 18099 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
1c5a7258
NR
18100 Add gdb-server-prefix to keep out of command history.
18101 (gdb-edit-register-value): New function.
18102 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
18103 (gdb-info-registers-custom): Use above map.
18104
d590dbd2
CY
181052005-11-25 Chong Yidong <cyd@stupidchicken.com>
18106
e335f09e
CY
18107 * custom.el (enable-theme): Signal error if argument is not a
18108 theme. Don't recalculate a face if it's not loaded yet.
18109
18110 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
18111 the `user' theme is in effect.
18112
d590dbd2
CY
18113 * info.el (Info-on-current-buffer): Record actual filename in
18114 Info-current-file, instead of t, or a fake filename if a non-file
18115 buffer. Make autoload.
18116 (Info-find-node, Info-revert-find-node): No need to check for
18117 Info-current-file nil.
18118 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
18119 Info-current-file is now never `t'.
18120 (Info-fontify-node): Many simplifications due to Info-current-file
18121 always being valid. Use Info-find-file to find node filename.
18122
e5ad37ee
DK
181232005-11-25 David Kastrup <dak@gnu.org>
18124
18125 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
18126 new character, then delete" in order to preserve markers.
18127
f81b92f2
DP
181282005-11-25 David Ponce <david@dponce.com>
18129
18130 * recentf.el (recentf-arrange-by-rule): Handle a special
18131 `auto-mode-alist'-like "strip suffix" rule.
18132 (recentf-build-mode-rules): Handle second level auto-mode entries.
18133
0680ea10 181342005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
93a06865 18135
9b01475d 18136 * viper-keym.el (viper-ESC-key): Use different values in terminal and
0680ea10 18137 window modes.
93a06865 18138
9b01475d 18139 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
0680ea10 18140 jde-javadoc-checker-report-mode.
93a06865 18141
9b01475d 18142 * ediff-wind (ediff-make-wide-display): Slight simplification.
93a06865
KS
18143
18144 * ediff.el (ediff-date): Change the date of last update.
18145
963b2040
CY
181462005-11-24 Chong Yidong <cyd@stupidchicken.com>
18147
18148 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
93a06865 18149 Use define-minor-mode, and make it a local mode. Turn on font-lock.
963b2040
CY
18150 (hi-lock-mode): New global minor mode.
18151 (turn-on-hi-lock-if-enabled): New function.
93a06865
KS
18152 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
18153 Change arguments to regexp and face instead of a font-lock pattern.
18154 Directly set face property, instead of refontifying.
963b2040
CY
18155 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
18156 (hi-lock-find-patterns): Use line-number-at-pos.
18157
18158 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
18159 arguments for hi-lock-set-pattern.
af71d4c0
JB
18160 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
18161 Call font-lock-fontify-buffer.
963b2040 18162 (hi-lock-find-file-hook, hi-lock-current-line)
93a06865 18163 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
e4d59066
CY
18164
18165 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
18166 turned off.
963b2040
CY
18167
18168 * progmodes/compile.el (compilation-setup): Don't fiddle with
18169 font-lock-defaults.
18170
e5a690f1
NR
181712005-11-25 Nick Roberts <nickrob@snap.net.nz>
18172
18173 * progmodes/gdb-ui.el (gdb-var-create-handler)
18174 (gdb-var-list-children-handler): Find values for all variable
18175 objects. gud-speedbar-buttons decides whether to display them.
18176
357e6045
RF
181772005-11-24 Romain Francoise <romain@orebokech.com>
18178
18179 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
18180 buffer name with a space.
18181
9981213c
CD
181822005-11-24 Carsten Dominik <dominik@science.uva.nl>
18183
55b76f19 18184 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
93a06865
KS
18185 `org-export-local-list-max-depth'. Change default value to 3.
18186 (org-auto-renumber-ordered-lists)
18187 (org-plain-list-ordered-item-terminator): New options.
18188 (org-at-item-p, org-beginning-of-item, org-end-of-item)
18189 (org-get-indentation, org-get-string-indentation)
af71d4c0
JB
18190 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
18191 New functions.
9981213c
CD
18192 (org-move-item-down, org-move-item-up): New commands.
18193 (org-export-as-html): New classes for CSS support. Bug fix in
18194 regular expression detecting fixed-width regions. Respect
18195 `org-local-list-ordered-item-terminator'.
18196 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
18197 also a list item.
18198 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
93a06865 18199 New item moving functions.
9981213c 18200
ece75c05
JL
182012005-11-24 Juri Linkov <juri@jurta.org>
18202
93a06865
KS
18203 * isearch.el (isearch-repeat): With empty search ring set
18204 `isearch-error' to the error string instead of signaling error
18205 with the function `error'.
ece75c05 18206
b9c7cbf9
YM
182072005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18208
93a06865 18209 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
b9c7cbf9 18210
55b2dea3
NR
182112005-11-24 Nick Roberts <nickrob@snap.net.nz>
18212
18213 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
18214 and variable.
18215 (gdb-var-create-handler, gdb-var-list-children-handler):
18216 Don't match on "char **...".
18217 (gdb-var-update-handler): Find values for all variable objects.
18218 (gdb-info-frames-custom): Identify frames by leading "#".
18219
18220 * progmodes/gud.el (gud-speedbar-menu-items): Add
18221 gdb-speedbar-auto-raise as radio button.
18222 (gud-speedbar-buttons): Raise speedbar if requested.
18223 Don't match on "char **...".
18224 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
18225 Make it editable.
18226
98b37eab
CY
182272005-11-23 Chong Yidong <cyd@stupidchicken.com>
18228
18229 * info.el (Info-fontify-node): Handle the case where
18230 Info-current-file is t.
18231
9c03d478
SM
182322005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
18233
18234 * simple.el (blink-matching-open): Fix off-by-one in last change.
18235
2c012c41
YM
182362005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18237
18238 * term/mac-win.el: Don't change default directory.
18239
2036ac73
LT
182402005-11-22 Luc Teirlinck <teirllm@auburn.edu>
18241
18242 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
18243 buffers correctly. (It used to throw an error in such buffers.)
18244 Make it ask for confirmation in group buffers and other Custom
18245 buffers containing more than one customization item.
18246
43fb082d
JPW
182472005-11-22 John Paul Wallington <jpw@gnu.org>
18248
18249 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
18250 property on mail and url overlays.
18251 (goto-address-at-point): Use `posn-set-point' instead of
18252 `mouse-set-point' because the latter is not fbound when configured
18253 without X.
18254
5c4ce34d
RF
182552005-11-22 Lars Hansen <larsh@soem.dk>
18256
5eba3394
LH
18257 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
18258 (ls-lisp-classify, ls-lisp-format): Delete call to
18259 ls-lisp-parse-symlink.
18260 (ls-lisp-handle-switches): Handle symlinks to directories as
18261 directories when ls-lisp-dirs-first in non-nil.
18262
84ad29ae
LT
182632005-11-21 Luc Teirlinck <teirllm@auburn.edu>
18264
18265 * startup.el (command-line): Make sure that loaddefs.el is handled
18266 correctly in load-history.
18267
b581a727
NR
182682005-11-22 Nick Roberts <nickrob@snap.net.nz>
18269
18270 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
18271 (gdb-struct-string, gdb-array-string): New constants.
18272 (gdb-info-locals-handler): Use them.
18273 (gdb-reset): Reset gdb-var-list to nil.
18274
bd24684b
SM
182752005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18276
18277 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
18278 in patterns.
18279
17c1971a
JL
182802005-11-21 Juri Linkov <juri@jurta.org>
18281
18282 * custom.el (defcustom): Update link types in docstring.
18283
5fed8c15 182842005-11-20 Martin Rudalics <rudalics@gmx.at>
74b99d45
SM
18285
18286 * custom.el (defgroup): Add doc-string-elt info.
18287
18288 * widget.el (define-widget): Don't use declare for the doc-string-elt.
18289
3cc4b076
SM
182902005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
18291
1cb40089
SM
18292 * newcomment.el (comment-enter-backward): Fix last fix.
18293
3cc4b076
SM
18294 * simple.el (blink-matching-open):
18295 * paren.el (show-paren-function): Allow new paren-class info.
18296
a7b0a0e3
CY
182972005-11-20 Chong Yidong <cyd@stupidchicken.com>
18298
18299 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
18300 handled automagically.
18301
13ea43e9
AS
183022005-11-20 Andreas Schwab <schwab@suse.de>
18303
18304 * descr-text.el (describe-char): When copying overlays put them
18305 over the full char description instead of just the first character
18306 of it.
18307
695effcc
JL
183082005-11-20 Juri Linkov <juri@jurta.org>
18309
18310 * simple.el (what-cursor-position):
18311 * descr-text.el (describe-char): Use Lisp-readable syntax
18312 for octal and hex. Reorder decimal, octal and hex values.
18313 Remove excess whitespace in the output. Use `=' in `column='
18314 like in `point=' and `Hscroll='.
18315
18316 * international/mule-cmds.el (encoded-string-description):
18317 Use Lisp-readable syntax for hex.
18318
602ad1ad
SM
183192005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
18320
18321 * newcomment.el (comment-enter-backward): Handle the case where the
18322 comment is closed by EOB.
18323
b39aa4fd
CY
183242005-11-19 Chong Yidong <cyd@stupidchicken.com>
18325
18326 * longlines.el (longlines-before-revert-hook)
18327 (longlines-after-revert-hook): New functions.
18328 (longlines-mode): Turn off longlines temporarily when reverting.
2c127d45
CY
18329 Add a message-setup-hook.
18330 (longlines-decode-buffer): New function.
cee723fb 18331 (longlines-wrap-line): Preserve marker positions.
b39aa4fd 18332
da49096f
AS
183332005-11-19 Andreas Schwab <schwab@suse.de>
18334
18335 * emacs-lisp/shadow.el: Handle compressed files.
18336
f0f98146
RF
183372005-11-19 Romain Francoise <romain@orebokech.com>
18338
18339 * net/browse-url.el (browse-url-default-browser): Signal an error
18340 if no usable browser can be found, rather than try to load w3.
18341
ad8121fe
EZ
183422005-11-16 Ryan Yeske <rcyeske@gmail.com>
18343
18344 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
18345 replacing existing properties.
18346 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18347 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
18348 tty specs.
18349 (rcirc-server-prefix, rcirc-server): New faces.
18350 (rcirc-url-regexp): Generate with rx macro.
18351 (rcirc-last-server-message-time): New variable.
18352 (rcirc-filter): Record time of last message.
18353 (rcirc-keepalive): Kill processes that did not send a message
18354 since the last ping.
18355 (rcirc-mode): Give rcirc-topic a local binding here.
18356
4fc9bd56 183572005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
a4b1de6e
EZ
18358
18359 * subr.el (read-passwd): Fontify the prompt as we do with other
18360 prompts.
18361
e27de09e
EZ
183622005-11-19 Ryan Yeske <rcyeske@gmail.com>
18363
18364 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
18365 binding buffer-read-only to nil.
18366
71726072
EZ
183672005-11-19 Eli Zaretskii <eliz@gnu.org>
18368
602ad1ad
SM
18369 * complete.el (partial-completion-mode):
18370 Mention completion-auto-help in the doc string.
10156852 18371
71726072
EZ
18372 * man.el (Man-highlight-references): Doc fix. Reformat code in a
18373 more Lisp-ish way.
18374
af71d4c0 183752005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
e0d47340
EZ
18376
18377 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
18378 digits, not 8, to avoid misalignment for files larger than 100MB.
18379
eeb935fd
EZ
183802005-11-19 Eli Zaretskii <eliz@gnu.org>
18381
602ad1ad
SM
18382 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
18383 Mention "keyboard shortcuts" in the help text.
eeb935fd 18384
125ce9ec
YM
183852005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18386
18387 * startup.el (fancy-splash-default-action): Discard only
18388 mouse-down and succeeding mouse-up events in the splash screen
18389 window so that drag-n-drop event can be processed.
18390
0f157ad5
CY
183912005-11-18 Chong Yidong <cyd@stupidchicken.com>
18392
18393 * longlines.el (longlines-mode): Add hacks for mail-mode and
18394 message-mode.
18395
35af3490
CD
183962005-11-18 Carsten Dominik <dominik@science.uva.nl>
18397
30c02925 18398 * textmodes/org.el (org-table-sort-lines): New command.
35af3490
CD
18399 (org-tbl-menu): Add entry for `org-table-sort-lines'.
18400 (org-add-file): Command removed, use `org-agenda-file-to-front'
18401 instead.
18402 (org-export-icalendar): Use `org-icalendar-combined-name'.
18403 (org-cycle-agenda-files, org-agenda-file-to-end)
18404 (org-agenda-file-to-front): New commands.
af71d4c0
JB
18405 (org-table-tab-jumps-over-hlines, org-export-html-style):
18406 New options.
35af3490 18407 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
af71d4c0 18408 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
35af3490
CD
18409 New functions.
18410 (org-fill-paragraph): Call `org-table-align' in tables.
18411 (org-mode): Call `org-set-autofill-regexps'.
18412 (org-export-as-html): Support for local handformatted lists.
af71d4c0 18413 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
35af3490
CD
18414 (org-export-local-list-max-depth): New option.
18415 (org-html-expand): Use `org-html-protect'.
18416
3d18d677
NR
184172005-11-18 Nick Roberts <nickrob@snap.net.nz>
18418
18419 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
18420 to "p".
18421 (gdb): Move definition of gud-pp to...
18422
18423 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
18424 speedbar.
18425 (gdb-find-watch-expression): New function.
f0f98146 18426
fbe8d007
CY
184272005-11-17 Chong Yidong <cyd@stupidchicken.com>
18428
18429 * faces.el (face-attribute, set-face-attribute): Mention existence
18430 of `:ignore-defface' setting in docstring.
18431
39c7cde2
SM
184322005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
18433
18434 * simple.el (completion-setup-function): Fix last change.
18435
f5723ff5
JPW
184362005-11-17 John Paul Wallington <jpw@pobox.com>
18437
18438 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
18439 Use `posn-set-point' instead of `mouse-set-point' because the
18440 latter is not fbound when configured without X.
18441
18442 * comint.el (comint-insert-input): Likewise.
18443
4ea0018b
CY
184442005-11-17 Chong Yidong <cyd@stupidchicken.com>
18445
18446 * simple.el (hard-newline): New variable.
2fbbeaf1 18447 (sendmail-user-agent-compose, next-line): Use it.
4ea0018b
CY
18448
18449 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
18450 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
18451 (mail-mail-reply-to, mail-mail-followup-to)
18452 (mail-position-on-field, mail-signature, mail-yank-original)
bcd8c291 18453 (mail-attach-file): Likewise.
4ea0018b 18454
225dad8e
RF
18455 * mail/mailheader.el (mail-header-format)
18456 (mail-header-format-function): Likewise.
4ea0018b
CY
18457
18458 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
18459
9f5f5ff2
JL
184602005-11-17 Juri Linkov <juri@jurta.org>
18461
18462 * font-lock.el (font-lock-faces): Rename this defgroup from
18463 `font-lock-highlighting-faces'.
18464 (font-lock-comment-face, font-lock-comment-delimiter-face)
18465 (font-lock-string-face, font-lock-doc-face)
18466 (font-lock-keyword-face, font-lock-builtin-face)
18467 (font-lock-function-name-face, font-lock-variable-name-face)
18468 (font-lock-type-face, font-lock-constant-face)
18469 (font-lock-warning-face, font-lock-negation-char-face)
18470 (font-lock-preprocessor-face)
18471 (font-lock-regexp-grouping-backslash)
18472 (font-lock-regexp-grouping-construct): Rename :group from
18473 `font-lock-highlighting-faces' to `font-lock-faces'.
18474
18475 * cus-edit.el (lisp, c, tex):
18476 * progmodes/ada-mode.el (ada):
18477 * progmodes/asm-mode.el (asm):
18478 * progmodes/cperl-mode.el (cperl-faces):
18479 * progmodes/cpp.el (cpp):
18480 * progmodes/dcl-mode.el (dcl):
18481 * progmodes/f90.el (f90):
18482 * progmodes/fortran.el (fortran):
18483 * progmodes/icon.el (icon):
18484 * progmodes/idlwave.el (idlwave-misc):
18485 * progmodes/m4-mode.el (m4):
18486 * progmodes/make-mode.el (makefile):
18487 * progmodes/meta-mode.el (meta-font):
18488 * progmodes/modula2.el (modula2):
18489 * progmodes/octave-mod.el (octave):
18490 * progmodes/pascal.el (pascal):
18491 * progmodes/perl-mode.el (perl):
18492 * progmodes/prolog.el (prolog):
18493 * progmodes/ps-mode.el (PostScript-edit):
18494 * progmodes/scheme.el (scheme):
18495 * progmodes/sh-script.el (sh-script):
18496 * progmodes/simula.el (simula):
18497 * progmodes/tcl.el (tcl):
18498 * textmodes/nroff-mode.el (nroff):
18499 * textmodes/reftex-vars.el (reftex-fontification-configurations):
18500 * textmodes/sgml-mode.el (sgml):
18501 * textmodes/texinfo.el (texinfo):
18502 Add :link (custom-group-link font-lock-faces) to defgroup.
18503
18504 * hi-lock.el (hi-lock): Rename this defgroup from
18505 `hi-lock-interactive-text-highlighting'. Change parent group from
18506 `faces' to `font-lock'. Add link to the manual.
18507 (hi-lock-mode, hi-lock-file-patterns-range)
18508 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
18509 `hi-lock-interactive-text-highlighting' to `hi-lock'.
18510 (hi-lock-faces): Add :group `faces'.
18511
18512 * cus-edit.el (custom-variable-prompt): Clarify the code.
18513
18514 * faces.el (face-read-string): Set the default value arg of
18515 completing-read.
18516
4bbd5b69
LT
185172005-11-16 Luc Teirlinck <teirllm@auburn.edu>
18518
18519 * rfn-eshadow.el (file-name-shadow-properties)
39c7cde2
SM
18520 (file-name-shadow-tty-properties, file-name-shadow-mode):
18521 Remove autoloads, because the file is now preloaded.
4bbd5b69 18522
bead134f
SM
185232005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18524
18525 * printing.el (easy-menu-intern): Don't define.
18526 (pr-get-symbol): Use easy-menu-intern only if defined.
18527
18528 * simple.el (blink-matching-open): Simplify a bit.
18529 (completion-setup-function): Fix the case of partial-completion-mode
18530 when the minibuffer's contents start with "-".
18531 Obey completion-base-size-function even when
18532 minibuffer-completing-file-name is non-nil.
18533
afabbb4d
RS
185342005-11-16 Richard M. Stallman <rms@gnu.org>
18535
18536 * net/eudcb-ph.el (eudc-ph-open-session):
18537 Use set-process-query-on-exit-flag.
18538
18539 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
18540
18541 * international/ucs-tables.el (ucs-set-table-for-input):
18542 Use make-local-variable, not make-variable-buffer-local.
18543
18544 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18545 Improve warning message text.
18546
18547 * savehist.el (savehist-save-hook): Add :group.
18548
18549 * menu-bar.el (menu-bar-help-menu):
18550 Rename Find Extra Packages to External Packages.
18551
18552 * cus-edit.el (Custom-reset-standard): Verify that
18553 :custom-standard-value prop exists before calling it.
18554
18555 * apropos.el (apropos-calc-scores): Use apropos-pattern.
18556
5fed8c15 185572005-11-16 Martin Rudalics <rudalics@gmx.at>
afabbb4d
RS
18558
18559 * wid-edit.el (color): Enclose %t in %{...%}.
18560
18561 * cus-edit.el (face): Enclose %t in %{...%}.
18562
c01f0ed3
SM
185632005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
18564
18565 * savehist.el (savehist-mode-hook): Re-add the var.
18566 (savehist-mode): Use it.
18567
66a85723
SM
185682005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18569
042c6fb7
SM
18570 * textmodes/flyspell.el: Fix commenting convention.
18571 Remove unnecessary leading * in custom docstrings.
18572 (flyspell-emacs): Remove unused var.
18573 (flyspell-delete-region-overlays): Use remove-overlays.
18574 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18575 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18576 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18577 (flyspell-debug-signal-word-checked): Use with-current-buffer.
18578 (make-flyspell-overlay): Don't locally reuse a global name.
18579 (flyspell-highlight-incorrect-region)
18580 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18581 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18582 (flyspell-notify-misspell): Remove unused args `start' and `end'.
18583 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
18584 Wrap calls to accept-process-output inside with-local-quit since it's
18585 often called from a post-command-hook.
18586 (flyspell-correct-word, flyspell-auto-correct-word):
18587 Use ispell-send-string.
18588 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
5cb35db5 18589
66a85723
SM
18590 * calendar/diary-lib.el (diary-list-entries): Also hide the
18591 terminating newline.
18592
c194b021
CD
185932005-11-16 Carsten Dominik <dominik@science.uva.nl>
18594
66a85723
SM
18595 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18596 window-system, to allow fonts on tty.
c194b021 18597
20eff2b2
NR
185982005-11-17 Nick Roberts <nickrob@snap.net.nz>
18599
18600 * progmodes/gud.el (gud-speedbar-item-info): New function.
3d18d677
NR
18601 (gud-install-speedbar-variables): Use it to display data type
18602 of watch expression as a tooltip in speedbar.
20eff2b2 18603
8ab84823
LT
186042005-11-15 Luc Teirlinck <teirllm@auburn.edu>
18605
e7295594 18606 * font-core.el (global-font-lock-mode): Add :version keyword,
33bf8118 18607 because default was changed.
e7295594
LT
18608
18609 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18610
8ab84823
LT
18611 * startup.el (command-line): Use `custom-reevaluate-setting' for
18612 `file-name-shadow-mode'.
18613
18614 * loadup.el: Preload rfn-eshadow.
18615
18616 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
1cc9e877 18617 Add :version keyword.
9fc0053d
LT
18618 (file-name-shadow-properties, file-name-shadow-tty-properties)
18619 (file-name-shadow): Add :version keyword.
8ab84823
LT
18620
18621 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18622 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18623 in the custom-group property of the symbol frames and the fringe
18624 group got no link to its parent group frames.
18625 Doc fix.
18626
3671718b
NR
186272005-11-16 Nick Roberts <nickrob@snap.net.nz>
18628
18629 * progmodes/gud.el (gud-stop-subjob): New function.
18630 (gud-menu-map, gud-tool-bar-map): Use it.
18631
7ecef1e9
KS
186322005-11-16 Kim F. Storm <storm@cua.dk>
18633
18634 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18635 than kill it.
18636 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
18637 to a more useful/logical place.
18638
18468a1e
NR
186392005-11-16 Nick Roberts <nickrob@snap.net.nz>
18640
18641 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18642 go buttons complementary.
18643
2fe3d6ec
SM
186442005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18645
18646 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18647 (rfn-eshadow-sifn-equal): New function.
18648 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18649
54b171c7 186502005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7ecef1e9 18651
4ce3c91a
KS
18652 * viper-utils.el (viper-non-word-characters-reformed-vi):
18653 Quote `-' in string.
7ecef1e9 18654
54b171c7
MK
18655 * viper.el (viper-emacs-state-mode-list): Ensure that
18656 rcirc-mode buffers come up in Emacs state.
7ecef1e9 18657
4ce3c91a 18658 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7ecef1e9 18659 operation.
54b171c7 18660
59c560f7
DN
186612005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
18662
18663 * term.el (term-termcap-format): Fix typos.
18664 (term-down): Fix the negative argument case.
18665
a354cf39
NR
186662005-11-16 Nick Roberts <nickrob@snap.net.nz>
18667
18668 * progmodes/gdb-ui.el: Remove face-alias left over from change on
18669 2005-08-15.
18670 (gdb-ann3): New command gud-go.
18671 (menu): Accomodate gdb-mi.el.
18672 (gdb-assembler-custom): Make buffer of selected window current
18673 so that set-window-point works.
18674
18675 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18676 buttons and include new ones.
18677
186782005-11-16 Kim F. Storm <storm@cua.dk>
18679
2fe3d6ec 18680 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
a354cf39
NR
18681 (gud-menu-map): Use it.
18682
7cb1a551
LT
186832005-11-14 Luc Teirlinck <teirllm@auburn.edu>
18684
70acba5d
LT
18685 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18686 that works correctly for Custom and that does not override a user
18687 who disables it.
18688
7cb1a551
LT
18689 * help-mode.el (help-make-xrefs, help-xref-on-pp)
18690 (help-xref-interned, help-follow): Make hyperlinks for variables
18691 that are unbound, but have a non-nil variable-documentation property.
18692
18693 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18694 mode hook. (It conflicted with defcustoms for some mode hooks.)
18695 Use the `variable-documentation' property to give the mode hook a
18696 docstring and expand that docstring.
18697
2d10b62b
SM
186982005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
18699
8ab84823
LT
18700 * savehist.el (savehist-mode): Don't bother with
18701 `custom-set-minor-mode'.
2d10b62b
SM
18702 (savehist-coding-system): Check XEmacs version.
18703 (history-length): Declare also at run time.
18704 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
18705 Don't set the customize state.
18706 (savehist-minibuffer-hook): Special case for when
18707 minibuffer-history-variable is equal to t.
18708
2f0e4846
SM
187092005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
18710
8e5c7b90
SM
18711 * files.el (write-file): Refresh VC status.
18712
2f0e4846
SM
18713 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18714 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18715 than fundamental-mode to see if the mode was set.
18716
670d3fce
RF
187172005-11-14 Romain Francoise <romain@orebokech.com>
18718
18719 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18720 dummy function in `eval-when-compile' to avoid compiler warning.
18721 Require `man' at compile time.
18722
d0158f73
JB
187232005-11-14 Jay Belanger <belanger@truman.edu>
18724
18725 * calc-alg.el (calcFunc-write-out-power): Rename it to
18726 calcFunc-powerexpand.
18727 (math-write-out-power): Rename it to math-powerexpand; have it
18728 handle negative exponents.
18729 (calc-writeoutpower): Rename it to calc-powerexpand.
18730
18731 * calc-ext.el: Change calcFunc-writeoutpower and
18732 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18733 autoloads.
18734 Add calcFunc-ldiv to autoloads.
18735
18736 * calc-arith.el (calcFunc-ldiv): New function.
18737
18738 * calc.el (calc-left-divide): New function.
18739
882108c7
JL
187402005-11-14 Juri Linkov <juri@jurta.org>
18741
18742 * cus-edit.el (custom-variable-prompt): Set the default value arg
18743 of completing-read.
18744
18745 * cus-dep.el (custom-make-dependencies): Reverse the list of
18746 found dependencies.
18747
cadb1c90
DN
187482005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
18749
18750 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18751 Highlighting" entry, it is on by default now.
dea24608 18752 (menu-bar-options-save): Do not save global-font-lock-mode.
cadb1c90 18753
b8b7c66e
RS
187542005-11-13 Richard M. Stallman <rms@gnu.org>
18755
18756 * textmodes/flyspell.el (flyspell-large-region):
18757 Call flyspell-accept-buffer-local-defs.
18758
187592005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
18760
18761 * textmodes/flyspell.el (flyspell-notify-misspell):
18762 Fix misspelling of "Misspelling".
18763 (flyspell-process-localwords): New function.
18764 (flyspell-large-region): Call flyspell-process-localwords and
18765 flyspell-delete-region-overlays.
18766 (flyspell-delete-region-overlays): New function.
18767 (flyspell-delete-all-overlays): Call that.
18768
7e1b6c2c
RS
187692005-11-13 Richard M. Stallman <rms@gnu.org>
18770
18771 * help.el (help-for-help-internal): Improve doc of C-h a.
afabbb4d 18772 (describe-key): Improve prompt; doc fix.
225dad8e 18773
1c32c9d6
SM
187742005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
18775
1508b91a
SM
18776 * vc-svn.el (vc-svn-registered): Catch all errors.
18777
1c32c9d6
SM
18778 * cus-dep.el (custom-make-dependencies): Typo.
18779
75b19c39
MA
187802005-11-13 Michael Albinus <michael.albinus@gmx.de>
18781
18782 * net/tramp-util.el (top): Fix compilation warning.
18783
8965e9c1
KS
187842005-11-13 Kim F. Storm <storm@cua.dk>
18785
18786 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
18787
9ecc27d0
NR
187882005-11-13 Nick Roberts <nickrob@snap.net.nz>
18789
225dad8e 18790 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9ecc27d0
NR
18791 (gud-speedbar-buttons): Match on "const char *" too.
18792
18793 * progmodes/gdb-ui.el (gdb-var-create-handler)
18794 (gdb-var-list-children-handler): Match on "const char *" too.
18795 (gdb-var-evaluate-expression-handler): Match on empty string.
18796 (gdb-var-update-handler): Only call
18797 gdb-var-evaluate-expression-handler when required.
18798
e79b7435
NR
187992005-11-13 Nick Roberts <nickrob@snap.net.nz>
18800
18801 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18802 selected window. This still doesn't work for speedbar.
9ecc27d0 18803 (gud-speedbar-buttons): Handle string expressions properly.
e79b7435 18804
47b3cf39
NR
18805 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18806 (gdb-var-create-handler): Handle string expressions properly.
e79b7435 18807 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
1c32c9d6 18808 Handle string expressions properly. Move "type" field into regexp.
e79b7435 18809
9a9f1fdd 188102005-11-12 Karl Fogel <kfogel@red-bean.com>
8965e9c1 18811
9a9f1fdd 18812 * bookmark.el (bookmark-maybe-message): New function to reduce
8965e9c1 18813 code duplication: invokes `message' iff baud-rate is high enough.
9a9f1fdd
KF
18814 (bookmark-write-file): Use above instead of an inline conditional.
18815 (bookmark-load): Same.
8965e9c1 18816
a506054a
KF
188172005-11-12 Karl Fogel <kfogel@red-bean.com>
18818
18819 * bookmark.el (bookmark-write-file): Don't visit the destination
18820 file, just write the data to it using write-region. This is
18821 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18822 change to avoid visiting the file in the first place.
18823
71dd9295
CY
188242005-11-12 Chong Yidong <cyd@stupidchicken.com>
18825
18826 * hi-lock.el (hi-lock-mode): Set the default value of
18827 font-lock-defaults.
18828
81d7d0d6
LT
188292005-11-11 Luc Teirlinck <teirllm@auburn.edu>
18830
ee8fdb13 18831 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
81d7d0d6
LT
18832 arg to `file-attributes'.
18833 (find-lisp-format): The UID and GID can now be strings.
18834
42aad0f6
KS
188352005-11-12 Kim F. Storm <storm@cua.dk>
18836
9f49f577
KS
18837 * help.el (help-map): Bind C-h d to apropos-documentation.
18838
0820b753
KS
18839 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18840 when point is at end-of-buffer.
18841
42aad0f6
KS
18842 * apropos.el (apropos-match-face): Doc fix.
18843 (apropos-sort-by-scores): Add new choice `verbose'.
18844 (apropos-documentation-sort-by-scores): New defcustom.
18845 (apropos-pattern): Now contains the pattern entered by the user.
18846 (apropos-pattern-quoted): New defvar.
18847 (apropos-regexp): New defvar, containing the regexp corresponding
18848 to apropos-pattern.
1c32c9d6 18849 (apropos-all-words-regexp): Rename from apropos-all-regexp.
42aad0f6
KS
18850 (apropos-read-pattern): New defun. Use it to read pattern arg in
18851 interactive calls; returns list of words for a word list, and
18852 string for a regexp.
1c32c9d6 18853 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
42aad0f6
KS
18854 parses a list of words or regexp as returned by apropos-read-pattern.
18855 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18856 (apropos-score-doc): Return a very high score if the string
18857 entered by the user matches literally.
18858 (apropos-variable): Doc fix. Use apropos-read-pattern.
18859 (apropos-command): Doc fix. Use apropos-read-pattern and
18860 apropos-parse-pattern. Call apropos-print with nosubst=t.
af71d4c0 18861 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
42aad0f6 18862 apropos-parse-pattern.
af71d4c0 18863 (apropos-documentation): Doc fix. Use apropos-read-pattern and
42aad0f6
KS
18864 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
18865 apropos-documentation-sort-by-scores. Call apropos-print with
18866 nosubst=t.
18867 (apropos-documentation-internal): Pass doc string through
18868 substitute-key-definition before adding text properties.
18869 Highlight substring matching literal user input if possible.
18870 (apropos-documentation-check-doc-file): Remove locals beg and end.
18871 Fix calculation of score (as added twice). Pass doc string through
18872 substitute-key-definition before adding text properties.
18873 (apropos-documentation-check-elc-file): Pass doc string through
18874 substitute-key-definition before adding text properties.
18875 Highlight substring matching literal user input if possible.
18876 (apropos-print): Add new arg NOSUBST; if set, command and variable
18877 doc strings have already been passed through substitute-key-definition.
18878 Add code to handle apropos-accumulator items without score element
18879 for backwards compatibility (e.g. with woman package).
18880 Only show scores if apropos-sort-by-scores is `verbose'.
18881
be93a2c4
SM
188822005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18883
18884 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18885 Add jka-compr-load-suffixes to load-suffixes.
18886
119f6f17 18887 * jka-compr.el: Require jka-cmpr-hook.
be93a2c4
SM
18888 (jka-compr-info-compress-message, jka-compr-info-compress-program)
18889 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18890 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18891 (jka-compr-info-can-append, jka-compr-info-strip-extension)
18892 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18893 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
18894 (jka-compr-uninstall): Remove entries from
18895 jka-compr-added-to-file-coding-system-alist after they are used.
18896 (jka-compr-error): Remove unused var `curbuf'.
18897 (jka-compr-file-local-copy): Remove unused var `notfound'.
18898
7127d508
RF
188992005-11-10 Romain Francoise <romain@orebokech.com>
18900
18901 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18902
46faf25e
NR
189032005-11-11 Nick Roberts <nickrob@snap.net.nz>
18904
18905 * progmodes/gud.el (gud-menu-map): Move parentheses.
18906 (gdb): New command gud-pv.
18907
be93a2c4
SM
189082005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18909
18910 * tar-mode.el: Remove spurious or unnecessary leading stars
18911 in docstrings.
18912 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18913 (tar-parse-octal-integer-safe): Use mapc.
18914 (tar-header-block-summarize): Remove unused var `ck'.
18915 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18916 cleared before. Obey default-enable-multibyte-characters.
18917 Use mapconcat. Simplify setting of tar-header-offset.
18918 (tar-mode-map): Move initialization inside delcaration.
18919 (tar-flag-deleted): Use `abs'.
18920 (tar-expunge-internal): Remove unused var `line'.
18921 (tar-expunge-internal): Don't hardcode point-min==1.
18922 (tar-expunge): Widen while doing set-buffer-multibyte.
18923 (tar-rename-entry): Use file-name-coding-system.
18924 (tar-alter-one-field): Don't hardcode point-min==1.
18925 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18926 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
18927
94b073f3
MY
189282005-11-10 Masatake YAMATO <jet@gyve.org>
18929
af94256b 18930 * add-log.el (add-log-current-defun): Handle class::method
af71d4c0 18931 notation of c++. Fix incorrect comment.
94b073f3 18932
f192689e
AM
189332005-11-10 Alan Mackenzie <acm@muc.de>
18934
18935 * help-fns.el (describe-variable): Make C-h v work when a variable
18936 has variable documentation yet is unbound.
18937
af8308ec
MY
189382005-11-10 Masatake YAMATO <jet@gyve.org>
18939
18940 * man.el (Man-highlight-references): Set an empty
18941 string to `Man-arguments' if it is nil.
d730a9fc 18942 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
af8308ec 18943
be93a2c4
SM
189442005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18945
18946 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18947 commenting conventions.
18948
18949 * cus-dep.el (custom-make-dependencies): Simplify.
18950 Better follow the commenting conventions.
18951
fe8bc3fa
RS
189522005-11-09 Richard M. Stallman <rms@gnu.org>
18953
be93a2c4
SM
18954 * apropos.el (apropos-pattern): Rename from apropos-regexp.
18955 (apropos-orig-pattern): Rename from apropos-orig-regexp.
fe8bc3fa
RS
18956 All uses changed.
18957 (apropos-rewrite-regexp): Doc fix.
af94256b 18958 (apropos-variable, apropos-command, apropos, apropos-value):
fe8bc3fa
RS
18959 Change prompt; carry through the argument renaming.
18960
6e128e32
LT
189612005-11-09 Luc Teirlinck <teirllm@auburn.edu>
18962
18963 * find-lisp.el: Require dired.
18964 (find-lisp-find-dired-internal): Do not call
18965 `abbreviate-file-name' on DIR.
18966
78e5988d
NR
189672005-11-10 Nick Roberts <nickrob@snap.net.nz>
18968
18969 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18970
31fa5025
NR
189712005-11-09 Nick Roberts <nickrob@snap.net.nz>
18972
18973 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18974 when using the speedbar.
18975 (gdb): New command gud-pp.
18976 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18977
58b6f884
JL
189782005-11-09 Juri Linkov <juri@jurta.org>
18979
18980 * replace.el (occur-excluded-properties): New defcustom.
18981 (occur-1, occur-engine, occur-accumulate-lines): Use it.
18982
65b62d0a
JB
189832005-11-08 Jay Belanger <belanger@truman.edu>
18984
217d155e 18985 * calc/calc-units.el (math-convert-units): Replace any composite
65b62d0a
JB
18986 unit by its definition.
18987
77f996e5 189882005-11-08 Lars Hansen <larsh@soem.dk>
217d155e
RF
18989
18990 * emacs-lisp/autoload.el (update-directory-autoloads):
18991 Add obsolete function alias.
18992
4acbd507
SM
189932005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18994
5a3859e6
SM
18995 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18996 comment-indent-function.
18997 (lisp-comment-indent): Replace by an alias for comment-indent-default.
18998
4acbd507
SM
18999 * reveal.el (reveal-post-command): Rework the handling of
19000 reveal-open-spots, so as to be more reliable. There were several
19001 tricky corner cases where an open spot might be lost, or where
19002 a closed spot might end up on the list of open spots.
19003 Only reveal text that's ellipsised.
19004
b58b00ca
CD
190052005-11-07 Carsten Dominik <dominik@science.uva.nl>
19006
4acbd507 19007 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
b58b00ca 19008
f5723ff5
JPW
190092005-11-07 John Paul Wallington <jpw@gnu.org>
19010
19011 * ibuffer.el (ibuffer): Search iconified frames too when
19012 getting Ibuffer buffer's window.
19013
fda12b27
RS
190142005-11-06 Richard M. Stallman <rms@gnu.org>
19015
19016 * progmodes/compile.el (compilation-internal-error-properties):
19017 save-excursion around the computation of MARKER.
19018
190192005-11-06 Piet van Oostrum <piet@cs.uu.nl>
19020
19021 * textmodes/flyspell.el (flyspell-external-point-words):
19022 flyspell-get-word returns a list, not just a string.
19023
9514fb7f
JPW
190242005-11-06 John Paul Wallington <jpw@pobox.com>
19025
19026 * ibuffer.el (ibuffer): Search all visible frames when getting
19027 Ibuffer buffer's window.
19028
30abc4f4
MY
190292005-11-07 Masatake YAMATO <jet@gyve.org>
19030
d730a9fc 19031 * man.el (Man-reference-regexp): Accept spaces between
30abc4f4
MY
19032 `Man-name-regexp' and `Man-section-regexp'.
19033 (Man-apropos-regexp): New variable.
19034 (Man-abstract-xref-man-page): Use value for `Man-target-string'
19035 if available.
4acbd507
SM
19036 (Man-highlight-references, Man-highlight-references0):
19037 Handle the case when `Man-arguments' includes "-k".
19038 (Man-highlight-references0): Rename the argument `TARGET-POS' to
30abc4f4
MY
19039 `TARGET'. `TARGET' can be a number, function or nil.
19040
2dd3b43b
NR
190412005-11-06 Nick Roberts <nickrob@snap.net.nz>
19042
19043 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
c660a322
KS
19044 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
19045 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
2dd3b43b
NR
19046 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
19047 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
c660a322 19048 (gdb-send-item): Use buffer-local-value and simplify.
2dd3b43b 19049
1b0ee2ce
LT
190502005-11-05 Luc Teirlinck <teirllm@auburn.edu>
19051
19052 * startup.el (command-line): Use `custom-reevaluate-setting' for
19053 `global-font-lock-mode'.
19054
c660a322
KS
19055 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
19056 by default, except in batch mode or when the -D option is given.
1b0ee2ce
LT
19057
19058 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
19059 specified keyword args on to `define-minor-mode'. Update docstring.
19060
61f570e2
RF
190612005-11-05 Romain Francoise <romain@orebokech.com>
19062
19063 * replace.el (occur-engine): Add marker at end of line, too.
19064
af71d4c0 190652005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
dd7c6f21
RS
19066
19067 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19068 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19069 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 19070 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
dd7c6f21
RS
19071 argument to all these routines, so the passphrase can be managed
19072 externally and passed in to the system.
19073 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19074 pgg-add-passphrase-to-cache function.
19075
19076 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19077 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
19078 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
119f6f17 19079 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
dd7c6f21
RS
19080 argument to all these routines, so the passphrase can be managed
19081 externally and passed in to the system.
1a408ced 19082 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
dd7c6f21
RS
19083 function.
19084
d60b49ac
DN
190852005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
19086
19087 * font-lock.el: Don't deal with font-lock-face-attributes here,
19088 move the code ...
19089
af71d4c0 19090 * startup.el (command-line): ... here. Use face-spec-set instead
d60b49ac
DN
19091 of custom-declare-face.
19092
19093 * faces.el (face-spec-set): Reset the face if spec is not nil.
19094
45f6a663
SM
190952005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
19096
19097 * newcomment.el (comment-region-internal): Box more tightly in the
19098 common case where there's no TAB in the boxed text.
19099
348f73b0 191002005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
db2cf961
JD
19101
19102 * info.el (info-tool-bar-map): Use images prev-node, next-node and
19103 up-node.
19104
dc9cfe1e
EZ
191052005-11-04 Ulf Jasper <ulf.jasper@web.de>
19106
af71d4c0 19107 * newsticker.el: Commentary updated. Code formatting changed.
45f6a663 19108 (newsticker-version): Change to "1.9".
dc9cfe1e 19109 (newsticker, newsticker-feed): Doc fix.
45f6a663
SM
19110 (newsticker-url-list): Doc fix. Add option "Weekly".
19111 (newsticker-retrieval-interval): Add option "Weekly".
dc9cfe1e 19112 (newsticker-headline-processing): Doc fix.
45f6a663 19113 (newsticker-auto-mark-filter): Remove.
dc9cfe1e
EZ
19114 (newsticker-auto-mark-filter-list): New.
19115 (newsticker-layout, newsticker-sort-method): Doc fix.
19116 (newsticker-hide-old-items-in-newsticker-buffer)
19117 (newsticker-heading-format, newsticker-item-format)
19118 (newsticker-desc-format): Doc fix.
45f6a663 19119 (newsticker-show-all-rss-elements): Remove.
dc9cfe1e
EZ
19120 (newsticker-show-all-news-elements): New.
19121 (newsticker-faces, newsticker-ticker): Doc fix.
19122 (remove-from-invisibility-spec): Code formatting.
19123 (newsticker--process-ids): New.
19124 (newsticker-mode): Doc fix.
45f6a663
SM
19125 (newsticker-mode): Change mode-line-format.
19126 (newsticker-start): Remove debug output.
af71d4c0 19127 (newsticker-start-ticker): Doc fix. Add autoload cookie.
dc9cfe1e
EZ
19128 (newsticker-w3m-show-inline-images): Code formatting.
19129 (newsticker-next-item): Call `force-mode-line-update'.
19130 (newsticker-previous-item): Call `force-mode-line-update'.
19131 (newsticker-next-feed): Call `force-mode-line-update'.
19132 (newsticker-previous-feed): Call `force-mode-line-update'.
19133 (newsticker-mark-all-items-at-point-as-read): Code formatting.
19134 (newsticker-show-old-items): Do not show descs.
45f6a663 19135 (newsticker-hide-entry): Hide too much.
dc9cfe1e
EZ
19136 (newsticker-hide-entry, newsticker-show-entry)
19137 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
19138 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
19139 (newsticker-toggle-auto-narrow-to-item): Code formatting.
19140 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
19141 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
45f6a663
SM
19142 (newsticker-get-news): Call `force-mode-line-update'.
19143 Collect process ids.
19144 (newsticker--sentinel): Change coding system handling.
19145 Move image retrieval to new functions newsticker--get-logo-url-*.
19146 Move feed parsing to new functions newsticker--parse-*.
19147 Update list of process ids.
dc9cfe1e
EZ
19148 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
19149 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
19150 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
19151 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
19152 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
19153 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6fee106e
KS
19154 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
19155 (newsticker--decode-coding-string): Remove.
19156 (newsticker--decode-numeric-entities): Check input. Format code.
19157 (newsticker--remove-whitespace): Check input.
19158 (newsticker--do-forget-preformatted): Doc fix.
19159 (newsticker--decode-rfc822-date): Allow for missing time.
19160 (newsticker--update-process-ids): New.
19161 (newsticker--image-sentinel): Change comment.
19162 (newsticker--image-read): Change error message.
19163 (newsticker--imenu-goto): Doc fix. Show headline title.
19164 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
19165 (newsticker--buffer-do-insert-text): Clean whitespace in
19166 html-rendered headline title. Code formatting.
19167 Call `newsticker--buffer-print-extra-elements'.
19168 (newsticker--buffer-print-extra-element): Remove.
19169 (newsticker--buffer-print-extra-elements): New.
19170 (newsticker--buffer-do-print-extra-element): New.
19171 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
19172 large sizes.
19173 (newsticker--run-auto-mark-filter)
19174 (newsticker--do-run-auto-mark-filter):
19175 Use `newsticker-auto-mark-filter-list'.
19176
191772005-11-04 Ryan Yeske <rcyeske@gmail.com>
19178
19179 * net/rcirc.el: Use split-string OMIT-NULLS argument.
19180 (rcirc-print): Force redisplay before running hooks. Do long
19181 buffer truncation after making new text read-only. Deal with nil
19182 text when decoding strings. If TARGET is nil, use either the
19183 currently selected buffer, if it is an rcirc buffer and of the
19184 same process or the process buffer.
19185 (rcirc-mode): Remove header-line. Recompute short buffer names.
19186 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
19187 (rcirc-short-buffer-name): Add variable.
19188 (rcirc-kill-buffer-hook): Recompute short buffer names.
19189 Remove nick from private channel.
19190 (rcirc-send-input): Send command text to current-buffer.
19191 Don't clear overlay arrow here.
19192 (rcirc-short-buffer-name): Return a short buffer name.
19193 (rcirc-update-short-buffer-names, rcirc-abbreviate)
19194 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
19195 buffer-name abbreviations.
19196 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
19197 Do not touch nick-table when killing a parted channel.
19198 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
19199 Clear arrow from current buffer if it is now hidden.
19200 (rcirc-current-buffer): Add variable.
19201 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19202 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
19203 Remove -face from names.
19204 (rcirc-update-activity-string): Print "DND" when globally ignoring
19205 activity.
19206 (rcirc-ignore-buffer-activity-flag): Rename from
19207 rcirc-ignore-channel-activity.
19208 (rcirc-ignore-all-activity-flag): Doc fix.
19209 (rcirc-channels): Remove variable.
19210 (rcirc-kill-buffer-hook):
19211 (rcirc-get-buffer-create): Add nick to private channel.
19212 (rcirc-multiline-edit-submit): Remove tabs.
19213 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
19214 folded.
19215 (rcirc-remove-nick-channel): Bug fix.
19216 (rcirc-toggle-ignore-buffer-activity): Rename from
19217 rcirc-toggle-ignore-channel-activity.
19218 (rcirc-record-activity): Add buffers to the front of the list.
19219 (rcirc-update-activity): Remove killed buffers from list.
19220 (rcirc-process-server-response-1): Remove last argument if it is
19221 null before calling handler.
19222 (rcirc): Add "rcirc" defcustom prefix.
19223 (rcirc-prompt): Simplify default prompt.
19224 Use custom-initialize-default.
19225 (rcirc-private-chats): Remove variable.
19226 (rcirc-prompt): Change initialization.
19227 (rcirc-version): Remove function.
19228 (rcirc-id-string): Add constant.
19229 (rcirc-last-buffer): Remove variable.
19230 (rcirc-buffer-alist): Add variable.
19231 (rcirc-connect): Update variable setup.
19232 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
19233 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
19234 default.
19235 (rcirc-handler-generic): Trigger activity.
19236 (rcirc-send-message): Create the buffor of the target.
19237 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
19238 (rcirc-get-buffer): Just return nil if there is no matching buffer.
19239 (rcirc-multiline-edit-cancel): Remove function.
19240 (rcirc-set-last-buffer): Remove function.
19241 (rcirc-get-any-buffer): Add function.
19242 (rcirc-join-channels): Don't print /join text.
19243 (rcirc-toggle-ignore-channel-activity): Add and update echo area
19244 messages.
19245 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
19246 (rcirc-handler-NOTICE): Recognize CTCP responses.
19247 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
19248 constructing TOPIC string for buffers we are not JOINed.
19249 (rcirc-handler-CTCP-response): Add handler.
19250 (rcirc-multiline-edit-submit): Restore the window-configuration
19251 before adjusting point.
19252 (rcirc): Add customization group.
19253 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
19254 (rcirc-user-full-name, rcirc-startup-channels-alist)
19255 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
19256 (rcirc-ignore-all-activity-flag, rcirc-time-format)
19257 (rcirc-input-ring-size, rcirc-read-only-flag)
19258 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
19259 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
19260 Change defvar to defcustom.
19261 (rcirc-update-prompt): Add optional ALL arg, which will update
19262 prompts in all rcirc buffers. Regexp quote replacement text.
19263 (rcirc-fill-column): Accept frame-width as a value.
19264 (rcirc-set-changed): Add function.
19265 (rcirc-next-active-buffer): Write more meaningful messages.
19266 (rcirc-faces): Add customization group.
19267 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
19268 (rcirc-nick-in-message-face, rcirc-prompt-face)
19269 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
19270 (with-rcirc-process-buffer): Move before first usage.
19271 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
19272 (rcirc-debug-flag): Rename from `rcirc-log-p'.
19273 (rcirc-debug): Rename from `rcirc-log'.
19274 (rcirc-format-response-string): Do not print `-' chars for a
19275 NOTICE with no sender. Simplify output of server responses.
19276
192772005-11-04 Henrik Enberg <henrik.enberg@telia.com>
19278
19279 (rcirc-browse-url-map, rcirc-browse-url-at-point)
19280 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
19281 Make urls mouse and RET clickable.
19282
192832005-11-04 Henrik Enberg <henrik.enberg@telia.com>
19284
19285 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
19286
192872005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
19288
19289 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19290 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19291 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19292 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19293 argument to all these routines, so the passphrase can be managed
19294 externally and passed in to the system.
19295 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19296 pgg-add-passphrase-to-cache function.
19297
19298 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19299 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
19300 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
19301 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
19302 argument to all these routines, so the passphrase can be managed
19303 externally and passed in to the system.
1a408ced 19304 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6fee106e
KS
19305 function.
19306
193072005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
19308
19309 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
19310 from goto-address-url-regexp.
19311
193122005-11-04 Carsten Dominik <dominik@science.uva.nl>
19313
19314 * textmodes/org.el (org-read-date, org-goto-calendar)
19315 (org-recenter-calendar, org-agenda-goto-calendar):
19316 Temporarily clear `calendar-move-hook'.
19317
193182005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
19319
19320 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
19321 merging.
19322
19323 * ediff-util.el (ediff-previous-difference): Don't skip regions that
19324 have merge clashes.
19325
193262005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19327
19328 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19329 Undo previous change.
19330
19331 * startup.el (command-line): Use `custom-reevaluate-setting' for
19332 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
19333 tty-register-default-colors on Mac.
19334
193352005-11-04 Nick Roberts <nickrob@snap.net.nz>
19336
19337 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
19338 (gdb-buffer-type): Make it automatically buffer local...
19339 (gdb-get-create-buffer): ...and set it accordingly.
19340 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
19341 actually work.
19342
193432005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
19344
19345 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
19346 not red.
19347
193482005-11-04 Nick Roberts <nickrob@snap.net.nz>
19349
19350 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
19351 case GUD buffer is not visible.
19352 (gdb-goto-breakpoint): Try to force display in source buffer.
19353 (gdb-frame-gdb-buffer): Copy other similar functions.
19354 (gdb-restore-windows): Don't display source if not asked for.
19355 (gdb-assembler-buffer-name): Don't capitalise.
19356
193572005-11-03 Richard M. Stallman <rms@gnu.org>
19358
19359 * wid-edit.el (key-sequence): New widget type.
19360
19361 * simple.el (set-mark-command-repeat-pop): New variable.
19362 (set-mark-command): Only interpret plan C-@ after a pop as a pop
19363 if set-mark-command-repeat-pop is true.
19364
19365 * info.el (Info-fontify-node): Don't display extra "see" if there
19366 already is one here.
19367
19368 * mouse.el: Fix special handling of DEL after dragging a region:
19369 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
19370 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
19371
19372 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
19373
19374 * textmodes/ispell.el (ispell-command-loop): Change `i' description
19375 not to assume it pertains to an affix.
19376
19377 * textmodes/flyspell.el (flyspell-post-command-hook):
19378 Bind deactivate-mark to prevent deactivation.
19379
193802005-11-03 Lars Hansen <larsh@soem.dk>
19381
19382 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
19383 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
19384 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
19385
193862005-11-03 Romain Francoise <romain@orebokech.com>
19387
19388 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
19389 Update copyright years.
19390
193912005-11-03 Sam Steingold <sds@gnu.org>
19392
19393 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19394 Use system-type instead of window-system because window-system is not
19395 correctly defined during loadup.
19396
193972005-11-02 Mark A. Hershberger <mah@everybody.org>
19398
9c92edca 19399 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
6fee106e
KS
19400 (xml-parse-tag): Join strings separated by a comment properly.
19401
194022005-11-02 Andreas Schwab <schwab@suse.de>
19403
19404 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
19405
194062005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
19407
19408 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
19409 (byte-optimize-pure-func): Quote the eval'd value.
19410
19411 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
19412 Rename from perl-font-lock-syntactic-face-function.
19413 Change the calling convention so it can be used as a font-lock MATCHER.
19414 Do the parse-partial-sexp loop outselves.
19415 (perl-font-lock-syntactic-keywords): Use it.
19416 (perl-mode): Don't set font-lock-syntactic-face-function any more.
19417
194182005-11-02 Nick Roberts <nickrob@snap.net.nz>
19419
19420 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
19421 disassembly buffer too.
19422 (gdb-exited): Remove overlay arrows when execution has finished.
19423 (gdb-info-frames-custom, gdb-info-threads-custom)
19424 (gdb-info-registers-custom): Don't add inappropriate text
19425 properties if inferior is not active.
19426
194272005-11-02 Glenn Morris <rgm@gnu.org>
19428
19429 * progmodes/fortran.el (fortran-blink-match):
19430 Use `blink-matching-delay'.
19431
194322005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
19433
19434 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
19435
194362005-11-02 Lars Hansen <larsh@soem.dk>
19437
19438 * net/tramp.el (tramp-action-out-of-band): Handle scp message
19439 "Permission denied".
19440
194412005-11-01 Richard M. Stallman <rms@gnu.org>
19442
19443 * textmodes/flyspell.el (flyspell-external-point-words):
19444 Pass nil to flyspell-get-word.
19445
194462005-11-02 Kim F. Storm <storm@cua.dk>
19447
19448 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
19449 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
19450
194512005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
19452
19453 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
19454 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
19455 (calendar-mouse-print-dates): Add optional `event' argument.
19456 Update interactive-spec.
19457 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
19458 Use `calendar-event-to-date' instead of `event'.
19459
194602005-11-02 Masatake YAMATO <jet@gyve.org>
19461
19462 * progmodes/ld-script.el (ld-script-builtins):
19463 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
19464 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
19465 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
19466
194672005-11-01 Romain Francoise <romain@orebokech.com>
19468
19469 * vc-sccs.el: Update copyright year.
19470 * ezimage.el: Likewise.
19471
194722005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
19473
19474 * info.el (Info-fontify-node): Use `string-width' for fontifying
19475 underlined titles.
19476
194772005-11-01 Juri Linkov <juri@jurta.org>
19478
19479 * info.el (Info-fontify-node): Downcase node header keywords Node,
19480 Prev, Next, Up before comparison.
19481 (Info-history): Insert absolute directory name, and put invisible
19482 property on it.
19483
194842005-11-01 Juri Linkov <juri@jurta.org>
19485
19486 * info.el (Info-file-supports-index-cookies): New variable.
19487 (Info-find-node-2): Check makeinfo version for index cookie support.
19488 (Info-index-nodes): Search for nodes with index cookies only when
19489 Info-file-supports-index-cookies is t. Otherwise, search nodes
19490 with "Index" in the node name.
19491 (Info-index-node): Search index cookie in the current node only when
19492 Info-file-supports-index-cookies is t. Otherwise, check the word
19493 "Index" in the node name.
19494 (Info-find-emacs-command-nodes): Remove code that searches nodes
19495 with "Index" node name in the top menu.
19496
194972005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
19498
19499 * progmodes/scheme.el (scheme-mode-variables): Use the default
19500 comment-indent-function.
19501
19502 * faces.el (face-attribute): Handle the case where a face inherits from
19503 a non-existent face.
19504
19505 * simple.el (eval-expression-print-format): Use lisp-readable syntax
19506 for octal and hexa output, and merge the char into the paren.
19507 (kill-new): Use push.
19508 (copy-to-buffer): Use with-current-buffer.
19509 (completion-setup-function): Move code in loop to remove redundancy.
19510 (minibuffer-local-must-match-map): Don't add bindings that duplicate
19511 those inherited from minibuffer-local-completion-map.
19512
19513 * savehist.el (savehist-mode) <defcustom>:
19514 Use custom-set-minor-mode if available.
19515 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
19516 and emit a message if applicable.
19517
195182005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
19519
19520 * savehist.el: Sync up to version 19.
19521 (savehist-mode): New minor mode.
19522 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
19523 (savehist-length): Remove (use history-length instead).
19524 (savehist-file-modes): Rename from savehist-modes.
19525 (savehist-save-hook, savehist-loaded): New vars.
19526 (savehist-load): Use savehist-mode. Try to smooth up transition from
19527 old format to new format.
19528 (savehist-install): Allow savehist-autosave-interval to be nil.
19529 (savehist-save): Run the new hook. Be more careful to only trim the
19530 history variables.
19531 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
19532 (savehist-printable): Print into a buffer rather than char-by-char.
19533
195342005-11-01 John Wiegley <johnw@newartisans.com>
19535
19536 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
19537 toggle-ignore keybinding (C-a). The author said it had been
19538 disabled much earlier due to a possible incompatibility, but after
19539 many months of usage I have encountered no problems (and it is a
19540 rather useful option, especially for switching to " *temp*").
19541
19542 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
19543 support for OS/X's AddressBook, by calling out to the open source
19544 program "contacts" (installable through Fink).
19545
19546 * net/eudc.el (eudc-expand-inline): If the
19547 `eudc-multiple-match-handling-method' is set to `all', delete the
19548 query string before inserting the query result.
19549
19550 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
19551 flag, to prevent Eshell from using the system ls when
19552 `eshell-ls-insert-directory' is in used.
19553 (eshell-ls-insert-directory): Disable font-lock in directory
19554 buffer so that Eshell's own fontification is seen. This broke
19555 recently due to changes in font-lock, so this goes back to version
19556 21 behavior.
19557
195582005-11-01 Nick Roberts <nickrob@snap.net.nz>
19559
19560 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
19561 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
19562 (gdb-many-windows): Doc fix.
19563
195642005-10-31 Romain Francoise <romain@orebokech.com>
19565
19566 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
19567
195682005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19569
19570 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19571 that global-font-lock-mode can be enabled by default.
19572
19573 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19574 (font-lock-add-keywords, font-lock-remove-keywords)
19575 (font-lock-fontify-buffer): Remove autoload cookies.
19576
19577 * jit-lock.el (jit-lock-register): Likewise.
19578
19579 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19580
195812005-10-31 Nick Roberts <nickrob@snap.net.nz>
19582
19583 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19584 intact if there is no gud-comint-buffer.
19585
195862005-10-31 Luc Teirlinck <teirllm@auburn.edu>
19587
19588 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19589 old prompt comint-prompt-read-only is t and GDB commands are
19590 issued from tool bar etc.
19591
195922005-10-31 Masatake YAMATO <jet@gyve.org>
19593
19594 * vc.el (vc-directory-exclusion-list): Add "{arch}".
19595
195962005-10-30 Chong Yidong <cyd@stupidchicken.com>
19597
19598 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19599 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19600
196012005-10-30 Michael Albinus <michael.albinus@gmx.de>
19602
19603 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19604 starting at beginning of line. Fontification is messed up when
19605 `open-paren-in-column-0-is-defun-start' set to t.
19606 Reported by John Paul Wallington <jpw@pobox.com>.
19607
196082005-10-30 Luc Teirlinck <teirllm@auburn.edu>
19609
19610 * comint.el (comint-send-input): Call `comint-update-fence' when
19611 `comint-process-echoes' and `comint-prompt-read-only' are both
19612 non-nil, to avoid leftover read-only newline.
19613
196142005-10-30 Richard M. Stallman <rms@gnu.org>
19615
19616 * textmodes/flyspell.el (flyspell-external-point-words):
19617 Detect when WORD can't be checked properly because
19618 flyspell-get-word finds just part of it, and move on.
19619
19620 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19621 boundarychar for Polish.
19622 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19623 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19624
196252005-10-31 Nick Roberts <nickrob@snap.net.nz>
19626
19627 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19628 (gdb-registers-font-lock-keywords): Delete.
19629 (gdb-registers-mode): Don't fontify.
19630 (gdb-info-registers-custom): Use text properties instead as, in
19631 future, changed register values will use font-lock-warning-face.
19632 (gdb-local-font-lock-keywords): Rename to...
19633 (gdb-locals-font-lock-keywords): ...for consistency.
19634
196352005-10-30 Andre Spiegel <spiegel@gnu.org>
19636
19637 * vc.el (vc-switch-backend): Better error message if the buffer is
19638 not visiting a file under version control.
19639
19640 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19641
196422005-10-29 Chong Yidong <cyd@stupidchicken.com>
19643
19644 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19645 ~/.emacs.d/.emacs.
19646
196472005-10-29 Richard M. Stallman <rms@gnu.org>
19648
19649 * replace.el (occur-mode-mouse-goto): Always go to other window.
19650 (occur-mode-goto-occurrence): Always switch in same window.
19651
19652 * simple.el (undo): Display message at end, not at start.
19653
19654 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19655 New arg REUSE-CELL.
19656 (cancel-timer-internal): New function.
19657 (timer-event-handler): Use cancel-timer-internal,
19658 and pass the cell it returns to timer-activate...
19659
19660 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19661 (jit-lock-deferred-fontify, jit-lock-context-fontify)
19662 (jit-lock-after-change): Test memory-full.
19663
196642005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19665
19666 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19667 part of the decoded armor to find the key-identifier.
19668 (pgg-gpg-lookup-key-owner): New function to return the
19669 human-readable identifier of a key owner.
19670 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19671 key itself.
19672 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19673 the key value) if we have a key and can match it against a secret
19674 key. Also, added a note pointing out fact that the prompt only
19675 indicates the first matching key.
19676
19677 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19678 pgg-decrypt-region.
19679 (pgg-pending-timers): A new hash for tracking the passphrase cache
19680 timers, so that new ones supercede old ones.
19681 (pgg-add-passphrase-to-cache): Rename from
19682 `pgg-add-passphrase-cache' to reduce confusion (all callers
19683 changed). Modified to cancel old timers when new ones are added.
19684 (pgg-remove-passphrase-from-cache): Rename from
19685 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19686 changed). Modified to cancel old timers when their keys are
19687 removed from the cache.
19688 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19689 XEmacs, an indirection to delete-itimer.
19690 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19691 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19692 users can only check cache without risk of prompting. Correct bug in
19693 notruncate behavior.
19694 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19695 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19696 Add informative docstrings.
19697 (pgg-decrypt): Convey provided passphrase in subordinate call to
19698 pgg-decrypt-region.
19699
19700 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19701 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19702 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19703 `passphrase' argument, so the passphrase can be managed externally
19704 and then passed in to the system.
19705
19706 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19707 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19708 so the passphrase cache can be used reliably with identifiers
19709 besides a pgp packet's key id.
19710
19711 * pgg-gpg.el (pgg-pgp-encrypt-region)
19712 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19713 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19714 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19715 argument to all these routines, so the passphrase can be managed
19716 externally and passed in to the system.
19717
19718 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19719 `notruncate' argument, so the passphrase cache can be used
19720 reliably with identifiers besides a pgp packet's key id.
19721
197222005-10-29 Sascha Wilde <swilde@sha-bang.de>
19723
19724 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19725 symmetric encryption.
19726 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19727 encrypted session key.
19728 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19729 message ask for the passphrase in a proper way.
19730
19731 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19732 New user commands for symmetric encryption.
19733
197342005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
19735
19736 * textmodes/conf-mode.el (conf-assignment-sign)
19737 (conf-assignment-regexp): Fix docstrings.
19738 (conf-mode-initialize): New function.
19739 (conf-mode): Remove optional args. Use delay-mode-hooks to
19740 recognize recursive calls.
19741 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19742 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19743 (conf-xdefaults-mode): Use define-derived-mode and
19744 conf-mode-initialize.
19745
197462005-10-29 Romain Francoise <romain@orebokech.com>
19747
19748 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19749
197502005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19751
19752 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19753 part of the decoded armor to find the key-identifier.
19754 (pgg-gpg-lookup-key-owner): New function to return the
19755 human-readable identifier of a key owner.
19756 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19757 key itself.
19758 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19759 the key value) if we have a key and can match it against a secret
19760 key. Also, added a note pointing out fact that the prompt only
19761 indicates the first matching key.
19762
19763 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19764 pgg-decrypt-region.
19765 (pgg-pending-timers): A new hash for tracking the passphrase cache
19766 timers, so that new ones supercede old ones.
19767 (pgg-add-passphrase-to-cache): Rename from
19768 `pgg-add-passphrase-cache' to reduce confusion (all callers
19769 changed). Modified to cancel old timers when new ones are added.
19770 (pgg-remove-passphrase-from-cache): Rename from
19771 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19772 changed). Modified to cancel old timers when their keys are
19773 removed from the cache.
19774 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19775 XEmacs, an indirection to delete-itimer.
19776 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19777 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19778 users can only check cache without risk of prompting. Correct bug in
19779 notruncate behavior.
19780 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19781 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19782 Add informative docstrings.
19783 (pgg-decrypt): Convey provided passphrase in subordinate call to
19784 pgg-decrypt-region.
19785
197862005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
19787
19788 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19789 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19790 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19791 `passphrase' argument, so the passphrase can be managed externally
19792 and then passed in to the system.
19793
19794 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19795 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19796 so the passphrase cache can be used reliably with identifiers
19797 besides a pgp packet's key id.
19798
19799 * pgg-gpg.el (pgg-pgp-encrypt-region)
19800 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19801 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19802 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19803 argument to all these routines, so the passphrase can be managed
19804 externally and passed in to the system.
19805
19806 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19807 `notruncate' argument, so the passphrase cache can be used
19808 reliably with identifiers besides a pgp packet's key id.
19809
198102005-10-29 Sascha Wilde <swilde@sha-bang.de>
19811
19812 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19813 symmetric encryption.
19814 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19815 encrypted session key.
19816 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19817 message ask for the passphrase in a proper way.
19818
19819 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19820 New user commands for symmetric encryption.
19821
198222005-10-28 Bill Wohler <wohler@newt.com>
19823
19824 * help-mode.el (help-url): New button type. Calls browse-url.
19825 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19826 Similar to Info nodes: URL `url'.
19827 (help-make-xrefs): Create help-url buttons for
19828 help-xref-url-regexp matches.
19829
198302005-10-29 Nick Roberts <nickrob@snap.net.nz>
19831
19832 * tool-bar.el (tool-bar-add-item-from-menu)
19833 (tool-bar-local-item-from-menu): Fix doc strings.
19834
198352005-10-28 Romain Francoise <romain@orebokech.com>
19836
19837 * ldefs-boot.el: Update.
19838
19839 * subr.el (locate-library): Move from help-fns.el.
19840 * help-fns.el (locate-library): Move to subr.el.
19841
198422005-10-28 Richard M. Stallman <rms@gnu.org>
19843
19844 * net/tramp.el (tramp-completion-mode): defvar moved up.
19845
19846 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19847
19848 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19849
19850 * files.el (find-file-noselect): Use %d to format large file size.
19851
19852 * bindings.el (mode-line-format): Add %e.
19853
19854 * loadup.el ("facemenu"): Load unconditionally.
19855 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19856 ("x-dnd"): Load, when appropriate.
19857
19858 * startup.el (command-line): Call before-init-hook earlier.
19859 Warn about some bad characters in -u user name.
19860
19861 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19862 (flyspell-external-point-words): Error if misspelled word is not found.
19863 Set flyspell-large-region-beg at end of word.
19864
198652005-10-28 Andreas Schwab <schwab@suse.de>
19866
19867 * view.el (View-revert-buffer-scroll-page-forward):
19868 Use view-page-size-default.
19869
198702005-10-28 Juri Linkov <juri@jurta.org>
19871
19872 * international/quail.el (quail-get-current-str): Translate last
19873 raw character for deterministic input methods.
19874
198752005-10-27 Jay Belanger <belanger@truman.edu>
19876
19877 * calc/calc-ext.el: Add functions to autoloads.
19878 (math-identity-matrix-p, math-ident-row-p): New functions.
19879
19880 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19881 multiplication by an identity matrix; don't turn multiplication by
19882 an inverse matrix into division.
19883 (math-div-symbol-fancy): Replace division by matrices with
19884 multiplication by inverse.
19885
19886 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19887
19888 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19889 (calc-writeoutpower): New functions.
19890
198912005-10-27 Romain Francoise <romain@orebokech.com>
19892
19893 * replace.el (occur-engine): Include colon in mouse-face highlight.
19894
19895 * dired-x.el: Change Maintainer field.
19896
198972005-10-26 Chong Yidong <cyd@stupidchicken.com>
19898
19899 * longlines.el (longlines-mode): Bind after-change-functions to
19900 nil during initial decoding and final encoding.
19901
199022005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19903
19904 * term.el (term-emulate-terminal, term-handle-colors-array)
19905 (term-handle-ansi-escape): Specify the terminfo capabilities
19906 implemented.
19907
199082005-10-26 Richard M. Stallman <rms@gnu.org>
19909
19910 * info.el (Info-fontify-node): Fix detection of sentence-break
19911 before *Note.
19912
199132005-10-26 Romain Francoise <romain@orebokech.com>
19914
19915 * smerge-mode.el: Add `tools' to file keywords.
19916
199172005-10-26 Nick Roberts <nickrob@snap.net.nz>
19918
19919 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19920 when the fringe is not available.
19921
19922 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19923 (def-gdb-auto-update-trigger): Simplify construction.
19924 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19925 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19926 defined explicitly.
19927 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19928 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19929 defined explicitly.
19930 (gdb-info-locals-custom): Remove as it's a no-op.
19931
199322005-10-25 Chong Yidong <cyd@stupidchicken.com>
19933
19934 * longlines.el (longlines-mode): Remove narrowing before
19935 performing the initial decoding or final encoding.
19936
199372005-10-25 Romain Francoise <romain@orebokech.com>
19938
19939 * emacs-lisp/find-func.el (find-library-name): Also strip
19940 extension if library name ends in .el, to take advantage of
19941 `find-library-suffixes'.
19942
199432005-10-25 Richard M. Stallman <rms@gnu.org>
19944
19945 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19946
199472005-10-25 Juri Linkov <juri@jurta.org>
19948
19949 * textmodes/texinfo.el (texinfo-mode): Change charset of one
19950 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19951
199522005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19953
19954 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19955 (blackbox-redefine-key): Add argument `map'.
19956
19957 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19958 regions when moving the jit-lock-context-unfontify-pos boundary.
19959
199602005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19961
19962 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19963
199642005-10-25 Masatake YAMATO <jet@gyve.org>
19965
19966 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19967
4fc9bd56 199682005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
6fee106e
KS
19969
19970 * play/blackbox.el (blackbox-redefine-key): New function.
19971 (blackbox-mode-map): Use it to remap existing bindings for cursor
19972 motion instead of binding literal keys.
19973
199742005-10-25 Glenn Morris <rgm@gnu.org>
19975
19976 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19977 diary does not end in a newline. Do not assume a blank line at
19978 the start of the diary file.
19979
199802005-10-25 Kenichi Handa <handa@m17n.org>
19981
19982 * international/quail.el (quail-translate-key): If the input
19983 method is deterministic and failed to handle the last key, restart
19984 the key handling loop from an appropriate key.
19985
199862005-10-25 Michael Albinus <michael.albinus@gmx.de>
19987
19988 * vc.el (vc-dired-mode): Extend comment for binding of
19989 `directory-listing-before-filename-regexp'.
19990
199912005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19992
19993 * textmodes/texinfo.el (texinfo-mode):
19994 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19995 not to unnecessarily expose emacs-mule's internal char codes.
19996
199972005-10-25 Nick Roberts <nickrob@snap.net.nz>
19998
19999 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
20000 Display hand pointer and help-echo on disabled icon too.
20001 (gdb-mouse-until): New function.
20002 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
20003
200042005-10-24 Chong Yidong <cyd@stupidchicken.com>
20005
20006 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
20007 with 2005-10-23 change to doctor.el.
20008
20009 * finder.el (finder-mode-map): Add follow-link binding.
20010
200112005-10-25 Kim F. Storm <storm@cua.dk>
20012
20013 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
20014 to gdb-mouse-toggle-breakpoint-fringe.
20015 (gdb-mouse-toggle-breakpoint-margin): Rename from
20016 gdb-mouse-toggle-breakpoint. Fix doc.
20017 (gdb-mouse-toggle-breakpoint-fringe): New defun.
20018 (gdb-put-string): Add optional SPROPS arg. Add props to string.
20019 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
20020 string properties also for fringe breakpoint bitmaps.
20021
200222005-10-24 Carsten Dominik <dominik@science.uva.nl>
20023
20024 * textmodes/org.el (org-start-icalendar-file): Fix format form.
20025
200262005-10-25 Masatake YAMATO <jet@gyve.org>
20027
20028 * simple.el (completion-common-substring):
20029 Use `completion-common-substring' prior to `completion-base-size'.
20030
200312005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
20032
20033 * savehist.el: Require CL while compiling.
20034 (savehist-history-variables): Remove.
20035 (savehist-save-minibuffer-history, savehist-additional-variables)
20036 (savehist-minibuffer-history-variables): New vars.
20037 (savehist-save): Use them.
20038 (savehist-uninstall, savehist-minibuffer-hook): New funs.
20039 (savehist-install): New fun, extracted from savehist-load.
20040 (savehist-load): Use them.
20041
200422005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20043
20044 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
20045 a dummy doc-string-elt property.
20046 (defalias, defvaralias, define-category): Add a docstring property.
20047
20048 * image.el (defimage):
20049 * widget.el (define-widget):
20050 * custom.el (defface, defcustom): Add `doc-string' declaration.
20051
20052 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
20053 (defadvice): Add `doc-string' declaration.
20054
20055 * emacs-lisp/byte-run.el (macro-declaration-function):
20056 Handle `doc-string' declarations.
20057 (define-obsolete-function-alias, define-obsolete-variable-alias):
20058 Add `doc-string' declaration.
20059
200602005-10-24 Kenichi Handa <handa@m17n.org>
20061
20062 * international/utf-7.el (utf-7): Add autoload cookie.
20063
20064 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
20065
200662005-10-24 Eli Zaretskii <eliz@gnu.org>
20067
20068 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
20069 list of directories passed to batch-update-autoloads. Add "." to
20070 the list of the echoed directories.
20071
20072 * pgg-def.el:
20073 * pgg-gpg.el:
20074 * pgg-parse.el:
20075 * pgg-pgp.el:
20076 * pgg-pgp5.el:
20077 * pgg.el: Moved here from the gnus subdirectory.
20078
200792005-10-24 Nick Roberts <nickrob@snap.net.nz>
20080
20081 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
20082 in case comint-prompt-read-only is set to t.
20083
20084 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
20085 in case comint-prompt-read-only is set to t.
20086
200872005-10-24 Ulf Jasper <ulf.jasper@web.de>
20088
20089 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
20090 Now a string.
20091 (icalendar-import-format): Handle CLASS, STATUS, URL.
20092 Rename `subject' to `summary'.
20093 (icalendar-import-format-summary): Rename from
20094 `icalendar-import-format-subject'.
20095 (icalendar-import-format-url, icalendar-import-format-status)
20096 (icalendar-import-format-class): New variables.
20097 (icalendar--rris): Take variable argument list.
20098 (icalendar--datestring-to-isodate): Remove unnecessary
20099 calendar-style check when converting dates with explicit month names.
20100 (icalendar-export-region): Change return type of conversion
20101 subroutines. Bury current buffer unless error occurred.
20102 (icalendar--convert-to-ical)
20103 (icalendar--parse-summary-and-rest): New functions.
20104 (icalendar--convert-ordinary-to-ical)
20105 (icalendar--convert-weekly-to-ical)
20106 (icalendar--convert-yearly-to-ical)
20107 (icalendar--convert-block-to-ical)
20108 (icalendar--convert-cyclic-to-ical)
20109 (icalendar--convert-anniversary-to-ical): Change return type.
20110 Strip trailing blanks from subject.
20111 (icalendar--convert-sexp-to-ical): Change return type.
20112 Strip trailing blanks from subject. Handle simple sexp
20113 entries as generated by icalendar.el.
20114 (icalendar--convert-float-to-ical)
20115 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
20116 (icalendar-import-file): Doc fix.
20117 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
20118 Correct call to icalendar--rris.
20119 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
20120 `summary'.
20121 (icalendar--add-diary-entry): Rename `subject' to `summary'.
20122
201232005-10-24 Romain Francoise <romain@orebokech.com>
20124
20125 * server.el (server-sentinel): Set query-on-exit flag to nil on
20126 new client processes (it isn't inherited from the server process).
20127
20128 * replace.el (occur-engine): Rearrange text properties.
20129
201302005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
20131
20132 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
20133 case-fold-search is nil.
20134 (debug-help-follow): Use help-xref-interned directly.
20135
201362005-10-23 Chong Yidong <cyd@stupidchicken.com>
20137
20138 * thumbs.el (thumbs-image-type): Add .pbm.
20139
201402005-10-23 Richard M. Stallman <rms@gnu.org>
20141
20142 * faces.el (inhibit-face-set-after-frame-default): New variable.
20143 (set-face-attribute): Bind it.
20144 (face-set-after-frame-default): Test it.
20145
20146 * help-fns.el (describe-simplify-lib-file-name): New function.
20147 (describe-function-1, describe-variable): Use it.
20148
20149 * faces.el (describe-face): Use describe-simplify-lib-file-name.
20150
20151 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
20152 Eliminate nil as possible value.
20153 (tooltip-hide-delay): Reduce internal-border-width.
20154
20155 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
20156 (menu-bar-file-menu) <new-file>: Likewise.
20157
20158 * simple.el (line-move-finish): Ignore fields computing LINE-END.
20159
20160 * international/mule.el (load-with-code-conversion):
20161 Pass full file name to `eval-buffer' unless preloading.
20162
20163 * textmodes/flyspell.el (flyspell-large-region):
20164 Call ispell-check-version.
20165
20166 * textmodes/ispell.el (ispell-local-dictionary-overridden):
20167 Fix the make-variable-buffer-local call that was supposed
20168 to be for this variable.
20169 (ispell-aspell-supports-utf8): Doc fix.
20170 (ispell-find-aspell-dictionaries): Preserve elements of
20171 ispell-dictionary-alist for dictionaries that aspell doesn't report.
20172 (ispell-aspell-find-dictionary): Return nil on error.
20173
20174 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
20175 (doctor-symptoms): Likewise.
20176
20177 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
20178
201792005-10-23 Chong Yidong <cyd@stupidchicken.com>
20180
20181 * cus-edit.el (custom-button, custom-button-pressed): New vars.
20182 (custom-raised-buttons): Add :set spec.
20183 (custom-button-unraised, custom-button-pressed-unraised):
20184 New faces, so that custom-raised-buttons actually does something.
20185 (custom-mode): Use custom-button and custom-button-pressed.
20186
20187 * wid-edit.el (widget-specify-button): Don't ignore
20188 widget-mouse-face on graphic terminals.
20189 (widget-move-and-invoke): Cleanup.
20190
201912005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
20192
20193 * whitespace.el (whitespace-cleanup): Doc fix.
20194
201952005-10-23 Romain Francoise <romain@orebokech.com>
20196
20197 * emulation/viper.el (viper-set-hooks): Quote forms passed to
20198 `eval-after-load' to avoid evaluating their result.
20199
202002005-10-23 Michael Albinus <michael.albinus@gmx.de>
20201
20202 * files.el (directory-listing-before-filename-regexp):
20203 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
20204
20205 * dired.el (dired-move-to-filename-regexp): Remove.
d367ab1f 20206 All occurrences replaced by `directory-listing-before-filename-regexp'.
6fee106e
KS
20207
20208 * dired-x.el, locate.el, vc.el:
20209 Replace `dired-move-to-filename-regexp' by
20210 `directory-listing-before-filename-regexp'. In vc.el it is
20211 overwritten locally; maybe this can be handled in files.el too.
20212
d367ab1f 20213 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
6fee106e
KS
20214 replaced by `directory-listing-before-filename-regexp'.
20215
202162005-10-23 Andreas Schwab <schwab@suse.de>
20217
20218 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
20219 and eval-next-after-load.
20220
202212005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
20222
20223 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
20224 exist, create it.
20225
202262005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
20227
20228 * allout.el: Remove autoloads for mailcrypt and crypt++.
20229 Require pgg, pgg-gpg during compilation.
20230 (allout-version): Increment version number to 2.1, and use a literal
20231 rather than RCS Id.
20232 (allout-default-encryption-scheme): Remove.
20233 (allout-passphrase-verifier-handling)
20234 (allout-passphrase-verifier-string)
20235 (allout-file-passphrase-verifier-string)
20236 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
20237 (allout-passphrase-hint-handling): Rename and simplify.
20238 (allout-init): Use `find-file-hook' if available, otherwise
20239 `find-file-hooks'.
20240 (allout-mode): Use `write-file-functions' if available, otherwise
20241 `local-write-file-hooks' and, instead of making auto-save-hook
20242 buffer local, make the write-file-hook activity contingent to
20243 allout-mode.
20244 (allout-mode): Use key-binding substitution in the docstring.
20245 (allout-kill-line): Spell-out kill ring data structure mutation
20246 instead of using byte-compiler-complaint-provoking `pop'.
20247 (allout-insert-listified): Use `insert' rather than `insert-string'
20248 (allout-toggle-current-subtree-encryption): Update docstring, adjust
20249 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
20250 (allout-encrypt-string): Totally revamped vis new underlying
20251 encryption facilities.
20252 (allout-mc-activate-passwd): Remove.
20253 (allout-obtain-passphrase): New, more or less replaces
20254 allout-mc-activate-passwd.
20255 (allout-encrypted-key-info): More or less replaces
20256 allout-encrypted-text-type.
20257 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
20258 (my-mark-marker): Use `(featurep 'xemacs)'.
20259
202602005-10-23 Lars Hansen <larsh@soem.dk>
20261
20262 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
20263 (byte-compile-file-form-defmumble, byte-compile-defun)
20264 (byte-compile-defmacro): Use it.
20265 (byte-compile-form): Don't call byte-compile-set-symbol-position
20266 when a byte-compile handler is called.
20267
202682005-10-22 Romain Francoise <romain@orebokech.com>
20269
20270 * savehist.el (savehist-history-variables): Add `grep-find-history'.
20271
20272 * subr.el (eval-after-load): Convert library name to an absolute
20273 file name using locate-library, since load-history no longer has
20274 library names in it.
20275
202762005-10-22 Richard M. Stallman <rms@gnu.org>
20277
20278 * files.el (make-temp-file): Move from subr.el.
20279 * subr.el (make-temp-file): Move to files.el.
20280
20281 * window.el (get-buffer-window-list): Move from subr.el.
20282 * subr.el (get-buffer-window-list): Move to window.el.
20283
20284 * image.el (image-load-path): Use eval-at-startup to initialize.
20285
20286 * subr.el (eval-at-startup): New macro.
20287
20288 * subr.el: Much rearrangement of functions and division
20289 into pages. No code changes.
20290
202912005-10-22 Kenichi Handa <handa@m17n.org>
20292
20293 * tar-mode.el (tar-extract): Be sure to call
20294 find-operation-coding-system if set-auto-coding doesn't find a
20295 coding system.
20296
202972005-10-22 Kim F. Storm <storm@cua.dk>
20298
20299 * image.el (image-type-header-regexps): Rename from image-type-regexps.
20300 Change users.
20301 (image-type-file-name-regexps): New defconst.
20302 (image-type-from-data): Simplify loop.
20303 (image-type-from-buffer): New defun.
20304 (image-type-from-file-header): Use it instead of image-type-from-data.
20305 Use image-search-load-path instead of only looking in data-directory.
20306 (image-type-from-file-name): New defun.
20307 (image-search-load-path): Change `pathname' to `filename'.
20308 Make PATH arg optional, default to image-load-path.
20309
203102005-10-21 Richard M. Stallman <rms@gnu.org>
20311
20312 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
20313
20314 * textmodes/paragraphs.el (sentence-end-base): New variable.
20315 (sentence-end): Use sentence-end-base.
20316
203172005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
20318
20319 * font-lock.el (font-lock-default-fontify-region): Check the multiline
20320 property independently from the font-lock-multiline variable.
20321
203222005-10-21 Richard M. Stallman <rms@gnu.org>
20323
20324 * emacs-lisp/find-func.el (find-library-name): Doc fix.
20325
20326 * startup.el (command-line): Convert library names
20327 in `load-history' to absolute file names.
20328
20329 * subr.el (symbol-file): Doc fix.
20330
20331 * loadhist.el (file-loadhist-lookup): Call locate-library
20332 instead of find-library-name. Don't try converting
20333 abs file names to library names, since load-history no longer
20334 has library names in it.
20335 (file-dependents, file-provides, file-requires): Doc fixes.
20336
203372005-10-21 Juri Linkov <juri@jurta.org>
20338
20339 * progmodes/etags.el (tags-table-mode): New function.
20340 (tags-verify-table): Replace initialize-new-tags-table with
20341 tags-table-mode.
20342
20343 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
20344 default value.
20345 (desktop-modes-not-to-save): Add tags-table-mode to the
20346 default value.
20347
20348 * info.el (Info-index-next): Add total number of index
20349 alternatives to the message.
20350
20351 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
20352 backward only space (instead of space and period) before looking
20353 at sentence end.
20354
20355 * simple.el (set-variable): Use user-variable-p instead of symbolp.
20356 Add the old variable value as 4th default-value arg of read-string.
20357
203582005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20359
20360 * cus-face.el (custom-declare-face): Make face from X resources
20361 also on Mac.
20362
20363 * disp-table.el (standard-display-g1, standard-display-graphic):
20364 Refuse to use string glyphs also on Mac.
20365 (standard-display-european): Don't set terminal coding system also
20366 on Mac.
20367
20368 * frame.el (display-screens): Use x-display-screens also on Mac.
20369
203702005-10-21 Romain Francoise <romain@orebokech.com>
20371
20372 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
20373
203742005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
20375
20376 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
20377 and $? into sexps.
20378
20379 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
20380 warning face on open-paren-in-column-0.
20381
20382 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
20383 boundary case. Fix typo.
20384 Suggested by Martin Rudalics <rudalics@gmx.at>.
20385
203862005-10-21 Carsten Dominik <dominik@science.uva.nl>
20387
20388 * textmodes/org.el (org-combined-agenda-icalendar-file)
20389 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
20390 (org-export-icalendar-this-file)
20391 (org-export-icalendar-all-agenda-files)
20392 (org-export-icalendar-combine-agenda-files): New commands.
20393 (org-export-icalendar, org-print-icalendar-entries)
20394 (org-start-icalendar-file, org-finish-icalendar-file)
20395 (org-ical-ts-to-string): New functions.
20396 (org-read-date, org-goto-calendar)
20397 (org-agenda-goto-calendar): Inhibit displaying diary entries by
20398 call to `calendar'.
20399 (orgtbl-setup): Remove the :keys arguments from the menu description.
20400 (org-after-save-iCalendar-file-hook): New variable.
20401
204022005-10-21 Kenichi Handa <handa@m17n.org>
20403
20404 * language/vietnamese.el (tcvn-5712): Make it an alias of
20405 vietnamese-tcvn coding-system.
20406
204072005-10-20 Michael Albinus <michael.albinus@gmx.de>
20408
20409 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
20410 group id is given.
20411
204122005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
20413
20414 * progmodes/sh-script.el (sh-escaped-line-re): New var.
20415 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
20416 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
20417 whose line is either continued or ends with a comment.
20418
204192005-10-20 Romain Francoise <romain@orebokech.com>
20420
20421 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
20422
20423 * replace.el (occur-engine): Add follow-link property.
20424
20425 * font-core.el (font-lock-mode): Doc fix.
20426
204272005-10-20 Richard M. Stallman <rms@gnu.org>
20428
20429 * net/rcirc.el: New file.
20430
204312005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
20432
20433 * term.el (term-term-name): Initialize to "eterm-color".
20434
204352005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
20436
20437 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
20438 for encryption functionality.
20439 Move allout customization subgroup from `editing' to `outlines' group.
20440 Fix commentary keywords to legitimate ones.
20441 Update author info (using my current email address, obscurified).
20442 (allout-encrypt-string, allout-encryption-produce-work-buffer)
20443 (allout-encrypted-topic-p, allout-encrypted-text-type)
20444 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
20445 (allout-situate-encryption-key-verifier)
20446 (allout-get-encryption-key-verifier, allout-verify-key)
20447 (allout-next-topic-pending-encryption)
20448 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
20449 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
20450 (outline-key-verifier-handling, outline-key-hint-handling)
20451 (outline-encrypt-unencrypted-on-saves): New defcustoms.
20452 (allout-file-key-verifier-string, allout-encryption-scheme)
20453 (allout-key-verifier-string, allout-key-hint-string)
20454 (allout-after-save-decrypt): New variables.
20455 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
20456 (allout-after-saves-handler): New hook functions.
20457 (allout-post-command-business): Do allout-after-save-decrypt.
20458 (allout-enable-file-variable-adjustment): Custom var to enable
20459 mechanism for adding and adjusting settings of Emacs file variables.
20460 (allout-adjust-file-variable, allout-file-vars-section-data):
20461 New functions, implement the mechanism.
20462 (outlineify-sticky): Use the file vars mechanism.
20463 (allout-inhibit-protection, allout-during-write-cue)
20464 (allout-override-protect, allout-before-change-protect): Remove.
1a408ced 20465 (allout-flag-region, allout-open-topic): Adjust read-only text.
6fee106e
KS
20466 (allout-open-line-not-read-only): Add to facilitate read-only
20467 text based protection.
20468 (allout-kill-line): Revise to adjust read-only text, clue the
20469 user about the inhibition.
20470 (allout-unprotected): Use unwind-protect.
20471 (allout-shift-in, allout-shift-out): Disallow manually shifting a
20472 topic deeper than the offspring depth of the previous topic -
20473 avoiding confusing "containment discontinuities".
20474 (allout-reindent-bodies): Fix retention of body relative hanging
20475 indent during promotion of collapsed bodies.
20476 (allout-open-topic): Make it easy to open new topic with same
20477 bullet as current topic - topic creation functions provided with
20478 any universal argument provokes now prompt for bullet, defaulting
20479 to the bullet of the previous topic.
20480 (allout-plain-bullets-string, allout-distinctive-bullets-string):
20481 Plain bullet alternates `.' period and `,' comma only. All other
20482 bullets are relegated to special status (but customizable).
20483 (allout-end-of-entry): Rename from allout-end-of-current-entry
20484 since it actually operates w.r.t. most immediately containing
20485 entry, visible or not.
20486 (allout-hide-current-entry, allout-show-current-entry): Use the
20487 revised version.
20488 (allout-old-expose-topic): Solidify deprecation.
20489 (allout-end-of-subtree): Add so we can span concealed as well
20490 as visible topics.
20491 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
20492 (allout-end-of-current-heading): Tweak to just respect the first line.
20493 (allout-get-body-text): Add.
20494 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
20495 when invoked interactively.
20496 (allout-up-current-level): Use `interactive-p'.
20497 (allout-mode, allout-init): Miscellaneous docstring and
20498 operational refinements, as well as hookups of new encryption stuff.
20499 (allout-beginning-of-current-entry): Now works as advertised.
20500 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
20501 (allout-isearch-rectification): Refine condition for isearching.
20502 (allout-isearch-abort, allout-enwrap-isearch)
20503 (allout-flag-region, my-region-active-p): Relocate some macros.
20504 (allout-title): Fallback title is (buffer-name), not
20505 non-existing (current-buffer-name).
20506 (subst-char-in-string): Define if absent (for some XEmacs versions).
20507
205082005-10-20 Jari Aalto <jari.aalto@cante.net>
20509
20510 * mail/sendmail.el (mail-setup-hook, mail-aliases)
20511 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
20512 (mail-citation-prefix-regexp, mail-signature-file)
20513 (mail-default-headers, mail-bury-selects-summary)
20514 (mail-send-nonascii): Add autoload cookies.
20515
205162005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
20517
20518 * frame.el (blink-cursor-mode): Add `mac' to the list of
20519 window-system's that support blinking cursor.
20520
205212005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
20522
20523 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
20524
205252005-10-20 Eli Zaretskii <eliz@gnu.org>
20526
20527 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
20528 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
20529 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
20530
205312005-10-20 Kim F. Storm <storm@cua.dk>
20532
20533 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
20534 (ido-set-current-directory): Don't add / after final @.
20535 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
20536 Explicitly handle ange-ftp completion oddities.
20537 (ido-make-file-list): Don't rotate list at tramp root to avoid
20538 triggering tramp file handler for expand-file-name via get-file-buffer.
20539
205402005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
20541
20542 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
20543
205442005-10-19 Jay Belanger <belanger@truman.edu>
20545
20546 * calc/calc-units.el (math-standard-units): Add units, adjust
20547 symbols and update values.
20548 (math-unit-prefixes): Add more prefixes.
20549
205502005-10-19 Romain Francoise <romain@orebokech.com>
20551
20552 * bookmark.el (bookmark-menu-heading): New face.
20553 (bookmark-bmenu-list): Use it.
20554 Don't fiddle with `baud-rate' at top-level.
20555
205562005-10-18 Chong Yidong <cyd@stupidchicken.com>
20557
20558 * image.el (create-image, find-image): Mention max-image-size in
20559 docstring.
20560
205612005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20562
20563 * savehist.el (savehist-load): Revert to checking XEmacs.
20564
20565 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
20566 Various docstring and line-width fixups.
20567 (conf-mode): Use cond.
20568 Set font-lock-defaults. Don't set comment-use-syntax.
20569
205702005-10-18 David Ponce <david@dponce.com>
20571
20572 * tree-widget.el (tree-widget-button-click): New function.
20573 (tree-widget-button-keymap): Use it.
20574
205752005-10-18 Romain Francoise <romain@orebokech.com>
20576
20577 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20578 (bookmark-bmenu-hide-filenames): Add follow-link property.
20579 Improve help-echo text.
20580
20581 * ffap.el (find-file-at-point): Doc fix.
20582
205832005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20584
20585 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20586
205872005-10-18 Masatake YAMATO <jet@gyve.org>
20588
20589 Install to the CVS repository what I forgot to install in my
20590 2005-10-16 changes.
20591
20592 * progmodes/python.el (python-complete-symbol): Pass the common
20593 prefix substring of completion to `display-completion-list'.
20594
20595 * textmodes/org.el (org-complete): Ditto.
20596
205972005-10-18 Masatake YAMATO <jet@gyve.org>
20598
20599 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20600
20601 * woman.el (WoMan-xref-man-page): New button type derived
20602 from `Man-abstract-xref-man-page'.
20603 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20604
20605 * man.el (Man-abstract-xref-man-page): New button type.
20606 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20607 (Man-highlight-references): Add new optional argument `xref-man-type'.
20608
206092005-10-18 Nick Roberts <nickrob@snap.net.nz>
20610
20611 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20612
206132005-10-17 Chong Yidong <cyd@stupidchicken.com>
20614
20615 * cus-edit.el (Custom-move-and-invoke): Delete.
20616 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20617
20618 * wid-edit.el (widget-move-and-invoke): New function, from
20619 Custom-move-and-invoke.
20620
206212005-10-17 Bill Wohler <wohler@newt.com>
20622
20623 Move all remaining images from lisp/toolbar to etc/images, move
20624 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
20625 the low resolution images in their own directory (low-color).
20626
20627 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20628 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20629 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20630 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20631 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20632 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20633 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20634
20635 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20636 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20637 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20638 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20639 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20640 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20641 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20642 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20643 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20644 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20645 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20646 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20647 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20648 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20649 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20650
20651 To conform with convention, replace the underscore (_) in the
20652 following image names with dash (-) or (/) as appropriate.
20653
20654 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20655 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20656 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20657 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20658 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20659 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20660 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20661 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20662 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20663 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20664 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20665 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20666 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20667 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20668 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20669
20670 * info.el (info-tool-bar-map): Replace underscores in image names
20671 with dashes.
20672
20673 * makefile.w32-in (WINS): Remove toolbar.
20674
20675 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20676
20677 * tool-bar.el: Move to lisp from toolbar. Now that
20678 toolbar is empty, it should be deleted when folks run "cvs up -P".
20679
206802005-10-18 Jay Belanger <belanger@truman.edu>
20681
20682 * calc/calc-store.el (calc-store-into): Get the proper variable name
20683 to display in message.
20684
206852005-10-18 Nick Roberts <nickrob@snap.net.nz>
20686
20687 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20688 expressions display in speedbar for all buffers when debugging.
20689 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20690
20691 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20692 (speedbar-insert-button, speedbar-make-button):
20693 Use add-text-properties.
20694 (speedbar-update-localized-contents)
20695 (speedbar-update-directory-contents)
20696 (speedbar-update-special-contents): Use dolist.
20697 (speedbar-buffer-easymenu-definition): Add a menu separator.
20698
206992005-10-17 Jason Rumney <jasonr@gnu.org>
20700
20701 * makefile.w32-in: Use $(lisp) consistently.
20702 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20703 for shell specific generation of mh-autoloads.
20704
207052005-10-17 Richard M. Stallman <rms@gnu.org>
20706
20707 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20708
207092005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20710
20711 * jit-lock.el (jit-lock-fontify-now):
20712 Move jit-lock-context-unfontify-pos to avoid wasted work.
20713
207142005-10-17 Michael Albinus <michael.albinus@gmx.de>
20715
20716 * net/tramp.el (tramp-completion-mode): New defvar. Used in
20717 `tramp-completion-mode' for checking if we are in completion mode.
20718 (tramp-completion-handle-file-name-all-completions): Reorder code
20719 in order to complete for file names only in case there are no
20720 method/user/host completions. This is necessary for cooperation
20721 with ido. Reported by Kim F. Storm <storm@cua.dk>.
20722
207232005-10-16 Chong Yidong <cyd@stupidchicken.com>
20724
20725 * longlines.el (longlines-search-forward)
20726 (longlines-search-backward): Match any number of spaces.
20727
207282005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
20729
20730 * diff-mode.el (diff-mode): Doc fix.
20731
207322005-10-16 David Reitter <david.reitter@gmail.com>
20733
20734 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20735 as default on darwin and windows systems.
20736
207372005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
20738
20739 * arc-mode.el (archive-zip-extract): Doc fix.
20740
207412005-10-16 Romain Francoise <romain@orebokech.com>
20742
20743 * mouse.el (mouse-1-click-follows-link): Doc fix.
20744
207452005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20746
20747 * savehist.el: Don't require CL at runtime.
20748 (savehist-xemacs): Remove.
20749 (savehist-coding-system): Use utf-8 if present, regardless of religion.
20750 (savehist-no-conversion): Use (featurep 'xemacs).
20751 (savehist-load): Check existence of start-itimer rather than XEmacs.
20752 Use an idle timer.
20753 (savehist-process-for-saving): Replace use of CL funs `subseq' and
20754 `delete-if-not'.
20755
207562005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
20757
20758 * savehist.el: Newer version.
20759 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20760 (savehist-last-checksum, savehist-no-conversion): New vars.
20761 (savehist-autosave, savehist-process-for-saving, savehist-printable):
20762 New functions.
20763 (savehist-load, savehist-save): Use them.
20764 (savehist-delimit): Remove.
20765
207662005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20767
20768 * progmodes/compile.el (compilation-goto-locus): Display the
20769 compilation buffer first and the source buffer second, in case they're
20770 in overlapping frames. Don't raise the compilation frame if it was the
20771 selected window upon entry. Pass the `other-window' arg to
20772 pop-to-buffer.
20773
20774 * info.el (Info-fontify-node): Use dolist.
20775 Change add-text-properties to put-text-property.
20776
207772005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20778
20779 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20780 bound of search.
20781
207822005-10-16 Masatake YAMATO <jet@gyve.org>
20783
20784 * dabbrev.el (dabbrev-completion): Pass the common
20785 prefix substring of completion to `display-completion-list'.
20786
20787 * filecache.el (file-cache-minibuffer-complete)
20788 (file-cache-complete): Ditto.
20789
20790 * tempo.el (tempo-display-completions): Ditto.
20791
20792 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20793
20794 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20795
20796 * eshell/em-hist.el (eshell-list-history): Ditto.
20797
20798 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20799
20800 * mail/mailalias.el (mail-complete): Ditto.
20801
20802 * progmodes/etags.el (complete-tag): Ditto.
20803
20804 * progmodes/make-mode.el (makefile-complete): Ditto.
20805
20806 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20807
20808 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20809
20810 * progmodes/pascal.el (pascal-complete-word)
20811 (pascal-show-completions): Ditto.
20812
20813 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20814
20815 * simple.el (completion-common-substring): New variable.
20816 (completion-setup-function): Use `completion-common-substring'
20817 to put faces.
20818
208192005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20820
20821 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20822 (x-get-selection, mac-select-convert-to-string): Convert from/to
20823 UTF-16 clipboard data as in native byte order, no BOM.
20824
208252005-10-16 Nick Roberts <nickrob@snap.net.nz>
20826
20827 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20828 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20829 (gud-sentinel): Use speedbar-frame to check for speedbar.
20830
208312005-10-15 Richard M. Stallman <rms@gnu.org>
20832
20833 * savehist.el: New file.
20834
208352005-10-14 Karl Chen <quarl@cs.berkeley.edu>
20836
20837 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20838 Fix bug in \bf fontification.
20839
208402005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
20841
20842 * pcvs.el (cvs-edit-log-files): New var.
20843 (cvs-mode-edit-log): New arg `file'.
20844 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20845 Instead force the use of the original file and nothing else.
20846 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20847 the cvs-minor-wrap-function is set.
20848 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20849
208502005-10-14 Bill Wohler <wohler@newt.com>
20851
20852 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20853 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20854 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20855 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20856 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20857 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20858 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20859 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20860 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20861 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20862 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20863 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20864 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20865 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20866 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20867
20868 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20869 appropriately (for example, gud-break to gud/break).
20870
208712005-10-14 Chong Yidong <cyd@stupidchicken.com>
20872
20873 * longlines.el (longlinges-search-function)
20874 (longlines-search-forward, longlines-search-backward): New functions.
20875 (longlines-mode): Set isearch-search-fun-function to
20876 longlinges-search-function.
20877
20878 * mouse.el (mouse-drag-region-1): Handle the case where a
20879 double-click event is bound to an arbitrary function.
20880
208812005-10-14 David Ponce <david@dponce.com>
20882
20883 * recentf.el (recentf-track-opened-file)
20884 (recentf-track-closed-file, recentf-update-menu)
20885 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20886 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20887 mouse-1-click-follows-link.
20888
208892005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20890
20891 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20892 Gnome file-manager.png. Suggested by
20893 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20894
20895 * toolbar/README: Add diropen.xpm.
20896
208972005-10-13 Bill Wohler <wohler@newt.com>
20898
20899 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20900 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
20901
209022005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20903
20904 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20905 Don't waste the byte-compiler's time on constant data.
20906
209072005-10-13 Kenichi Handa <handa@m17n.org>
20908
20909 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20910 byte with `escape-glyph' face.
20911
20912 * international/fontset.el (ccl-encode-unicode-font):
20913 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20914 Handle the case that ucs-mule-to-mule-unicode translates a character to
20915 ASCII (usually for IPA characters).
20916
209172005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20918
20919 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20920 Don't hide the underline of titles if font-lock-mode is disabled.
20921
209222005-10-12 Bill Wohler <wohler@newt.com>
20923
20924 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
20925 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20926 files in MH-E-SRC have been updated.
20927 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20928
209292005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20930
20931 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20932 (mixal-mode-syntax-table): Add \n as end-comment.
20933 (mixal-operation-codes-alist): Immediately initialize to full value.
20934 (mixal-add-operation-code): Remove.
20935 (mixal-describe-operation-code): Make the arg non-optional.
20936 Use the interactive spec instead.
20937 Use mixal-operation-codes-alist rather than mixal-operation-codes.
20938 (mixal-font-lock-keywords): Don't highlight comments here any more.
20939 (mixal-font-lock-syntactic-keywords): New var.
20940 (mixal-mode): Use it. Fix comment-start-skip.
20941
209422005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20943
1a408ced 20944 * startup.el (command-line-x-option-alist): -nb => -nbi.
6fee106e
KS
20945
209462005-10-12 Kim F. Storm <storm@cua.dk>
20947
20948 * startup.el (fancy-splash-default-action): Discard mouse click in
20949 the splash screen window, as it has no sensible meaning in the
20950 next window to be selected. Fixes error reported by Jan D.
20951
209522005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20953
20954 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20955
209562005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20957
20958 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20959 Try to fix up minor layout issues like indentation, line break, etc...
20960 (mixal-mode-syntax-table): Don't try to specify comment syntax,
20961 because it doesn't work.
20962 (mixal-operation-codes): Add some more codes.
20963 (mixal-font-lock-keywords): Process comments here.
20964 (mixal-mode): mixasm no longer needs -g option.
20965
209662005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
20967
20968 * progmodes/sh-script.el (sh-tmp-file):
20969 Use mktemp -t. Finish support for es and rc shells.
20970
209712005-10-11 Jay Belanger <belanger@truman.edu>
20972
20973 * calc/calcalg2.el (calc-integral): With an argument, compute the
20974 definite integral.
20975
209762005-10-11 Chong Yidong <cyd@stupidchicken.com>
20977
20978 * mouse.el (mouse-drag-region-1): Don't try to catch a
20979 double-click when doing follow-link (it's overridden anyway).
20980
209812005-10-11 Juanma Barranquero <lekktu@gmail.com>
20982
20983 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20984 (autoload-print-form-outbuf): Add docstring.
20985
209862005-10-11 Juri Linkov <juri@jurta.org>
20987
20988 * info.el (Info-mode-menu): Delete menu item "Edit".
20989 (Info-mode): Delete description of Info-edit from docstring,
20990 and rearrange descriptions of Info commands in the order
20991 they are documented in the Info manual.
20992
209932005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20994
20995 * calendar/appt.el (appt-check): Use diary-selective-display var.
20996
209972005-10-10 Richard M. Stallman <rms@gnu.org>
20998
20999 * net/newsticker.el (newsticker-start, newsticker-show-news):
21000 Add autoload cookies.
21001
210022005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
21003
21004 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
21005
210062005-10-10 Karl Chen <quarl@cs.berkeley.edu>
21007
21008 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
21009
210102005-10-10 Jay Belanger <belanger@truman.edu>
21011
21012 * calc/calc-arith.el (math-check-known-scalarp)
21013 (math-check-known-matrixp): Check the values of arguments that are
21014 variables.
21015 (math-check-known-square-matrixp): New function.
21016 (math-known-square-matrixp): Use math-check-known-square-matrixp.
21017 (math-super-types): Add sqmatrix type.
21018
21019 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
21020 mode name `square' to `sqmatrix'.
21021
21022 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
21023 mode name `square' to `sqmatrix'.
21024
210252005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
21026
21027 * progmodes/etags.el (select-tags-table-mode): Don't use
21028 selective-display.
21029 (tags-select-tags-table): Pass `button' to the action function.
21030 (select-tags-table): Place the side-info on button properties rather
21031 than in hidden text. Abbreviate file names.
21032 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
21033 (select-tags-table-select): Add `button' argument.
21034 Get side-info from the button property rather than from hidden text.
21035
210362005-10-11 Nick Roberts <nickrob@snap.net.nz>
21037
21038 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
21039 (gud-speedbar-buttons): Preserve point if possible.
21040 (gud-sentinel): Restore previous speedbar display type.
21041
21042 * progmodes/gdb-ui.el (gdba): Improve diagram.
21043 (def-gdb-auto-update-handler, gdb-info-locals-handler)
21044 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
21045 Call get-buffer-window once.
21046
210472005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
21048
21049 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
21050 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
21051 (pascal-indent-command): Remove unused var `ind'.
21052 (pascal-indent-case): Remove unused var `oldpos'.
21053 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
21054 since it's now used as a proper minor mode map.
21055 (pascal-outline): Rename to pascal-outline-mode.
21056 (pascal-outline-mode): Use define-minor-mode.
21057 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
21058 selective-display.
21059
210602005-10-10 Andreas Schwab <schwab@suse.de>
21061
21062 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
21063 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
21064
21065 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
21066 outside source directory.
21067
210682005-10-10 Carsten Dominik <dominik@science.uva.nl>
21069
21070 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
21071 C-x' as a prefix.
21072 (orgtbl-mode-map): Full keymap instead of sparse, because all
21073 `self-insert-command' keys are redefined in this map.
21074 (org-export-as-html): Specify charset for HTML file, by taking it
21075 from the coding system.
21076
210772005-10-10 Kenichi Handa <handa@m17n.org>
21078
21079 * textmodes/flyspell.el (flyspell-check-word-p):
21080 If unread-command-events is non-empty, don't call sit-for.
21081
210822005-10-09 Richard M. Stallman <rms@gnu.org>
21083
21084 * font-lock.el (font-lock-syntactic-keywords)
21085 (font-lock-keywords): Doc fixes.
21086
21087 * textmodes/flyspell.el (flyspell-external-point-words):
21088 Simplify logic, and don't try to check for consecutive appearances
21089 of one incorrect word.
21090
210912005-10-10 Nick Roberts <nickrob@snap.net.nz>
21092
21093 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
21094 separator.
21095
21096 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
21097 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
21098 (gud-expansion-speedbar-buttons): New function.
21099 (gud-speedbar-buttons): Check for gud-comint-buffer.
21100
211012005-10-09 Bill Wohler <wohler@newt.com>
21102
21103 * Makefile.in (updates): Add mh-loaddefs dependency.
21104
211052005-10-09 Chong Yidong <cyd@stupidchicken.com>
21106
21107 * speedbar.el (speedbar-file-key-map): Fix typo.
21108
211092005-10-09 Daniel Brockman <daniel@brockman.se>
21110
21111 * cus-start.el (line-spacing): Add custom spec.
21112
211132005-10-09 Romain Francoise <romain@orebokech.com>
21114
21115 * textmodes/ispell.el (ispell-check-version): Fix last change.
21116
211172005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21118
21119 * term/x-win.el: Remove -i, --icon-type from comment.
21120
21121 * startup.el (command-line-x-option-alist): Remove options -i,
1a408ced 21122 -itype, --icon-type, added -nb, --no-bitmap-icon.
6fee106e
KS
21123
211242005-10-09 Nick Roberts <nickrob@snap.net.nz>
21125
21126 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
21127 instead of :active.
21128
211292005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
21130
21131 * textmodes/ispell.el (ispell-check-version):
21132 Ignore hyphen, and all that follows, in aspell's version text.
21133
211342005-10-08 Jay Belanger <belanger@truman.edu>
21135
21136 * calc/calc-arith.el (math-known-square-matrixp): New function.
21137 (math-pow-fancy): Check for matrices before distributing exponent
21138 across products.
21139
21140 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
21141 fullscreen keypad. Suggested by Luc Teirlinck.
21142 (calc-keypad-show-input): Add space for formatting.
21143
21144 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
21145 Add square matrix option.
21146
21147 * calc/calc-poly.el (math-expand-term): Check for matrices instead
21148 of checking calc-matrix-mode when deciding how to expand.
21149
21150 * calc/calc.el (calc-set-mode-line): Add square matrix option.
21151
211522005-10-08 Lars Hansen <larsh@soem.dk>
21153
21154 * net/tramp.el (tramp-perl-directory-files-and-attributes):
21155 Add error handling.
21156 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
21157
211582005-10-08 Michael Albinus <michael.albinus@gmx.de>
21159
21160 Sync with Tramp 2.0.51.
21161
21162 * net/tramp.el (tramp-handle-set-visited-file-modtime)
21163 (tramp-handle-insert-file-contents, tramp-handle-write-region):
21164 Insert special handling for `last-coding-system-used', again
21165 it still seems to be necessary (unlike stated before).
21166 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
21167 (tramp-password-prompt-regexp): There might be other words before
21168 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
21169 (tramp-chunksize): Improve docstring.
21170 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
21171 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
21172 Christian Joergensen <bugs@razor.dk>.
21173
211742005-10-07 Glenn Morris <rgm@gnu.org>
21175
21176 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
21177 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
21178 precision'.
21179
211802005-10-07 Romain Francoise <romain@orebokech.com>
21181
21182 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
21183 (ibuffer-do-shell-command-pipe-replace)
21184 (ibuffer-do-shell-command-file, ibuffer-do-eval)
21185 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
21186 (ibuffer-do-revert, ibuffer-do-replace-regexp)
21187 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
21188 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
21189 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
21190 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
21191 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
21192 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
21193 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
21194 Autoload file sans suffix.
21195
21196 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
21197
211982005-10-07 David Ponce <david@dponce.com>
21199
21200 * recentf.el (recentf-menu-open-all-flag): New option.
21201 (recentf-digit-shortcut-command-name): New function.
21202 (recentf--shortcuts-keymap): New variable.
21203 (recentf-menu-shortcuts): New variable.
21204 (recentf-make-menu-items): Initialize it. Replace the "More..."
21205 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
21206 (recentf-menu-value-shortcut): New function.
21207 (recentf-make-menu-item): Use it. No more in-lined.
21208 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
21209 (recentf-open-most-recent-file): Rename from
21210 `recentf-open-file-with-key'. Don't depend on key binding.
21211 (recentf-mode-map): New variable.
21212 (recentf-mode): Use it.
21213
212142005-10-06 Bill Wohler <wohler@newt.com>
21215
21216 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
21217
21218 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
21219 (MH-E-SRC): New. Used by mh-autoloads.
21220 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
21221 files in MH-E-SRC have been updated.
21222 (compile, recompile, bootstrap): Depend on mh-autoloads.
21223
212242005-10-07 Nick Roberts <nickrob@snap.net.nz>
21225
21226 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
21227 gud-break and gud-remove icons when the fringe is not available.
21228
21229 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
21230 Typo.
21231
4fc9bd56 212322005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
6fee106e
KS
21233
21234 * play/zone.el (zone): Wrap body with save-window-excursion.
21235
212362005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
21237
21238 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
21239 Use the new `list-only' arg to diary-list-entries.
21240
21241 * calendar/diary-lib.el: Use overlays rather than selective-display.
21242 (diary-selective-display): New var.
21243 (diary-header-line-format): Use it.
21244 (diary-list-entries): Add argument `list-only'.
21245 Put the buffer in diary-mode. Don't add \^M at beg and end.
21246 Replace \^M by invisible overlays.
21247 (diary-unhide-everything): Replace \^M by invisible overlays.
21248 (print-diary-entries): Look for overlays rather than \^M.
21249 Add a space to the temp buffer name.
21250 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
21251 Put the buffer in diary-mode.
21252 (list-sexp-diary-entries): Replace \^M by invisible overlays.
21253 (diary-anniversary): Make the year arg optional.
21254 (diary-time-regexp): New const.
21255 (diary-font-lock-keywords): Use it to accept a few more time formats.
21256
21257 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
21258
212592005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
21260
21261 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
21262 Fix bug introduced 2005-07-03: Use (car (last ...))
21263 to faithfully reproduce replaced artist-last.
21264 (artist-set-arrow-points-for-poly): Likewise.
21265 Suggested by Johan Bockg\e,Ae\e(Brd.
21266
212672005-10-06 Juanma Barranquero <lekktu@gmail.com>
21268
21269 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
21270 * wid-edit.el (widget):
21271 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
21272 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
21273
212742005-10-06 Kenichi Handa <handa@m17n.org>
21275
21276 * international/mule-cmds.el (set-language-environment):
21277 Fix setting up of case-table for unibyte mode.
21278
21279 * simple.el (what-cursor-position): If the character is displayed
21280 by some `display' text property, show that. Don't use
21281 single-key-description for eight-bit characters in multibyte mode.
21282
212832005-10-06 Nick Roberts <nickrob@snap.net.nz>
21284
21285 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
21286 (gdb-ann3): Set it.
21287 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
21288 (gdb-info-frames-custom): Use inverse-video for first five
21289 characters of selected frame only.
21290 (gdb-get-frame-number): Select frame even when point is on frame
21291 number.
21292
212932005-10-06 Masatake YAMATO <jet@gyve.org>
21294
21295 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
21296 Put `font-lock-function-name-face'.
21297 (gdb-info-frames-custom): Put `font-lock-function-name-face'
21298 and `font-lock-variable-name-face'
21299 (gdb-registers-font-lock-keywords): New font lock keywords definition.
21300 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
21301 (gdb-memory-font-lock-keywords): New font lock keywords definition.
21302 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
21303 (gdb-local-font-lock-keywords): New font lock keywords definition.
21304 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
21305 (gdb-threads-font-lock-keywords): New font lock keywords definition.
21306 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
21307
213082005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
21309
21310 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
21311 (ediff-merge-region-is-non-clash-to-skip): Previously called
21312 ediff-merge-region-is-non-clash.
21313
21314 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
21315 Use insert-buffer-substring.
21316
21317 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
21318 selecting files to patch. Also bug fixes.
21319
21320 * ediff-util.el (ediff-setup): Bug fix.
21321 (ediff-next-difference): Never skip clashes that differ in white
21322 space only.
21323
21324 * ediff-wind.el (ediff-setup-control-frame)
21325 (ediff-destroy-control-frame): Check the menubar feature.
21326
21327 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
21328 (viper-refresh-mode-line): Use make-local-variable to localize
21329 some vars instead of make-variable-buffer-local. Suggested by
21330 Stefan Monnier.
21331
21332 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
21333 (viper-restore-cursor-type, viper-set-insert-cursor-type):
21334 Use make-local-variable instead of make-variable-buffer-local.
21335 Suggested by Stefan Monnier.
21336
21337 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
21338 (viper-comint-mode-hook): Use make-local-variable on
21339 require-final-newline.
21340 (viper-non-hook-settings): Don't use make-variable-buffer-local.
21341
213422005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
21343
21344 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
21345 also the second char of a comment-start sequence.
21346 (scheme-sexp-comment-syntax-table): New var.
21347 (lambda, define): Set their scheme-doc-string-elt property.
21348 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
21349 Use lisp-font-lock-syntactic-face-function now that it properly
21350 handles |...| symbols.
21351 (scheme-mode-variables): Set lisp-doc-string-elt-property,
21352 parse-sexp-lookup-properties and font-lock-extra-managed-props.
21353
21354 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
21355 bit from # to |.
21356 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
21357
21358 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
21359 (lisp-doc-string-elt-property): New var.
21360 (lisp-font-lock-syntactic-face-function): Use it.
21361 Rewrite to recognize docstrings even for forms not at toplevel.
21362
21363 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
21364 annotation on the | part of #| rather than on the # part.
21365 (scheme-font-lock-syntactic-face-function): New function, to
21366 distinguish strings from |...| symbols.
21367 (scheme-mode-variables): Use it. Also fix up the font-lock-time
21368 syntax-table so that #|...|# is properly highlighted.
21369
21370 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
21371 Don't mark as docstring the 3rd elem of an unknown toplevel form.
21372
213732005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
21374
21375 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
21376 and C-e.
21377
21378 * emacs-lisp/eldoc.el: Move comments into docstrings.
21379 (eldoc-message-commands): Initialize in its declaration.
21380 Add move-beginning-of-line and move-end-of-line.
21381 (eldoc-add-command, eldoc-add-command-completions)
21382 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
21383
21384 * outline.el (outline-mark-subtree): Activate the mark.
21385
21386 * calendar/appt.el (appt-time-regexp): New var.
21387 (appt-add, appt-make-list): Use it.
21388 (appt-convert-time): Clean up.
21389
21390 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
21391 Don't set any syntax-table property here.
21392 (tex-font-lock-verb): New function. Do it here.
21393 (tex-font-lock-syntactic-keywords): Use it.
21394
213952005-10-04 Richard M. Stallman <rms@gnu.org>
21396
21397 * wid-edit.el (widget-file-complete): Get the widget start point
21398 the right way. Default directory to `/' if file has none.
21399
21400 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
21401
21402 * textmodes/flyspell.el (flyspell-mode-on):
21403 Call ispell-maybe-find-aspell-dictionaries.
21404
21405 * textmodes/ispell.el (ispell-word, ispell-region):
21406 Call ispell-maybe-find-aspell-dictionaries.
21407 (ispell-accept-buffer-local-defs):
1a408ced 21408 Don't call ispell-maybe-find-aspell-dictionaries.
6fee106e
KS
21409
214102005-10-04 Richard M. Stallman <rms@gnu.org>
21411
21412 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
21413
214142005-10-04 Emilio C. Lopes <eclig@gmx.net>
21415
21416 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
21417 instead of `fboundp' in order to allow for anonymous functions.
21418
214192005-10-04 Chong Yidong <cyd@stupidchicken.com>
21420
21421 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
21422 case the user clicks on the link while another window is selected.
21423 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
21424
21425 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
21426 functionality.
21427 (dframe-help-echo): Save point in case mouse tracking is off.
21428
214292005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
21430
21431 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
21432
214332005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21434
21435 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
21436 not change the global value of those vars.
21437
21438 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
21439 make-local-variable which we do not need any more.
21440
214412005-10-03 Chong Yidong <cyd@stupidchicken.com>
21442
21443 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
21444 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
21445 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
21446 (speedbar-path-line): Define obsolete aliases.
21447 (speedbar-line-directory): Doc fix.
21448
21449 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
21450 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
21451 instead of speedbar-line-path.
21452
214532005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21454
21455 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
21456 to nil if dropping on a window. Handle dropping on a minibuffer window
21457 like dropping on a non-window part of Emacs.
21458
214592005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21460
21461 * net/ange-ftp.el: Use with-current-buffer.
21462 (ange-ftp-insert-directory): Do not follow symlinks any more.
21463
21464 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
21465 Remove interactive spec.
21466
214672005-10-03 Kim F. Storm <storm@cua.dk>
21468
21469 * ido.el (ido-mode): Use custom-initialize-set.
21470
214712005-10-02 Richard M. Stallman <rms@gnu.org>
21472
21473 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
21474 Use insert-buffer-substring.
21475
21476 * net/tramp.el: Pacify byte compiler warnings in pacification code.
21477 (tramp-handle-file-local-copy): Use insert-buffer-substring.
21478
214792005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
21480
21481 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
21482 in last change.
21483 (ange-ftp-insert-directory): Fix up the search for the case where
21484 `file' is absolute.
21485
214862005-10-02 Romain Francoise <romain@orebokech.com>
21487
21488 * progmodes/compile.el (compile-goto-error): Delete extra paren.
21489
214902005-10-02 Andreas Schwab <schwab@suse.de>
21491
21492 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
21493 directory component in the session info.
21494
214952005-10-01 Richard M. Stallman <rms@gnu.org>
21496
21497 * comint.el (comint-redirect-subvert-readonly): Doc fix.
21498
21499 * simple.el (next-error-internal): New function.
21500
21501 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
21502 (compilation-start): Pass new arg to compilation-buffer-name.
21503 (compile-goto-error): Use next-error-internal.
21504
215052005-10-01 Chong Yidong <cyd@stupidchicken.com>
21506
21507 * speedbar.el: Remove RCS tag.
21508 (speedbar-check-read-only): Handle non-existent files.
21509
21510 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
21511
21512 * info.el (Info-speedbar-hierarchy-buttons)
21513 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
21514
215152005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21516
21517 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
21518 Do not match newline.
21519 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
21520 (bibtex-summary): Remove unnecessary save-excursion.
21521 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
21522
215232005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21524
21525 * term/mac-win.el: Add charset info for "iso10646-1".
21526 Modify default fontset to use ATSUI-compatible fonts for some charsets
21527 if available.
21528
215292005-10-01 Chong Yidong <cyd@stupidchicken.com>
21530
21531 * speedbar.el: Re-apply arch tag.
21532 (speedbar-version): Rename to version 1.0. Suggested by Eric
21533 M. Ludlam.
21534 Reapply two changes from Emacs CVS' version of speedbar lost
21535 during the merge:
21536 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
21537 (speedbar-frame-parameters): Improve customize type.
21538
215392005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
21540
21541 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
21542 (ange-ftp-file-directory-p): Fix the symlink case.
21543 (ange-ftp-insert-directory): When listing a single file, get a list of
21544 the parent buffer and extract the relevant line. Inspired from a patch
21545 by Katsumi Yamaoka <yamaoka@jpl.org>.
21546 (ange-ftp-file-name-sans-versions): Simplify.
21547
215482005-09-30 Bill Wohler <wohler@newt.com>
21549
21550 Move MH-E image files from toolbar and mail directories into
21551 etc/images.
21552
21553 * mail/reply2.*: Move to etc/images/mail/reply*.
21554
21555 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
21556 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
21557 etc/images.
21558
21559 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
21560 * toolbar/reply*: Move to etc/images/mail.
21561
21562 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
21563
215642005-09-30 Eric M. Ludlam <zappo@gnu.org>
21565
21566 * speedbar.el: New version 1.0pre3.
21567
21568 Frame management code (including timer, and mouse click specifics)
21569 moved to dframe.el:
21570 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
21571 (speedbar-timer): Removed. Use dframe-timer.
21572 (speedbar-close-frame): Removed. Use dframe-close-frame.
21573 (speedbar-activity-change-focus-flag): Removed. Use
21574 dframe-activity-change-focus-flag.
21575 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
21576 dframe-update-speed.
21577
21578 (speedbar-current-frame): New macro. Use this instead of the
21579 variable speedbar-frame.
21580
21581 (speedbar-use-images, speedbar-expand-image-button-alist)
21582 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21583
21584 (speedbar-find-image-on-load-path): Removed. Replaced by
21585 defezimage in ezimage.el.
21586 (speedbar-expand-image-button-alist): Removed. Replaced by
21587 ezimage-expand-image-button-alist in ezimage.el.
21588
21589 (speedbar-ignored-directory-regexp)
21590 (speedbar-add-ignored-directory-regexp)
21591 (speedbar-ignored-directory-expressions)
21592 (speedbar-line-directory, speedbar-buffers-line-directory)
21593 (speedbar-directory-line, speedbar-buffers-line-directory):
21594 Renamed, replacing `path' with `directory'.
21595
21596 (speedbar-create-directory, speedbar-expand-line-descendants)
21597 (speedbar-toggle-line-expansion)
21598 (speedbar-contract-line-descendants): New commands.
21599
21600 (speedbar-query-confirmation-method, speedbar-select-frame-method)
21601 (speedbar-use-tool-tips-flag): New options.
21602
21603 (speedbar-check-read-only, speedbar-require-version)
21604 (speedbar-insert-separator, speedbar-buffers-tail-notes)
21605 (speedbar-handle-delete-frame, speedbar-try-completion)
21606 (speedbar-update-localized-contents): New functions.
21607
21608 (speedbar-incompatible-version, speedbar-ro-to-do-point)
21609 (speedbar-object-read-only-indicator): New variables.
21610
21611 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21612 New hooks.
21613
21614 (speedbar-separator-face): New face.
21615
21616 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21617 (speedbar-ignored-modes): Add fundamental-mode.
21618 (speedbar-directory-unshown-regexp): Add . directories.
21619
21620 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21621 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21622 `]' for full expand/close.
21623 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21624
21625 (speedbar-check-vc): Support hidden files.
21626 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21627 (speedbar-this-file-in-vc): Use vc-state if available. If VC
21628 state is nil, it is not checked out.
21629
21630 (speedbar-line-text, speedbar-line-token): Support expand buttons
21631 with no text.
21632 (speedbar-refresh): Universal argument acts as power-click.
21633 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21634 that buffer to get variable values.
21635
21636 And many other bugfixes.
21637
21638 * dframe.el, ezimage.el, sb-image.el: New files.
21639
21640 * sb-*.xpm: Remove files. New image files installed into
21641 etc/images/ezimage.
21642
216432005-09-30 Kenichi Handa <handa@m17n.org>
21644
21645 * ps-mule.el (ps-mule-show-warning): If a character is in
21646 ps-print-translation-table, don't treat it as non-printable.
21647
216482005-09-30 David Ponce <david@dponce.com>
21649
21650 * tree-widget.el (tree-widget-themes-load-path): New variable.
21651 (tree-widget-themes-directory): Doc fix.
21652 (tree-widget-image-formats) [Emacs]: Doc fix.
21653 (tree-widget--locate-sub-directory): New function.
21654 (tree-widget-themes-directory): Use it.
21655
21656 * recentf.el (recentf-filename-handlers): Rename from
21657 `recentf-filename-handler'. Allow a list of functions.
21658 (recentf-menu-items-for-commands): Fix :help strings.
21659 (recentf-apply-filename-handlers): New function.
21660 (recentf-expand-file-name): Use it.
21661 (recentf-cleanup): Remove duplicates too.
21662
216632005-09-29 Juri Linkov <juri@jurta.org>
21664
21665 * faces.el: Rearrange face definitions to be in the same order as
21666 their face descriptions in "(emacs)Standard Faces".
21667
21668 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21669
21670 * tooltip.el (tooltip): Add group `basic-faces'.
21671
21672 * buff-menu.el (Buffer-menu-buffer): Remove group
21673 `font-lock-highlighting-faces'.
21674
21675 * progmodes/compile.el (compilation-error, compilation-warning)
21676 (compilation-info, compilation-line-number, compilation-column-number):
21677 Change group from `font-lock-highlighting-faces' to `compilation'.
21678
21679 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21680 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21681 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21682 (vhdl-font-lock-reserved-words-face)
21683 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21684 `font-lock-highlighting-faces'.
21685
21686 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21687
216882005-09-28 Kim F. Storm <storm@cua.dk>
21689
21690 * emulation/cua-base.el: Set CUA move property on additional commands:
21691 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21692 forward-sexp, backward-sexp, forward-list, backward-list.
21693
216942005-09-28 Romain Francoise <romain@orebokech.com>
21695
21696 * comint.el (comint-show-output): Really set point at the
21697 beginning of the output when not using `comint-use-prompt-regexp'.
21698
216992005-09-27 Jay Belanger <belanger@truman.edu>
21700
21701 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21702 in TeX mode.
21703
217042005-09-26 Juanma Barranquero <lekktu@gmail.com>
21705
21706 * textmodes/org.el (org-table-sum): Fix format string.
21707
21708 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21709 Quote face names.
21710
217112005-09-26 Romain Francoise <romain@orebokech.com>
21712
21713 * isearch.el (isearch-forward-regexp): Close doc string.
21714
217152005-09-25 Richard M. Stallman <rms@gnu.org>
21716
21717 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21718
21719 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21720
21721 * progmodes/compile.el (compilation-error-properties):
21722 When getting the file from the previous error message,
21723 correctly decode the new data format.
21724
21725 * progmodes/cc-cmds.el (c-electric-paren):
21726 Call old-blink-paren only for close-paren.
21727
217282005-09-24 Andreas Schwab <schwab@suse.de>
21729
21730 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21731 condition.
21732
217332005-09-25 Romain Francoise <romain@orebokech.com>
21734
21735 * dired-aux.el (dired-copy-file-recursive):
21736 * dired.el (dired-delete-file):
21737 * ediff-mult.el (ediff-dir-diff-copy-file):
21738 * ediff-util.el (ediff-test-save-region):
21739 * forms.el (forms-mode):
21740 * ido.el (ido-file-internal, ido-delete-file-at-head):
21741 * log-edit.el (log-edit-done):
21742 * ses.el (ses-yank-resize):
21743 * play/gomoku.el (gomoku-human-plays, gomoku)
21744 (gomoku-human-resigns, gomoku-prompt-for-other-game)
21745 (gomoku-offer-a-draw):
21746 * play/landmark.el (lm-human-resigns, lm):
21747 * net/eudcb-ldap.el (eudc-ldap-check-base):
21748 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21749 * progmodes/ebrowse.el (ebrowse-find-pattern):
21750 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21751 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21752 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21753
21754 * vc.el (vc-delete-file):
21755 * play/gomoku.el (gomoku-terminate-game, gomoku)
21756 (gomoku-prompt-for-move, gomoku-human-takes-back):
21757 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21758 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21759
217602005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
21761
21762 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21763 color rxvt terminals by using the code xterm.el used to use before
21764 2005-04-09 in order to match the colors used by rxvt.
21765
217662005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21767
21768 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21769 colors rxvt-unicode terminals by using the same code as xterm.el.
21770
217712005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
21772
21773 * textmodes/tex-mode.el (tex-font-lock-append-prop)
21774 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21775 new symbol used for the tex-verbatim face.
21776
217772005-09-24 Emilio C. Lopes <eclig@gmx.net>
21778
21779 * woman.el (woman-file-name):
21780 * wid-edit.el (widget-file-prompt-value)
21781 (widget-coding-system-prompt-value):
21782 * w32-fns.el (set-w32-system-coding-system):
21783 * vc.el (vc-version-diff, vc-annotate):
21784 * textmodes/reftex-auc.el (reftex-arg-cite)
21785 (reftex-arg-index-tag):
21786 * textmodes/refer.el (refer-get-bib-files):
21787 * textmodes/artist.el (artist-figlet-choose-font):
21788 * terminal.el (terminal-emulator):
21789 * replace.el (occur-read-primary-args):
21790 * rect.el (string-rectangle, string-insert-rectangle):
21791 * ps-print.el (ps-print-preprint):
21792 * progmodes/pascal.el (pascal-goto-defun):
21793 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21794 * progmodes/compile.el (compilation-find-file):
21795 * printing.el (pr-interactive-n-up):
21796 * play/animate.el (animate-birthday-present):
21797 * net/rcompile.el (remote-compile):
21798 * man.el (man, Man-goto-section, Man-follow-manual-reference):
21799 * mail/rmailsum.el (rmail-summary-search-backward)
21800 (rmail-summary-search):
21801 * mail/rmailout.el (rmail-output-read-rmail-file-name)
21802 (rmail-output-read-file-name):
21803 * mail/rmail.el (rmail-search, rmail-search-backwards):
21804 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21805 * locate.el (locate):
21806 * international/quail.el (quail-show-keyboard-layout):
21807 * international/mule.el (set-buffer-file-coding-system)
21808 (revert-buffer-with-coding-system, set-file-name-coding-system)
21809 (set-terminal-coding-system, set-keyboard-coding-system)
21810 (set-next-selection-coding-system):
21811 * international/mule-diag.el (describe-coding-system)
21812 (describe-font, describe-fontset):
21813 * international/mule-cmds.el (universal-coding-system-argument)
21814 (search-unencodable-char, describe-input-method)
21815 (set-language-environment, describe-language-environment):
21816 * international/codepage.el (codepage-setup):
21817 * international/code-pages.el (codepage-setup):
21818 * info.el (Info-search, Info-follow-reference)
21819 (Info-search-backward):
21820 * emacs-lisp/advice.el (ad-read-advised-function)
21821 (ad-read-advice-class, ad-clear-cache, ad-activate)
21822 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21823 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21824 (ad-read-regexp):
21825 * ediff-util.el (ediff-toggle-regexp-match):
21826 * ediff-ptch.el (ediff-prompt-for-patch-file):
21827 * dired-aux.el (dired-diff):
21828 * diff.el (diff):
21829 * cus-edit.el (custom-variable-prompt):
21830 * calendar/timeclock.el (timeclock-ask-for-project):
21831 * calc/calcalg3.el (calc-get-fit-variables):
21832 * calc/calc-store.el (calc-edit-variable)
21833 (calc-permanent-variable):
21834 * vc-mcvs.el (vc-mcvs-register):
21835 * shadowfile.el (shadow-define-literal-group):
21836 * woman.el (woman-file-name):
21837 * vc.el (vc-version-diff, vc-merge):
21838 * textmodes/reftex-index.el (reftex-index-complete-tag):
21839 * format.el (format-decode-buffer, format-decode-region):
21840 * emulation/viper-cmd.el (viper-read-string-with-history):
21841 * emacs-lisp/debug.el (cancel-debug-on-entry):
21842 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21843 * ediff.el (ediff-merge-revisions)
21844 (ediff-merge-revisions-with-ancestor, ediff-revision):
21845 * completion.el (interactive-completion-string-reader):
21846 * calc/calc-prog.el (calc-user-define-formula):
21847 Follow convention for reading with the minibuffer.
21848
218492005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
21850
21851 * progmodes/python.el (python-describe-symbol): Add globals() and
21852 locals() to the arguments of emacs.ehelp.
21853
218542005-09-24 Magnus Henoch <mange@freemail.hu>
21855
21856 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21857 New function, code extracted from ispell-valid-dictionary-list.
21858 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21859 Call it.
21860
218612005-09-24 Eli Zaretskii <eliz@gnu.org>
21862
21863 * subr.el (version-regexp-alist): Extend valid syntax for version
21864 strings: allow any of the characters -,_,+ to separate the
21865 alpha/beta/rc part from the version part. Doc fix.
21866 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
21867
218682005-09-23 David Reitter <david.reitter@gmail.com>
21869
21870 * mail/mailclient.el: New file.
21871
218722005-09-23 Richard M. Stallman <rms@gnu.org>
21873
21874 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21875 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21876 Doc fixes.
21877
21878 * progmodes/cc-mode.el (c-font-lock-init):
21879 Specify font-lock-lines-before.
21880
218812005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21882
21883 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21884 whole conflict.
21885
218862005-09-23 Carsten Dominik <dominik@science.uva.nl>
21887
21888 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21889 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
21890 of `remap' feature when available. Additional key bindings for
21891 better tty support.
21892 (org-mode-restart, org-force-self-insert): New commands.
21893 (org-time-stamp-inactive): New command.
21894 (org-remap): New function.
21895 (org-table-auto-blank-field, org-level-color-stars-only): New options.
21896 (org-enable-fixed-width-editor): Move to `org-structure'
21897 customization group.
21898 (org-self-insert-command, orgtbl-self-insert-command): Modify to
21899 blank field after field motion commands.
21900
219012005-09-23 Kenichi Handa <handa@m17n.org>
21902
21903 * international/mule-cmds.el (set-language-environment):
21904 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21905 have to call utf-translate-cjk-load-tables.
21906
219072005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
21908
21909 * mouse.el (mouse-move-drag-overlay): Fix last change.
21910
219112005-09-22 David Ponce <david@dponce.com>
21912
21913 * tree-widget.el (tree-widget-value-create): Fix previous change.
21914
219152005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21916
21917 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21918
219192005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21920
21921 * mouse.el (mouse-move-drag-overlay): New function.
21922 (mouse-drag-region-1): Use it.
21923 Try to simplify a bit the state handling. Handle clicks on links
21924 inside intangible areas.
21925 (mouse-save-then-kill): Minor simplification.
21926 (mouse-secondary-overlay): Make it always non-nil instead of
21927 recreating it each time.
21928 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21929 (mouse-kill-secondary, mouse-secondary-save-then-kill):
21930 Simplify accordingly.
21931
219322005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21933
21934 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21935
219362005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
21937
21938 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21939 (ediff-file-name-sans-prefix): Treat nil as an empty string.
21940 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21941 to patch.
21942
21943 * ediff-util.el: Use insert-buffer-substring.
21944
21945 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21946
21947 * emulation/viper-cmd.el (viper-change-state): Don't move over the
21948 field boundaries in the minibuffer.
21949 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21950 (viper-minibuffer-post-command-hook): New hook.
21951 (viper-line): Don't move cursor at bolp.
21952
21953 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21954
21955 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21956 avoid compiler warnings.
21957
21958 * emulation/viper-macs.el (ex-map): Better messages.
21959
21960 * emulation/viper-utils.el (viper-beginning-of-field): New function.
21961
21962 * emulation/viper.el: Replace make-variable-buffer-local with
21963 viper-make-variable-buffer-local everywhere, to avoid warnings.
21964
219652005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21966
21967 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21968 Delete unused var `old-selected-window'.
21969 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21970 (mouse-drag-secondary): Delete unused var `start-frame'.
21971
219722005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21973
21974 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21975
219762005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21977
21978 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21979 Re-indent within 80 columns. Use inhibit-read-only.
21980
219812005-09-19 Romain Francoise <romain@orebokech.com>
21982
21983 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21984
219852005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21986
21987 * font-lock.el (font-lock-default-fontify-region): Don't add a line
21988 unconditionally, since the after-change-function already did it.
21989
219902005-09-19 Miles Bader <miles@gnu.org>
21991
21992 * net/newsticker.el: Get rid of CVS keyword.
21993
b1e6882f 219942005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6fee106e
KS
21995
21996 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21997 The prompt is formatted later.
21998
219992005-09-19 David Ponce <david@dponce.com>
22000
22001 * tree-widget.el (tree-widget-value-create): Save the converted
22002 tree :node widget.
22003
220042005-09-19 Juanma Barranquero <lekktu@gmail.com>
22005
22006 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
22007 variable `message'.
22008
220092005-09-18 Michael Albinus <michael.albinus@gmx.de>
22010
22011 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
22012 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
22013 <slawomir.nowaczyk.847@student.lu.se>.
22014
220152005-09-18 Chong Yidong <cyd@stupidchicken.com>
22016
22017 * image.el (image-load-path): Use symbol `data-directory' instead
22018 of its value, for backward compatibility with packages that bind
22019 it during `find-image'. Suggested by Katsumi Yamaoka.
22020 (image-search-load-path): Handle symbols whose values are strings.
22021
220222005-09-18 Romain Francoise <romain@orebokech.com>
22023
22024 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
22025 with-current-buffer form in save-excursion.
22026
220272005-09-18 Deepak Goel <deego@gnufans.org>
22028
22029 * apropos.el (apropos-command): Fix `message' call: first arg
22030 should be a format spec. In this and all other cases that appear
22031 below and elsewhere in the source code, I made a change only when
22032 two conditions were satisfied: [1] I can think of a possibility
22033 that the arguments would cause an error, for example, the code in
22034 question relies on external variables such as filenames. [2] I
22035 was sure that the arg to `message' could not have been nil in the code.
22036
22037 * textmodes/tildify.el (tildify-region): Ditto.
22038
22039 * textmodes/reftex-index.el (reftex-index-change-entry)
22040 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
22041 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
22042 * textmodes/org.el (org-complete, org-deadline, org-schedule)
22043 (org-priority, org-table-sum):
22044 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
22045 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
22046 (flyspell-word, flyspell-display-next-corrections):
22047 * textmodes/bibtex.el (bibtex-print-help-message):
22048 * textmodes/artist.el (artist-key-set-point-poly):
22049 * term/mac-win.el (mac-services-insert-text):
22050 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
22051 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
22052 (vhdl-port-paste-testbench, vhdl-compose-new-component)
22053 (vhdl-compose-configuration):
22054 * progmodes/sh-script.el (sh-blink, sh-show-indent)
22055 (sh-set-indent, sh-learn-line-indent):
22056 * progmodes/ps-mode.el (ps-mode-target-column):
22057 * progmodes/idlwave.el (idlwave-make-tags)
22058 (idlwave-scan-library-catalogs):
22059 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
22060 * progmodes/gud.el (gud-jdb-analyze-source):
22061 * progmodes/flymake.el (flymake-log):
22062 * progmodes/ebnf2ps.el (ebnf-generate-region):
22063 * progmodes/cmacexp.el (c-macro-expansion):
22064 * progmodes/ada-xref.el (ada-treat-cmd-string):
22065 * progmodes/ada-mode.el (ada-create-case-exception-substring)
22066 (ada-justified-indent-current, ada-batch-reformat):
22067 * play/zone.el (zone):
22068 * play/landmark.el (lm-move):
22069 * play/decipher.el (decipher-show-alphabet):
22070 * net/newsticker.el (newsticker--display-jump)
22071 (newsticker--display-scroll):
22072 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
22073 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
22074 * mail/feedmail.el (feedmail-dump-message-to-queue):
22075 * eshell/esh-proc.el (eshell-remove-process-entry):
22076 * emulation/ws-mode.el (ws-last-error):
22077 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
22078 (viper-record-kbd-macro):
22079 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
22080 * emacs-lisp/lisp-mnt.el (lm-report-bug):
22081 * emacs-lisp/find-func.el (find-function-noselect):
22082 * calendar/timeclock.el (timeclock-status-string)
22083 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
22084 (timeclock-when-to-leave-string):
22085 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
22086 * calc/calc-units.el (calc-enter-units-table):
22087 * calc/calc-mode.el (calc-mode-record-mode):
22088 * woman.el (woman-mini-help):
22089 * wdired.el (wdired-change-to-wdired-mode):
22090 * vc.el (vc-retrieve-snapshot):
22091 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
22092 * startup.el (display-startup-echo-area-message):
22093 * simple.el (set-goal-column):
22094 * ses.el (ses-command-hook, ses-recalculate-cell):
22095 * server.el (server-process-filter):
22096 * printing.el (pr-interface-txt-print, pr-interface-printify)
22097 (pr-interface-ps):
22098 * pcvs.el (cvs-help):
22099 * log-edit.el (log-edit, log-edit-mode-help):
22100 * iswitchb.el (iswitchb-possible-new-buffer):
22101 * isearch.el (isearch-edit-string):
22102 * image-mode.el (image-mode, image-minor-mode):
22103 * ibuf-macs.el (define-ibuffer-filter):
22104 * hi-lock.el (hi-lock-find-patterns):
22105 * files.el (toggle-read-only):
22106 * ediff-util.el (ediff-copy-diff)
22107 (ediff-write-merge-buffer-and-maybe-kill):
22108 * echistory.el (Electric-history-undefined):
22109 * dnd.el (dnd-insert-text):
22110 * dired-aux.el (dired-query):
22111 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
22112 * bookmark.el (bookmark-bmenu-locate):
22113 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
22114 Fix `message' calls to ensure first arg is a format string.
22115 The change was made only when these two conditions were satisfied:
22116 [1] when there is a possibility that the arguments would cause an error
22117 for example, if the code in question relies on external variables
22118 such as filenames, and
22119 [2] if the arg to `message' could not have been nil in the code.
22120
22121 * pcomplete.el (pcomplete--help): Fix `message' format spec.
22122 Not having a %s would be weird, though not technically wrong.
22123
221242005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22125
22126 * term/mac-win.el (mac-add-charset-info): Doc fix.
22127
221282005-09-17 Romain Francoise <romain@orebokech.com>
22129
22130 * shell.el (shell-resync-dirs): Handle echoing processes more
22131 reliably. Don't insert resync command if `comint-process-echoes'
22132 is non-nil.
22133
221342005-09-17 Magnus Henoch <mange@freemail.hu>
22135
22136 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
22137 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
22138 aspell versions >= 0.60.
22139 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
22140 only if ispell-aspell-supports-utf8 is non-nil.
22141
221422005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22143
22144 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
22145 buffer-local value to lisp-indent-function.
22146
221472005-09-17 Milan Zamazal <pdm@zamazal.org>
22148
22149 * progmodes/glasses.el (glasses-make-readable): If
22150 glasses-separator differs from underscore, put appropriate
22151 overlays over underscore characters.
22152 (glasses-convert-to-unreadable): If glasses-separator differs from
22153 underscore, try to convert glasses-separator characters to
22154 underscores.
22155
221562005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
22157
22158 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
22159 Use with-syntax-table and dolist.
22160
221612005-09-16 Carsten Dominik <dominik@science.uva.nl>
22162
22163 * textmodes/reftex-auc.el:
22164 * textmodes/reftex-cite.el:
22165 * textmodes/reftex-dcr.el:
22166 * textmodes/reftex-global.el:
22167 * textmodes/reftex-parse.el:
22168 * textmodes/reftex-ref.el:
22169 * textmodes/reftex-sel.el:
22170 * textmodes/reftex-toc.el:
22171 * textmodes/reftex-vars.el:
22172 * textmodes/reftex.el: Small changes to remove compiler warnings.
22173
22174 * textmodes/reftex-index.el: Likewise.
22175 (reftex-query-index-phrase): More efficient use of markers.
22176
221772005-09-15 Chong Yidong <cyd@stupidchicken.com>
22178
22179 * image.el (image-load-path): New variable.
22180 (image-search-load-path): New function.
22181 (find-image): Search for images in `image-load-path'.
22182
221832005-09-15 Richard M. Stallman <rms@gnu.org>
22184
22185 * follow.el: Change Maintainer field.
22186
221872005-09-15 David Ponce <david@dponce.com>
22188
22189 * recentf.el (recentf-save-file-modes): New option.
22190 (recentf-save-list): Use it.
22191
221922005-09-15 Nick Roberts <nickrob@snap.net.nz>
22193
22194 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
22195 (mode-line-mule-info, mode-line-modified): Move bindings from
22196 mouse-3 to mouse-1.
22197
221982005-09-15 Chong Yidong <cyd@stupidchicken.com>
22199
22200 * simple.el (sendmail-user-agent-compose): Revert last change.
22201
222022005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
22203
22204 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
22205 Use with-current-buffer.
22206 (ange-ftp-gwp-start): Remove unused var `gw-user'.
22207 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
22208 (ange-ftp-insert-directory): Remove unused var `short'.
22209 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
22210
22211 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
22212 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
22213
22214 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
22215 (check-calendar-holidays, diary-list-entries): Autoload.
22216 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
22217 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
22218
22219 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
22220 which mistakenly removed a call to display-buffer.
22221
222222005-09-14 Juanma Barranquero <lekktu@gmail.com>
22223
22224 * obsolete/iso-insert.el: Move to obsolete/ from international/.
22225
222262005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
22227
22228 * progmodes/hideshow.el
22229 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
22230 (hs-allow-nesting): New user var.
22231 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
22232 (hs-hide-block-at-point): When nesting allowed,
22233 if there is already an overlay in place, delete it.
22234 (hs-safety-is-job-n): Delete func; remove call sites.
22235 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
22236 (hs-overlay-at): New func.
22237 (hs-already-hidden-p, hs-show-block): Use it.
22238 (hs-hide-all): Don't pre-clean if nesting allowed.
22239 (hs-show-all): Temporarily disallow
22240 nesting around call to `hs-discard-overlays'.
22241
222422005-09-14 Chong Yidong <cyd@stupidchicken.com>
22243
22244 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
22245 Delete unused local var.
22246
222472005-09-13 Juanma Barranquero <lekktu@gmail.com>
22248
22249 * help-fns.el (describe-categories): "?\ " -> "?\s".
22250 (help-do-arg-highlight): Recognize also ARG-n, as in
22251 `move-to-left-margin' (ARG+n is already recognized). Simplify.
22252
22253 * international/codepage.el (dos-unsupported-char-glyph):
22254 * net/newsticker.el (tool-bar-map, w3-mode-map)
22255 (w3m-minor-mode-map):
22256 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
22257 (ent-alist):
22258 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
22259
222602005-09-13 Chong Yidong <cyd@stupidchicken.com>
22261
22262 * custom.el (custom-push-theme): Handle the case where a symbol is
22263 bound but face properties have not yet been assigned.
22264
22265 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
22266 Fix behavior if noerase is `t' and there is no mail buffer.
22267
22268 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
22269 if `continue' is nil, rather than signal an error.
22270
222712005-09-12 Richard M. Stallman <rms@gnu.org>
22272
22273 * font-lock.el (font-lock-keywords): Add autoload.
22274
22275 * help-fns.el (describe-variable): Rearrange to put source link
22276 in a predictable place.
22277
22278 * net/newsticker.el: New file.
22279
222802005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
22281
22282 * calendar/calendar.el (calendar-for-loop): Add edebug info.
22283 (calendar-basic-setup): Use the new nil arg.
22284 (number-of-diary-entries): Move to diary-lib.el.
22285
22286 * calendar/diary-lib.el: Use with-current-buffer, match-string.
22287 (diary-list-entries): Use with-syntax-table and dolist.
22288 Rename from list-diary-entries.
22289 Use number-of-diary-entries if `number' is nil.
22290 (diary, diary-view-entries): Use this new name and new nil arg value.
22291 (number-of-diary-entries): Move from calendar.el.
22292 (diary-unhide-everything): New function.
22293 (include-other-diary-files, fancy-diary-display)
22294 (diary-show-all-entries, make-diary-entry): Use it.
22295 (diary-mail-entries): Use buffer-string.
22296 (mark-diary-entries): Fix long standing paren typo.
22297 (diary-sexp-entry): Use count-lines.
22298 (make-diary-entry): Avoid `previous-line'.
22299 (diary-mode-map): New var.
22300 (diary-mode): Redraw cal after saving. Setup header-line.
22301 (fancy-diary-display-mode): Use local-set-key.
22302
22303 * startup.el (command-line): Try calling various terminal-init-foo-bar
22304 functions by stripping hyphenated suffixes from $TERM.
22305
22306 * files.el (normal-mode): Check boundness of font-lock-keywords.
22307
223082005-09-12 Richard M. Stallman <rms@gnu.org>
22309
22310 * progmodes/compile.el: Don't decide a file's directory
22311 until the user actually tries to go there.
22312 (compilation-next-error-function):
22313 Pass compilation-find-file the directory from the file-struct.
22314 (compilation-internal-error-properties): Separate local FILE-STRUCT
22315 from FILE. Doc the args better. Rename arg FMT to FMTS.
22316 (compilation-find-file): Arg DIR renamed to DIRECTORY.
22317 Expand it, and if nil, use default-directory.
22318 (compilation-get-file-structure): Don't mix specified directory
22319 with default directory. Put specified directory into
22320 file-struct. Don't make the file name absolute.
22321
22322 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
22323 (compile-command): Add autoload.
22324 (compilation-disable-input): Add autoload.
22325
223262005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
22327
22328 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
22329 strings of the variables it can override.
22330 (time-stamp): New (as yet undocumented) time-stamp-format escapes
22331 %Q and %q, for fully-qualified domain name and unqualified host name.
22332
223332005-09-11 Kim F. Storm <storm@cua.dk>
22334
22335 * emacs-lisp/authors.el (authors-aliases): Update list.
22336 (authors-fixed-entries): Update mldrag.el entry.
22337
223382005-09-10 Alan Mackenzie <acm@muc.de>
22339
22340 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
22341 from the region narrowed to.
22342
223432005-09-10 Magnus Henoch <mange@freemail.hu>
22344
22345 * textmodes/ispell.el (ispell-check-version): Signal an error if
22346 aspell version is less than 0.60.
22347
223482005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
22349
22350 * progmodes/octave-inf.el (inferior-octave-startup):
22351 Resync current dir at the end.
22352
223532005-09-10 Emilio C. Lopes <eclig@gmx.net>
22354
22355 * woman.el (woman-topic-at-point-default):
22356 Rename to woman-use-topic-at-point-default.
22357 (woman-topic-at-point): Rename to woman-use-topic-at-point.
22358 (woman-file-name): Reflect renames above. Automatically use the
22359 word at point as topic if woman-use-topic-at-point is non-nil.
22360 Otherwise offer it as default but don't insert it in the
22361 minibuffer. Also use `test-completion' instead of `assoc' as
22362 suggested by Stefan Monnier.
22363
223642005-09-10 Andre Spiegel <spiegel@gnu.org>
22365
22366 * vc.el (vc-directory, vc-update-change-log): Throw an error on
22367 the attempt to do it over Tramp. This is not yet supported.
22368
223692005-09-10 Eli Zaretskii <eliz@gnu.org>
22370
22371 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
22372 (menu-bar-non-minibuffer-window-p): New functions.
22373 ("Split Window", "Save As..."): Use them.
22374 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
22375 ("Print Buffer", "Truncate Long Lines in this Buffer"):
22376 Use menu-bar-menu-frame-live-and-visible-p.
22377 ("Save Buffer", "Insert File", "Open Directory...")
22378 ("Open File...", "Visit New File..."):
22379 Use menu-bar-non-minibuffer-window-p.
22380 (kill-this-buffer-enabled-p, dired <menu-enable>):
22381 Use menu-bar-non-minibuffer-window-p.
22382
223832005-09-09 Eli Zaretskii <eliz@gnu.org>
22384
22385 * cus-start.el (all): Don't complain about fringe-related
22386 built-ins if fringes are not supported. Ditto about
22387 selection-related built-ins. Fix the test for GTK-related built-ins.
22388
22389 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
22390 ("Postscript Print Buffer", "Print Region", "Save As...")
22391 ("Save", "Insert File...", "Open Directory...")
22392 ("Open File...", "Visit New File..."")
22393 ("Truncate Long Lines in this Buffer"): Don't look at
22394 menu-updating-frame if this display does not support multiple frames.
22395
223962005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22397
22398 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
22399
4fc9bd56 224002005-09-09 Emilio C. Lopes <eclig@gmx.net>
6fee106e
KS
22401
22402 * woman.el: Format- and whitespace-related changes.
22403
224042005-09-09 Eli Zaretskii <eliz@gnu.org>
22405
22406 * woman.el: Fix my email address.
22407
224082005-09-08 Richard M. Stallman <rms@gnu.org>
22409
22410 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
22411 (sh-mode): Locally set skeleton-pair-default-alist.
22412
22413 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
22414
22415 * progmodes/flymake.el: Require `compile' unconditionally.
22416
22417 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
22418
22419 * woman.el (woman-file-name): Provide a default, not initial input.
22420
22421 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
22422
22423 * font-lock.el (font-lock-support-mode): Doc fix.
22424
22425 * descr-text.el (describe-property-list): Handle non-symbol prop names.
22426
224272005-09-08 Richard M. Stallman <rms@gnu.org>
22428
22429 * simple.el (blink-matching-open): Get rid of text props from
22430 the string shown in echo area. Don't permanently set point.
22431 Some rearrangements.
22432
224332005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22434
22435 * recentf.el (recentf-filename-handler): Add custom choice
22436 `abbreviate-file-name'.
22437
22438 * msb.el (msb--very-many-menus): Fix typo.
22439
22440 * disp-table.el (standard-display-european): Don't set
22441 enable-multibyte-characters to nil.
22442
224432005-09-08 David Ponce <david@dponce.com>
22444
22445 * recentf.el (recentf-show-file-shortcuts-flag): New option.
22446 (recentf-expand-file-name): Doc fix.
22447 (recentf-dialog-mode-map): Define digit shortcuts.
22448 (recentf--files-with-key): New variable.
22449 (recentf-show-digit-shortcut-filter): New function.
22450 (recentf-open-files-items): New function.
22451 (recentf-open-files): Use it.
22452 (recentf-open-file-with-key): New command.
22453
224542005-09-08 Chong Yidong <cyd@stupidchicken.com>
22455
22456 * buff-menu.el (Buffer-menu-sort-by-column): New function.
22457 Suggested by Kim F. Storm.
22458 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
22459 (Buffer-menu-make-sort-button): Use global keymap.
22460
224612005-09-07 Michael Albinus <michael.albinus@gmx.de>
22462
22463 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
22464 (Man-getpage-in-background-advice): Remove defadvice; it isn't
22465 necessary any longer with the remapped command.
22466 (Man-bgproc-sentinel-advice): Remove defadvice which counts
22467 formatting time only.
22468
22469 * net/tramp.el (tramp-action-password)
22470 (tramp-multi-action-password): Compile the password prompt from
22471 `method', `user' and `host'. Sometimes it isn't obvious which
22472 password to enter, for example with remote files offered by
22473 recentf.el, or with multiple steps. Suggested by Robert Marshall
22474 <robert@chezmarshall.freeserve.co.uk>.
22475
224762005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22477
22478 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
22479 Fix regexp for when "s///" is at the beginning of line.
22480
224812005-09-07 Jay Belanger <belanger@truman.edu>
22482
22483 * calc/calc-poly.el (math-expand-term): Multiply out any powers
22484 when in matrix mode.
22485
224862005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22487
22488 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
22489 non-anonymous functions.
22490
224912005-09-06 Chong Yidong <cyd@stupidchicken.com>
22492
22493 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
22494 when using a header line. Otherwise, use mouse-1-click-follows-link.
22495
22496 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
22497 can't be moved; don't signal an error.
22498
224992005-09-05 Chong Yidong <cyd@stupidchicken.com>
22500
22501 * cus-theme.el (custom-theme-write-faces): Save the current face
22502 spec, not the defface spec.
22503
22504 * custom.el (custom-known-themes): Clarify meaning of "standard".
22505 (custom-push-theme): Save old values in the standard theme.
22506 (disable-theme): Correct typo.
1a408ced 22507 (custom-face-theme-value): Deleted unused function.
6fee106e
KS
22508 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
22509
225102005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
22511
22512 * progmodes/compile.el (compilation-goto-locus): Take into account
22513 iconified frames when determining whether the buffer is
22514 already visible.
22515 Don't reset window height if the window already existed.
22516
225172005-09-04 Chong Yidong <cyd@stupidchicken.com>
22518
22519 * custom.el (load-theme): Rename from require-theme.
22520 Add interactive spec.
22521 (enable-theme): Rename from custom-enable-theme.
22522 Add interactive spec.
22523 (disable-theme): Rename from custom-disable-theme.
22524 Add interactive spec.
22525 (custom-make-theme-feature): Doc fix.
22526 (custom-theme-directory): Doc fix.
22527 (provide-theme): Call enable-theme.
22528
225292005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
22530
22531 * obsolete/lazy-lock.el (lazy-lock-mode):
22532 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
22533 font-lock-mode if it's off. Print a warning instead.
22534
22535 * progmodes/compile.el (compilation-start): Ignore errors if the
22536 process died before we get to send-eof.
22537
22538 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
22539 Undo last change. Enclosing the result in quotes broke things on Unix
22540 since tex-send-command passes it through shell-quote-argument.
22541 (tex-send-command): Pass `file' through convert-standard-filename
22542 when possible.
22543 (tex-uptodate-p): Handle the case where TeX hasn't put additional
22544 info in a transcript.
22545
225462005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
22547
22548 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
22549 fix compilation warning. Reorder the key definitions to group
22550 together keys emitted by the current version of xterm.
22551
22552 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
22553 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
22554 Reorder predicates to correct min-color usage.
22555
225562005-09-01 Chong Yidong <cyd@stupidchicken.com>
22557
22558 * longlines.el (longlines-mode): Inhibit read-only when encoding.
22559 Kill local variables when longlines-mode is turned off.
22560
225612005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
22562
22563 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
22564
22565 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
22566
22567 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22568
22569 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22570 (font-lock-lines-before): Change default to being inactive.
22571 (font-lock-default-fontify-region): Obey font-lock-lines-before.
22572 (font-lock-after-change-function): Don't handle f-l-lines-before here.
22573
225742005-08-31 Michael Albinus <michael.albinus@gmx.de>
22575
22576 * net/tramp.el (tramp-handle-make-auto-save-file-name):
22577 Deactivate temporarily advice if active (not needed for Emacs 22,
22578 but for backwards compatibility).
22579 (tramp-exists-file-name-handler): Rewrite. First implementation
22580 was too simple.
22581 (tramp-advice-make-auto-save-file-name):
22582 Call `tramp-handle-make-auto-save-file-name' (again, just for
22583 backwards compatibility).
22584
225852005-08-31 Reto Zimmermann <reto@gnu.org>
22586
22587 * progmodes/vhdl-mode.el
22588 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22589 (vhdl-end-p): Fix indentation bug "else" after "-- when".
22590 (vhdl-set-default-project): New function (easier setting of default).
22591 (vhdl-port-copy): Handle extended identifiers for generics.
22592 (vhdl-compiler-alist): Better description for error message regexp.
22593 (vhdl-make): Query for target, use previous as default.
22594 (vhdl-port-copy): Fix port copy for port names starting with "signal".
22595 (vhdl-font-lock-keywords-2): Fix fontification for record
22596 el. assign.
22597 (vhdl-speedbar-make-subpack-line): Add package body link.
22598 (vhdl-generate-makefile-1): Not include itself as dependency.
22599 (vhdl-font-lock-init): Highlight c-preprocessor directives.
22600 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22601 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22602 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22603 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22604 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22605 (vhdl-import-project): Add string argument for `error'.
22606 (vhdl-compose-configuration)
22607 (vhdl-compose-configuration-architecture): Add configuration
22608 declaration generation.
22609 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22610 (vhdl-trailer-re): Add "record" keyword (better indentation).
22611 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22612 "[^ \t-\"]+".
22613 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22614 (vhdl-testbench-entity-file-name)
22615 (vhdl-testbench-architecture-file-name): Allow separate
22616 customization of testbench file names.
22617 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22618 (vhdl-get-visible-signals): Allow newline within alias declaration.
22619 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22620 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22621 (member-ignore-case): Alias for missing function in XEmacs.
22622 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22623 (vhdl-update-sensitivity-list): Ignore case on read signals.
22624 (vhdl-replace-string): Adjust case only for file names.
22625 (vhdl-update-sensitivity-list): Fix search for read signals.
22626 (vhdl-update-sensitivity-list): Exclude formal parameters.
22627 (vhdl-get-visible-signals): Include aliases of signals.
22628 (vhdl-get-visible-signals): Fix signal name searching.
22629 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22630 (vhdl-fixup-whitespace-region): Fix for character
22631 literals (e.g. `:').
22632
226332005-08-31 Juanma Barranquero <lekktu@gmail.com>
22634
22635 * ansi-color.el (comint-last-output-start):
22636 * bs.el (font-lock-verbose):
22637 * diff-mode.el (add-log-buffer-file-name-function):
22638 * dired-x.el (vm-folder-directory):
22639 * faces.el (help-xref-stack-item):
22640 * files.el (font-lock-keywords):
22641 * find-lisp.el (dired-buffers, dired-subdir-alist):
22642 * ido.el (cua-inhibit-cua-keys):
22643 * log-view.el (cvs-minor-wrap-function):
22644 * outline.el (font-lock-warning-face):
22645 * simple.el (compilation-current-error):
22646 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22647 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22648 * tooltip.el (comint-prompt-regexp):
22649 * w32-fns.el (explicit-shell-file-name):
22650 * term/mac-win.el (mac-charset-info-alist)
22651 (mac-services-selection, mac-system-script-code):
22652 * term/tty-colors.el (msdos-color-values):
22653 * term/w32-win.el (xlfd-regexp-registry-subnum):
22654 * term/x-win.el (x-keysym-table, x-selection-timeout)
22655 (x-session-id, x-session-previous-id):
22656 * textmodes/ispell.el (mail-yank-prefix):
22657 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22658 * textmodes/org.el (calc-embedded-close-formula)
22659 (calc-embedded-open-formula)
22660 (font-lock-unfontify-region-function):
22661 * textmodes/reftex-global.el (isearch-next-buffer-function)
22662 (TeX-master):
22663 * textmodes/reftex.el (font-lock-keywords):
22664 * textmodes/tex-mode.el (font-lock-comment-face)
22665 (font-lock-doc-face):
22666 * textmodes/texinfo.el (outline-heading-alist):
22667 Add defvars.
22668
22669 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22670 (artist-spray-chars, artist-mode-init, artist-replace-string)
22671 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22672 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22673 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22674
22675 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22676 (conf-align-assignments): "?\ " -> "?\s".
22677
22678 * textmodes/reftex-index.el (TeX-master): Add defvar.
22679 (reftex-index-phrases-marker): Move up defvar.
22680
22681 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22682 (reftex-toc-include-labels-indicator)
22683 (reftex-toc-include-index-indicator)
22684 (reftex-toc-max-level-indicator): Move up declarations.
22685
22686 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22687 of args to `tramp-run-real-handler', even if it's empty in this case.
22688
226892005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22690
22691 * dired.el (dired-move-to-filename-regexp): Add date format for
22692 Mac OS X 10.3 in East Asian locales.
22693
226942005-08-31 Michael Albinus <michael.albinus@gmx.de>
22695
22696 * files.el (make-auto-save-file-name): Add file name handler call
22697 if applicable.
22698
22699 * net/tramp.el (tramp-file-name-handler-alist)
22700 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22701 (tramp-handle-make-auto-save-file-name): Rename from
22702 `tramp-make-auto-save-file-name'.
22703 (tramp-exists-file-name-handler): New defun.
22704 (tramp-advice-make-auto-save-file-name): Make defadvice only when
22705 `make-auto-save-file-name' is not a magic file name operation.
22706
227072005-08-30 Richard M. Stallman <rms@gnu.org>
22708
22709 * files.el (risky-local-variable-p):
22710 Match `-predicates' and `-commands.
22711
22712 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22713 (custom-save-all): Visit the file if necessary;
22714 kill the buffer if we created it.
22715 (custom-save-delete): Don't visit file or kill buffer here.
22716
227172005-08-30 Carsten Dominik <dominik@science.uva.nl>
22718
22719 * textmodes/org.el (org-special-keyword): New face.
22720 (org-table-copy-down, org-table-eval-formula)
22721 (org-table-recalculate, org-init-section-numbers):
22722 Use `string-to-number' instead of `string-to-int'.
22723 (org-get-location): Use `insert-buffer-substring' instead of
22724 `insert-buffer'.
22725 (org-modify-diary-entry-string): New function.
22726 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22727 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22728 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22729 active region.
22730 (org-export-as-html): Handle QUOTE keyword.
22731 (org-quote-string): New option.
22732 (org-bookmark-jump-unhide): New function, used for
22733 `bookmark-after-jump-hook'.
22734 (org-diary-default-entry): Apply only when not called through
22735 `org-agenda'.
22736
227372005-08-30 Juanma Barranquero <lekktu@gmail.com>
22738
22739 * net/eudc.el (mode-popup-menu):
22740 * play/handwrite.el (ps-printer-name, ps-lpr-command):
22741 * progmodes/ada-mode.el (compile-auto-highlight)
22742 (skeleton-further-elements):
22743 * progmodes/autoconf.el (font-lock-syntactic-keywords):
22744 * progmodes/cmacexp.el (msdos-shells):
22745 * progmodes/compile.el (font-lock-extra-managed-props)
22746 (font-lock-keywords, font-lock-maximum-size)
22747 (font-lock-support-mode):
22748 * progmodes/grep.el (font-lock-lines-before):
22749 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22750 * progmodes/mixal-mode.el (compile-command):
22751 * progmodes/perl-mode.el (font-lock-comment-face)
22752 (font-lock-doc-face, font-lock-string-face):
22753 * progmodes/prolog.el (comint-prompt-regexp):
22754 * progmodes/sh-script.el (font-lock-comment-face)
22755 (font-lock-set-defaults, font-lock-string-face):
22756 * progmodes/sql.el (font-lock-keyword-face)
22757 (font-lock-set-defaults, font-lock-string-face):
22758 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22759 (itimer-version, lazy-lock-defer-contextually)
22760 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22761 Add defvars.
22762
22763 * progmodes/cperl-mode.el (cperl-electric-lbrace)
22764 (cperl-electric-keyword, cperl-electric-pod)
22765 (cperl-electric-backspace, cperl-forward-re)
22766 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22767 (vc-rcs-header, vc-sccs-header): Add defvars.
22768
22769 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22770 (font-lock-syntactic-keywords, gud-find-expr-function):
22771 Add defvars.
22772
22773 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22774 (gdb-frame-parameters): Declare before use.
22775
22776 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22777 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22778 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22779 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22780
22781 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22782 (idlwave-help-with-source): Use `insert-buffer-substring', not
22783 `insert-buffer'.
22784
227852005-08-29 Juri Linkov <juri@jurta.org>
22786
22787 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22788 Put outline-back-to-heading function call inside save-excursion.
22789
227902005-08-29 Juanma Barranquero <lekktu@gmail.com>
22791
22792 * man.el (Man-init-defvars, Man-translate-references)
22793 (Man-support-local-filenames, Man-highlight-references):
22794 * progmodes/sql.el (sql-interactive-mode):
22795 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22796
22797 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22798 (compilation-mode-font-lock-keywords): Add defvars.
22799 (checkdoc-interactive-loop): "?\ " -> "?\s".
22800
22801 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22802 (font-lock-doc-face, font-lock-string-face)
22803 (font-lock-keywords-case-fold-search): Add defvars.
22804 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22805
22806 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22807 Don't pass X and Y (they are ignored anyway).
22808 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22809 (mouse-delete-window): Make arguments optional.
22810
22811 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22812 (caesar-translate-table, minor-modes, news-buffer-save)
22813 (news-group-name, news-minor-modes): Add defvars.
22814
22815 * emacs-lisp/lselect.el (mouse-highlight-priority)
22816 (x-lost-selection-functions, zmacs-regions):
22817 * emacs-lisp/pp.el (font-lock-verbose):
22818 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22819 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22820 (ses-mode-map):
22821 * emacs-lisp/tcover-unsafep.el (safe-functions):
22822 * international/mule-cmds.el (mac-system-coding-system)
22823 (mac-system-locale):
22824 * language/ethio-util.el (rmail-current-message)
22825 (rmail-message-vector):
22826 * language/thai-util.el (thai-auto-composition-mode):
22827 * mail/metamail.el (rmail-current-message, rmail-message-vector):
22828 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22829 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22830 (vm-primary-inbox, vm-spool-files):
22831 * mail/rmail.el (deleted-head, font-lock-fontified)
22832 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22833 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22834 (total-messages):
22835 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22836 (rmail-summary-mode-map):
22837 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22838 (rmail-last-label, rmail-last-multi-labels)
22839 (rmail-summary-vector, rmail-total-messages):
22840 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22841 * mail/rmailsum.el (msgnum):
22842 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22843 (rmail-current-message):
22844 * obsolete/fast-lock.el (font-lock-face-list):
22845 * obsolete/rnewspost.el (mail-reply-buffer):
22846 * obsolete/scribe.el (compile-command):
22847 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22848
228492005-08-28 John Paul Wallington <jpw@gnu.org>
22850
22851 * ibuf-ext.el (ibuffer-auto-update-changed):
22852 Use `frame-or-buffer-changed-p' to check whether we need to update.
22853 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22854 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
22855 as a `frame-or-buffer-changed-p' state vector instead.
22856
228572005-08-27 Romain Francoise <romain@orebokech.com>
22858
22859 * textmodes/makeinfo.el (makeinfo-compile):
22860 Use `compilation-start'. Set `next-error-function' according to
22861 `disable-errors'.
22862 (makeinfo-next-error): New function.
22863 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22864 (makeinfo-buffer): Likewise.
22865
22866 * progmodes/compile.el (compilation-start): Add autoload cookie.
22867
22868 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22869 * textmodes/sgml-mode.el: Likewise.
22870 * progmodes/python.el: Likewise.
22871
228722005-08-27 Eli Zaretskii <eliz@gnu.org>
22873
22874 * simple.el (blink-matching-paren-distance): Document the meaning
22875 of nil value, and allow to customize to nil.
22876
22877 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22878 command.com, not command.exe.
22879
228802005-08-26 John Wiegley <johnw@newartisans.com>
22881
22882 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22883 code around a bit so that an extraneous nil argument is not added
22884 to a command when no args are given.
22885
22886 * eshell/esh-arg.el (eshell-parse-double-quote): If a
22887 double-quoted argument resolves to nil, return it as an empty
22888 string rather than as nil. This made it impossible to pass "" to
22889 a shell script as a null string argument.
22890
228912005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
22892
22893 * outline.el (outline-invent-heading): New fun.
22894 (outline-promote, outline-demote): Use it.
22895 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22896 (outline-end-of-subtree): Remove unused var `opoint'.
22897
228982005-08-26 David Reitter <david.reitter@gmail.com>
22899
22900 * menu-bar.el (truncate-lines, write-file, print-buffer)
22901 (ps-print-buffer-faces, ps-print-buffer, split-window):
22902 Disable menu items when the frame they refer to is invisible, or when
22903 they refer to a buffer and the minibuffer is selected.
22904
229052005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
22906
22907 * progmodes/flymake.el (flymake-highlight-err-lines):
22908 Use save-excursion around flymake-highlight-line to preserve point.
22909
229102005-08-26 Eli Zaretskii <eliz@gnu.org>
22911
22912 * progmodes/octave-mod.el: Change Author and Maintainer address.
22913 (octave-maintainer-address): Change Kurt's email address.
22914 * progmodes/octave-inf.el: Change Author and Maintainer address.
22915 * progmodes/octave-hlp.el: Change Author and Maintainer address.
22916
229172005-08-26 Kim F. Storm <storm@cua.dk>
22918
22919 * subr.el (version-list-<, version-list-<=, version-list-=):
22920 Rename from integer-list-*.
22921 (version-list-not-zero): Likewise. Fix while loop.
22922 (version=): Use version-list-= instead of string-equal.
22923
229242005-08-26 Richard M. Stallman <rms@gnu.org>
22925
22926 * outline.el (outline-promote): Try shortening the heading.
22927 As last resort, read the heading to use.
22928 (outline-demote): As last resort, read the heading to use.
22929
229302005-08-26 Romain Francoise <romain@orebokech.com>
22931
22932 * progmodes/compile.el (compilation-start): Doc fix.
22933
22934 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22935 (antlr-font-lock-additional-keywords): Fix reference to
22936 `antlr-font-lock-literal-regexp' erroneously changed during the
22937 mass face rename.
22938 (antlr-run-tool): Use `compilation-start'.
22939
22940 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22941 instead of the obsolete `compile-internal'.
22942
229432005-08-26 Juanma Barranquero <lekktu@gmail.com>
22944
22945 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22946 (number, original-date):
22947 * calendar/cal-china.el (date):
22948 * calendar/cal-coptic.el (date):
22949 * calendar/cal-french.el (date):
22950 * calendar/cal-hebrew.el (date, entry, number, original-date):
22951 * calendar/cal-islam.el (date, number, original-date):
22952 * calendar/cal-iso.el (date):
22953 * calendar/cal-julian.el (date):
22954 * calendar/cal-mayan.el (date):
22955 * calendar/cal-menu.el (date, event):
22956 * calendar/cal-persia.el (date):
22957 * calendar/lunar.el (date):
22958 * calendar/solar.el (date): Add defvars.
22959
22960 * emerge.el:
22961 * ibuffer.el:
22962 * info-xref.el:
22963 * obsolete/bg-mouse.el:
22964 * obsolete/sun-curs.el:
22965 * obsolete/swedish.el: Move the `defvar's to the top level.
22966
22967 * smerge-mode.el (smerge-refined-change): Add :group.
22968
229692005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
22970
22971 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22972 (smerge-keep-n): Remove props.
22973 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22974 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22975 now that it's done in smerge-keep-n.
22976 (smerge-refined-change): New face.
22977 (smerge-refine-chopup-region, smerge-refine-highlight-change)
22978 (smerge-refine): New funs.
22979 (smerge-basic-map): Bind smerge-refine.
22980
229812005-08-25 Juri Linkov <juri@jurta.org>
22982
22983 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22984 compilation-process-setup-function and compilation-disable-input
22985 in grep-mode instead of let-bindings in grep.
22986
22987 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22988 Delete "Automatic File De/compression" (auto-compression-mode).
22989
229902005-08-25 Juanma Barranquero <lekktu@gmail.com>
22991
22992 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22993 Silence warning about non-existent variable.
22994
229952005-08-25 Richard M. Stallman <rms@gnu.org>
22996
22997 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22998 Rename "Describe Key" to "Describe Key or Mouse Operation".
22999
23000 * mail/mailalias.el (build-mail-aliases): Delete comments
23001 from the contents before processing them.
23002
23003 * isearch.el (isearch-edit-string): Erase the Search prompt
23004 if user enters an empty string and there is no default.
23005
23006 * comint.el (comint-file-name-prefix): Add autoload.
23007
230082005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
23009
23010 * subr.el (play-sound): Rearrange to avoid warning.
23011
230122005-08-25 Carsten Dominik <dominik@science.uva.nl>
23013
23014 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
23015 New hook.
1a408ced 23016 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
6fee106e
KS
23017
230182005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
23019
23020 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
23021
23022 * custom.el (custom-theme-set-variables): Sort minor modes last.
23023
230242005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23025
23026 * subr.el (version-separator, version-regexp-alist): New vars used by
23027 version comparison funs.
23028 (integer-list-<, integer-list-=, integer-list-<=)
23029 (integer-list-not-zero): New funs for integer list comparison.
23030 (version-to-list, version=, version<, version<=): New funs for version
23031 comparison.
23032
230332005-08-24 Juanma Barranquero <lekktu@gmail.com>
23034
23035 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
23036 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
23037 time to silence the byte-compiler.
23038
23039 * ibuffer.el (ibuffer-compile-make-eliding-form)
23040 (ibuffer-check-formats): Use `with-no-warnings' to hide references
23041 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
23042 so it's silly to get warnings for it).
23043 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
23044 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
23045 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
23046 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
23047 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
23048 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
23049 Defvar at compile time.
23050 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
23051 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
23052 Declare them before use.
23053
23054 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
23055 (info-xref-good, info-xref-bad): Defvar at compile time.
23056
23057 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
23058 Use `let*' instead of `let'.
23059
23060 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
23061 (*mouse-y*, menu, char): Defvar at compile time.
23062 (sc::menu): Declare it before use.
23063 (sc::pack-one-line): Use `let', not `let*'.
23064
23065 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
23066 (mail-send-hook): Defvar at compile time.
23067
23068 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
23069 Defvar at compile time.
23070
23071 * term/sun-mouse.el (current-global-mousemap)
23072 (current-local-mousemap): Declare them before use.
23073
230742005-08-24 Carsten Dominik <dominik@science.uva.nl>
23075
23076 * bookmark.el (bookmark-after-jump-hook): New hook.
23077 (bookmark-jump): Run `bookmark-after-jump-hook'.
23078
230792005-08-23 Juri Linkov <juri@jurta.org>
23080
23081 * faces.el (minibuffer-prompt): Doc fix.
23082
230832005-08-23 Juanma Barranquero <lekktu@gmail.com>
23084
23085 * progmodes/xscheme.el: Trivial changes to silence warnings.
23086 (xscheme-previous-mode, xscheme-previous-process-state):
23087 Add defvars.
23088 (xscheme-last-input-end, xscheme-process-command-line)
23089 (xscheme-process-name, xscheme-buffer-name)
23090 (xscheme-expressions-ring-max, xscheme-expressions-ring)
23091 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
23092 (xscheme-control-g-synchronization-p)
23093 (xscheme-control-g-disabled-p, xscheme-string-receiver)
23094 (default-xscheme-runlight, xscheme-runlight)
23095 (xscheme-runlight-string, xscheme-process-filter-state)
23096 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
23097 Move to beginning of file.
23098 (scheme-interaction-mode-commands-alist)
23099 (scheme-interaction-mode-map, scheme-debugger-mode-map):
dad2e044
JB
23100 Declare them before use. Note: the initialization code for the
23101 variables has not been moved because it uses functions that reference
23102 the variables.
6fee106e
KS
23103 (xscheme-control-g-message-string, xscheme-process-filter-alist)
23104 (xscheme-prompt-for-expression-map): Declare them before use.
23105 (scheme-debugger-mode-commands): "?\ " -> "?\s".
23106
231072005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
23108
23109 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
23110
231112005-08-22 Juri Linkov <juri@jurta.org>
23112
23113 * faces.el (set-face-underline): Delete this duplicate function
23114 and make an obsolete alias to set-face-underline-p.
23115 (set-face-underline-p): Use docstring of set-face-underline.
23116 (describe-face): Create hyperlink to parent face.
23117
23118 * info.el (Info-insert-dir): Use save-excursion around
23119 insert-buffer-substring.
23120 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
23121 (Info-escape-percent): Delete function.
23122 (Info-fontify-node): Replace Info-escape-percent by
23123 replace-regexp-in-string with REP arg set to lambda that
23124 duplicates `%' and preserves text properties.
23125
23126 * progmodes/compile.el (compilation-disable-input): Doc fix.
23127 (define-compilation-mode): Doc fix and refill.
23128 (kill-compilation): Use `mode-name' in the error message.
23129 (compilation-find-file): Use `compilation-error' in the
23130 read-file-name's prompt.
23131
231322005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23133
23134 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
23135 (smerge-auto-leave): Make undo re-enable the mode.
23136 (debug-ignored-errors): Add the user-error of impossible resolution.
23137 (smerge-resolve): Move things around a bit, in preparation for later.
23138 (smerge-diff): Don't fail if the buffer has no associated file.
23139 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
23140 (smerge-conflict-overlay): New function.
23141 (smerge-match-conflict): Don't add text properties here.
23142 (smerge-find-conflict): Instead, add an overlay here.
23143 Also check for the case where we're inside a conflict already, so as to
23144 obviate the need for font-lock-multiline, which is unbearably slow with
23145 large conflicts and ciomplex font-lock patterns.
23146 (smerge-remove-props): Remove overlay rather than text-properties.
23147 (smerge-mode): Don't set font-lock-multiline.
23148 Remove overlays when turned off.
23149
231502005-08-21 Kim F. Storm <storm@cua.dk>
23151
23152 * ido.el (ido-ignore-item-p): Use save-match-data.
23153 Bind case-fold-search to ido-case-fold locally.
23154
231552005-08-20 Richard M. Stallman <rms@gnu.org>
23156
23157 * files.el (normal-mode): If font lock is on, turn it off and on.
23158
23159 * subr.el (replace-regexp-in-string): Doc fix.
23160
23161 * startup.el (command-line-1): Don't suppress startup screen
23162 due to existing processes.
23163
23164 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
23165
23166 * progmodes/compile.el (compilation-disable-input): Default to nil.
23167
231682005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23169
23170 * progmodes/compile.el (compilation-disable-input): New defcustom.
23171 (compilation-start): If compilation-disable-input is non-nil, send
23172 EOF to the compilation process.
23173
231742005-08-20 Eli Zaretskii <eliz@gnu.org>
23175
23176 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
23177 Run the argument of tex-shell-cd-command through
23178 convert-standard-filename, to get the correct style of slashes on
23179 Windows, and enclose the result in quotes, in case the file name
23180 includes whitespace or other special characters.
23181
231822005-08-19 Andreas Schwab <schwab@suse.de>
23183
23184 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
23185 process.
23186
231872005-08-18 Luc Teirlinck <teirllm@auburn.edu>
23188
23189 * cus-start.el (minibuffer-prompt-properties): Correct typo.
23190
231912005-08-18 Kim F. Storm <storm@cua.dk>
23192
23193 * scroll-lock.el: Fix errors due to incorrect line wrapping.
23194
231952005-08-18 Richard M. Stallman <rms@gnu.org>
23196
23197 * scroll-lock.el: New file.
23198
231992005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
23200
23201 * dired.el (dired-move-to-end-of-filename):
23202 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
23203
232042005-08-18 Kim F. Storm <storm@cua.dk>
23205
23206 * ido.el (ido-everywhere): Fix defcustom :set function to disable
23207 rather than toggle mode when custom value is nil.
23208 (ido-everywhere): Fix defun doc string.
23209
232102005-08-17 Richard M. Stallman <rms@gnu.org>
23211
23212 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
23213 as tag instead of "Inviolable".
23214
232152005-08-17 Kim F. Storm <storm@cua.dk>
23216
23217 * windmove.el (windmove-coordinates-of-position): Remove.
23218 (windmove-coordinates-of-window-position): Remove.
23219 (windmove-reference-loc): Use posn-at-point instead.
23220
23221 * subr.el (insert-for-yank-1): Doc fix.
23222
23223 * ido.el (ido-enter-matching-directory): Rename from
23224 ido-enter-single-matching-directory. Change `slash' choice to
23225 `only'. Add `first' choice.
23226 (ido-exhibit): Adapt to above changes.
23227
232282005-08-16 Luc Teirlinck <teirllm@auburn.edu>
23229
23230 * Makefile.in: Expand comment about building loaddefs.el.
23231
232322005-08-16 Nick Roberts <nickrob@snap.net.nz>
23233
23234 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
23235 Comment use of defadvice.
23236
23237 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
23238
232392005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
23240
23241 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
23242 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
23243 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
23244 * progmodes/idlw-shell.el, progmodes/ld-script.el,
23245 * progmodes/which-func.el, ruler-mode.el, strokes.el,
23246 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
23247 for backward compatibility for faces that did not appear in the
23248 previous Emacs release.
23249
23250 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
23251
232522005-08-15 Kim F. Storm <storm@cua.dk>
23253
23254 * emulation/cua-base.el (cua-delete-region): Return t if
23255 deleted region was non-empty.
23256 (cua-replace-region): Inhibit overwrite-mode for
23257 self-insert-command if replaced region was non-empty.
23258 (cua--explicit-region-start, cua--status-string): Make them
23259 buffer-local at top-level...
23260 (cua-mode): ...rather than when mode is enabled.
23261
232622005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
23263
23264 * progmodes/vhdl-mode.el (vhdl-emacs-21):
23265 Set t for Emacs 21, 22, and so on.
23266
232672005-08-15 David Ponce <david@dponce.com>
23268
23269 * tree-widget.el: Update Commentary header.
23270 (tree-widget-theme): Doc fix.
23271 (tree-widget-space-width): New option.
23272 (tree-widget-image-properties): Look up in the default theme too.
23273 (tree-widget--cursors): Only for images with arrow pointer shape.
23274 (tree-widget-lookup-image): Pointer shape is hand by default.
23275 (tree-widget-icon): Rename generic icon widget from
23276 `tree-widget-control'.
23277 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
23278 derive from `tree-widget-icon'.
23279 (tree-widget-handle): Improve default look and feel of the text
23280 representation.
23281 (tree-widget): Rename :*-control properties to :*-icon properties.
23282 Add :action and :help-echo properties.
23283 (tree-widget-after-toggle-functions): Move.
23284 (tree-widget-close-node, tree-widget-open-node): Remove.
23285 (tree-widget-before-create-icon-functions): New hook.
23286 (tree-widget-value-create): Update to allow customization of icons
23287 and nodes at run-time via that new hook.
23288 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
23289 (tree-widget-icon-action, tree-widget-icon-help-echo)
23290 (tree-widget-action, tree-widget-help-echo): New functions.
23291
232922005-08-15 Kim F. Storm <storm@cua.dk>
23293
23294 * ido.el (ido-buffer-internal): Use with-no-warnings.
23295 (ido-make-merged-file-list): Use while-no-input.
23296
232972005-08-15 Richard M. Stallman <rms@gnu.org>
23298
23299 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
23300 (flyspell-large-region): Fix doc and custom type.
23301
233022005-08-14 Richard M. Stallman <rms@gnu.org>
23303
23304 * files.el (interpreter-mode-alist): Doc fix.
23305
23306 * mail/rmail.el (rmail-nonignored-headers): New variable.
23307 (rmail-clear-headers): Use it.
23308 (rmail-reply): Better handling of mail-followup-to header.
23309
23310 * progmodes/sh-script.el (sh-font-lock-keywords-var):
23311 Rename variable from sh-font-lock-keywords. In the `shell' entry,
23312 don't try to refer to executable-font-lock-keywords.
23313 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
23314 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
23315 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
23316 (sh-mode): Set comment-start-skip, local-abbrev-table,
23317 imenu-case-fold-search.
23318 (sh-set-shell): Don't set them here.
23319 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
23320 Don't cache the results in the original alist; don't ever modify
23321 that alist.
23322
23323 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
23324
23325 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
23326 empty.
23327
233282005-08-15 Andreas Schwab <schwab@suse.de>
23329
23330 * desktop.el: Put autoload cookie at risky-local-variable declarations.
23331
23332 * dired.el, info.el, mail/rmail.el: Revert last change.
23333
233342005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
23335
23336 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
23337 modification in `eval-after-load' form.
23338 * info.el: Likewise.
23339 * mail/rmail.el: Likewise.
23340
233412005-08-14 Juri Linkov <juri@jurta.org>
23342
23343 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23344 Remove highlighting of "Compilation started". Highlight only
23345 the word "finished" in "Compilation finished". Add highlighting
23346 of "interrupt", "killed", "terminated" and the exit code.
23347 (compilation-start): Add newline after header. Use exactly the
23348 same time stamp format as the finishing message.
23349 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
23350
23351 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
23352 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
23353 Add highlighting of "interrupt", "killed", "terminated".
23354
23355 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
23356 enabled and the current command is self-insert-command, call it
23357 explicitly with overwrite-mode bound to nil, to not allow it
23358 to delete the character after the selected region.
23359
233602005-08-12 Matt Hodges <MPHodges@member.fsf.org>
23361
23362 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
23363 move-end-of-line, end-of-line, and beginning-of-line to the list
23364 of commands after which the echo area is updated.
23365
233662005-08-12 Eli Zaretskii <eliz@gnu.org>
23367
23368 * cus-edit.el (custom-save-all, custom-save-delete):
23369 Bind recentf-exclude to exclude custom-file.
23370
233712005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
23372
23373 * mail/rmailsum.el (rmail-summary-end-of-message): New command
23374 to go to the bottom of the mail message. Added to
23375 `rmail-summary-mode-map' with key "/".
23376 (rmail-summary-show-message): New (internal) function for use by
23377 both `rmail-summary-beginning/end-of-message'.
23378 (rmail-summary-beginning-of-message): Change to use
23379 rmail-summary-show-message.
23380
23381 * mail/rmail.el (rmail-end-of-message): New command to go to the
23382 end of the current message. Added to `rmail-mode-map' with key "/".
23383 (rmail-beginning-of-message): Fix to work as documented.
23384 (rmail-mode): Change documentation.
23385
23386 * progmodes/compile.el (compilation-start): Add the line
23387 "Compilation started" with compilation start time.
23388 (compilation-mode-font-lock-keywords): Add `started' to keywords.
23389
233902005-08-11 Luc Teirlinck <teirllm@auburn.edu>
23391
23392 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
23393 of menu items.
23394
233952005-08-11 Richard M. Stallman <rms@gnu.org>
23396
23397 * simple.el (pop-global-mark): Reverse test of widen-automatically.
23398
23399 * battery.el (battery-status-function): Don't use ignore-errors.
23400
234012005-08-11 Lute Kamstra <lute@gnu.org>
23402
23403 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
23404 define-obsolete-variable-alias.
23405
234062005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
23407
23408 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
23409 (ange-ftp-send-cmd): Revert last change, and expand
23410 the comment explaining the problem.
23411
234122005-08-10 Luc Teirlinck <teirllm@auburn.edu>
23413
23414 * ldefs-boot.el: Update.
23415
23416 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
23417 item to "Time, Load and Mail". Change help echo text.
23418
23419 * time.el (display-time-use-mail-icon, display-time-format)
23420 (display-time-string-forms): Shorten first line of docstrings.
23421
234222005-08-10 Lars Hansen <larsh@soem.dk>
23423
23424 * desktop.el (desktop-buffer-mode-handlers):
23425 Make non-customizable. Add autoload cookie. Change initial value to
23426 nil; add elements in respective modules instead. Fix doc string.
23427 (desktop-load-file): New function.
23428 (desktop-minor-mode-handlers): New autoloaded variable.
23429 (desktop-create-buffer): Call minor mode handlers.
23430 Use desktop-load-file to load major and minor mode modules prior to
23431 checking for a handler.
23432 (desktop-save): Don't add nil to desktop-minor-modes for minor
23433 modes with nil function in desktop-minor-mode-table. Don't delete
23434 desktop file before rewriting it.
23435 (desktop-locals-to-save): Add autoload cookie. Don't make
23436 automatically buffer-local. Add variables column-number-mode,
23437 size-indication-mode, indent-tabs-mode,
23438 indicate-buffer-boundaries, indicate-empty-lines and
23439 show-trailing-whitespace.
23440 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
23441 regexps. Don't use desktop-clear-preserve-buffers-regexp.
23442 (desktop-clear-preserve-buffers-regexp): Delete.
23443 (desktop-clear-preserve-buffers): Update initial value and docstring.
23444 (desktop-save-buffer): Fix doc string.
23445
23446 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
23447 (hilit-chg-desktop-restore): New function.
23448 (highlight-changes-mode): Add highlight-changes-mode to
23449 desktop-locals-to-save.
23450
23451 * dired.el: Add handler to desktop-buffer-mode-handlers.
23452 (dired-restore-desktop-buffer): Remove autoload cookie.
23453 (dired-mode): Add autoload cookie.
23454
23455 * info.el: Add handler to desktop-buffer-mode-handlers.
23456 (Info-restore-desktop-buffer): Remove autoload cookie.
23457 (Info-mode): Add autoload cookie.
23458
23459 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
23460 (mh-restore-desktop-buffer): Remove autoload cookie.
23461 (mh-folder-mode): Add autoload cookie.
23462
23463 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
23464 (rmail-restore-desktop-buffer): Remove autoload cookie.
23465
234662005-08-11 Masatake YAMATO <jet@gyve.org>
23467
23468 * hexl.el (hexl-address-region):
23469 (hexl-ascii-region, hexl-font-lock-keywords):
23470 (hexl-highlight-line-range): Use the term "region"
23471 instead of "area" for consistency with the other symbols
23472 defined in hexl.el.
23473
234742005-08-09 Luc Teirlinck <teirllm@auburn.edu>
23475
23476 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
23477 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
23478 out by Juri Linkov). Add `display-battery-mode'.
23479
234802005-08-09 Juri Linkov <juri@jurta.org>
23481
23482 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23483 Remove `-text' from face variable names.
23484 (compilation-error-file-name, compilation-warning-file-name)
23485 (compilation-info-file-name): Delete faces.
23486 (compilation-line-number, compilation-column-number):
23487 Remove face underlining.
23488 (compilation-message-face): Set to `underline' value by default.
23489 (compilation-error-face, compilation-warning-face)
23490 (compilation-info-face): Remove `-file-name' from face names.
23491 (compilation-error-text-face, compilation-warning-text-face)
23492 (compilation-info-text-face): Delete face variables.
23493 (compilation-text-face): Delete function.
23494
23495 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
23496 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
23497 (grep-error-face): Set to `compilation-error' instead of
23498 `compilation-error-face' (which is redefined to `grep-hit-face' in
23499 grep buffers).
23500 (grep-mode-font-lock-keywords): Remove `-text' from face variable
23501 names. Use `grep-error-face' instead of `compilation-error-text-face'.
23502
23503 * dired-aux.el (dired-do-query-replace-regexp):
23504 Use `query-replace-read-args'.
23505
23506 * replace.el (query-replace-read-from, query-replace-read-to)
23507 (query-replace-read-args): Rename arg `string' to `prompt'.
23508
23509 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
23510
235112005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
23512
23513 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
23514 uploading files.
23515 (ange-ftp-canonize-filename): Handle file names beginning with ~
23516 correctly.
23517
235182005-08-09 Juanma Barranquero <lekktu@gmail.com>
23519
23520 * textmodes/fill.el (canonically-space-region)
23521 (fill-context-prefix, fill-french-nobreak-p)
23522 (fill-delete-newlines, fill-comment-paragraph)
23523 (justify-current-line): "?\ " -> "?\s".
23524
235252005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
23526
23527 * textmodes/fill.el (fill-nonuniform-paragraphs):
23528 Improve argument/docstring consistency.
23529
235302005-08-09 Richard M. Stallman <rms@gnu.org>
23531
23532 * textmodes/ispell.el (ispell-word): More fboundp checks.
23533
23534 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
23535 (find-file-noselect-1): Call it here, only if RAWFILE.
23536 (normal-mode): Always set some major mode.
23537 (save-some-buffers-action-alist): Change some explanation strings.
23538 (file-name-non-special): In the `quote' method, use unwind-protect.
23539
235402005-08-09 Magnus Henoch <mange@freemail.hu>
23541
23542 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
23543 (ispell-have-aspell-dictionaries): New variable.
23544 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
23545 (ispell-get-aspell-config-value): New function.
23546 (ispell-aspell-find-dictionary): New function.
23547 (ispell-aspell-add-aliases): New function.
23548 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
23549 appropriate. Don't look for ispell dictionaries if we use aspell.
23550 (ispell-menu-map): Don't build a submenu of dictionaries.
23551
235522005-08-09 Richard M. Stallman <rms@gnu.org>
23553
23554 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
23555 (sql-read-passwd): Use read-passwd.
23556
23557 * progmodes/idlw-toolbar.el (idlwave-toolbar)
23558 (idlwave-toolbar-is-possible): Add defvars.
23559
23560 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
23561 Avoid warnings.
23562
23563 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
23564 (idlwave-system-class-info, idlwave-executive-commands-alist):
23565 Use defvar.
23566
23567 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23568
23569 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23570 Avoid warnings.
23571
23572 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23573 and content-type: headers.
23574
23575 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23576
23577 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23578 and rename some of them to be more self-explanatory.
23579
23580 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23581
23582 * startup.el (command-line-1): Implement -scriptload.
23583
23584 * replace.el (occur-engine): Initial *Occur* output not undoable.
23585
23586 * menu-bar.el (menu-bar-file-menu): Rename some menu items
23587 and improve help strings.
23588
23589 * isearch.el (isearch-repeat): When changing direction,
23590 mark search successful.
23591
23592 * ediff-init.el: Use (featurep 'xemacs).
23593
23594 * comint.el (send-invisible): Identify buffer, if not selected.
23595
23596 * align.el: Delete autoload for c-guess-basic-syntax.
23597
235982005-08-09 Juanma Barranquero <lekktu@gmail.com>
23599
23600 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23601 Improve argument/docstring consistency. Doc fixes.
23602 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23603 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23604 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23605 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23606 (r2bv-organization, r2bv-pages, r2bv-primary-author)
23607 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23608 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23609 Defvar at compile time.
23610
236112005-08-09 Juri Linkov <juri@jurta.org>
23612
23613 * info.el: Replace `info' with upper-case `Info' where appropriate.
23614 (info-title-1, info-title-2, info-title-3, info-title-4)
23615 (info-menu-header): Move up face definitions.
23616 (info-menu-star): Rename from `info-menu-5'.
23617 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23618 (Info-fontify-visited-nodes): Fix docstring.
23619 (Info-hide-note-references): Fix docstring.
23620 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23621 menu items in the same way as on cross-references.
23622 (info-apropos): Fix sorting order and formatting to be like in the
23623 stand-alone Info browser. Display error messages for 1 sec.
23624 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
23625 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23626 from the menu bar.
23627 (Info-insert-dir): Restore point after calling
23628 `insert-buffer-substring'.
23629
236302005-08-08 Richard M. Stallman <rms@gnu.org>
23631
23632 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23633 (recompute-lucid-menubar): Add defvars.
23634
23635 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23636
23637 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23638
23639 * net/net-utils.el (run-dig): Rename from `dig'.
23640
23641 * play/gametree.el (gametree-mode): Use make-local-variable,
23642 not make-variable-buffer-local.
23643
23644 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23645
23646 * ansi-color.el (ansi-color-make-extent)
23647 (ansi-color-set-extent-face): Use fboundp, not functionp.
23648
23649 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23650 not make-variable-buffer-local.
23651
23652 * bookmark.el (Info-current-file): Add defvar.
23653 (bookmark-jump-noselect): Use with-no-warnings.
23654
23655 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23656
23657 * ebuff-menu.el (Helper-return-blurb): Add defvar.
23658
23659 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23660
23661 * find-file.el (ada-procedure-start-regexp)
23662 (ada-package-start-regexp): Add defvars.
23663
23664 * info.el (Info-insert-dir): Use insert-buffer-substring.
23665
23666 * xml.el (xml-att-def-re): Add defvar.
23667
23668 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23669 calling convention.
23670
23671 * subr.el (while-no-input): Return t if there is input.
23672
236732005-08-08 Luc Teirlinck <teirllm@auburn.edu>
23674
23675 * cus-start.el (all): Add `overflow-newline-into-fringe'.
23676
236772005-08-08 Juanma Barranquero <lekktu@gmail.com>
23678
23679 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23680 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23681
236822005-08-08 Emilio C. Lopes <eclig@gmx.net>
23683
23684 * cmuscheme.el (scheme-start-file): Replace reference to
23685 `user-emacs-directory' by "~/.emacs.d/".
23686
236872005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
23688
23689 * info.el (Info-dir-remove-duplicates): Avoid case folding
23690 in loop; instead, keep downcased strings for comparison.
23691 Suggested by Helmut Eller.
23692
236932005-08-07 Michael Albinus <michael.albinus@gmx.de>
23694
23695 Sync with Tramp 2.0.50.
23696
23697 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23698 XEmacs case; not necessary anymore.
23699 (tramp-user-regexp): Allow "@" as part of user name.
23700 (tramp-handle-set-visited-file-modtime)
23701 (tramp-handle-insert-file-contents)
23702 (tramp-handle-write-region): No special handling for
23703 `last-coding-system-used, because this is done in
23704 `tramp-accept-process-output' now.
23705 (tramp-accept-process-output): New defun.
23706 (tramp-process-one-action, tramp-process-one-multi-action)
23707 (tramp-wait-for-regexp, tramp-wait-for-output)
23708 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
23709 Howells <dhowells@redhat.com>.
23710 (clear-visited-file-modtime): Defadvice removed. The check for
23711 unset buffer's modtime does not need to be based on
23712 `tramp-buffer-file-attributes'. Suggested by RMS.
23713 (tramp-message): Insert "\n" if not being at beginning of line.
23714 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23715 sequence with same logic.
23716 (tramp-completion-handle-expand-file-name): Discard call of
23717 `tramp-drop-volume-letter'. It is not necessary, and there have
23718 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23719 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23720 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23721 should always be visible.
23722 (tramp-handle-insert-directory, tramp-setup-complete)
23723 (tramp-set-process-query-on-exit-flag)
23724 (tramp-append-tramp-buffers): Pacify byte-compiler.
23725 (tramp-bug): Delete non-existing variables from list.
23726 Apply `tramp-load-report-modules' as pre-hook.
23727 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23728 `shell-prompt-pattern' because of non-7bit characters.
23729 Reported by Sebastian Luque <sluque@mun.ca>.
23730 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23731 (tramp-match-string-list): Remove function.
23732 (tramp-wait-for-regexp): Remove call of that function.
23733 Suggested by Kim F. Storm <storm@cua.dk>.
23734 (tramp-set-auto-save-file-modes): Use octal integer code #o600
23735 instead of octal character code ?\600. The latter resulted in a
23736 syntax error with XEmacs.
23737
23738 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23739 XEmacs case; not necessary anymore.
23740 (tramp-smb-handle-write-region): No special handling for
23741 `last-coding-system-used, because this is done in
23742 `tramp-accept-process-output' now.
23743 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23744
237452005-08-06 Luc Teirlinck <teirllm@auburn.edu>
23746
23747 * wid-edit.el (widget-choice-value-create):
23748 Unconditionally respect user choice. Set :explicit-choice back to nil
23749 when no longer needed.
23750 (widget-choice-action): Unconditionally respect user choice.
23751 Eliminate :explicit-choice-value.
23752
23753 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23754
23755 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23756 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23757 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23758 running new function `toggle-indicate-empty-lines'.
23759 Rename "Customize" item to "Customize fringe".
23760 Rename "Indicators" item to "Buffer boundaries" and change help echo.
23761 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23762 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23763 Delete "Empty lines only" item.
23764 (menu-bar-showhide-fringe-ind-customize): New function.
23765 (menu-bar-showhide-fringe-ind-mixed)
23766 (menu-bar-showhide-fringe-ind-box)
23767 (menu-bar-showhide-fringe-ind-right)
23768 (menu-bar-showhide-fringe-ind-left)
23769 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23770 instead of `fringe-indicators'.
23771
237722005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23773
23774 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23775 Change the date of last update.
23776
237772005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23778
23779 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23780 (viper-exec-yank, viper-put-back): Don't display modification msg
23781 if in the minibuffer.
23782
23783 * viper-init.el (viper-replace-overlay-cursor-color)
23784 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23785 Make variables frame local.
23786
23787 * viper-util.el (viper-append-filter-alist): Use append instead of
23788 nconc.
23789
23790 * viper.el (viper-vi-state-mode-list)
23791 (viper-emacs-state-mode-list): Move help-mode and
23792 completion-list-mode from the first list to the second.
23793 (viper-mode): Docstring.
23794 (viper-go-away, viper-non-hook-settings): Don't localize
23795 minor-mode-alist in newer Emacsen. Add advice to
23796 set-cursor-color. Don't bind "\C-c\\".
23797
237982005-08-06 Emilio C. Lopes <eclig@gmx.net>
23799
23800 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23801 (scheme-macro-expand-command): New user options.
23802 (scheme-trace-procedure, scheme-expand-current-form): New commands.
23803 (scheme-form-at-point, scheme-start-file)
23804 (scheme-interactively-start-process): New functions.
23805 (scheme-get-process): New function, extracted from `scheme-proc'.
23806 (run-scheme): Call `scheme-start-file' to get start file, and pass
23807 it to `make-comint'.
23808 (switch-to-scheme, scheme-proc):
23809 Call `scheme-interactively-start-process' if no Scheme buffer/process
23810 is available.
23811
238122005-08-06 Juri Linkov <juri@jurta.org>
23813
23814 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23815 Use `compilation-text-face', `compilation-info-text-face' and
23816 `compilation-error-text-face' instead of `font-lock-keyword-face'.
23817 (compilation-error): New face.
23818 (compilation-error-file-name): Inherit from
23819 `compilation-error' instead of `font-lock-warning-face'.
23820 (compilation-warning-file-name): Inherit from
23821 `compilation-warning' instead of `font-lock-warning-face'.
23822 (compilation-info, compilation-error-file-name)
23823 (compilation-warning-file-name, compilation-info-file-name)
23824 (compilation-line-number, compilation-column-number): Doc fix.
23825 (compilation-error-text-face, compilation-warning-text-face)
23826 (compilation-info-text-face): New face variables.
23827 (compilation-line-face, compilation-column-face)
23828 (compilation-enter-directory-face)
23829 (compilation-leave-directory-face): Doc fix.
23830 (compilation-text-face): New function.
23831
23832 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23833 instead of 1 to display binary file names as info file links.
23834 (grep-error-face): Use `compilation-error-face' instead of
23835 `font-lock-keyword-face'.
23836 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23837 and `compilation-warning-text-face' instead of
23838 `font-lock-keyword-face'. Use `compilation-error-text-face'
23839 instead of `grep-error-face'.
23840
238412005-08-05 Kenichi Handa <handa@m17n.org>
23842
23843 * international/code-pages.el: Add autoload cookies for all coding
23844 systems.
23845
238462005-08-04 Luc Teirlinck <teirllm@auburn.edu>
23847
23848 * cus-start.el (all): Put undo.c where it alphabetically belongs.
23849
238502005-08-04 Juri Linkov <juri@jurta.org>
23851
23852 * progmodes/compile.el (compilation-mode-map):
23853 * progmodes/grep.el (grep-mode-map):
23854 Bind TAB to `compilation-next-error' and [backtab] to
23855 `compilation-previous-error'.
23856
23857 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23858 matching line numbers, column numbers and their ranges with regexp
23859 matching only line numbers.
23860 (grep-context-face): New face variable.
23861 (grep-mode-font-lock-keywords): Use it.
23862
23863 * faces.el (read-face-name): Delete duplicate faces.
23864
238652005-08-02 Juanma Barranquero <lekktu@gmail.com>
23866
23867 * thumbs.el (thumbs-find-image): Don't make variables
23868 automatically buffer local.
23869 (thumbs-current-tmp-filename, thumbs-current-image-filename)
23870 (thumbs-image-num): Make automatically buffer local.
23871 (thumbs-show-thumbs-list): Use `make-local-variable', not
23872 `make-variable-buffer-local'.
23873 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23874
23875 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23876 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23877 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23878 (bother, bye, canyou, chatlst, continue, deathlst, describe)
23879 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23880 (feelings-about, foullst, found, hello, history, howareyoulst)
23881 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23882 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23883 (neglst, obj, object, owner, please, problems, qlist)
23884 (random-adjective, relation, remlst, repetitive-shortness)
23885 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23886 (shortlst, something, sportslst, stallmanlst, states, subj)
23887 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23888 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23889 Defvar at compile time.
23890
23891 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23892 not `make-variable-buffer-local'.
23893
238942005-08-02 Kim F. Storm <storm@cua.dk>
23895
23896 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23897 rectangle overlay in selected window.
23898
238992005-08-01 Luc Teirlinck <teirllm@auburn.edu>
23900
23901 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23902 instead of display group. Make `indicate-buffer-boundaries'
23903 customizable through Custom.
23904
239052005-08-01 Juanma Barranquero <lekktu@gmail.com>
23906
23907 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23908 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23909 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23910 (gdb-put-string): Fix typos in docstrings.
23911
239122005-08-01 Nick Roberts <nickrob@snap.net.nz>
23913
23914 Update copyright notices of files in progmodes directory for
23915 release of Emacs 22.1.
23916
23917 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23918
23919 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23920 Don't barf if the GUD buffer has been killed.
23921
239222005-08-01 Kim F. Storm <storm@cua.dk>
23923
23924 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23925
239262005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
23927
23928 * simple.el (next-error-follow-minor-mode):
23929 make-variable-buffer-local -> make-local-variable.
23930
23931 * emacs-lisp/cl-extra.el: Require CL also when compiling.
23932
23933 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23934 (byte-compile-form-make-variable-buffer-local): New functions to warn
23935 about misuses of make-variable-buffer-local where make-local-variable
23936 was meant.
23937
239382005-07-29 Juanma Barranquero <lekktu@gmail.com>
23939
23940 * bs.el (bs-attributes-list): Doc fix.
23941 (bs): Update url-link.
23942
23943 * desktop.el (desktop-save-buffer): Fix typos in docstring.
23944 (desktop-load-default): Simplify.
23945
23946 * ibuffer.el (ibuffer-columnize-and-insert-list)
23947 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23948 (ibuffer-unmark-all, ibuffer-toggle-marks)
23949 (ibuffer-unmark-forward, ibuffer-unmark-backward)
23950 (ibuffer-compile-make-format-form, ibuffer-format-column)
23951 (ibuffer-current-buffers-with-marks)
23952 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23953 (ibuffer): Doc fix.
23954 (ibuffer-mode): Fix typo in docstring.
23955 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23956 with `define-obsolete-variable-alias'.
23957 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
23958
239592005-07-29 Kenichi Handa <handa@m17n.org>
23960
23961 * international/mule-cmds.el (select-message-coding-system):
23962 Be sure to use LF for end-of-line. If no coding system is decided,
23963 return iso-8859-1-unix.
23964
239652005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
23966
23967 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23968 (ange-ftp-pending-error-line): New vars.
23969 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23970 to handle the non-fatal no-route-to-host messages.
23971 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23972
239732005-07-28 Juanma Barranquero <lekktu@gmail.com>
23974
23975 * isearch.el (isearch-mode-map, isearch-other-meta-char)
23976 (isearch-quote-char, isearch-printing-char)
23977 (isearch-text-char-description): "?\ " -> "?\s".
23978 (isearch-lazy-highlight-cleanup)
23979 (isearch-lazy-highlight-initial-delay)
23980 (isearch-lazy-highlight-interval)
23981 (isearch-lazy-highlight-max-at-a-time)
23982 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23983 Declare with define-obsolete-*-alias macros.
23984 (isearch-forward): Fix typo in docstring.
23985 (search-invisible, search-ring-yank-pointer)
23986 (regexp-search-ring-yank-pointer): Doc fixes.
23987
23988 * recentf.el (recentf-menu-append-commands-p): Declare with
23989 `define-obsolete-variable-alias'.
23990 (recentf-max-saved-items, recentf-menu-filter)
23991 (recentf-arrange-by-rule-subfilter): Doc fixes.
23992 (recentf-menu-append-commands-flag)
23993 (recentf-initialize-file-name-history, recentf-expand-file-name)
23994 (recentf-clear-data): Fix typos in docstrings.
23995
239962005-07-28 Nick Roberts <nickrob@snap.net.nz>
23997
23998 * progmodes/gdb-ui.el: Smarten comments.
23999 (gdb-info-breakpoints-custom): Use nowarn when finding file.
24000
240012005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
24002
24003 * term/apollo.el (terminal-init-apollo): New function containing
24004 all former top level forms in the file.
24005 * term/bobcat.el (terminal-init-bobcat):
24006 * term/cygwin.el (terminal-init-cygwin):
24007 * term/iris-ansi.el (terminal-init-iris-ansi):
24008 * term/linux.el (terminal-init-linux):
24009 * term/news.el (terminal-init-news):
24010 * term/rxvt.el (terminal-init-rxvt):
24011 * term/sun.el (terminal-init-sun):
24012 * term/tvi970.el (terminal-init-tvi970):
24013 * term/vt100.el (terminal-init-vt100):
24014 * term/vt102.el (terminal-init-vt102):
24015 * term/vt125.el (terminal-init-vt125):
24016 * term/vt200.el (terminal-init-vt200):
24017 * term/vt201.el (terminal-init-vt201):
24018 * term/vt220.el (terminal-init-vt220):
24019 * term/vt240.el (terminal-init-vt240):
24020 * term/vt300.el (terminal-init-vt300):
24021 * term/vt320.el (terminal-init-vt320):
24022 * term/vt400.el (terminal-init-vt400):
24023 * term/vt420.el (terminal-init-vt420):
24024 * term/wyse50.el (terminal-init-wyse50):
24025 * term/xterm.el (terminal-init-xterm): Likewise.
24026
24027 * term/README: Describe the terminal-init-* functionality.
24028
24029 * startup.el (command-line): After loading the terminal initialization
24030 file call the corresponding terminal initialization function.
24031
240322005-07-27 Kenichi Handa <handa@m17n.org>
24033
24034 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
24035 negative.
24036
24037 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
24038 (ps-mule-composition-prologue): Fix for the case that
24039 RelativeCompose is false.
24040
240412005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
24042
24043 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
24044
24045 * descr-text.el (describe-char): Handle the case where the list of
24046 chars is displayed in a separate frame.
24047 Be a bit more discriminating when looking for the char.
24048
240492005-07-26 Juanma Barranquero <lekktu@gmail.com>
24050
24051 * bookmark.el (bookmark-automatically-show-annotations)
24052 (bookmark-read-annotation-text-func): Doc fixes.
24053 (bookmark-save): Improve argument/docstring consistency.
24054 (bookmark-get-bookmark, bookmark-get-bookmark-record)
24055 (bookmark-alist-from-buffer)
24056 (bookmark-upgrade-file-format-from-0)
24057 (bookmark-grok-file-format-version)
24058 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
24059 (bookmark-read-annotation-mode)
24060 (bookmark-insert-current-bookmark, bookmark-jump)
24061 (bookmark-exit-hook): Fix typos in docstrings.
24062 (bookmark-exit-hooks): Define as obsolete alias.
24063 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
24064 not `bookmark-exit-hooks'. Fix docstring.
24065 (bookmark-bmenu-select): "?\ " -> "?\s".
24066
240672005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
24068
24069 * startup.el (command-line): Fix typo.
24070
240712005-07-24 Richard M. Stallman <rms@gnu.org>
24072
24073 * tooltip.el (tooltip-mode): Test emacs-basic-display,
24074 not emacs-quick-startup.
24075
240762005-07-24 Juanma Barranquero <lekktu@gmail.com>
24077
24078 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
24079 (reb-next-match, reb-show-subexp): Use `with-selected-window'
24080 instead of `reb-with-current-window'.
24081 (reb-prev-match): Likewise. Also, don't move left if the search
24082 was unsuccessful.
24083 (reb-initialize-buffer): New function.
24084 (re-builder, reb-change-syntax): Use it.
24085
24086 * man.el (Man-goto-page): Make second argument NOERROR optional.
24087
240882005-07-23 Richard M. Stallman <rms@gnu.org>
24089
24090 * man.el (Man-bgproc-sentinel): Check here for failure to find
24091 any man page in the output, and report the error here.
24092 (Man-arguments): Make it permanent local.
24093 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
24094 (Man-mode): Pass t for NOERROR.
24095
24096 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
24097 (grep-mode-font-lock-keywords):
24098 Don't use compilation-...-face for messages that are not file names.
24099
24100 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24101 Don't use compilation-...-face for messages that are not file names.
24102
241032005-07-22 Juri Linkov <juri@jurta.org>
24104
24105 * startup.el (normal-splash-screen): Update menu name.
24106
24107 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
24108
241092005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
24110
24111 * term/xterm.el: Load term/rxvt if the terminal is actually an
24112 rxvt terminal.
24113 (xterm-rxvt-set-background-mode): Remove, not used anymore.
24114
24115 * term/rxvt.el (function-key-map): Use substitute-key-definition
24116 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
24117
24118 * term/cygwin.el: New file.
24119
241202005-07-22 Kim F. Storm <storm@cua.dk>
24121
24122 * image-file.el (insert-image-file, image-file-yank-handler):
24123 Fix last change to maintain a (unique) yank-handler on yanked images.
24124
241252005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
24126
24127 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
24128 of the file size (as in "177B" for 177 bytes). This happens with
24129 "ls -lh" on FreeBSD.
24130
241312005-07-22 Juanma Barranquero <lekktu@gmail.com>
24132
24133 * hilit-chg.el (highlight-changes-global-initial-state)
24134 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
24135 (hilit-chg-fixup, highlight-changes-mode):
24136 Fix typos in docstrings.
24137 (highlight-changes-global-modes, highlight-changes-rotate-faces):
24138 Doc fixes.
24139
241402005-07-21 Luc Teirlinck <teirllm@auburn.edu>
24141
24142 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
24143 mode function using `eval-after-load'.
24144
241452005-07-21 Kim F. Storm <storm@cua.dk>
24146
24147 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
9c92edca 24148 included when reporting an Emacs crash, and tell about the DEBUG file.
6fee106e
KS
24149
24150 * image-file.el (insert-image-file): Add yank-handler.
24151 (image-file-yank-handler): Yank handler to make unique copies of
24152 images when they are yanked into a buffer next to each other.
24153
241542005-07-21 Juanma Barranquero <lekktu@gmail.com>
24155
24156 * comint.el (comint-use-prompt-regexp, comint-send-input)
24157 (comint-source-default, comint-extract-string)
24158 (comint-get-source, comint-word, comint-completion)
24159 (comint-source, comint-prompt-read-only, comint-update-fence):
24160 Fix typos in docstrings.
24161 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
24162 Declare with define-obsolete-*-alias macros.
24163 (comint-previous-matching-input-from-input)
24164 (comint-next-matching-input-from-input)
24165 (comint-previous-matching-input, comint-next-matching-input)
24166 (comint-forward-matching-input):
24167 Improve argument/docstring consistency.
24168
24169 * desktop.el (desktop-clear-preserve-buffers-regexp):
24170 Also preserve the *server* buffer.
24171
24172 * simple.el (clone-indirect-buffer): Doc fix.
24173 (fixup-whitespace, just-one-space)
24174 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
24175 (next-error, next-error-highlight)
24176 (next-error-highlight-no-select, next-error-last-buffer)
24177 (next-error-buffer-p, next-error-find-buffer, next-error)
24178 (previous-error, next-error-no-select, previous-error-no-select)
24179 (open-line, split-line, minibuffer-prompt-width, kill-new)
24180 (binary-overwrite-mode): Fix typos in docstrings.
24181 (set-fill-column): Fix typo in message.
24182
24183 * skeleton.el (skeleton-proxy-new): Doc fix.
24184
24185 * strokes.el (strokes-load-hook): Doc fix.
24186 (strokes-grid-resolution, strokes-get-grid-position)
24187 (strokes-renormalize-to-grid, strokes-read-stroke)
24188 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
24189 (strokes-global-map): Fix typos in docstrings.
24190 (strokes-help): Doc fix. Fix help message and pass it through
24191 `substitute-command-keys'.
24192
24193 * tempo.el (tempo-insert-prompt, tempo-interactive)
24194 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
24195 (tempo-insert-string-functions, tempo-local-tags)
24196 (tempo-define-template, tempo-insert-template)
24197 (tempo-insert-prompt-compat, tempo-is-user-element)
24198 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
24199 Fix typos in docstrings.
24200
24201 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
24202 (vcursor-key-bindings, vcursor-use-vcursor-map)
24203 (vcursor-find-window, vcursor-scroll-down)
24204 (vcursor-disable, vcursor-beginning-of-buffer)
24205 (vcursor-end-of-buffer): Fix typos in docstrings.
24206 (vcursor-relative-move, vcursor-get-char-count):
24207 Improve argument/docstring consistency.
24208
24209 * version.el: "?\ " -> "?\s".
24210
24211 * wid-edit.el (widget-default-create, widget-after-change)
24212 (widget-default-format-handler, widget-checklist-add-item)
24213 (widget-radio-add-item, widget-choose, widget-specify-secret)
24214 (widget-field-value-create, widget-field-value-get)
24215 (widget-editable-list-format-handler)
24216 (widget-editable-list-entry-create, widget-group-value-create)
24217 (widget-documentation-link-add)
24218 (widget-documentation-string-value-create): "?\ " -> "?\s".
24219 (widget-convert-text): Doc fix.
24220 (widget-narrow-to-field, widget-field-find)
24221 (widget-url-link-action, widget-emacs-library-link-action)
24222 (widget-color-notify): Fix typos in docstrings.
24223
24224 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
24225 (x-select-text, set-w32-system-coding-system)
24226 (w32-add-charset-info): Fix typos in docstrings.
24227
24228 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
24229 (cua-enable-cua-keys, cua-use-hyper-key)
24230 (cua-virtual-rectangle-edges): Fix typos in docstrings.
24231 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
24232
24233 * net/tramp.el (tramp-handle-load): Fix typo in error message.
24234
24235 * emacs-lisp/re-builder.el (regexp-builder): Declare with
24236 `defalias' instead of faking it.
24237
24238 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
24239 (eshell-ls-missing, eshell-ls-dired-initial-args)
24240 (eshell-ls-use-in-dired): Fix typos in docstrings.
24241
242422005-07-20 Kim F. Storm <storm@cua.dk>
24243
24244 * emulation/cua-base.el (cua-mode): Improve doc string.
24245
242462005-07-20 Juanma Barranquero <lekktu@gmail.com>
24247
24248 * abbrev.el (expand-region-abbrevs): Doc fix.
24249 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
24250 Improve argument/docstring consistency.
24251
24252 * arc-mode.el (archive-get-descr, archive-alternate-display):
24253 Doc fixes.
24254 (archive-l-e): Improve argument/docstring consistency.
24255 (archive-tmpdir, archive-unixdate, archive-unixtime)
24256 (archive-chmod-entry): Fix typos in docstrings.
24257 (archive-unflag, archive-unflag-backwards)
24258 (archive-unmark-all-files): "?\ " -> "?\s".
24259
24260 * buff-menu.el (Buffer-menu-unmark): Doc fix.
24261 (Buffer-menu-not-modified, Buffer-menu-execute)
24262 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
24263 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
24264
24265 * composite.el (compose-string, encode-composition-rule)
24266 (compose-last-chars): Fix typos in docstrings.
24267
24268 * desktop.el (desktop-enable, desktop-basefilename):
24269 Declare with `define-obsolete-variable-alias'.
24270 (desktop-internal-v2s): Don't quote keywords.
24271 (desktop-clear): "?\ " -> "?\s".
24272
24273 * dired.el (dired-align-file, dired-flag-backup-files)
24274 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
24275 (dired-listing-switches, dired-ls-F-marks-symlinks)
24276 (dired-dwim-target, dired-load-hook, dired-mode-hook)
24277 (dired-directory, dired-faces, dired, dired-revert)
24278 (dired-mode, dired-summary, dired-view-file)
24279 (dired-copy-filename-as-kill, dired-delete-file)
24280 (dired-no-confirm, dired-unmark-all-marks)
24281 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
24282 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
24283 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
24284 Fix typos in message strings.
24285
24286 * dired-x.el (virtual-dired): Declare with `defalias'.
24287 (dired-mark-unmarked-files, dired-local-variables-file)
24288 (dired-omit-here-always): Doc fix.
24289 (dired-omit-mode, dired-find-subdir)
24290 (dired-enable-local-variables, dired-clean-up-buffers-too)
24291 (dired-extra-startup, dired-mark-extension, dired-jump)
24292 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
24293 (dired-smart-shell-command, dired-guess-shell-alist-user)
24294 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
24295 (dired-x-bind-find-file, dired-x-submit-report):
24296 Fix typos in docstrings.
24297 (dired-mark-unmarked-files): "?\ " -> "?\s".
24298
24299 * dirtrack.el (dirtrack-list): Fix typos in docstring.
24300
24301 * faces.el (describe-face): "?\ " -> "?\s".
24302 (read-all-face-attributes, read-face-font, modify-face)
24303 (face-attr-construct, italic): Fix typos in docstrings.
24304 (frame-update-face-colors): Declare with
24305 `define-obsolete-function-alias'.
24306
24307 * files.el (find-file-noselect, recode-file-name): Doc fixes.
24308 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
24309 (magic-mode-alist, buffer-file-numbers-unique)
24310 (write-file-functions, get-free-disk-space):
24311 Fix typos in docstrings.
24312 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
24313 (write-contents-hooks, write-file-hooks):
24314 Declare with `define-obsolete-variable-alias'.
24315
24316 * forms-d2.el (arch-rj): Fix typo in docstrings.
24317 (arch-tocol): Likewise. "?\ " -> "?\s".
24318
24319 * frame.el (set-frame-font, cursor-in-non-selected-windows):
24320 Fix typo in docstring.
24321 (set-screen-width, set-screen-height): Delete redundant info in
24322 doctrings.
24323 (new-frame, screen-height, screen-width): Declare with
24324 `define-obsolete-function-alias'.
24325 (delete-frame-hook, blink-cursor): Declare with
24326 `define-obsolete-variable-alias'.
24327
24328 * paths.el (prune-directory-list): Fix typos in docstring.
24329
24330 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
24331 (cvs-prefix-get): Fix typos in docstrings.
24332
24333 * ps-print.el (ps-extend-face-list, ps-extend-face)
24334 (ps-print-background-image): Fix typos in docstrings.
24335 (ps-default-fg, ps-default-bg): Doc fixes.
24336
24337 * s-region.el (s-region-bind): Doc fix.
24338 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
24339
24340 * textmodes/org.el (org-table-formula-substitute-names)
24341 (org-table-get-vertical-vector): Doc fixes.
24342 (org-table-recalculate): Remove unused argument to `message'.
24343
243442005-07-19 Carsten Dominik <dominik@science.uva.nl>
24345
24346 * textmodes/org.el (org-table-column-names)
24347 (org-table-column-name-regexp)
24348 (org-table-named-field-locations): New variables.
24349 (org-archive-subtree): Protect `this-command' when calling
24350 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
24351 the kill buffer.
24352 (org-complete): Remove fixed-formula completion.
24353 (org-edit-formulas-map): New variable.
24354 (org-table-edit-formulas): New command.
24355 (org-finish-edit-formulas, org-abort-edit-formulas)
24356 (org-show-variable, org-table-get-vertical-vector): New functions.
24357 (org-table-maybe-eval-formula): Handle `:=' fields.
24358 (org-table-get-stored-formulas, org-table-store-formulas)
24359 (org-table-get-formula, org-table-modify-formulas)
24360 (org-table-replace-in-formulas): Handle named field formulas.
24361 (org-table-get-specials): Store locations of named fields.
24362
243632005-07-19 Juri Linkov <juri@jurta.org>
24364
24365 * progmodes/grep.el (grep-regexp-alist)
24366 (grep-mode-font-lock-keywords, grep-process-setup):
24367 Use default GNU grep match color "01;31m" instead of "01;41m".
24368 (grep-regexp-alist, grep-mode-font-lock-keywords):
24369 Use `\\[[0-9]*m' instead of `\\[00m'.
24370 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
24371 sgr_start where its handling is more important. Use the real
24372 length of sgr_start instead of constant 8.
24373 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
24374 specially. Delete all remaining escape sequences.
24375 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
24376 (grep-regexp-alist): Make hyperlink only for binary file name
24377 instead of the whole line.
24378 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
24379 (grep-mode): Add autoload.
24380
24381 * emacs-lisp/find-func.el (find-function-regexp):
24382 Add `define-compilation-mode'.
24383
243842005-07-19 Juri Linkov <juri@jurta.org>
24385
24386 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
24387 (compare-windows-sync-string-size, compare-windows-recenter)
24388 (compare-windows-highlight, compare-windows): Add version 22.1.
24389 (compare-windows) <defface>: Inherit from lazy-highlight instead
24390 of duplicating its default value.
24391
24392 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
24393 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
24394
24395 * descr-text.el (describe-char): Create link buttons for `charset'
24396 and `code point'. Add the current input method name with a link
24397 button to `to input' field. Print face names of display table
24398 characters in `The display table entry is displayed by' section
24399 instead of printing face-id in the `display' field.
24400 Guess hardcoded faces and create a link button for them.
24401 Skip empty fields when calculating max-width.
24402 Treat `widget-create' specially while inserting strings from the
24403 collected field list.
24404 (describe-char-after): Made obsolete in version 22.1, not 21.5.
24405
24406 * diff-mode.el (diff-file-header): Change foreground color from
24407 yellow to green on light backgrounds.
24408 (diff-context): Inherit from `shadow' only for color/grayscale
24409 with more than 88 colors.
24410 (diff-indicator-removed, diff-indicator-added)
24411 (diff-indicator-changed): New faces.
24412 (diff-font-lock-keywords): Use new faces. Regroup rules.
24413 Add "^---$" for `normal' diff format. Fontify `#' lines with
24414 font-lock-comment-delimiter-face and font-lock-comment-face.
24415 Add `#' to ^[^...] in the rule for `diff-context-face'.
24416
24417 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
24418 a button-like box. Inherit from `highlight' on low colors.
24419 (shadow): Use shades of gray only for color/grayscale with
24420 more than 88 colors. Use green for light backgrounds with
24421 8 colors, and yellow for dark backgrounds with 8 colors.
24422
24423 * font-lock.el (font-lock-regexp-grouping-backslash):
24424 Don't inherit from escape-glyph (use bold for all cases).
24425
24426 * info.el (info-xref-visited): Use light foreground color `violet'
24427 for dark backgrounds instead of dark color `magenta3'.
24428 (info-title-1): Use `yellow' color for dark backgrounds.
24429
24430 * isearch.el (isearch): Use not-too-dark magenta3 instead of
24431 too-light magenta2.
24432
24433 * replace.el (match): Use slightly more light RoyalBlue3 instead
24434 of dark RoyalBlue4.
24435
24436 * wid-edit.el (widget-inactive): Inherit from `shadow'.
24437
244382005-07-19 Juanma Barranquero <lekktu@gmail.com>
24439
24440 * novice.el (disabled-command-hook): Declare it with
24441 `define-obsolete-variable-alias'.
24442
24443 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
24444 (desktop-buffer-misc-functions, desktop-buffer-handlers)
24445 (desktop-load-default): Add release to obsolescence info.
24446 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
24447 (desktop-append-buffer-args, desktop-read):
24448 Fix typos in docstrings.
24449 (desktop-kill): Fix typo in message.
24450 (desktop-save): Doc fix.
24451
244522005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
24453
24454 * viper-cmd.el (viper-escape-to-state): Bug fix.
24455 (viper-envelop-ESC-key): Change the definition of fast
24456 keysequence so it'll work with keyboard macros.
24457
24458 * ediff.el (ediff-patch-buffer): Change the docstring.
24459
244602005-07-19 Kenichi Handa <handa@m17n.org>
24461
24462 * international/mule-cmds.el (select-safe-coding-system): Try to
24463 use an auto-coding (if any) before anything else. If the found
24464 auto-coding is invalid, show a warning message.
24465
24466 * international/mule.el (find-auto-coding): New function created
24467 by modifying the body of set-auto-coding.
24468 (set-auto-coding): Use find-auto-coding to find a coding.
24469
244702005-07-18 Richard M. Stallman <rms@gnu.org>
24471
24472 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
24473 not isearch-mode-end-hook-error.
24474 (allout-before-change-protect): Fix error message.
24475
244762005-07-18 Juri Linkov <juri@jurta.org>
24477
24478 * allout.el (allout-mode):
24479 * calculator.el (calculator-copy):
24480 * custom.el (custom-known-themes):
24481 * dired.el (dired-desktop-buffer-misc-data)
24482 (dired-restore-desktop-buffer):
24483 * dired-x.el (dired-omit-marker-char):
24484 * files.el (basic-save-buffer):
24485 * font-core.el (font-lock-mode):
24486 * calendar/calendar.el (calendar-goto-hebrew-date)
24487 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
24488 (calendar-goto-persian-date):
24489 * language/ethio-util.el (ethio-sera-to-fidel-region):
24490 * textmodes/picture.el (picture-mode):
24491 Delete duplicate duplicate words.
24492
244932005-07-18 Juri Linkov <juri@jurta.org>
24494
24495 * isearch.el (isearch-mode-map): Remove key bindings for regexp
24496 chars * ? } |.
24497 (isearch-fallback): Don't call `isearch-process-search-char'.
24498 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
24499 (isearch-process-search-char): Call `isearch-fallback' for regexp
24500 chars * ? } |.
24501 (isearch-return-char): Make obsolete with `make-obsolete' instead
24502 of simply documenting it as obsolete in the docstring.
24503 (isearch-fallback): Refill docstring.
24504
24505 * international/isearch-x.el
24506 (isearch-process-search-multibyte-characters): Remove unneeded
24507 `concat'. Add intermediate values to `junk-hist' instead of
24508 `minibuffer-history'. Test the length of `str'.
24509
245102005-07-18 Juanma Barranquero <lekktu@gmail.com>
24511
24512 * allout.el (allout-resolve-xref): Fix typos in error strings.
24513 (allout-before-change-protect): Remove unneeded `concat'.
24514
24515 * array.el (array-mode, array-reconfigure-rows)
24516 (untabify-backward): Fix typos in docstrings.
24517 (array-reconfigure-rows): Use `insert-buffer-substring', not
24518 `insert-buffer'.
24519
24520 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
24521 * progmodes/ada-mode.el (ada-make-body):
24522 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
24523
24524 * dired.el (dired-log):
24525 * tar-mode.el (tar-subfile-save-buffer):
24526 * play/zone.el (zone-pgm-stress-destress):
24527 Use `insert-buffer-substring', not `insert-buffer'.
24528
245292005-07-17 Simon Josefsson <jas@extundo.com>
24530
24531 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
24532
245332005-07-16 Jose E. Marchesi <jemarch@gnu.org>
24534
24535 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
24536 Add plain auth method.
24537 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
24538
245392005-07-17 Kim F. Storm <storm@cua.dk>
24540
24541 * ido.el (dired-other-window): Add ido property.
24542
245432005-07-16 Juanma Barranquero <lekktu@gmail.com>
24544
24545 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24546 Fix typo in docstring.
24547 (byte-compile-interactive-only-functions): Add `insert-buffer' and
24548 `insert-file-literally'.
24549
24550 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
24551 info and delete redundant message. Doc fix.
24552 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
24553 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
24554
245552005-07-16 Richard M. Stallman <rms@gnu.org>
24556
24557 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
24558 (byte-compile-and): Use byte-compile-and-recursion.
24559 (byte-compile-or-recursion): New function.
24560 (byte-compile-or): Use that.
24561 (byte-compile-if): Guard the else-clause too.
24562 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
24563
24564 * isearch.el (isearch-mode-end-hook-quit): New variable.
24565 (isearch-done): Bind it.
24566 (isearch-mode-end-hook): Doc fix.
24567
24568 * allout.el (allout-isearch-did-quit): Variable deleted.
24569 (allout-real-isearch-abort): Function name no longer used.
24570 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24571 (allout-isearch-rectification): isearch-mode always exists.
24572 Don't set allout-isearch-did-quit.
24573 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24574 allout-isearch-did-quit.
24575 (allout-enwrap-isearch): Just add the hook.
24576 (allout-isearch-abort): Function deleted.
24577 (allout-pre-command-business): Avoid warning.
24578
24579 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24580 Correctly avoid warnings.
24581 (pascal-outline): Likewise.
24582
24583 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24584
24585 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24586
24587 * play/tetris.el (tetris-mode): Avoid warning.
24588
24589 * play/snake.el (snake-mode): Avoid warning.
24590
24591 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24592 (gamegrid-set-display-table): Avoid warning.
24593 (gamegrid-set-timer): Likewise.
24594 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24595 (gamegrid-add-score-with-update-game-score-1): Take FILE
24596 as argument.
24597 (gamegrid-add-score-with-update-game-score): Pass that argument.
24598 Rename have-shared-game-dir to gamegrid-shared-game-dir.
24599
24600 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24601
24602 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24603 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24604
24605 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24606 and insert-file.
24607
24608 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24609 (sc-ask): Avoid warnings.
24610
24611 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24612 (eshell-hist-initialize): Use that var the natural way.
24613
24614 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24615
24616 * emacs-lisp/re-builder.el (reb-cook-regexp):
24617 Avoid warning calling lre-compile-string.
24618 (reb-color-display-p): Avoid warning.
24619
24620 * calculator.el (calculator-last-input): Guard uses
24621 of event-key and key-press-event-p.
24622 (event-key, key-press-event-p): Delete definitions.
24623
24624 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24625 (find-gc-source-directory, find-gc-subrs-callers)
24626 (find-gc-noreturn-list, find-gc-source-files)
24627 (find-gc-subrs-called): Vars renamed and defvar'd.
24628
24629 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24630 (checkdoc-overlay-put, checkdoc-delete-overlay)
24631 (checkdoc-overlay-start, checkdoc-overlay-end)
24632 (checkdoc-mode-line-update, checkdoc-char=):
24633 Define such that compiler knows they are defined.
24634 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
24635 (checkdoc-read-event): Delete. Use read-event directly.
24636
24637 * whitespace.el (whitespace-make-overlay)
24638 (whitespace-overlay-put, whitespace-delete-overlay)
24639 (whitespace-overlay-start, whitespace-overlay-end):
24640 Define such that compiler knows they are defined.
24641 (whitespace): Move conditional inside.
24642
24643 * tempo.el (tempo-insert-template): Suppress warning.
24644
24645 * ediff-diff.el (longlines-mode): Add defvar.
24646
246472005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
24648
24649 * server.el: Bind "C-x #" in a way that works even if C-x is
24650 redefined to a command key, not a prefix key.
24651
4fc9bd56 246522005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
6fee106e
KS
24653
24654 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24655 cl-make-type-test till execution time.
24656
246572005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
24658
24659 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24660 arg ARG and use it.
24661
4fc9bd56 246622005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
6fee106e
KS
24663
24664 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24665
246662005-07-15 Luc Teirlinck <teirllm@auburn.edu>
24667
24668 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24669 a defcustom with two :set or :type keywords.
24670
246712005-07-15 Richard M. Stallman <rms@gnu.org>
24672
24673 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24674 Don't give ^M comment-end syntax.
24675
246762005-07-16 Nick Roberts <nickrob@snap.net.nz>
24677
24678 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24679 Don't consider gdbmi (gdb-mi.el has its own update functions).
24680 (gdb-var-delete): Make it work for gdbmi as well.
24681 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24682
24683 * progmodes/gud.el (etags, sdb): Only require etags when needed.
24684 (gud-speedbar-menu-items): Correct logic for enabling items.
24685
246862005-07-15 Kim F. Storm <storm@cua.dk>
24687
24688 * ido.el: Fix commentary.
24689 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24690 Use with-no-warnings around ffap-guesser.
24691 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24692 Let bind minibuffer-completing-file-name to t.
24693
246942005-07-15 Juanma Barranquero <lekktu@gmail.com>
24695
24696 * startup.el (site-run-file, keyboard-type): Doc fixes.
24697 (command-line): Check for "--basic-display" argument; also for
24698 "--quick", not "--bare-bones" (which was renamed).
24699 (fancy-splash-text): Add missing item "Getting New Versions".
24700 (normal-splash-screen): Fix typos and improve consistency with
24701 `fancy-splash-text'. Update copyright year.
24702
24703 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24704 valid binding for `help-char'.
24705
24706 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24707
247082005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
24709
24710 * term.el (term-mode): Disable cua-mode for term buffers.
24711
247122005-07-14 Juanma Barranquero <lekktu@gmail.com>
24713
24714 * add-log.el (add-log-mailing-address, change-log-merge):
24715 Doc fixes.
24716 (change-log-get-method-definition): Fix typo in docstring.
24717
247182005-07-14 Kim F. Storm <storm@cua.dk>
24719
24720 * emulation/cua-base.el:
24721 (cua--pre-command-handler-1, cua--pre-command-handler)
24722 (cua--post-command-handler-1, cua--post-command-handler):
24723 Split in two. Check (buffer local) value of cua-mode.
24724 (cua-selection-mode): New command.
24725
247262005-07-13 Luc Teirlinck <teirllm@auburn.edu>
24727
24728 * custom.el (custom-initialize-safe-set)
24729 (custom-initialize-safe-default): Doc fixes.
24730
24731 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24732 and simplify :init-value again.
24733
24734 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24735 and simplify :init-value again. Delete autoload.
24736
24737 * startup.el (command-line): Use `custom-reevaluate-setting' again
24738 for tooltip-mode.
24739
24740 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24741 a defcustom with two :initialize keywords.
24742
247432005-07-13 Juanma Barranquero <lekktu@gmail.com>
24744
24745 * allout.el (my-mark-marker, allout-isearch-prior-pos)
24746 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24747 (allout-post-command-business, allout-flag-region)
24748 (isearch-reenable-font-lock, allout-yank)
24749 (allout-insert-latex-header, allout-insert-latex-trailer)
24750 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24751 (allout-latex-verb-quote): Fix typos in docstrings.
24752 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24753 (allout-unprotected, allout-prefix-data):
24754 Improve argument/docstring consistency.
24755 (allout-chart-subtree): Fix argument spec.
24756 (allout-open-topic): Rename `use_sib_bullet' argument to
24757 `use-sib-bullet'. Doc fix.
24758
24759 * whitespace.el (whitespace-check-buffer-leading)
24760 (whitespace-check-buffer-trailing)
24761 (whitespace-check-buffer-indent)
24762 (whitespace-check-buffer-spacetab)
24763 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24764 (whitespace-check-leading-whitespace)
24765 (whitespace-check-trailing-whitespace)
24766 (whitespace-check-spacetab-whitespace)
24767 (whitespace-check-indent-whitespace)
24768 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24769 (whitespace-modes): Fix typos in docstrings.
24770 (defgroup, defcustom): Doc fixes.
24771
24772 * winner.el (winner-mode, winner-boring-buffers)
24773 (winner-pending-undo-ring): Doc fixes.
24774 (winner-ring): Remove unneeded `progn'.
24775 (winner-equal): `defsubst' it.
24776 (winner-redo): Fix message.
24777
247782005-07-13 Kim F. Storm <storm@cua.dk>
24779
24780 * simple.el (line-move-1): Always use vertical-motion to
24781 do the last (or only) line move to ensure some movement.
24782 Undo 2005-06-23 change--don't check for overlays.
24783
247842005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24785
24786 * term/mac-win.el (ccl-encode-mac-roman-font)
24787 (ccl-encode-mac-centraleurroman-font)
24788 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24789 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24790 Change charset-id boundary of dimension to ?\xef.
24791 (mac-char-fontspec-list): New constant.
24792 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
24793 argument. Nil uses itself as family in font-spec. Previous
24794 behavior for nil is now provided by non-nil non-string argument.
24795 All callers changed. Add font-specs for Mac fonts to
24796 "fontset-default" unless iso8859-1 fonts are installed.
24797
247982005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24799
24800 * progmodes/sh-script.el (sh-get-indent-info): Only indent
24801 a continuation line if the \ is preceded by SPC or TAB.
24802 (sh-get-indent-info): Simplify.
24803 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24804 Use with-current-buffer.
24805
24806 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24807 when the matched text is empty.
24808
248092005-07-12 Luc Teirlinck <teirllm@auburn.edu>
24810
24811 * startup.el (command-line): Revert to previous handling of
24812 tooltip-mode. Explain in comment why the complexity is needed.
24813
24814 * tooltip.el (tooltip-mode): Revert to previous implementation of
24815 its defcustom.
24816
24817 * frame.el (blink-cursor-mode): Revert to previous implementation
24818 of its defcustom. Update comment.
24819
248202005-07-12 Lars Hansen <larsh@soem.dk>
24821
24822 * desktop.el: Update e-mail address.
24823
248242005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24825
24826 * term/mac-win.el (mac-services-mail-selection)
24827 (mac-services-mail-to): New functions.
24828 (mac-application-menu-map): Bind them.
24829
248302005-07-12 wulei <milton@wulei.net> (tiny change)
24831
24832 * progmodes/gdb-ui.el: Add note about buffering with Windows.
24833
248342005-07-11 Luc Teirlinck <teirllm@auburn.edu>
24835
24836 * custom.el (custom-reevaluate-setting): Doc fix.
24837
248382005-07-11 Jay Belanger <belanger@truman.edu>
24839
24840 * calc/calc.el (calc-embedded-announce-formula-alist)
24841 (calc-embedded-open-close-plain-alist)
24842 (calc-embedded-open-close-mode-alist): Add checks for additional
24843 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24844
248452005-07-11 Juanma Barranquero <lekktu@gmail.com>
24846
24847 * custom.el (custom-enable-theme): Don't add theme to
24848 `custom-enabled-themes' with `push' because there is no
24849 setf-method for `delq'.
24850
248512005-07-11 Richard M. Stallman <rms@gnu.org>
24852
24853 * custom.el (custom-declare-variable): Doc fix.
24854
24855 * dired-aux.el (dired-compare-directories): Remove "." and ".."
24856 from the alists.
24857
24858 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24859 Do nothing if edebug-active.
24860
24861 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24862 (edebug-display): Do it here instead.
24863
248642005-07-10 Richard M. Stallman <rms@gnu.org>
24865
24866 * cus-face.el (custom-theme-set-faces): Make it work.
24867 (custom-reset-faces): Doc fix.
24868 (custom-theme-reset-internal-face, custom-theme-face-value):
24869 Functions deleted.
24870
24871 * custom.el (custom-push-theme): Maintain list of the settings
24872 of a given theme in its theme-settings property.
24873 Maintain position of old settings in the theme-value
24874 or theme-face property.
24875 (custom-enabled-themes): New variable.
24876 (custom-theme-enabled-p): New function.
24877 (provide-theme): Update custom-enabled-themes.
24878 Disable and reenable the `user' theme.
24879 (require-theme): Doc fix.
24880 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24881 (custom-theme-value, custom-theme-variable-value): Likewise.
24882 (custom-theme-reset-internal): Likewise.
24883 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24884 (custom-enable-theme, custom-disable-theme): New functions.
24885 (custom-variable-theme-value, custom-face-theme-value): Likewise.
24886 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24887 (custom-theme-reset-variables): Simplify.
24888 (deftheme, custom-declare-theme, custom-make-theme-feature):
24889 Definitions moved.
24890
248912005-07-10 Chong Yidong <cyd@stupidchicken.com>
24892
24893 * longlines.el (longlines-show-region)
24894 (longlines-unshow-hard-newlines): Recognize hard newlines by
24895 non-nil hard property, instead of t.
24896
248972005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
24898
24899 * viper-cmd.el (viper--key-maps): New variable.
24900 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24901 emulation-mode-map-alists.
24902 (viper-envelop-ESC-key): Use viper-subseq.
24903 (viper-search-forward/backward/next): Disable debug-on-error.
24904
24905 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24906 (viper-ESC-key): New defcustoms.
24907
24908 * viper-macs.el (ex-map-read-args): Use viper-subseq.
24909
24910 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24911 (viper-subseq): Copy of subseq from cl.el.
24912
24913 * viper.el (viper-go-away, viper-set-hooks): Use
24914 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24915
24916 * viper-mous.el (viper-current-frame-saved): Use defvar.
24917
24918 * viper-init.el: Get rid of -face in face names.
24919
24920 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1a408ced 24921 Make it work with longlines mode.
6fee106e
KS
24922
24923 * ediff-mult.el (ediff-meta-mode-hook): New variable.
24924
24925 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24926
24927 * ediff-init.el: Get rid of -face in face names.
24928
249292005-07-10 Richard M. Stallman <rms@gnu.org>
24930
24931 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24932 and with-timeout-unsuspend.
24933
24934 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24935 and with-timeout-unsuspend.
24936
24937 * emacs-lisp/timer.el (with-timeout-timers): New variable.
24938 (with-timeout): Bind that variable to record timers.
24939 (with-timeout-suspend, with-timeout-unsuspend): New functions.
24940
24941 * emacs-lisp/debug.el (debug-help-follow): New function.
24942 (debugger-mode-map): Use that instead of help-follow.
24943 (debugger-setup-buffer): Use eval-buffer-list
24944 to handle eval-buffer frames.
24945
249462005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
24947
24948 * timezone.el (timezone-parse-date): Change first regexp
24949 so it will not mistakenly match dates with no time zone.
24950
249512005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
24952
24953 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24954
249552005-07-10 Luc Teirlinck <teirllm@auburn.edu>
24956
24957 * custom.el (custom-initialize-safe-set)
24958 (custom-initialize-safe-default): New functions.
24959
24960 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24961 and simplify :init-value.
24962
24963 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24964 and simplify :init-value. Delete obsolete comment.
24965
24966 * startup.el (command-line): Use `custom-reevaluate-setting' to
24967 handle `tooltip-mode'. Delete obsolete comment.
24968
24969 * files.el (set-visited-file-name): Avoid calling
24970 `file-name-nondirectory' with a nil argument.
24971
249722005-07-09 Richard M. Stallman <rms@gnu.org>
24973
24974 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24975 was called with nil for the buffer, handle the read position right.
24976 Handle read position for eval-region, too.
24977
249782005-07-09 Juri Linkov <juri@jurta.org>
24979
24980 * fringe.el (fringe-mode): Add period in docstring.
24981 (fringe-query-style): Build prompt depending on `all-frames' arg.
24982
24983 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24984 to not create links to unrelated functions in the Help buffer.
24985
24986 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24987 Doc fix.
24988
24989 * simple.el (next-error-hook): New variable.
24990 (next-error): Use it. Doc fix.
24991
24992 * textmodes/ispell.el (ispell-command-loop): Add current
24993 dictionary name and program name to mode-line-format.
24994 (ispell-region, ispell-process-line): Add current dictionary name
24995 and program name to messages.
24996
249972005-07-08 Jay Belanger <belanger@truman.edu>
24998
24999 * calc/calc.el (calc-embedded-announce-formula-alist)
25000 (calc-embedded-open-close-formula-alist)
25001 (calc-embedded-open-close-word-alist)
25002 (calc-embedded-open-close-plain-alist)
25003 (calc-embedded-open-close-new-formula-alist)
25004 (calc-embedded-open-close-mode-alist)
25005 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
25006 (calc-embedded-mode-hook): New variables.
25007
25008 * calc/calc-embed.el (calc-embedded-firsttime)
25009 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
25010 New variables.
25011 (calc-do-embedded): Use calc-embedded-firsttime,
25012 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
25013 determine whether or not to run hooks.
1a408ced 25014 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
6fee106e
KS
25015 calc-embedded-firsttime-formula appropriately.
25016 Set calc-embedded delimiter variables according to mode.
25017
250182005-07-08 Richard M. Stallman <rms@gnu.org>
25019
25020 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
25021 Check for "emacs", etc., as entire symbol, not just as word.
25022 (checkdoc-file-comments-engine): Use regexp-quote on FN.
25023
25024 * files.el (set-visited-file-name): Report the error
25025 for "empty filename" earlier.
25026 (kill-some-buffers): Ignore buffers already dead.
25027
25028 * fringe.el (fringe-mode): Doc fix.
25029
25030 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25031 Check for (featurep 'xemacs) and turn off warnings in what it guards.
25032 Use unwind-protect to ensure byte-compile-unresolved-functions
25033 is updated.
25034
25035 * whitespace.el (whitespace-buffer-leading-cleanup):
25036 Simplify w/ skip-chars-forward.
25037 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
25038
25039 * mail/rmail.el (rmail-only-expunge): Fix paren error.
25040 Unconditionally try to leave point at the same old place.
25041
250422005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
25043
25044 * comint.el (comint-postoutput-scroll-to-bottom)
25045 (comint-show-maximum-output): Take scroll-margin into consideration.
25046
250472005-07-08 Kim F. Storm <storm@cua.dk>
25048
25049 * ido.el (ido-use-filename-at-point): New choice `guess'.
25050 (ido-file-internal): Try ffap-guesser if selected.
25051
25052 * ido.el (ido-before-fallback-functions): New hook.
25053 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
25054 (ido-read-file-name): Run it.
25055
250562005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
25057
25058 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
25059 strings rather than a list of symbols to the completion function.
25060
250612005-07-07 Jay Belanger <belanger@truman.edu>
25062
25063 * calc/calc-units.el (math-apply-units): Change the places in
25064 which units are simplified.
25065
250662005-07-07 Luc Teirlinck <teirllm@auburn.edu>
25067
25068 * cus-edit.el (customize-option, customize-option-other-window):
25069 Make them handle aliases.
25070
25071 * custom.el (custom-variable-p): Make it recursively follow
25072 aliases. Mention that in the docstring.
25073
250742005-07-07 Richard M. Stallman <rms@gnu.org>
25075
25076 * cus-start.el (exec-path): Use `directory' instead of `file'.
25077 Fix tag for nil.
25078
250792005-07-07 Juanma Barranquero <lekktu@gmail.com>
25080
25081 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
25082 when called non-interactively. Doc fix.
25083
250842005-07-07 Lute Kamstra <lute@gnu.org>
25085
25086 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
25087 new address as well.
25088
250892005-07-07 Kenichi Handa <handa@m17n.org>
25090
25091 * international/mule.el (make-coding-system):
25092 Describe `ascii-incompatible' property in the docstring.
25093 (set-file-name-coding-system): Signal an error if coding-system is
25094 ascii-incompatible.
25095 (set-keyboard-coding-system): Likewise.
25096
25097 * international/mule-cmds.el (set-default-coding-systems):
25098 Don't set default-file-name-coding-system and
25099 default-keyboard-coding-system if coding-system is ASCII-incompatible.
25100
25101 * international/utf-16.el: Declare that all UTF-16-based coding
25102 systems are ASCII-incompatible.
25103
251042005-07-07 Nick Roberts <nickrob@snap.net.nz>
25105
25106 * progmodes/gud.el: Require font-lock for displaying errors.
25107 Used by gdb-ui.el.
25108
251092005-07-07 Juanma Barranquero <lekktu@gmail.com>
25110
25111 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
25112 values for the pattern lists which are `read'able but not
25113 `append'able (like symbols).
25114
251152005-07-06 Richard M. Stallman <rms@gnu.org>
25116
25117 * progmodes/flymake.el (flymake-float-time): Instead of
9c92edca 25118 with-no-warnings, test for XEmacs.
6fee106e
KS
25119 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
25120 to avoid warning.
25121
251222005-07-06 Juanma Barranquero <lekktu@gmail.com>
25123
25124 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
25125
251262005-07-05 Lute Kamstra <lute@gnu.org>
25127
25128 * battery.el: Add support for Darwin (with much debugging help
25129 from Samuel Lauber <sam124@operamail.com>).
25130 (battery-status-function, battery-echo-area-format)
25131 (battery-mode-line-format): Add support for pmset on Darwin.
25132 (battery-load-low, battery-load-critical): New user options.
25133 (battery-pmset): New function.
25134
251352005-07-05 Lute Kamstra <lute@gnu.org>
25136
25137 Update FSF's address in GPL notices.
25138
25139 * textmodes/page-ext.el: Update FSF's address.
25140
251412005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
25142
25143 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
25144 filling from using prefix when filling a single-line docstring.
25145
25146 * progmodes/flymake.el: Remove useless eval-when-compile.
25147
25148 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
25149
251502005-07-04 Richard M. Stallman <rms@gnu.org>
25151
25152 * textmodes/org.el (org-file-apps-defaults-gnu):
25153 Rename from org-file-apps-defaults-linux.
25154 (org-default-apps): Don't test system-type for `linux'.
25155 (org-file-apps): Doc fix.
25156
251572005-07-04 David Ponce <david@dponce.com>
25158
25159 * tree-widget.el: Improve header Commentary section.
25160 (tree-widget) [defgroup]
25161 (tree-widget-image-enable, tree-widget-themes-directory)
25162 (tree-widget-theme, tree-widget-image-properties-emacs)
25163 (tree-widget-image-properties-xemacs, tree-widget-create-image)
25164 (tree-widget-image-formats, tree-widget-control)
25165 (tree-widget-empty-control, tree-widget-leaf-control
25166 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
25167 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
25168 (tree-widget-keep, tree-widget-after-toggle-functions)
25169 (tree-widget-open-node, tree-widget-close-node): Doc fix.
25170 (tree-widget-open-control, tree-widget-close-control): Fix doc and
25171 :help-echo message.
25172 (tree-widget-set-theme): Doc fix. Use `string-equal'.
25173 (tree-widget-image-properties): Doc fix. Clearer implementation.
25174 (tree-widget--cursors): New constant.
25175 (tree-widget-lookup-image): New function split from
25176 `tree-widget-find-image'. Clearer implementation.
25177 (tree-widget-find-image): Use it.
25178 (tree-widget-button-keymap): Use `set-keymap-parent'.
25179 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
25180 Define the sub-widgets here.
25181 (tree-widget-node): Check that :node is not a tree-widget.
25182 (tree-widget-get-super, tree-widget-open-control)
25183 (tree-widget-close-control, tree-widget-empty-control)
25184 (tree-widget-leaf-control, tree-widget-guide)
25185 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
25186 (tree-widget-no-handle, tree-widget-value-delete)
25187 (tree-widget-map): Remove.
25188 (tree-widget-children-value-save): Doc fix. Simplified.
25189 (tree-widget-value-create): Update according to previous changes.
25190
251912005-07-04 Carsten Dominik <dominik@science.uva.nl>
25192
25193 * textmodes/org.el: Leading space replaced by TABS.
25194 (org-recalc-marks, org-table-rotate-recalc-marks)
25195 (org-table-get-specials): Treat "^" and "_" marks.
25196 (org-table-justify-field-maybe): Optional argument NEW.
25197 (org-table-eval-formula): Parsing of the format simplified.
25198 New modes C,I. Honor the %= parameter in the current table.
25199 Avoid unnecessary re-align by using the NEW argument to
25200 `org-table-justify-field-maybe'.
25201 (org-calc-default-modes): Default for date-format mimicks org-mode.
25202 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
25203
252042005-07-03 Luc Teirlinck <teirllm@auburn.edu>
25205
25206 * cus-face.el (custom-theme-set-faces): Make it handle face
25207 aliases whose alias declarations are pre- or autoloaded.
25208
252092005-07-04 Juri Linkov <juri@jurta.org>
25210
25211 * faces.el (read-face-name): Put the code for getting a face name
25212 from the buffer before adding the faces from the `face' property.
25213 Use `completing-read-multiple' instead of `completing-read'.
25214 Require `crm'. Add default value and post-process the returned
25215 list of faces.
25216
25217 * emacs-lisp/crm.el (crm-find-current-element)
25218 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
25219
25220 * emacs-lisp/lisp-mode.el (eval-defun-1):
25221 * emacs-lisp/edebug.el (edebug-eval-defun):
25222 Remove unnecessary quotes.
25223
252242005-07-04 Juanma Barranquero <lekktu@gmail.com>
25225
25226 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
25227 (prolog-indent-level): Fix typo in docstring.
25228
25229 * info.el (Info-history, Info-history-forward)
25230 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
25231
25232 * add-log.el (add-change-log-entry):
25233 * comint.el (comint-dynamic-list-input-ring)
25234 (comint-dynamic-list-completions):
25235 * dabbrev.el (dabbrev-expand):
25236 * delim-col.el (delimit-columns-rectangle-line):
25237 * diff-mode.el (diff-context->unified, diff-reverse-direction)
25238 (diff-unified->context):
25239 * ediff-init.el (ediff-abbrev-jobname):
25240 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
25241 (ediff-replace-session-activity-marker-in-meta-buffer):
25242 * info.el (Info-summary):
25243 * lpr.el (printify-region):
25244 * printing.el (pr-create-interface):
25245 * ps-print.el (ps-print-quote):
25246 * ses.el (ses-column-widths, ses-print-cell)
25247 (ses-adjust-print-width, ses-center):
25248 * shell.el (shell-file-name-quote-list):
25249 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
25250 (strokes-fill-current-buffer-with-whitespace)
25251 (strokes-xpm-for-stroke, strokes-list-strokes)
25252 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
25253 * term.el (term-dynamic-list-input-ring)
25254 (term-dynamic-list-completions):
25255 * calc/calc.el (math-format-stack-value):
25256 * emacs-lisp/edebug.el (edebug-display-freq-count):
25257 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
25258 (delphi-new-comment-line):
25259 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
25260 * progmodes/executable.el (executable-set-magic):
25261 * progmodes/python.el (inferior-python-mode):
25262 * progmodes/scheme.el (scheme-mode-syntax-table):
25263 * progmodes/sh-script.el (sh-maybe-here-document):
25264 * progmodes/sql.el (sql-copy-column):
25265 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
25266 * textmodes/bibtex.el (bibtex-mode):
25267 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
25268 (sgml-auto-attributes):
25269 * textmodes/table.el (table-insert, table-shorten-cell)
25270 (table--generate-source-scan-lines, table-delete-row)
25271 (*table--cell-delete-char, table--spacify-frame)
25272 (table--horizontally-shift-above-and-below)
25273 (table--cell-insert-char, table--cell-blank-str)
25274 (table--fill-region-strictly):
25275 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
25276 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
25277
25278 * add-log.el (change-log):
25279 * apropos.el (apropos):
25280 * comint.el (comint-completion, comint-source):
25281 * dabbrev.el (dabbrev):
25282 * delim-col.el (columns):
25283 * diff-mode.el (diff-mode):
25284 * ediff.el (ediff):
25285 * ediff-diff.el (ediff-diff):
25286 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
25287 * ediff-mult.el (ediff-mult):
25288 * ediff-ptch.el (ediff-ptch):
25289 * ediff-wind.el (ediff-window):
25290 * facemenu.el (facemenu):
25291 * indent.el (indent):
25292 * info.el (info):
25293 * jka-cmpr-hook.el (compression, jka-compr):
25294 * lpr.el (lpr):
25295 * outline.el (outlines):
25296 * pcmpl-cvs.el (pcmpl-cvs):
25297 * pcmpl-rpm.el (pcmpl-rpm):
25298 * printing.el (printing):
25299 * ps-print.el (postscript, ps-print, ps-print-horizontal)
25300 (ps-print-vertical, ps-print-headers, ps-print-font)
25301 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
25302 (ps-print-background, ps-print-printer, ps-print-page)
25303 (ps-print-miscellany):
25304 * ses.el (ses):
25305 * shell.el (shell, shell-directories, shell-faces):
25306 * startup.el (initialization):
25307 * strokes.el (strokes):
25308 * term.el (term):
25309 * uniquify.el (uniquify):
25310 * w32-vars.el (w32):
25311 * calc/calc.el (calc):
25312 * emacs-lisp/bytecomp.el (bytecomp):
25313 * emacs-lisp/cl-indent.el (lisp-indent):
25314 * emacs-lisp/edebug.el (edebug):
25315 * emacs-lisp/elp.el (elp):
25316 * emacs-lisp/testcover.el (testcover):
25317 * emacs-lisp/trace.el (trace):
25318 * emulation/viper-ex.el (viper-ex):
25319 * emulation/viper-mous.el (viper-mouse):
25320 * mail/mailalias.el (mailalias):
25321 * mail/supercite.el (supercite, supercite-frames)
25322 (supercite-attr, supercite-cite, supercite-hooks):
25323 * net/rcompile.el (remote-compile):
25324 * net/rlogin.el (rlogin):
25325 * obsolete/ooutline.el (outlines):
25326 * progmodes/delphi.el (delphi):
25327 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
25328 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
25329 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
25330 (ebnf-optimization):
25331 * progmodes/etags.el (etags):
25332 * progmodes/executable.el (executable):
25333 * progmodes/idlwave.el (idlwave):
25334 * progmodes/pascal.el (pascal):
25335 * progmodes/prolog.el (prolog):
25336 * progmodes/python.el (python):
25337 * progmodes/scheme.el (scheme):
25338 * progmodes/sh-script.el (sh, sh-script):
25339 * progmodes/sql.el (SQL):
25340 * progmodes/tcl.el (tcl):
25341 * textmodes/bibtex.el (bibtex, bibtex-autokey):
25342 * textmodes/enriched.el (enriched):
25343 * textmodes/makeinfo.el (makeinfo):
25344 * textmodes/sgml-mode.el (sgml):
25345 * textmodes/table.el (table-hooks):
25346 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
25347 * textmodes/texinfo.el (texinfo):
25348 * textmodes/two-column.el (two-column):
25349 Finish `defgroup' description with period.
25350
25351 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
25352 * eshell/esh-var.el (eshell-var):
25353 * progmodes/vhdl-mode.el (vhdl-testbench):
25354 * textmodes/org.el (org): Fix typos in docstrings.
25355
25356 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
25357 consistency.
25358
25359 * progmodes/flymake.el (flymake-find-file): Remove.
25360 (flymake-float-time): Use `with-no-warnings'.
25361 (flymake-check-start-time, flymake-check-was-interrupted)
25362 (flymake-err-info, flymake-is-running, flymake-last-change-time)
25363 (flymake-new-err-info): `defvar' at compile time.
25364
253652005-07-03 Juanma Barranquero <lekktu@gmail.com>
25366
25367 * replace.el (occur-hook): Doc fix.
25368 (occur-1): Don't call `occur-hook' if there are no matches.
25369
253702005-07-03 Richard M. Stallman <rms@gnu.org>
25371
25372 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
25373 global-map, save the same map.
25374 (global-map): Don't alter it at top level.
25375 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
25376 Then alter it here instead.
25377 (tpu-edt-off): Set global-map to the saved one.
25378
25379 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
25380 All references simplified.
25381 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
25382 (zmacs-regions): Add defvar.
25383 (repeat-complex-command-map): Everything about that deleted.
25384
25385 * textmodes/artist.el (artist-key-is-drawing)
25386 (artist-key-endpoint1, artist-key-poly-point-list)
25387 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
25388 (artist-key-compl-table, artist-rb-save-data)
25389 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
25390 Don't put them in eval-when-compile.
25391 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
25392
25393 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
25394 Use with-no-warnings.
25395
25396 * net/browse-url.el (dos-windows-version): Add defvar.
25397
25398 * mail/supercite.el (filladapt-prefix-table): Add defvar.
25399
25400 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
25401 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
25402 (rmail-new-summary-line-count): Rename from new-summary-line-count.
25403 Add defvar.
25404 (rmail-summary-beginning-of-message): Use with-no-warnings.
25405 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
25406
25407 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
25408 Use with-no-warnings.
25409
25410 * emulation/vi.el (vi-mark-region): Use c-mark-function.
25411 (c-mark-function): Add point-moving-unit property.
25412 (vi-goto-line): Use with-no-warnings.
25413
25414 * emulation/edt.el (edt-last-copied-word): Add defvar.
25415 (zmacs-region-stays): Likewise.
25416 (edt-mark-section-wisely): Use c-mark-function for C.
25417 Use makr-defun for Fortran.
25418 (time-string): defvar deleted.
25419 (edt-display-the-time): Don't set time-string.
25420
25421 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
25422
25423 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
25424 Don't warn when name is not constant
25425 or for defining the group `emacs'.
25426
25427 * tooltip.el (gud-tooltip-mode): Add defvar.
25428
25429 * startup.el (default-frame-background-mode): Add defvar.
25430
25431 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
25432
25433 * info.el (tool-bar-map): Add defvar.
25434
25435 * dired.el (dnd-protocol-alist): Add defvar.
25436
25437 * dired-aux.el (dired-query): Display question with answer, when
25438 the user answers.
25439
25440 * custom.el (custom-add-option): Doc fix.
25441
25442 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
25443
254442005-07-03 Eli Zaretskii <eliz@gnu.org>
25445
25446 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
25447 bogus name from the last change.
25448
254492005-07-02 Luc Teirlinck <teirllm@auburn.edu>
25450
25451 * custom.el (custom-declare-variable): Fix typos in comment.
25452 (custom-known-themes): Doc fix.
25453 (custom-theme-directory): New defcustom.
25454 (require-theme): Make it check `custom-theme-directory'.
25455
25456 * cus-theme.el (custom-new-theme-mode): New function.
25457 (custom-theme-name, custom-theme-variables, custom-theme-faces)
25458 (custom-theme-description): Add compiler defvars.
25459 (customize-create-theme): Add doc to the "*New Custom Theme*"
25460 buffer. Use `custom-new-theme-mode'.
25461 (custom-theme-write): Put the created buffer in emacs-lisp-mode
25462 and save it to the `custom-theme-directory'. Make this the
25463 default directory of the buffer.
25464
254652005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
25466
25467 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
25468 Fix unbalanced parentheses.
25469
254702005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
25471
25472 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
25473 into flymake-mode and delegate to flymake-mode.
25474
25475 * find-file.el (ff-which-function-are-we-in): Clean up.
25476
254772005-07-02 Juanma Barranquero <lekktu@gmail.com>
25478
25479 * replace.el (occur-rename-buffer): Fix docstring.
25480
25481 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
25482 (edt-last-copied-word, edt-learn-macro-count)
25483 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
25484 (edt-rect-start-point, edt-user-global-map, rect-start-point)
25485 (time-string, zmacs-region-stays):
25486 * emulation/edt-mapper.el (edt-save-function-key-map)
25487 (EDT-key-name): `defvar' to silence the byte-compiler.
25488
254892005-07-02 Martin Rudalics <rudalics@gmx.at>
25490
25491 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
25492 font-lock-regexp-backslash. Doc fix.
25493 (font-lock-regexp-backslash-grouping-construct): Rename from
25494 font-lock-regexp-backslash-construct. Doc fix.
25495 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
25496 grouping constructs.
25497
254982005-07-02 Eli Zaretskii <eliz@gnu.org>
25499
25500 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
25501 updating all the prerequisites.
25502
255032005-07-01 Juanma Barranquero <lekktu@gmail.com>
25504
25505 * textmodes/org.el (org-agenda-start-on-weekday)
25506 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
25507 (org-agenda-use-time-grid, org-archive-location)
25508 (org-allow-space-in-links, org-usenet-links-prefer-google)
25509 (org-enable-table-editor, org-export-default-language)
25510 (org-export-html-show-new-buffer, org-fill-paragraph)
25511 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
25512 (org-goto-quit, org-occur, org-eval-in-calendar)
25513 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
25514 (org-agenda-diary-entry, org-remember-help)
25515 (org-table-convert-region, org-at-table-p)
25516 (org-table-move-row-down, org-table-move-row-up)
25517 (org-table-copy-region, org-table-toggle-vline-visibility)
25518 (org-table-get-stored-formulas, org-table-get-specials)
25519 (org-recalc-commands, org-table-eval-formula)
25520 (org-table-formula-substitute-names, orgtbl-make-binding)
25521 (org-format-org-table-html, org-format-table-table-html)
25522 (org-format-table-table-html-using-table-generate-source)
25523 (org-customize): Fix typos in docstrings.
25524 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
25525 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
25526 (org-back-to-heading): Doc fixes.
25527 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
25528 (org-agenda-change-all-lines, org-get-header):
25529 Improve argument/docstring consistency.
25530 (orgtbl-error): Fix error message.
25531
25532 * progmodes/flymake.el (flymake-find-possible-master-files)
25533 (flymake-master-file-compare, flymake-get-line-err-count)
25534 (flymake-highlight-line, flymake-gui-warnings-enabled):
25535 Fix typos in docstrings.
25536 (flymake-parse-line, flymake-get-project-include-dirs-function)
25537 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
25538 Doc fixes.
25539 (flymake-get-project-include-dirs-function)
25540 (flymake-make-err-menu-data):
25541 Improve argument/docstring consistency.
25542
255432005-07-01 Lute Kamstra <lute@gnu.org>
25544
25545 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
25546 Catch errors with ignore-errors. Use temporary buffer.
25547 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
25548
25549 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
25550 background color faces.
25551 (facemenu-set-foreground, facemenu-set-background):
25552 Use facemenu-set-face-from-menu.
25553 (facemenu-set-face-from-menu): Treat face names that start with
25554 "fg:" or "bg:" as special.
25555 (facemenu-add-new-color): Don't create faces. Simplify.
25556
255572005-06-30 Richard M. Stallman <rms@gnu.org>
25558
25559 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25560 (crm-find-current-element): Likewise.
25561
255622005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25563
25564 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25565
255662005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
25567
25568 * arc-mode.el (archive-extract): Make it work as a mouse binding.
25569 (archive-mouse-extract): Make it an obsolete alias.
25570 (archive-mode-map): Don't use archive-mouse-extract any more.
25571 (archive-mode, archive-extract): write-contents-hooks ->
25572 write-contents-functions.
25573 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25574 first arg.
25575 (archive-rename-entry): Update the call.
25576 (archive-zip-summarize): Remove unused var `method'.
25577 (archive-lzh-summarize): Remove unused var `creator'.
25578
25579 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25580 dedicated frame upon exit.
25581
25582 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25583 (archive-zip-extract, archive-zip-expunge)
25584 (archive-zip-update, archive-zip-update-case): Use executable-find.
25585 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25586 Use restore-buffer-modified-p.
25587 (archive-extract, archive-add-new-member, archive-write-file-member):
25588 Use with-current-buffer.
25589 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25590
255912005-06-30 Andreas Schwab <schwab@suse.de>
25592
25593 * progmodes/gud.el (gud-filter): Remove unneeded progn.
25594
255952005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25596
25597 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25598
255992005-06-30 Juri Linkov <juri@jurta.org>
25600
25601 * faces.el (vertical-border): Inherit from mode-line-inactive
25602 only on tty.
25603
256042005-06-30 Juanma Barranquero <lekktu@gmail.com>
25605
25606 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25607 example, -NLINES in the `occur' docstring).
25608
25609 * replace.el (occur-1): When no matches are found, do not set the
25610 `buffer-read-only' and modified flags for the occur buffer,
25611 because it is deleted.
25612
25613 * emulation/cua-base.el (cua-check-pending-input)
25614 (cua-repeat-replace-region, cua-mode, cua-debug)
25615 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25616 Fix typos in docstrings.
25617
25618 * emulation/cua-gmrk.el (cua-toggle-global-mark)
25619 (cua-cut-region-to-global-mark)
25620 (cua--cut-rectangle-to-global-mark):
25621 Remove period from end of messages.
25622
25623 * emulation/cua-rect.el (cua-do-rectangle-padding):
25624 Remove period from end of messages.
25625 (cua--rectangle-seq-format): Fix typo in docstring.
25626 (cua-sequence-rectangle, cua-fill-char-rectangle):
25627 Improve argument/docstring consistency.
25628
256292005-06-29 Juri Linkov <juri@jurta.org>
25630
25631 * faces.el (default-frame-background-mode): New internal variable.
25632 (frame-set-background-mode): Use it.
25633
25634 * startup.el (normal-top-level): Set default-frame-background-mode
25635 instead of frame-background-mode. Before setting it, test for its
25636 nil value. Remove tests for frame-background-mode and frame
25637 parameter `reverse'. Add test for "unspecified-fg".
25638
25639 * term/xterm.el (xterm-rxvt-set-background-mode):
25640 * term/rxvt.el (rxvt-set-background-mode):
25641 Set default-frame-background-mode instead of frame-background-mode.
25642
256432005-06-29 Juanma Barranquero <lekktu@gmail.com>
25644
25645 * simple.el (set-variable): Warn about obsolete user variables.
25646
25647 * imenu.el (imenu--completion-buffer):
25648 * mouse.el (mouse-buffer-menu-alist):
25649 * msb.el (msb-invisible-buffer-p):
25650 * calendar/diary-lib.el (diary-header-line-format):
25651 * emacs-lisp/pp.el (pp-buffer):
25652 * progmodes/cperl-mode.el (cperl-do-auto-fill):
25653 * textmodes/picture.el (picture-replace-match):
25654 Change space constants followed by a sexp to "?\s ".
25655
25656 * play/decipher.el (decipher-loop-with-breaks):
25657 * textmodes/texinfo.el (texinfo-insert-@item): Change space
25658 constants "protected" from end of line by a comment to "?\s".
25659
256602005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25661
25662 * font-lock.el (save-buffer-state): Use `declare'.
25663
25664 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25665 reset the syntax-table to cperl-mode-syntax-table.
25666 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25667 "foo_print_bar" is not matched as a reserved keyword.
25668
256692005-06-29 Carsten Dominik <dominik@science.uva.nl>
25670
25671 * textmodes/org.el (orgtbl-setup): New function, for delayed
25672 setup for the orgtbl commands.
25673 (org-calc-default-modes): New option.
25674 (orgtbl-make-binding): Use `defun' to get better help display.
25675 (org-diary): Call `org-compile-prefix-format'.
25676 (org-table-formula-substitute-names): New function.
25677 (org-agenda-day-view, org-agenda-week-view): New commands.
25678 (org-agenda-toggle-week-view): Command removed.
25679 (org-tbl-menu): Split off from org-org-menu.
25680 (org-mode): Move removal of outline-mode menus to here.
25681 (org-table-formula-debug): New option.
25682 (org-table-insert-row): Keep first field if just "#" or "*".
25683 (org-mode): Paragraph regexps fixed.
25684 (org-table-recalculate-regexp): New constant.
25685 (org-table-justify-field-maybe): Avoid replace if not necessary.
25686 (org-copy-special, org-cut-special): Use `call-interactively'.
25687 (org-table-copy-region): Take region from `interactive' call.
25688 (org-trim): Return string even if no match.
25689 (org-formula): New face.
25690 (org-set-font-lock-defaults): No longer highlight "FIXME".
25691 But highlight formula-related fields in table.
25692 (org-table-p): Use regexp, not fontification.
25693 (org-table-align): Handle white space at end of line.
25694 (org-table-formula-evaluate-inline): New option.
25695 (org-mode): Auto-wrapping in comment lines turned off.
25696 (org-table-copy-down): Evaluate only in copied field, not in
25697 destination.
25698 (org-table-current-formula): Variable removed.
25699 (org-table-store-formulas, org-table-get-stored-formulas)
25700 (org-table-modify-formulas, org-table-replace-in-formulas)
25701 (org-table-maybe-eval-formula): New functions.
25702 (org-table-get-formula): Modify to use stored formulas.
25703 (org-table-insert-column, org-table-delete-column)
25704 (org-table-move-column): Call `org-table-modify-formulas'.
25705 (org-complete): Add completion for keyword formulas.
25706 (orgtbl-mode): Pull orgtbl-mode-map to start of
25707 minor-mode-map-alist.
25708
257092005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25710
25711 * progmodes/python.el (python-check): Require `compile' before
25712 modifying its variables.
25713
25714 * newcomment.el (comment-indent-default): Don't get fooled by an early
25715 end of buffer.
25716
257172005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25718
25719 * ps-print.el (ps-print-version): Fix version number.
25720
257212005-06-28 Luc Teirlinck <teirllm@auburn.edu>
25722
25723 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25724
257252005-06-28 Richard M. Stallman <rms@gnu.org>
25726
25727 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25728 (flyspell-local-mouse-map): Declaration deleted.
25729 (flyspell-mouse-map): Bind only mouse-2.
25730 (flyspell-mode-map): Don't test flyspell-use-local-map.
25731 (flyspell-overlay-keymap-property-name): Var deleted.
25732 (flyspell-mode-on): Don't make local bindings for
25733 flyspell-mouse-map and flyspell-mode-map.
25734 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25735
25736 * textmodes/ispell.el (ispell-word): Do not ignore short words.
25737
25738 * progmodes/compile.el (compilation-next-error-function):
25739 Don't switch buffers; operate on the current buffer.
25740
25741 * progmodes/compile.el (compilation-error-file-name)
25742 (compilation-warning-file-name, compilation-info-file-name)
25743 (compilation-line-number, compilation-column-number): New faces.
25744 (compilation-error-face, compilation-warning-face)
25745 (compilation-info-face, compilation-line-face)
25746 (compilation-column-face): Use them.
25747
25748 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25749
25750 * comint.el (comint-password-prompt-regexp): Accept ", try again".
25751
25752 * bindings.el (global-map): Bind insertchar and its variants.
25753
257542005-06-27 Richard M. Stallman <rms@gnu.org>
25755
25756 * textmodes/artist.el (artist-text-overwrite)
25757 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25758
257592005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25760
25761 * ps-print.el: It was not working the page selection for printing.
25762 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25763 (ps-print-version): New version 6.6.7.
25764 (ps-end-sheet): New fun.
25765 (ps-header-sheet, ps-end-job): Call it.
25766
257672005-06-27 Luc Teirlinck <teirllm@auburn.edu>
25768
25769 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25770
257712005-06-27 Lute Kamstra <lute@gnu.org>
25772
25773 * facemenu.el (facemenu-unlisted-faces): Add foreground and
25774 background color faces.
25775 (facemenu-get-face): Delete function.
25776 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25777 (facemenu-add-new-color): Make second argument mandatory.
25778 Create the appropriate face and return it. Simplify.
25779 (facemenu-set-foreground, facemenu-set-background): Don't check if
25780 color is defined. Use return value of facemenu-add-new-color.
25781
257822005-06-26 Nick Roberts <nickrob@snap.net.nz>
25783
25784 * progmodes/gud.el (gud-filter): Add missing argument to
25785 with-selected-window.
25786
257872005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
25788
25789 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25790 a :require to the defcustom.
25791
25792 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25793 defcustoms corresponding to minor modes.
25794
257952005-06-26 David Ponce <david@dponce.com>
25796
25797 * recentf.el: Require tree-widget instead of wid-edit.
25798 (recentf-filename-handler): Fix widget :type.
25799 (recentf-cancel-dialog, recentf-open-more-files)
25800 (recentf-open-files-action): Doc fix.
25801 (recentf-dialog-goto-first): New function.
25802 (recentf-dialog-mode-map): Set parent keymap first.
25803 (recentf-dialog-mode): Define with define-derived-mode.
25804 Don't display continuation lines in dialogs.
25805 (recentf-edit-list): Rename from recentf-edit-selected-items.
25806 (recentf-edit-list-select): Rename from recentf-edit-list-action.
25807 Simplify.
25808 (recentf-edit-list-validate): New function.
25809 (recentf-edit-list): Update accordingly.
25810 (recentf-open-files-item-shift): Remove.
25811 (recentf-open-files-item): Convert menu elements into tree and
25812 link widgets. Don't create the widgets.
25813 (recentf-open-files): Update accordingly.
25814 (recentf-save-list): Untabify.
25815
258162005-06-25 Luc Teirlinck <teirllm@auburn.edu>
25817
25818 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25819 (keep-lines): Add INTERACTIVE arg. Never delete lines only
25820 partially contained in the active region. Do not take active
25821 region into account when called from Lisp, unless INTERACTIVE arg
25822 is non-nil. Use `forward-line' instead of `beginning-of-line' to
25823 avoid trouble with fields. Make marker point nowhere when no
25824 longer used. Always return nil. Doc fix.
25825 (flush-lines): Add INTERACTIVE arg. Do not take active region
25826 into account when called from Lisp, unless INTERACTIVE arg is
25827 non-nil. Use `forward-line' instead of `beginning-of-line' to
25828 avoid trouble with fields. Make marker point nowhere when no
25829 longer used. Always return nil. Doc fix.
25830 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
25831 interchangeable. Do not take active region into account when
25832 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
25833 message in echo area when called from Lisp, unless INTERACTIVE arg
25834 is non-nil. Avoid saying "1 occurrences". Do not use markers.
25835 Return the number of matches. Doc fix.
25836 (occur): Doc fix.
25837 (perform-replace): Make comment follow double space convention for
25838 the sake of `outline-minor-mode'.
25839
25840 * faces.el (facep): Doc fix.
25841
258422005-06-25 Richard M. Stallman <rms@gnu.org>
25843
25844 * facemenu.el (facemenu-enable-faces-p): New function.
25845 (facemenu-background-menu, facemenu-foreground-menu)
25846 (facemenu-face-menu): Add menu-enable property.
25847
25848 * jka-compr.el (jka-compr-insert-file-contents):
25849 Special handling if cannot find the uncompression program.
25850
25851 * cus-face.el (custom-face-attributes): Add autoload.
25852
25853 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25854 Bind comment-indent-function locally.
25855
25856 * window.el (save-selected-window): Use save-current-buffer.
25857
25858 * subr.el (with-selected-window): Use save-current-buffer.
25859
25860 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25861 and with-current-buffer.
25862
258632005-06-24 Richard M. Stallman <rms@gnu.org>
25864
25865 * simple.el (line-move-1): Fix previous change.
25866
258672005-06-24 Juanma Barranquero <lekktu@gmail.com>
25868
25869 * replace.el (occur-1): Set `buffer-read-only' and the
25870 buffer-modified flag before running `occur-hook' to protect
25871 against unintentional buffer switches that can lead to data loss.
25872
258732005-06-24 Nick Roberts <nickrob@snap.net.nz>
25874
25875 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25876 (gud-gdb-marker-filter): Use font-lock-warning-face for any
25877 initial error.
25878
25879 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25880 after fresh input.
25881 (gdb-var-create-handler): Put name of expression in quotes.
25882
258832005-06-23 Luc Teirlinck <teirllm@auburn.edu>
25884
25885 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25886 elements of RING in order, and without bogus nil elements.
25887
258882005-06-23 Richard M. Stallman <rms@gnu.org>
25889
25890 * simple.el (set-variable): Args renamed; doc fix.
25891 (line-move-1): When there are overlays around, use vertical-motion.
25892
25893 * faces.el (escape-glyph): Use brown against light background.
25894 (nobreak-space): Rename from no-break-space.
25895 Fix previous change.
25896
25897 * dired-aux.el (dired-do-copy): Fix arg prompt.
25898
25899 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25900
259012005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
25902
25903 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25904 rather than "Distributor".
25905
259062005-06-23 Lute Kamstra <lute@gnu.org>
25907
25908 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25909 (debug-on-entry): Use it. New interactive declaration that uses
25910 function-called-at-point.
25911
259122005-06-23 Kim F. Storm <storm@cua.dk>
25913
25914 * subr.el (save-match-data): Add comment about using evaporate arg
25915 to set-match-data.
25916
259172005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
25918
25919 * cus-edit.el (customize-face)
25920 (customize-face-other-window): Handle face aliases.
25921
25922 * faces.el (face-documentation, set-face-attribute)
25923 (face-spec-set): Handle face aliases.
25924
259252005-06-22 Juanma Barranquero <lekktu@gmail.com>
25926
25927 * help-mode.el (help-make-xrefs): If a symbol representing a face
25928 name is not followed by the word "face", it could still be a
25929 function or variable name, so don't bypass other checks.
25930
259312005-06-22 Juri Linkov <juri@jurta.org>
25932
25933 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25934 Replace aliased functions with calls where second arg `inherit' is t.
25935
259362005-06-22 Nick Roberts <nickrob@snap.net.nz>
25937
25938 * progmodes/gdb-ui.el (gdb-error): New variable.
25939 (gdb-error): New function.
25940 (gdb-annotation-rules): Act on error-begin and error annotations.
25941 (gdb-concat-output): Use font-lock-warning-face for errors.
25942
259432005-06-22 Miles Bader <miles@gnu.org>
25944
25945 * bindings.el (propertized-buffer-identification): Use renamed
25946 `Buffer-menu-buffer' face.
25947
25948 * faces.el (vertical-border): Rename from `vertical-divider'.
25949 (escape-glyph): Change dark-background color back to `cyan'.
25950
259512005-06-21 Juri Linkov <juri@jurta.org>
25952
25953 * faces.el (face-user-default-spec): Try getting `customized-face'
25954 prior to `saved-face'.
25955 (frame-background-mode): Refill docstring.
25956
25957 * emacs-lisp/lisp-mode.el (eval-defun-1):
25958 * emacs-lisp/edebug.el (edebug-eval-defun):
25959 Set `saved-face' temporarily to nil before calling form.
25960 Set `customized-face' to the new spec after that.
25961
259622005-06-21 Juanma Barranquero <lekktu@gmail.com>
25963
25964 * subr.el (1value, lambda, key-substitution-in-progress):
25965 Doc fixes.
25966
25967 * autoinsert.el (auto-insert-alist):
25968 * ses.el (ses-call-printer):
25969 * subr.el (noreturn):
25970 * emacs-lisp/lisp.el (check-parens):
25971 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25972 * net/browse-url.el (browse-url-mosaic):
25973 * progmodes/cc-defs.el (c-safe-scan-lists):
25974 * progmodes/ebnf-abn.el (ebnf-abn-lex):
25975 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25976 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25977 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25978 * progmodes/ebnf-iso.el (ebnf-iso-lex):
25979 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25980
259812005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
25982
25983 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25984
259852005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
25986
25987 * calendar/appt.el (appt-make-list): Activate the package, if
25988 not already active (for backwards compatibility).
25989
259902005-06-20 Kim F. Storm <storm@cua.dk>
25991
25992 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
25993
259942005-06-20 Miles Bader <miles@gnu.org>
25995
25996 * faces.el (vertical-divider): New face.
25997
259982005-06-20 Juanma Barranquero <lekktu@gmail.com>
25999
26000 * simple.el (kill-whole-line): Doc fix.
26001 (next-error-buffer-p, next-error-find-buffer)
26002 (clone-indirect-buffer): Fix typos in docstrings.
26003 (comment-line-break-function): Doc fix: don't say variable
26004 is automatically buffer-local (it isn't).
26005
260062005-06-19 Michael Albinus <michael.albinus@gmx.de>
26007
26008 * net/tramp-ftp.el (top):
26009 * net/tramp-smb.el (top):
26010 * net/tramp-util.el (top):
26011 * net/tramp-uu.el (top):
26012 * net/tramp-vc.el (top):
26013 * net/tramp.el (top): Revert copyright years back to original
26014 ones. Tramp has a life outside GNU Emacs.
26015
260162005-06-19 Nick Roberts <nickrob@snap.net.nz>
26017
26018 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
26019
260202005-06-18 Juri Linkov <juri@jurta.org>
26021
26022 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
26023 end of first regexp to limit the match to the position between
26024 line number and source line with same separator character as used
26025 between file name and line number. In the second regexp limit
26026 mouse-face area to file name and line number by adding new group
26027 for them and referring it in HYPERLINK arg.
26028 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
26029 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
26030 previous line where grep markers may be already removed.
26031
260322005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
26033
26034 * progmodes/ps-mode.el: Update version and maintainer's email address.
26035
260362005-06-18 Steve Youngs <steve@xemacs.org>
26037
26038 * net/browse-url.el (browse-url-browser-function)
26039 (browse-url-default-browser): Add firefox.
26040 (browse-url-firefox-program, browse-url-firefox-arguments)
26041 (browse-url-firefox-startup-arguments)
26042 (browse-url-firefox-new-window-is-tab): New defcustoms.
26043 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
26044
260452005-06-17 Richard M. Stallman <rms@gnu.org>
26046
26047 * startup.el (command-line): Warn if specified user name has
26048 no home directory.
26049
26050 * term.el (term-get-old-input, term-input-filter, term-input-sender)
26051 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
26052
26053 * longlines.el (longlines-mode, longlines-show-hard-newlines):
26054 Doc fixes.
26055
26056 * faces.el (underline): Try bold if terminal doesn't support underline.
26057
26058 * mail/sendmail.el (mail-setup-with-from): New variable.
26059 (mail-insert-from-field): New function.
26060 (sendmail-send-it): Call it.
26061 (mail-setup): Optionally call it here.
26062
26063 * term/linux.el: Call tty-no-underline.
26064
260652005-06-17 Luc Teirlinck <teirllm@auburn.edu>
26066
26067 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
26068
260692005-06-17 Miles Bader <miles@gnu.org>
26070
26071 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
26072 (ediff-current-diff-C, ediff-current-diff-Ancestor)
26073 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
26074 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
26075 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
26076 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
26077 Remove "-face" suffix from face names.
26078 (ediff-current-diff-face-A, ediff-current-diff-face-B)
26079 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
26080 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
26081 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
26082 (ediff-even-diff-face-A, ediff-even-diff-face-B)
26083 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
26084 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
26085 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
26086 New backward-compatibility aliases for renamed faces.
26087 (ediff-current-diff-face-A, ediff-current-diff-face-B)
26088 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
26089 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
26090 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
26091 (ediff-even-diff-face-A, ediff-even-diff-face-B)
26092 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
26093 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
26094 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
26095 Use renamed ediff faces.
26096
26097 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
26098 Remove "-face" suffix from face names.
26099 (eshell-test-ok-face, eshell-test-failed-face):
26100 New backward-compatibility aliases for renamed faces.
26101 (eshell-run-test): Use renamed eshell-test faces.
26102
26103 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
26104 face name.
26105 (eshell-prompt-face): New backward-compatibility alias for renamed
26106 face.
26107 (eshell-emit-prompt): Use renamed eshell-prompt face.
26108
26109 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
26110 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
26111 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
26112 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
26113 Remove "-face" suffix from face names.
26114 (eshell-ls-directory-face, eshell-ls-symlink-face)
26115 (eshell-ls-executable-face, eshell-ls-readonly-face)
26116 (eshell-ls-unreadable-face, eshell-ls-special-face)
26117 (eshell-ls-missing-face, eshell-ls-archive-face)
26118 (eshell-ls-backup-face, eshell-ls-product-face)
26119 (eshell-ls-clutter-face):
26120 New backward-compatibility aliases for renamed faces.
26121 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
26122
26123 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
26124 Remove "-face" suffix from face name.
26125 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
26126 instead of literal face.
26127
261282005-06-17 Juanma Barranquero <lekktu@gmail.com>
26129
26130 * emacs-lisp/warnings.el (display-warning, lwarn)
26131 (warning-minimum-log-level): Doc fixes.
26132 (warning-minimum-level, warning-minimum-log-level):
26133 Add :debug to :type choices.
26134
26135 * progmodes/ada-mode.el (ada-format-paramlist)
26136 (ada-get-indent-case, ada-check-matching-start)
26137 (ada-check-defun-name, ada-goto-matching-decl-start)
26138 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
26139 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
26140 (ada-make-subprogram-body): Follow error conventions.
26141 (ada-case-exception-file, ada-indent-comment-as-code)
26142 (ada-indent-handle-comment-special, ada-indent-renames)
26143 (ada-indent-return, ada-search-directories-internal)
26144 (ada-tab-policy, ada-case-exception-substring)
26145 (ada-other-file-alist, ada-matching-start-re)
26146 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
26147 (ada-imenu-generic-expression, ada-compile-goto-error)
26148 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
26149 (ada-popup-menu, ada-add-extensions, ada-mode)
26150 (ada-region-selected, ada-create-case-exception)
26151 (ada-create-case-exception-substring, ada-after-keyword-p)
26152 (ada-activate-keys-for-case, ada-adjust-case-region)
26153 (ada-adjust-case-buffer, ada-format-paramlist)
26154 (ada-scan-paramlist, ada-insert-paramlist)
26155 (ada-indent-newline-indent)
26156 (ada-indent-newline-indent-conditional)
26157 (ada-justified-indent-current, ada-goto-previous-word)
26158 (ada-indent-current, ada-get-indent-open-paren)
26159 (ada-get-indent-paramlist, ada-get-indent-end)
26160 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
26161 (ada-get-indent-block-start, ada-get-indent-subprog)
26162 (ada-get-indent-noindent, ada-get-indent-label)
26163 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
26164 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
26165 (ada-goto-stmt-end, ada-goto-next-word)
26166 (ada-check-matching-start, ada-check-defun-name)
26167 (ada-goto-matching-decl-start, ada-goto-matching-start)
26168 (ada-goto-matching-end, ada-search-ignore-string-comment)
26169 (ada-in-decl-p, ada-looking-at-semi-or)
26170 (ada-looking-at-semi-private, ada-in-paramlist-p)
26171 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
26172 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
26173 (ada-next-procedure, ada-previous-procedure, ada-next-package)
26174 (ada-previous-package, ada-create-menu)
26175 (ada-fill-comment-paragraph-justify)
26176 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
26177 (ada-other-file-name, ada-last-which-function-line)
26178 (ada-last-which-function-subprog, ada-which-function)
26179 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
26180 (ada-gen-treat-proc, ada-check-emacs-version)
26181 (ada-continuation-indent, ada-align-region-separate):
26182 Fix typos in docstrings.
26183 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
26184
261852005-06-16 Lute Kamstra <lute@gnu.org>
26186
26187 * simple.el (fundamental-mode): Run after-change-major-mode-hook
26188 conditionally.
26189
261902005-06-16 Juanma Barranquero <lekktu@gmail.com>
26191
26192 * comint.el (comint-replace-by-expanded-filename)
26193 (comint-prompt-regexp, comint-delimiter-argument-list)
26194 (comint-preinput-scroll-to-bottom):
26195 * info.el (Info-hide-cookies-node):
26196 * ls-lisp.el (ls-lisp-classify):
26197 * find-file.el (ff-search-directories, ff-special-constructs)
26198 (ff-find-other-file):
26199 * font-lock.el (font-lock-keywords):
26200 * shell.el (shell-prompt-pattern)
26201 (shell-dynamic-complete-functions, shell-mode)
26202 (shell-delimiter-argument-list):
26203 * term.el (term-replace-by-expanded-filename)
26204 (term-prompt-regexp, term-delimiter-argument-list):
26205 * woman.el (woman-ignore, woman0-if):
26206 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
26207 * emacs-lisp/elint.el (elint-init-env):
26208 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
26209 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
26210 * language/ethio-util.el (ethio-tilde-escape)
26211 (ethio-use-three-dot-question):
26212 * net/zone-mode.el (zone-mode-load-time-setup):
26213 * progmodes/cc-align.el (c-lineup-argcont):
26214 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
26215 * progmodes/cperl-mode.el (cperl-set-style-back):
26216 * progmodes/inf-lisp.el (inferior-lisp-prompt):
26217 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
26218 Fix spellings in docstrings.
26219
26220 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
26221 * progmodes/modula2.el (m2-for): Fix spellings.
26222
26223 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
26224
26225 * simple.el (undo-more): Don't use `format' on `error' arguments.
26226 Improve argument/docstring consistency.
26227 (pending-undo-list): Doc fix.
26228
26229 * smerge-mode.el (smerge-ensure-match):
26230 * emulation/vip.el (vip-ex):
26231 * net/zone-mode.el (zone-mode-update-serial):
26232 * progmodes/idlwave.el (idlwave-complete):
26233 * progmodes/vhdl-mode.el (vhdl-visit-file)
26234 (vhdl-compose-wire-components):
26235 Don't use `format' on `error' arguments.
26236
26237 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
26238 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
26239 (tooltip-help-tips): Fix typos in docstrings.
26240
262412005-06-16 David Ponce <david@dponce.com>
26242
26243 * tree-widget.el (tree-widget-value-create): Simplify last change.
26244
262452005-06-15 Matt Hodges <MPHodges@member.fsf.org>
26246
26247 * ido.el (ido-incomplete-regexp): New variable.
26248 (ido-set-matches-1): Handle invalid-regexp error and set
26249 ido-incomplete-regexp.
26250 (ido-incomplete-regexp): New face.
26251 (ido-completions): Use it.
26252 (ido-complete, ido-exit-minibuffer, ido-completions):
26253 Handle incomplete regexps.
26254 (ido-completions): Add check for complete match when entering a regexp.
26255
262562005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
26257
26258 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
26259
262602005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26261
26262 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
26263 by field delimiters.
26264
262652005-06-15 David Ponce <david@dponce.com>
26266
26267 * tree-widget.el: eval-and-compile inlined functions so they will
26268 be available at run-time too.
26269 (tree-widget-super-format-handler)
26270 (tree-widget-format-handler): Remove.
26271 (tree-widget-value-create): Handle the :indent property.
26272
262732005-06-15 Miles Bader <miles@gnu.org>
26274
26275 * progmodes/which-func.el (which-func): Only inherit
26276 `font-lock-function-name-face' when that makes sense against the
26277 default mode-line face, otherwise set the face color explicitly.
26278
26279 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
26280 faces instead of (non-existent) variables.
26281
262822005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
26283
26284 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
26285 (iswitchb-get-matched-buffers): Likewise. Simplify.
26286
262872005-06-14 Miles Bader <miles@gnu.org>
26288
26289 * progmodes/ld-script.el (ld-script-location-counter):
26290 Remove "-face" suffix from face name.
26291 (ld-script-location-counter-face):
26292 New backward-compatibility alias for renamed face.
26293 (ld-script-location-counter-face): Use renamed face.
26294
26295 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
26296 (cperl-hash): Remove "-face" suffix from face names.
26297 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
26298 New backward-compatibility aliases for renamed faces.
26299 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
26300 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
26301
26302 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
26303 name.
26304 (which-func-face): New backward-compatibility alias for renamed face.
26305 (which-func-format): Use renamed which-func face.
26306
26307 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
26308 (vhdl-function, vhdl-directive, vhdl-reserved-word)
26309 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
26310 names.
26311 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
26312 (vhdl-speedbar-configuration, vhdl-speedbar-package)
26313 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
26314 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
26315 (vhdl-speedbar-architecture-selected)
26316 (vhdl-speedbar-configuration-selected)
26317 (vhdl-speedbar-package-selected)
26318 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
26319 names.
26320 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
26321 Use renamed faces.
26322 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
26323 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
26324 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
26325 Use renamed faces.
26326 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
26327 names.
26328 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
26329 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
26330 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
26331 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
26332 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
26333 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
26334
26335 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
26336 face name.
26337 (sh-heredoc-face): New backward-compatibility alias for renamed face.
26338 (sh-heredoc-face): Use renamed sh-heredoc face.
26339
26340 * progmodes/idlw-help.el (idlwave-help-link):
26341 Remove "-face" suffix from face name.
26342 (idlwave-help-link-face):
26343 New backward-compatibility alias for renamed face.
26344 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
26345
26346 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
26347 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
26348 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
26349 New backward-compatibility aliases for renamed faces.
26350 (idlwave-shell-disabled-breakpoint-face)
26351 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
26352
26353 * progmodes/flymake.el (flymake-errline, flymake-warnline):
26354 Remove "-face" suffix from face names.
26355 (flymake-errline-face, flymake-warnline-face):
26356 New backward-compatibility aliases for renamed faces.
26357 (flymake-highlight-line): Use renamed flymake faces.
26358
26359 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
26360 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
26361 (ebrowse-member-class, ebrowse-progress):
26362 Remove "-face" suffix from face names.
26363 (ebrowse-tree-mark-face, ebrowse-root-class-face)
26364 (ebrowse-file-name-face, ebrowse-default-face)
26365 (ebrowse-member-attribute-face, ebrowse-member-class-face)
26366 (ebrowse-progress-face):
26367 New backward-compatibility aliases for renamed faces.
26368 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
26369 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
26370 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
26371 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
26372
26373 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
26374 antlr-syntax)
26375 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
26376 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
26377 names.
26378 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
26379 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
26380 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
26381 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
26382 backward-compatibility aliases for renamed faces.
26383 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
26384 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
26385 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
26386 remove "font-lock-". Use renamed antlr-mode faces.
26387 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
26388 literal face-names with face variable references.
26389
26390 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
26391 face name.
26392 (Buffer-menu-buffer-face): New backward-compatibility alias for
26393 renamed face.
26394 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
26395
263962005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
26397
26398 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
26399 Eliminate "-face" suffix.
26400 (makefile-targets): Inherit from font-lock-function-name-face and
26401 eliminate "-face" suffix.
26402 (makefile-shell): Remove attributes and eliminate "-face" suffix.
26403 (makefile-*-font-lock-keywords): Append makefile-targets in rule
26404 actions, instead of prepending, to make it less visible.
26405 (makefile-previous-dependency, makefile-match-dependency):
26406 Don't match a target on a continuation line.
26407
26408 * files.el (auto-mode-alist): Put Makefile in gmake mode.
26409
264102005-06-15 Nick Roberts <nickrob@snap.net.nz>
26411
26412 * progmodes/gdb-ui.el (menu): Re-order menu items.
26413 (gdb-tooltip-print): Respect tooltip-use-echo-area.
26414
26415 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
26416 Define in tooltip.el.
26417 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
26418 (gud-tooltip-tips): Respect tooltip-use-echo-area and
26419 gud-tooltip-echo-area.
26420
26421 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
26422 backward compatibility and make obsolete.
26423 (tooltip-help-tips): Use tooltip-use-echo-area.
26424 (tooltip-show-help-function): Rename to...
26425 (tooltip-show-help): ...this, because it is a function.
26426 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
26427
264282005-06-14 Luc Teirlinck <teirllm@auburn.edu>
26429
26430 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
26431 (edebug-print-length, edebug-print-level, edebug-print-circle)
26432 (edebug-modify-breakpoint, edebug-eval-last-sexp)
26433 (edebug-eval-print-last-sexp): Doc fixes.
26434
264352005-06-14 Kim F. Storm <storm@cua.dk>
26436
26437 * ido.el (ido-mode): Make a new keymap every time we enable ido,
26438 as the coverage buffer/file/both may change.
26439
264402005-06-14 Lute Kamstra <lute@gnu.org>
26441
26442 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
26443 and run-mode-hooks. Simplify.
26444
26445 * mail/rmailedit.el (rmail-edit-mode):
26446 * progmodes/octave-inf.el (inferior-octave-mode):
26447 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
26448
26449 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
26450 and run-mode-hooks.
26451 (recentf-edit-list, recentf-open-files): Don't call
26452 kill-all-local-variables directly.
26453
26454 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
26455
264562005-06-14 Juanma Barranquero <lekktu@gmail.com>
26457
26458 * emacs-lisp/byte-run.el (make-obsolete)
26459 (define-obsolete-function-alias): Rename arguments FUNCTION and
26460 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
26461 (make-obsolete-variable, define-obsolete-variable-alias):
26462 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
26463 respectively.
26464
26465 * isearchb.el (isearchb-activate):
26466 * pcvs.el (cvs-mode):
26467 * ses.el (ses-load):
26468 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
26469 * net/tramp.el (tramp-find-file-exists-command)
26470 (tramp-find-shell):
26471 * progmodes/ada-mode.el (ada-create-case-exception)
26472 (ada-create-case-exception-substring, ada-make-subprogram-body):
26473 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
26474 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
26475 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
26476 * textmodes/org.el (org-promote, org-evaluate-time-range)
26477 (org-agenda-next-date-line, org-agenda-previous-date-line)
26478 (org-agenda-error, org-open-at-point, org-table-move-row)
26479 (org-format-table-table-html-using-table-generate-source)
26480 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
26481 * textmodes/reftex.el (reftex-access-scan-info):
26482 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
26483 (reftex-toc-promote-prepare): Follow error conventions.
26484
26485 * diff-mode.el (diff-mode): Fix typo in docstring.
26486
26487 * forms.el (forms--intuit-from-file): Fix reference to
26488 `forms-number-of-fields' in error message.
26489 (forms-print): Fix quoting in error message.
26490
26491 * forms.el (forms-mode):
26492 * emulation/vi.el (vi-goto-insert-state):
26493 * progmodes/flymake.el (flymake-new-err-info)
26494 (flymake-start-syntax-check-for-current-buffer)
26495 (flymake-simple-cleanup):
26496 * eshell/esh-var.el (eshell/export):
26497 * progmodes/gud.el (xdb):
26498 * textmodes/flyspell.el (flyspell-incorrect-hook)
26499 (flyspell-maybe-correct-transposition)
26500 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
26501
265022005-06-13 Luc Teirlinck <teirllm@auburn.edu>
26503
26504 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
26505 minibuffer prompt.
26506
265072005-06-13 Kim F. Storm <storm@cua.dk>
26508
26509 * subr.el (add-to-ordered-list): New defun.
26510
26511 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
26512 add cua--keymap-alist to emulation-mode-map-alists.
26513
265142005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
26515
26516 * subr.el (complete-in-turn): New macro.
26517 (dynamic-completion-table, lazy-completion-table): Add debug info.
26518
26519 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
26520 in preference to face aliases.
26521
26522 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
26523 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
26524 Remove unused vars `start' and `firstline'.
26525 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
26526 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
26527
265282005-06-13 Eli Zaretskii <eliz@gnu.org>
26529
26530 * cus-start.el (all): Don't complain about missing GTK-related
26531 variables, unless either `gtk' is boundp or this isn't a
26532 `windows-nt' build.
26533
265342005-06-13 Lute Kamstra <lute@gnu.org>
26535
26536 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
26537 run-mode-hooks.
26538
26539 * ediff-mult.el (ediff-meta-mode):
26540 * ediff-util.el (ediff-mode): Use run-mode-hooks.
26541
26542 * ledit.el (ledit-mode): Use delay-mode-hooks.
26543
26544 * woman.el (woman-mode-line-format): Delete constant.
26545 (woman-mode-map): Initialize it properly.
26546 (woman-mode): Set mode-class property to special.
26547 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
26548 Set major-mode and mode-name. Don't set mode-line-format directly.
26549 (Man-getpage-in-background): Don't reference woman-mode-line-format.
26550
26551 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
26552 string argument obsolete.
26553
265542005-06-13 Carsten Dominik <dominik@science.uva.nl>
26555
26556 * textmodes/org.el (org-CUA-compatible): New option.
26557 (org-disputed-keys): New variable.
26558 (org-key): New function.
26559 (orgtbl-make-binding): Add docstring to the created function.
26560 (org-mode): Set paragraph start/separate regexps.
26561 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
26562 (org-archive-location, org-archive-mark-done)
26563 (org-archive-stamp-time): New options.
26564 (org-archive-subtree): New command.
26565 (org-fill-paragraph): New function.
26566 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
26567 (org-fake-empty-table-line): Function removed.
26568 (org-format-org-table-html): Do not create empty table lines at
26569 separator lines. Improved table header treatment.
26570 (org-link-format): New option.
26571 (org-make-link): New function.
26572 (org-insert-link, org-store-link): Use org-make-link.
26573 (org-open-file): Quote file name for shell command, to allow
26574 spaces in file names.
26575 (org-link-regexp): Fix bug with mailto link.
26576 (org-link-maybe-angles-regexp, org-protected-link-regexp):
26577 New constants.
26578 (org-export-as-html): Deal with the optional angles around a link.
26579 Better treatment of file: links.
26580 (org-open-at-point): Replace @{ and @} with < and >.
26581 (org-run-mode-hooks): Function removed.
26582 (org-agenda-mode): No longer use `org-run-mode-hooks'.
26583
265842005-06-13 Nick Roberts <nickrob@snap.net.nz>
26585
26586 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26587 MI command -data-list-register-values.
26588 (gdb-post-prompt): Indent properly.
26589
265902005-06-13 Juanma Barranquero <lekktu@gmail.com>
26591
26592 * hilit-chg.el (highlight-changes-colors): Rename from
26593 `highlight-changes-colours'.
26594 (highlight-changes-colours): Keep as obsolete alias.
26595 (highlight-changes-face-list): Doc fix.
26596 (hilit-chg-make-list): Use `highlight-changes-colors'.
26597
265982005-06-12 Mark A. Hershberger <mah@everybody.org>
26599
26600 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26601 defun-prompt-regexp.
26602
266032005-06-12 Eli Zaretskii <eliz@gnu.org>
26604
26605 * loadup.el: Don't say we are dumping under 2 names on windows-nt
26606 and cygwin.
26607
26608 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26609 Don't use an old loaddefs.el, as in Makefile.in.
26610
266112005-06-12 Lute Kamstra <lute@gnu.org>
26612
26613 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26614
26615 * man.el (Man-mode-map): Initialize it properly.
26616 (Man-mode): Set mode-class property to special.
26617
26618 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26619
266202005-06-11 Luc Teirlinck <teirllm@auburn.edu>
26621
26622 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26623 A newline is needed in the docstring there.
26624
26625 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26626 Doc fixes.
26627
266282005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26629
26630 * printing.el: Doc fix. The menubar is no more changed when printing
26631 is loaded, it only changes when pr-menu-bind or pr-update-menus is
26632 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
26633 (pr-version): New version number (6.8.4).
26634 (pr-menu-bind): New command.
26635 (pr-update-menus): Docstring and code fix.
26636 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26637 Docstring fix.
26638 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26639 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26640
266412005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
26642
26643 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26644 "Returns" to "return", document useful return values, etc.
26645
266462005-06-11 Alan Mackenzie <acm@muc.de>
26647
26648 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26649 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26650 (adaptive-file-function): Minor amendment to doc-string.
26651
266522005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26653
26654 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26655 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26656 Fix :type--it is `integer', not `string'.
26657
26658 * faces.el (modeline-highlight): Rename from (the erroneous)
26659 `modeline-higilight'.
26660
266612005-06-11 Lute Kamstra <lute@gnu.org>
26662
26663 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26664 lisp-interaction-mode-map but make it the parent.
26665 (edebug-eval-mode): Use define-derived-mode.
26666
266672005-06-11 Andreas Schwab <schwab@suse.de>
26668
26669 * bindings.el: Add binding of `ESC functionkey' for every
26670 `M-functionkey'.
26671 * hexl.el (hexl-mode-map): Likewise.
26672
266732005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
26674
26675 * progmodes/compile.el (compilation-error-regexp-alist-alist)
26676 [msft]: update regexp for newer msft compilers.
26677
266782005-06-10 Mark A. Hershberger <mah@everybody.org>
26679
26680 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26681 ATTLIST portions of included DTDs.
26682 (xml-parse-dtd): Eliminate use of inefficient match-data.
26683
266842005-06-10 Miles Bader <miles@gnu.org>
26685
26686 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26687 (mpuz-text): Remove "-face" suffix from face names.
26688 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26689 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26690 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26691
26692 * play/gomoku.el (gomoku-O, gomoku-X):
26693 Remove "-face" suffix from face names.
26694 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26695 New backward-compatibility aliases for renamed faces.
26696 (gomoku-font-lock-keywords): Use renamed gomoku faces.
26697
266982005-06-10 Juanma Barranquero <lekktu@gmail.com>
26699
26700 * thumbs.el: Fixes for changes of 2005-06-09.
26701 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26702 as a directory.
26703 (thumbs-thumbname): Remove directory separator from format string;
26704 `thumbs-thumbsdir' now returns a valid directory name.
26705 (thumbs-temp-dir): New defsubst.
26706 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26707 Use it.
26708
26709 * cus-edit.el (minibuffer):
26710 * files.el (make-backup-file-name-function):
26711 * filesets.el (filesets-external-viewers):
26712 * hilit-chg.el (highlight-changes-colours)
26713 (highlight-changes-face-list, highlight-changes-rotate-faces):
26714 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26715 * kmacro.el (kmacro-call-macro):
26716 * log-edit.el (log-edit-changelog-full-paragraphs):
26717 * mouse.el (mouse-1-click-follows-link):
26718 * skeleton.el (skeleton-autowrap):
26719 * subr.el (insert-for-yank-1):
26720 * tempo.el (tempo-insert-region):
26721 * terminal.el (terminal-emulator):
26722 * time.el (display-time-mail-face):
26723 * vc.el (vc-annotate):
26724 * vcursor.el (vcursor-copy-line):
26725 * woman.el (woman-bold-headings, woman-ignore)
26726 (woman-default-faces, woman-monochrome-faces):
26727 * calendar/todo-mode.el (todo-insert-threshold):
26728 * emulation/pc-select.el (pc-select-selection-keys-only)
26729 (pc-selection-mode):
26730 * emulation/vip.el (vip-find-char-forward):
26731 * emulation/viper-cmd.el (viper-find-char-forward):
26732 * international/mule-cmds.el
26733 (select-safe-coding-system-accept-default-p)
26734 (input-method-exit-on-invalid-key):
26735 * international/mule-diag.el (describe-coding-system):
26736 * international/ucs-tables.el (unify-8859-on-encoding-mode):
26737 * net/browse-url.el (browse-url-xterm-program):
26738 * obsolete/lazy-lock.el (lazy-lock-mode):
26739 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26740 (cperl-mode):
26741 * progmodes/cpp.el (cpp-face-light-name-list)
26742 (cpp-face-dark-name-list):
26743 * progmodes/delphi.el (delphi-newline-always-indents):
26744 Fix spellings in docstrings.
26745
26746 * ido.el (ido-mode, ido-file-extensions-order)
26747 (ido-default-file-method, ido-default-buffer-method)
26748 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26749 (ido-decorations, ido-read-file-name-as-directory-commands)
26750 (ido-read-file-name-non-ido, ido-work-directory-list)
26751 (ido-ignore-item-temp-list, ido-current-directory)
26752 (ido-magic-forward-char, ido-enter-find-file)
26753 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26754 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26755
267562005-06-10 Lute Kamstra <lute@gnu.org>
26757
26758 * play/dunnet.el (dun-mode): Use define-derived-mode.
26759 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
26760 obsolete alias.
26761
26762 * play/doctor.el (doctor-mode-map): Remove defvar.
26763 (doctor-mode): Use define-derived-mode.
26764
26765 * mail/mspools.el (mspools-mode):
26766 * net/eudc-hotlist.el (eudc-hotlist-mode):
26767 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26768
267692005-06-10 Miles Bader <miles@gnu.org>
26770
26771 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26772 Remove "-face" suffix from face names.
26773 (flyspell-incorrect-face, flyspell-duplicate-face):
26774 New backward-compatibility aliases for renamed faces.
26775 (flyspell-mode-on, make-flyspell-overlay)
26776 (flyspell-highlight-incorrect-region)
26777 (flyspell-highlight-duplicate-region)
26778 (flyspell-display-next-corrections)
26779 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26780
26781 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26782 from face name.
26783 (texinfo-heading-face): New backward-compatibility alias for
26784 renamed face.
26785 (texinfo-heading-face): Use renamed texinfo-heading face.
26786
26787 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26788 suffix from face names.
26789 (tex-math-face, tex-verbatim-face):
26790 New backward-compatibility aliases for renamed faces.
26791 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26792 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26793 literal face name.
26794
26795 * textmodes/table.el (table-cell): Remove "-face" suffix from face
26796 name.
26797 (table-cell-face): New backward-compatibility alias for renamed face.
26798 (table--put-cell-face-property, table--update-cell-face):
26799 Use renamed table-cell face.
26800
26801 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26802 from face name.
26803 (sgml-namespace-face): New backward-compatibility alias for
26804 renamed face.
26805 (sgml-namespace-face): Use renamed sgml-namespace face.
26806
26807 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26808 (org-level-4, org-level-5, org-level-6, org-level-7)
26809 (org-level-8, org-warning, org-headline-done)
26810 (org-deadline-announce, org-scheduled-today)
26811 (org-scheduled-previously, org-link, org-done, org-table)
26812 (org-time-grid): Remove "-face" suffix from face names.
26813 (org-level-1-face, org-level-2-face, org-level-3-face)
26814 (org-level-4-face, org-level-5-face, org-level-6-face)
26815 (org-level-7-face, org-level-8-face, org-warning-face)
26816 (org-headline-done-face, org-deadline-announce-face)
26817 (org-scheduled-today-face, org-scheduled-previously-face)
26818 (org-link-face, org-done-face, org-table-face)
26819 (org-time-grid-face):
26820 New backward-compatibility aliases for renamed faces.
26821 (org-level-faces, org-set-font-lock-defaults, org-timeline)
26822 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26823 (org-agenda-get-timestamps, org-agenda-get-scheduled)
26824 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26825
26826 * emulation/viper-init.el (viper-search, viper-replace-overlay)
26827 (viper-minibuffer-emacs, viper-minibuffer-insert)
26828 (viper-minibuffer-vi): Remove "-face" suffix from face names.
26829 (viper-search-face, viper-replace-overlay-face)
26830 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26831 (viper-minibuffer-vi-face):
26832 New backward-compatibility aliases for renamed faces.
26833 (viper-search-face, viper-replace-overlay-face)
26834 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26835 (viper-minibuffer-vi-face): Use renamed viper faces.
26836
26837 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26838 Remove "-face" suffix from face names.
26839 (testcover-nohits-face, testcover-1value-face):
26840 New backward-compatibility aliases for renamed faces.
26841 (testcover-mark): Use renamed testcover faces.
26842
26843 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26844 face name.
26845 (diary-button-face): New backward-compatibility alias for renamed face.
26846 (diary-entry): Use renamed diary-button face.
26847
26848 * calendar/calendar.el (diary, calendar-today, holiday)
26849 (mark-visible-calendar-date): Remove "-face" suffix from face names.
26850 (diary-face, calendar-today-face, holiday-face):
26851 New backward-compatibility aliases for renamed faces.
26852 (eval-after-load "facemenu", diary-entry-marker)
26853 (calendar-today-marker, calendar-holiday-marker, diary-face):
26854 Use renamed calendar faces.
26855
26856 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26857 (compare-windows-face): New backward-compatibility alias for
26858 renamed face.
26859 (compare-windows-highlight): Use renamed compare-windows face.
26860
26861 * strokes.el (strokes-char): Remove "-face" suffix from face name.
26862 (strokes-char-face): New backward-compatibility alias for renamed face.
26863 (strokes-encode-buffer): Use renamed strokes-char face.
26864
26865 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26866 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26867 Remove "-face" suffix from face names.
26868 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26869 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26870 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26871 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26872 Use renamed pcvs faces.
26873 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26874 * pcvs-defs.el (cvs-mode-map): Likewise.
26875 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26876
26877 * info.el (info-title-1, info-title-2, info-title-3)
26878 (info-title-4): Remove "-face" suffix from and downcase face names.
26879 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26880 (Info-title-4-face):
26881 New backward-compatibility aliases for renamed faces.
26882 (Info-fontify-node): Use renamed info faces.
26883
26884 * hilit-chg.el (highlight-changes, highlight-changes-delete):
26885 Remove "-face" suffix from face names.
26886 (highlight-changes-face, highlight-changes-delete-face):
26887 New backward-compatibility aliases for renamed faces.
26888 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26889 (hilit-chg-make-list): Use renamed highlight-changes faces.
26890
26891 * generic-x.el (show-tabs-tab, show-tabs-space):
26892 Remove "-face" suffix from face names.
26893 (show-tabs-tab-face, show-tabs-space-face):
26894 New backward-compatibility aliases for renamed faces.
26895 (show-tabs-generic-mode-font-lock-defaults-1)
26896 (show-tabs-generic-mode-font-lock-defaults-2):
26897 Use renamed show-tabs faces.
26898
26899 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26900 (smerge-markers): Remove "-face" suffix from face names.
26901 (smerge-mine-face, smerge-other-face, smerge-base-face)
26902 (smerge-markers-face):
26903 New backward-compatibility aliases for renamed faces.
26904 (smerge-mine-face, smerge-other-face, smerge-base-face)
26905 (smerge-markers-face): Use renamed smerge faces.
26906
26907 * log-view.el (log-view-file, log-view-message): Remove "-face"
26908 suffix from face names.
26909 (log-view-file-face, log-view-message-face):
26910 New backward-compatibility aliases for renamed faces.
26911 (log-view-file-face, log-view-message-face): Use renamed log-view
26912 faces.
26913
26914 * paren.el (show-paren-match, show-paren-mismatch):
26915 Remove "-face" suffix from face names.
26916 (show-paren-match-face, show-paren-mismatch-face):
26917 New backward-compatibility aliases for renamed faces.
26918 (show-paren-function): Use renamed show-paren faces.
26919
26920 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26921 (ruler-mode-margins, ruler-mode-fringes)
26922 (ruler-mode-column-number, ruler-mode-fill-column)
26923 (ruler-mode-comment-column, ruler-mode-goal-column)
26924 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26925 suffix from face names.
26926 (ruler-mode-default-face, ruler-mode-pad-face)
26927 (ruler-mode-margins-face, ruler-mode-fringes-face)
26928 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26929 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26930 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26931 New backward-compatibility aliases for renamed faces.
26932 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26933 (ruler-mode-column-number, ruler-mode-fill-column)
26934 (ruler-mode-comment-column, ruler-mode-goal-column)
26935 (ruler-mode-tab-stop, ruler-mode-current-column)
26936 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26937 faces.
26938
26939 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26940 face name.
26941 (whitespace-highlight-the-space): Use renamed face.
26942 (whitespace-highlight-face): New backward-compatibility alias for
26943 renamed face.
26944
26945 * woman.el (woman-italic, woman-bold, woman-unknown)
26946 (woman-addition, woman-symbol-face):
26947 Remove "-face" suffix from face names.
26948 (woman-italic-face, woman-bold-face, woman-unknown-face)
26949 (woman-addition-face):
26950 New backward-compatibility aliases for renamed faces.
26951 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26952 (woman-decode-region, woman-replace-match)
26953 (woman-display-extended-fonts, woman-special-characters)
26954 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26955 Use renamed woman faces.
26956
26957 * longlines.el (longlines-visible-face): Face removed.
26958
26959 * diff-mode.el (diff-header, diff-file-header, diff-index)
26960 (diff-hunk-header, diff-removed, diff-added, diff-changed)
26961 (diff-function, diff-context, diff-nonexistent): Remove "-face"
26962 suffix from face names.
26963 (diff-header-face, diff-file-header-face, diff-index-face)
26964 (diff-hunk-header-face, diff-removed-face, diff-added-face)
26965 (diff-changed-face, diff-function-face, diff-context-face)
26966 (diff-nonexistent-face): New backward-compatibility aliases for
26967 renamed faces.
26968 (diff-header-face, diff-file-header-face)
26969 (diff-index, diff-index-face, diff-hunk-header)
26970 (diff-hunk-header-face, diff-removed, diff-removed-face)
26971 (diff-added, diff-added-face, diff-changed-face, diff-function)
26972 (diff-function-face, diff-context-face, diff-nonexistent)
26973 (diff-nonexistent-face): Use renamed diff-mode faces.
26974
26975 * progmodes/compile.el (compilation-warning-face)
26976 (compilation-info-face): Remove "-face" suffix from face names.
26977 (compilation-warning-face, compilation-info-face):
26978 New backward-compatibility aliases for renamed faces.
26979 (compilation-warning-face, compilation-info-face):
26980 Use renamed compilation faces.
26981
26982 * add-log.el (change-log-date, change-log-name)
26983 (change-log-email, change-log-file, change-log-list)
26984 (change-log-conditionals, change-log-function)
26985 (change-log-acknowledgement): Remove "-face" suffix from face names.
26986 (change-log-date-face, change-log-name-face)
26987 (change-log-email-face, change-log-file-face)
26988 (change-log-list-face, change-log-conditionals-face)
26989 (change-log-function-face, change-log-acknowledgement-face):
26990 New backward-compatibility aliases for renamed faces.
26991 (change-log-font-lock-keywords): Use renamed change-log faces.
26992
26993 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26994 (custom-set, custom-changed, custom-saved, custom-button)
26995 (custom-button-pressed, custom-documentation, custom-state)
26996 (custom-comment, custom-comment-tag, custom-variable-tag)
26997 (custom-variable-button, custom-face-tag, custom-group-tag-1)
26998 (custom-group-tag): Remove "-face" suffix from face names.
26999 (custom-magic-alist, custom-magic-value-create)
27000 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
27001 (custom-invalid-face, custom-rogue-face, custom-modified-face)
27002 (custom-set-face, custom-changed-face, custom-saved-face)
27003 (custom-button-face, custom-button-pressed-face)
27004 (custom-documentation-face, custom-state-face)
27005 (custom-comment-face, custom-comment-tag-face)
27006 (custom-variable-tag-face, custom-variable-button-face)
27007 (custom-face-tag-face, custom-group-tag-face-1)
27008 (custom-group-tag-face):
27009 New backward-compatibility aliases for renamed faces.
27010
27011 * wid-edit.el (widget-documentation, widget-button)
27012 (widget-field, widget-single-line-field, widget-inactive)
27013 (widget-button-pressed): "-face" suffix removed from face names.
27014 (widget-documentation-face, widget-button-face)
27015 (widget-field-face, widget-single-line-field-face)
27016 (widget-inactive-face, widget-button-pressed-face):
27017 New backward-compatibility aliases for renamed faces.
27018 (widget-documentation-face, widget-button-face)
27019 (widget-button-pressed-face, widget-specify-field)
27020 (widget-specify-inactive): Use renamed widget faces.
27021
270222005-06-10 Kenichi Handa <handa@m17n.org>
27023
27024 * term/x-win.el (x-clipboard-yank): Remove condition-case
27025 wrapping.
27026
270272005-06-11 Kenichi Handa <handa@m17n.org>
27028
27029 * add-log.el (change-log-font-lock-keywords): Make the regexp for
27030 date lines stricter.
27031
270322005-06-10 Zhang Wei <id.brep@gmail.com>
27033
27034 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
27035 of x-get-selection.
27036
270372005-06-10 Juanma Barranquero <lekktu@gmail.com>
27038
27039 * comint.el (comint-mode, comint-snapshot-last-prompt):
27040 * frame.el (frame-current-scroll-bars):
27041 * term.el (term-mode, term-check-proc, term-input-sender)
27042 (term-simple-send, term-extract-string, term-word)
27043 (term-match-partial-filename):
27044 * window.el (window-current-scroll-bars):
27045 * emulation/cua-base.el (cua-normal-cursor-color)
27046 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
27047 (cua-global-mark-cursor-color):
27048 * mail/undigest.el (rmail-forward-separator-regex):
27049 Fix typos in docstrings.
27050
27051 * comint.el (comint-check-proc, make-comint-in-buffer)
27052 (comint-source-default): Doc fixes.
27053
27054 * term.el (term-send-string): Improve argument/docstring consistency.
27055
270562005-06-09 Luc Teirlinck <teirllm@auburn.edu>
27057
27058 * comint.el (comint-send-input): Bind `inhibit-read-only' around
27059 call to `delete-region'.
27060 (comint-mode-hook): Do not enable Font Lock by default.
27061
270622005-06-09 Lute Kamstra <lute@gnu.org>
27063
27064 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
27065 could be void.
27066
270672005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
27068
27069 * emacs-lisp/debug.el (debugger-will-be-back): New var.
27070 (debug): Use it.
27071 (debugger-step-through, debugger-continue, debugger-jump)
27072 (debugger-return-value): Set it when needed.
27073 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
27074 Use inhibit-read-only.
27075
270762005-06-09 Juanma Barranquero <lekktu@gmail.com>
27077
27078 * window.el (shrink-window-if-larger-than-buffer)
27079 (window-size-fixed): Fix typo in docstring.
27080
27081 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
27082 thumbnails directory on loading.
27083 (thumbs-conversion-program): Use `eq' to check the system type,
27084 not `equal'.
27085 (thumbs-temp-dir): Initialize to `temporary-file-directory',
27086 not "/tmp". Fix docstring.
27087 (thumbs-thumbsdir): New function to return the thumbnails
27088 directory, creating it if needed.
27089 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
27090 (thumbs-temp-file): Delete variable and make it into a function.
27091 (thumbs-resize-image, thumbs-modify-image): Use it.
27092 (thumbs-kill-buffer): Simplify.
27093 (thumbs-gensym): Defalias or duplicate CL `gensym'.
27094 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
27095 docstrings.
27096
270972005-06-09 Kim F. Storm <storm@cua.dk>
27098
27099 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
27100 set-match-data to free markers in match-data.
27101
27102 * replace.el (replace-match-data): Pass RESEAT arg `t' to
27103 match-data to unchain markers in match-data.
27104
271052005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
27106
27107 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
27108 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
27109 unnecessary now.
27110
271112005-06-08 Richard M. Stallman <rms@gnu.org>
27112
27113 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
27114 give the variable a doc string that doesn't say don't set it directly.
27115
27116 * textmodes/ispell.el (ispell-check-version):
27117 Use match-string-no-properties.
27118 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
27119 (ispell-buffer-local-words): Likewise.
27120
27121 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
27122 except on terminals with enough colors to really display it.
27123 (makefile-dependency-regex): Delete spurious `bb'.
27124
27125 * faces.el (escape-glyph): Use blue once again in last case.
27126 (no-break-space): Redefine so that it isn't invisible on a tty.
27127
271282005-06-08 Kim F. Storm <storm@cua.dk>
27129
27130 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
27131 also when reading directory name.
27132
271332005-06-08 Lute Kamstra <lute@gnu.org>
27134
27135 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
27136 (flyspell-mode-line-string): Remove autoload cookie.
27137 (flyspell-mode): Remove defvar.
27138
271392005-06-07 Lute Kamstra <lute@gnu.org>
27140
27141 * textmodes/org.el (org-run-mode-hooks): New function.
27142 (org-agenda-mode): Use it.
27143
271442005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
27145
27146 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
27147
271482005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
27149
27150 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
27151
271522005-06-06 Luc Teirlinck <teirllm@auburn.edu>
27153
27154 * font-lock.el (font-lock-add-keywords): Doc fix.
27155
271562005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
27157
27158 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
27159 (tex-compile-default): In the absence of any history, use the order in
27160 tex-compile-alist to choose the preferred command.
27161 (tex-compile-commands): Reorder a bit.
27162
27163 * textmodes/flyspell.el (flyspell-auto-correct-binding)
27164 (flyspell-incorrect-face, flyspell-duplicate-face):
27165 Use (X)Emacs-agnostic code.
27166 (flyspell-mode-map): Don't overwrite at each load. Remove code
27167 redundant with the subsequent add-minor-mode. Merge Emacs and
27168 XEmacs code.
27169 (flyspell-word): Minor simplification.
27170 (flyspell-math-tex-command-p): Quieten the byte-compiler.
27171 (flyspell-external-point-words): Remove unused vars `size' and `start'.
27172 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
27173 Merge the corresponding Emacs code.
27174 (flyspell-correct-word, flyspell-xemacs-popup):
27175 Use flyspell-do-correct.
27176
27177 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
27178 a dedicated window.
27179
27180 * international/latexenc.el (latexenc-find-file-coding-system):
27181 Undo part of last patch, to turn off a compiler warning.
27182
271832005-06-06 Juri Linkov <juri@jurta.org>
27184
27185 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
27186 Rename `tmm-inactive-face' to `tmm-inactive'.
27187
271882005-06-06 Matt Hodges <MPHodges@member.fsf.org>
27189
27190 * iswitchb.el: Rename faces.
27191
271922005-06-06 Kim F. Storm <storm@cua.dk>
27193
27194 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
27195 (cua-global-mark): Remove -face suffix from face names.
27196
27197 * emulation/cua-gmrk.el (cua--init-global-mark):
27198 Remove cua-global-mark face setup.
27199
272002005-06-06 Richard M. Stallman <rms@gnu.org>
27201
27202 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
27203 just like other allowed characters.
27204 (makefile-match-dependency): Exclude leading and training whitespace
27205 from the range of regexp subexp 1.
27206 (makefile-macroassign-regex): Don't try to match the body,
27207 just the name of the macro being defined.
27208
27209 * info.el (Info-read-node-name-2): New function.
27210 (Info-read-node-name-1): Use that.
27211 Add a completion-base-size-function property.
27212
27213 * simple.el (completion-setup-function): Look for
27214 completion-base-size-function property of minibuffer-completion-table.
27215
27216 * files.el (locate-file-completion): Doc fix.
27217
27218 * printing.el: Don't call pr-update-menus; user must do that.
27219
27220 * emacs-lisp/debug.el (debugger-window): New variable.
27221 (debug): Use debugger-window if it is set and still alive.
27222 Record debugger-window for next entry.
27223
27224 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
27225
272262005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
27227
27228 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
27229 (hack-one-local-variable, hack-local-variables)
27230 (hack-local-variables-prop-line): Pass that arg.
27231
272322005-06-06 Kim F. Storm <storm@cua.dk>
27233
27234 * ido.el (ido-first-match, ido-only-match, ido-subdir)
27235 (ido-indicator): Remove -face suffix from face names.
27236
272372005-06-06 Juri Linkov <juri@jurta.org>
27238
27239 * font-lock.el (font-lock-regexp-backslash)
27240 (font-lock-regexp-backslash-construct): New faces.
27241 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
27242 after `('. Add `while-no-input' to control structures.
27243
27244 * faces.el (no-break-space, shadow): New faces.
27245 (escape-glyph): Use less loud colors pink2 and red4.
27246
27247 * diff-mode.el (diff-context-face)
27248 * dired.el (dired-ignored)
27249 * rfn-eshadow.el (file-name-shadow)
27250 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
27251
27252 * info.el (Info-title-1-face): Use green instead of yellow because
27253 bold yellow is not readable on light backgrounds.
27254
27255 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
27256 before selecting the desired mode to not spend time fontifying
27257 old contents.
27258
272592005-06-06 Juanma Barranquero <lekktu@gmail.com>
27260
27261 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
27262 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
27263
27264 * ps-print.el (ps-default-fg, ps-default-bg):
27265 Fix typos in docstrings.
27266
27267 * isearchb.el (isearchb): Don't pass a spurious second argument to
27268 `iswitchb-completions'.
27269
272702005-06-05 Nick Roberts <nickrob@snap.net.nz>
27271
27272 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
27273 to preserve point.
27274 (gdb-find-file-hook): Add doc string.
27275
27276 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
27277 C dereferenced pointer expression.
27278 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
27279
27280 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
27281
27282 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
27283 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
27284 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
27285 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
27286 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
27287 Make background transparent.
27288
272892005-06-04 Luc Teirlinck <teirllm@auburn.edu>
27290
27291 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
27292 (font-lock-remove-keywords): Doc fix.
27293 (font-lock-mode-major-mode): Compiler defvar.
27294 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
27295
27296 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
27297 (font-lock-mode): Update `font-lock-mode-major-mode'.
27298 (font-lock-set-defaults): Compiler defvar.
27299 (font-lock-default-function): Take `font-lock-mode-major-mode'
27300 into account.
27301
27302 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
27303 keep track of which major mode it enabled the minor mode for.
27304 Use find-file-hook again. Update docstring.
27305
27306 * simple.el (eval-expression-print-level)
27307 (eval-expression-print-length, eval-expression-debug-on-error):
27308 Doc fixes.
27309
273102005-06-04 Matt Hodges <MPHodges@member.fsf.org>
27311
27312 * iswitchb.el (iswitchb-single-match-face)
27313 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
27314 (iswitchb-invalid-regexp-face): New faces.
27315 (iswitchb-completions): Use them.
27316 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
27317 now marked as an obsolete alias.
27318 (iswitchb-read-buffer): Remove check for bound font variables.
27319 (iswitchb-invalid-regexp): New free variable.
27320 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
27321 set iswitchb-invalid-regexp.
27322 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
27323 invalid regexps.
27324 (iswitchb-completions): Add check for complete match when entering
27325 a regexp.
27326 (iswitchb-completions): Remove require-match argument.
27327 (iswitchb-exhibit): Fix caller.
27328 (iswitchb-common-match-inserted): New variable.
27329 (iswitchb-complete, iswitchb-completion-help): Use it.
27330
273312005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
27332
27333 * url-http.el (url-http-chunked-encoding-after-change-function):
27334 Use `url-http-debug' instead of `message'.
27335
273362005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
27337
27338 * url-http.el (url-http-parse-headers): Pass redirected URL as a
27339 callback argument.
27340
273412005-06-04 Kim F. Storm <storm@cua.dk>
27342
27343 * simple.el (line-move): Only call sit-for when moving backwards.
27344
27345 * ido.el (ido-make-merged-file-list-1): New defun split from
27346 ido-make-merged-file-list.
27347 (ido-make-merged-file-list): Bind throw-on-input around call to
27348 ido-make-merged-file-list-1. Return input-pending-p if
27349 interrupted by more input available.
27350 (ido-read-internal): Handle input-pending-p return value from
27351 ido-make-merged-file-list.
27352
273532005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
27354
27355 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
27356 compatibility code.
27357
27358 * international/latexenc.el (latexenc-find-file-coding-system):
27359 Don't inherit the EOL part of the coding-system from the
27360 tex-main buffer. Fit within 80 columns.
27361
273622005-06-03 Matt Hodges <MPHodges@member.fsf.org>
27363
27364 * tmm.el (tmm-inactive-face): New face.
27365 (tmm-remove-inactive-mouse-face): New function.
27366 (tmm-prompt, tmm-add-one-shortcut)
27367 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
27368 but not selectable.
27369
273702005-06-03 Juanma Barranquero <lekktu@gmail.com>
27371
27372 * faces.el (face-equal): Improve argument/docstring consistency.
27373
273742005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
27375
27376 * progmodes/make-mode.el (makefile-targets-face)
27377 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
27378 (makefile-bsdmake-dependency-regex)
27379 (makefile-makepp-rule-action-regex)
27380 (makefile-bsdmake-rule-action-regex): New constants.
27381 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
27382
27383 * progmodes/compile.el (compilation-error-regexp-alist-alist):
27384 Allow (...) within `...' for makepp messages.
27385
273862005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
27387
27388 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
27389
27390 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
27391 "." files are deleted from all file lists before comparison.
27392
27393 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27394 (viper-ESC-key): Made them customizable.
27395
27396 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
27397
273982005-06-01 Luc Teirlinck <teirllm@auburn.edu>
27399
27400 * autorevert.el (auto-revert-buffers): Use save-match-data.
27401
274022005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
27403
27404 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
27405 menu items with a nil command binding.
27406
274072005-06-01 Juanma Barranquero <lekktu@gmail.com>
27408
27409 * emacs-lisp/cl-macs.el (defsetf):
27410 Improve argument/docstring consistency.
27411
27412 * faces.el (list-faces-display): Improve the formatting by
27413 computing the maximum length required for any face-name (reworked
27414 patch of 1999-01-11, accidentally deleted on 1999-07-21).
27415 (internal-find-face): Remove redundant info in docstring.
27416
274172005-06-01 Nick Roberts <nickrob@snap.net.nz>
27418
27419 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
27420 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
27421 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
27422 (gdb-assembler-custom): Improve regexps.
27423 (def-gdb-auto-update-handler): Use window point to preserve point.
27424
274252005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
27426
27427 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
27428
274292005-05-31 Jay Belanger <belanger@truman.edu>
27430
27431 * calc/calc-embed.el (calc-embedded-word): Change argument passed
27432 to calc-embedded.
27433 (calc-embedded-make-info): Have plain prefix argument select
27434 entire line.
27435
274362005-05-31 Juanma Barranquero <lekktu@gmail.com>
27437
27438 * faces.el (list-faces-display): Signal error if passed a regexp
27439 that matches no face name.
27440
27441 * simple.el (filter-buffer-substring): Fix typo in docstring.
27442
274432005-05-31 Richard M. Stallman <rms@gnu.org>
27444
27445 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
27446 (vhdl-emacs-21): Doc fix.
27447 (vhdl-mode): Unconditionally set comment-padding.
27448 (vhdl-fixup-whitespace-region): Insert spaces only where
27449 there are none.
27450 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
27451
274522005-05-30 John Wiegley <johnw@newartisans.com>
27453
27454 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
27455 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
27456 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
27457 `directory-sep-char' to ?/, and all uses of `string-to-int' to
27458 `string-to-number'.
27459
274602005-05-30 Jay Belanger <belanger@truman.edu>
27461
27462 * calc/calc.el (calc-bug-address): Fix docstring.
27463 (calc-window-hook, calc-trail-window-hook): New variables.
27464 (calc-trail-display): Restore use of calc-trail-window-hook.
27465 (calc): Restore use of calc-window-hook.
27466
274672005-05-31 Masatake YAMATO <jet@gyve.org>
27468
27469 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
27470
27471 * help-fns.el (help-C-file-name): Add autoload mark for
27472 `find-function-noselect'.
27473
274742005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
27475
27476 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
27477 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
27478
274792005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27480
27481 * calendar/diary-lib.el (mark-included-diary-files): Only kill
27482 included diary buffer if it was not already being visited.
27483 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
27484
27485 * calendar/icalendar.el (top-level): Do not require appt.
27486
27487 * mail/supercite.el (sc-select-attribution): Only use a list
27488 element from sc-attrib-selection-list if it returns a string.
27489 Reported by Davide G. M. Salvetti <salve@debian.org>.
27490
274912005-05-30 Juanma Barranquero <lekktu@gmail.com>
27492
27493 * thumbs.el (thumbs-thumbname): The resulting thumbname now
27494 includes a hash value to improve its uniqueness, and has a ".jpg"
27495 extension. Also, it is now a valid filename on all systems.
27496 (thumbs-make-thumb): Use `let', not `let*'.
27497 (thumbs-show-thumbs-list): Check for JPEG availability.
27498
274992005-05-30 Richard M. Stallman <rms@gnu.org>
27500
27501 * filesets.el (filesets-menu-ensure-use-cached):
27502 Prevent warning when emacs-version>= is undefined.
27503
27504 * printing.el (pr-interactive-n-up): Use string-to-number.
27505
27506 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
27507
27508 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27509 Warn only when name to be defined is quoted.
27510
275112005-05-30 Nick Roberts <nickrob@snap.net.nz>
27512
27513 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
27514 Make regexp more robust.
27515 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
27516 Force regeneration of disassembly.
27517
275182005-05-29 Jay Belanger <belanger@truman.edu>
27519
27520 * calc/calc.el (calc-user-invocation): Check if
27521 calc-invocation-macro is non-nil.
27522
275232005-05-29 Juri Linkov <juri@jurta.org>
27524
27525 * add-log.el (change-log-font-lock-keywords):
27526 Add `+' to e-mail regexp to accept mail address with keywords.
27527
27528 * man.el (Man-name-regexp): Add `:' to accept qualified names.
27529
275302005-05-29 Luc Teirlinck <teirllm@auburn.edu>
27531
27532 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
27533
27534 * ielm.el (inferior-emacs-lisp-mode): Ditto.
27535
275362005-05-29 Richard M. Stallman <rms@gnu.org>
27537
27538 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
27539 Undo the change that moves to end of the current word.
27540
275412005-05-29 Nick Roberts <nickrob@snap.net.nz>
27542
27543 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
27544 Throw error when count <= 0 to ensure input is a number.
27545 (gdb-read-memory-custom): Pick up address from buffer.
27546 (gdb-memory-mode): Allow user to increment and decrement
27547 memory address from header line.
27548
275492005-05-29 Richard M. Stallman <rms@gnu.org>
27550
27551 * flyspell.el (flyspell-version): Function deleted.
27552 (flyspell-auto-correct-previous-hook): Doc fix.
27553
27554 * jit-lock.el (jit-lock-function, jit-lock-after-change):
27555 Do nothing if memory is full.
27556
27557 * font-lock.el (font-lock-fontify-syntactically-region):
27558 Pass t for GREEDY to looking-back.
27559
27560 * saveplace.el (save-place-alist-to-file): Write the file
27561 using write-region.
27562
27563 * subr.el (looking-back): New argument GREEDY.
27564
27565 * progmodes/compile.el (compilation-start): Set the mode
27566 before inserting the initial text.
27567
27568 * progmodes/which-func.el (which-func-update-1): Turn the mode
27569 off in case of error by setting which-func-mode.
27570
275712005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
27572
27573 * flyspell.el (flyspell-auto-correct-previous-word):
27574 Narrow down to what's on the screen, and recenter overlays
27575 at the end of the next word.
27576
275772005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
27578
27579 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
27580 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27581 (flyspell-abbrev-p): Default to nil.
27582 (flyspell-use-global-abbrev-table-p): Doc fix.
27583 (flyspell-large-region): Allow nil as value.
27584 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27585
27586 (mail-mode-flyspell-verify): More robust handling
27587 of `mail-header-separator'. More efficient signature detection.
27588 Allow for regexp metacharacters in message-header-separator.
27589 Adding `To' not to be checked in mail-mode-flyspell-verify.
27590
27591 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27592 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27593 Bind flyspell-auto-correct-binding.
27594 Bind C-. and C-, .
27595 (flyspell-mode-map): Likewise.
27596 (flyspell-mode): Doc fix.
27597 (flyspell-accept-buffer-local-defs): Preserve current buffer.
27598 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27599 (flyspell-word-cache-result): New var, always local.
27600 (flyspell-check-pre-word-p): Doc fix.
27601 (flyspell-check-changed-word-p): Handle spc like newline.
27602 (flyspell-post-command-hook): Set flyspell-word-cache-result.
27603 (flyspell-word-search-backward, flyspell-word-search-forward):
27604 New functions.
27605 (flyspell-word): Return t if nothing to check.
27606 When parsing TeX code, check for after } or \.
27607 Use flyspell-word-search-backward to find previous word.
27608 Return nil if duplicated word.
27609 For word already checked, return same value as last time.
27610 Set flyspell-word-cache-result after checking.
27611 Don't clobber the return value.
27612 (flyspell-get-word): Major rewrite.
27613 (flyspell-external-point-words): New locals pword, pcount.
27614 Fix size used in progress message.
27615 Find the proper corresponding word in flyspell-large-region-buffer.
27616 (flyspell-region): Check for flyspell-large-region = nil.
27617 (flyspell-highlight-incorrect-region): Clean up overlays in region.
27618 (flyspell-auto-correct-word): Check that WORD is a cons.
27619 (flyspell-correct-word): Likewise.
27620
276212005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
27622
27623 * progmodes/make-mode.el (makefile-rule-action-regex)
27624 (makefile-macroassign-regex, makefile-makepp-mode)
27625 (makefile-bsdmake-mode): Continuation lines may be empty.
27626 Reported by Joshua Varner.
27627 (makefile-makepp-font-lock-keywords): Add $(stem).
27628
276292005-05-28 Karl Berry <karl@gnu.org>
27630
27631 * textmodes/tex-mode.el: Now that tex-send-command calls
27632 shell-quote-argument (2005-03-31 change), remove all calls to
27633 shell-quote-argument; they all end up invoking tex-send-command.
27634 The double quoting loses on filenames with non-safe characters,
27635 such as "@". Reported by Frederik Fouvry.
27636
276372005-05-29 Nick Roberts <nickrob@snap.net.nz>
27638
27639 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27640 about preserving point.
27641
276422005-05-27 Jay Belanger <belanger@truman.edu>
27643
27644 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27645 Info-goto-node.
27646
27647 * calc/calc-embed.el (calc-embed-arg): New variable.
27648 (calc-do-embedded-activate, calc-embedded-activate-formula)
27649 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27650 variable by new variable.
27651 (calc-embedded-make-info): Replace undeclared variable by new
27652 variable. When selecting region with positive prefix
27653 argument, use end of previous line instead of beginning of line.
27654
27655 * calc/calc-aent.el (calc-arg-values): Declare it.
27656
27657 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27658 Declare them.
27659
27660 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27661
27662 * calc/calc.el (calc-alg-map): Declare it.
27663
27664 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27665
276662005-05-28 Nick Roberts <nickrob@snap.net.nz>
27667
27668 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27669 (gdb-registers-buffer, toggle-gdb-all-registers):
27670 Toggle display of floating point registers.
27671 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27672
27673 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
27674 (toggle-gud-tooltip-dereference):
27675 Rename from gud-toggle-tooltip-dereference.
27676
276772005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
27678
27679 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27680
276812005-05-27 Jay Belanger <belanger@truman.edu>
27682
27683 * calc/calc-prog.el (calc-kbd-report): Remove.
27684 (calc-kbd-query): Rewrite.
27685
276862005-05-27 Juanma Barranquero <lekktu@gmail.com>
27687
27688 * image.el (image-library-alist): Move to image.c.
27689 (image-type-available-p): Doc fix.
27690
276912005-05-27 Lute Kamstra <lute@gnu.org>
27692
27693 * calc/calc.el (calc):
27694 * outline.el (outline-1, outline-2, outline-3, outline-4)
27695 (outline-5, outline-6, outline-7, outline-8):
27696 * textmodes/dns-mode.el (dns-mode):
27697 * textmodes/sgml-mode.el (sgml-namespace-face):
27698 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27699 (tex-verbatim-face, tex-use-reftex):
27700 * textmodes/texinfo.el (texinfo-heading-face):
27701 Specify customization group.
27702
27703 * longlines.el: Don't require easy-mmode.
27704 (longlines-visible-face): Specify customization group.
27705
277062005-05-27 Kenichi Handa <handa@m17n.org>
27707
27708 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27709 encoding table of windows-1251.
27710
27711 * international/ucs-tables.el (ucs-set-table-for-input):
27712 If translation-table-for-input of a coding system is a symbol, get
27713 its translation-table property.
27714
27715 * international/code-pages.el: Don't register a coding system into
27716 non-iso-charset-alist more than once.
27717 (cp-make-coding-system): Likewise.
27718
277192005-05-26 John Wiegley <johnw@newartisans.com>
27720
27721 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27722 `eshell-resume-eval' is wrapped in a list, it indicates that the
27723 command was run asynchronously. In that case, unwrap the value
27724 before checking the delimiter value.
27725
27726 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27727 character before a space at the end of a line is \, assume the space
27728 is part of the last argument rather than a final argument separator.
27729
27730 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27731 is in use, and the target is `t' or `nil' (which are the most common
27732 values), don't assume that the symbol target is a buffer.
27733
277342005-05-26 Luc Teirlinck <teirllm@auburn.edu>
27735
27736 * calendar/calendar.el (calendar-mode-line-format):
27737 Use mode-line-highlight as mouse-face.
27738
27739 * time.el (display-time-string-forms, display-time-update):
27740 Use mode-line-highlight as mouse-face.
27741
277422005-05-26 Jay Belanger <belanger@truman.edu>
27743
27744 * calc/calc.el (calc-language-alist): Remove extra defvar.
27745
277462005-05-26 Lute Kamstra <lute@gnu.org>
27747
27748 * arc-mode.el (archive-mode):
27749 * bookmark.el (bookmark-read-annotation-mode)
27750 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27751 * bs.el (bs-mode):
27752 * calc/calc-yank.el (calc-edit-mode):
27753 * calc/calc.el (calc-mode, calc-trail-mode):
27754 * calculator.el (calculator-mode):
27755 * chistory.el (command-history-mode):
27756 * comint.el:
27757 * cus-edit.el (custom-mode):
27758 * descr-text.el (describe-text-mode):
27759 * ebuff-menu.el (Electric-buffer-menu-mode):
27760 * ediff-util.el (ediff-mode):
27761 * emacs-lisp/re-builder.el (reb-mode):
27762 * emulation/vi.el (vi-mode-setup):
27763 * emulation/ws-mode.el (wordstar-mode):
27764 * eshell/esh-mode.el (eshell-mode):
27765 * forms.el (forms-mode):
27766 * help-mode.el (help-mode):
27767 * hexl.el (hexl-mode):
27768 * ibuffer.el (ibuffer-mode):
27769 * ielm.el (inferior-emacs-lisp-mode):
27770 * info.el (Info-mode, Info-edit-mode):
27771 * international/swedish.el:
27772 * ledit.el (ledit-from-lisp-mode):
27773 * locate.el (locate-mode):
27774 * mail/rmail.el (rmail-mode):
27775 * mail/rmailedit.el (rmail-edit-mode):
27776 * mail/rmailsum.el (rmail-summary-mode):
27777 * mail/supercite.el (sc-electric-mode):
27778 * net/eudc.el (eudc-mode):
27779 * net/quickurl.el (quickurl-list-mode):
27780 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27781 * obsolete/ooutline.el (outline-mode):
27782 * obsolete/options.el (Edit-options-mode):
27783 * obsolete/rnews.el (news-mode):
27784 * obsolete/rnewspost.el (news-reply-mode):
27785 * play/5x5.el (5x5-mode):
27786 * play/decipher.el (decipher-mode, decipher-stats-mode):
27787 * play/gomoku.el (gomoku-mode):
27788 * play/snake.el (snake-mode):
27789 * play/solitaire.el (solitaire-mode):
27790 * play/tetris.el (tetris-mode):
27791 * progmodes/ada-mode.el (ada-mode):
27792 * progmodes/antlr-mode.el (antlr-mode):
27793 * progmodes/autoconf.el (autoconf-mode):
27794 * progmodes/dcl-mode.el (dcl-mode):
27795 * progmodes/delphi.el (delphi-mode):
27796 * progmodes/ebrowse.el (ebrowse-tree-mode)
27797 (ebrowse-electric-list-mode, ebrowse-member-mode)
27798 (ebrowse-electric-position-mode):
27799 * progmodes/f90.el (f90-mode):
27800 * progmodes/fortran.el (fortran-mode):
27801 * progmodes/icon.el (icon-mode):
27802 * progmodes/idlw-help.el (idlwave-help-mode):
27803 * progmodes/idlw-shell.el (idlwave-shell-mode):
27804 * progmodes/idlwave.el (idlwave-mode):
27805 * progmodes/inf-lisp.el (inferior-lisp-mode):
27806 * progmodes/m4-mode.el (m4-mode):
27807 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27808 * progmodes/modula2.el (modula-2-mode):
27809 * progmodes/octave-inf.el (inferior-octave-mode):
27810 * progmodes/octave-mod.el (octave-mode):
27811 * progmodes/pascal.el (pascal-mode):
27812 * progmodes/sh-script.el (sh-mode):
27813 * progmodes/sql.el (sql-mode, sql-interactive-mode):
27814 * progmodes/vhdl-mode.el (vhdl-mode):
27815 * progmodes/xscheme.el (scheme-interaction-mode):
27816 * replace.el (occur-mode):
27817 * ses.el (ses-mode):
27818 * simple.el (completion-list-mode):
27819 * skeleton.el:
27820 * speedbar.el (speedbar-mode):
27821 * term.el (term-mode):
27822 * terminal.el (terminal-edit-mode):
27823 * textmodes/reftex-index.el (reftex-index-mode)
27824 (reftex-index-phrases-mode):
27825 * textmodes/reftex-sel.el (reftex-select-label-mode)
27826 (reftex-select-bib-mode):
27827 * textmodes/reftex-toc.el (reftex-toc-mode):
27828 * wdired.el (wdired-change-to-wdired-mode):
27829 * wid-browse.el (widget-browse-mode):
27830 Use run-mode-hooks.
27831
27832 * array.el (array-mode):
27833 * calendar/todo-mode.el (todo-mode):
27834 * man.el (Man-mode):
27835 * play/landmark.el (lm-mode):
27836 * play/mpuz.el (mpuz-mode):
27837 Use kill-all-local-variables and run-mode-hooks.
27838
27839 * subr.el (delay-mode-hooks): Specify indentation.
27840
278412005-05-26 Mark A. Hershberger <mah@everybody.org>
27842
27843 * xml.el (xml-substitute-special): Don't die for undefined xml
27844 entities.
27845
278462005-05-26 Jay Belanger <belanger@truman.edu>
27847
27848 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27849 of nil.
27850
278512005-05-27 Nick Roberts <nickrob@snap.net.nz>
27852
27853 * progmodes/gdb-ui.el (gdb-frame-address):
27854 Rename from gdb-current-address.
27855 (gdb-previous-frame-address): Rename from gdb-previous-address.
27856 (gdb-selected-frame): Rename from gdb-current-frame.
27857 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27858 (gdb-frame-number): Rename from gdb-current-stack-level.
27859 (gdb-ann3): Match new mode-name for disassembly buffer.
27860 Extend initialization of variables.
27861 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27862 (gdb-memory-mode): Use mouse-face in header line.
27863 (gdb-assembler-buffer-name): Call it disassembly and give frame
27864 in mode line.
27865 (gdb-source-spec-regexp, gdb-assembler-custom)
27866 (gdb-invalidate-assembler, gdb-frame-handler):
27867 Make robust to leading zeroes in address format.
27868
278692005-05-26 Carsten Dominik <dominik@science.uva.nl>
27870
27871 * textmodes/org.el (org-mode): Use `define-derived-mode' to
27872 define `org-mode'.
27873 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27874
278752005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
27876
27877 * log-edit.el (log-edit-changelog-entries): Distinguish between
27878 filenames like xfns.c and fns.c.
27879
278802005-05-25 Luc Teirlinck <teirllm@auburn.edu>
27881
27882 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27883 point after reverting.
27884 (Buffer-menu-make-sort-button): Handle the case where
27885 `Buffer-menu-use-header-line' is nil.
27886
278872005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
27888
27889 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27890 New funcs. In minibuffer-local-completion-map bind `]', `/'
27891 and `:' to them.
27892
278932005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
27894
27895 * startup.el (normal-top-level): Allow modification of load-path while
27896 we're iterating over it.
27897
278982005-05-25 Juanma Barranquero <lekktu@gmail.com>
27899
27900 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27901 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27902 (thumbs-resize-interactive, thumbs-insert-image)
27903 (thumbs-insert-thumb, thumbs-dired-show-marked)
27904 (thumbs-find-image-at-point, thumbs-delete-images)
27905 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27906 (thumbs-increment-image-size, thumbs-decrement-image-size):
27907 Fix typos in docstrings.
27908
279092005-05-24 Andre Spiegel <spiegel@gnu.org>
27910
27911 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27912 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27913 (cperl-mode): Use them.
27914
279152005-05-24 Juanma Barranquero <lekktu@gmail.com>
27916
27917 * window.el (quit-window, shrink-window-if-larger-than-buffer):
27918 Doc fixes.
27919
279202005-05-24 Nick Roberts <nickrob@snap.net.nz>
27921
27922 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27923 Bind C-d to gdb-inferior-io-eof.
27924
27925 * dired.el (dired-dnd-popup-notice): Use message-box.
27926
279272005-05-23 Masatake YAMATO <jet@gyve.org>
27928
27929 * bindings.el (mode-line-major-mode-keymap):
27930 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27931
27932 * faces.el (mode-line-highlight): New face.
27933
27934 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27935 as mouse-face.
27936
27937 * bindings.el (top-level, help-echo, mode-line-modified)
27938 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27939 as mouse-face.
27940
279412005-05-23 Juanma Barranquero <lekktu@gmail.com>
27942
27943 * progmodes/cc-engine.el (c-guess-basic-syntax):
27944 Remove spurious call to `zerop'.
27945
27946 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27947
279482005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
27949
27950 CC Mode update to 5.30.10:
27951
27952 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27953 could go past the limit in decoration level 2, thereby causing
27954 errors during interactive fontification.
27955
27956 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27957 the file is evaluated interactively.
27958
27959 * cc-engine.el (c-guess-basic-syntax): Handle operator
27960 declarations somewhat better in C++.
27961
27962 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27963 make use of `run-mode-hooks' which has been added in Emacs 21.1.
27964 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27965 (awk-mode): Use it.
27966 (make-local-hook): Suppress warning about obsoleteness.
27967
27968 * cc-engine.el, cc-align.el, cc-cmds.el
27969 (c-append-backslashes-forward, c-delete-backslashes-forward)
27970 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27971 Compensate for return value from `forward-line' when it has moved
27972 but not to a different line due to eob.
27973
27974 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27975 `objc-method-intro' and `objc-method-args-cont'.
27976
279772005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
27978
27979 CC Mode update to 5.30.10:
27980
27981 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27982 in the copyright statement. Incidentally, change "along with GNU
27983 Emacs" to "along with this program" where it occurs.
27984
27985 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27986 so that it is interactive, hence can be found by M-x awk-mode
27987 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
27988 <gmorris+emacs@ast.cam.ac.uk>.
27989
27990 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27991 Mode's regexps.
27992
279932005-05-23 Kevin Ryde <user42@zip.com.au>
27994
27995 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27996 c-parse-state, to avoid a lisp error (on bad code).
27997
279982005-05-23 Lute Kamstra <lute@gnu.org>
27999
28000 * subr.el (font-lock-defaults): Remove defvar as it's already
28001 defined in font-core.el.
28002
28003 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
28004
280052005-05-23 Nick Roberts <nickrob@snap.net.nz>
28006
28007 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
28008 more general and work when GDB variable "print pretty" is on,
28009 as with Emacs, for example.
28010
280112005-05-22 Luc Teirlinck <teirllm@auburn.edu>
28012
28013 * font-core.el: Update comment.
28014
28015 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
28016 Use `after-change-major-mode-hook' instead of `find-file-hook'.
28017
28018 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
28019
280202005-05-22 Eli Zaretskii <eliz@gnu.org>
28021
28022 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
28023 and `yank-handler' in the doc strings.
28024
280252005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
28026
28027 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
28028
280292005-05-22 Richard M. Stallman <rms@gnu.org>
28030
28031 * help.el (describe-key): Move print-help-return-message call
28032 out of conditional.
28033
28034 * progmodes/etags.el (list-tags): Use with-no-warnings.
28035
28036 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
28037 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
28038 (starttls-extra-args, starttls-extra-arguments): Add defvars.
28039
28040 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
28041
28042 * language/viet-util.el (viet-viscii-nonascii-translation-table):
28043 Add defvar.
28044
28045 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
28046 Use defvar, not defconst.
28047
28048 * hexl.el (hexl-follow-line): Use with-no-warnings.
28049
28050 * emulation/tpu-extras.el: Use write-file-functions instead of
28051 write-file-hooks.
28052
28053 * dired.el (dired-font-lock-keywords): Fontify files with junk
28054 extensions even if marked by -F.
28055
280562005-05-22 Juanma Barranquero <lekktu@gmail.com>
28057
28058 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
28059 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
28060 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
28061 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
28062 (concatenate, list-length, get*, getf, cl-remprop):
28063 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
28064 (etypecase, progv, lexical-let, lexical-let*)
28065 (multiple-value-bind, multiple-value-setq, shiftf):
28066 Improve argument/docstring consistency.
28067
28068 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
28069
280702005-05-22 Andre Spiegel <spiegel@gnu.org>
28071
28072 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
28073 doesn't exist.
28074
28075 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
28076 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
28077
280782005-05-22 Nick Roberts <nickrob@snap.net.nz>
28079
28080 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
28081 already deleted variables: auto-fill-hook, blink-paren-hook,
28082 lisp-indent-hook, inhibit-local-variables, unread-command-event,
28083 suspend-hooks, comment-indent-hook, meta-flag,
28084 before-change-function, after-change-function,
28085 font-lock-doc-string-face.
28086
280872005-05-21 Luc Teirlinck <teirllm@auburn.edu>
28088
28089 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
28090
280912005-05-21 Eli Zaretskii <eliz@gnu.org>
28092
28093 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
28094 rmail-dont-reply-to.
28095
280962005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28097
28098 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
28099 literal blank when splitting new-header-values.
28100
281012005-05-21 Matt Hodges <MPHodges@member.fsf.org>
28102
28103 * calendar/cal-menu.el (cal-menu-update): Add separator as a
28104 string so that tmm doesn't create a completion entry for it.
28105
28106 * textmodes/table.el (table-disable-menu): Ditto.
28107
281082005-05-21 Richard M. Stallman <rms@gnu.org>
28109
28110 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
28111
28112 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
28113
28114 * net/rcompile.el (remote-compile): Use compilation-start.
28115
28116 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
28117
281182005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
28119
28120 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
28121 Default to makefile-bsdmake-mode on BSD systems.
28122
28123 * imenu.el (imenu-generic-expression, imenu--generic-function'):
28124 REGEXP may also be a search function now. The part of doc-string
28125 for describing the structure was 95% identical to that of
28126 `imenu--generic-function'. Unify it there.
28127
28128 * progmodes/make-mode.el (makefile-imenu-generic-expression):
28129 Use function to find dependencies, because regexp alone is so complex,
28130 it easily goes into an endless loop.
28131 (makefile-makepp-mode): Also add submenu for Perl functions
28132 defined in the makefile.
28133 (makefile-bsdmake-mode): Special imenu-generic-expression no
28134 longer needed, due to function call.
28135 (makefile-match-dependency): Take BOUND into account when checking
28136 if we're through.
28137
281382005-05-20 Jay Belanger <belanger@truman.edu>
28139
28140 * calc/calc-units.el (calc-invalidate-units-table):
28141 Use inhibit-read-only.
28142 (math-build-units-table-buffer): Use view-mode.
28143
281442005-05-20 David Kastrup <dak@gnu.org>
28145
28146 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
28147 easy-menu-add is not a nop on Emacs; and clarify when to call it.
28148
281492005-05-20 Lute Kamstra <lute@gnu.org>
28150
28151 * diff-mode.el (diff-header-face, diff-file-header-face)
28152 (diff-index-face, diff-hunk-header-face, diff-removed-face)
28153 (diff-added-face, diff-changed-face, diff-function-face)
28154 (diff-context-face, diff-nonexistent-face): Put them in the
28155 diff-mode customization group.
28156
281572005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
28158
28159 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
28160
28161 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
28162
28163 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
28164 Minor regexp-optimization.
28165
281662005-05-20 Carsten Dominik <dominik@science.uva.nl>
28167
28168 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
28169 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
28170 (org-agenda-add-time-grid-maybe): New function.
28171 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
28172 (org-table-create): `dotimes' instead of `mapcar'.
28173 (org-xor): Simplify implementation.
28174 (org-agenda): `inhibit-redisplay' turned on.
28175 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
28176 a consistent line after a state change.
28177 (org-agenda-remove-times-when-in-prefix): New option.
28178 (org-prefix-has-time): New variable.
28179 (org-parse-time-string): Optional argument NODEFAULT.
28180 (org-format-agenda-item): Parse items for time-of-day
28181 specifications and move these into the prefix if possible.
28182 (org-agenda-priority): Get current heading, not previous heading
28183 during agenda remote editing.
28184
281852005-05-20 Juanma Barranquero <lekktu@gmail.com>
28186
28187 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
28188 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
28189 (remove-duplicates, delete-duplicates, substitute)
28190 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
28191 (nsubstitute-if-not, find, find-if, find-if-not, position)
28192 (position-if, position-if-not, count, count-if, count-if-not)
28193 (mismatch, search, sort*, stable-sort, merge, member*)
28194 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
28195 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
28196 (intersection, nintersection, set-difference, nset-difference)
28197 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
28198 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
28199 (nsublis, tree-equal): Improve argument/docstring consistency.
28200
28201 * subr.el (send-string, send-region): Remove obsolescence declaration.
28202 (window-dot, set-window-dot, read-input, show-buffer)
28203 (eval-current-buffer, string-to-int):
28204 Add release number to obsolescence declarations.
28205
282062005-05-19 Kim F. Storm <storm@cua.dk>
28207
28208 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
28209 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
28210
282112005-05-20 Matt Hodges <MPHodges@member.fsf.org>
28212
28213 * faces.el (list-faces-display): Make back button respect optional
28214 regexp arg.
28215
282162005-05-19 Juanma Barranquero <lekktu@gmail.com>
28217
28218 * calculator.el (calculator-radix-grouping-mode)
28219 (calculator-radix-grouping-digits, calculator-displayer)
28220 (calculator-radix-grouping-separator, calculator-copy-displayer):
28221 * dabbrev.el (dabbrev-search-these-buffers-only):
28222 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
28223 (diff-advance-after-apply-hunk, diff-mode-hook)
28224 (diff-minor-mode-prefix):
28225 * imenu.el (imenu-use-popup-menu):
28226 * jit-lock.el (jit-lock-context-time):
28227 * newcomment.el (comment-fill-column, comment-column)
28228 (comment-style, comment-padding, comment-multi-line)
28229 (comment-empty-lines, comment-auto-fill-only-comments):
28230 * reveal.el (reveal-around-mark):
28231 * uniquify.el (uniquify-buffer-name-style)
28232 (uniquify-after-kill-buffer-p)
28233 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
28234 (uniquify-min-dir-content, uniquify-separator)
28235 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
28236 * w32-vars.el (w32-fixed-font-alist):
28237 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
28238 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
28239 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
28240 * progmodes/perl-mode.el (perl-indent-level)
28241 (perl-continued-statement-offset, perl-continued-brace-offset)
28242 (perl-brace-offset, perl-brace-imaginary-offset)
28243 (perl-label-offset, perl-indent-continued-arguments)
28244 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
28245 * progmodes/tcl.el (tcl-indent-level)
28246 (tcl-continued-indent-level, tcl-auto-newline)
28247 (tcl-tab-always-indent, tcl-electric-hash-style)
28248 (tcl-help-directory-list, tcl-use-smart-word-finder)
28249 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
28250 (inferior-tcl-source-command):
28251 * textmodes/fill.el (enable-kinsoku):
28252 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
28253 * textmodes/table.el (table-yank-handler):
28254 Specify missing group (and type, if simple) in defcustom.
28255
282562005-05-19 Luc Teirlinck <teirllm@auburn.edu>
28257
28258 * progmodes/compile.el (compilation-finish-function): Fix defvar.
28259
282602005-05-19 Richard M. Stallman <rms@gnu.org>
28261
28262 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
28263
28264 * subr.el (event-basic-type): Don't get an error.
28265 (left-fringe-p): Function deleted.
28266
28267 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
28268 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
28269
28270 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
28271 in recursive copy.
28272
28273 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
28274
28275 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
28276
28277 * emacs-lisp/bytecomp.el
28278 (byte-compile-file-form-custom-declare-variable):
28279 Call byte-compile-nogroup-warn if appropriate.
28280
28281 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
28282 (compilation-set-window): Don't call left-fringe-p; do it directly.
28283
282842005-05-19 Jay Belanger <belanger@truman.edu>
28285
28286 * calc/calc-graph.el (calc-graph-format-data): Make sure
28287 var-PlotRejects is bound before trying to check its value.
28288
282892005-05-19 Carsten Dominik <dominik@science.uva.nl>
28290
28291 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
28292 definition of this variable from reftex-global.el to reftex.el,
28293 because it is needed in the menu.
28294
282952005-05-19 Lute Kamstra <lute@gnu.org>
28296
28297 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
28298 years are fixed. Don't insert a space after a dash.
28299
283002005-05-19 Kim F. Storm <storm@cua.dk>
28301
28302 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
28303
283042005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
28305
28306 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
28307 strings, because (eq ... ?\\) is fairly frequent.
28308
28309 * progmodes/make-mode.el (makefile-add-this-line-targets):
28310 Simplify and integrate into `makefile-pickup-targets'.
28311 (makefile-add-this-line-macro): Simplify and integrate into
28312 `makefile-pickup-macros.
28313 (makefile-pickup-filenames-as-targets): Simplify.
28314 (makefile-previous-dependency, makefile-match-dependency):
28315 Don't stumble over `::'.
28316
283172005-05-19 Nick Roberts <nickrob@snap.net.nz>
28318
28319 * subr.el (post-command-idle-hook, post-command-idle-delay):
28320 Remove obsoletion of post-command-idle-hook and
28321 post-command-idle-delay.
28322
28323 * faces.el (list-faces-display): Provide button when describe-face
28324 is called to take user back to the list of faces.
28325
28326 * help-fns.el (describe-variable): Remove hyperlinks in a
28327 variable's value as these are quite frequently inappropriate.
28328
28329 * follow.el (follow-submit-feedback, follow-mode):
28330 Remove references to post-command-idle-hook.
28331
283322005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
28333
28334 * progmodes/make-mode.el (makefile-previous-dependency)
28335 (makefile-match-dependency): Check for := (and in bsd mode also
28336 !=) to give a better result, even when font-lock is not on.
28337
283382005-05-18 Jay Belanger <belanger@truman.edu>
28339
28340 * calc/calc-help.el (calc-s-prefix-help):
28341 Add `calc-copy-special-constant' to help string.
28342
283432005-05-18 Luc Teirlinck <teirllm@auburn.edu>
28344
28345 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
28346
283472005-05-18 Jay Belanger <belanger@truman.edu>
28348
28349 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
28350 in linear factors are in proper order.
28351
283522005-05-18 Carsten Dominik <dominik@science.uva.nl>
28353
28354 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
28355 Support for jurabib.
28356
28357 * textmodes/reftex.el (featurep): Define aliases for overlay
28358 commands, for XEmacs compatibility, and use these aliases in
28359 overlay initializations.
28360 (reftex-highlight): Use `reftex-move-overlay'.
28361 (reftex-unhighlight): Use `reftex-delete-overlay'.
28362 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
28363 (reftex-access-search-path): Use `reftex-uniquify' instead of
1a408ced 28364 `reftex-uniq'.
6fee106e
KS
28365
28366 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
28367 `before-string' property modification enables for Emacs as well.
28368 (reftex-select-item): Use `reftex-delete-overlay'.
28369 (reftex-select-mark): Use `reftex-make-overlay' and
28370 `reftex-overlay-put'.
28371 (reftex-select-unmark): Use `reftex-delete-overlay' and
28372 `reftex-overlay-put'.
28373
283742005-05-18 Lute Kamstra <lute@gnu.org>
28375
28376 * emacs-lisp/lisp.el (check-parens): Fix docstring.
28377
283782005-05-18 Juanma Barranquero <lekktu@gmail.com>
28379
28380 * add-log.el (add-change-log-entry):
28381 * array.el (array-make-template, array-reconfigure-rows)
28382 (array-init-max-row, array-init-max-column)
28383 (array-init-columns-per-line, array-init-field-width):
28384 * replace.el (replace-match-maybe-edit, perform-replace):
28385 * textmodes/spell.el (spell-region):
28386 Replace `read-input' by `read-string'.
28387
28388 * forms.el (forms-mode):
28389 * finder.el (finder-compile-keywords):
28390 * shadowfile.el (shadow-read-files):
28391 Replace `eval-current-buffer' by `eval-buffer'.
28392
28393 * terminal.el (te-pass-through):
28394 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
28395 (ange-ftp-raw-send-cmd):
28396 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
28397 (send-process-next-char, telnet-initial-filter, telnet):
28398 Replace `send-string' by `process-send-string'.
28399
28400 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
28401 (prolog-consult-region): Replace `send-string' by
28402 `process-send-string'; replace `send-region' by `process-send-region'.
28403
28404 * progmodes/delphi.el (delphi-log-msg):
28405 Replace `set-window-dot' by `set-window-point'.
28406
28407 * subr.el (window-dot, set-window-dot, read-input, send-string)
28408 (send-region, show-buffer, eval-current-buffer):
28409 Make really obsolete, as the comment says.
28410
284112005-05-17 Kim F. Storm <storm@cua.dk>
28412
28413 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
28414 (cua--init-keymaps): Bind C-return instead of S-return to set
28415 rectangle mark.
28416
28417 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
28418 instead of S-return to toggle/clear rectangle mark.
28419
284202005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
28421
28422 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
28423 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
28424 Also fontify plain strings assigned to variables, mostly so that a
28425 colon has a face and is thus not taken as a dependency separator.
28426 (makefile-previous-dependency): Inline the new matcher, because it
28427 is too complex to work in both directions.
28428 (makefile-match-dependency): Eliminate `backward' arg (see above).
28429 Completely reimplemented so as to not sometimes go into an endless
28430 loop. It should also be more efficient, because first it only
28431 searches for `:', instead of applying the very complex regexp.
28432 (makefile-mode): Cancel `font-lock-support-mode', because blocks
28433 to be fontified in one piece can be too long for JIT.
28434 Makefiles are never *that* big.
28435
284362005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
28437
28438 * dired.el (dired-mode): Simplify.
28439
284402005-05-17 Lute Kamstra <lute@gnu.org>
28441
28442 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
28443 defcustom for the mode hook variable.
28444
28445 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
28446 Emacs Lisp Reference Manual.
28447
284482005-05-17 Juanma Barranquero <lekktu@gmail.com>
28449
28450 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
28451 (evenp, list*):
28452 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
28453 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
28454
28455 * net/tramp-smb.el (tramp-smb-open-connection):
28456 Pass `tramp-chunksize' as fifth (required) argument.
28457
284582005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
28459
28460 * font-lock.el (lisp-font-lock-keywords-1):
28461 Set `font-lock-negation-char-face' for [^...] char group.
28462 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
28463
28464 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
28465 a var, and refine it to mask one more level of nested vars.
28466 (makefile-rule-action-regex): Turn it into a var, and refine it so
28467 it recognizes backslashed continuation lines as belonging to the
28468 same command.
28469 (makefile-macroassign-regex): Refine it so it recognizes
28470 backslashed continuation lines as belonging to the same command.
28471 (makefile-var-use-regex): Don't look at the next char, because it
28472 might be the same one to be skipped by the initial [^$], leading
28473 to an overlooked variable use.
28474 (makefile-make-font-lock-keywords): Remove two parameters, which
28475 are now variables that some of the modes set locally.
28476 Handle dependency and rule action matching through functions, because
28477 regexps alone match too often. Dependency matching now comes
28478 last, so it can check, whether a colon already matched something else.
28479 (makefile-mode): Inform that font-lock improves makefile parsing
28480 capabilities.
28481 (makefile-match-dependency, makefile-match-action): New functions.
28482
284832005-05-16 Juanma Barranquero <lekktu@gmail.com>
28484
28485 * emacs-lisp/cl-extra.el (equalp): Doc fix.
28486
28487 * align.el (align-regexp):
28488 * ansi-color.el (ansi-color-get-face):
28489 * array.el (array-reconfigure-rows, array-init-max-row)
28490 (array-init-max-column, array-init-columns-per-line)
28491 (array-init-field-width):
28492 * dired-aux.el (dired-trample-file-versions):
28493 * dired-x.el (dired-mark-sexp):
28494 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
28495 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
28496 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
28497 * faces.el (face-read-integer):
28498 * files.el (backup-extract-version, insert-directory):
28499 * hexl.el (hexl-insert-decimal-char):
28500 * server.el (server-process-filter):
28501 * shell.el (shell-extract-num):
28502 * startup.el (command-line-1):
28503 * term.el (term-command-hook):
28504 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
28505 (time-stamp-do-number):
28506 * time.el (display-time-update):
28507 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
28508 (timezone-fix-time):
28509 * vms-patch.el (vms-suspend-resume-hook):
28510 * calendar/appt.el (appt-convert-time):
28511 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28512 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
28513 * calendar/cal-islam.el (mark-islamic-diary-entries):
28514 * calendar/calendar.el (calendar-cursor-to-date)
28515 (calendar-star-date):
28516 * calendar/diary-lib.el (diary-attrtype-convert)
28517 (mark-diary-entries, diary-entry-time):
28518 * calendar/solar.el (solar-get-number):
28519 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
28520 * emacs-lisp/re-builder.el (reb-display-subexp):
28521 * emulation/edt.el (edt-set-scroll-margins):
28522 * emulation/tpu-extras.el (tpu-set-scroll-margins):
28523 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
28524 (vip-get-ex-count):
28525 * emulation/viper-ex.el (viper-get-ex-token)
28526 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
28527 * international/fontset.el (fontset-plain-name):
28528 * mail/feedmail.el (feedmail-look-at-queue-directory):
28529 * mail/mailalias.el (mail-get-names):
28530 * mail/rmail.el (rmail-convert-to-babyl-format):
28531 * mail/rmailsum.el (rmail-make-basic-summary-line)
28532 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
28533 (rmail-summary-goto-msg):
28534 * mail/smtpmail.el (smtpmail-read-response):
28535 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
28536 (ange-ftp-vms-add-file-entry):
28537 * play/gametree.el (gametree-looking-at-ply)
28538 (gametree-current-branch-score):
28539 * progmodes/ada-xref.el (ada-prj-find-prj-file)
28540 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
28541 * progmodes/cperl-mode.el (condition-case):
28542 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
28543 (ebrowse-set-member-buffer-column-width)
28544 (ebrowse-select-1st-to-9nth):
28545 * progmodes/etags.el (etags-snarf-tag):
28546 * progmodes/flymake.el (flymake-parse-line):
28547 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
28548 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
28549 (idlwave-shell-menu-def):
28550 * progmodes/ps-mode.el (ps-run-goto-error):
28551 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
28552 (vhdl-speedbar-contract-level):
28553 * term/mac-win.el (x-handle-numeric-switch):
28554 * term/sun-mouse.el (sun-get-frame-data):
28555 * term/w32-win.el (x-handle-numeric-switch):
28556 * term/x-win.el (x-handle-numeric-switch):
28557 * textmodes/ispell.el (ispell-parse-output):
28558 * textmodes/nroff-mode.el (nroff-outline-level):
28559 * textmodes/reftex-cite.el (reftex-bib-sort-year)
28560 (reftex-bib-sort-year-reverse, reftex-format-citation):
28561 * textmodes/reftex-parse.el (reftex-init-section-numbers)
28562 (reftex-section-number):
28563 * textmodes/texinfmt.el (texinfo-paragraphindent):
28564 Replace `string-to-int' by `string-to-number'.
28565
28566 * international/latexenc.el: Add page marker to force the "Local
28567 Variables:" string out of the last page.
28568
285692005-05-16 Nick Roberts <nickrob@snap.net.nz>
28570
28571 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28572 tooltip-change-major-mode.
28573 (gud-tooltip-print-command): Remove case where gud-minor-mode
28574 is gdb ("--fullname").
28575 (gud-tooltip-tips): Turn GUD tooltips off for this case and
28576 explain to user.
28577
285782005-05-16 Jay Belanger <belanger@truman.edu>
28579
28580 * calc/calc-store.el (calc-copy-special-constant): New function.
28581
28582 * calc/calc-ext.el (calc-init-extensions): Add binding for
28583 `calc-copy-special-constant'.
28584
28585 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28586 for the `calc-copy-special-constant' command.
28587
285882005-05-16 Nick Roberts <nickrob@snap.net.nz>
28589
28590 * subr.el (left-fringe-p): New function.
28591
28592 * progmodes/compile.el (compilation-setup): Set local value of
28593 overlay-arrow-string to "" always.
28594 (compilation-set-window): Left fringe then don't scroll.
28595 No left fringe then no arrow and scroll message to top.
28596 (compilation-context-lines): Adjust doc string accordingly.
28597
285982005-05-16 Kim F. Storm <storm@cua.dk>
28599
28600 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28601 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28602 (ido-wide-find-dir-or-delete-dir): New command for M-d.
28603 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
28604 (ido-read-file-name): Handle commands with ido property value
28605 equal to find-file as reading a file name, to allow C-d to enter dired.
28606 (ibuffer-find-file): Add ido property with value find-file.
28607
286082005-05-15 Kim F. Storm <storm@cua.dk>
28609
28610 * subr.el (open-network-stream-nowait): Remove.
28611 (open-network-stream-server): Remove.
28612
286132005-05-15 Richard M. Stallman <rms@gnu.org>
28614
28615 * faces.el (describe-face): Output a definition link button.
28616
28617 * help-mode.el (help-face-def): New button type.
28618
28619 * emacs-lisp/copyright.el (copyright-fix-years):
28620 Match properly if the first year is 2-digit.
28621 Don't mess up the whitespace after the years by filling.
28622
28623 * dired-aux.el (dired-mark-confirm):
28624 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28625
28626 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28627 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28628 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28629
28630 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28631 Set font-lock-comment-start-skip.
28632
28633 * font-lock.el (font-lock-comment-start-skip): New variable.
28634 (font-lock-comment-end-skip): New variable.
28635 (font-lock-fontify-syntactically-region): Use them if non-nil.
28636
286372005-05-15 Jay Belanger <belanger@truman.edu>
28638
28639 * calc/calc-store.el (calc-store-value): Return a string rather
28640 than display it as a message.
28641 Use calc-var-name for variable name.
28642 (calc-store-into): Add the result of calc-store-value to message.
28643 (calc-copy-variable): Add a message.
28644 (calc-store-exchange): Improve error messages.
28645 (calc-store-binary, calc-store-map): Don't reset the values of
28646 special constants.
28647
286482005-05-14 Luc Teirlinck <teirllm@auburn.edu>
28649
28650 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28651 manual to docstring.
28652
28653 * files.el (hack-local-variables-confirm): Add STRING argument.
28654 Make the function handle non file visiting buffers correctly.
28655 (hack-local-variables-prop-line, hack-local-variables)
28656 (hack-one-local-variable): Use STRING arg of
28657 `hack-local-variables-confirm'.
28658
286592005-05-14 Michael Albinus <michael.albinus@gmx.de>
28660
28661 Sync with Tramp 2.0.49.
28662
28663 * net/tramp.el (tramp-handle-dired-call-process)
28664 (tramp-handle-insert-directory):`insert-buffer' cannot be used
28665 because the contents of the Tramp buffer is changed before
28666 insertion (`expand-file' and alike).
28667 (tramp-handle-insert-directory): If `localname' has an empty
28668 nondirectory name, it must not be quoted.
28669 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
28670 variable `tramp-chunksize'. Change callees.
28671 (tramp-open-connection-setup-interactive-shell): Check remote host
28672 for buggy `send-process-string' implementation.
28673 Set `tramp-chunksize' if found. Reported by Michael Kifer
28674 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28675 (tramp-handle-shell-command): `insert-buffer' cannot be used
28676 because the contents of the Tramp buffer is changed before
28677 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
28678 <frederic.bothamy@free.fr>.
28679 (tramp-set-auto-save): Actions should be done for Tramp file name
28680 handler only. Ange-FTP has its own auto-save mechanism.
28681 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28682 (tramp-set-auto-save-file-modes): Set file modes of
28683 `buffer-auto-save-file-name' to ?\600 as fallback solution.
28684 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28685 (tramp-bug): Remove obsolete variable.
28686 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
28687 for presence of `mml-mode'. Make it running for older Emacsen as well.
28688
286892005-05-14 John Paul Wallington <jpw@pobox.com>
28690
28691 * ibuf-ext.el (define-ibuffer-filter filename):
28692 If `dired-directory' is a list, use its car.
28693
286942005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
28695
28696 * ibuffer.el (define-ibuffer-column filename):
28697 If `dired-directory' is a list, use its car.
28698
286992005-05-14 Richard M. Stallman <rms@gnu.org>
28700
28701 * subr.el (symbol-file): Doc fix.
28702
28703 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28704 (byte-compile-form): Call byte-compile-nogroup-warn.
28705 (byte-compile-warning-types): Doc fix.
28706
28707 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28708
28709 * progmodes/cc-engine.el (c-literal-faces):
28710 Add font-lock-comment-delimiter-face.
28711
28712 * net/net-utils.el (dig): Use with-no-warnings.
28713
28714 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28715 (sc-recite-frame-alist, sc-default-cite-frame)
28716 (sc-default-uncite-frame, sc-default-recite-frame)
28717 (sc-attrib-selection-list, sc-rewrite-header-list):
28718 Mark as risky-local-variable.
28719
28720 * international/ogonek.el (ogonek-jak, ogonek-how):
28721 Don't use beginning-of-buffer.
28722
28723 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28724
28725 * calendar/solar.el (solar-data-list): Move definition up.
28726
28727 * dnd.el (dnd-protocol-alist): Add autoload.
28728
28729 * progmodes/sh-script.el: Many doc usage fixes.
28730 (sh-indent-after-do): Change default to match common styles.
28731
287322005-05-13 Luc Teirlinck <teirllm@auburn.edu>
28733
28734 * files.el (interpreter-mode-alist)
28735 (auto-mode-interpreter-regexp): Doc fixes.
28736
287372005-05-13 Matt Hodges <MPHodges@member.fsf.org>
28738
28739 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28740
28741 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28742
287432005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28744
28745 * dired.el (dired-mode): make-variable-buffer-local =>
28746 make-local-variable.
28747
287482005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28749
28750 * term/mac-win.el (mac-select-convert-to-string): Try coding
28751 systems in mac-script-code-coding-systems if specified one cannot
28752 encode string for `com.apple.traditional-mac-plain-text'.
28753
287542005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
28755
28756 * progmodes/make-mode.el (makefile-targets-face)
28757 (makefile-shell-face, makefile-makepp-perl-face): New faces.
28758 (makefile-dependency-regex): Fix it to not make the colon in
28759 $(var:a=b) special.
28760 (makefile-rule-action-regex): New regexp for highlighting embedded
28761 Shell strings.
28762 (makefile-macroassign-regex): Handle != for highlighting as
28763 embedded Shell strings.
28764 (makefile-var-use-regex): New const.
28765 (makefile-statements, makefile-automake-statements)
28766 (makefile-gmake-statements, makefile-makepp-statements)
28767 (makefile-bsdmake-statements): New consts.
28768 (makefile-make-font-lock-keywords): New function.
28769 (makefile-automake-font-lock-keywords)
28770 (makefile-gmake-font-lock-keywords)
28771 (makefile-makepp-font-lock-keywords)
28772 (makefile-bsdmake-font-lock-keywords): New consts.
28773 (makefile-mode-map): Add switchers between the various submodes.
28774 (makefile-mode): Document the availability of the variants.
28775 (makefile-automake-mode, makefile-gmake-mode)
28776 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28777
28778 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28779 new variants of makefile-mode.
28780
287812005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28782
28783 * font-lock.el (font-lock-comment-delimiter-face): Fix up
28784 the inheritance.
28785
287862005-05-12 Luc Teirlinck <teirllm@auburn.edu>
28787
28788 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28789 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28790
28791 * files.el (normal-mode): Extend the scope of the
28792 `enable-local-variables' binding to include the `set-auto-mode' call.
28793 (magic-mode-alist): Doc fix.
28794
287952005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28796
28797 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28798 font-lock-comment-face rather than copying its setting.
28799
288002005-05-12 Andreas Schwab <schwab@suse.de>
28801
28802 * eshell/esh-mode.el (eshell-send-input): Doc fix.
28803
288042005-05-12 Lute Kamstra <lute@gnu.org>
28805
28806 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28807 defcustom for the mode hook variable. Delete the last argument.
28808 * generic-x.el: Fix callers of define-generic-mode.
28809 (generic-x-modes): Delete group.
28810 (show-tabs-tab-face, show-tabs-space-face): Put them in the
28811 generic-x customization group.
28812
288132005-05-12 Kim F. Storm <storm@cua.dk>
28814
28815 * font-lock.el (font-lock-negation-char-face): Default to "off".
28816
28817 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28818 font-lock-negation-char-face to ! in !=.
28819
288202005-05-12 Masatake YAMATO <jet@gyve.org>
28821
28822 * add-log.el (find-change-log): Fix typos in the docstring
28823 of function.
28824
288252005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28826
28827 * international/latexenc.el (latexenc-find-file-coding-system):
28828 Avoid `re-search-forward' when looking for input encoding because
28829 of speed and safety. Better regular expressions for recognizing
28830 input encoding. Limit a search for TeX-master/tex-main-file to
28831 the local variable section.
28832
288332005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
28834
28835 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28836 syntax of $ to "'" (quote).
28837
288382005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
28839
28840 * dnd.el (dnd-protocol-alist): Improve custom type.
28841
28842 * dired.el (dired-dnd-protocol-alist): New variable.
28843 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
28844 `dired-mode-hook' to the end.
28845
288462005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28847
28848 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28849 comment-end if comment-start-skip is not set.
28850 Obey the font-lock-comment-delimiter-face variables.
28851
288522005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28853
28854 * files.el (executable-find): Move from executable.el. Use
28855 locate-file.
28856 * progmodes/executable.el (executable-find): Move to files.el.
28857
28858 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28859 when trying to ensure forward progress.
28860
288612005-05-11 Chong Yidong <cyd@stupidchicken.com>
28862
28863 * mouse-sel.el (mouse-sel-follow-link-p): New function.
28864 (mouse-select, mouse-select-internal, mouse-extend-internal):
28865 Use it to implement mouse-1-click-follows-link functionality.
28866
288672005-05-11 Richard M. Stallman <rms@gnu.org>
28868
28869 * font-lock.el (font-lock-fontify-syntactically-region):
28870 Use font-lock-comment-delimiter-face for comment delimiters.
28871
288722005-05-10 Jay Belanger <belanger@truman.edu>
28873
28874 * calc/calc-help.el (calc-m-prefix-help): Add mention of
28875 preserving embedded modes.
28876
288772005-05-10 Richard M. Stallman <rms@gnu.org>
28878
28879 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28880
28881 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28882 Move from ada-stmt.el.
28883 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28884
28885 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28886 Move to ada-mode.el.
28887 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28888
28889 * cus-edit.el (custom-file): Call file-chase-links.
28890
28891 * files.el (read-directory-name): Fix previous change.
28892 (hack-local-variables-confirm): New function.
28893 (hack-local-variables-prop-line, hack-local-variables)
28894 (hack-one-local-variable): Use it.
28895
288962005-05-10 Lute Kamstra <lute@gnu.org>
28897
28898 * font-lock.el (font-lock-keywords-alist)
28899 (font-lock-removed-keywords-alist): Clarify docstrings.
28900
289012005-05-10 Nick Roberts <nickrob@snap.net.nz>
28902
28903 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28904 (gdb-source-info): Check for preprocessor info.
28905 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
28906 a macro for a function.
28907 (gdb-info-breakpoints-custom): Try to find file again if not already
28908 found (user might have used GDB dir command).
28909 (gdb-get-location): Update gdb-location-alist correctly for change
28910 to gdb-info-breakpoints-custom.
28911
28912 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28913 (gud-tooltip-print-command): Add gdbmi case.
28914 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28915 preprocessor info.
28916
289172005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
28918
28919 * startup.el (fancy-splash-insert): Fix typo in doc string.
28920
289212005-05-09 Juanma Barranquero <lekktu@gmail.com>
28922
28923 * obsolete/float.el (string-to-float):
28924 * obsolete/hilit19.el (hilit-add-pattern):
28925 * obsolete/rnews.el (news-parse-range, news-select-message)
28926 (news-get-pruned-list-of-files): Replace `string-to-int' by
28927 `string-to-number'.
28928
28929 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28930 `find-file-not-found-hooks'; use `add-hook'.
28931 (uncompress-while-visiting): Set `write-file-functions', not
28932 `write-file-hooks'; use `add-hook'.
28933
289342005-05-09 Kim F. Storm <storm@cua.dk>
28935
28936 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28937 (cua-paste): Handle clipboard action.
28938 (cua--init-keymaps): Remap clipboard-kill-region and
28939 clipboard-kill-ring-save.
28940
289412005-05-08 Eli Zaretskii <eliz@gnu.org>
28942
28943 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28944 Improve commentary.
28945
28946 * simple.el (next-error-overlay-arrow-position): Revert the change
28947 made on 2005-04-30.
28948
289492005-05-07 Jay Belanger <belanger@truman.edu>
28950
28951 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28952 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28953 `calc-sel-reselect'.
28954
28955 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28956 Calc is in embedded mode.
28957
289582005-05-07 Eli Zaretskii <eliz@gnu.org>
28959
28960 * progmodes/compile.el (compilation-setup):
28961 Set overlay-arrow-string to an empty string on text terminals.
28962
28963 * textmodes/ispell.el (ispell-program-name): Try looking for
28964 "aspell" along exec-path, and if found, use it as the default
28965 speller program.
28966
289672005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
28968
28969 * international/mule.el (sgml-xml-auto-coding-function):
28970 Recognize encoding='FOO' in single quotes as well as in double quotes.
28971
289722005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
28973
28974 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28975 as well as `interactive', so that defmacro* would recognize
28976 `declare' forms.
28977
289782005-05-07 Eli Zaretskii <eliz@gnu.org>
28979
28980 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28981 Explain more about the LIGHTER arg's usage in the doc string.
28982 Add commentary to clarify what the code does. Fix the regexp that
28983 strips whitespace from LIGHTER. Quote LIGHTER before using it,
28984 since it could have characters special to regular expressions.
28985
289862005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
28987
28988 * replace.el (occur-1): Bind inhibit-read-only so that
28989 erase-buffer doesn't barf on read-only text properties (likewise
28990 for add-text-properties in occur-engine). Mark buffer as unmodified.
28991 (occur-engine): Don't set buffer-read-only here.
28992
289932005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28994
28995 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28996 list-buffers-directory. This caused the *cvs-commit* buffer to be
28997 sometimes mistakenly reused as a *cvs* buffer.
28998
289992005-05-07 Nick Roberts <nickrob@snap.net.nz>
29000
29001 * tooltip.el: Move code for GUD tooltips into gud.el.
29002 (require): CL no longer needed to compile case.
29003 (tooltip-mode): Do not toggle functions for GUD tooltips.
29004 (tooltip-gud-tips-p): Remove. Replace with minor mode
29005 gud-tooltip-mode in gud.el.
29006 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
29007 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
29008 tooltip-gud prefix with gud-tooltip and obsolete.
29009 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
29010 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
29011 (tooltip-mouse-motion): Mouse movement functions/variable.
29012 Rename in gud.el by adding gud prefix.
29013 (tooltip-gud-original-filter, tooltip-gud-dereference)
29014 (tooltip-gud-event, tooltip-toggle-gud-tips)
29015 (tooltip-gud-process-output, tooltip-gud-print-command)
29016 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
29017 gud.el by replacing tooltip-gud prefix with gud-tooltip.
29018 (gdb-tooltip-print): Move to gdb-ui.el.
29019
29020 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
29021 (require): CL needed to compile case.
29022 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
29023 tooltip-gud-tips-p. Make it a minor-mode.
29024 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
29025 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
29026 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
29027 (gud-tooltip-change-major-mode)
29028 (gud-tooltip-activate-mouse-motions-if-enabled)
29029 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
29030 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
29031 (gud-tooltip-original-filter, gud-tooltip-dereference)
29032 (gud-tooltip-event, tooltip-toggle-gud-tips)
29033 (gud-tooltip-process-output, gud-tooltip-print-command)
29034 (gud-tooltip-tips): Move from tooltip.el.
29035
29036 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
29037 (gdb-cpp-define-alist-flags): Doc fix.
29038 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
29039 gud-tooltip-mode is t.
29040
290412005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
29042
29043 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
29044 evaporate if their text is deleted.
29045 (goto-address-at-point): Make it work as a mouse binding as well.
29046 (goto-address-at-mouse): Obsolete it. Update users.
29047
290482005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
29049
29050 * calendar/appt.el (top-level): No longer activate on load.
29051
290522005-05-06 Juanma Barranquero <lekktu@gmail.com>
29053
29054 * calendar/cal-bahai.el (mark-bahai-diary-entries):
29055 * net/webjump.el (webjump):
29056 * progmodes/idlw-help.el (idlwave-do-context-help1)
29057 (idlwave-highlight-linked-completions):
29058 * textmodes/po.el (po-find-file-coding-system-guts):
29059 Replace `assoc-ignore-case' by `assoc-string'.
29060
290612005-05-06 Eli Zaretskii <eliz@gnu.org>
29062
29063 * files.el (locate-file): Doc fix.
29064
29065 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
29066 Remove the redundant test for ms-dos.
29067
29068 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
29069 look for the preprocessor with exec-suffixes. If not found in
29070 standard places, look in exec-path. Remove most of the tests that
29071 used system-type.
29072
29073 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
29074
29075 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
29076
29077 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
29078 file-name clash with jka-compr.el on 8+3 filesystems.
29079
290802005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29081
29082 * term/mac-win.el: Don't define or bind scroll bar functions if
29083 x-toolkit-scroll-bars is t.
29084 (x-select-text, x-get-selection-value): Clear
29085 x-last-selected-text-clipboard if x-select-enable-clipboard is
29086 nil.
29087 (PRIMARY): Put mac-scrap-name property.
29088 (mac-select-convert-to-file-url): New function.
29089 (public.file-url): New selection target type. Add to
29090 selection-converter-alist.
29091 (x-get-selection, x-selection-value): Handle it.
29092 (x-cut-buffer-or-selection-value): New alias.
29093
290942005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29095
29096 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
29097 entry to avoid calling bibtex-find-entry with arg global
29098 being t. Remove arg key.
29099 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
29100 (bibtex-copy-summary-as-kill): Change accordingly.
29101
291022005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
29103
29104 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
29105 (org-agenda-date-later): Use with-current-buffer.
29106
291072005-05-05 Luc Teirlinck <teirllm@auburn.edu>
29108
29109 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
29110 (define-obsolete-variable-alias): Doc Fixes.
29111
291122005-05-06 Kim F. Storm <storm@cua.dk>
29113
29114 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
29115 vertical-motion when selective-display is active.
29116
29117 * ido.el (ido-setup-hook): New hook.
29118 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
29119 (ido-input-stack): New var.
29120 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
29121 ido-next-work-file binding to M-O.
29122 Bind M-f to ido-wide-find-file-or-pop-dir.
29123 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
29124 (ido-read-internal): Run ido-setup-hook.
29125 Catch quit in read-file-name and read-string to cancel edit.
29126 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
29127 Automatically pop-all when completing a directory name (RET).
29128 (ido-file-internal): Add with-no-warnings around ffap and dired code.
29129 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
29130 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
29131 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
29132 New functions for M-b/M-f to move among the directory components.
29133 (ido-make-merged-file-list): Catch quit to cancel merge.
29134 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
29135 (ido-completion-help): No warnings for ido-completion-buffer-full.
29136
291372005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
29138
29139 * font-lock.el (font-lock-negation-char-face): New face and variable.
29140 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
29141 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
29142 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
29143 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
29144
291452005-05-05 Juanma Barranquero <lekktu@gmail.com>
29146
29147 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
29148 Fix typo in docstring.
29149
29150 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
29151 (ebrowse-print-statistics-line)
29152 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
29153
29154 * term/w32-win.el (image-library-alist): Add additional name for
29155 Xpm library.
29156
291572005-05-05 Nick Roberts <nickrob@snap.net.nz>
29158
29159 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
29160 use gcc instead of cpp.
29161
29162 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
29163 (gdb-create-define-alist): Use it.
29164 (gdb-cpp-define-alist-program): Update for MS-DOS.
29165
291662005-05-04 Nick Roberts <nickrob@snap.net.nz>
29167
29168 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
29169
291702005-05-04 Richard M. Stallman <rms@gnu.org>
29171
29172 * help.el (describe-key): No error when UNTRANSLATED is nil.
29173
29174 * simple.el (line-move-1): Fix previous change to signal errors
29175 appropriately.
29176
291772005-05-03 Ulf Jasper <ulf.jasper@web.de>
29178
29179 * calendar/icalendar.el (icalendar-version): Now at 0.12.
29180 (icalendar-duration-correction): Remove.
29181 (icalendar--get-event-properties): Split result at commas.
29182 (icalendar--decode-isoduration): New optional argument
29183 DURATION-CORRECTION.
29184 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
29185 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
29186 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
29187 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
29188 (icalendar--convert-anniversary-to-ical): New functions, extracted
29189 from icalendar-export-region, with bug fixes.
29190 (icalendar-export-region): Use the above functions.
29191 (icalendar-import-buffer): Check before saving diary file.
29192 (icalendar--convert-recurring-to-diary)
29193 (icalendar--convert-non-recurring-all-day-to-diary)
29194 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
29195 extracted from icalendar--convert-ical-to-diary, with bug fixes.
29196 (icalendar--convert-ical-to-diary): Use the above functions.
29197
291982005-05-03 Nick Roberts <nickrob@snap.net.nz>
29199
29200 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
29201 Remove these recent additions.
29202 (c-mode): Restore to before 2005-04-28.
29203
29204 * progmodes/cc-vars.el (cc-define-list-program): Remove this
29205 recent addition.
29206
29207 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
29208 (gdb-define-alist): New variables.
29209 (gdb-create-define-alist): New function.
29210 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
29211 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
29212 with string-to-number.
29213 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
29214
29215 * progmodes/gud.el: Replace string-to-int with string-to-number.
29216 (gud-find-file): Handle gdb-define-alist.
29217
29218 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
29219
292202005-05-02 Jay Belanger <belanger@truman.edu>
29221
29222 * calc/calc-aent.el (math-read-token):
29223 * calc/calc-bin.el (calc-word-size):
29224 * calc/calc-ext.el (calc-read-number-fancy):
29225 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
29226 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
29227 * calc/calc-frac.el (calc-over-notation):
29228 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
29229 (calc-graph-num-points, calc-graph-init):
29230 * calc/calc-prog.el (calc-read-parse-table-part)
29231 (calc-edit-macro-repeats):
29232 * calc/calc-yank.el (calc-do-grab-rectangle):
29233 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
29234 Replace `string-to-int' by `string-to-number'.
29235
292362005-05-02 Kim F. Storm <storm@cua.dk>
29237
29238 * kmacro.el: Use executing-kbd-macro-index variable.
29239
292402005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
29241
29242 * net/rlogin.el (rlogin-parse-words): Delete func.
29243 (rlogin): Use split-string, not rlogin-parse-words.
29244 Also, if there are option-like elements in the parsed args,
29245 take the host to be the first arg immediately following them.
29246 Suggested by Michael Mauger.
29247
292482005-05-01 Luc Teirlinck <teirllm@auburn.edu>
29249
29250 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
29251
292522005-05-02 Nick Roberts <nickrob@snap.net.nz>
29253
29254 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
29255 (cc-mode-cpp-program): Rename to cc-define-list-program and
29256 move to cc-vars.el.
29257
29258 * progmodes/cc-vars.el (cc-define-list-program):
29259 Change to "gcc -E -dM -". Make customizable.
29260
292612005-05-02 Kim F. Storm <storm@cua.dk>
29262
29263 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
29264
292652005-05-02 Nick Roberts <nickrob@snap.net.nz>
29266
29267 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
29268
29269 * international/mule-util.el (truncate-string): Remove alias and
29270 obsolete declaration.
29271
29272 * international/mule-cmds.el (update-iso-coding-systems):
29273 Remove alias and obsolete declaration.
29274
29275 * international/mule.el (coding-system-parent): Remove alias and
29276 obsolete declaration.
29277
29278 * subr.el (define-function, sref): Remove aliases and obsolete
29279 declarations.
29280 (chars-in-region): Remove obsolete declaration.
29281
292822005-05-01 Richard M. Stallman <rms@gnu.org>
29283
29284 * info.el (Info-mode): Set widen-automatically to nil, locally.
29285
29286 * simple.el (widen-automatically): New variable.
29287 (pop-global-mark): Obey widen-automatically.
29288
292892005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
29290
29291 * term/xterm.el (function-key-map): Call substitute-key-definition
29292 before the keymap size is increased by a lot of define-key calls.
29293
292942005-05-01 Richard M. Stallman <rms@gnu.org>
29295
29296 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
29297 Rename ARG to ELEMENT. Doc fix.
29298
292992005-05-01 Nick Roberts <nickrob@snap.net.nz>
29300
29301 * allout.el (allout-exposure): Remove macro and obsolete declaration.
29302 Remove references to allout-exposure/change to allout-new-exposure.
29303
29304 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
29305 bytecode symbols.
29306
29307 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
29308 (compiled-function-p, focus-frame, unfocus-frame):
29309 Remove aliases and obsolete declarations.
29310 Back out inadvertent changes from previous commit.
29311
293122005-05-01 Luc Teirlinck <teirllm@auburn.edu>
29313
29314 * files.el (require-final-newline): Make Custom tags consistent
29315 with mode-require-final-newline.
29316 (mode-require-final-newline): Doc fix.
29317
293182005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
29319
29320 * international/latexenc.el (latexenc-find-file-coding-system):
29321 Fix regular expressions.
29322
293232005-05-01 David Kastrup <dak@gnu.org>
29324
29325 * international/latexenc.el (latexenc-find-file-coding-system):
29326 Fix regular expressions.
29327
293282005-05-01 Nick Roberts <nickrob@snap.net.nz>
29329
29330 * subr.el (string-to-int): Make obsolete.
29331
293322005-04-30 Richard M. Stallman <rms@gnu.org>
29333
29334 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
29335
29336 * loadup.el: load jka-comp-hook.
29337
29338 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
29339 (jka-compr-handler): Add autoload. `put' calls moved
29340 to jka-comp-hook.el.
29341 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
29342 (jka-compr-inhibit): Autoload.
29343
29344 * jka-comp-hook.el: New file.
29345 Enable the mode by default.
29346
29347 * files.el (backup-buffer-copy): Use copy-file instead
29348 of write-region, and put back the 'excl.
29349
293502005-04-30 Chong Yidong <cyd@stupidchicken.com>
29351
29352 * progmodes/flymake.el (flymake-split-string)
29353 (flymake-split-string, flymake-log, flymake-pid-to-names)
29354 (flymake-reg-names, flymake-get-source-buffer-name)
29355 (flymake-unreg-names, flymake-add-line-err-info)
29356 (flymake-add-err-info): Clarify docstrings.
29357 (flymake-popup-menu, flymake-make-emacs-menu)
29358 (flymake-make-xemacs-menu): Add docstrings.
29359 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
29360 Set variables directly throughout.
29361
293622005-04-30 Nick Roberts <nickrob@snap.net.nz>
29363
29364 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
29365 exists. Initialize cc-define-alist.
29366 (c-mode): Add cc-create-define-alist locally to after-save-hook.
29367 If there is no file (Macroexpansion) don't create an alist.
29368
293692005-04-29 Sam Steingold <sds@gnu.org>
29370
29371 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
29372 (cc-create-define-alist): Use it instead of the hard-coded string.
29373
293742005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
29375
29376 * international/mule-conf.el (file-coding-system-alist): Fix regexp
29377 for latexenc.
29378
293792005-04-29 Lute Kamstra <lute@gnu.org>
29380
29381 * emacs-lisp/generic.el: Improve commentary section.
29382 (define-generic-mode): Improve docstring.
29383
293842005-04-29 Carsten Dominik <dominik@science.uva.nl>
29385
29386 * textmodes/org.el (many places): Change to quiet the byte compiler.
29387 (org-prefix-format-compiled): New variable.
29388 (org-compile-prefix-format): New function.
29389 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
29390 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
29391 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
29392 (org-get-entries-from-diary): Use `org-get-time-of-day' for
29393 consistency with entries from `org-mode' files.
29394 (org-get-time-of-day): Fix bug with partial matches early in a line.
29395 (org-non-link-chars): New constant.
29396 (org-link-regexp): Respect `org-non-link-chars'.
29397 (org-agenda-day-view): Remove command.
29398 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
29399 (org-follow-bbdb-link, org-store-link): Search also company field.
29400 (org-highlight-overlay): New variable.
29401 (org-highlight, org-unhighlight): New functions.
29402 (org-agenda-mode): Add pre-command-hook to remove highlight.
29403 (org-evaluate-time-range): Behavior depends upon whether time stamp
29404 contains a time or not.
29405 (org-show-subtree, org-show-entry): New functions.
29406 (org-agenda-cleanup-fancy-diary): Remove empty lines.
29407
294082005-04-28 Luc Teirlinck <teirllm@auburn.edu>
29409
29410 * comint.el (comint-output-filter-functions): Add autoload cookie.
29411
294122005-04-28 Kim F. Storm <storm@cua.dk>
29413
29414 * ido.el (ido-everywhere): Fix last change.
29415
294162005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
29417
29418 * international/latexenc.el: New file.
29419 * international/mule-conf.el (file-coding-system-alist): For .tex,
29420 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
29421
294222005-04-28 Lute Kamstra <lute@gnu.org>
29423
29424 * font-lock.el (font-lock-add-keywords)
29425 (font-lock-remove-keywords): Clarify docstring.
29426 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
29427 Don't start docstrings with a `*'.
29428 (font-lock-update-removed-keyword-alist): Give it a docstring.
29429
29430 * generic-x.el: Update commentary section.
29431 Only require font-lock when compiling.
29432 Define all modes conditionally.
29433 Place all generic modes in the generic-x-modes customization group.
29434 (generic-x-modes): New customization group.
29435 (generic-default-modes, generic-mswindows-modes)
29436 (generic-unix-modes, generic-other-modes): New constants.
29437 (generic-define-mswindows-modes, generic-define-unix-modes):
29438 Update docstrings. Make them obsolete.
29439 (generic-extras-enable-list): New default value. Update docstring.
29440 Improve :type. Change :set function.
29441 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
29442 Fix docstring.
29443
29444 * emacs-lisp/generic.el (generic-mode-internal):
29445 Simplify font-lock-defaults.
29446 (define-generic-mode): Fix docstring.
29447
294482005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
29449
29450 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
29451 font-lock-face property to highlight matches.
29452
294532005-04-28 Nick Roberts <nickrob@snap.net.nz>
29454
29455 * progmodes/cc-mode.el (cc-create-define-alist): New function.
29456 (cc-define-alist): New variable.
29457 (c-mode): Make it local and initialize it.
29458
29459 * progmodes/gdb-ui.el (gdb-active-process): New variable.
29460 (gdb-exited): New function.
29461 (gdb-annotation-rules): Use it.
29462 (gdb-starting): Set gdb-active-process to t.
29463 (gdb-stopping): Amend doc string.
29464 (gdb-reset): Set gdb-active-process to nil.
29465
29466 * tooltip.el (tooltip-gud-tips): Show the associated #define
29467 directives when a C program under GDB is not executing.
29468
294692005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
29470
29471 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
29472 font-lock-fontify-syntactic-keywords.
29473
29474 * font-lock.el (font-lock-default-fontify-region): Don't force
29475 parse-sexp-lookup-properties to nil.
29476
294772005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
29478
29479 * man.el (man-mode-syntax-table): Set up `:' to have
29480 word-constituent syntax.
29481
294822005-04-27 Lute Kamstra <lute@gnu.org>
29483
29484 * novice.el (disable-command): Don't add spurious newlines to the
29485 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
29486
294872005-04-26 Jay Belanger <belanger@truman.edu>
29488
29489 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
29490 than one window before deleting window.
29491
294922005-04-26 Luc Teirlinck <teirllm@auburn.edu>
29493
29494 * shell.el (shell-prompt-pattern): Doc fix.
29495 (shell-mode): Set paragraph-separate buffer locally to "\\'".
29496
29497 * comint.el (comint-prompt-regexp, comint-get-old-input)
29498 (comint-use-prompt-regexp)
29499 (comint-use-prompt-regexp-instead-of-fields)
29500 (comint-replace-by-expanded-history, comint-send-input)
29501 (comint-output-filter, comint-get-old-input-default)
29502 (comint-line-beginning-position, comint-bol, comint-show-output)
29503 (comint-backward-matching-input, comint-forward-matching-input)
29504 (comint-next-prompt, comint-previous-prompt):
29505 Rename `comint-use-prompt-regexp-instead-of-fields' to
29506 `comint-use-prompt-regexp'. Keep old name as alias and declare
29507 obsolete.
29508 (comint-use-prompt-regexp): Shorten first line of doc string.
29509
29510 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
29511 Set paragraph-separate buffer locally to "\\'".
29512
29513 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
29514 Adapt to above name change.
29515
29516 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
29517 (smbclient-prompt-regexp): Ditto.
29518
29519 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
29520
295212005-04-27 Nick Roberts <nickrob@snap.net.nz>
29522
29523 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
29524 gdb-location-list.
29525 Break lines that are over 80 characters wide.
29526
295272005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
29528
29529 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
29530 New fun and var, to preserve compatibility.
29531
29532 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
29533
295342005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
29535
29536 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
29537 name to file-newer-than-file-p.
29538
295392005-04-26 Richard M. Stallman <rms@gnu.org>
29540
29541 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
29542
29543 * progmodes/python.el (python-mode):
29544 Use new name eldoc-documentation-function.
29545
29546 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
29547
29548 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29549 (eldoc-documentation-function):
29550 Rename from eldoc-print-current-symbol-info-function. Calls changed.
29551
295522005-04-26 Nick Roberts <nickrob@snap.net.nz>
29553
29554 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
29555
295562005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29557
29558 * term/xterm.el (function-key-map): Fix strings for
29559 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
29560 {C,S,A,C-S}-{f1-f12}.
29561
295622005-04-26 Kenichi Handa <handa@m17n.org>
29563
29564 * international/mule-cmds.el (select-safe-coding-system):
29565 Fix previous change.
29566
295672005-04-26 Lute Kamstra <lute@gnu.org>
29568
29569 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29570
29571 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29572 (font-lock-comment-delimiter-face): Ditto.
29573
29574 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29575
295762005-04-25 Jay Belanger <belanger@truman.edu>
29577
29578 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29579 to t while inserting information; use help-mode.
29580
295812005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29582
29583 * term.el (ansi-term-color-vector): Use the xterm colors.
29584 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
29585
295862005-04-25 Lute Kamstra <lute@gnu.org>
29587
29588 * font-core.el (font-lock-defaults): Fix docstring.
29589
29590 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29591
295922005-04-25 Kenichi Handa <handa@m17n.org>
29593
29594 * international/mule-cmds.el (select-safe-coding-system):
29595 Don't check consistency with coding: spec, etc if raw-text or
29596 no-conversion was found to be safe.
29597
295982005-04-24 Richard M. Stallman <rms@gnu.org>
29599
29600 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29601 citation markers at start of each line.
29602
29603 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29604 citation markers at start of each line.
29605
29606 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29607
29608 * files.el (mode-require-final-newline): Fix previous change.
29609 (require-final-newline): Fix type label.
29610
296112005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
29612
29613 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29614 statement in buffer (broken by 2004-11-24 change).
29615
296162005-04-24 Kim F. Storm <storm@cua.dk>
29617
29618 * ido.el (ido-everywhere): Save and restore old read-buffer-function
29619 and read-file-name-function values. Don't overwrite existing
29620 non-nil values if ido-mode is enabled without ido-everywhere.
29621
296222005-04-24 Luc Teirlinck <teirllm@auburn.edu>
29623
29624 * files.el (mode-require-final-newline): Minor doc fix.
29625
296262005-04-24 Eli Zaretskii <eliz@gnu.org>
29627
29628 * subr.el (syntax-after): Doc fix.
29629 (syntax-class): If argument is nil, return nil. Mask off upper 16
29630 bits, not 8 bits.
29631
29632 * files.el (mode-require-final-newline): Doc fix.
29633 (backup-buffer-copy): Fix last change.
29634
296352005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29636
29637 * term/mac-win.el: Require select. Set selection-coding-system to
29638 mac-system-coding-system. Call menu-bar-enable-clipboard.
29639 (x-last-selected-text-clipboard, x-last-selected-text-primary)
29640 (x-select-enable-clipboard): New variables.
29641 (x-select-text, x-get-selection, x-selection-value)
29642 (x-get-selection-value, mac-select-convert-to-string)
29643 (mac-services-open-file, mac-services-open-selection)
29644 (mac-services-insert-text): New functions.
29645 (CLIPBOARD, FIND): Put mac-scrap-name property.
29646 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29647 (public.tiff): Put mac-ostype property.
29648 (selection-converter-alist): Add entries for them.
29649 (mac-application-menu-map): New keymap.
29650 (interprogram-cut-function, interprogram-paste-function): Set to
29651 x-select-text and x-get-selection-value, respectively.
29652 (split-window-keep-point): Set to t.
29653
296542005-04-23 Richard M. Stallman <rms@gnu.org>
29655
29656 * files.el (read-directory-name): Always pass non-nil
29657 DEFAULT-FILENAME arg to read-file-name.
29658 (backup-buffer-copy, basic-save-buffer-2): Take care against
29659 writing thru an unexpected existing symlink.
29660 (revert-buffer): In indirect buffer, revert the base buffer.
29661 (magic-mode-alist): Doc fix.
29662 (buffer-stale-function): Doc fix.
29663 (minibuffer-with-setup-hook): Avoid warning.
29664 (mode-require-final-newline): Doc and custom fix.
29665
29666 * follow.el (follow-end-of-buffer): Use with-no-warnings.
29667
29668 * font-lock.el (font-lock-comment-face): On terminals with few colors,
29669 use the default appearance.
29670 (font-lock-comment-delimiter-face): New face, new variable.
29671
29672 * imenu.el (imenu--generic-function): The official position of a
29673 definition is the start of the line that BEG is in.
29674
29675 * midnight.el (midnight-timer): Move defvar up.
29676
29677 * mouse.el (mouse-drag-region-1): Delete some debugging code.
29678
29679 * saveplace.el (save-place-to-alist): Use with-no-warnings.
29680
29681 * startup.el (command-line): Use with-no-warnings.
29682
29683 * window.el (window-size-fixed): New defvar.
29684
29685 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29686
29687 * mail/rmail.el (rmail-font-lock-keywords):
29688 Use font-lock-comment-delimiter-face.
29689
29690 * mail/sendmail.el (mail-font-lock-keywords):
29691 Use font-lock-comment-delimiter-face.
29692
29693 * progmodes/compile.el (next-error-highlight-timer): New defvar.
29694
296952005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
29696
29697 * progmodes/compile.el (compilation-mode-font-lock-keywords):
29698 Specify t for LAXMATCH when matching directories.
29699 Save match data around compilation-compat-error-properties form.
29700
297012005-04-23 David Kastrup <dak@gnu.org>
29702
29703 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29704 Mention that the autoloaded aliases should be kept for AUCTeX.
29705
297062005-04-23 Andreas Schwab <schwab@suse.de>
29707
29708 * isearch.el (isearch-forward): Doc fix.
29709
297102005-04-23 Eli Zaretskii <eliz@gnu.org>
29711
29712 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29713 (jit-lock-stealth-nice): Change default value to 0.5.
29714
297152005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
29716
29717 * abbrev.el (write-abbrev-file): Write table entries in
29718 alphabetical order by table name.
29719
297202005-04-22 Kim F. Storm <storm@cua.dk>
29721
29722 * ido.el (ido-read-internal): Fix `list' completion.
29723
297242005-04-22 Kenichi Handa <handa@m17n.org>
29725
29726 * recentf.el (recentf-save-file-coding-system): New variable.
29727 (recentf-save-list): Encode the file by
29728 recentf-save-file-coding-system and add coding: tag.
29729
297302005-04-22 Nick Roberts <nickrob@snap.net.nz>
29731
29732 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29733
297342005-04-21 Lute Kamstra <lute@gnu.org>
29735
29736 * loadhist.el (unload-feature): Don't remove a function from hooks
29737 if it is about to be restored to an autoload . Remove functions
29738 that will become unbound from auto-mode-alist. Simplify the code.
29739
29740 * subr.el (assq-delete-all): New implementation that is linear,
29741 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
29742 (rassq-delete-all): New function.
29743
29744 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29745 Add size-indication-mode.
29746
297472005-04-21 Kenichi Handa <handa@m17n.org>
29748
29749 * international/mule-cmds.el: Add autoload for widget-value in
29750 eval-when-compile.
29751
297522005-04-21 Nick Roberts <nickrob@snap.net.nz>
29753
29754 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29755 Add tooltip-mode.
29756
29757 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29758
297592005-04-20 Luc Teirlinck <teirllm@auburn.edu>
29760
29761 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29762 (inferior-lisp-filter-regexp, inferior-lisp-program)
29763 (inferior-lisp-load-command, inferior-lisp-prompt)
29764 (inferior-lisp-mode-hook, lisp-source-modes)
29765 (inferior-lisp-load-hook): defvar->defcustom.
29766 (inferior-lisp-program, inferior-lisp-prompt)
29767 (inferior-lisp-load-hook): Doc fixes.
29768 (inferior-lisp-install-letter-bindings): Small change in
29769 introductory comment.
29770
297712005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
29772
29773 * vc.el (vc-annotate-color-map): Change some colors so that text
29774 using them as foreground is readable on both white and black
29775 backgrounds.
29776
297772005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
29778
29779 * international/mule-conf.el (translation-table-for-input):
29780 Remove redundant declaration.
29781
297822005-04-20 Nick Roberts <nickrob@snap.net.nz>
29783
29784 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29785
29786 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29787 (tooltip-toggle-gud-tips): New function.
29788
297892005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29790
29791 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29792 right angle brackets.
29793
297942005-04-20 Nick Roberts <nickrob@snap.net.nz>
29795
29796 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29797
297982005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
29799
29800 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29801 Remove. Update callers to use expand-file-name instead.
29802
29803 * subr.el (syntax-class): New function.
29804
29805 * simple.el (blink-matching-open): Use it.
29806
29807 * paren.el (show-paren-function): Use it to recognize parens that are
29808 also used in 2-char comment markers.
29809
298102005-04-19 Lute Kamstra <lute@gnu.org>
29811
29812 * loadhist.el (unload-feature): Update for new format of
29813 load-history. Simplify the code.
29814
298152005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29816
29817 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29818 (mac-add-charset-info): New function. Initialize variable
29819 mac-charset-info-alist using it.
29820 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29821 for translation.
29822 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29823 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29824 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29825 New CCL programs.
29826
298272005-04-19 Kim F. Storm <storm@cua.dk>
29828
29829 * simple.el (next-buffer, prev-buffer, next-error)
29830 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29831 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29832
29833 * bindings.el (next-buffer, prev-buffer, next-error)
29834 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29835 (clone-indirect-buffer-other-window): Move bindings from simple.el.
29836 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29837 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29838
298392005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
29840
29841 * isearch.el (isearch-edit-string): Make the search-ring available for
29842 minibuffer history commands.
1a408ced 29843 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
6fee106e
KS
29844 the default history commands now work just as well.
29845 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29846
298472005-04-18 Kim F. Storm <storm@cua.dk>
29848
29849 * emulation/cua-base.el (cua--pre-command-handler): Add more
29850 elaborate check for shift modifier on non-window systems.
29851
298522005-04-18 Lars Hansen <larsh@math.ku.dk>
29853
29854 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29855
298562005-04-18 Kim F. Storm <storm@cua.dk>
29857
29858 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29859 and make it optional. Don't test tooltip-gud-echo-area here.
29860 (tooltip-gud-process-output, gdb-tooltip-print):
29861 Pass tooltip-gud-echo-area to tooltip-show.
29862 (tooltip-help-tips): Remove second optional arg to tooltip-show.
29863
298642005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29865
29866 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29867 `display-graphic-p' may not be bound yet.
29868
298692005-04-17 Luc Teirlinck <teirllm@auburn.edu>
29870
29871 * startup.el (command-line): No longer enable Xterm Mouse mode by
29872 default in terminals compatible with xterm.
29873
29874 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29875
298762005-04-18 Nick Roberts <nickrob@snap.net.nz>
29877
29878 * tooltip.el (tooltip-gud-echo-area): Rename from
29879 tooltip-use-echo-area.
29880 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29881 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29882 area independently of where help tooltips are displayed.
29883
298842005-04-17 David Kastrup <dak@gnu.org>
29885
29886 * cus-theme.el (custom-theme-write-variables): Quote variables
29887 where necessary.
29888
298892005-04-17 Richard M. Stallman <rms@gnu.org>
29890
29891 * simple.el (yank-excluded-properties): Add follow-link to value.
29892
29893 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29894
29895 * startup.el (fancy-splash-max-time): Just 30 seconds.
29896 (fancy-splash-delay): Just 7.
29897 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29898
29899 * loadhist.el (unload-feature): Update for new format of load-history.
29900 Simplify the code.
29901
29902 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29903 (rmail-font-lock-keywords): Don't fontify the text of a citation.
29904
29905 * mail/sendmail.el (mail-font-lock-keywords):
29906 Don't fontify subject text.
29907 Don't fontify the text of a citation.
29908
299092005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
29910
29911 * comint.el (comint-output-filter): Run comint-output-filter-functions
29912 with point where the user had it.
29913
299142005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
29915
29916 * international/ucs-tables.el (ucs-set-table-for-input):
29917 Disable when using unify-on-decoding.
29918
299192005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
29920
29921 * emulation/cua-base.el (cua-global-mark-face): Add special case
29922 for displays supporting a high number of colors.
29923
299242005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29925
29926 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29927
299282005-04-16 Chong Yidong <cyd@stupidchicken.com>
29929
29930 * filesets.el (filesets-add-buffer): If user supplies a name of a
29931 non-existing fileset, create a new fileset.
29932
299332005-04-16 Carsten Dominik <dominik@science.uva.nl>
29934
29935 * textmodes/org.el (org-up-heading-all): Fix bug with
29936 `outline-up-heading-all'.
29937
299382005-04-16 Andreas Schwab <schwab@suse.de>
29939
29940 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29941 /etc/permissions.d/* and /etc/aliases.d/*.
29942
299432005-04-16 Kenichi Handa <handa@m17n.org>
29944
29945 * international/code-pages.el (cp-make-coding-system):
29946 Set `translation-table-for-input' property value to the symbol
29947 ucs-mule-to-mule-unicode, not to that value.
29948 (pt154): Escape guillemet by `\'.
29949
299502005-04-15 Luc Teirlinck <teirllm@auburn.edu>
29951
29952 * loadup.el: Load tooltip if x-show-tip is fboundp.
29953
29954 * startup.el (command-line): Add comment.
29955
29956 * tooltip.el (tooltip-mode): Specify correct standard value for
29957 Custom in init-value.
29958
299592005-04-15 Nick Roberts <nickrob@snap.net.nz>
29960
29961 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29962 possible.
29963
299642005-04-15 Carsten Dominik <dominik@science.uva.nl>
29965
29966 * textmodes/org.el (org-agenda-date-prompt): Rename from
29967 `org-agenda-date-today'.
29968 (org-evaluate-time-range): Insert at point instead of directly
29969 after time range.
29970 (org-first-headline-recenter, org-subtree-end-visible-p)
29971 (org-optimize-window-after-visibility-change): New functions
29972 (org-agenda-post-command-hook): Don't allow point at end of line,
29973 to make sure it always hits the text properties.
29974 (org-agenda-next-date-line, org-agenda-previous-date-line):
29975 New commands.
29976 (org-set-regexps-and-options): Category may contain white space.
29977 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29978 Improve marker positions.
29979 (org-agenda-new-marker): Argument POS made optional.
29980 (org-agenda-get-timestamps): Deadlines which are done are listed
29981 in org-done-face now.
29982 (org-agenda-get-todos, org-agenda-get-timestamps)
29983 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29984 Set `undone-face' and `done-face' properties.
29985 (org-last-todo-state-is-todo): New variable.
29986 (org-todo): Set `org-last-todo-state-is-todo'.
29987 (org-agenda-todo): Change face according to
29988 `org-last-todo-state-is-todo'. And change other lines referring to
29989 the same entry.
29990 (org-calendar-goto-agenda): New command.
29991 (org-calendar-to-agenda-key): New option.
29992 (org-startup-folded): New allowed value `content'.
29993 (org-set-regexps-and-options): Accept new value `content' for
29994 `org-startup-folded'.
29995 (org-get-current-options): Handle new value `content' for
29996 `org-startup-folded'.
29997 (org-insert-todo-heading): New command.
29998 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29999 interactively in empty file and option
30000 `org-insert-mode-line-in-empty-file' has been set.
30001 (org-agenda-todo, org-agenda-priority): Modify to use
30002 `org-agenda-change-all-lines'.
1a408ced 30003 (org-warning-face): Change color on dark background.
6fee106e
KS
30004
300052005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30006
30007 * international/mule-cmds.el (set-locale-environment): On Mac OS,
30008 use preferences AppleLocale and AppleLanguages, and variable
30009 mac-system-locale for default locale. On Mac OS Classic, use
30010 mac-system-coding-system for default coding systems.
30011
30012 * term/mac-win.el: Don't set file-name-coding-system.
30013 Decode variables system-name, emacs-build-system, user-login-name, and
30014 user-full-name by mac-system-coding-system on Mac OS Classic.
30015 (mac-system-coding-system): New variable.
30016
300172005-04-13 Luc Teirlinck <teirllm@auburn.edu>
30018
30019 * startup.el (command-line): Handle `xterm-mouse-mode' before
30020 reading init file.
30021
30022 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
30023
300242005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
30025
30026 * progmodes/sh-script.el (sh-here-document-word): Make it a
30027 defcustom. Doc fix.
30028 (sh-add): Bash uses $(( )) for arithmetic.
30029 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
30030 (sh-maybe-here-document): Remove quotes and leading whitespace
30031 from heredoc word when closing. Indent heredoc with tabs if word
30032 starts with "-".
30033
300342005-04-13 Richard M. Stallman <rms@gnu.org>
30035
30036 * simple.el (undo): Fix previous change.
30037
30038 * custom.el (defface): Doc fix.
30039
300402005-04-13 Lute Kamstra <lute@gnu.org>
30041
30042 * Makefile.in (DONTCOMPILE): Remove list.
30043 (compile, compile-always): Don't use DONTCOMPILE.
30044 (update-authors): Load the library in which batch-update-authors
30045 is defined.
30046 * makefile.w32-in (DONTCOMPILE): Remove list.
30047 (compile, compile-always): Fix comments.
30048 (update-authors): Load the library in which batch-update-authors
30049 is defined.
30050
30051 * generic-x.el (generic-mode-ini-file-find-file-hook):
30052 Rename to ini-generic-mode-find-file-hook.
30053 Keep generic-mode-ini-file-find-file-hook as an alias.
30054 (ini-generic-mode-find-file-hook): Rename from
30055 generic-mode-ini-file-find-file-hook. Fix docstring.
30056 (ini-generic-mode): Docstring change.
30057 (bat-generic-mode-run-as-comint): Silence the byte compiler.
30058
30059 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
30060 called from lisp.
30061
30062 * generic.el: Move to the emacs-lisp subdir.
30063
300642005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
30065
30066 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
30067 and C-S- function and cursor motion keys.
30068
300692005-04-12 Luc Teirlinck <teirllm@auburn.edu>
30070
30071 * startup.el (command-line): Enable Xterm Mouse mode by default.
30072 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
30073 for Custom. No longer show "Mouse" in mode line when enabled.
30074 Doc fix.
30075
300762005-04-12 Kim F. Storm <storm@cua.dk>
30077
30078 * emulation/cua-base.el (cua-rectangle-face)
30079 (cua-rectangle-noselect-face): Define face attributes here.
30080
30081 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
30082
300832005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30084
30085 * startup.el (command-line): Turn off blinking cursor if
30086 cursorBlink in resources is off or false.
30087
300882005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30089
30090 * term/mac-win.el (dnd): Require dnd.
30091 (mac-drag-n-drop): Call dnd-handle-one-url.
30092 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
30093 (kTextEncodingISOLatin2): Remove constants.
30094 (mac-script-code-coding-systems): New constant.
30095 (mac-handle-language-change): New function.
30096 (special-event-map): Bind it to `language-change' event.
30097 (mac-centraleurroman, mac-cyrillic): New coding systems.
30098 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
30099 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
30100 and mac-cyrillic-encoder to encode-mac-centraleurroman and
30101 encode-mac-cyrillic, respectively.
30102
301032005-04-12 Nick Roberts <nickrob@snap.net.nz>
30104
30105 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
30106 Don't set overlay-arrow-string to "=>" as this is done
30107 globally in C now.
30108
301092005-04-12 Lute Kamstra <lute@gnu.org>
30110
30111 * generic-x.el (rc-generic-mode, rul-generic-mode):
30112 Fix auto-mode-alist entries.
30113 (etc-fstab-generic-mode): Tweak fontification.
30114
30115 * generic.el (generic-make-keywords-list): Fix docstring.
30116 (generic-mode-internal): Simplify generic-font-lock-keywords.
30117
301182005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
30119
30120 * whitespace.el (whitespace-buffer-leading)
30121 (whitespace-buffer-trailing): Revert the incorrect test inversion.
30122 However, fix the highlight area for the leading and
30123 trailing whitespaces to show space.
30124
301252005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
30126
1a408ced 30127 * whitespace.el (whitespace-version): Bump to 3.5.
6fee106e
KS
30128
30129 (whitespace-buffer-leading, whitespace-buffer-trailing):
30130 Invert sense of the test to highlight the whitespace.
30131
301322005-04-12 Nick Roberts <nickrob@snap.net.nz>
30133
30134 * progmodes/gud.el (gud-display-line): GUD uses its own
30135 overlay arrow now so don't set overlay-arrow-string.
30136 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
30137
301382005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
30139
30140 * term.el (term-ansi-current-bold, term-ansi-current-underline)
30141 (term-ansi-current-reverse, term-ansi-current-invisible)
30142 (term-ansi-face-already-done): Change to boolean.
30143 (term-reset-terminal, term-handle-colors-array): Handle the above
30144 vars accordingly.
30145 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
30146 (term-emulate-terminal): Use the new name.
30147
30148 * faces.el (secondary-selection): Use yellow1, not yellow.
30149 (trailing-whitespace): Use red1, not red.
30150
301512005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30152
30153 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
30154 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
1a408ced 30155 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
6fee106e
KS
30156
30157 * cus-edit.el (dnd): New group.
30158
30159 * term/w32-win.el (dnd): Require dnd
30160 (w32-drag-n-drop): Call dnd-handle-one-url.
30161
30162 * x-dnd.el: Require dnd.
30163 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
30164 Call dnd-handle-one-url.
30165 (x-dnd-types-alist, x-dnd-insert-utf8-text)
30166 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
30167 to dnd-insert-text.
30168 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
30169 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
30170 (x-dnd-get-local-file-name, x-dnd-open-local-file)
30171 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
30172
30173 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
30174
301752005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30176
30177 * wdired.el: Doc fixes.
30178 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
30179 (wdired-use-dired-vertical-movement): Rename from
30180 wdired-always-move-to-filename-beginning.
30181 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
30182 (wdired-change-to-wdired-mode): Change mode name.
30183 (wdired-newline): Delete.
30184
301852005-04-11 Richard M. Stallman <rms@gnu.org>
30186
30187 * whitespace.el (whitespace-highlight-the-space):
30188 Don't call whitespace-unhighlight-the-space here.
30189
30190 * simple.el (undo): Record t in undo-equiv-table
30191 for the redo record made by an undo-in-region.
30192
301932005-04-12 Nick Roberts <nickrob@snap.net.nz>
30194
30195 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
30196 (gdb-frame-inferior-io-buffer): New Functions to control
30197 display of separate IO buffer.
30198 (menu): Add them to menu-bar.
30199 (gdb-display-buffer): Check for buffer another frame.
30200 Protect GUD buffer.
30201 (gdb-setup-windows): Create IO buffer if not already there.
30202 (gdb-memory-mode): Remove purecopy noops.
30203
302042005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
30205
30206 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
30207 and pass to self-insert-command.
30208
302092005-04-11 Lute Kamstra <lute@gnu.org>
30210
30211 * generic.el: Commentary section cleanup.
30212 (generic): Delete.
30213 (generic-use-find-file-hook, generic-lines-to-scan)
30214 (generic-find-file-regexp, generic-ignore-files-regexp)
30215 (default-generic-mode, generic-mode-find-file-hook)
30216 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
30217 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
30218 (generic-use-find-file-hook, generic-lines-to-scan)
30219 (generic-find-file-regexp, generic-ignore-files-regexp)
30220 (default-generic-mode, generic-mode-find-file-hook)
30221 (generic-mode-ini-file-find-file-hook): Move from generic.el.
30222
302232005-04-10 Karl Fogel <kfogel@red-bean.com>
30224
30225 * bookmark.el (bookmark-write-file): Catch errors writing file.
30226 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
30227
302282005-04-10 Richard M. Stallman <rms@gnu.org>
30229
30230 * startup.el (fancy-splash-tail): Update copyright year.
30231 (command-line): Split part of -Q into -D.
30232 (emacs-basic-display): New defvar.
30233 (fancy-splash-text): Correct name of menu item.
30234
30235 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
30236
30237 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
30238 lines in one node.
30239
30240 * comint.el (comint-send-input): New arg ARTIFICIAL.
30241 Callers in this file changed.
30242
30243 * abbrev.el (define-abbrevs): Read system abbrevs properly.
30244
30245 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
30246
302472005-04-10 Chong Yidong <cyd@stupidchicken.com>
30248
30249 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
30250 `ldap-search-internal'.
30251
302522005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
30253
30254 * files.el (set-auto-mode-1): Use line-end-position.
30255
30256 * international/latin-1.el:
30257 * international/latin-2.el:
30258 * international/latin-3.el:
30259 * international/latin-4.el:
30260 * international/latin-5.el:
30261 * international/latin-8.el:
30262 * international/latin-9.el: Give punctuation syntax to NBSP.
30263
30264 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
30265 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
30266 Use char-classes to accept non-ascii letters, accepted in some recent
30267 bibtex implementations.
30268
302692005-04-10 Luc Teirlinck <teirllm@auburn.edu>
30270
30271 * custom.el (custom-set-minor-mode): Any non-nil value for the
30272 variable should enable the mode when set through Custom.
30273
302742005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
30275
30276 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
30277 TAB binding so tab-always-indent is obeyed.
30278 (vhdl-minibuffer-local-map): Move initialization into declaration.
30279 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
30280 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
30281 (vhdl-hooked-abbrev): Avoid test for XEmacs.
30282 (vhdl-current-line): Use line-beginning-position.
30283 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
30284 with-output-to-temp-buffer, so the current position can be recorded.
30285
302862005-04-10 Masatake YAMATO <jet@gyve.org>
30287
30288 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30289 Add regexp for gcov.
30290
302912005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
30292
30293 * calendar/time-date.el (time-to-seconds, seconds-to-time)
30294 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
30295 syntax which Emacs 20 doesn't support.
30296
302972005-04-09 Richard M. Stallman <rms@gnu.org>
30298
30299 * help.el (describe-key-briefly, describe-key):
30300 Replace strings as event types with "(any string)".
30301
303022005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
30303
30304 * arc-mode.el (archive-mode-map): Move initialization into
30305 the declaration. Override *all* bindings of `undo'.
30306 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
30307
303082005-04-09 Jay Belanger <belanger@truman.edu>
30309
30310 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
30311
303122005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
30313
30314 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
30315 (xterm-register-default-colors): Update color values computation
30316 to match xterm-200.
30317
303182005-04-09 Kenichi Handa <handa@m17n.org>
30319
30320 * international/code-pages.el (iso-latin-7): Fix the map.
30321
303222005-04-08 Luc Teirlinck <teirllm@auburn.edu>
30323
30324 * emacs-lisp/lisp.el (defun-prompt-regexp)
30325 (parens-require-spaces, buffer-end, end-of-defun)
30326 (insert-parentheses): Doc fixes.
30327
303282005-04-08 Kim F. Storm <storm@cua.dk>
30329
30330 * comint.el (comint-highlight-prompt): Fix face spec.
30331 * hi-lock.el (hi-green): Likewise.
30332
303332005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
30334
30335 * cus-edit.el (custom-modified-face):
30336 * comint.el (comint-highlight-input): Fix previous changes.
30337 * term.el (term-handle-ansi-escape): Add a comment.
30338
303392005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
30340
30341 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
30342 in the buffer and in whitespace-highlighted-space.
30343 (whitespace-unhighlight-the-space): Simplify.
30344 (whitespace-buffer): Simplify.
30345
303462005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
30347
30348 * textmodes/table.el (table-cell-face): Add special case for
30349 displays supporting a high number of colors.
30350 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
30351 (vhdl-font-lock-reserved-words-face)
30352 (vhdl-speedbar-architecture-face)
30353 (vhdl-speedbar-instantiation-face)
30354 (vhdl-speedbar-architecture-selected-face)
30355 (vhdl-speedbar-instantiation-selected-face): Likewise.
30356 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
30357 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
30358 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
30359 (ebrowse-root-class-face, ebrowse-member-attribute-face)
30360 (ebrowse-progress-face): Likewise.
30361 * progmodes/compile.el (compilation-info-face): Likewise.
30362 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
30363 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
30364 * calendar/calendar.el (diary-face): Likewise.
30365 * woman.el (woman-italic-face, woman-bold-face)
30366 (woman-unknown-face): Likewise.
30367 * wid-edit.el (widget-button-pressed-face): Likewise.
30368 * whitespace.el (whitespace-highlight-face): Likewise.
30369 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
30370 * pcvs-info.el (cvs-marked-face): Likewise.
30371 * info.el (info-xref): Likewise.
30372 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
30373 * hilit-chg.el (highlight-changes-face)
30374 (highlight-changes-delete-face): Likewise.
30375 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
30376 (hi-red-b): Likewise.
30377 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
30378 * font-lock.el (font-lock-keyword-face)
30379 (font-lock-function-name-face, font-lock-warning-face): Likewise.
30380 * cus-edit.el (custom-invalid-face, custom-modified-face)
30381 (custom-set-face, custom-changed-face, custom-variable-tag-face)
30382 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
30383 * comint.el (comint-highlight-prompt): Likewise.
30384
303852005-04-08 Lute Kamstra <lute@gnu.org>
30386
30387 * font-lock.el (font-lock-keywords): Docstring fixes.
30388
303892005-04-08 Kenichi Handa <handa@m17n.org>
30390
30391 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
30392 chars are more than a limit, print " and more..." at the tail.
30393
303942005-04-08 Kim F. Storm <storm@cua.dk>
30395
30396 * emacs-lisp/authors.el (authors-aliases): Update list.
30397 (authors-ignored-files): New list.
30398 (authors-fixed-entries): Fix typo.
30399 (authors-renamed-files-alist): Update list.
30400 (authors-add): Check authors-ignored-files.
30401
304022005-04-08 Carsten Dominik <dominik@science.uva.nl>
30403
30404 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
30405 optional, to ensure backward compatibility.
30406
304072005-04-08 Stephen Eglen <stephen@gnu.org>
30408
30409 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
30410
304112005-04-08 Kim F. Storm <storm@cua.dk>
30412
30413 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
30414
30415 * mouse.el (mouse-on-link-p): Doc fix.
30416
304172005-04-07 Luc Teirlinck <teirllm@auburn.edu>
30418
30419 * ielm.el (ielm-prompt-read-only): Doc fix.
30420
30421 * comint.el (comint-prompt-read-only): Doc fix.
30422
304232005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
30424
30425 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
30426 ensure dired always handles wildcards passed to ffap.
30427 (find-file-at-point): Use it.
30428 (ffap-dired-wildcards): Doc fix.
30429
304302005-04-07 Juri Linkov <juri@jurta.org>
30431
30432 * simple.el (next-error-overlay-arrow-position): New defvar.
30433 Put "=>" on its property `overlay-arrow-string'. Add it to
30434 `overlay-arrow-variable-list'.
30435
30436 * progmodes/compile.el (compilation-setup):
30437 Set `next-error-overlay-arrow-position' to nil. Also set it to
30438 nil in the local hook `kill-buffer-hook'. Make local variable
30439 `overlay-arrow-string' and set it to "=>".
30440 (compilation-goto-locus): Set BOL position to
30441 `next-error-overlay-arrow-position' instead of
30442 `overlay-arrow-position'.
30443
30444 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
30445 locally instead of adding it to the global hook.
30446 (Info-kill-buffer): Move up.
30447
304482005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
30449
30450 * term/xterm.el (xterm-standard-colors): Update color values from
30451 xterm-200.
30452
304532005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
30454
30455 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
30456
30457 * fast-lock.el:
30458 * lazy-lock.el: Move them to the obsolete subdir.
30459
304602005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30461
30462 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
30463 (wdired-add-replace-advice): Remove.
30464 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
30465
304662005-04-06 Kim F. Storm <storm@cua.dk>
30467
30468 * startup.el (command-line): Add --bare-bones alias for -Q.
30469
304702005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30471
30472 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
30473 create the startup fontset if a font specification ends with
30474 `mac-roman'.
30475
304762005-04-06 Lute Kamstra <lute@gnu.org>
30477
30478 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
30479 change.
30480
30481 * emacs-lisp/copyright.el (copyright-update-year): Replace the
30482 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
30483
304842005-04-05 Lute Kamstra <lute@gnu.org>
30485
30486 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
30487 (define-generic-mode): Ditto. Fix debug declaration.
30488
30489 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
30490 Put them in the generic-x group.
30491
30492 * calendar/timeclock.el (timeclock): Doc fix.
30493
30494 * generic.el (define-generic-mode): Don't use custom-current-group.
30495 Document default :group value.
30496 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
30497 (define-global-minor-mode): Don't use custom-current-group.
30498
304992005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
30500
30501 * startup.el (command-line-1): Display startup-echo-area-message
30502 when fancy splash screen is in use.
30503
30504 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
30505 (sh-escaped-newline): New face.
30506 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
30507 newline, and use sh-escaped-newline face.
30508
30509 * progmodes/tcl.el (tcl-escaped-newline): New face.
30510 (tcl-builtin-list): New variable.
30511 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
30512 newlines. Fix keywords subexpression number.
30513
305142005-04-05 Carsten Dominik <dominik@science.uva.nl>
30515
30516 * textmodes/org.el (org-diary-default-entry): Fix call to
30517 `add-to-diary-entry'.
30518
305192005-04-05 Kim F. Storm <storm@cua.dk>
30520
30521 * ediff-init.el: Use (featurep 'xemacs).
30522
305232005-04-05 David Ponce <david@dponce.com>
30524
30525 * cus-edit.el (face): Derive from symbol widget. Display sample
30526 of the current face on the fly.
30527 (widget-face-sample-face-get, widget-face-notify): New functions.
30528 (widget-face-value-create): Remove.
30529
30530 * wid-edit.el (widget-field-end): Temporarily remove field
30531 narrowing before to call `get-char-property'.
30532
305332005-04-04 Jay Belanger <belanger@truman.edu>
30534
30535 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
30536 (math-read-subscripts): New variable.
30537 (math-read-preprocess-string): Process subscripts.
30538
305392005-04-04 Luc Teirlinck <teirllm@auburn.edu>
30540
30541 * comint.el (comint-prompt-read-only): Doc fix.
30542
30543 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
30544 `-1'. Doc fix.
30545
305462005-04-04 Carsten Dominik <dominik@science.uva.nl>
30547
30548 * textmodes/org.el (org-insert-mode-line-in-empty-file):
30549 Change default value to nil.
30550
305512005-04-04 Lute Kamstra <lute@gnu.org>
30552
30553 * autorevert.el (auto-revert-mode): Specify :group.
30554 * battery.el (display-battery-mode): Specify :group.
30555 * diff-mode.el (diff-minor-mode): Specify :group.
30556 * font-core.el (font-lock-mode): Specify :group.
30557 * hl-line.el (hl-line-mode): Specify :group.
30558 * iimage.el (iimage): New customization group.
30559 (iimage-mode): Specify :group.
30560 * longlines.el (longlines-mode): Specify :group.
30561 * master.el: Don't require easy-mmode.
30562 (master): New customization group.
30563 (master-mode): Specify :group.
30564 * msb.el (msb-mode): Specify :group.
30565 * reveal.el (reveal-mode): Specify :group.
30566 * simple.el (next-error-follow-minor-mode): Specify :group.
30567 * smerge-mode.el (smerge-mode): Specify :group.
30568 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30569 * emulation/cua-base.el (cua-mode): Specify :group.
30570 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30571 * language/thai-util.el (thai-auto-composition-mode)
30572 (thai-word-mode): Specify :group.
30573 * mail/supercite.el (sc-minor-mode): Specify :group.
30574 * progmodes/cwarn.el (cwarn-mode): Specify :group.
30575 * progmodes/flymake.el (flymake-mode): Specify :group.
30576 * progmodes/glasses.el (glasses-mode): Specify :group.
30577 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30578 * textmodes/enriched.el (enriched-mode): Specify :group.
30579 * textmodes/refill.el (refill-mode): Specify :group.
30580
30581 * add-log.el (change-log-font-lock-keywords): Names in
30582 parenthesized lists can contain spaces.
30583
305842005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
30585
30586 * startup.el (fancy-splash-text): Shorten default text of
30587 "Emacs Tutorial" line. Also, if the current language env
30588 indicates an available tutorial file other than TUTORIAL,
30589 extract its title and append it to the line in parentheses.
30590 (fancy-splash-insert): If arg is a thunk, funcall it.
30591
305922005-04-04 Jay Belanger <belanger@truman.edu>
30593
30594 * calc.el (calc-language-alist): Add tags to customization type.
30595
305962005-04-03 Luc Teirlinck <teirllm@auburn.edu>
30597
30598 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30599 Doc fix.
30600
306012005-04-03 Marcelo Toledo <marcelo@gnu.org>
30602
30603 * add-log.el (change-log-font-lock-keywords): The manual
30604 describing a Change Log entry, says: (...) "Aside from these
30605 header lines, every line in the change log starts with a space or
30606 a tab.". The font-lock was not highlighting lines started with
30607 spaces, added support for it.
30608
306092005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30610
30611 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30612 (bibtex-generate-url-list): Update docstring accordingly. Put the
30613 complex example in the docstring.
30614 (bibtex-font-lock-url): Use pop.
30615
306162005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
30617
30618 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30619
30620 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30621
306222005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
30623
30624 * filesets.el (filesets-set-default): Doc fix.
30625
306262005-04-03 Lute Kamstra <lute@gnu.org>
30627
30628 * generic.el (define-generic-mode): Add argument to specify
30629 keywords for defcustom.
30630 (default-generic-mode): Specify :group.
30631
30632 * generic-x.el: Specify :group for all generic modes.
30633
30634 * desktop.el (desktop-no-desktop-file-hook)
30635 (desktop-after-read-hook): Doc fix.
30636
306372005-04-02 Luc Teirlinck <teirllm@auburn.edu>
30638
30639 * simple.el (visible-mode): Use explicit :group keyword.
30640 This changes the group of `visible-mode-hook' from paren-blinking
30641 to editing-basics.
30642
306432005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
30644
30645 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
30646 mailbox specifications as well as URLs.
30647 (rmail-insert-inbox-text): Remove unused conditional branches.
30648
306492005-04-01 Jay Belanger <belanger@truman.edu>
30650
30651 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30652 (calc-gnuplot-print-command): Move definitions to calc.el.
30653
30654 * calc/calc-embed.el (calc-embedded-announce-formula)
30655 (calc-embedded-open-formula, calc-embedded-close-formula)
30656 (calc-embedded-open-word, calc-embedded-close-word)
30657 (calc-embedded-open-plain, calc-embedded-close-plain)
30658 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30659 (calc-embedded-open-mode, calc-embedded-close-mode):
30660 Move definitions to calc.el.
30661
30662 * calc/calc.el (calc-settings-file, calc-language-alist):
30663 Make customizable.
30664 (calc-embedded-announce-formula, calc-embedded-open-formula)
30665 (calc-embedded-close-formula, calc-embedded-open-word)
30666 (calc-embedded-close-word, calc-embedded-open-plain)
30667 (calc-embedded-close-plain, calc-embedded-open-new-formula)
30668 (calc-embedded-close-new-formula, calc-embedded-open-mode)
30669 (calc-embedded-close-mode, calc-gnuplot-name)
30670 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30671 from other files and make customizable.
30672
306732005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
30674
30675 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30676 Use buffer-live-p.
30677 (cvs-mode-run): Don't call cvs-update-header here.
30678 (cvs-run-process): Call cvs-update-header.
30679 Use process properties for cvs-postprocess and cvs-buffer so that
30680 the sentinel can behave better if the temp buffer is killed.
30681 Use a pipe rather than a tty, to better handle unexpected prompts.
30682 (cvs-sentinel): Rewrite. Call cvs-update-header.
30683
306842005-04-01 Andre Spiegel <spiegel@gnu.org>
30685
30686 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30687 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
30688
306892005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
30690
30691 * generic.el (define-generic-mode): Add indentation rule.
30692
306932005-03-31 Luc Teirlinck <teirllm@auburn.edu>
30694
30695 * files.el (mode-require-final-newline): Make Custom correctly
30696 report a nil value and allow to set it to nil via Custom.
30697 Doc fix.
30698
306992005-04-01 Kenichi Handa <handa@m17n.org>
30700
30701 * international/characters.el: Enable the correct case setting for
30702 dotless-i and dotted-I.
30703
307042005-04-01 Kim F. Storm <storm@cua.dk>
30705
30706 * ido.el (ido-file-internal): Fall back to non-ido command if
30707 initial directory is on slow ftp (or tramp) host.
30708
307092005-03-31 Richard M. Stallman <rms@gnu.org>
30710
30711 * emacs-lisp/autoload.el (make-autoload):
30712 Handle define-global-minor-mode.
30713
30714 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30715 Rename from easy-mmode-define-global-mode.
30716 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30717
30718 * progmodes/scheme.el (scheme-mode-syntax-table):
30719 Update syntax of | and # for two-character comment syntax.
30720
307212005-03-31 Lute Kamstra <lute@gnu.org>
30722
30723 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30724 (define-minor-mode): Call custom-current-group at load-time.
30725
30726 * generic.el (define-generic-mode): Add debug declaration.
30727 Add defcustom for the mode hook.
30728 (generic-mode-internal): Use run-mode-hooks.
30729
307302005-03-31 Kim F. Storm <storm@cua.dk>
30731
30732 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30733 (mouse-fixup-help-message): New defun called by show_help_echo
30734 to fixup mouse-2 prefix in help messages when applicable.
30735
30736 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30737
307382005-03-31 Kenichi Handa <handa@m17n.org>
30739
30740 * language/thai-word.el (thai-find-word-ends): Pay attention to
30741 the case that we reach the end of buffer.
30742
30743 * textmodes/fill.el (fill-text-properties-at): New function.
30744 (fill-newline): Use fill-text-properties-at instead of
30745 text-properties-at.
30746
307472005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30748
1a408ced 30749 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
6fee106e
KS
30750 not comint-quote-filename.
30751
307522005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
30753
30754 * help-fns.el (help-with-tutorial): Revert last change.
30755
307562005-03-31 Kim F. Storm <storm@cua.dk>
30757
30758 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30759
307602005-03-30 Paul Eggert <eggert@cs.ucla.edu>
30761
30762 * calendar/cal-china.el: Update reference to "Calendrical
30763 Calculations" book; there's a new edition.
30764 * calendar/cal-coptic.el: Likewise.
30765 * calendar/cal-french.el: Likewise.
30766 * calendar/cal-hebrew.el: Likewise.
30767 * calendar/cal-islam.el: Likewise.
30768 * calendar/cal-iso.el: Likewise.
30769 * calendar/cal-julian.el: Likewise.
30770 * calendar/cal-mayan.el: Likewise.
30771 * calendar/cal-persia.el: Likewise.
30772 * calendar/calendar.el: Likewise.
30773 * calendar/holidays.el: Likewise.
30774 * calendar/lunar.el: Likewise.
30775 * calendar/solar.el: Likewise.
30776
30777 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30778 white space from doc string.
30779
307802005-03-30 Jay Belanger <belanger@truman.edu>
30781
30782 * calc/calc-help.el (calc-full-help): Remove email address.
30783
307842005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
30785
30786 * help-fns.el (help-with-tutorial): Delete title line.
30787
307882005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30789
30790 * calendar/cal-x.el (calendar-one-frame-setup)
30791 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30792 rather than `symbol' for set-window-dedicated-p.
30793
30794 * calendar/appt.el (appt-buffer-name): Make it a constant.
30795 (appt-add): Doc fix.
30796
30797 * filesets.el (filesets-menu-path, filesets-menu-before)
30798 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
30799 (filesets-menu-cache-file): Use directory ~/.emacs.d.
30800 (filesets-add-submenu): Delete and use add-submenu instead.
30801
308022005-03-30 Carsten Dominik <dominik@science.uva.nl>
30803
30804 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30805 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30806 (org-diary-default-entry): New function.
30807 (org-get-entries-from-diary): Better parsing of diary entries.
30808 (org-agenda-check-no-diary): New function.
30809 ("diary-lib"): Advice to function `add-to-diary-list', to allow
30810 linking to diary entries.
30811 (org-agenda-execute-calendar-command): New function.
30812 (org-agenda): Improve visible section in window.
30813 Use `org-fit-agenda-window'.
30814 (org-fit-agenda-window): New option.
30815 (org-move-subtree-down): Better handling of empty lines
30816 at end of subtree.
30817 (org-cycle): Numeric prefix is interpreted now as show-subtree N
30818 levels up.
30819 (org-fontify-done-headline): New option.
30820 (org-headline-done-face): New face.
30821 (org-set-font-lock-defaults): Use `org-headline-done-face'.
30822 (org-table-copy-down): Rename from `org-table-copy-from-above'.
30823 When current field is non-empty, it is copied to next row.
30824 (org-table-copy-from-above): Fix bug which made it
30825 impossible to copy fields containing only a single non-white character.
30826
308272005-03-30 Kim F. Storm <storm@cua.dk>
30828
30829 * kmacro.el (kmacro-end-macro): Isearch may store this command
30830 into the macro -- so ignore it when executing keyboard macro.
30831
308322005-03-30 Nick Roberts <nickrob@snap.net.nz>
30833
30834 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30835
308362005-03-29 Kenichi Handa <handa@m17n.org>
30837
30838 * language/thai.el ("Thai"): Set setup-function and exit-function
30839 for Thai language environment.
30840
30841 * language/thai-util.el: Require thai-word.
30842 (thai-word-mode-map): New variable.
30843 (thai-word-mode): New minor mode.
30844 (setup-thai-language-environment-internal): New function.
30845 (exit-thai-language-environment-internal): New function.
30846
30847 * language/thai-word.el (thai-word-table): Declare it by defvar,
30848 use dolist to initialize it.
30849 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30850 (thai-fill-find-break-point): New functions.
30851
308522005-03-29 Richard M. Stallman <rms@gnu.org>
30853
30854 * simple.el (idle-update-delay): Move definition up.
30855 (set-mark): Doc fix.
30856
308572005-03-29 Chong Yidong <cyd@stupidchicken.com>
30858
30859 * longlines.el: New file.
30860
30861 * simple.el (buffer-substring-filters): New variable.
30862 (filter-buffer-substring): New function.
30863 (kill-region, copy-region-as-kill): Use it.
30864
30865 * register.el (copy-to-register, append-to-register)
30866 (prepend-to-register): Use filter-buffer-substring.
30867
308682005-03-30 Nick Roberts <nickrob@snap.net.nz>
30869
30870 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30871 (gud-filter-pending-text): Move in front of gdb.
30872 (gud-overlay-arrow-position): New variable.
30873 (gud-sentinel, gud-display-line): Use it in place of
30874 overlay-arrow-position.
30875
308762005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
30877
30878 * progmodes/fortran.el (fortran-if-indent): Doc fix.
30879 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30880 (fortran-font-lock-keywords-4): New variable.
30881 (fortran-blocks-re, fortran-end-block-re)
30882 (fortran-start-block-re): New constants, for hideshow.
30883 (hs-special-modes-alist): Add a Fortran entry.
30884 (fortran-mode-map): Bind fortran-end-of-block,
30885 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30886 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
30887 (fortran-looking-at-if-then, fortran-end-of-block)
30888 (fortran-beginning-of-block): New functions, for hideshow.
30889
30890 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30891 Doc fix. Tweak regexp.
30892 (f90-beginning-of-block): Push mark first.
30893
308942005-03-29 Jay Belanger <belanger@truman.edu>
30895
30896 * calc/calc.el: Update copyright date.
30897 (calc-version): Increase to 2.1.
30898 (calc-version-date): Remove.
30899
30900 * calc/calc-help.el: Update copyright date.
30901 (calc-full-help): Remove reference to calc-version-date.
30902 Update copyright date.
30903
309042005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30905
30906 * vc.el (vc-do-command): Use a pipe for async processes, so password
30907 prompts don't show up at places where the user can't reply.
30908
309092005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30910
30911 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30912 on the file name we pass to the inferior shell.
30913
309142005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
30915
30916 * progmodes/which-func.el (which-function): Be robust in the face of an
30917 imenu--make-index-alist failure.
30918
309192005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30920
30921 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30922
30923 * progmodes/python.el (python-preoutput-filter): Fix last change.
30924
309252005-03-29 Lute Kamstra <lute@gnu.org>
30926
30927 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30928 functions and compiled macros.
30929 (debug-convert-byte-code): Handle macros too.
30930 (debug-on-entry-1): Don't signal an error when trying to clear a
30931 function that is not set to debug on entry.
30932
309332005-03-29 Jay Belanger <belanger@truman.edu>
30934
30935 * calc/calc-lang.el: Add functions to math-function-table
30936 properties of tex and math.
30937
309382005-03-29 Kenichi Handa <handa@m17n.org>
30939
30940 * ps-mule.el (ps-mule-plot-string): Translate characters by
30941 ps-print-translation-table.
30942 (ps-mule-begin-job): Call find-charset-region/string with
30943 ps-print-translation-table.
30944 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30945
30946 * ps-print.el (ps-print-translation-table): New variable.
30947 (ps-plot-region): Translate characters by ps-print-translation-table.
30948
309492005-03-29 Juri Linkov <juri@jurta.org>
30950
30951 * simple.el (next-error-highlight-timer): New variable.
30952
30953 * progmodes/compile.el (compilation-goto-locus):
30954 Use `next-error-highlight-timer' instead of `sit-for'.
30955
309562005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30957
30958 * mail/supercite.el (sc-mail-field): Use assoc-string.
30959 (sc-get-address): Simplify regexps.
30960
30961 * files.el (minibuffer-with-setup-hook): New macro.
30962 (find-file-read-args): Use it to avoid let-binding
30963 minibuffer-with-setup-hook (which breaks turning on/off
30964 file-name-shadow-mode while in the prompt).
30965
30966 * complete.el (PC-read-include-file-name-internal):
30967 Use test-completion.
30968
309692005-03-28 Luc Teirlinck <teirllm@auburn.edu>
30970
30971 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30972
309732005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30974
30975 * window.el (window-buffer-height): Use count-screen-lines.
30976
30977 * progmodes/python.el (python-preoutput-leftover): New var.
30978 (python-preoutput-filter): Use it.
30979 (python-send-receive): Loop until all the result has been received.
30980
309812005-03-28 Juri Linkov <juri@jurta.org>
30982
30983 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30984
30985 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30986 "Recover Crashed Session".
30987 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30988 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30989 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30990 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30991 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30992 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30993 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30994 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30995
30996 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30997 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30998 Ediff Sessions", "Toggle use of separate control buffer frame",
30999 "Use separate frame for Ediff control buffer".
31000
31001 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
31002 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
31003 "Rename Bookmark", "Delete Bookmark".
31004
31005 * info.el (Info-mode-menu): Remove ellipsis from "Index".
31006 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
31007 Add `:active Info-index-alternatives' to "Next Matching Item".
31008
31009 * wdired.el (wdired-change-to-wdired-mode):
31010 Mention `wdired-abort-changes' key in the initial message.
31011
31012 * international/mule.el (auto-coding-alist): Associate non-ascii
31013 image filename extensions with `no-conversion'.
31014
310152005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
31016
31017 * international/iso-acc.el:
31018 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
31019
310202005-03-26 Luc Teirlinck <teirllm@auburn.edu>
31021
31022 * textmodes/sgml-mode.el (html-mode): Doc update.
31023
31024 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
31025
310262005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
31027
31028 * term.el (term-move-columns): Fix face after extending a line.
31029 (term-insert-spaces): Likewise.
31030 (term-reset-terminal): Fix off by one error.
31031
310322005-03-26 Eli Zaretskii <eliz@gnu.org>
31033
31034 * international/mule.el (auto-coding-alist): Add .xpi files.
31035
31036 * files.el (auto-mode-alist): Add .xpi files.
31037
310382005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
31039
31040 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
31041
310422005-03-26 Eli Zaretskii <eliz@gnu.org>
31043
31044 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
31045
310462005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
31047
31048 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
31049 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
31050
31051 * calendar/cal-move.el (calendar-beginning-of-year): Move the
31052 cursor to Jan 1 when needed.
31053 (calendar-end-of-year): Fix -/+ typo.
31054 Reported by Chong Yidong <cyd@stupidchicken.com>.
31055
310562005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
31057
31058 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
31059
31060 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
31061 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
31062
310632005-03-25 Richard M. Stallman <rms@gnu.org>
31064
31065 * filesets.el (filesets-init): Add autoload.
31066
31067 * mail/mailalias.el (mail-directory): Doc fix.
31068
310692005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31070
31071 * mail/mailalias.el (mail-directory-process): Do nothing if
31072 mail-directory-process is an atom.
31073 (mail-get-names): Ignore mail-directory-names if it is an atom.
31074 (mail-directory-process defvar): Doc fix.
31075 (mail-names): Doc fix.
31076
b1e6882f 310772005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
6fee106e
KS
31078
31079 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
31080
310812005-03-26 Kenichi Handa <handa@m17n.org>
31082
31083 * international/mule-util.el (detect-coding-with-priority):
31084 Call update-coding-systems-internal before detect-coding-region.
31085
310862005-03-26 Nick Roberts <nickrob@snap.net.nz>
31087
31088 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
31089 (gdb-frames-mode-map): Add follow-link property.
31090
310912005-03-25 Jay Belanger <belanger@truman.edu>
31092
31093 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
31094 for variables.
31095
310962005-03-25 Juri Linkov <juri@jurta.org>
31097
31098 * image-mode.el: Optimize image filename extension regexps in
31099 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
31100 in `auto-mode-alist'.
31101 (image-mode): Add `image-toggle-display-text' to local hook
31102 `change-major-mode-hook'. Display the image as an image by
31103 default. Set `cursor-type' and `truncate-lines' if the image
31104 is already displayed. Take into account the current mode (image
31105 or text) in message.
31106 (image-minor-mode): New minor mode.
31107 (image-mode-maybe, image-toggle-display-text): New functions.
31108 (image-toggle-display): Use called-interactively-p.
31109 Let-bind `inhibit-read-only' to t.
31110
31111 * image-mode.el (image-minor-mode): Set `cursor-type' and
31112 `truncate-lines' if the image is already displayed. Add turning
31113 image-minor-mode off to `change-major-mode-hook'. Add message.
31114 Call `image-toggle-display-text' after turning image-minor-mode off.
31115
311162005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
31117
31118 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
31119 Terminal.app, use utf-8.
31120 (set-display-table-and-terminal-coding-system): Add coding-system arg.
31121 (set-locale-environment): Use it.
31122
31123 * term/xterm.el: Undo last change, better done in mule-cmds.el.
31124
31125 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
31126
31127 * progmodes/python.el (python-close-block-statement-p)
31128 (python-outdent-p, python-current-defun): Use symbol-end.
31129
8cedef2e 311302005-03-25 Karl Chen <quarl@cs.berkeley.edu>
6fee106e
KS
31131
31132 * files.el (save-some-buffers): Doc fix.
31133
311342005-03-25 Werner Lemberg <wl@gnu.org>
31135
31136 * complete.el, thumbs.el: Replace `legal' with `valid'.
31137 * calendar/calendar.el: Replace `legal' with `valid'.
31138 * emacs-lisp/advice.el: Replace `legal' with `valid'.
31139 * mail/supercite.el: Replace `legal' with `valid'.
31140 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
31141 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
31142 Replace `legal' with `valid'.
31143 * textmodes/reftex-vars.el, textmodes/reftex.el:
31144 Replace `legal' with `valid'.
31145
311462005-03-25 Werner Lemberg <wl@gnu.org>
31147
31148 * calc/calc-forms.el, calc/calc-sel.el
31149 * midnight.el, vc-cvs.el
31150 * emacs-lisp/cl-macs.el
31151 * emulation/vip.el
31152 * eshell/esh-io.el, eshell/esh-var.el
31153 * mail/supercite.el
31154 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
31155 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
31156 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
31157 * progmodes/sh-script.el, progmodes/xscheme.el
31158 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
31159 * textmodes/reftex-index.el, textmodes/reftex-parse.el
31160 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
31161 * textmodes/reftex.el, textmodes/org.el:
31162 Replace `illegal' with `invalid'.
31163
311642005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
31165
31166 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
31167 (flymake-find-buildfile, flymake-find-possible-master-files)
31168 (flymake-check-include, flymake-parse-line): Replace loops over the
31169 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
31170
31171 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
31172 Substitute file-name-as-directory in the rest of the file.
31173 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
31174 (flymake-replace-region): Remove unused arg `buffer'.
31175 (flymake-check-patch-master-file-buffer): Update calls to it.
31176 (flymake-add-err-info): Remove unused var `count'.
31177 (flymake-mode): Use define-minor-mode.
31178
31179 * progmodes/flymake.el: Use with-current-buffer.
31180 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
31181 flymake-replace-regexp-in-string, flymake-line-beginning-position)
31182 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
31183 Avoid testing for `xemacs'.
31184 (flymake-nop): Move.
31185 (flymake-region-has-flymake-overlays): Return the computed value.
31186 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
31187 Remove unused var `endline'.
31188 (flymake-get-line-count): Remove unused function.
31189 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
31190
31191 * emulation/vi.el:
31192 * generic.el:
31193 * hilit-chg.el (global-highlight-changes):
31194 * hi-lock.el (hi-lock-mode):
31195 * follow.el: find-file-hooks -> find-file-hook.
31196
31197 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
31198
311992005-03-24 Juri Linkov <juri@jurta.org>
31200
31201 * dired.el (dired-mode-map): Add menu item "Compare directories"
31202 for dired-compare-directories.
31203
31204 * dired-aux.el (dired-compare-directories): Add autoload cookie.
31205 Doc fix. Replace `read-file-name' with `read-directory-name'.
31206
312072005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
31208
31209 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
31210
312112005-03-24 Jay Belanger <belanger@truman.edu>
31212
31213 * calc/calc-embed.el (calc-embedded-mode-change): Save all
31214 relevant mode settings in calc-embedded-original-modes when modes
31215 are permanently changed.
31216
312172005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
31218
31219 * autoinsert.el: find-file-hooks -> find-file-hook.
31220
312212005-03-24 Lute Kamstra <lute@gnu.org>
31222
31223 * generic.el (generic-font-lock-defaults): Make it obsolete.
31224 (generic-font-lock-keywords): New variable to replace
31225 generic-font-lock-defaults.
31226 (generic-mode-set-font-lock): Delete it.
31227 (generic-mode-internal): Don't call generic-mode-set-font-lock.
31228 (generic-bracket-support): Add docstring.
31229
31230 * generic-x.el: Rename generic-font-lock-defaults to
31231 generic-font-lock-keywords throughout.
31232 (mailagent-rules-setup-function): Delete it.
31233 (mailagent-rules-generic-mode): Use anonymous function instead.
31234 (show-tabs-generic-mode-font-lock-defaults-1)
31235 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
31236 Quote faces.
31237 (show-tabs-tab-face, show-tabs-space-face): Specify background,
31238 not foreground.
31239
31240 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
31241 Recognize define-generic-mode.
31242
312432005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
31244
31245 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
31246 if there's no completion table.
31247
312482005-03-23 Miles Bader <miles@gnu.org>
31249
31250 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31251 Remove tty-specific variants, as they're no longer needed.
31252
312532005-03-23 Lute Kamstra <lute@gnu.org>
31254
31255 * generic-x.el: Code cleanup: make args constant whenever possible.
31256 (installshield-statement-keyword-list)
31257 (installshield-system-functions-list)
31258 (installshield-system-variables-list, installshield-types-list)
31259 (installshield-funarg-constants-list): Make them constants.
31260
31261 * generic.el (generic-make-keywords-list): Add autoload cookie.
31262
31263 * calendar/time-date.el: Add comment on time value formats.
31264 Don't require parse-time.
31265 (with-decoded-time-value): New macro.
31266 (encode-time-value): New function.
31267 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
31268 (days-to-time): Return a valid time value when arg is huge.
31269 (time-since): Use time-subtract.
31270 (time-to-number-of-days): Use time-to-seconds.
31271
312722005-03-23 David Ponce <david@dponce.com>
31273
31274 * recentf.el (recentf-keep): New option.
31275 (recentf-menu-action): Default to `find-file'.
31276 (recentf-keep-non-readable-files-flag)
31277 (recentf-keep-non-readable-files-p)
31278 (recentf-file-readable-p, recentf-find-file)
31279 (recentf-cleanup-remote): Remove.
31280 (recentf-include-p): More robust.
31281 (recentf-keep-p): New function.
31282 (recentf-remove-if-non-kept): Rename from
31283 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
31284 All callers updated.
31285 (recentf-menu-items-for-commands): Fix help string.
31286 (recentf-track-closed-file): Update. Doc fix.
31287 (recentf-cleanup): Update. Count removed files. Doc fix.
31288
312892005-03-23 Kim F. Storm <storm@cua.dk>
31290
31291 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31292 Don't inherit from fringe face (now happens automatically).
31293
312942005-03-22 Kim F. Storm <storm@cua.dk>
31295
31296 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
31297 position values.
31298
312992005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
31300
31301 * menu-bar.el (showhide-date-time): Remove.
31302 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
31303 (menu-bar-make-mm-toggle): Simplify.
31304
313052005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31306
31307 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
31308 Accept qualified variable and function names.
31309
313102005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
31311
31312 * bindings.el (completion-ignored-extensions):
31313 Remove ".lis" for `vax-vms'.
31314
313152005-03-22 Andreas Schwab <schwab@suse.de>
31316
31317 * generic-x.el: Revert last change.
31318 * ldefs-boot.el: Update.
31319
313202005-03-22 Jay Belanger <belanger@truman.edu>
31321
31322 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
31323 (calc-embedded-save-original-modes)
31324 (calc-embedded-restore-original-modes): New functions.
31325 (calc-do-embedded): Save original modes when entering embedded mode
31326 and restore when leaving embedded mode.
31327 (calc-embedded-modes-change): Change the value of
31328 calc-embedded-original-modes to reflect permanent changes.
31329
313302005-03-22 Lute Kamstra <lute@gnu.org>
31331
31332 * generic-x.el: Require generic again.
31333
313342005-03-22 Miles Bader <miles@gnu.org>
31335
31336 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31337 Tweak details to look good on both ttys and bitmap displays, light
31338 or dark background, etc.
31339
313402005-03-21 Kim F. Storm <storm@cua.dk>
31341
31342 * tooltip.el (tooltip-show-help-function): Check car and cdr of
31343 mouse position.
31344
313452005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
31346
31347 * icomplete.el: Don't forcibly turn on the mode upon load.
31348 (icomplete-mode): Use define-minor-mode.
31349 (icomplete-eoinput): Default to nil.
31350 (icomplete-minibuffer-setup): Remove autoload.
31351 (icomplete-tidy): Simplify.
31352 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
31353 in the initial state or if the user has modified the field.
31354 Fix handling of icomplete-max-delay-chars.
31355 Remove code that handles the oddball case where
31356 minibuffer-completion-table is an integer.
31357 Wrap icomplete-completions in while-no-input in case building
31358 completions takes more time than expected.
31359 (icomplete-completions): Simplify.
31360
313612005-03-21 Richard M. Stallman <rms@gnu.org>
31362
31363 * jka-compr.el (jka-compr-really-do-compress):
31364 Make variable buffer-local.
31365
31366 * image-mode.el: Handle .xpm files too.
31367 (image-toggle-display): Preserve modification flag.
31368
31369 * help.el (where-is): Don't mention aliases with no key bindings.
31370
313712005-03-21 Lute Kamstra <lute@gnu.org>
31372
31373 * generic.el: Fix commentary section. Don't require cl for
31374 compilation.
31375 (generic-mode-list): Add autoload cookie.
31376 (generic-use-find-file-hook, generic-lines-to-scan)
31377 (generic-find-file-regexp, generic-ignore-files-regexp)
31378 (generic-mode, generic-mode-find-file-hook)
31379 (generic-mode-ini-file-find-file-hook): Fix docstrings.
31380 (define-generic-mode): Make it a defmacro. Fix docstring.
31381 (generic-mode-internal): Code cleanup. Add autoload cookie.
31382 (generic-mode-set-comments): Code cleanup.
31383 * generic-x.el: Don't prevent compilation. Don't require generic.
31384 Follow coding conventions. Minor code cleanup.
31385 (etc-fstab-generic-mode): Add some keywords.
31386 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
31387 define-generic-mode like a function declaration.
31388
313892005-03-21 Jay Belanger <belanger@truman.edu>
31390
31391 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
31392 changing modes.
31393
313942005-03-21 Sam Steingold <sds@gnu.org>
31395
31396 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
31397
313982005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
31399
31400 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
31401 Add underscore to "f$ lexicals" regexp.
31402
314032005-03-20 Juri Linkov <juri@jurta.org>
31404
31405 * subr.el (progress-reporter-do-update): When `min-value' is equal
31406 to `max-value', set `percentage' to 0 and prevent division by zero.
31407
314082005-03-20 Michael Albinus <michael.albinus@gmx.de>
31409
31410 Sync with Tramp 2.0.48.
31411
31412 * net/tramp.el (all): Change all addresses to .gnu.org.
31413 (tramp-append-tramp-buffers): New defun.
31414 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
31415 Catch `dont-send' signal.
31416 (tramp-set-auto-save-file-modes): Set always permissions, because
31417 there might be an old auto-saved file belonging to another
31418 original file. This could be a security threat. Reported by
31419 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
31420 Check for Emacs 21.3.50 removed.
31421
31422 * net/tramp-smb.el (all): Remove debug construct for
31423 `with-parsed-tramp-file-name'.
31424 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
31425 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
31426 No error message if DIRECTORY or FILENAME doesn't exist.
31427 (tramp-smb-open-connection): Check existence of
31428 `tramp-smb-program'.
31429
314302005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
31431
31432 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
31433 Properly handle the case where the `m' or `s' command's argument is not
31434 yet terminated.
31435 (perl-indent-new-calculate): New function.
31436 (perl-indent-line): Use it.
31437
314382005-03-20 Miles Bader <miles@gnu.org>
31439
31440 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
31441 in text-mode too. Change to new face names.
31442 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
31443 Add `:weight bold' attribute.
31444 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
31445
314462005-03-19 Juri Linkov <juri@jurta.org>
31447
31448 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
31449
31450 * international/mule.el (auto-coding-alist): Sync with
31451 `auto-mode-alist' by adding upper case archive file extensions
31452 and adding ear/war to jar extension.
31453
314542005-03-19 David Casperson <casper@unbc.ca> (tiny change)
31455
31456 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
31457 running, restart it.
31458
314592005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
31460
31461 * finder.el (finder-current-item): Throw an error on an empty line.
31462
31463 * man.el (Man-follow-manual-reference): If current-word returns
31464 nil, use "".
31465
314662005-03-19 Matt Hodges <MPHodges@member.fsf.org>
31467
31468 * simple.el (goto-line): Doc fix.
31469
314702005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
31471
31472 * files.el (save-buffer): Doc fix.
31473
314742005-03-19 Michael R. Mauger <mmaug@yahoo.com>
31475
31476 * recentf.el (recentf-cleanup-remote): New variable.
31477 (recentf-cleanup): Use it to conditionally check availability of
31478 remote files.
31479
314802005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
31481
31482 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
31483 function names.
31484
314852005-03-19 Eli Zaretskii <eliz@gnu.org>
31486
31487 * language/thai-word.el: New file.
31488
314892005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31490
31491 * files.el (backup-buffer): If the file's directory is not
31492 writable, use copy instead of move to backup the file.
31493
314942005-03-19 Eli Zaretskii <eliz@gnu.org>
31495
31496 * obsolete/keyswap.el: Moved to obsolete/ from term/.
31497
314982005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
31499
31500 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
31501 Use functionp instead of symbolp and fboundp. Reported by Drkm
31502 <darkman_spam@yahoo.fr>.
31503 (ps-print-version): New version 6.6.6.
31504
315052005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
31506
31507 * textmodes/table.el (table--line-column-position): New idiom.
31508 (table--row-column-insertion-point-p): New function to test
31509 validity of row and column insertion operation at a location.
31510 (table-global-menu, table-cell-menu): Use above functions for
31511 deterministic test operation.
31512 (table--editable-cell-p): Behave in deterministic fashion.
31513
315142005-03-18 Juri Linkov <juri@jurta.org>
31515
31516 * isearch.el (isearch-lazy-highlight-new-loop):
31517 Make arguments beg and end optional.
31518 (isearch-update): Remove optional arguments nil from
31519 isearch-lazy-highlight-new-loop.
31520 (isearch-lazy-highlight-search): Let-bind case-fold-search to
31521 isearch-lazy-highlight-case-fold-search instead of
31522 isearch-case-fold-search, and let-bind isearch-regexp to
31523 isearch-lazy-highlight-regexp.
31524 Use isearch-lazy-highlight-last-string instead of isearch-string.
31525
31526 * replace.el (perform-replace): Remove bindings of global
31527 variables isearch-string, isearch-regexp, isearch-case-fold-search.
31528 Add three new arguments to `replace-highlight'.
31529 (replace-highlight): Add arguments string, regexp, case-fold.
31530 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
31531 to allow isearch-lazy-highlight-new-loop to use these values
31532 to set corresponding isearch-lazy-highlight-* internal
31533 variables whose values lazy highlighting will use regardless of
31534 changes to global variables isearch-string, isearch-regexp,
31535 isearch-case-fold-search during lazy highlighting loop.
31536 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
31537 to `lazy-highlight-cleanup'.
31538
31539 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
31540 (ispell-highlight-face): Set default face to `isearch' when
31541 lazy highlighting is enabled.
31542 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
31543 priority to 1. Add lazy highlighting.
31544 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
31545 from `isearch-dehighlight'.
31546
315472005-03-18 David Ponce <david@dponce.com>
31548
31549 * files.el (hack-local-variables): Do a case-insensitive search
31550 for End.
31551
315522005-03-18 Juri Linkov <juri@jurta.org>
31553
31554 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
31555 `isearch-lazy-highlight-cleanup', add alias to old name and
31556 declare obsolete. Add release numbers to other obsolete vars.
31557 (isearch-done, isearch-lazy-highlight-new-loop):
31558 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
31559 (lazy-highlight-cleanup) <variable>: Doc fix.
31560 (isearch-lazy-highlight-update): Rename obsolete
31561 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
31562
315632005-03-18 Kenichi Handa <handa@m17n.org>
31564
31565 * language/thai-util.el: Fix categorization of Thai characters in
31566 thai-category-table.
31567 (thai-composition-pattern): Adjust it for the above change.
31568 (thai-self-insert-command, thai-compose-syllable): New functions.
31569 (thai-compose-region): Use thai-compose-syllable.
31570 (thai-compose-string): Likewise.
31571 (thai-composition-function): Likewise.
31572 (thai-auto-composition): New function.
31573 (thai-auto-composition-mode): New minor mode.
31574
31575 * language/thai.el: Fix patterns to be registered in
31576 composition-function-table.
31577
31578 * international/quail.el (quail-input-method): Locally bind
31579 inhibit-modification-hooks to t.
31580
315812005-03-17 Richard M. Stallman <rms@gnu.org>
31582
31583 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31584 (perl-mode): Use run-mode-hooks.
31585
31586 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31587 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31588 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31589
31590 * mail/sendmail.el (sendmail-send-it): Reenable the code
31591 to compute resend-to-address and use it.
31592
31593 * tar-mode.el (tar-mode): Turn off undo unconditionally.
31594
31595 * image-mode.el: New file.
31596
31597 * image.el (insert-sliced-image): Add autoload cookie.
31598
31599 * font-lock.el (font-lock-lines-before): New user option.
31600 (font-lock-after-change-function): Obey it.
31601
31602 * bindings.el (esc-map): Make M-g a prefix.
31603 Bind M-g g and M-g M-g to goto-line.
31604
31605 * faces.el (face-id): Doc fix.
31606
316072005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31608
31609 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31610 (rmail-show-message): Use rmail-unknown-mail-followup-to.
31611 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31612
31613 * mail/sendmail.el (mail-yank-ignored-headers)
31614 (mail-font-lock-keywords, mail-mode-fill-paragraph):
31615 Add Mail-Followup-To and Mail-Reply-To headers.
31616 (mail-citation-hook): Add autoload cookie.
31617 (mail-mode): Doc fix.
31618 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31619 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31620 (mail-mode-fill-paragraph): Handle those headers.
31621 (mail-mailing-lists): New variable.
31622 (mail-mail-reply-to, mail-mail-followup-to): New functions.
31623
316242005-03-17 Juri Linkov <juri@jurta.org>
31625
31626 * isearch.el (isearch-fallback): Check for `(car previous)'
31627 before calling `isearch-other-end-state'.
31628
316292005-03-17 Kim F. Storm <storm@cua.dk>
31630
31631 * simple.el (move-beginning-of-line): Move to beginning of buffer
31632 line, as well as beginning of screen line.
31633
316342005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
31635
31636 * calendar/diary-lib.el (mark-diary-entries): Use new optional
31637 argument REDRAW rather than calendar-redrawing variable.
31638 * calendar/calendar.el (calendar-redrawing): Delete.
31639 (redraw-calendar): Do not bind calendar-redrawing.
31640
316412005-03-16 Matt Hodges <MPHodges@member.fsf.org>
31642
31643 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31644 diary-file buffer.
31645
316462005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
31647
31648 * help.el (describe-mode): Allow a :minor-mode-function property to
31649 specify a different minor mode toggle function than the variable.
31650 * simple.el (auto-fill-function):
31651 * subr.el (add-minor-mode): Use it.
31652
316532005-03-16 Kenichi Handa <handa@m17n.org>
31654
31655 * language/ethio-util.el (sera-being-called-by-w3): New variable.
31656 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31657 (ethio-fidel-to-sera-buffer): Likewise.
31658
316592005-03-16 Juri Linkov <juri@jurta.org>
31660
31661 * emacs-lisp/find-func.el (find-function-regexp):
31662 Add defun-emitting macro `menu-bar-make-toggle'.
31663
31664 * isearch.el: Put `isearch-scroll' property to
31665 `split-window-horizontally'.
31666
31667 * info.el: Update error messages for `debug-ignored-errors'.
31668 (Info-isearch-search): Doc fix.
31669 (Info-find-node): Move up code to go into info buffer before
31670 recording the node to the history.
31671 (Info-fontify-node): Fontify titles only if the next line
31672 has two or more `*', `=', `-', `.'.
31673 Display "go to this node" for empty (match-string 3).
31674
316752005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31676
31677 * term/mac-win.el: Add mouse pointer shape constants.
31678
316792005-03-15 Kim F. Storm <storm@cua.dk>
31680
31681 * simple.el (move-beginning-of-line): Use vertical-motion.
31682
316832005-03-15 Juri Linkov <juri@jurta.org>
31684
31685 * isearch.el (isearch-error): New variable.
31686 (isearch-invalid-regexp, isearch-within-brackets): Remove.
31687 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31688 (isearch-within-brackets-state): Remove.
31689 (isearch-case-fold-search-state, isearch-pop-fun-state):
31690 Decrease frame index.
31691 (isearch-mode, isearch-top-state, isearch-push-state)
31692 (isearch-edit-string, isearch-abort, isearch-search-and-update)
31693 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31694 (isearch-search, isearch-lazy-highlight-new-loop):
31695 Replace `isearch-invalid-regexp' with `isearch-error'.
31696 Remove `isearch-within-brackets'.
31697 (isearch-search): Add `search-failed' handler to `condition-case'.
31698 (isearch-lazy-highlight-search): Add `condition-case' to catch
31699 errors and allow `isearch-lazy-highlight-update' to try
31700 highlighting from the beginning of the window.
31701 (isearch-repeat): Move up code to set isearch-wrapped to t
31702 before calling isearch-wrap-function.
31703
31704 * info.el (Info-isearch-initial-node): New internal variable.
31705 (Info-search): Signal an error in isearch mode when search leaves
31706 the initial node. Signal an error when `bound' is non-nil and
31707 nothing was found in the current subfile.
31708 (Info-isearch-search): Remove `condition-case'.
31709 (Info-isearch-wrap): Don't wrap when search failed during leaving
31710 the initial node. If `Info-isearch-search' is nil, wrap around
31711 the current node.
31712 (Info-isearch-start): New fun.
31713 (Info-mode): Add buffer-local hook `Info-isearch-start' to
31714 `isearch-mode-hook'.
31715
317162005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31717
31718 * simple.el (normal-erase-is-backspace): Set default to t if
31719 running on Mac.
31720
31721 * term/mac-win.el (function-key-map): Sync with x-win.el.
31722
317232005-03-15 Kenichi Handa <handa@m17n.org>
31724
31725 * international/mule-cmds.el (locale-language-names): Modify the
31726 format of elements and add more entries.
31727 (locale-preferred-coding-systems): Add more entries.
31728 (set-locale-environment): Adjust for the change of
31729 locale-language-names.
31730
317312005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
31732
31733 * pcvs.el (smerge-ediff): Remove bogus autoload.
31734
317352005-03-14 Lute Kamstra <lute@gnu.org>
31736
31737 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31738 Ignore a `*' at the beginning of a line.
31739
31740 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31741 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31742 subr.el.
31743 (dont-compile, eval-when-compile, eval-and-compile): Use declare
31744 to specify indentation.
31745
31746 * generic.el (define-generic-mode): Let generic-mode-list be a
31747 list of strings; test membership with equal.
31748
317492005-03-14 Kim F. Storm <storm@cua.dk>
31750
31751 * simple.el (next-line, previous-line): Add optional try-vscroll
31752 arg to recognize interactive use. Pass it on to line-move.
31753 (line-move): Don't perform auto-window-vscroll when defining or
31754 executing keyboard macro to ensure consistent behavior.
31755
317562005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
31757
31758 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31759
317602005-03-13 Lute Kamstra <lute@gnu.org>
31761
31762 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31763 debugger-setup-buffer so that backtrace marks the frames set to
31764 debug-on-exit and we don't have to do it manually. Set an extra
31765 debug-on-exit for macro's.
31766 (debugger-setup-buffer): Don't mark the top frame manually.
31767
317682005-03-12 Lute Kamstra <lute@gnu.org>
31769
31770 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31771 lisp-indent-function throughout.
31772 (with-no-warnings): Set lisp-indent-function property.
31773
317742005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
31775
31776 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31777 Add entry for backslash.
31778
317792005-03-12 Juri Linkov <juri@jurta.org>
31780
31781 * info.el (Info-search): Four fixes for backward search.
31782
317832005-03-11 Jay Belanger <belanger@truman.edu>
31784
31785 * calc/calc.el (calc-language-alist): New variable.
31786 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31787 (calc-embedded-find-modes): Use calc-language-alist instead of
31788 calc-embedded-language-alist.
31789
317902005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31791
31792 * calendar/calendar.el (calendar-redrawing): New internal
31793 variable.
31794 (redraw-calendar): Remove bogus save-excursion from previous
31795 change. Bind calendar-redrawing to t for mark-diary-entries.
31796 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31797 calendar if that is why we were called.
31798
317992005-03-11 Kenichi Handa <handa@m17n.org>
31800
31801 * international/mule.el (make-coding-system): Set property
31802 coding-system-define-form to nil.
31803 (define-coding-system-alias): Likewise.
31804
318052005-03-11 Kenichi Handa <handa@m17n.org>
31806
31807 These changes are suggested by Dave Love <fx@gnu.org>.
31808
31809 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31810 coding: tag.
31811 (adaptive-fill-regexp): Add more bullets.
31812 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31813 regexps.
31814
318152005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
31816
31817 * help.el (describe-mode): Properly handle non-trivial lighters.
31818 Don't ignore minor modes that are not listed in minor-mode-list.
31819
31820 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31821 feature ON when the user requests to turn it OFF.
31822
318232005-03-10 Lute Kamstra <lute@gnu.org>
31824
31825 * emacs-lisp/debug.el (debug-entry-code): Delete it.
31826 (implement-debug-on-entry): New function to replace debug-entry-code.
31827 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
31828 second argument as the 2005-03-07 change makes it obsolete.
31829 (debug-on-entry, cancel-debug-on-entry): Update call to
31830 debug-on-entry-1.
31831 (debug, debugger-setup-buffer): Comment update.
31832 (debugger-frame-number): Update to work with implement-debug-on-entry.
31833
318342005-03-10 Jay Belanger <belanger@truman.edu>
31835
31836 * calc/calc-embed.el (math-ms-args): Declare it.
31837 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31838 math-ms-args.
31839 (calc-embedded-subst): Use math-multi-subst-rec to substitute
31840 variables.
31841
318422005-03-10 Nick Roberts <nickrob@snap.net.nz>
31843
31844 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31845 Use message-box.
31846
31847 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31848 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31849 (tooltip-gud-tips): Simplify.
31850 (tooltip-gud-tips-p): Remove superfluous :set.
31851 (tooltip-gud-modes): Add fortran-mode.
31852 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31853
31854 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31855
318562005-03-09 Kim F. Storm <storm@cua.dk>
31857
31858 * play/animate.el (animate-place-char): Use forward-line instead
31859 of next-line to improve performance.
31860
318612005-03-09 Simon Josefsson <jas@extundo.com>
31862
31863 * net/browse-url.el (browse-url-default-browser): Doc fix.
31864
318652005-03-09 Miles Bader <miles@gnu.org>
31866
31867 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31868 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31869
318702005-03-09 Kenichi Handa <handa@m17n.org>
31871
31872 * international/latin-1.el: Set case and syntax for 255 only if
31873 set-case-syntax-set-multibyte is nil.
31874
31875 * textmodes/ispell.el (ispell-insert-word): New function.
31876 (ispell-word): Use ispell-insert-word to insert a new word.
31877 (ispell-process-line): Likewise.
31878 (ispell-complete-word): Likewise.
31879
318802005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
31881
31882 * calendar/calendar.el (redraw-calendar): Preserve point.
31883 Reported by Matt Hodges <MPHodges@member.fsf.org>.
31884 (calendar-week-start-day): Move after definition of
31885 redraw-calendar. Delete buffer test, since redraw-calendar has
31886 that now.
31887
31888 * calendar/diary-lib.el (mark-diary-entries): Only call
31889 redraw-calendar in the first of any recursive calls.
31890 Reported by Alan Shutko <ats@acm.org>.
31891
318922005-03-08 Juri Linkov <juri@jurta.org>
31893
31894 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31895 (html-horizontal-rule, html-line, html-image, html-checkboxes)
31896 (html-radio-buttons): Add a space before the trailing `/>' where
31897 sgml-xml-mode is non-nil.
31898 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31899 the subsequent tag of the empty XML tag.
31900 (html-href-anchor): Don't set initial input to "http:".
31901 (html-image): Ask for the image URL and set point inside alt="".
31902 (html-name-anchor): Duplicate the name in the `id' attribute when
31903 sgml-xml-mode is non-nil.
31904 (html-paragraph): Remove \n before <p>.
31905 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31906 instead of `checked' when sgml-xml-mode is non-nil.
31907
31908 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31909 Remove 1 space before #RRGGBB to not truncate it on terminal
31910 windows w/o fringes. Remove 1 space between bg and fg examples
31911 to get more space.
31912 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31913 avoid byte-compile warnings.
31914
31915 * image-file.el (image-file-handler): Put `safe-magic' property to
31916 `image-file-handler'.
31917
31918 * info.el (Info-isearch-search): Emulate word search in
31919 isearching through multiple Info nodes with Info-search.
31920 (Info-isearch-wrap): Allow isearch-word.
31921
319222005-03-08 Lute Kamstra <lute@gnu.org>
31923
31924 * emacs-lisp/debug.el (debugger-step-through): Make sure that
31925 stepping into the debugger's code is not possible.
31926 (debugger-jumping-flag): Docstring update.
31927
319282005-03-08 Jay Belanger <belanger@truman.edu>
31929
31930 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31931 embedded mode begins.
31932 (calc-embedded-language-alist): New variable.
31933 (calc-embedded-find-modes): Use calc-embedded-language-alist to
31934 set default language mode.
31935
319362005-03-08 Kenichi Handa <handa@m17n.org>
31937
31938 * international/ccl.el (define-ccl-program): Fix docstring about
31939 extra 256 bytes assured for the output buffer.
31940
31941 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31942 Fix BUFFER_MAGNIFICATION to 2.
31943 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31944
319452005-03-07 Karl Chen <quarl@cs.berkeley.edu>
31946
31947 * align.el (align-rules-list): Added an alignment rule for CSS
31948 declarations (applies to css-mode and html-mode buffers).
31949
319502005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
31951
31952 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31953
319542005-03-07 Kim F. Storm <storm@cua.dk>
31955
31956 * simple.el (move-beginning-of-line): New command.
31957
31958 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31959
31960 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31961
31962 * emulation/cua-base.el: Put CUA move property on move-end-of-line
31963 and move-beginning-of-line.
31964
31965 * apropos.el (apropos-print): Omit command from M-x ... RET.
31966
319672005-03-07 Nick Roberts <nickrob@snap.net.nz>
31968
31969 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31970 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31971
319722005-03-06 Richard M. Stallman <rms@gnu.org>
31973
31974 * bindings.el (esc-map): Bind M-g to goto-line.
31975
31976 * facemenu.el (global-map): Bind M-o, not M-g.
31977
319782005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31979
31980 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31981 "Open Directory" as for "Open File".
31982
319832005-03-06 Chong Yidong <cyd@stupidchicken.com>
31984
31985 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31986 (push-mark-command): Run activate-mark-hook.
31987
319882005-03-06 Richard M. Stallman <rms@gnu.org>
31989
31990 * help-mode.el (help-mode-finish): Don't alter the element
31991 in view-return-to-alist if there already is one.
31992
31993 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31994 make sure the current buffer is the expected one.
31995
31996 * novice.el (disabled-command-function): Output in *Disabled Command*.
31997 Explicitly ignore non-keyboard events, and explicitly handle C-g.
31998
31999 * textmodes/flyspell.el (flyspell-large-region):
32000 Pass args differently for aspell.
32001
32002 * files.el (mode-require-final-newline): Doc fix.
32003
320042005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32005
32006 * progmodes/which-func.el (which-function):
32007 Specify NOERROR when calling imenu--make-index-alist.
32008
320092005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
32010
32011 * simple.el (normal-erase-is-backspace): Define default value.
32012
32013 * custom.el (custom-theme-set-variables): Remove unused var
32014 `immediate'.
32015 (custom-reevaluate-setting): Simple function to handle variables
32016 that are defined before their default value can really be
32017 computed.
32018
32019 * startup.el (command-line): Use it for temporary-file-directory,
32020 small-emporary-file-directory, auto-save-file-name-transforms,
32021 blink-cursor-mode, and normal-erase-is-backspace.
32022
32023 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
32024 progress, even with buggy anchored keywords.
32025
320262005-03-05 Luc Teirlinck <teirllm@auburn.edu>
32027
32028 * simple.el (goto-line): Remove unbalanced final parenthesis.
32029
320302005-03-05 Richard M. Stallman <rms@gnu.org>
32031
32032 * simple.el (goto-line): Use a number at point as the default.
32033 With C-u as arg, switch buffers.
32034
320352005-03-05 Juri Linkov <juri@jurta.org>
32036
32037 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
32038 with `no-blinking-cursor'.
32039
32040 * startup.el (no-blinking-cursor): New defvar.
32041 (command-line): Add `--no-blinking-cursor' to longopts.
32042 Set `no-blinking-cursor' to t for command line arguments
32043 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
32044 with `no-blinking-cursor' in the condition for calling
32045 `blink-cursor-mode'.
32046
320472005-03-04 Luc Teirlinck <teirllm@auburn.edu>
32048
32049 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
32050 (menu-bar-options-save): Add blink-cursor-mode.
32051 (menu-bar-options-menu): Add blink-cursor-mode.
32052
320532005-03-04 Ulf Jasper <ulf.jasper@web.de>
32054
32055 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
32056 (icalendar-export-file, icalendar-export-region)
32057 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
32058 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
32059
320602005-03-04 Lute Kamstra <lute@gnu.org>
32061
32062 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
32063 (debug-function-list): Ditto.
32064
320652005-03-04 Robert J. Chassell <bob@rattlesnake.com>
32066
32067 * textmodes/texinfmt.el (texinfo-append-refill):
32068 Redefine the types of line to which @refill
32069 is not appended by replacing a search for `@refill\\|@bye' with
32070 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
32071 itemize@refill' bug and the unfilled long lines bug.
32072 (texinfmt-version): Update number and date.
32073
320742005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
32075
32076 * international/code-pages.el (windows-1250, windows-125[2-8])
32077 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
32078
320792005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
32080
32081 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
32082 bound yet.
32083
320842005-03-02 Romain Francoise <romain@orebokech.com>
32085
32086 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
32087 buffer after removing limits.
32088 (ibuffer-pop-filter): Ditto.
32089 Update copyright.
32090
320912005-03-02 Miles Bader <miles@gnu.org>
32092
32093 * button.el (make-text-button): If the user doesn't specify a
32094 type, use the default. Rewrite to use `add-text-properties' and
32095 plist functions.
32096
320972005-03-01 Lute Kamstra <lute@gnu.org>
32098
32099 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
32100 (debugger-jumping-flag): New var.
32101 (debug-entry-code): Use it.
32102 (debugger-jump): Use debugger-jumping-flag and add
32103 debugger-reenable to post-command-hook.
32104 (debugger-reenable): Use debugger-jumping-flag and remove itself
32105 from post-command-hook.
32106 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
32107 debugger-reenable.
32108
321092005-03-01 Robert J. Chassell <bob@rattlesnake.com>
32110
32111 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
32112 inclusion of "itemize\\|", which may be unnecessary, is certainly
32113 inelegant, and stops refilling in itemize lists when formatting
32114 Japanese Texinfo files to Info.
32115 Update copyright to 2005.
32116
321172005-03-01 Nick Roberts <nickrob@snap.net.nz>
32118
32119 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
32120 of an error if GDB can't find the source file.
32121
321222005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
32123
32124 * calendar/calendar.el (redraw-calendar): Work from any buffer,
32125 not just the calendar.
32126
32127 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
32128 first.
32129 (diary-redraw-calendar): New function.
32130 (make-diary-entry): Add diary-redraw-calendar to local
32131 write-contents-functions. Turn off selective display before
32132 inserting in diary.
32133
321342005-03-01 Kim F. Storm <storm@cua.dk>
32135
32136 * emacs-lisp/copyright.el (copyright-fix-years): New command.
32137
321382005-03-01 Lute Kamstra <lute@gnu.org>
32139
32140 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
32141 that debug-entry-code can be safely removed from a function while
32142 this code is being evaluated. Revert the 2005-02-27 change as the
32143 new implementation no longer requires it. Make sure that a
32144 function body containing just a string is not mistaken for a docstring.
32145 (debug): Skip one more frame in case of debug on entry.
32146 (debugger-setup-buffer): Delete one more frame line in case of
32147 debug on entry.
32148 (debugger-frame-number): Update to use the new text introduced by
32149 the 1999-11-03 change. Skip one more frame in case of debug on entry.
32150
321512005-02-28 Kim F. Storm <storm@cua.dk>
32152
32153 * double.el (double-translate-key): Call force-window-update after
32154 read-event to avoid crash in redisplay.
32155
321562005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
32157
32158 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
32159 (debug): Use it. Move the inhibit-trace earlier.
32160 (debug-entry-code): New const.
32161 (debug-on-entry-1): Use it.
32162
321632005-02-28 Chong Yidong <cyd@stupidchicken.com>
32164
32165 * international/utf-16.el (ccl-encode-mule-utf-16le):
32166 Fix BUFFER_MAGNIFICATION to 2.
32167 (ccl-encode-mule-utf-16be): Likewise.
32168
321692005-02-28 Kenichi Handa <handa@m17n.org>
32170
32171 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
32172 Fix BUFFER_MAGNIFICATION to 4.
32173 (ccl-encode-mule-utf-16be-with-signature): Likewise.
32174
321752005-02-28 Nick Roberts <nickrob@snap.net.nz>
32176
32177 * speedbar.el (speedbar-update-flag): Doc fix.
32178 (speedbar-show-info-under-mouse): Give set-mouse-position the right
32179 argument.
32180
321812005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
32182
32183 * reveal.el (reveal-post-command): Don't try to reveal overlays which
32184 have a non-nil `invisible' property but are actually visible.
32185
32186 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
32187 for perldoc sections.
32188 (perl-outline-regexp, perl-outline-level): New var and function.
32189 (perl-mode): Use them.
32190
321912005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
32192
32193 * calendar/diary-lib.el (diary-remind): Discard any mark portion
32194 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
32195
321962005-02-27 Luc Teirlinck <teirllm@auburn.edu>
32197
32198 * cus-edit.el: Comment change.
32199 (custom-buffer-create-internal): Slightly reword text at top of
32200 Custom buffers. Mention there that saving an option edits the
32201 init file. Add link to Emacs manual node on `custom-file'.
32202 (custom-magic-alist): Rewrite individual State messages to use
32203 capitalized keywords. Doc fix.
32204
322052005-02-27 Matt Hodges <MPHodges@member.fsf.org>
32206
32207 * calendar/calendar.el (calendar-buffer): Move above
32208 calendar-week-start-day.
32209 (calendar-week-start-day): Doc fix. Add :set function.
32210 (calendar-minimum-window-height): New variable.
32211 (generate-calendar-window): Only resize window if selected-window
32212 is displaying the calendar buffer. Use new variable
32213 calendar-minimum-window-height.
32214 (generate-calendar): Reword error message.
32215 (calendar-mode-map): Bind DEL to scroll-other-window-down.
32216
322172005-02-27 Andreas Schwab <schwab@suse.de>
32218
32219 * vc.el (vc-do-command): Don't run command asynchronously when
32220 operating in a remote directory.
32221
32222 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
32223 change from sync with Tramp 2.0.47.
32224
322252005-02-27 Richard M. Stallman <rms@gnu.org>
32226
32227 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
32228
32229 * textmodes/flyspell.el (flyspell-mode-on):
32230 Call ispell-change-dictionary only if necessary.
32231
32232 * emacs-lisp/re-builder.el (regexp-builder): New function.
32233
32234 * register.el (describe-register-1): Explicitly handle
32235 yank-excluded-properties = t.
32236
32237 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
32238 (custom-magic-alist): Change the status descriptions again.
32239 (face widget-type): Total rewrite based on `restricted-sexp'
32240 to eliminate the confusing double hiding levels.
32241
32242 * emacs-lisp/debug.el (debug-on-entry-1):
32243 If function body is empty, add nil as body form.
32244
322452005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
32246
32247 * emacs-lisp/trace.el (inhibit-trace): New var.
32248 (trace-make-advice): Use it.
32249
32250 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
32251
322522005-02-26 Kim F. Storm <storm@cua.dk>
32253
32254 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
32255 (mouse-on-link-p, mouse-drag-region-1): Use it.
32256
322572005-02-25 Lute Kamstra <lute@gnu.org>
32258
32259 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
32260
322612005-02-24 Luc Teirlinck <teirllm@auburn.edu>
32262
32263 * frame.el (blink-cursor-mode): Add :group keyword.
32264
322652005-02-24 Ulf Jasper <ulf.jasper@web.de>
32266
32267 * calendar/icalendar.el (icalendar--decode-isodatetime):
32268 New optional argument DAY-SHIFT.
32269 (icalendar-export-region): Fix coding-system-for-write.
32270 (icalendar--convert-ical-to-diary): Shift end-day of all-day
32271 events by one.
32272
322732005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
32274
32275 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
32276
322772005-02-24 Kim F. Storm <storm@cua.dk>
32278
32279 * international/iso-acc.el (iso-accents-compose): Fix crash
32280 during redisplay. Call force-window-update after read-event
32281 and delete-region to signal that window is not accurate.
32282
322832005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
32284
32285 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
32286 Remove unused and inexistent var `inhibit-trace'.
32287 (debugger-mode): Use run-mode-hooks.
32288 (debugger-list-functions): Add buttons; setup xref stack.
32289
322902005-02-23 Richard M. Stallman <rms@gnu.org>
32291
32292 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
32293 appointment says it was explicitly made.
32294 (appt-add): Set the 3rd element.
32295 (appt-make-list): Preserve explicit appointments.
32296
32297 * subr.el (find-tag-default): Catch errors in forward-sexp.
32298
322992005-02-23 Juri Linkov <juri@jurta.org>
32300
32301 * info.el (Info-isearch-search): New defcustom.
32302 (Info-isearch-search): Call the default isearch function
32303 when Info-isearch-search is nil.
32304 (Info-isearch-wrap): Use variable Info-isearch-search.
32305
323062005-02-22 Luc Teirlinck <teirllm@auburn.edu>
32307
32308 * cus-edit.el: Comment change.
32309
323102005-02-22 Kim F. Storm <storm@cua.dk>
32311
32312 * progmodes/hideif.el (hide-ifdef-use-define-alist):
32313 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
32314
323152005-02-22 Simon Josefsson <jas@extundo.com>
32316
32317 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
32318 New variable.
32319 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
32320 Oskarsson" <myrkraverk@users.sourceforget.net>.
32321
323222005-02-22 Kim F. Storm <storm@cua.dk>
32323
32324 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
32325 check that window of that event is the selected window.
32326 (mouse-drag-region-1): Compare mouse event window to selected
32327 window before setting point.
32328
32329 * tooltip.el (tooltip-show-help-function): Pass event to
32330 mouse-on-link-p so it can check selected window.
32331
323322005-02-22 Kenichi Handa <handa@m17n.org>
32333
32334 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
32335 (ps-mule-show-warning): New function.
32336 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
32337 characters are found.
32338
32339 * ps-print.el (ps-header-footer-string): Return a list of header
32340 and footer strings.
32341
323422005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
32343
32344 * pcvs.el (cvs-retrieve-revision): Fix thinko.
32345
323462005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
32347
32348 * frame.el (blink-cursor-mode): Use define-minor-mode.
32349
32350 * term/mac-win.el (function-key-map): Use char-names more consistently.
32351 (file-name-coding-system): Only set it for MacOS-9. The other case is
32352 already handled in mule-cmds.el (where it also works when mac-win.el
32353 is not used).
32354
323552005-02-21 Kenichi Handa <handa@m17n.org>
32356
32357 * international/mule.el (ctext-pre-write-conversion): Always use
32358 " *code-converting-work*" buffer for work.
32359
32360 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
32361
323622005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
32363
32364 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
32365
323662005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
32367
32368 * ses.el (undo-more): Restore defadvice, but only the part that
32369 allows changes outside the restricted area of the buffer.
32370
323712005-02-20 Kim F. Storm <storm@cua.dk>
32372
32373 * simple.el (line-move): Add fourth optional arg try-vscroll which
32374 must be set to perform auto-window-vscroll.
32375 When moving backwards and doing auto-window-vscroll, automatically
32376 vscroll to the last part of lines which are taller than the window.
32377 (next-line, previous-line): Set try-vscroll arg on line-move.
32378
323792005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
32380
32381 * replace.el (query-replace, query-replace-regexp)
32382 (replace-string, replace-regexp): When operating on region, make
32383 the minibuffer prompt say so.
32384
32385 * isearch.el (isearch-forward): Document isearch-query-replace and
32386 isearch-query-replace-regexp keybindings.
32387
323882005-02-19 Jay Belanger <belanger@truman.edu>
32389
32390 * calc/calc-aent.el (math-read-token): Add local variable.
32391
32392 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
32393 (calc-edit-top): Move declaration to earlier in file.
32394 (calc-edit-macro-repeats): Add local variables.
32395
32396 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
32397 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
32398 calcFunc-tanh.
32399 Adjust integration rule for calcFunc-tan.
32400
324012005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
32402
32403 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
32404 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
32405 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
32406 (viper-skip-separators): Bug fix.
32407 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
32408 particular major mode.
32409 (viper-del-backward-char-in-replace): Don't put deleted char on the
32410 kill ring.
32411
32412 * viper-ex.el (viper-color-display-p): New function.
32413 (viper-has-face-support-p): Use viper-color-display-p.
32414
32415 * viper-keym.el (viper-gnus-modifier-map): New keymap.
32416
32417 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
32418
32419 * viper-util.el (viper-glob-unix-files): Fix shell status check.
32420 (viper-file-remote-p): Make equivalent to file-remote-p.
32421
32422 * viper.el (viper-major-mode-modifier-list):
32423 Use viper-gnus-modifier-map.
32424
324252005-02-19 David Kastrup <dak@gnu.org>
32426
32427 * subr.el (subregexp-context-p): Fix garbled doc string by adding
32428 quoting.
32429
324302005-02-19 Jay Belanger <belanger@truman.edu>
32431
32432 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
32433 Remove extra definitions.
32434 (calc-coth): New function.
32435 (calcFunc-cot): Fix `let'.
32436
324372005-02-19 Eli Zaretskii <eliz@gnu.org>
32438
32439 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
32440 the reasons we use "type pc" in these faces.
32441
32442 * button.el (button): Ditto.
32443
324442005-02-19 Michael Mauger <mmaug@yahoo.com>
32445
32446 * replace.el (query-replace-read-from): Set the value of
32447 query-replace-from-history-variable to handle the case of an empty
32448 string entered to accept the suggested default.
32449
32450 * net/tramp.el (tramp-file-name-for-operation):
32451 Use dired-call-process instead of dired-call-process-command.
32452
324532005-02-19 Jay Belanger <belanger@truman.edu>
32454
32455 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
32456 (math-div-non-trig): New variables.
32457 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
32458 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
32459 (math-combine-prod, math-div-symb-fancy): Add simplifications for
32460 trig expressions.
32461
324622005-02-19 Nick Roberts <nickrob@snap.net.nz>
32463
32464 * progmodes/gdb-ui.el (gdb-var-update-handler)
32465 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
32466 for watch expressions,
32467 (gdb-var-create-handler): Don't set speedbar-update-flag.
32468 (gdb-post-prompt): Simplify test for speedbar.
32469
324702005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
32471
32472 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
32473 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
32474 we use the syntax table of the correct buffer.
32475 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
32476 Felix Gatzemeier.
32477
32478 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
32479 (ediff-file-remote-p): Make synonymous with file-remote-p.
32480 In all deffaces ediff-*-face-*, use min-colors.
32481
32482 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
32483 ediff-recurse-to-subdirectories.
32484 (ediff-mark-if-equal): Check that the arguments are strings, use
32485 ediff-same-contents (after to Felix Gatzemeier).
32486
32487 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
32488 nil.
32489
324902005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
32491
32492 * log-view.el (log-view-message-re): Fix up Subversion regexp.
32493
324942005-02-18 David Kastrup <dak@gnu.org>
32495
32496 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
32497 use `mark-active' when defined.
32498
324992005-02-18 Kenichi Handa <handa@m17n.org>
32500
32501 * ps-print.el (ps-font-info-database): New entry
32502 ZapfChancery-MediumItalic with correct font name. Fix font name
32503 of the entry Zapf-Chancery-MediumItalic.
32504
325052005-02-16 Luc Teirlinck <teirllm@auburn.edu>
32506
32507 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
32508
325092005-02-16 Kim F. Storm <storm@cua.dk>
32510
32511 * ido.el (ido-fallback-command): Pass user input to fallback command.
32512
325132005-02-16 Nick Roberts <nickrob@snap.net.nz>
32514
32515 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
32516 (gdb-find-file-hook): Add server prefix.
32517
325182005-02-16 Richard M. Stallman <rms@gnu.org>
32519
32520 * replace.el (perform-replace): Pass new args to replace-highlight.
32521 (replace-highlight): Take region args,
32522 and pass them to isearch-lazy-highlight-new-loop.
32523
32524 * novice.el (disabled-command-hook): Autoload the defalias
32525 and the make-obsolete-variable call.
32526
32527 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
32528
32529 * isearch.el (isearch-lazy-highlight-start-limit)
32530 (isearch-lazy-highlight-end-limit): New variables limit
32531 the region for highlighting.
32532 (isearch-lazy-highlight-new-loop): New args BEG and END.
32533 (isearch-lazy-highlight-search): Use the new vars.
32534 (isearch-lazy-highlight-update): Likewise.
32535
32536 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
32537
32538 * cus-start.el (all): Use default-boundp.
32539
325402005-02-15 David Casperson <casper@unbc.ca> (tiny change)
32541
32542 * menu-bar.el (menu-bar-select-frame): Handle current frame.
32543
325442005-02-15 Luc Teirlinck <teirllm@auburn.edu>
32545
32546 * autorevert.el (auto-revert-stop-on-user-input)
32547 (auto-revert-verbose): Doc fixes.
32548
325492005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
32550
32551 * international/mule-cmds.el (set-locale-environment): Remove call
32552 to set-selection-coding-system on Windows.
32553
325542005-02-15 Jay Belanger <belanger@truman.edu>
32555
32556 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
32557 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
32558 calcFunc-coth.
32559 (math-simplify-sqrt): Add simplifications.
32560
32561 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
32562 to list.
32563
32564 * calc/calc-ext.el: Add functions to autoloads.
32565
32566 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
32567 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
32568 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32569 (math-csc-raw, math-cot-raw): New functions.
32570
1a408ced 32571 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6fee106e
KS
32572
32573 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32574 the variable name in a message.
32575
32576 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32577 calcFunc-csc, calcFunc-cot.
32578
32579 * calc/calcalg2.el: Add derivative and integration rules for
32580 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32581 calcFunc-csch, calcFunc-coth.
32582 (math-do-integral-methods): Add to checks for when to use
32583 substitutions.
32584
32585 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32586
325872005-02-15 Lute Kamstra <lute@gnu.org>
32588
32589 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32590 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
40dfee6f 32591 <monnier@iro.umontreal.ca>.
6fee106e
KS
32592 (lisp-outline-level): Improve efficiency. Suggested by David
32593 Kastrup <dak@gnu.org>.
32594
325952005-02-15 Nick Roberts <nickrob@snap.net.nz>
32596
32597 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32598 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32599 (gdb-set-gud-minor-mode-existing-buffers): New functions.
32600 (gdb-find-file-hook): New hook. Add it to find-file-hook.
32601 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32602
326032005-02-14 Luc Teirlinck <teirllm@auburn.edu>
32604
32605 * cus-start.el (all): Comment change.
32606
326072005-02-14 Lute Kamstra <lute@gnu.org>
32608
32609 * cus-start.el (all): Check if symbol is void.
32610
326112005-02-14 Carsten Dominik <dominik@science.uva.nl>
32612
32613 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32614 optional argument to \cite.
32615
326162005-02-14 Richard M. Stallman <rms@gnu.org>
32617
32618 * cus-edit.el (custom-buffer-create-internal): Update help message.
32619 (custom-magic-alist): Update help messages.
32620
32621 * cus-start.el (all): Allow a var to specify a standard value.
32622
326232005-02-12 Luc Teirlinck <teirllm@auburn.edu>
32624
32625 * custom.el (custom-theme-set-variables): Handle variable aliases.
32626
32627 * frame.el (blink-cursor-timer): Doc fix.
32628 (blink-cursor): Make it an alias for `blink-cursor-mode' and
32629 declare obsolete.
32630 (blink-cursor-mode): Define with defcustom and use correct
32631 standard expression in that defcustom.
32632 * startup.el (command-line): Adapt to above changes in frame.el.
32633
326342005-02-11 Lute Kamstra <lute@gnu.org>
32635
32636 * apropos.el (apropos-score-doc): Prevent division by zero.
32637
326382005-02-11 Ulf Jasper <ulf.jasper@web.de>
32639
32640 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32641 (icalendar--get-event-property-attributes)
32642 (icalendar--get-event-properties)
32643 (icalendar--datetime-to-diary-date): New functions.
32644 (icalendar--split-value): Doc fix.
32645 (icalendar--datetime-to-noneuropean-date)
32646 (icalendar--datetime-to-european-date): New optional argument
32647 SEPARATOR. Return result as a string instead of a list.
32648 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32649 (icalendar--convert-string-for-export): Rename arg S to STRING.
32650 (icalendar-export-region): Doc fix. Change name of error buffer.
32651 Save output buffer.
32652 (icalendar-import-file): Add blank at end of prompt.
32653 (icalendar-import-buffer): Doc fix. Do not switch to error
32654 buffer. Indicate status in return value.
32655 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
32656 buffer. Save output buffer. Handle exception from recurrence
32657 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
32658 events. Fix problems with weekly all-day events.
32659
326602005-02-10 Richard M. Stallman <rms@gnu.org>
32661
32662 * simple.el (eval-expression-print-format):
32663 Avoid warning about edebug-active.
32664
32665 * help.el (help-for-help-internal): Rename from help-for-help.
32666 (help-for-help): Define with defalias.
32667
32668 * font-core.el (font-lock-default-function): Use with-no-warnings.
32669
32670 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32671
32672 * custom.el (defface): Doc fix.
32673
326742005-02-10 Nick Roberts <nickrob@snap.net.nz>
32675
32676 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32677 width 0" to prevent word wrapping problems.
32678
326792005-02-09 Kim F. Storm <storm@cua.dk>
32680
32681 * ido.el (ido-file-extensions-order): New defcustom.
32682 (ido-file-extension-lessp, ido-file-extension-aux)
32683 (ido-file-extension-order): New advanced file ordering.
32684 (ido-file-lessp): New simple file ordering.
32685 (ido-sort-list): Remove.
32686 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32687 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32688
326892005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
32690
32691 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32692 that some versions of grep produce.
32693 (grep-mode-font-lock-keywords): Likewise.
32694
326952005-02-09 Nick Roberts <nickrob@snap.net.nz>
32696
32697 * progmodes/gdb-ui.el (gdb-location-list): New variable.
32698 (gdb-cdir): Delete.
32699 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32700 (gdb-source-info): Treat case when source file is in another
32701 directory properly.
32702 (gdb-get-location): New function.
32703
327042005-02-07 Jay Belanger <belanger@truman.edu>
32705
32706 * calc/calc-prog.el (calc-write-parse-table-part)
32707 (calc-fix-token-name): Fix a check for language type.
32708
32709 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32710
327112005-02-07 Andre Spiegel <spiegel@gnu.org>
32712
32713 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32714 as directory not writable.
32715
327162005-02-07 Kim F. Storm <storm@cua.dk>
32717
32718 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32719 (cua--standard-movement-commands): Remove list.
32720 Instead, set CUA property value to move for movement commands.
32721 (cua-movement-commands): Remove. Users must set CUA prop instead.
32722 (cua--pre-command-handler): Check CUA property.
32723 (cua--init-keymaps): Don't remap undo commands.
32724 (cua-mode): Don't call cua--rectangle-on-off.
32725
32726 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32727 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32728 (cua--rect-undo-set-point): New var.
32729 (cua--rectangle-undo-boundary): Setup undo apply entry.
32730 (cua--rect-undo-handler): New function for rectangle undo.
32731 (cua--rect-start-position, cua--rect-end-position): Add.
32732 (cua--rectangle-post-command): Call cua--rectangle-set-corners
32733 for restored rectangle. Set point if cua--rect-undo-set-point.
32734
327352005-02-06 Jay Belanger <belanger@truman.edu>
32736
32737 * calc/calc-lang.el (calc-tex-language): Display more information
32738 in messages.
32739
32740 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32741 in TeX mode.
32742
327432005-02-06 Richard M. Stallman <rms@gnu.org>
32744
32745 * emacs-lisp/lisp.el (buffer-end): Doc fix.
32746
4fc9bd56 327472005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6fee106e
KS
32748
32749 * net/ldap.el (ldap-search-internal): Support attributes with
32750 optional descriptions separated by a semi-colon, as in
32751 "userCertificate;binary".
32752
327532005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32754
32755 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32756 isn't a cons (i.e. the version is 0).
32757
327582005-02-05 Eli Zaretskii <eliz@gnu.org>
32759
32760 * help.el (help-for-help): Doc fix.
32761
327622005-02-05 Nick Roberts <nickrob@snap.net.nz>
32763
32764 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
32765 GDB-Windows on the menu-bar as this works better.
32766
327672005-02-04 Jay Belanger <belanger@truman.edu>
32768
32769 * calc/calc-embed.el (calc-embedded-update): Don't put in
32770 unnecessary newlines. Adjust the end of formula marker.
32771
32772 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32773 (math-latex-parse-two-args): New function.
32774
327752005-02-03 Lute Kamstra <lute@gnu.org>
32776
32777 * help-fns.el (help-with-tutorial): Make sure that users cannot
32778 remove the entire text of the tutorial by means of `undo'.
32779
327802005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
32781
32782 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32783 in recent changes, where the ispell process was repeatedly
32784 killed & restarted.
32785
32786 * international/mule-cmds.el (set-locale-environment): Set file-name
32787 coding system to utf-8 on Darwin systems.
32788 (set-default-coding-systems): Don't set default-file-name-coding-system
32789 on Darwin systems.
32790
327912005-02-03 Richard M. Stallman <rms@gnu.org>
32792
32793 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32794
327952005-02-03 Matt Hodges <MPHodges@member.fsf.org>
32796
32797 * faces.el (list-faces-display): Add optional argument.
32798
327992005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
32800
32801 * font-core.el (font-lock-default-function): Handle the rare case where
32802 only font-lock-keywords is set.
32803
328042005-02-02 Kenichi Handa <handa@m17n.org>
32805
32806 * international/characters.el: Cancel previous change for
32807 I-WITH-DOT-ABOVE and DOTLESS-i.
32808
32809 * international/latin-5.el: Cancel previous change.
32810
328112005-02-02 Nick Roberts <nickrob@snap.net.nz>
32812
32813 * progmodes/gud.el: Correction to syntax in gud-menu-map.
32814
328152005-02-02 Kenichi Handa <handa@m17n.org>
32816
32817 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32818 DOTLESS-i.
32819
32820 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32821 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32822
32823 * case-table.el (get-upcase-table): New function.
32824 (copy-case-table): Copy upcaes table too if non-nil.
32825 (set-case-syntax-delims): Maintain upcase table too.
32826 (set-case-syntax-pair): Likewise.
32827 (set-upcase-syntax, set-downcase-syntax): New functions.
32828 (set-case-syntax): Maintain upcase table too.
32829
328302005-02-02 Nick Roberts <nickrob@snap.net.nz>
32831
32832 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32833
32834 * progmodes/gud.el (gud-goto-info): New function.
32835 (gud-tool-bar-map): Use correct icon.
32836
328372005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32838
32839 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32840 When delegating, order args in the funcall correctly.
32841
328422005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32843
32844 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32845
328462005-02-01 Carsten Dominik <dominik@science.uva.nl>
32847
32848 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32849 buffer not visiting a file.
32850
328512005-01-31 Jay Belanger <belanger@truman.edu>
32852
32853 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32854 bound on the line with the formula.
32855
328562005-01-31 Kim F. Storm <storm@cua.dk>
32857
32858 * ses.el (ses-create-cell-variable-range)
32859 (ses-destroy-cell-variable-range, ses-reset-header-string)
32860 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32861 (ses-insert-row): Fix format of apply undo entries.
32862
328632005-01-31 Jay Belanger <belanger@truman.edu>
32864
32865 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32866 parts.
32867
32868 * calc/calc-embed.el (calc-embedded-open-formula)
32869 (calc-embedded-close-formula): Ignore matrix environments.
32870
32871 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32872 TeX mode.
32873
32874 * calc/calc-lang.el (math-function-table, math-oper-table)
32875 (math-variable-table): Adjust the LaTeX portions.
32876
32877 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32878 (math-latex-ignore-words): New constant.
32879
328802005-01-31 Richard M. Stallman <rms@gnu.org>
32881
32882 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32883 (ispell-local-dictionary): Doc fix.
32884 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32885 Don't reinitialize at run time. Don't defcustom.
32886 All uses changed to append ispell-local-dictionary-alist,
32887 or check it first.
32888 (ispell-current-dictionary): New variable for dictionary in use.
32889 (ispell-dictionary): Now used only for global default.
32890 (ispell-start-process): Set ispell-current-dictionary,
32891 not ispell-dictionary.
32892 (ispell-change-dictionary): Use this only for setting
32893 user preferences.
32894 (ispell-internal-change-dictionary): New function
32895 to change the current dictionary in use.
32896 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32897 Use ispell-current-dictionary.
32898 Handle ispell-local-dictionary-overridden.
32899 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32900
329012005-01-31 Jay Belanger <belanger@truman.edu>
32902
32903 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32904
32905 * calc/calc-ext.el: Add calc-latex-language to autoloads.
32906 (calc-mode-map): Add calc-latex-language.
32907
32908 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32909 (math-latex-print-frac): New functions.
32910 (math-oper-table, math-function-table, math-variable-table)
32911 (math-complex-format, math-input-filter): Add latex properties.
32912 (calc-set-language): Set math-expr-special-function-mapping.
32913
32914 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32915 (calc-write-parse-table-part): Add LaTeX support.
32916
32917 * calc/calc.el (calc-language): Adjust docstring.
32918 (calc-set-mode-line): Add LaTeX support.
32919 (math-expr-special-function-mapping): New variable.
32920 (math-tex-ignore-words): Add to list.
32921
32922 * calc/calccomp.el (math-compose-expr, math-compose-rows):
32923 Add LaTeX support.
32924 (math-compose-expr): Add support for special functions.
32925
32926 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32927
329282005-01-31 Nick Roberts <nickrob@snap.net.nz>
32929
32930 * progmodes/gdb-ui.el (gdb-memory-address)
32931 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32932 (gdb-memory-mode-map, gdb-memory-format-keymap)
32933 (gdb-memory-format-menu, gdb-memory-unit-keymap)
32934 (gdb-memory-unit-menu): New variables for a buffer
32935 that lets the user examine program memory.
32936 (gdb-memory-set-address, gdb-memory-set-repeat-count)
32937 (gdb-memory-format-binary, gdb-memory-format-octal)
32938 (gdb-memory-format-unsigned, gdb-memory-format-signed)
32939 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32940 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32941 (gdb-memory-unit-word, gdb-memory-unit-halfword)
32942 (gdb-memory-unit-byte, gdb-memory-unit-menu)
32943 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32944 (gdb-memory-mode, gdb-memory-buffer-name)
32945 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32946 New functions for above buffer.
32947
329482005-01-30 Richard M. Stallman <rms@gnu.org>
32949
32950 * cus-edit.el (custom-bury-buffer): Function deleted.
32951 (custom-buffer-done-function): Option deleted.
32952 (custom-buffer-done-kill): New replacement option.
32953 (Custom-buffer-done): Call quit-window.
32954 (custom-buffer-create-internal): Update for above changes.
32955
329562005-01-29 Luc Teirlinck <teirllm@auburn.edu>
32957
32958 * simple.el (undo-ask-before-discard): New var.
32959 (undo-outer-limit-truncate): Implement it.
32960 (undo-extra-outer-limit): Doc update.
32961
329622005-01-29 Richard M. Stallman <rms@gnu.org>
32963
32964 * ses.el (undo-more): Delete defadvice.
32965 (ses-begin-change): Doc fix.
32966
32967 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32968 instead of rebinding C-x u and C-_.
32969
32970 * files.el (normal-backup-enable-predicate): Return nil for files
32971 in /tmp, regardless of temporary-file-directory.
32972
32973 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32974
32975 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32976 (open-rectangle, delete-whitespace-rectangle-line)
32977 (clear-rectangle-line): If FILL, pass t instead of FILL
32978 for move-to-column's 2nd arg.
32979
32980 * simple.el (undo): Fix the test for continuing a series of undos.
32981 (undo-more): Set pending-undo-list to t when we reach end.
32982 (pending-undo-list): Move up defvar.
32983
32984 * wid-edit.el (widget-button-click):
32985 Shorten the range of the track-mouse binding.
32986
32987 * comint.el (comint-insert-input): Undo previous changes;
32988 use last-input-event in interactive spec.
32989
329902005-01-29 Eli Zaretskii <eliz@gnu.org>
32991
32992 * progmodes/compile.el (compilation-start): Bind buffer-read-only
32993 to nil before invoking call-process. Reset buffer's modified flag
32994 after fontifying it in the no-async branch.
32995
32996 * wid-edit.el (widget-specify-button): If mouse pointer shape
32997 cannot be changed, use mouse face instead.
32998
329992005-01-29 Nick Roberts <nickrob@snap.net.nz>
33000
33001 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
33002 (gdb-goto-breakpoint): Make breakpoint handling work on template
40dfee6f 33003 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
6fee106e
KS
33004 (gdb-assembler-custom): Update to recognize breakpoint information
33005 added on 2005-01-19.
33006
330072005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
33008
33009 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
33010 (dsssl-mode): Use define-derived-mode.
33011 (scheme-mode-initialize): Remove.
33012 (scheme-mode): Use run-mode-hooks.
33013
33014 * cus-edit.el (customize-group-other-window)
33015 (custom-buffer-create-other-window): Don't override special-display-*.
33016 (custom-mode-map): Make it dense.
33017
33018 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
33019 sets the default value.
33020
330212005-01-28 Eli Zaretskii <eliz@gnu.org>
33022
33023 * descr-text.el: Add more keywords.
33024
330252005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
33026
33027 * speedbar.el: Avoid unnecessary use of locate-library.
33028
33029 * international/mule-cmds.el (standard-display-european-internal):
33030 Don't fiddle with latin-1 non-break space any more since it's now
33031 special cased in the C code.
33032 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
33033
330342005-01-26 Luc Teirlinck <teirllm@auburn.edu>
33035
33036 * cus-start.el (all): Add `undo-outer-limit'.
33037
330382005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33039
33040 * textmodes/bibtex.el (bibtex-format-entry):
33041 Use `bibtex-empty-field-re' only on the text of fields, not on entire
33042 field lines.
33043 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
33044 not on part of a buffer.
33045
330462005-01-25 Lute Kamstra <lute@gnu.org>
33047
33048 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
33049 nonempty field text strings like "{letters\\macro{}more letters}".
33050 Clarify docstring.
33051 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
33052 (bibtex-entry-offset, bibtex-parse-association)
33053 (bibtex-parse-field-name): Fix typos in docstrings.
33054 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
33055
330562005-01-24 Carsten Dominik <dominik@science.uva.nl>
33057
33058 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
33059 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
33060 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
33061 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
33062
33063 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
33064 isearch minor mode.
33065
330662005-01-24 Luc Teirlinck <teirllm@auburn.edu>
33067
33068 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
33069
330702005-01-24 Lute Kamstra <lute@gnu.org>
33071
33072 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
33073 CASECHARS and NOT-CASECHARS regular expressions of the
33074 "nederlands" and "nederlands8" dictionaries to prevent a "Range
33075 striding over charsets" error.
33076
330772005-01-24 Jay Belanger <belanger@truman.edu>
33078
33079 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
33080 display variable name.
33081
330822005-01-24 Kenichi Handa <handa@m17n.org>
33083
33084 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
33085 Fix setting of the element of encoded-kbd-iso2022-invocations.
33086
330872005-01-24 Nick Roberts <nickrob@snap.net.nz>
33088
33089 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
33090 (gdb-threads-select): Change to also accept mouse events.
33091 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
33092 (gdb-threads-mouse-select): Delete.
33093
330942005-01-23 Luc Teirlinck <teirllm@auburn.edu>
33095
33096 * files.el (insert-directory): Take care of empty directory,
33097 listed without -a switch.
33098
330992005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
33100
33101 * textmodes/refill.el (refill-post-command-function):
33102 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
33103 to the list of functions that we should be careful not to undo.
33104 (refill-late-fill-paragraph-function): Remove.
33105 (refill-saved-state): New var.
33106 (refill-mode): Use it to save fill-paragraph-function.
33107 Save also the value of auto-fill-function.
33108
33109 * term/w32-win.el: Simplify code.
33110
331112005-01-23 Kim F. Storm <storm@cua.dk>
33112
33113 * simple.el (line-move): Adapt to new return value from
33114 pos-visible-in-window-p.
33115
33116 * simple.el (line-move): Fix last change. Check partial
33117 visibility at point rather than at window-start.
33118
331192005-01-22 Jason Rumney <jasonr@gnu.org>
33120
33121 * term/w32-win.el (xw-defined-colors): Remove debug-message.
33122
331232005-01-22 David Kastrup <dak@gnu.org>
33124
33125 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
33126
331272005-01-22 Eli Zaretskii <eliz@gnu.org>
33128
33129 * type-break.el (type-break-mode): Add a test for
33130 type-break-file-name being non-nil.
33131
331322005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
33133
33134 * net/eudc.el (top level): Call (message "") via progn, so that
33135 eudc-options-file is loaded.
33136
331372005-01-22 Kim F. Storm <storm@cua.dk>
33138
33139 * simple.el (line-move-1): Rename from line-move.
33140 (line-move): New function that adjusts vscroll for partially
33141 visible rows, and calls line-move-1 otherwise.
33142
331432005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
33144
33145 * pcomplete.el: Define pcomplete-read-event instead of read-event,
1a408ced 33146 since it's not a complete read-event implementation.
6fee106e
KS
33147
331482005-01-20 Jay Belanger <belanger@truman.edu>
33149
33150 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
33151 for called function.
33152
331532005-01-20 Steven Tamm <steventamm@mac.com>
33154
33155 * term/mac-win.el (process-connection-type): Remove.
33156 Controlled now by s/darwin.h:PTY_ITERATION.
33157
331582005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
33159
33160 * window.el (handle-select-window): Don't switch window when we're
33161 in the minibuffer.
33162
331632005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
33164
33165 * subr.el (dotimes-with-progress-reporter): New macro.
33166
33167 * ses.el (ses-dotimes-msg): Remove macro.
33168 Use `dotimes-with-progress-reporter' instead.
33169
331702005-01-19 Steven Tamm <steventamm@mac.com>
33171
33172 * term/mac-win.el (process-connection-type): Use new
33173 operating-system-release variable to use ptys on Darwin 7 (OS X
33174 10.3) when using carbon build.
33175
331762005-01-19 Jay Belanger <belanger@truman.edu>
33177
33178 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
33179 flags if the last command was a tab or M-tab.
33180
33181 * calc/calc-prog.el (calc-user-define-edit): Put original formula
33182 in formula editing buffer.
33183
331842005-01-19 Nick Roberts <nickrob@snap.net.nz>
33185
33186 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
33187 breakpoint image symbol in margin.
33188
331892005-01-19 Jay Belanger <belanger@truman.edu>
33190
33191 * calc/calc-prog.el (calc-execute-kbd-macro):
33192 Ignore calc-keep-arg-flag.
33193
331942005-01-19 Kenichi Handa <handa@m17n.org>
33195
33196 * textmodes/ispell.el (ispell-looking-at): New function.
33197 (ispell-process-line): Use ispell-looking-at to compare the ispell
33198 output and the buffer contents.
33199
332002005-01-18 Jay Belanger <belanger@truman.edu>
33201
33202 * calc/calc.el (calc-display-raw): Fix docstring.
33203
332042005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
33205
33206 * simple.el (blink-matching-open): Strip extra info from syntax.
33207
33208 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
33209 funny chars in the end-of-here-doc marker.
33210
332112005-01-19 Nick Roberts <nickrob@snap.net.nz>
33212
33213 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
33214 that enable/disabled state of breakpoints is shown correctly in
33215 fringe and on ttys.
33216 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
33217 Add breakpoint information as text properties.
33218 (gdb-mouse-toggle-breakpoint):
33219 Rename to gdb-mouse-set-clear-breakpoint.
33220 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
33221 breakpoints in the margin.
33222 (gdb-remove-strings): Simplify.
33223
332242005-01-17 Jay Belanger <belanger@truman.edu>
33225
33226 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
33227 erasing buffer.
33228
332292005-01-17 Richard M. Stallman <rms@gnu.org>
33230
33231 * progmodes/grep.el (grep-find): Copy from `grep' the condition
33232 for calling grep-compute-defaults.
33233
33234 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
33235 if buffer is empty.
33236
33237 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
33238
332392005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
33240
33241 * hilit-chg.el (highlight-changes-mode): Don't autoload.
33242
33243 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
33244 non-preloaded variables.
33245
332462005-01-17 Steven Tamm <steventamm@mac.com>
33247
33248 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
33249 tex-shell cause to force interactivity when using pipes.
33250
332512005-01-17 Kim F. Storm <storm@cua.dk>
33252
33253 * simple.el (just-one-space): Make arg optional.
33254
332552005-01-17 Nick Roberts <nickrob@snap.net.nz>
33256
33257 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
33258 posn-at-x-y to t to access left-margin.
33259
332602005-01-16 Michael Albinus <michael.albinus@gmx.de>
33261
33262 Sync with Tramp 2.0.47.
33263
1a408ced 33264 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
6fee106e
KS
33265 catching keep-date problems in cp/scp operations.
33266 (tramp-handle-copy-file): Don't call `set-file-modes'
33267 unconditionally. Specialized functions should know better what is
33268 necessary. This improves performance a little bit, and the
33269 functions could catch errors with `cp -p' and `scp -p'.
33270 (tramp-do-copy-or-rename-file-via-buffer)
33271 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
33272 when appropriate.
33273 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
33274 Call `set-file-modes' when appropriate.
33275 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
40dfee6f 33276 Johnsson <isak@hypergene.com>.
6fee106e
KS
33277 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
33278 of both Tramp buffer and debug buffer. Reported by Joakim Verona
40dfee6f 33279 <joakim@verona.se>.
6fee106e
KS
33280 (tramp-file-name-for-operation): Mark `shell-command' as magic for
33281 Emacs only.
33282
33283 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
33284 `find-file-hooks' and `dired-mode-hook'.
33285 (tramp-minor-mode-map): Respective map. Add remapping for
33286 `compile' and `recompile'.
33287 (tramp-remap-command, tramp-recompile): New defuns.
33288 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
33289 in buffer "*Compilation*". Call the commands asynchronously.
33290
33291 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
33292 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
33293 `shell-command', because it isn't magic in XEmacs. Reported by
33294 Adrian Aichner <adrian@xemacs.org>.
33295
33296 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
33297 `substitute-in-file-name.
33298 (tramp-smb-handle-substitute-in-file-name): New defun.
33299 (tramp-smb-advice-PC-do-completion): Delete advice.
33300
333012005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
33302
33303 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
33304 Fix error in deleting region.
33305
333062005-01-15 Richard M. Stallman <rms@gnu.org>
33307
33308 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
33309 In non-temp buffer, switch syntax table temporarily.
33310
33311 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
33312
33313 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
33314
33315 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
33316
33317 * imenu.el (imenu--split-menu): Copy menulist before sorting.
33318 (imenu--generic-function): Use START, not BEG, as pos of definition.
33319
33320 * simple.el (just-one-space): Argument specifies number of spaces.
33321
33322 * simple.el (eval-expression-print-format): Avoid warning
33323 about edebug-active.
33324
40dfee6f 333252005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
6fee106e
KS
33326
33327 * progmodes/sh-script.el: Code copied from make-mode.el
33328 with small changes,
33329 (sh-mode-map): Bind C-c C-\.
33330 (sh-backslash-column, sh-backslash-align): New variables.
33331 (sh-backslash-region, sh-append-backslash): New functions.
33332
333332005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
33334
33335 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
33336 (rmail-pop-password, rmail-pop-password-required): Move to
33337 rmail-obsolete group.
33338 (rmail-set-pop-password): Rename to rmail-set-remote-password.
33339 All callers updated.
33340 (rmail-get-pop-password): Rename to rmail-get-remote-password.
33341 Take an argument specifying whether it is POP or IMAP mailbox we
33342 are using. All callers updated.
33343 (rmail-pop-password-error): Rename to
33344 rmail-remote-password-error. Added mailutils-specific error message.
33345 (rmail-movemail-search-path)
33346 (rmail-movemail-variant-in-use): New variables.
33347 (rmail-remote-password, rmail-remote-password-required):
33348 New customization variables.
33349 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
33350 (rmail-parse-url): New function.
33351 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
33352 with GNU mailutils movemail.
33353
333542005-01-15 Kevin Ryde <user42@zip.com.au>
33355
33356 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
33357 suffix to space, $ or '$, to correctly position point when going
33358 to @table style constants like DBL_MAX.
33359
333602005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
33361
33362 * type-break.el (type-break-mode, type-break-file-time)
33363 (type-break-file-keystroke-count, type-break-choose-file):
33364 Don't store data in or load data from the file if type-break-file-name
33365 is nil.
33366 (type-break-file-name): Doc update as per the above.
33367
333682005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
33369
33370 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
33371 lookup-key might return nil; handle that.
33372
333732005-01-15 Alan Mackenzie <acm@muc.de>
33374
33375 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
33376 rather than the element found, thus enabling the tree to be setcar'd.
33377
333782005-01-14 Carsten Dominik <dominik@science.uva.nl>
33379
33380 * textmodes/org.el (org-show-following-heading): New option.
33381 (org-show-hierarchy-above): Use `org-show-following-heading'.
33382 (org-cycle): Documentation fix.
33383
33384 * textmodes/org.el (orgtbl-optimized): New option
33385 (orgtbl-mode): New command, a minor mode.
33386 (orgtbl-mode-map): New variable.
33387 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
33388 (orgtbl-error, orgtbl-self-insert-command)
33389 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
33390
33391 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
33392 a local variable in each org-mode buffer.
33393
33394 * textmodes/org.el (org-set-regexps-and-options): Rename from
33395 `org-set-regexps'. Added checking for STARTUP keyword.
33396 (org-get-current-options): Add STARTUP options.
33397 (org-table-insert-row): Make mode intelligent about when
33398 realignment is needed.
33399 (org-self-insert-command, org-delete-backward-char, org-delete-char):
33400 New commands.
33401 (org-enable-table-editor): New default value `optimized'.
33402 (org-table-blank-field): Support blanking regions if active.
33403
334042005-01-14 Carsten Dominik <dominik@science.uva.nl>
33405
33406 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
33407 if the year is not given.
33408
33409 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
33410 Add new escapes %m and %M, fixed bug with %F by adding
33411 save-match-data.
33412 (reftex-reference): Remove ?. from list of spaces.
33413 (reftex-label-info): Add automatic label prefix recognition.
33414
33415 * textmodes/reftex-index.el (reftex-index-next-phrase):
33416 Add slave parameter to call of `reftex-index-this-phrase'.
33417 (reftex-index-this-phrase): New optional argument.
33418 (reftex-index-region-phrases): Add slave parameter to call of
33419 `reftex-index-this-phrase'.
33420 (reftex-display-index): New argument redo.
33421 (reftex-index-rescan): Add `redo' to arguments of
33422 `reftex-display-index'.
33423 (reftex-index-Rescan, reftex-index-revert)
33424 (reftex-index-switch-index-tag): Add `redo' to arguments of
33425 `reftex-display-index'.
33426 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
33427 indexing. Fix bug with matching is there is a quote before or
33428 after the word.
33429
33430 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
33431 Fix bug when collecting citation keys in lines with comments.
33432 (reftex-citation): Prefix argument no longer rescans the document,
33433 but forces prompting for optional arguments of cite macros.
33434 (reftex-do-citation): Prompting for optional arguments implemented.
33435
33436 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
33437 Add optional arguments to most cite commands.
33438 (reftex-cite-cleanup-optional-args): New option
33439 (reftex-cite-prompt-optional-args): New option.
33440 (reftex-trust-label-prefix): New option.
33441
33442 * textmodes/reftex-toc.el (reftex-toc-find-section):
33443 Add push-mark before changing the position in the buffer.
33444
33445 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
33446 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
33447
334482005-01-14 Nick Roberts <nickrob@snap.net.nz>
33449
33450 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
33451 more carefully.
33452
334532005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
33454
33455 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
33456 (sgml-mode): Use it.
33457 (sgml-get-context): Better keep track of implicitly closed tags.
33458
334592005-01-13 Kenichi Handa <handa@m17n.org>
33460
33461 * textmodes/ispell.el: These changes are to fix misalignment error
33462 caused by equivalent characters of different Emacs charsets.
33463 (ispell-unified-chars-table): New variable.
33464 (ispell-get-decoded-string): New function.
33465 (ispell-get-casechars, ispell-get-not-casechars)
33466 (ispell-get-otherchars): Call ispell-get-decoded-string.
33467
334682005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
33469
33470 * custom.el (custom-declare-variable): Just put symbol instead
33471 of (defvar . symbol) in `current-load-list'.
33472
334732005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
33474
33475 * emacs-lisp/elint.el: Fixed typo in Commentary section.
33476
334772005-01-12 Jay Belanger <belanger@truman.edu>
33478
33479 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
33480 to create a Calc summary.
33481
334822005-01-12 Kim F. Storm <storm@cua.dk>
33483
33484 * mouse.el (mouse-on-link-p): Change functionality and doc
33485 string to comply with latest description in lisp ref.
33486
334872005-01-12 Nick Roberts <nickrob@snap.net.nz>
33488
33489 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
33490 Enable mouse clicks on mode-line, header-line and margin.
33491 (event-type): Give mouse event symbols an `event-kind' property
33492 with value `mouse-click'.
33493
334942005-01-12 Juri Linkov <juri@jurta.org>
33495
33496 * facemenu.el (list-colors-display): Add new arg buffer-name.
33497 Use it. Fix docstring. Replace code for identifying duplicate
33498 colors by the name with call to `list-colors-duplicates' which
33499 identifies duplicate colors by the value unless the color
33500 is one of special Windows colors. Set truncate-lines to t.
33501 Print sorted duplicate color names on each line. Indent to 22
33502 \(the longest color name in rgb.txt) instead of 20. Optimize.
33503 (list-colors-duplicates): New function.
33504 (facemenu-color-name-equal): Delete function.
33505
33506 * facemenu.el (list-colors-print): New function created from code
33507 in list-colors-display. Print #RRGGBB at the window right edge.
33508 (list-colors-display): When temp-buffer-show-function is not
33509 defined, call list-colors-print from temp-buffer-show-hook
33510 to get the right value of window-width in list-colors-print
33511 after the buffer is displayed.
33512
33513 * simple.el (pop-mark): Move deactivate-mark out of conditional
33514 part to deactivate the active mark regardless of the state of the
33515 mark ring.
33516
33517 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
33518 variables line in desktop files.
33519
335202005-01-12 Juri Linkov <juri@jurta.org>
33521
33522 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
33523 Bring together isearch highlight related options.
33524 (lazy-highlight): Replace group `replace' by `matching'.
33525 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33526 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33527 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
33528 and declare them obsolete.
33529 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
33530 (isearch-faces): Remove defgroup.
33531 (isearch-overlay, isearch-highlight, isearch-dehighlight):
33532 Move isearch highlighting code closer to lazy highlighting code.
33533
33534 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
33535 (query-replace-highlight, query-replace-lazy-highlight)
33536 (query-replace): Move definitions to the beginning of the file.
33537
335382005-01-11 Juri Linkov <juri@jurta.org>
33539
33540 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
33541 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
33542 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
33543
33544 * info.el (Info-history-forward): New variable.
33545 (Info-select-node): Reset Info-history-forward to nil.
33546 (Info-last): Turn into defalias.
33547 (Info-history-back): Rename from Info-last.
33548 Add current node to Info-history-forward.
33549 (Info-history-forward): New fun.
33550 (Info-mode-map): Replace Info-last by Info-history-back.
33551 Bind Info-history-forward to "r".
33552 (Info-mode-menu): Replace Info-last by Info-history-back.
33553 Fix menu item text. Add menu item for Info-history-forward.
33554 (info-tool-bar-map): Replace Info-last by Info-history-back.
33555 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
33556 for Info-history-forward.
33557 (Info-mode): Replace Info-last by Info-history-back in docstring.
33558 Add local variable Info-history-forward.
33559 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
33560
335612005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
33562
33563 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
33564 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
33565 Ignore select-window events rather than fiddle with
33566 mouse-autoselect-window.
33567
335682005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
33569
33570 * type-break.el (type-break-mode): Fix previous change.
33571
335722005-01-10 Jay Belanger <belanger@truman.edu>
33573
33574 * calc/calc-ext.el (calc-reset): Reset when inside embedded
33575 calculator; only reset when point is inside a calculator.
33576 Don't adjust the window height if the window takes up the whole height
33577 of the frame.
33578
335792005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
33580
33581 * ebuff-menu.el (Electric-buffer-menu-mode):
33582 Preserve value of buffer-local var header-line-format.
33583
335842005-01-09 Jay Belanger <belanger@truman.edu>
33585
33586 * calc/calc.el (calc-mode-var-list-restore-saved-values):
33587 Make sure settings file exists before accessing it.
33588
33589 * calc/calc-embed.el (calc-embedded-subst):
33590 Replace math-multi-subst-rec, which is only supposed to be called
33591 by math-multi-subst, by math-multi-subst.
33592
335932005-01-09 Andre Spiegel <spiegel@gnu.org>
33594
33595 * vc.el (vc-allow-async-revert): New user option.
33596 (vc-disable-async-diff): New internal variable.
33597 (vc-revert-buffer): Use them to disable asynchronous diff.
33598
33599 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33600 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33601 asynchronously if vc-disable-async-diff is t.
33602
336032005-01-09 Jay Belanger <belanger@truman.edu>
33604
33605 * calc/calc.el (defcalcmodevar): New macro.
33606 (calc-mode-var-list-restore-default-values)
33607 (calc-mode-var-list-restore-saved-values): New functions.
33608 (calc-mode-var-list): Use defcalcmodevar to define it.
33609 (calc-always-load-extensions, calc-line-numbering)
33610 (calc-line-breaking, calc-display-just, calc-display-origin)
33611 (calc-number-radix, calc-leading-zeros, calc-group-digits)
33612 (calc-group-char, calc-point-char, calc-frac-format)
33613 (calc-prefer-frac, calc-hms-format, calc-date-format)
33614 (calc-float-format, calc-full-float-format, calc-complex-format)
33615 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33616 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33617 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33618 (calc-matrix-brackets, calc-language, calc-language-option)
33619 (calc-left-label, calc-right-label, calc-word-size)
33620 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33621 (calc-display-raw, calc-internal-prec, calc-angle-mode)
33622 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33623 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33624 (calc-window-height, calc-display-trail, calc-show-selections)
33625 (calc-use-selections, calc-assoc-selections)
33626 (calc-display-working-message, calc-auto-why, calc-timing)
33627 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33628 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33629 (calc-gnuplot-default-device, calc-gnuplot-default-output)
33630 (calc-gnuplot-print-device, calc-gnuplot-print-output)
33631 (calc-gnuplot-geometry, calc-graph-default-resolution)
33632 (calc-graph-default-resolution-3d, calc-invocation-macro)
33633 (calc-show-banner): Use defcalcmodevar to declare them and set
33634 their default values.
33635
33636 * calc/calc-ext.el (calc-reset): Restore saved values of variables
33637 instead of default values (but restore default values if there is
33638 an argument of 0).
33639
336402005-01-09 David Kastrup <dak@gnu.org>
33641
33642 * desktop.el (desktop-restore-eager): Fix typo in type.
33643
336442005-01-08 Richard M. Stallman <rms@gnu.org>
33645
33646 * cus-edit.el (customize): Delete :link.
33647
336482005-01-08 Jay Belanger <belanger@truman.edu>
33649
33650 * calc/calc.el (calc-mode): Remove the extension from the
33651 `calc-settings-file' file name when loading it.
33652
336532005-01-08 Kim F. Storm <storm@cua.dk>
33654
33655 * info.el (Info-mode-map, Info-next-link-keymap)
33656 (Info-prev-link-keymap, Info-up-link-keymap):
33657 Map follow-link to mouse-face.
33658 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33659
336602005-01-08 Jay Belanger <belanger@truman.edu>
33661
33662 * calc/calc.el (calc-settings-file): Change default value.
33663 Suggested by cgw in a comment in calc-mode.el.
33664
33665 * calc/calc-mode.el (calc-settings-file-name):
33666 Compare calc-settings-file to user-init-file instead of ~/.emacs.
33667 Replace ~/.emacs in a prompt by calc-settings-file.
33668
336692005-01-07 Lars Hansen <larsh@math.ku.dk>
33670
33671 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33672 (desktop-lazy-idle-delay): New customizable variables.
33673 (desktop-buffer-args-list): New variable.
33674 (desktop-append-buffer-args): New function.
33675 (desktop-save): Call desktop-append-buffer-args for some buffers.
33676 (desktop-lazy-create-buffer): New function.
33677 (desktop-idle-create-buffers): New function.
33678 (desktop-read): Add message about buffers to restore lazily.
33679 (desktop-lazy-abort): New command.
33680 (desktop-clear): Call desktop-lazy-abort.
33681 (desktop-lazy-complete): New command.
33682
336832005-01-06 Richard M. Stallman <rms@gnu.org>
33684
33685 * emacs-lisp/find-func.el (find-face-definition):
33686 Rename from find-face.
33687
336882005-01-06 Kim F. Storm <storm@cua.dk>
33689
33690 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33691
33692 * man.el (Man-xref-man-page, Man-xref-header-file)
33693 (Man-xref-normal-file): Add follow-link property.
33694
336952005-01-06 Jay Belanger <belanger@truman.edu>
33696
33697 * calc/calc-units.el: Make sure the proper macro definitions are
33698 available when compiling.
33699
337002005-01-06 Juri Linkov <juri@jurta.org>
33701
33702 * isearch.el (isearch-lazy-highlight-update):
33703 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33704
337052005-01-06 Miles Bader <miles@gnu.org>
33706
33707 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33708 (isearch-lazy-highlight-face): Use new name.
33709
337102005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
33711
33712 * uniquify.el (uniquify-rationalize-file-buffer-names):
33713 Re-add an interactive spec.
33714 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33715 to the same name.
33716
33717 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33718 (isearch-update, isearch-done): Adjust calls accordingly.
33719
337202005-01-05 Richard M. Stallman <rms@gnu.org>
33721
33722 * custom.el (custom-set-variables, custom-theme-set-variables):
33723 Clarify documentation.
33724
33725 * emacs-lisp/find-func.el (find-variable)
33726 (find-variable-other-window, find-variable-other-frame):
33727 Fix the TYPE args to find-function-read and find-function-do-it.
33728 (find-function): Doc fix.
33729 (find-function-at-point): Replace function-at-point alias.
33730
337312005-01-04 Richard M. Stallman <rms@gnu.org>
33732
33733 * cus-face.el (custom-declare-face):
33734 Record defface in current-load-list.
33735
33736 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33737
33738 * emacs-lisp/find-func.el: Doc fixes.
33739 (find-face-regexp): New variable.
33740 (find-function-regexp-alist): New variable.
33741 (find-function-C-source): Third arg is now TYPE.
33742 (find-function-search-for-symbol): Handle general TYPE.
33743 (find-function-read, find-function-do-it): Handle general TYPE.
33744 (find-definition-noselect, find-face): New functions.
33745 (function-at-point): Alias deleted.
33746
337472005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
33748
33749 * battery.el (display-battery-mode): Rename from display-battery.
33750 Handle the case where it gets turned off.
33751
337522005-01-04 Richard M. Stallman <rms@gnu.org>
33753
33754 * cus-edit.el (customize): Make :link point to user doc.
33755
33756 * man.el (Man-fontify-manpage): Turn off undo generation.
33757
33758 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33759
337602005-01-04 Andreas Schwab <schwab@suse.de>
33761
33762 * files.el (insert-directory): Only look for error lines in
33763 inserted text. Don't move too far after processing --dired markers.
33764
337652005-01-04 Richard M. Stallman <rms@gnu.org>
33766
33767 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33768 Don't expand if the character is @, period, dash, etc.
33769 (define-mail-abbrev): Quote names that contain problem characters.
33770
337712005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
33772
33773 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33774
337752005-01-03 Richard M. Stallman <rms@gnu.org>
33776
33777 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33778 (query-replace-highlight, query-replace-lazy-highlight)
33779 (query-replace): Definitions moved up. Doc fix.
33780
337812005-01-03 Richard M. Stallman <rms@gnu.org>
33782
33783 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33784 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33785 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33786 (lazy-highlight-face): Rename from isearch-lazy-...
33787 Change all references to them.
33788
337892005-01-03 Luc Teirlinck <teirllm@auburn.edu>
33790
33791 * cus-edit.el (custom-file): Doc fix for defcustom.
33792 (custom-file): The function no longer sets the variable
33793 `custom-file' to its return value.
33794
33795 * startup.el (command-line): No longer load `custom-file'.
33796
337972005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
33798
33799 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33800
33801 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33802 Don't confuse module-prefixed identifiers for labels.
33803 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33804
338052005-01-02 Richard M. Stallman <rms@gnu.org>
33806
33807 * files.el (basic-save-buffer-1): Fix previous change.
33808
33809 * loadhist.el (file-loadhist-lookup): New function.
33810 (file-provides, file-requires): Use it.
33811
33812 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33813 instead of calculating the right size.
33814
8cedef2e 338152005-01-02 Karl Chen <quarl@cs.berkeley.edu>
6fee106e
KS
33816
33817 * vc-svn.el (vc-svn-diff): Stay local if possible.
33818
338192005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
33820
33821 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33822
33823 * files.el (hack-local-variables): Fix last change.
33824
338252005-01-02 Jay Belanger <belanger@truman.edu>
33826
33827 * calc/calc-yank.el (calc-edit-top): New variable.
33828 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33829 object. Change header properties.
33830 (calc-edit-finish, calc-edit-finish-stack-object)
33831 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33832 edited object.
33833 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33834 for the beginning of the edited object.
33835 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33836 for the beginning of the edited object.
33837 * calc/calc-prog.el (calc-edit-macro-finish-edit)
33838 (calc-finish-formula-edit, calc-macro-repeats)
33839 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33840 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33841 beginning of the edited object.
33842 (calc-user-define-edit): Change the header for editing macros.
33843 Remove unnecessary variable.
33844
338452005-01-01 Jay Belanger <belanger@truman.edu>
33846
33847 * calc/calc-yank.el (calc-edit-mode): Change default header.
33848 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33849 * calc/calc-store.el (calc-edit-variable): Change title to match new
33850 header.
33851 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33852 mode to match new header.
33853 (calc-user-define-edit): Change titles to include names of commands.
33854 (calc-finish-formula-edit): Adjust to handle new header.
33855 (calc-finish-macro-edit): Remove.
33856 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33857 (calc-edit-macro-command, calc-edit-macro-command-type)
33858 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33859 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33860 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33861 (calc-edit-macro-finish-edit): New functions.
33862 (calc-user-define-edit): Use new functions to edit named calc macros.
33863
4fc9bd56 338642005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e
KS
33865
33866 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33867
33868 * ses.el (copy-region-as-kill): Deactivate mark.
33869
338702005-01-01 Richard M. Stallman <rms@gnu.org>
33871
33872 * replace.el (occur-1): If the output buffer is also an input,
33873 don't kill it, rename it.
33874
33875 * faces.el (set-face-background, set-face-foreground): Doc fix.
33876
33877 * cus-face.el (custom-face-attributes): Fix :help-echo strings
33878 for :foreground and :background.
33879
33880 * dired.el (dired-view-command-alist): Variable deleted.
33881 (dired-view-file, dired-mouse-find-file-other-window):
33882 Delete the code to use it.
33883
338842005-01-01 Kim F. Storm <storm@cua.dk>
33885
33886 * image.el (insert-sliced-image): Use t for line-height property.
33887
33888See ChangeLog.11 for earlier changes.
33889
33890;; Local Variables:
33891;; coding: iso-2022-7bit
33462dfa 33892;; add-log-time-zone-rule: t
6fee106e
KS
33893;; End:
33894
d7a0267c 33895 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
5b87ad55
GM
33896
33897 This file is part of GNU Emacs.
33898
33899 GNU Emacs is free software; you can redistribute it and/or modify
33900 it under the terms of the GNU General Public License as published by
33901 the Free Software Foundation; either version 2, or (at your option)
33902 any later version.
33903
33904 GNU Emacs is distributed in the hope that it will be useful,
33905 but WITHOUT ANY WARRANTY; without even the implied warranty of
33906 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33907 GNU General Public License for more details.
33908
33909 You should have received a copy of the GNU General Public License
33910 along with GNU Emacs; see the file COPYING. If not, write to the
33911 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33912 Boston, MA 02110-1301, USA.
6fee106e
KS
33913
33914;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1