(comment-enter-backward): Fix last fix.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
3cc4b076
SM
12005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
1cb40089
SM
3 * newcomment.el (comment-enter-backward): Fix last fix.
4
3cc4b076
SM
5 * simple.el (blink-matching-open):
6 * paren.el (show-paren-function): Allow new paren-class info.
7
a7b0a0e3
CY
82005-11-20 Chong Yidong <cyd@stupidchicken.com>
9
10 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
11 handled automagically.
12
695effcc
JL
132005-11-20 Juri Linkov <juri@jurta.org>
14
15 * simple.el (what-cursor-position):
16 * descr-text.el (describe-char): Use Lisp-readable syntax
17 for octal and hex. Reorder decimal, octal and hex values.
18 Remove excess whitespace in the output. Use `=' in `column='
19 like in `point=' and `Hscroll='.
20
21 * international/mule-cmds.el (encoded-string-description):
22 Use Lisp-readable syntax for hex.
23
602ad1ad
SM
242005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 * newcomment.el (comment-enter-backward): Handle the case where the
27 comment is closed by EOB.
28
b39aa4fd
CY
292005-11-19 Chong Yidong <cyd@stupidchicken.com>
30
31 * longlines.el (longlines-before-revert-hook)
32 (longlines-after-revert-hook): New functions.
33 (longlines-mode): Turn off longlines temporarily when reverting.
2c127d45
CY
34 Add a message-setup-hook.
35 (longlines-decode-buffer): New function.
cee723fb 36 (longlines-wrap-line): Preserve marker positions.
b39aa4fd 37
da49096f
AS
382005-11-19 Andreas Schwab <schwab@suse.de>
39
40 * emacs-lisp/shadow.el: Handle compressed files.
41
f0f98146
RF
422005-11-19 Romain Francoise <romain@orebokech.com>
43
44 * net/browse-url.el (browse-url-default-browser): Signal an error
45 if no usable browser can be found, rather than try to load w3.
46
ad8121fe
EZ
472005-11-16 Ryan Yeske <rcyeske@gmail.com>
48
49 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
50 replacing existing properties.
51 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
52 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
53 tty specs.
54 (rcirc-server-prefix, rcirc-server): New faces.
55 (rcirc-url-regexp): Generate with rx macro.
56 (rcirc-last-server-message-time): New variable.
57 (rcirc-filter): Record time of last message.
58 (rcirc-keepalive): Kill processes that did not send a message
59 since the last ping.
60 (rcirc-mode): Give rcirc-topic a local binding here.
61
a4b1de6e
EZ
622005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
63
64 * subr.el (read-passwd): Fontify the prompt as we do with other
65 prompts.
66
e27de09e
EZ
672005-11-19 Ryan Yeske <rcyeske@gmail.com>
68
69 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
70 binding buffer-read-only to nil.
71
71726072
EZ
722005-11-19 Eli Zaretskii <eliz@gnu.org>
73
602ad1ad
SM
74 * complete.el (partial-completion-mode):
75 Mention completion-auto-help in the doc string.
10156852 76
71726072
EZ
77 * man.el (Man-highlight-references): Doc fix. Reformat code in a
78 more Lisp-ish way.
79
e0d47340
EZ
802005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
81
82 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
83 digits, not 8, to avoid misalignment for files larger than 100MB.
84
eeb935fd
EZ
852005-11-19 Eli Zaretskii <eliz@gnu.org>
86
602ad1ad
SM
87 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
88 Mention "keyboard shortcuts" in the help text.
eeb935fd 89
125ce9ec
YM
902005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
91
92 * startup.el (fancy-splash-default-action): Discard only
93 mouse-down and succeeding mouse-up events in the splash screen
94 window so that drag-n-drop event can be processed.
95
0f157ad5
CY
962005-11-18 Chong Yidong <cyd@stupidchicken.com>
97
98 * longlines.el (longlines-mode): Add hacks for mail-mode and
99 message-mode.
100
35af3490
CD
1012005-11-18 Carsten Dominik <dominik@science.uva.nl>
102
103 * textmodes/org.el: (org-table-sort-lines): New command.
104 (org-tbl-menu): Add entry for `org-table-sort-lines'.
105 (org-add-file): Command removed, use `org-agenda-file-to-front'
106 instead.
107 (org-export-icalendar): Use `org-icalendar-combined-name'.
108 (org-cycle-agenda-files, org-agenda-file-to-end)
109 (org-agenda-file-to-front): New commands.
110 (org-table-tab-jumps-over-hlines,org-export-html-style): New
111 options.
112 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
113 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
114 New functions.
115 (org-fill-paragraph): Call `org-table-align' in tables.
116 (org-mode): Call `org-set-autofill-regexps'.
117 (org-export-as-html): Support for local handformatted lists.
118 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
119 (org-export-local-list-max-depth): New option.
120 (org-html-expand): Use `org-html-protect'.
121
3d18d677
NR
1222005-11-18 Nick Roberts <nickrob@snap.net.nz>
123
124 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
125 to "p".
126 (gdb): Move definition of gud-pp to...
127
128 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
129 speedbar.
130 (gdb-find-watch-expression): New function.
f0f98146 131
fbe8d007
CY
1322005-11-17 Chong Yidong <cyd@stupidchicken.com>
133
134 * faces.el (face-attribute, set-face-attribute): Mention existence
135 of `:ignore-defface' setting in docstring.
136
39c7cde2
SM
1372005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
138
139 * simple.el (completion-setup-function): Fix last change.
140
f5723ff5
JPW
1412005-11-17 John Paul Wallington <jpw@pobox.com>
142
143 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
144 Use `posn-set-point' instead of `mouse-set-point' because the
145 latter is not fbound when configured without X.
146
147 * comint.el (comint-insert-input): Likewise.
148
4ea0018b
CY
1492005-11-17 Chong Yidong <cyd@stupidchicken.com>
150
151 * simple.el (hard-newline): New variable.
2fbbeaf1 152 (sendmail-user-agent-compose, next-line): Use it.
4ea0018b
CY
153
154 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
155 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
156 (mail-mail-reply-to, mail-mail-followup-to)
157 (mail-position-on-field, mail-signature, mail-yank-original)
bcd8c291 158 (mail-attach-file): Likewise.
4ea0018b 159
225dad8e
RF
160 * mail/mailheader.el (mail-header-format)
161 (mail-header-format-function): Likewise.
4ea0018b
CY
162
163 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
164
9f5f5ff2
JL
1652005-11-17 Juri Linkov <juri@jurta.org>
166
167 * font-lock.el (font-lock-faces): Rename this defgroup from
168 `font-lock-highlighting-faces'.
169 (font-lock-comment-face, font-lock-comment-delimiter-face)
170 (font-lock-string-face, font-lock-doc-face)
171 (font-lock-keyword-face, font-lock-builtin-face)
172 (font-lock-function-name-face, font-lock-variable-name-face)
173 (font-lock-type-face, font-lock-constant-face)
174 (font-lock-warning-face, font-lock-negation-char-face)
175 (font-lock-preprocessor-face)
176 (font-lock-regexp-grouping-backslash)
177 (font-lock-regexp-grouping-construct): Rename :group from
178 `font-lock-highlighting-faces' to `font-lock-faces'.
179
180 * cus-edit.el (lisp, c, tex):
181 * progmodes/ada-mode.el (ada):
182 * progmodes/asm-mode.el (asm):
183 * progmodes/cperl-mode.el (cperl-faces):
184 * progmodes/cpp.el (cpp):
185 * progmodes/dcl-mode.el (dcl):
186 * progmodes/f90.el (f90):
187 * progmodes/fortran.el (fortran):
188 * progmodes/icon.el (icon):
189 * progmodes/idlwave.el (idlwave-misc):
190 * progmodes/m4-mode.el (m4):
191 * progmodes/make-mode.el (makefile):
192 * progmodes/meta-mode.el (meta-font):
193 * progmodes/modula2.el (modula2):
194 * progmodes/octave-mod.el (octave):
195 * progmodes/pascal.el (pascal):
196 * progmodes/perl-mode.el (perl):
197 * progmodes/prolog.el (prolog):
198 * progmodes/ps-mode.el (PostScript-edit):
199 * progmodes/scheme.el (scheme):
200 * progmodes/sh-script.el (sh-script):
201 * progmodes/simula.el (simula):
202 * progmodes/tcl.el (tcl):
203 * textmodes/nroff-mode.el (nroff):
204 * textmodes/reftex-vars.el (reftex-fontification-configurations):
205 * textmodes/sgml-mode.el (sgml):
206 * textmodes/texinfo.el (texinfo):
207 Add :link (custom-group-link font-lock-faces) to defgroup.
208
209 * hi-lock.el (hi-lock): Rename this defgroup from
210 `hi-lock-interactive-text-highlighting'. Change parent group from
211 `faces' to `font-lock'. Add link to the manual.
212 (hi-lock-mode, hi-lock-file-patterns-range)
213 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
214 `hi-lock-interactive-text-highlighting' to `hi-lock'.
215 (hi-lock-faces): Add :group `faces'.
216
217 * cus-edit.el (custom-variable-prompt): Clarify the code.
218
219 * faces.el (face-read-string): Set the default value arg of
220 completing-read.
221
4bbd5b69
LT
2222005-11-16 Luc Teirlinck <teirllm@auburn.edu>
223
224 * rfn-eshadow.el (file-name-shadow-properties)
39c7cde2
SM
225 (file-name-shadow-tty-properties, file-name-shadow-mode):
226 Remove autoloads, because the file is now preloaded.
4bbd5b69 227
bead134f
SM
2282005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
229
230 * printing.el (easy-menu-intern): Don't define.
231 (pr-get-symbol): Use easy-menu-intern only if defined.
232
233 * simple.el (blink-matching-open): Simplify a bit.
234 (completion-setup-function): Fix the case of partial-completion-mode
235 when the minibuffer's contents start with "-".
236 Obey completion-base-size-function even when
237 minibuffer-completing-file-name is non-nil.
238
afabbb4d
RS
2392005-11-16 Richard M. Stallman <rms@gnu.org>
240
241 * net/eudcb-ph.el (eudc-ph-open-session):
242 Use set-process-query-on-exit-flag.
243
244 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
245
246 * international/ucs-tables.el (ucs-set-table-for-input):
247 Use make-local-variable, not make-variable-buffer-local.
248
249 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
250 Improve warning message text.
251
252 * savehist.el (savehist-save-hook): Add :group.
253
254 * menu-bar.el (menu-bar-help-menu):
255 Rename Find Extra Packages to External Packages.
256
257 * cus-edit.el (Custom-reset-standard): Verify that
258 :custom-standard-value prop exists before calling it.
259
260 * apropos.el (apropos-calc-scores): Use apropos-pattern.
261
2622005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
263
264 * wid-edit.el (color): Enclose %t in %{...%}.
265
266 * cus-edit.el (face): Enclose %t in %{...%}.
267
c01f0ed3
SM
2682005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
269
270 * savehist.el (savehist-mode-hook): Re-add the var.
271 (savehist-mode): Use it.
272
66a85723
SM
2732005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
274
042c6fb7
SM
275 * textmodes/flyspell.el: Fix commenting convention.
276 Remove unnecessary leading * in custom docstrings.
277 (flyspell-emacs): Remove unused var.
278 (flyspell-delete-region-overlays): Use remove-overlays.
279 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
280 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
281 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
282 (flyspell-debug-signal-word-checked): Use with-current-buffer.
283 (make-flyspell-overlay): Don't locally reuse a global name.
284 (flyspell-highlight-incorrect-region)
285 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
286 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
287 (flyspell-notify-misspell): Remove unused args `start' and `end'.
288 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
289 Wrap calls to accept-process-output inside with-local-quit since it's
290 often called from a post-command-hook.
291 (flyspell-correct-word, flyspell-auto-correct-word):
292 Use ispell-send-string.
293 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
5cb35db5 294
66a85723
SM
295 * calendar/diary-lib.el (diary-list-entries): Also hide the
296 terminating newline.
297
c194b021
CD
2982005-11-16 Carsten Dominik <dominik@science.uva.nl>
299
66a85723
SM
300 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
301 window-system, to allow fonts on tty.
c194b021 302
20eff2b2
NR
3032005-11-17 Nick Roberts <nickrob@snap.net.nz>
304
305 * progmodes/gud.el (gud-speedbar-item-info): New function.
3d18d677
NR
306 (gud-install-speedbar-variables): Use it to display data type
307 of watch expression as a tooltip in speedbar.
20eff2b2 308
8ab84823
LT
3092005-11-15 Luc Teirlinck <teirllm@auburn.edu>
310
e7295594 311 * font-core.el (global-font-lock-mode): Add :version keyword,
33bf8118 312 because default was changed.
e7295594
LT
313
314 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
315
8ab84823
LT
316 * startup.el (command-line): Use `custom-reevaluate-setting' for
317 `file-name-shadow-mode'.
318
319 * loadup.el: Preload rfn-eshadow.
320
321 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
1cc9e877 322 Add :version keyword.
9fc0053d
LT
323 (file-name-shadow-properties, file-name-shadow-tty-properties)
324 (file-name-shadow): Add :version keyword.
8ab84823
LT
325
326 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
327 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
328 in the custom-group property of the symbol frames and the fringe
329 group got no link to its parent group frames.
330 Doc fix.
331
3671718b
NR
3322005-11-16 Nick Roberts <nickrob@snap.net.nz>
333
334 * progmodes/gud.el (gud-stop-subjob): New function.
335 (gud-menu-map, gud-tool-bar-map): Use it.
336
7ecef1e9
KS
3372005-11-16 Kim F. Storm <storm@cua.dk>
338
339 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
340 than kill it.
341 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
342 to a more useful/logical place.
343
18468a1e
NR
3442005-11-16 Nick Roberts <nickrob@snap.net.nz>
345
346 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
347 go buttons complementary.
348
2fe3d6ec
SM
3492005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
352 (rfn-eshadow-sifn-equal): New function.
353 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
354
54b171c7 3552005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7ecef1e9
KS
356
357 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
54b171c7 358 string.
7ecef1e9 359
54b171c7
MK
360 * viper.el (viper-emacs-state-mode-list): Ensure that
361 rcirc-mode buffers come up in Emacs state.
7ecef1e9
KS
362
363 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
364 operation.
54b171c7 365
59c560f7
DN
3662005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
367
368 * term.el (term-termcap-format): Fix typos.
369 (term-down): Fix the negative argument case.
370
a354cf39
NR
3712005-11-16 Nick Roberts <nickrob@snap.net.nz>
372
373 * progmodes/gdb-ui.el: Remove face-alias left over from change on
374 2005-08-15.
375 (gdb-ann3): New command gud-go.
376 (menu): Accomodate gdb-mi.el.
377 (gdb-assembler-custom): Make buffer of selected window current
378 so that set-window-point works.
379
380 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
381 buttons and include new ones.
382
3832005-11-16 Kim F. Storm <storm@cua.dk>
384
2fe3d6ec 385 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
a354cf39
NR
386 (gud-menu-map): Use it.
387
7cb1a551
LT
3882005-11-14 Luc Teirlinck <teirllm@auburn.edu>
389
70acba5d
LT
390 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
391 that works correctly for Custom and that does not override a user
392 who disables it.
393
7cb1a551
LT
394 * help-mode.el (help-make-xrefs, help-xref-on-pp)
395 (help-xref-interned, help-follow): Make hyperlinks for variables
396 that are unbound, but have a non-nil variable-documentation property.
397
398 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
399 mode hook. (It conflicted with defcustoms for some mode hooks.)
400 Use the `variable-documentation' property to give the mode hook a
401 docstring and expand that docstring.
402
2d10b62b
SM
4032005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
404
8ab84823
LT
405 * savehist.el (savehist-mode): Don't bother with
406 `custom-set-minor-mode'.
2d10b62b
SM
407 (savehist-coding-system): Check XEmacs version.
408 (history-length): Declare also at run time.
409 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
410 Don't set the customize state.
411 (savehist-minibuffer-hook): Special case for when
412 minibuffer-history-variable is equal to t.
413
2f0e4846
SM
4142005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
415
8e5c7b90
SM
416 * files.el (write-file): Refresh VC status.
417
2f0e4846
SM
418 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
419 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
420 than fundamental-mode to see if the mode was set.
421
670d3fce
RF
4222005-11-14 Romain Francoise <romain@orebokech.com>
423
424 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
425 dummy function in `eval-when-compile' to avoid compiler warning.
426 Require `man' at compile time.
427
d0158f73
JB
4282005-11-14 Jay Belanger <belanger@truman.edu>
429
430 * calc-alg.el (calcFunc-write-out-power): Rename it to
431 calcFunc-powerexpand.
432 (math-write-out-power): Rename it to math-powerexpand; have it
433 handle negative exponents.
434 (calc-writeoutpower): Rename it to calc-powerexpand.
435
436 * calc-ext.el: Change calcFunc-writeoutpower and
437 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
438 autoloads.
439 Add calcFunc-ldiv to autoloads.
440
441 * calc-arith.el (calcFunc-ldiv): New function.
442
443 * calc.el (calc-left-divide): New function.
444
882108c7
JL
4452005-11-14 Juri Linkov <juri@jurta.org>
446
447 * cus-edit.el (custom-variable-prompt): Set the default value arg
448 of completing-read.
449
450 * cus-dep.el (custom-make-dependencies): Reverse the list of
451 found dependencies.
452
cadb1c90
DN
4532005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
454
455 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
456 Highlighting" entry, it is on by default now.
dea24608 457 (menu-bar-options-save): Do not save global-font-lock-mode.
cadb1c90 458
b8b7c66e
RS
4592005-11-13 Richard M. Stallman <rms@gnu.org>
460
461 * textmodes/flyspell.el (flyspell-large-region):
462 Call flyspell-accept-buffer-local-defs.
463
4642005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
465
466 * textmodes/flyspell.el (flyspell-notify-misspell):
467 Fix misspelling of "Misspelling".
468 (flyspell-process-localwords): New function.
469 (flyspell-large-region): Call flyspell-process-localwords and
470 flyspell-delete-region-overlays.
471 (flyspell-delete-region-overlays): New function.
472 (flyspell-delete-all-overlays): Call that.
473
7e1b6c2c
RS
4742005-11-13 Richard M. Stallman <rms@gnu.org>
475
476 * help.el (help-for-help-internal): Improve doc of C-h a.
afabbb4d 477 (describe-key): Improve prompt; doc fix.
225dad8e 478
1c32c9d6
SM
4792005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
480
1508b91a
SM
481 * vc-svn.el (vc-svn-registered): Catch all errors.
482
1c32c9d6
SM
483 * cus-dep.el (custom-make-dependencies): Typo.
484
75b19c39
MA
4852005-11-13 Michael Albinus <michael.albinus@gmx.de>
486
487 * net/tramp-util.el (top): Fix compilation warning.
488
8965e9c1
KS
4892005-11-13 Kim F. Storm <storm@cua.dk>
490
491 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
492
9ecc27d0
NR
4932005-11-13 Nick Roberts <nickrob@snap.net.nz>
494
225dad8e 495 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9ecc27d0
NR
496 (gud-speedbar-buttons): Match on "const char *" too.
497
498 * progmodes/gdb-ui.el (gdb-var-create-handler)
499 (gdb-var-list-children-handler): Match on "const char *" too.
500 (gdb-var-evaluate-expression-handler): Match on empty string.
501 (gdb-var-update-handler): Only call
502 gdb-var-evaluate-expression-handler when required.
503
e79b7435
NR
5042005-11-13 Nick Roberts <nickrob@snap.net.nz>
505
506 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
507 selected window. This still doesn't work for speedbar.
9ecc27d0 508 (gud-speedbar-buttons): Handle string expressions properly.
e79b7435 509
47b3cf39
NR
510 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
511 (gdb-var-create-handler): Handle string expressions properly.
e79b7435 512 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
1c32c9d6 513 Handle string expressions properly. Move "type" field into regexp.
e79b7435 514
9a9f1fdd 5152005-11-12 Karl Fogel <kfogel@red-bean.com>
8965e9c1 516
9a9f1fdd 517 * bookmark.el (bookmark-maybe-message): New function to reduce
8965e9c1 518 code duplication: invokes `message' iff baud-rate is high enough.
9a9f1fdd
KF
519 (bookmark-write-file): Use above instead of an inline conditional.
520 (bookmark-load): Same.
8965e9c1 521
a506054a
KF
5222005-11-12 Karl Fogel <kfogel@red-bean.com>
523
524 * bookmark.el (bookmark-write-file): Don't visit the destination
525 file, just write the data to it using write-region. This is
526 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
527 change to avoid visiting the file in the first place.
528
71dd9295
CY
5292005-11-12 Chong Yidong <cyd@stupidchicken.com>
530
531 * hi-lock.el (hi-lock-mode): Set the default value of
532 font-lock-defaults.
533
81d7d0d6
LT
5342005-11-11 Luc Teirlinck <teirllm@auburn.edu>
535
ee8fdb13 536 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
81d7d0d6
LT
537 arg to `file-attributes'.
538 (find-lisp-format): The UID and GID can now be strings.
539
42aad0f6
KS
5402005-11-12 Kim F. Storm <storm@cua.dk>
541
9f49f577
KS
542 * help.el (help-map): Bind C-h d to apropos-documentation.
543
0820b753
KS
544 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
545 when point is at end-of-buffer.
546
42aad0f6
KS
547 * apropos.el (apropos-match-face): Doc fix.
548 (apropos-sort-by-scores): Add new choice `verbose'.
549 (apropos-documentation-sort-by-scores): New defcustom.
550 (apropos-pattern): Now contains the pattern entered by the user.
551 (apropos-pattern-quoted): New defvar.
552 (apropos-regexp): New defvar, containing the regexp corresponding
553 to apropos-pattern.
1c32c9d6 554 (apropos-all-words-regexp): Rename from apropos-all-regexp.
42aad0f6
KS
555 (apropos-read-pattern): New defun. Use it to read pattern arg in
556 interactive calls; returns list of words for a word list, and
557 string for a regexp.
1c32c9d6 558 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
42aad0f6
KS
559 parses a list of words or regexp as returned by apropos-read-pattern.
560 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
561 (apropos-score-doc): Return a very high score if the string
562 entered by the user matches literally.
563 (apropos-variable): Doc fix. Use apropos-read-pattern.
564 (apropos-command): Doc fix. Use apropos-read-pattern and
565 apropos-parse-pattern. Call apropos-print with nosubst=t.
566 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
567 apropos-parse-pattern.
568 (apropos-documentation): Doc fix. Use apropos-read-pattern and
569 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
570 apropos-documentation-sort-by-scores. Call apropos-print with
571 nosubst=t.
572 (apropos-documentation-internal): Pass doc string through
573 substitute-key-definition before adding text properties.
574 Highlight substring matching literal user input if possible.
575 (apropos-documentation-check-doc-file): Remove locals beg and end.
576 Fix calculation of score (as added twice). Pass doc string through
577 substitute-key-definition before adding text properties.
578 (apropos-documentation-check-elc-file): Pass doc string through
579 substitute-key-definition before adding text properties.
580 Highlight substring matching literal user input if possible.
581 (apropos-print): Add new arg NOSUBST; if set, command and variable
582 doc strings have already been passed through substitute-key-definition.
583 Add code to handle apropos-accumulator items without score element
584 for backwards compatibility (e.g. with woman package).
585 Only show scores if apropos-sort-by-scores is `verbose'.
586
be93a2c4
SM
5872005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
590 Add jka-compr-load-suffixes to load-suffixes.
591
592 * jka-compr.el: Require 'jka-cmpr-hook.
593 (jka-compr-info-compress-message, jka-compr-info-compress-program)
594 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
595 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
596 (jka-compr-info-can-append, jka-compr-info-strip-extension)
597 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
598 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
599 (jka-compr-uninstall): Remove entries from
600 jka-compr-added-to-file-coding-system-alist after they are used.
601 (jka-compr-error): Remove unused var `curbuf'.
602 (jka-compr-file-local-copy): Remove unused var `notfound'.
603
7127d508
RF
6042005-11-10 Romain Francoise <romain@orebokech.com>
605
606 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
607
46faf25e
NR
6082005-11-11 Nick Roberts <nickrob@snap.net.nz>
609
610 * progmodes/gud.el (gud-menu-map): Move parentheses.
611 (gdb): New command gud-pv.
612
be93a2c4
SM
6132005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
614
615 * tar-mode.el: Remove spurious or unnecessary leading stars
616 in docstrings.
617 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
618 (tar-parse-octal-integer-safe): Use mapc.
619 (tar-header-block-summarize): Remove unused var `ck'.
620 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
621 cleared before. Obey default-enable-multibyte-characters.
622 Use mapconcat. Simplify setting of tar-header-offset.
623 (tar-mode-map): Move initialization inside delcaration.
624 (tar-flag-deleted): Use `abs'.
625 (tar-expunge-internal): Remove unused var `line'.
626 (tar-expunge-internal): Don't hardcode point-min==1.
627 (tar-expunge): Widen while doing set-buffer-multibyte.
628 (tar-rename-entry): Use file-name-coding-system.
629 (tar-alter-one-field): Don't hardcode point-min==1.
630 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
631 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
632
94b073f3
MY
6332005-11-10 Masatake YAMATO <jet@gyve.org>
634
af94256b
KS
635 * add-log.el (add-log-current-defun): Handle class::method
636 notation of c++. Fix incorrect comment.
94b073f3 637
f192689e
AM
6382005-11-10 Alan Mackenzie <acm@muc.de>
639
640 * help-fns.el (describe-variable): Make C-h v work when a variable
641 has variable documentation yet is unbound.
642
af8308ec
MY
6432005-11-10 Masatake YAMATO <jet@gyve.org>
644
645 * man.el (Man-highlight-references): Set an empty
646 string to `Man-arguments' if it is nil.
d730a9fc 647 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
af8308ec 648
be93a2c4
SM
6492005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
650
651 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
652 commenting conventions.
653
654 * cus-dep.el (custom-make-dependencies): Simplify.
655 Better follow the commenting conventions.
656
fe8bc3fa
RS
6572005-11-09 Richard M. Stallman <rms@gnu.org>
658
be93a2c4
SM
659 * apropos.el (apropos-pattern): Rename from apropos-regexp.
660 (apropos-orig-pattern): Rename from apropos-orig-regexp.
fe8bc3fa
RS
661 All uses changed.
662 (apropos-rewrite-regexp): Doc fix.
af94256b 663 (apropos-variable, apropos-command, apropos, apropos-value):
fe8bc3fa
RS
664 Change prompt; carry through the argument renaming.
665
6e128e32
LT
6662005-11-09 Luc Teirlinck <teirllm@auburn.edu>
667
668 * find-lisp.el: Require dired.
669 (find-lisp-find-dired-internal): Do not call
670 `abbreviate-file-name' on DIR.
671
78e5988d
NR
6722005-11-10 Nick Roberts <nickrob@snap.net.nz>
673
674 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
675
31fa5025
NR
6762005-11-09 Nick Roberts <nickrob@snap.net.nz>
677
678 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
679 when using the speedbar.
680 (gdb): New command gud-pp.
681 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
682
58b6f884
JL
6832005-11-09 Juri Linkov <juri@jurta.org>
684
685 * replace.el (occur-excluded-properties): New defcustom.
686 (occur-1, occur-engine, occur-accumulate-lines): Use it.
687
65b62d0a
JB
6882005-11-08 Jay Belanger <belanger@truman.edu>
689
217d155e 690 * calc/calc-units.el (math-convert-units): Replace any composite
65b62d0a
JB
691 unit by its definition.
692
77f996e5 6932005-11-08 Lars Hansen <larsh@soem.dk>
217d155e
RF
694
695 * emacs-lisp/autoload.el (update-directory-autoloads):
696 Add obsolete function alias.
697
4acbd507
SM
6982005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
699
5a3859e6
SM
700 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
701 comment-indent-function.
702 (lisp-comment-indent): Replace by an alias for comment-indent-default.
703
4acbd507
SM
704 * reveal.el (reveal-post-command): Rework the handling of
705 reveal-open-spots, so as to be more reliable. There were several
706 tricky corner cases where an open spot might be lost, or where
707 a closed spot might end up on the list of open spots.
708 Only reveal text that's ellipsised.
709
b58b00ca
CD
7102005-11-07 Carsten Dominik <dominik@science.uva.nl>
711
4acbd507 712 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
b58b00ca 713
f5723ff5
JPW
7142005-11-07 John Paul Wallington <jpw@gnu.org>
715
716 * ibuffer.el (ibuffer): Search iconified frames too when
717 getting Ibuffer buffer's window.
718
fda12b27
RS
7192005-11-06 Richard M. Stallman <rms@gnu.org>
720
721 * progmodes/compile.el (compilation-internal-error-properties):
722 save-excursion around the computation of MARKER.
723
7242005-11-06 Piet van Oostrum <piet@cs.uu.nl>
725
726 * textmodes/flyspell.el (flyspell-external-point-words):
727 flyspell-get-word returns a list, not just a string.
728
9514fb7f
JPW
7292005-11-06 John Paul Wallington <jpw@pobox.com>
730
731 * ibuffer.el (ibuffer): Search all visible frames when getting
732 Ibuffer buffer's window.
733
30abc4f4
MY
7342005-11-07 Masatake YAMATO <jet@gyve.org>
735
d730a9fc 736 * man.el (Man-reference-regexp): Accept spaces between
30abc4f4
MY
737 `Man-name-regexp' and `Man-section-regexp'.
738 (Man-apropos-regexp): New variable.
739 (Man-abstract-xref-man-page): Use value for `Man-target-string'
740 if available.
4acbd507
SM
741 (Man-highlight-references, Man-highlight-references0):
742 Handle the case when `Man-arguments' includes "-k".
743 (Man-highlight-references0): Rename the argument `TARGET-POS' to
30abc4f4
MY
744 `TARGET'. `TARGET' can be a number, function or nil.
745
2dd3b43b
NR
7462005-11-06 Nick Roberts <nickrob@snap.net.nz>
747
748 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
c660a322
KS
749 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
750 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
2dd3b43b
NR
751 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
752 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
c660a322 753 (gdb-send-item): Use buffer-local-value and simplify.
2dd3b43b 754
1b0ee2ce
LT
7552005-11-05 Luc Teirlinck <teirllm@auburn.edu>
756
757 * startup.el (command-line): Use `custom-reevaluate-setting' for
758 `global-font-lock-mode'.
759
c660a322
KS
760 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
761 by default, except in batch mode or when the -D option is given.
1b0ee2ce
LT
762
763 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
764 specified keyword args on to `define-minor-mode'. Update docstring.
765
61f570e2
RF
7662005-11-05 Romain Francoise <romain@orebokech.com>
767
768 * replace.el (occur-engine): Add marker at end of line, too.
769
d60b49ac
DN
7702005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
771
772 * font-lock.el: Don't deal with font-lock-face-attributes here,
773 move the code ...
774
775 * startup.el (command-line): ... here. Use face-spec-set instead
776 of custom-declare-face.
777
778 * faces.el (face-spec-set): Reset the face if spec is not nil.
779
45f6a663
SM
7802005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * newcomment.el (comment-region-internal): Box more tightly in the
783 common case where there's no TAB in the boxed text.
784
db2cf961
JD
7852005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
786
787 * info.el (info-tool-bar-map): Use images prev-node, next-node and
788 up-node.
789
dc9cfe1e
EZ
7902005-11-04 Ulf Jasper <ulf.jasper@web.de>
791
792 * newsticker.el: Commentary updated. Code formatting changed.
45f6a663 793 (newsticker-version): Change to "1.9".
dc9cfe1e 794 (newsticker, newsticker-feed): Doc fix.
45f6a663
SM
795 (newsticker-url-list): Doc fix. Add option "Weekly".
796 (newsticker-retrieval-interval): Add option "Weekly".
dc9cfe1e 797 (newsticker-headline-processing): Doc fix.
45f6a663 798 (newsticker-auto-mark-filter): Remove.
dc9cfe1e
EZ
799 (newsticker-auto-mark-filter-list): New.
800 (newsticker-layout, newsticker-sort-method): Doc fix.
801 (newsticker-hide-old-items-in-newsticker-buffer)
802 (newsticker-heading-format, newsticker-item-format)
803 (newsticker-desc-format): Doc fix.
45f6a663 804 (newsticker-show-all-rss-elements): Remove.
dc9cfe1e
EZ
805 (newsticker-show-all-news-elements): New.
806 (newsticker-faces, newsticker-ticker): Doc fix.
807 (remove-from-invisibility-spec): Code formatting.
808 (newsticker--process-ids): New.
809 (newsticker-mode): Doc fix.
45f6a663
SM
810 (newsticker-mode): Change mode-line-format.
811 (newsticker-start): Remove debug output.
812 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
dc9cfe1e
EZ
813 (newsticker-w3m-show-inline-images): Code formatting.
814 (newsticker-next-item): Call `force-mode-line-update'.
815 (newsticker-previous-item): Call `force-mode-line-update'.
816 (newsticker-next-feed): Call `force-mode-line-update'.
817 (newsticker-previous-feed): Call `force-mode-line-update'.
818 (newsticker-mark-all-items-at-point-as-read): Code formatting.
819 (newsticker-show-old-items): Do not show descs.
45f6a663 820 (newsticker-hide-entry): Hide too much.
dc9cfe1e
EZ
821 (newsticker-hide-entry, newsticker-show-entry)
822 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
823 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
824 (newsticker-toggle-auto-narrow-to-item): Code formatting.
825 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
826 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
45f6a663
SM
827 (newsticker-get-news): Call `force-mode-line-update'.
828 Collect process ids.
829 (newsticker--sentinel): Change coding system handling.
830 Move image retrieval to new functions newsticker--get-logo-url-*.
831 Move feed parsing to new functions newsticker--parse-*.
832 Update list of process ids.
dc9cfe1e
EZ
833 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
834 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
835 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
836 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
837 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
838 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
839 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
45f6a663
SM
840 (newsticker--decode-coding-string): Remove.
841 (newsticker--decode-numeric-entities): Check input. Format code.
dc9cfe1e
EZ
842 (newsticker--remove-whitespace): Check input.
843 (newsticker--do-forget-preformatted): Doc fix.
844 (newsticker--decode-rfc822-date): Allow for missing time.
845 (newsticker--update-process-ids): New.
45f6a663
SM
846 (newsticker--image-sentinel): Change comment.
847 (newsticker--image-read): Change error message.
dc9cfe1e
EZ
848 (newsticker--imenu-goto): Doc fix. Show headline title.
849 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
850 (newsticker--buffer-do-insert-text): Clean whitespace in
45f6a663
SM
851 html-rendered headline title. Code formatting.
852 Call `newsticker--buffer-print-extra-elements'.
853 (newsticker--buffer-print-extra-element): Remove.
dc9cfe1e
EZ
854 (newsticker--buffer-print-extra-elements): New.
855 (newsticker--buffer-do-print-extra-element): New.
856 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
857 large sizes.
858 (newsticker--run-auto-mark-filter)
45f6a663
SM
859 (newsticker--do-run-auto-mark-filter):
860 Use `newsticker-auto-mark-filter-list'.
dc9cfe1e 861
c97f3d3c
EZ
8622005-11-04 Ryan Yeske <rcyeske@gmail.com>
863
864 * net/rcirc.el: Use split-string OMIT-NULLS argument.
865 (rcirc-print): Force redisplay before running hooks. Do long
866 buffer truncation after making new text read-only. Deal with nil
867 text when decoding strings. If TARGET is nil, use either the
868 currently selected buffer, if it is an rcirc buffer and of the
869 same process or the process buffer.
870 (rcirc-mode): Remove header-line. Recompute short buffer names.
45f6a663 871 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
c97f3d3c 872 (rcirc-short-buffer-name): Add variable.
45f6a663
SM
873 (rcirc-kill-buffer-hook): Recompute short buffer names.
874 Remove nick from private channel.
875 (rcirc-send-input): Send command text to current-buffer.
876 Don't clear overlay arrow here.
c97f3d3c
EZ
877 (rcirc-short-buffer-name): Return a short buffer name.
878 (rcirc-update-short-buffer-names, rcirc-abbreviate)
879 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
880 buffer-name abbreviations.
45f6a663
SM
881 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
882 Do not touch nick-table when killing a parted channel.
c660a322
KS
883 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
884 Clear arrow from current buffer if it is now hidden.
c97f3d3c
EZ
885 (rcirc-current-buffer): Add variable.
886 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
887 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
888 Remove -face from names.
889 (rcirc-update-activity-string): Print "DND" when globally ignoring
890 activity.
891 (rcirc-ignore-buffer-activity-flag): Rename from
892 rcirc-ignore-channel-activity.
893 (rcirc-ignore-all-activity-flag): Doc fix.
894 (rcirc-channels): Remove variable.
895 (rcirc-kill-buffer-hook):
896 (rcirc-get-buffer-create): Add nick to private channel.
897 (rcirc-multiline-edit-submit): Remove tabs.
898 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
899 folded.
900 (rcirc-remove-nick-channel): Bug fix.
901 (rcirc-toggle-ignore-buffer-activity): Rename from
902 rcirc-toggle-ignore-channel-activity.
903 (rcirc-record-activity): Add buffers to the front of the list.
904 (rcirc-update-activity): Remove killed buffers from list.
905 (rcirc-process-server-response-1): Remove last argument if it is
906 null before calling handler.
907 (rcirc): Add "rcirc" defcustom prefix.
45f6a663
SM
908 (rcirc-prompt): Simplify default prompt.
909 Use custom-initialize-default.
c97f3d3c
EZ
910 (rcirc-private-chats): Remove variable.
911 (rcirc-prompt): Change initialization.
912 (rcirc-version): Remove function.
913 (rcirc-id-string): Add constant.
914 (rcirc-last-buffer): Remove variable.
915 (rcirc-buffer-alist): Add variable.
916 (rcirc-connect): Update variable setup.
917 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
918 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
919 default.
920 (rcirc-handler-generic): Trigger activity.
921 (rcirc-send-message): Create the buffor of the target.
45f6a663
SM
922 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
923 (rcirc-get-buffer): Just return nil if there is no matching buffer.
c97f3d3c
EZ
924 (rcirc-multiline-edit-cancel): Remove function.
925 (rcirc-set-last-buffer): Remove function.
926 (rcirc-get-any-buffer): Add function.
927 (rcirc-join-channels): Don't print /join text.
928 (rcirc-toggle-ignore-channel-activity): Add and update echo area
929 messages.
930 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
931 (rcirc-handler-NOTICE): Recognize CTCP responses.
932 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
933 constructing TOPIC string for buffers we are not JOINed.
934 (rcirc-handler-CTCP-response): Add handler.
935 (rcirc-multiline-edit-submit): Restore the window-configuration
936 before adjusting point.
937 (rcirc): Add customization group.
938 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
939 (rcirc-user-full-name, rcirc-startup-channels-alist)
940 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
941 (rcirc-ignore-all-activity-flag, rcirc-time-format)
942 (rcirc-input-ring-size, rcirc-read-only-flag)
943 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
944 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
945 Change defvar to defcustom.
946 (rcirc-update-prompt): Add optional ALL arg, which will update
947 prompts in all rcirc buffers. Regexp quote replacement text.
948 (rcirc-fill-column): Accept 'frame-width as a value.
949 (rcirc-set-changed): Add function.
950 (rcirc-next-active-buffer): Write more meaningful messages.
951 (rcirc-faces): Add customization group.
952 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
953 (rcirc-nick-in-message-face, rcirc-prompt-face)
954 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
955 (with-rcirc-process-buffer): Move before first usage.
956 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
957 (rcirc-debug-flag): Rename from `rcirc-log-p'.
958 (rcirc-debug): Rename from `rcirc-log'.
959 (rcirc-format-response-string): Do not print '-' chars for a
960 NOTICE with no sender. Simplify output of server responses.
45f6a663 961
c97f3d3c
EZ
9622005-11-04 Henrik Enberg <henrik.enberg@telia.com>
963
964 (rcirc-browse-url-map, rcirc-browse-url-at-point)
965 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
966 mouse and RET clickable.
967
ffce4757
EZ
9682005-11-04 Henrik Enberg <henrik.enberg@telia.com>
969
970 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
971
77f996e5 9722005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9e673321
EZ
973
974 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
975 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
976 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
977 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
978 argument to all these routines, so the passphrase can be managed
979 externally and passed in to the system.
980 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
981 pgg-add-passphrase-to-cache function.
982
983 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
984 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
985 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
986 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
987 argument to all these routines, so the passphrase can be managed
988 externally and passed in to the system.
989 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
990 function.
991
98945794
EZ
9922005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
993
994 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
995 from goto-address-url-regexp.
996
94539089
CD
9972005-11-04 Carsten Dominik <dominik@science.uva.nl>
998
c660a322 999 * textmodes/org.el (org-read-date, org-goto-calendar)
45f6a663
SM
1000 (org-recenter-calendar, org-agenda-goto-calendar):
1001 Temporarily clear 'calendar-move-hook'.
94539089 1002
39bcfe5f 10032005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
45f6a663
SM
1004
1005 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
39bcfe5f 1006 merging.
45f6a663
SM
1007
1008 * ediff-util.el (ediff-previous-difference): Don't skip regions that
39bcfe5f 1009 have merge clashes.
45f6a663 1010
97a7dbee
YM
10112005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1012
45f6a663
SM
1013 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1014 Undo previous change.
97a7dbee
YM
1015
1016 * startup.el (command-line): Use `custom-reevaluate-setting' for
51f47f64
YM
1017 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
1018 tty-register-default-colors on Mac.
97a7dbee 1019
c72ff615
NR
10202005-11-04 Nick Roberts <nickrob@snap.net.nz>
1021
45f6a663 1022 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
c72ff615
NR
1023 (gdb-buffer-type): Make it automatically buffer local...
1024 (gdb-get-create-buffer): ...and set it accordingly.
1025 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
1026 actually work.
1027
11ec76b7
DN
10282005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
1029
1030 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
1031 not red.
1032
2b02eddf
NR
10332005-11-04 Nick Roberts <nickrob@snap.net.nz>
1034
1035 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
1036 case GUD buffer is not visible.
1037 (gdb-goto-breakpoint): Try to force display in source buffer.
1038 (gdb-frame-gdb-buffer): Copy other similar functions.
1039 (gdb-restore-windows): Don't display source if not asked for.
1040 (gdb-assembler-buffer-name): Don't capitalise.
1041
e082564e
RS
10422005-11-03 Richard M. Stallman <rms@gnu.org>
1043
1044 * wid-edit.el (key-sequence): New widget type.
1045
1046 * simple.el (set-mark-command-repeat-pop): New variable.
1047 (set-mark-command): Only interpret plan C-@ after a pop as a pop
1048 if set-mark-command-repeat-pop is true.
1049
1050 * info.el (Info-fontify-node): Don't display extra "see" if there
1051 already is one here.
1052
1053 * mouse.el: Fix special handling of DEL after dragging a region:
1054 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
1055 (mouse-region-delete-keys): Add [backspace].
1056
1057 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
1058
1059 * textmodes/ispell.el (ispell-command-loop): Change `i' description
1060 not to assume it pertains to an affix.
1061
1062 * textmodes/flyspell.el (flyspell-post-command-hook):
1063 Bind deactivate-mark to prevent deactivation.
1064
438fc253 10652005-11-03 Lars Hansen <larsh@soem.dk>
2b02eddf 1066
438fc253
LH
1067 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1068 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1069 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1070
ebce92c7
RF
10712005-11-03 Romain Francoise <romain@orebokech.com>
1072
1073 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
1074 Update copyright years.
1075
c7280fb5
SS
10762005-11-03 Sam Steingold <sds@gnu.org>
1077
13d65a03
SM
1078 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1079 Use system-type instead of window-system because window-system is not
c7280fb5
SS
1080 correctly defined during loadup.
1081
aaaa8abb
MH
10822005-11-02 Mark A. Hershberger <mah@everybody.org>
1083
1084 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1085 (xml-parse-tag): Join strings separated by a comment properly.
1086
c80eca71
AS
10872005-11-02 Andreas Schwab <schwab@suse.de>
1088
13d65a03
SM
1089 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1090
10912005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1092
1093 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1094 (byte-optimize-pure-func): Quote the eval'd value.
1095
1096 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1097 Rename from perl-font-lock-syntactic-face-function.
1098 Change the calling convention so it can be used as a font-lock MATCHER.
1099 Do the parse-partial-sexp loop outselves.
1100 (perl-font-lock-syntactic-keywords): Use it.
1101 (perl-mode): Don't set font-lock-syntactic-face-function any more.
c80eca71 1102
c2205a03
NR
11032005-11-02 Nick Roberts <nickrob@snap.net.nz>
1104
2b02eddf
NR
1105 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1106 disassembly buffer too.
c2205a03
NR
1107 (gdb-exited): Remove overlay arrows when execution has finished.
1108 (gdb-info-frames-custom, gdb-info-threads-custom)
1109 (gdb-info-registers-custom): Don't add inappropriate text
1110 properties if inferior is not active.
1111
c046af95
GM
11122005-11-02 Glenn Morris <rgm@gnu.org>
1113
13d65a03
SM
1114 * progmodes/fortran.el (fortran-blink-match):
1115 Use `blink-matching-delay'.
c046af95 1116
3631f993
GM
11172005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
1118
1119 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1120
e89cd3e6 11212005-11-02 Lars Hansen <larsh@soem.dk>
ebce92c7 1122
e89cd3e6
LH
1123 * net/tramp.el (tramp-action-out-of-band): Handle scp message
1124 "Permission denied".
1125
b5714852
RS
11262005-11-01 Richard M. Stallman <rms@gnu.org>
1127
1128 * textmodes/flyspell.el (flyspell-external-point-words):
1129 Pass nil to flyspell-get-word.
1130
8f15921b
KS
11312005-11-02 Kim F. Storm <storm@cua.dk>
1132
1133 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1134 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1135
e5f64be2
SM
11362005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1137
1138 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1139 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1140 (calendar-mouse-print-dates): Add optional `event' argument.
1141 Update interactive-spec.
1142 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1143 Use `calendar-event-to-date' instead of `event'.
1144
6f9a47ab
MY
11452005-11-02 Masatake YAMATO <jet@gyve.org>
1146
e5f64be2
SM
1147 * progmodes/ld-script.el (ld-script-builtins):
1148 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1149 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
6f9a47ab
MY
1150 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1151
7bba5cae
RF
11522005-11-01 Romain Francoise <romain@orebokech.com>
1153
1154 * vc-sccs.el: Update copyright year.
1155 * ezimage.el: Likewise.
1156
4dacf0ff
JL
11572005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
1158
1159 * info.el (Info-fontify-node): Use `string-width' for fontifying
1160 underlined titles.
1161
99315976
JL
11622005-11-01 Juri Linkov <juri@jurta.org>
1163
1164 * info.el (Info-fontify-node): Downcase node header keywords Node,
1165 Prev, Next, Up before comparison.
1166 (Info-history): Insert absolute directory name, and put invisible
1167 property on it.
1168
94b10022
JL
11692005-11-01 Juri Linkov <juri@jurta.org>
1170
1171 * info.el (Info-file-supports-index-cookies): New variable.
1172 (Info-find-node-2): Check makeinfo version for index cookie support.
1173 (Info-index-nodes): Search for nodes with index cookies only when
1174 Info-file-supports-index-cookies is t. Otherwise, search nodes
1175 with "Index" in the node name.
1176 (Info-index-node): Search index cookie in the current node only when
1177 Info-file-supports-index-cookies is t. Otherwise, check the word
1178 "Index" in the node name.
1179 (Info-find-emacs-command-nodes): Remove code that searches nodes
1180 with "Index" node name in the top menu.
1181
c7deede0
SM
11822005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1183
1184 * progmodes/scheme.el (scheme-mode-variables): Use the default
1185 comment-indent-function.
1186
1187 * faces.el (face-attribute): Handle the case where a face inherits from
1188 a non-existent face.
1189
1190 * simple.el (eval-expression-print-format): Use lisp-readable syntax
1191 for octal and hexa output, and merge the char into the paren.
1192 (kill-new): Use push.
1193 (copy-to-buffer): Use with-current-buffer.
1194 (completion-setup-function): Move code in loop to remove redundancy.
1195 (minibuffer-local-must-match-map): Don't add bindings that duplicate
1196 those inherited from minibuffer-local-completion-map.
1197
1198 * savehist.el (savehist-mode) <defcustom>:
1199 Use custom-set-minor-mode if available.
1200 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1201 and emit a message if applicable.
1202
12032005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
1204
1205 * savehist.el: Sync up to version 19.
1206 (savehist-mode): New minor mode.
1207 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1208 (savehist-length): Remove (use history-length instead).
1209 (savehist-file-modes): Rename from savehist-modes.
1210 (savehist-save-hook, savehist-loaded): New vars.
1211 (savehist-load): Use savehist-mode. Try to smooth up transition from
1212 old format to new format.
1213 (savehist-install): Allow savehist-autosave-interval to be nil.
1214 (savehist-save): Run the new hook. Be more careful to only trim the
1215 history variables.
1216 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
1217 (savehist-printable): Print into a buffer rather than char-by-char.
1218
769b5f0a
JW
12192005-11-01 John Wiegley <johnw@newartisans.com>
1220
c7deede0 1221 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
bff4d65f
JW
1222 toggle-ignore keybinding (C-a). The author said it had been
1223 disabled much earlier due to a possible incompatibility, but after
1224 many months of usage I have encountered no problems (and it is a
1225 rather useful option, especially for switching to " *temp*").
1226
c7deede0 1227 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
73f99a66
JW
1228 support for OS/X's AddressBook, by calling out to the open source
1229 program "contacts" (installable through Fink).
1230
1231 * net/eudc.el (eudc-expand-inline): If the
1232 `eudc-multiple-match-handling-method' is set to `all', delete the
1233 query string before inserting the query result.
1234
c7deede0 1235 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
769b5f0a
JW
1236 flag, to prevent Eshell from using the system ls when
1237 `eshell-ls-insert-directory' is in used.
1238 (eshell-ls-insert-directory): Disable font-lock in directory
1239 buffer so that Eshell's own fontification is seen. This broke
1240 recently due to changes in font-lock, so this goes back to version
1241 21 behavior.
1242
e5beba32
NR
12432005-11-01 Nick Roberts <nickrob@snap.net.nz>
1244
1245 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1246 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1247 (gdb-many-windows): Doc fix.
1248
ac8c0cce
RF
12492005-10-31 Romain Francoise <romain@orebokech.com>
1250
1251 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1252
c94f08ff
DN
12532005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1254
1255 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1256 that global-font-lock-mode can be enabled by default.
1257
1258 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1259 (font-lock-add-keywords, font-lock-remove-keywords)
1260 (font-lock-fontify-buffer): Remove autoload cookies.
1261
1262 * jit-lock.el (jit-lock-register): Likewise.
1263
1264 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1265
c8010cbb
NR
12662005-10-31 Nick Roberts <nickrob@snap.net.nz>
1267
1268 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1269 intact if there is no gud-comint-buffer.
1270
12712005-10-31 Luc Teirlinck <teirllm@auburn.edu>
1272
1273 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1274 old prompt comint-prompt-read-only is t and GDB commands are
1275 issued from tool bar etc.
1276
9a36031f
MY
12772005-10-31 Masatake YAMATO <jet@gyve.org>
1278
1279 * vc.el (vc-directory-exclusion-list): Add "{arch}".
1280
6c060884
CY
12812005-10-30 Chong Yidong <cyd@stupidchicken.com>
1282
1283 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1284 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1285
55880756
MA
12862005-10-30 Michael Albinus <michael.albinus@gmx.de>
1287
1288 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1289 starting at beginning of line. Fontification is messed up when
c7deede0
SM
1290 `open-paren-in-column-0-is-defun-start' set to t.
1291 Reported by John Paul Wallington <jpw@pobox.com>.
55880756 1292
8c633bb4
LT
12932005-10-30 Luc Teirlinck <teirllm@auburn.edu>
1294
1295 * comint.el (comint-send-input): Call `comint-update-fence' when
1296 `comint-process-echoes' and `comint-prompt-read-only' are both
1297 non-nil, to avoid leftover read-only newline.
1298
b9c5959e
RS
12992005-10-30 Richard M. Stallman <rms@gnu.org>
1300
1301 * textmodes/flyspell.el (flyspell-external-point-words):
1302 Detect when WORD can't be checked properly because
1303 flyspell-get-word finds just part of it, and move on.
1304
1305 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1306 boundarychar for Polish.
1307 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1308 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1309
f3be774b
NR
13102005-10-31 Nick Roberts <nickrob@snap.net.nz>
1311
1312 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1313 (gdb-registers-font-lock-keywords): Delete.
1314 (gdb-registers-mode): Don't fontify.
1315 (gdb-info-registers-custom): Use text properties instead as, in
1316 future, changed register values will use font-lock-warning-face.
1317 (gdb-local-font-lock-keywords): Rename to...
1318 (gdb-locals-font-lock-keywords): ...for consistency.
1319
5e7ae3bd
AS
13202005-10-30 Andre Spiegel <spiegel@gnu.org>
1321
1322 * vc.el (vc-switch-backend): Better error message if the buffer is
1323 not visiting a file under version control.
1324
6aecefa8 1325 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8c633bb4 1326
c3ab3701
CY
13272005-10-29 Chong Yidong <cyd@stupidchicken.com>
1328
1329 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1330 ~/.emacs.d/.emacs.
1331
685abb98
RS
13322005-10-29 Richard M. Stallman <rms@gnu.org>
1333
1334 * replace.el (occur-mode-mouse-goto): Always go to other window.
1335 (occur-mode-goto-occurrence): Always switch in same window.
1336
1337 * simple.el (undo): Display message at end, not at start.
1338
1339 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1340 New arg REUSE-CELL.
1341 (cancel-timer-internal): New function.
1342 (timer-event-handler): Use cancel-timer-internal,
1343 and pass the cell it returns to timer-activate...
1344
1345 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1346 (jit-lock-deferred-fontify, jit-lock-context-fontify)
1347 (jit-lock-after-change): Test memory-full.
1348
c390e28c
SM
13492005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
1350
1351 * textmodes/conf-mode.el (conf-assignment-sign)
1352 (conf-assignment-regexp): Fix docstrings.
1353 (conf-mode-initialize): New function.
1354 (conf-mode): Remove optional args. Use delay-mode-hooks to
1355 recognize recursive calls.
1356 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1357 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1358 (conf-xdefaults-mode): Use define-derived-mode and
1359 conf-mode-initialize.
1360
1cf586a4
RF
13612005-10-29 Romain Francoise <romain@orebokech.com>
1362
1363 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1364
feb2f364
EZ
13652005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1366
c390e28c
SM
1367 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1368 part of the decoded armor to find the key-identifier.
feb2f364
EZ
1369 (pgg-gpg-lookup-key-owner): New function to return the
1370 human-readable identifier of a key owner.
1371 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1372 key itself.
1373 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1374 the key value) if we have a key and can match it against a secret
1375 key. Also, added a note pointing out fact that the prompt only
1376 indicates the first matching key.
1377
1378 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1379 pgg-decrypt-region.
1380 (pgg-pending-timers): A new hash for tracking the passphrase cache
1381 timers, so that new ones supercede old ones.
c390e28c 1382 (pgg-add-passphrase-to-cache): Rename from
feb2f364
EZ
1383 `pgg-add-passphrase-cache' to reduce confusion (all callers
1384 changed). Modified to cancel old timers when new ones are added.
c390e28c 1385 (pgg-remove-passphrase-from-cache): Rename from
feb2f364
EZ
1386 `pgg-remove-passphrase-cache' to reduce confusion (all callers
1387 changed). Modified to cancel old timers when their keys are
1388 removed from the cache.
1389 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1390 XEmacs, an indirection to delete-itimer.
c390e28c
SM
1391 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1392 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1393 users can only check cache without risk of prompting. Correct bug in
feb2f364
EZ
1394 notruncate behavior.
1395 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
c390e28c
SM
1396 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1397 Add informative docstrings.
feb2f364
EZ
1398 (pgg-decrypt): Convey provided passphrase in subordinate call to
1399 pgg-decrypt-region.
1400
14012005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
1402
1403 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1404 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1405 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1406 'passphrase' argument, so the passphrase can be managed externally
1407 and then passed in to the system.
1408
1409 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1410 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1411 so the passphrase cache can be used reliably with identifiers
1412 besides a pgp packet's key id.
1413
1414 * pgg-gpg.el (pgg-pgp-encrypt-region)
1415 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1416 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1417 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1418 argument to all these routines, so the passphrase can be managed
1419 externally and passed in to the system.
1420
1421 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1422 'notruncate' argument, so the passphrase cache can be used
1423 reliably with identifiers besides a pgp packet's key id.
1424
14252005-10-29 Sascha Wilde <swilde@sha-bang.de>
1426
1427 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1428 symmetric encryption.
1429 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1430 encrypted session key.
1431 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1432 message ask for the passphrase in a proper way.
1433
1434 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1435 New user commands for symmetric encryption.
1436
5c825567
BW
14372005-10-28 Bill Wohler <wohler@newt.com>
1438
1439 * help-mode.el (help-url): New button type. Calls browse-url.
1440 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1441 Similar to Info nodes: URL `url'.
1442 (help-make-xrefs): Create help-url buttons for
1443 help-xref-url-regexp matches.
1444
147ebaca
NR
14452005-10-29 Nick Roberts <nickrob@snap.net.nz>
1446
1447 * tool-bar.el (tool-bar-add-item-from-menu)
1448 (tool-bar-local-item-from-menu): Fix doc strings.
1449
059a552c
RF
14502005-10-28 Romain Francoise <romain@orebokech.com>
1451
6a9e60bc
RF
1452 * ldefs-boot.el: Update.
1453
059a552c
RF
1454 * subr.el (locate-library): Move from help-fns.el.
1455 * help-fns.el (locate-library): Move to subr.el.
1456
8cee983d
RS
14572005-10-28 Richard M. Stallman <rms@gnu.org>
1458
1459 * net/tramp.el (tramp-completion-mode): defvar moved up.
1460
1461 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1462
1463 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1464
1465 * files.el (find-file-noselect): Use %d to format large file size.
1466
107fb6c9 1467 * bindings.el (mode-line-format): Add %e.
8cee983d
RS
1468
1469 * loadup.el ("facemenu"): Load unconditionally.
1470 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1471 ("x-dnd"): Load, when appropriate.
1472
1473 * startup.el (command-line): Call before-init-hook earlier.
1474 Warn about some bad characters in -u user name.
1475
1476 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1477 (flyspell-external-point-words): Error if misspelled word is not found.
1478 Set flyspell-large-region-beg at end of word.
059a552c 1479
a312f214
AS
14802005-10-28 Andreas Schwab <schwab@suse.de>
1481
c390e28c
SM
1482 * view.el (View-revert-buffer-scroll-page-forward):
1483 Use view-page-size-default.
a312f214 1484
895725e1
JL
14852005-10-28 Juri Linkov <juri@jurta.org>
1486
1487 * international/quail.el (quail-get-current-str): Translate last
1488 raw character for deterministic input methods.
1489
887ec6f1
JB
14902005-10-27 Jay Belanger <belanger@truman.edu>
1491
1492 * calc/calc-ext.el: Add functions to autoloads.
1493 (math-identity-matrix-p, math-ident-row-p): New functions.
1494
1495 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1496 multiplication by an identity matrix; don't turn multiplication by
1497 an inverse matrix into division.
1498 (math-div-symbol-fancy): Replace division by matrices with
1499 multiplication by inverse.
1500
1501 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1502
1503 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1504 (calc-writeoutpower): New functions.
1505
2d29381c
RF
15062005-10-27 Romain Francoise <romain@orebokech.com>
1507
1e0ab2f0
RF
1508 * replace.el (occur-engine): Include colon in mouse-face highlight.
1509
2d29381c
RF
1510 * dired-x.el: Change Maintainer field.
1511
a145b41c
CY
15122005-10-26 Chong Yidong <cyd@stupidchicken.com>
1513
1514 * longlines.el (longlines-mode): Bind after-change-functions to
1515 nil during initial decoding and final encoding.
1516
51d96f88
DN
15172005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1518
1519 * term.el (term-emulate-terminal, term-handle-colors-array)
1520 (term-handle-ansi-escape): Specify the terminfo capabilities
1521 implemented.
1522
d75baf12
RS
15232005-10-26 Richard M. Stallman <rms@gnu.org>
1524
1525 * info.el (Info-fontify-node): Fix detection of sentence-break
1526 before *Note.
1527
9700a45f
RF
15282005-10-26 Romain Francoise <romain@orebokech.com>
1529
d75baf12 1530 * smerge-mode.el: Add `tools' to file keywords.
9700a45f 1531
14924bb1
NR
15322005-10-26 Nick Roberts <nickrob@snap.net.nz>
1533
1534 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1535 when the fringe is not available.
1536
1537 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1538 (def-gdb-auto-update-trigger): Simplify construction.
1539 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1540 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1541 defined explicitly.
1542 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1543 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1544 defined explicitly.
1545 (gdb-info-locals-custom): Remove as it's a no-op.
1546
e7b382ed
CY
15472005-10-25 Chong Yidong <cyd@stupidchicken.com>
1548
1549 * longlines.el (longlines-mode): Remove narrowing before
1550 performing the initial decoding or final encoding.
1551
53aaf457
RF
15522005-10-25 Romain Francoise <romain@orebokech.com>
1553
1554 * emacs-lisp/find-func.el (find-library-name): Also strip
1555 extension if library name ends in .el, to take advantage of
1556 `find-library-suffixes'.
1557
8e7af2c6
RS
15582005-10-25 Richard M. Stallman <rms@gnu.org>
1559
1560 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1561
f344e9d2
JL
15622005-10-25 Juri Linkov <juri@jurta.org>
1563
1564 * textmodes/texinfo.el (texinfo-mode): Change charset of one
1565 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1566
47b5f6d6
SM
15672005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1568
1569 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1570 (blackbox-redefine-key): Add argument `map'.
1571
1572 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1573 regions when moving the jit-lock-context-unfontify-pos boundary.
1574
2e167dc4
RS
15752005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
1576
c390e28c 1577 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
2e167dc4 1578
fc50a3be
MY
15792005-10-25 Masatake YAMATO <jet@gyve.org>
1580
1581 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1582
35b1f2e9
EZ
15832005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
1584
1585 * play/blackbox.el (blackbox-redefine-key): New function.
1586 (blackbox-mode-map): Use it to remap existing bindings for cursor
1587 motion instead of binding literal keys.
1588
3e99f6ee
GM
15892005-10-25 Glenn Morris <rgm@gnu.org>
1590
1591 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1592 diary does not end in a newline. Do not assume a blank line at
1593 the start of the diary file.
1594
1f1ce6ab
KH
15952005-10-25 Kenichi Handa <handa@m17n.org>
1596
1597 * international/quail.el (quail-translate-key): If the input
1598 method is deterministic and failed to handle the last key, restart
1599 the key handling loop from an appropriate key.
1600
ead91593
MA
16012005-10-25 Michael Albinus <michael.albinus@gmx.de>
1602
1603 * vc.el (vc-dired-mode): Extend comment for binding of
1604 `directory-listing-before-filename-regexp'.
1605
bc6785f3
SM
16062005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 * textmodes/texinfo.el (texinfo-mode):
1609 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
1610 not to unnecessarily expose emacs-mule's internal char codes.
1611
56da68fc
NR
16122005-10-25 Nick Roberts <nickrob@snap.net.nz>
1613
e29a4981
NR
1614 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
1615 Display hand pointer and help-echo on disabled icon too.
1616 (gdb-mouse-until): New function.
1617 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
56da68fc 1618
24bdbffe
CY
16192005-10-24 Chong Yidong <cyd@stupidchicken.com>
1620
1621 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
1622 with 2005-10-23 change to doctor.el.
1623
1624 * finder.el (finder-mode-map): Add follow-link binding.
1625
47ab3ac3
KS
16262005-10-25 Kim F. Storm <storm@cua.dk>
1627
1628 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
1629 to gdb-mouse-toggle-breakpoint-fringe.
1630 (gdb-mouse-toggle-breakpoint-margin): Rename from
1631 gdb-mouse-toggle-breakpoint. Fix doc.
1632 (gdb-mouse-toggle-breakpoint-fringe): New defun.
1633 (gdb-put-string): Add optional SPROPS arg. Add props to string.
1634 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
1635 string properties also for fringe breakpoint bitmaps.
1636
6bcf30dc
CD
16372005-10-24 Carsten Dominik <dominik@science.uva.nl>
1638
bc6785f3 1639 * textmodes/org.el (org-start-icalendar-file): Fix format form.
6bcf30dc 1640
dc447cc5
MY
16412005-10-25 Masatake YAMATO <jet@gyve.org>
1642
567ecdfb
SM
1643 * simple.el (completion-common-substring):
1644 Use `completion-common-substring' prior to `completion-base-size'.
1645
16462005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
1647
1648 * savehist.el: Require CL while compiling.
1649 (savehist-history-variables): Remove.
1650 (savehist-save-minibuffer-history, savehist-additional-variables)
1651 (savehist-minibuffer-history-variables): New vars.
1652 (savehist-save): Use them.
1653 (savehist-uninstall, savehist-minibuffer-hook): New funs.
1654 (savehist-install): New fun, extracted from savehist-load.
1655 (savehist-load): Use them.
1656
16572005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1658
1659 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
1660 a dummy doc-string-elt property.
1661 (defalias, defvaralias, define-category): Add a docstring property.
1662
1663 * image.el (defimage):
1664 * widget.el (define-widget):
1665 * custom.el (defface, defcustom): Add `doc-string' declaration.
1666
1667 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
1668 (defadvice): Add `doc-string' declaration.
1669
1670 * emacs-lisp/byte-run.el (macro-declaration-function):
1671 Handle `doc-string' declarations.
1672 (define-obsolete-function-alias, define-obsolete-variable-alias):
1673 Add `doc-string' declaration.
dc447cc5 1674
1cbe1e4b
KH
16752005-10-24 Kenichi Handa <handa@m17n.org>
1676
31a8d39f
KH
1677 * international/utf-7.el (utf-7): Add autoload cookie.
1678
1cbe1e4b
KH
1679 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
1680
28e48287
EZ
16812005-10-24 Eli Zaretskii <eliz@gnu.org>
1682
81293113
EZ
1683 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
1684 list of directories passed to batch-update-autoloads. Add "." to
1685 the list of the echoed directories.
1686
28e48287
EZ
1687 * pgg-def.el:
1688 * pgg-gpg.el:
1689 * pgg-parse.el:
1690 * pgg-pgp.el:
1691 * pgg-pgp5.el:
1692 * pgg.el: Moved here from the gnus subdirectory.
1693
11422095
NR
16942005-10-24 Nick Roberts <nickrob@snap.net.nz>
1695
1696 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
1697 in case comint-prompt-read-only is set to t.
1698
1699 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
1700 in case comint-prompt-read-only is set to t.
1701
ad1eff1b
GM
17022005-10-24 Ulf Jasper <ulf.jasper@web.de>
1703
567ecdfb
SM
1704 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
1705 Now a string.
1706 (icalendar-import-format): Handle CLASS, STATUS, URL.
1707 Rename `subject' to `summary'.
ad1eff1b
GM
1708 (icalendar-import-format-summary): Rename from
1709 `icalendar-import-format-subject'.
1710 (icalendar-import-format-url, icalendar-import-format-status)
1711 (icalendar-import-format-class): New variables.
1712 (icalendar--rris): Take variable argument list.
1713 (icalendar--datestring-to-isodate): Remove unnecessary
567ecdfb 1714 calendar-style check when converting dates with explicit month names.
ad1eff1b
GM
1715 (icalendar-export-region): Change return type of conversion
1716 subroutines. Bury current buffer unless error occurred.
1717 (icalendar--convert-to-ical)
1718 (icalendar--parse-summary-and-rest): New functions.
1719 (icalendar--convert-ordinary-to-ical)
1720 (icalendar--convert-weekly-to-ical)
1721 (icalendar--convert-yearly-to-ical)
1722 (icalendar--convert-block-to-ical)
1723 (icalendar--convert-cyclic-to-ical)
1724 (icalendar--convert-anniversary-to-ical): Change return type.
1725 Strip trailing blanks from subject.
1726 (icalendar--convert-sexp-to-ical): Change return type.
1727 Strip trailing blanks from subject. Handle simple sexp
1728 entries as generated by icalendar.el.
1729 (icalendar--convert-float-to-ical)
567ecdfb 1730 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
ad1eff1b
GM
1731 (icalendar-import-file): Doc fix.
1732 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
1733 Correct call to icalendar--rris.
1734 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
1735 `summary'.
1736 (icalendar--add-diary-entry): Rename `subject' to `summary'.
1737
c7cad90c
RF
17382005-10-24 Romain Francoise <romain@orebokech.com>
1739
cbfc02e4
RF
1740 * server.el (server-sentinel): Set query-on-exit flag to nil on
1741 new client processes (it isn't inherited from the server process).
1742
c7cad90c
RF
1743 * replace.el (occur-engine): Rearrange text properties.
1744
7c5ba0d2
SM
17452005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1746
1747 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
1748 case-fold-search is nil.
1749 (debug-help-follow): Use help-xref-interned directly.
1750
3a20e510
CY
17512005-10-23 Chong Yidong <cyd@stupidchicken.com>
1752
1753 * thumbs.el (thumbs-image-type): Add .pbm.
1754
24c324f9
RS
17552005-10-23 Richard M. Stallman <rms@gnu.org>
1756
1df64254
RS
1757 * faces.el (inhibit-face-set-after-frame-default): New variable.
1758 (set-face-attribute): Bind it.
1759 (face-set-after-frame-default): Test it.
1760
6a897887
RS
1761 * help-fns.el (describe-simplify-lib-file-name): New function.
1762 (describe-function-1, describe-variable): Use it.
1763
1764 * faces.el (describe-face): Use describe-simplify-lib-file-name.
1765
24c324f9
RS
1766 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
1767 Eliminate nil as possible value.
1768 (tooltip-hide-delay): Reduce internal-border-width.
1769
1770 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
1771 (menu-bar-file-menu) <new-file>: Likewise.
1772
1773 * simple.el (line-move-finish): Ignore fields computing LINE-END.
1774
96664fc0 1775 * international/mule.el (load-with-code-conversion):
24c324f9
RS
1776 Pass full file name to `eval-buffer' unless preloading.
1777
1778 * textmodes/flyspell.el (flyspell-large-region):
1779 Call ispell-check-version.
1780
96664fc0 1781 * textmodes/ispell.el (ispell-local-dictionary-overridden):
24c324f9
RS
1782 Fix the make-variable-buffer-local call that was supposed
1783 to be for this variable.
1784 (ispell-aspell-supports-utf8): Doc fix.
1785 (ispell-find-aspell-dictionaries): Preserve elements of
1786 ispell-dictionary-alist for dictionaries that aspell doesn't report.
1787 (ispell-aspell-find-dictionary): Return nil on error.
1788
1789 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
1790 (doctor-symptoms): Likewise.
1791
1792 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
1793
87911bdb
CY
17942005-10-23 Chong Yidong <cyd@stupidchicken.com>
1795
1796 * cus-edit.el (custom-button, custom-button-pressed): New vars.
1797 (custom-raised-buttons): Add :set spec.
567ecdfb
SM
1798 (custom-button-unraised, custom-button-pressed-unraised):
1799 New faces, so that custom-raised-buttons actually does something.
87911bdb
CY
1800 (custom-mode): Use custom-button and custom-button-pressed.
1801
1802 * wid-edit.el (widget-specify-button): Don't ignore
1803 widget-mouse-face on graphic terminals.
1804 (widget-move-and-invoke): Cleanup.
1805
04f0adee
TTN
18062005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
1807
1808 * whitespace.el (whitespace-cleanup): Doc fix.
1809
90066cb5
RF
18102005-10-23 Romain Francoise <romain@orebokech.com>
1811
1812 * emulation/viper.el (viper-set-hooks): Quote forms passed to
1813 `eval-after-load' to avoid evaluating their result.
1814
9bc260cf
MA
18152005-10-23 Michael Albinus <michael.albinus@gmx.de>
1816
567ecdfb
SM
1817 * files.el (directory-listing-before-filename-regexp):
1818 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9bc260cf 1819
567ecdfb
SM
1820 * dired.el (dired-move-to-filename-regexp): Remove.
1821 All occurences replaced by `directory-listing-before-filename-regexp'.
9bc260cf 1822
567ecdfb
SM
1823 * dired-x.el, locate.el, vc.el:
1824 Replace `dired-move-to-filename-regexp' by
9bc260cf
MA
1825 `directory-listing-before-filename-regexp'. In vc.el it is
1826 overwritten locally; maybe this can be handled in files.el too.
1827
567ecdfb 1828 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9bc260cf
MA
1829 replaced by `directory-listing-before-filename-regexp'.
1830
9f40e1d5
AS
18312005-10-23 Andreas Schwab <schwab@suse.de>
1832
1833 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
1834 and eval-next-after-load.
1835
4bdce438
RF
18362005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
1837
1838 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
1839 exist, create it.
1840
0949617b
EZ
18412005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
1842
96664fc0 1843 * allout.el: Remove autoloads for mailcrypt and crypt++.
0949617b
EZ
1844 Require pgg, pgg-gpg during compilation.
1845 (allout-version): Increment version number to 2.1, and use a literal
96664fc0
KS
1846 rather than RCS Id.
1847 (allout-default-encryption-scheme): Remove.
1848 (allout-passphrase-verifier-handling)
1849 (allout-passphrase-verifier-string)
1850 (allout-file-passphrase-verifier-string)
1851 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
1852 (allout-passphrase-hint-handling): Rename and simplify.
0949617b
EZ
1853 (allout-init): Use `find-file-hook' if available, otherwise
1854 `find-file-hooks'.
1855 (allout-mode): Use `write-file-functions' if available, otherwise
1856 `local-write-file-hooks' and, instead of making auto-save-hook
1857 buffer local, make the write-file-hook activity contingent to
1858 allout-mode.
96664fc0 1859 (allout-mode): Use key-binding substitution in the docstring.
0949617b
EZ
1860 (allout-kill-line): Spell-out kill ring data structure mutation
1861 instead of using byte-compiler-complaint-provoking `pop'.
1862 (allout-insert-listified): Use `insert' rather than `insert-string'
96664fc0
KS
1863 (allout-toggle-current-subtree-encryption): Update docstring, adjust
1864 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
0949617b
EZ
1865 (allout-encrypt-string): Totally revamped vis new underlying
1866 encryption facilities.
96664fc0 1867 (allout-mc-activate-passwd): Remove.
0949617b
EZ
1868 (allout-obtain-passphrase): New, more or less replaces
1869 allout-mc-activate-passwd.
1870 (allout-encrypted-key-info): More or less replaces
1871 allout-encrypted-text-type.
1872 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
96664fc0 1873 (my-mark-marker): Use `(featurep 'xemacs)'.
0949617b 1874
4ec5239c 18752005-10-23 Lars Hansen <larsh@soem.dk>
0949617b 1876
96664fc0 1877 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4ec5239c
LH
1878 (byte-compile-file-form-defmumble, byte-compile-defun)
1879 (byte-compile-defmacro): Use it.
1880 (byte-compile-form): Don't call byte-compile-set-symbol-position
1881 when a byte-compile handler is called.
1882
e8fbc5e0
RF
18832005-10-22 Romain Francoise <romain@orebokech.com>
1884
02c583a4
RF
1885 * savehist.el (savehist-history-variables): Add `grep-find-history'.
1886
e8fbc5e0
RF
1887 * subr.el (eval-after-load): Convert library name to an absolute
1888 file name using locate-library, since load-history no longer has
1889 library names in it.
1890
41e7ed3a
RS
18912005-10-22 Richard M. Stallman <rms@gnu.org>
1892
567ecdfb
SM
1893 * files.el (make-temp-file): Move from subr.el.
1894 * subr.el (make-temp-file): Move to files.el.
e8fbc5e0 1895
567ecdfb
SM
1896 * window.el (get-buffer-window-list): Move from subr.el.
1897 * subr.el (get-buffer-window-list): Move to window.el.
db5fe0a6 1898
41e7ed3a
RS
1899 * image.el (image-load-path): Use eval-at-startup to initialize.
1900
1901 * subr.el (eval-at-startup): New macro.
1902
1903 * subr.el: Much rearrangement of functions and division
1904 into pages. No code changes.
1905
c286104c
KH
19062005-10-22 Kenichi Handa <handa@m17n.org>
1907
1908 * tar-mode.el (tar-extract): Be sure to call
1909 find-operation-coding-system if set-auto-coding doesn't find a
1910 coding system.
1911
76b581f2
KS
19122005-10-22 Kim F. Storm <storm@cua.dk>
1913
1914 * image.el (image-type-header-regexps): Rename from image-type-regexps.
1915 Change users.
1916 (image-type-file-name-regexps): New defconst.
1917 (image-type-from-data): Simplify loop.
1918 (image-type-from-buffer): New defun.
1919 (image-type-from-file-header): Use it instead of image-type-from-data.
1920 Use image-search-load-path instead of only looking in data-directory.
1921 (image-type-from-file-name): New defun.
567ecdfb
SM
1922 (image-search-load-path): Change `pathname' to `filename'.
1923 Make PATH arg optional, default to image-load-path.
76b581f2 1924
bb66398d
RS
19252005-10-21 Richard M. Stallman <rms@gnu.org>
1926
1927 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
1928
1929 * textmodes/paragraphs.el (sentence-end-base): New variable.
1930 (sentence-end): Use sentence-end-base.
1931
5ae158bf
SM
19322005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1933
1934 * font-lock.el (font-lock-default-fontify-region): Check the multiline
1935 property independently from the font-lock-multiline variable.
1936
45158e77
RS
19372005-10-21 Richard M. Stallman <rms@gnu.org>
1938
1939 * emacs-lisp/find-func.el (find-library-name): Doc fix.
1940
1941 * startup.el (command-line): Convert library names
1942 in `load-history' to absolute file names.
1943
1944 * subr.el (symbol-file): Doc fix.
1945
1946 * loadhist.el (file-loadhist-lookup): Call locate-library
1947 instead of find-library-name. Don't try converting
1948 abs file names to library names, since load-history no longer
1949 has library names in it.
1950 (file-dependents, file-provides, file-requires): Doc fixes.
1951
2ac050ce
JL
19522005-10-21 Juri Linkov <juri@jurta.org>
1953
1954 * progmodes/etags.el (tags-table-mode): New function.
1955 (tags-verify-table): Replace initialize-new-tags-table with
1956 tags-table-mode.
1957
1958 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
1959 default value.
1960 (desktop-modes-not-to-save): Add tags-table-mode to the
1961 default value.
1962
1963 * info.el (Info-index-next): Add total number of index
1964 alternatives to the message.
1965
1966 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
1967 backward only space (instead of space and period) before looking
1968 at sentence end.
1969
1970 * simple.el (set-variable): Use user-variable-p instead of symbolp.
1971 Add the old variable value as 4th default-value arg of read-string.
1972
bb9404d6
YM
19732005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1974
1975 * cus-face.el (custom-declare-face): Make face from X resources
1976 also on Mac.
1977
1978 * disp-table.el (standard-display-g1, standard-display-graphic):
1979 Refuse to use string glyphs also on Mac.
1980 (standard-display-european): Don't set terminal coding system also
1981 on Mac.
1982
1983 * frame.el (display-screens): Use x-display-screens also on Mac.
1984
b71cef5c
RF
19852005-10-21 Romain Francoise <romain@orebokech.com>
1986
1987 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
1988
1712cca5
SM
19892005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1990
1991 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
1992 and $? into sexps.
1993
1994 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
1995 warning face on open-paren-in-column-0.
1996
1997 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
1998 boundary case. Fix typo.
1999 Suggested by Martin Rudalics <rudalics@gmx.at>.
2000
50031d0d
CD
20012005-10-21 Carsten Dominik <dominik@science.uva.nl>
2002
2003 * textmodes/org.el: (org-combined-agenda-icalendar-file)
1712cca5 2004 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
50031d0d
CD
2005 (org-export-icalendar-this-file)
2006 (org-export-icalendar-all-agenda-files)
2007 (org-export-icalendar-combine-agenda-files): New commands.
2008 (org-export-icalendar, org-print-icalendar-entries)
2009 (org-start-icalendar-file, org-finish-icalendar-file)
2010 (org-ical-ts-to-string): New functions.
2011 (org-read-date, org-goto-calendar)
2012 (org-agenda-goto-calendar): Inhibit displaying diary entries by
2013 call to `calendar'.
1712cca5 2014 (orgtbl-setup): Remove the :keys arguments from the menu description.
50031d0d
CD
2015 (org-after-save-iCalendar-file-hook): New variable.
2016
dfa1cd4d
KH
20172005-10-21 Kenichi Handa <handa@m17n.org>
2018
2019 * language/vietnamese.el (tcvn-5712): Make it an alias of
2020 vietnamese-tcvn coding-system.
2021
6e967b19
MA
20222005-10-20 Michael Albinus <michael.albinus@gmx.de>
2023
2024 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
2025 group id is given.
2026
1712cca5
SM
20272005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2028
2029 * progmodes/sh-script.el (sh-escaped-line-re): New var.
2030 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
2031 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
2032 whose line is either continued or ends with a comment.
2033
4bfa31ba
RF
20342005-10-20 Romain Francoise <romain@orebokech.com>
2035
2036 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
2037
2038 * replace.el (occur-engine): Add follow-link property.
2039
2040 * font-core.el (font-lock-mode): Doc fix.
2041
10625c3c
RS
20422005-10-20 Richard M. Stallman <rms@gnu.org>
2043
2044 * net/rcirc.el: New file.
2045
a12ba300
EZ
20462005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
2047
2048 * term.el (term-term-name): Initialize to "eterm-color".
2049
ce13796f
EZ
20502005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
2051
ce13796f
EZ
2052 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
2053 for encryption functionality.
47888c87
KS
2054 Move allout customization subgroup from `editing' to `outlines' group.
2055 Fix commentary 'keywords' to legitimate ones.
2056 Update author info (using my current email address, obscurified).
ce13796f
EZ
2057 (allout-encrypt-string, allout-encryption-produce-work-buffer)
2058 (allout-encrypted-topic-p, allout-encrypted-text-type)
2059 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
2060 (allout-situate-encryption-key-verifier)
2061 (allout-get-encryption-key-verifier, allout-verify-key)
2062 (allout-next-topic-pending-encryption)
47888c87 2063 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
ce13796f
EZ
2064 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
2065 (outline-key-verifier-handling, outline-key-hint-handling)
2066 (outline-encrypt-unencrypted-on-saves): New defcustoms.
2067 (allout-file-key-verifier-string, allout-encryption-scheme)
2068 (allout-key-verifier-string, allout-key-hint-string)
2069 (allout-after-save-decrypt): New variables.
2070 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2071 (allout-after-saves-handler): New hook functions.
2072 (allout-post-command-business): Do allout-after-save-decrypt.
2073 (allout-enable-file-variable-adjustment): Custom var to enable
2074 mechanism for adding and adjusting settings of Emacs file variables.
47888c87
KS
2075 (allout-adjust-file-variable, allout-file-vars-section-data):
2076 New functions, implement the mechanism.
ce13796f
EZ
2077 (outlineify-sticky): Use the file vars mechanism.
2078 (allout-inhibit-protection, allout-during-write-cue)
47888c87
KS
2079 (allout-override-protect, allout-before-change-protect): Remove.
2080 (allout-flag-region, allout-open-topic): Adjust read-only text.
2081 (allout-open-line-not-read-only): Add to facilitate read-only
ce13796f 2082 text based protection.
47888c87 2083 (allout-kill-line): Revise to adjust read-only text, clue the
ce13796f 2084 user about the inhibition.
47888c87 2085 (allout-unprotected): Use unwind-protect.
ce13796f
EZ
2086 (allout-shift-in, allout-shift-out): Disallow manually shifting a
2087 topic deeper than the offspring depth of the previous topic -
2088 avoiding confusing "containment discontinuities".
47888c87 2089 (allout-reindent-bodies): Fix retention of body relative hanging
ce13796f 2090 indent during promotion of collapsed bodies.
47888c87 2091 (allout-open-topic): Make it easy to open new topic with same
ce13796f
EZ
2092 bullet as current topic - topic creation functions provided with
2093 any universal argument provokes now prompt for bullet, defaulting
2094 to the bullet of the previous topic.
2095 (allout-plain-bullets-string, allout-distinctive-bullets-string):
2096 Plain bullet alternates '.' period and ',' comma only. All other
2097 bullets are relegated to special status (but customizable).
47888c87 2098 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
ce13796f
EZ
2099 since it actually operates w.r.t. most immediately containing
2100 entry, visible or not.
2101 (allout-hide-current-entry, allout-show-current-entry): Use the
2102 revised version.
2103 (allout-old-expose-topic): Solidify deprecation.
47888c87 2104 (allout-end-of-subtree): Add so we can span concealed as well
ce13796f
EZ
2105 as visible topics.
2106 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
47888c87
KS
2107 (allout-end-of-current-heading): Tweak to just respect the first line.
2108 (allout-get-body-text): Add.
ce13796f
EZ
2109 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2110 when invoked interactively.
2111 (allout-up-current-level): Use `interactive-p'.
2112 (allout-mode, allout-init): Miscellaneous docstring and
2113 operational refinements, as well as hookups of new encryption stuff.
2114 (allout-beginning-of-current-entry): Now works as advertised.
47888c87
KS
2115 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2116 (allout-isearch-rectification): Refine condition for isearching.
2117 (allout-isearch-abort, allout-enwrap-isearch)
2118 (allout-flag-region, my-region-active-p): Relocate some macros.
ce13796f
EZ
2119 (allout-title): Fallback title is '(buffer-name)', not
2120 non-existing '(current-buffer-name)'.
2121 (subst-char-in-string): Define if absent (for some XEmacs versions).
ce13796f 2122
214d5640
EZ
21232005-10-20 Jari Aalto <jari.aalto@cante.net>
2124
2125 * mail/sendmail.el (mail-setup-hook, mail-aliases)
2126 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2127 (mail-citation-prefix-regexp, mail-signature-file)
2128 (mail-default-headers, mail-bury-selects-summary)
2129 (mail-send-nonascii): Add autoload cookies.
2130
ad9c16d3
EZ
21312005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2132
2133 * frame.el (blink-cursor-mode): Add `mac' to the list of
2134 window-system's that support blinking cursor.
2135
8198ba6e
RS
21362005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2137
1712cca5 2138 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
8198ba6e 2139
a5f271ab
EZ
21402005-10-20 Eli Zaretskii <eliz@gnu.org>
2141
1712cca5
SM
2142 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2143 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
a5f271ab
EZ
2144 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2145
e50165ec
KS
21462005-10-20 Kim F. Storm <storm@cua.dk>
2147
2148 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2149 (ido-set-current-directory): Don't add / after final @.
2150 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2151 Explicitly handle ange-ftp completion oddities.
2152 (ido-make-file-list): Don't rotate list at tramp root to avoid
2153 triggering tramp file handler for expand-file-name via get-file-buffer.
2154
1712cca5
SM
21552005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2156
1712cca5
SM
2157 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2158
cf39c182
JB
21592005-10-19 Jay Belanger <belanger@truman.edu>
2160
2161 * calc/calc-units.el (math-standard-units): Add units, adjust
2162 symbols and update values.
2163 (math-unit-prefixes): Add more prefixes.
2164
37789292
RF
21652005-10-19 Romain Francoise <romain@orebokech.com>
2166
2167 * bookmark.el (bookmark-menu-heading): New face.
2168 (bookmark-bmenu-list): Use it.
2169 Don't fiddle with `baud-rate' at top-level.
2170
8646a62e
CY
21712005-10-18 Chong Yidong <cyd@stupidchicken.com>
2172
2173 * image.el (create-image, find-image): Mention max-image-size in
2174 docstring.
2175
d902d95e
SM
21762005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2177
1712cca5
SM
2178 * savehist.el (savehist-load): Revert to checking XEmacs.
2179
d902d95e
SM
2180 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2181 Various docstring and line-width fixups.
2182 (conf-mode): Use cond.
2183 Set font-lock-defaults. Don't set comment-use-syntax.
2184
93883b09
DP
21852005-10-18 David Ponce <david@dponce.com>
2186
2187 * tree-widget.el (tree-widget-button-click): New function.
2188 (tree-widget-button-keymap): Use it.
2189
57eb2e24
RF
21902005-10-18 Romain Francoise <romain@orebokech.com>
2191
ee9791af
RF
2192 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2193 (bookmark-bmenu-hide-filenames): Add follow-link property.
8b1b6461 2194 Improve help-echo text.
ee9791af 2195
57eb2e24
RF
2196 * ffap.el (find-file-at-point): Doc fix.
2197
bcbdafce
YM
21982005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2199
2200 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2201
283780dc
MY
22022005-10-18 Masatake YAMATO <jet@gyve.org>
2203
ab945c47 2204 Install to the CVS repository what I forgot to install in my
283780dc
MY
2205 2005-10-16 changes.
2206
2207 * progmodes/python.el (python-complete-symbol): Pass the common
2208 prefix substring of completion to `display-completion-list'.
2209
2210 * textmodes/org.el (org-complete): Ditto.
2211
50071f01
MY
22122005-10-18 Masatake YAMATO <jet@gyve.org>
2213
2214 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
ab945c47 2215
50071f01
MY
2216 * woman.el (WoMan-xref-man-page): New button type derived
2217 from `Man-abstract-xref-man-page'.
ab945c47 2218 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
cafc272c 2219
50071f01
MY
2220 * man.el (Man-abstract-xref-man-page): New button type.
2221 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
ab945c47 2222 (Man-highlight-references): Add new optional argument `xref-man-type'.
50071f01
MY
2223
22242005-10-18 Nick Roberts <nickrob@snap.net.nz>
ab945c47 2225
cafc272c
NR
2226 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2227
e6038ca3
CY
22282005-10-17 Chong Yidong <cyd@stupidchicken.com>
2229
d902d95e 2230 * cus-edit.el (Custom-move-and-invoke): Delete.
e6038ca3
CY
2231 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2232
2233 * wid-edit.el (widget-move-and-invoke): New function, from
2234 Custom-move-and-invoke.
2235
ffda926c
BW
22362005-10-17 Bill Wohler <wohler@newt.com>
2237
d902d95e
SM
2238 Move all remaining images from lisp/toolbar to etc/images, move
2239 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
2240 the low resolution images in their own directory (low-color).
ffda926c
BW
2241
2242 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2243 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2244 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2245 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2246 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2247 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
d902d95e
SM
2248 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2249
2250 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2251 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2252 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2253 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2254 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2255 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2256 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2257 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2258 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2259 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2260 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2261 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2262 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2263 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2264 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2265
2266 To conform with convention, replace the underscore (_) in the
2267 following image names with dash (-) or (/) as appropriate.
2268
2269 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2270 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2271 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2272 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2273 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2274 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2275 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2276 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2277 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2278 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2279 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2280 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2281 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2282 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2283 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2284
2285 * info.el (info-tool-bar-map): Replace underscores in image names
ffda926c
BW
2286 with dashes.
2287
d902d95e 2288 * makefile.w32-in (WINS): Remove toolbar.
ffda926c 2289
d902d95e 2290 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
ffda926c 2291
d902d95e
SM
2292 * tool-bar.el: Move to lisp from toolbar. Now that
2293 toolbar is empty, it should be deleted when folks run "cvs up -P".
ffda926c 2294
3c4f0698
JB
22952005-10-18 Jay Belanger <belanger@truman.edu>
2296
cf39c182 2297 * calc/calc-store.el (calc-store-into): Get the proper variable name
3c4f0698
JB
2298 to display in message.
2299
425fbda6
NR
23002005-10-18 Nick Roberts <nickrob@snap.net.nz>
2301
2302 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2303 expressions display in speedbar for all buffers when debugging.
1712cca5 2304 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
425fbda6
NR
2305
2306 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
ab945c47 2307 (speedbar-insert-button, speedbar-make-button):
425fbda6
NR
2308 Use add-text-properties.
2309 (speedbar-update-localized-contents)
2310 (speedbar-update-directory-contents)
2311 (speedbar-update-special-contents): Use dolist.
2312 (speedbar-buffer-easymenu-definition): Add a menu separator.
2313
595f93ac
JR
23142005-10-17 Jason Rumney <jasonr@gnu.org>
2315
4fc267d0
JR
2316 * makefile.w32-in: Use $(lisp) consistently.
2317 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2318 for shell specific generation of mh-autoloads.
595f93ac 2319
f8252852
RS
23202005-10-17 Richard M. Stallman <rms@gnu.org>
2321
2322 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2323
c4ac63d0
SM
23242005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 * jit-lock.el (jit-lock-fontify-now):
2327 Move jit-lock-context-unfontify-pos to avoid wasted work.
2328
c1253aad
MA
23292005-10-17 Michael Albinus <michael.albinus@gmx.de>
2330
2331 * net/tramp.el (tramp-completion-mode): New defvar. Used in
2332 `tramp-completion-mode' for checking if we are in completion mode.
2333 (tramp-completion-handle-file-name-all-completions): Reorder code
2334 in order to complete for file names only in case there are no
2335 method/user/host completions. This is necessary for cooperation
ab945c47 2336 with ido. Reported by Kim F. Storm <storm@cua.dk>.
c1253aad 2337
625fca9a
CY
23382005-10-16 Chong Yidong <cyd@stupidchicken.com>
2339
2340 * longlines.el (longlines-search-forward)
2341 (longlines-search-backward): Match any number of spaces.
2342
72147c53
TTN
23432005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
2344
2345 * diff-mode.el (diff-mode): Doc fix.
2346
255d8b22
RS
23472005-10-16 David Reitter <david.reitter@gmail.com>
2348
2349 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2350 as default on darwin and windows systems.
2351
74725d46
RS
23522005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
2353
2354 * arc-mode.el (archive-zip-extract): Doc fix.
2355
97b1270c
RF
23562005-10-16 Romain Francoise <romain@orebokech.com>
2357
2358 * mouse.el (mouse-1-click-follows-link): Doc fix.
2359
71790d57
SM
23602005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * savehist.el: Don't require CL at runtime.
2363 (savehist-xemacs): Remove.
c4ac63d0 2364 (savehist-coding-system): Use utf-8 if present, regardless of religion.
71790d57
SM
2365 (savehist-no-conversion): Use (featurep 'xemacs).
2366 (savehist-load): Check existence of start-itimer rather than XEmacs.
2367 Use an idle timer.
2368 (savehist-process-for-saving): Replace use of CL funs `subseq' and
2369 `delete-if-not'.
2370
23712005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
2372
2373 * savehist.el: Newer version.
2374 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2375 (savehist-last-checksum, savehist-no-conversion): New vars.
2376 (savehist-autosave, savehist-process-for-saving, savehist-printable):
2377 New functions.
2378 (savehist-load, savehist-save): Use them.
2379 (savehist-delimit): Remove.
2380
e5456e73
SM
23812005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * progmodes/compile.el (compilation-goto-locus): Display the
2384 compilation buffer first and the source buffer second, in case they're
2385 in overlapping frames. Don't raise the compilation frame if it was the
2386 selected window upon entry. Pass the `other-window' arg to
2387 pop-to-buffer.
2388
2389 * info.el (Info-fontify-node): Use dolist.
2390 Change add-text-properties to put-text-property.
2391
23922005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2393
2394 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2395 bound of search.
2396
f5fab556
MY
23972005-10-16 Masatake YAMATO <jet@gyve.org>
2398
2399 * dabbrev.el (dabbrev-completion): Pass the common
2400 prefix substring of completion to `display-completion-list'.
2401
2402 * filecache.el (file-cache-minibuffer-complete)
2403 (file-cache-complete): Ditto.
2404
2405 * tempo.el (tempo-display-completions): Ditto.
2406
2407 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2408
2409 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2410
2411 * eshell/em-hist.el (eshell-list-history): Ditto.
2412
2413 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2414
2415 * mail/mailalias.el (mail-complete): Ditto.
2416
2417 * progmodes/etags.el (complete-tag): Ditto.
2418
2419 * progmodes/make-mode.el (makefile-complete): Ditto.
2420
2421 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2422
2423 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2424
2425 * progmodes/pascal.el (pascal-complete-word)
2426 (pascal-show-completions): Ditto.
2427
f5fab556
MY
2428 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2429
f5fab556
MY
2430 * simple.el (completion-common-substring): New variable.
2431 (completion-setup-function): Use `completion-common-substring'
2432 to put faces.
2433
2ef1363e
YM
24342005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2435
2436 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2437 (x-get-selection, mac-select-convert-to-string): Convert from/to
2438 UTF-16 clipboard data as in native byte order, no BOM.
2439
eae86e67
NR
24402005-10-16 Nick Roberts <nickrob@snap.net.nz>
2441
2442 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2443 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2444 (gud-sentinel): Use speedbar-frame to check for speedbar.
2445
a19a0003
RS
24462005-10-15 Richard M. Stallman <rms@gnu.org>
2447
089a682e 2448 * savehist.el: New file.
a19a0003
RS
2449
24502005-10-14 Karl Chen <quarl@cs.berkeley.edu>
2451
71790d57
SM
2452 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2453 Fix bug in \bf fontification.
a19a0003 2454
bad3da7a
SM
24552005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2456
2457 * pcvs.el (cvs-edit-log-files): New var.
2458 (cvs-mode-edit-log): New arg `file'.
2459 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2460 Instead force the use of the original file and nothing else.
2461 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2462 the cvs-minor-wrap-function is set.
2463 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2464
c7ddd701
BW
24652005-10-14 Bill Wohler <wohler@newt.com>
2466
2467 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2468 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2469 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2470 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2471 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2472 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2473 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2474 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2475 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2476 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2477 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2478 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2479 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2480 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2481 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2482
c4ac63d0 2483 * progmodes/gud.el (gud-tool-bar-map): Rename the images
c7ddd701
BW
2484 appropriately (for example, gud-break to gud/break).
2485
f28e9cbd
CY
24862005-10-14 Chong Yidong <cyd@stupidchicken.com>
2487
930aae96 2488 * longlines.el (longlinges-search-function)
c4ac63d0 2489 (longlines-search-forward, longlines-search-backward): New functions.
930aae96
CY
2490 (longlines-mode): Set isearch-search-fun-function to
2491 longlinges-search-function.
2492
f28e9cbd
CY
2493 * mouse.el (mouse-drag-region-1): Handle the case where a
2494 double-click event is bound to an arbitrary function.
2495
b6b5618c
DP
24962005-10-14 David Ponce <david@dponce.com>
2497
2498 * recentf.el (recentf-track-opened-file)
2499 (recentf-track-closed-file, recentf-update-menu)
2500 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2501 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2502 mouse-1-click-follows-link.
2503
e1f1d047
JD
25042005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2505
2506 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8511877a 2507 Gnome file-manager.png. Suggested by
e1f1d047
JD
2508 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2509
2510 * toolbar/README: Add diropen.xpm.
2511
e9b28650
BW
25122005-10-13 Bill Wohler <wohler@newt.com>
2513
8511877a
SM
2514 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2515 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
2516
25172005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2518
2519 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2520 Don't waste the byte-compiler's time on constant data.
e9b28650 2521
f086544b
KH
25222005-10-13 Kenichi Handa <handa@m17n.org>
2523
179f2d7b
KH
2524 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2525 byte with `escape-glyph' face.
2526
8511877a
SM
2527 * international/fontset.el (ccl-encode-unicode-font):
2528 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2529 Handle the case that ucs-mule-to-mule-unicode translates a character to
f086544b
KH
2530 ASCII (usually for IPA characters).
2531
e5456e73
SM
25322005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2535 Don't hide the underline of titles if font-lock-mode is disabled.
2536
ba2b2673
BW
25372005-10-12 Bill Wohler <wohler@newt.com>
2538
2539 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2540 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2541 files in MH-E-SRC have been updated.
2542 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2543
0471d426
SM
25442005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2545
2546 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2547 (mixal-mode-syntax-table): Add \n as end-comment.
2548 (mixal-operation-codes-alist): Immediately initialize to full value.
2549 (mixal-add-operation-code): Remove.
2550 (mixal-describe-operation-code): Make the arg non-optional.
2551 Use the interactive spec instead.
2552 Use mixal-operation-codes-alist rather than mixal-operation-codes.
2553 (mixal-font-lock-keywords): Don't highlight comments here any more.
2554 (mixal-font-lock-syntactic-keywords): New var.
2555 (mixal-mode): Use it. Fix comment-start-skip.
2556
c755acf3
JD
25572005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2558
2559 * startup.el (command-line-x-option-alist): -nb => -nbi
2560
78f3b91f
KS
25612005-10-12 Kim F. Storm <storm@cua.dk>
2562
2563 * startup.el (fancy-splash-default-action): Discard mouse click in
125ce9ec 2564 the splash screen window, as it has no sensible meaning in the
78f3b91f
KS
2565 next window to be selected. Fixes error reported by Jan D.
2566
136b3a73 25672005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
97b3a214
LH
2568
2569 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
97b3a214 2570
0471d426
SM
25712005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2574 Try to fix up minor layout issues like indentation, line break, etc...
2575 (mixal-mode-syntax-table): Don't try to specify comment syntax,
2576 because it doesn't work.
2577 (mixal-operation-codes): Add some more codes.
2578 (mixal-font-lock-keywords): Process comments here.
2579 (mixal-mode): mixasm no longer needs -g option.
2580
79a57082 25812005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
decb2a9e
RS
2582
2583 * progmodes/sh-script.el (sh-tmp-file):
2584 Use mktemp -t. Finish support for es and rc shells.
2585
125df7f5
JB
25862005-10-11 Jay Belanger <belanger@truman.edu>
2587
2588 * calc/calcalg2.el (calc-integral): With an argument, compute the
2589 definite integral.
2590
351b3bee
CY
25912005-10-11 Chong Yidong <cyd@stupidchicken.com>
2592
2593 * mouse.el (mouse-drag-region-1): Don't try to catch a
2594 double-click when doing follow-link (it's overridden anyway).
2595
4e0c0d75
JB
25962005-10-11 Juanma Barranquero <lekktu@gmail.com>
2597
2598 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2599 (autoload-print-form-outbuf): Add docstring.
2600
25f7a98c
JL
26012005-10-11 Juri Linkov <juri@jurta.org>
2602
2603 * info.el (Info-mode-menu): Delete menu item "Edit".
2604 (Info-mode): Delete description of Info-edit from docstring,
2605 and rearrange descriptions of Info commands in the order
2606 they are documented in the Info manual.
2607
a120694f
SM
26082005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2609
2610 * calendar/appt.el (appt-check): Use diary-selective-display var.
2611
dba0acf6
RS
26122005-10-10 Richard M. Stallman <rms@gnu.org>
2613
2614 * net/newsticker.el (newsticker-start, newsticker-show-news):
2615 Add autoload cookies.
2616
17a3b6da
RS
26172005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
2618
2619 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
2620
9c40111a
RS
26212005-10-10 Karl Chen <quarl@cs.berkeley.edu>
2622
2623 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
2624
bbcaa3e3
JB
26252005-10-10 Jay Belanger <belanger@truman.edu>
2626
2627 * calc/calc-arith.el (math-check-known-scalarp)
2628 (math-check-known-matrixp): Check the values of arguments that are
2629 variables.
2630 (math-check-known-square-matrixp): New function.
2631 (math-known-square-matrixp): Use math-check-known-square-matrixp.
2632 (math-super-types): Add sqmatrix type.
2633
2634 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
2635 mode name `square' to 'sqmatrix'.
2636
2637 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
2638 mode name `square' to 'sqmatrix'.
2639
720a5d03
SM
26402005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2641
2642 * progmodes/etags.el (select-tags-table-mode): Don't use
2643 selective-display.
2644 (tags-select-tags-table): Pass `button' to the action function.
2645 (select-tags-table): Place the side-info on button properties rather
2646 than in hidden text. Abbreviate file names.
2647 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
2648 (select-tags-table-select): Add `button' argument.
2649 Get side-info from the button property rather than from hidden text.
2650
4e5f12ee
NR
26512005-10-11 Nick Roberts <nickrob@snap.net.nz>
2652
720a5d03 2653 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
4e5f12ee
NR
2654 (gud-speedbar-buttons): Preserve point if possible.
2655 (gud-sentinel): Restore previous speedbar display type.
2656
2657 * progmodes/gdb-ui.el (gdba): Improve diagram.
2658 (def-gdb-auto-update-handler, gdb-info-locals-handler)
720a5d03
SM
2659 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
2660 Call get-buffer-window once.
2661
26622005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2663
2664 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
2665 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
2666 (pascal-indent-command): Remove unused var `ind'.
2667 (pascal-indent-case): Remove unused var `oldpos'.
2668 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
2669 since it's now used as a proper minor mode map.
2670 (pascal-outline): Rename to pascal-outline-mode.
2671 (pascal-outline-mode): Use define-minor-mode.
2672 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
2673 selective-display.
4e5f12ee 2674
fde7576e
AS
26752005-10-10 Andreas Schwab <schwab@suse.de>
2676
9bf211ad
AS
2677 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
2678 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
2679
fde7576e
AS
2680 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
2681 outside source directory.
2682
86bebbbc
CD
26832005-10-10 Carsten Dominik <dominik@science.uva.nl>
2684
2685 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
2686 C-x' as a prefix.
2687 (orgtbl-mode-map): Full keymap instead of sparse, because all
e61d3a56 2688 `self-insert-command' keys are redefined in this map.
86bebbbc
CD
2689 (org-export-as-html): Specify charset for HTML file, by taking it
2690 from the coding system.
2691
1fb7ce77
RS
26922005-10-10 Kenichi Handa <handa@m17n.org>
2693
2694 * textmodes/flyspell.el (flyspell-check-word-p):
2695 If unread-command-events is non-empty, don't call sit-for.
2696
cc8556d9
RS
26972005-10-09 Richard M. Stallman <rms@gnu.org>
2698
9bab4985
RS
2699 * font-lock.el (font-lock-syntactic-keywords)
2700 (font-lock-keywords): Doc fixes.
2701
720a5d03
SM
2702 * textmodes/flyspell.el (flyspell-external-point-words):
2703 Simplify logic, and don't try to check for consecutive appearances
2704 of one incorrect word.
cc8556d9 2705
1919ed22
NR
27062005-10-10 Nick Roberts <nickrob@snap.net.nz>
2707
2708 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
2709 separator.
2710
2711 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
78d67e10 2712 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
1919ed22
NR
2713 (gud-expansion-speedbar-buttons): New function.
2714 (gud-speedbar-buttons): Check for gud-comint-buffer.
2715
9af14567
BW
27162005-10-09 Bill Wohler <wohler@newt.com>
2717
78d67e10 2718 * Makefile.in (updates): Add mh-loaddefs dependency.
9af14567 2719
74ab0905
CY
27202005-10-09 Chong Yidong <cyd@stupidchicken.com>
2721
2722 * speedbar.el (speedbar-file-key-map): Fix typo.
2723
e61d3a56 27242005-10-09 Daniel Brockman <daniel@brockman.se>
4b9f0de2
RS
2725
2726 * cus-start.el (line-spacing): Add custom spec.
2727
865729da
RF
27282005-10-09 Romain Francoise <romain@orebokech.com>
2729
2730 * textmodes/ispell.el (ispell-check-version): Fix last change.
2731
1c1db08a
JD
27322005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2733
4e0c0d75 2734 * term/x-win.el: Remove -i, --icon-type from comment.
2323b3ab 2735
720a5d03 2736 * startup.el (command-line-x-option-alist): Remove options -i,
1c1db08a
JD
2737 -itype, --icon-type, added -nb, --no-bitmap-icon
2738
7d808714
NR
27392005-10-09 Nick Roberts <nickrob@snap.net.nz>
2740
2741 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
2742 instead of :active.
2743
e61d3a56 27442005-10-08 Eric Hanchrow <offby1@blarg.net>
344066e6
RS
2745
2746 * textmodes/ispell.el (ispell-check-version):
2747 Ignore hyphen, and all that follows, in aspell's version text.
2748
27492005-10-08 Jay Belanger <belanger@truman.edu>
d7791136
JB
2750
2751 * calc/calc-arith.el (math-known-square-matrixp): New function.
2752 (math-pow-fancy): Check for matrices before distributing exponent
2753 across products.
2754
2755 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
7cf7e30f 2756 fullscreen keypad. Suggested by Luc Teirlinck.
d7791136
JB
2757 (calc-keypad-show-input): Add space for formatting.
2758
2759 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
2760 Add square matrix option.
2761
2762 * calc/calc-poly.el (math-expand-term): Check for matrices instead
2763 of checking calc-matrix-mode when deciding how to expand.
2764
2765 * calc/calc.el (calc-set-mode-line): Add square matrix option.
2766
8cb0a559 27672005-10-08 Lars Hansen <larsh@soem.dk>
78d67e10 2768
720a5d03
SM
2769 * net/tramp.el (tramp-perl-directory-files-and-attributes):
2770 Add error handling.
7cf7e30f 2771 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8cb0a559 2772
11948172
MA
27732005-10-08 Michael Albinus <michael.albinus@gmx.de>
2774
2775 Sync with Tramp 2.0.51.
2776
2777 * net/tramp.el (tramp-handle-set-visited-file-modtime)
7cf7e30f
KS
2778 (tramp-handle-insert-file-contents, tramp-handle-write-region):
2779 Insert special handling for `last-coding-system-used', again
2780 it still seems to be necessary (unlike stated before).
2781 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
11948172
MA
2782 (tramp-password-prompt-regexp): There might be other words before
2783 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
2784 (tramp-chunksize): Improve docstring.
2785 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
2786 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
2787 Christian Joergensen <bugs@razor.dk>.
2788
6f137189
GM
27892005-10-07 Glenn Morris <rgm@gnu.org>
2790
2791 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
2792 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
2793 precision'.
2794
4fe3f297
RF
27952005-10-07 Romain Francoise <romain@orebokech.com>
2796
2797 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
2798 (ibuffer-do-shell-command-pipe-replace)
2799 (ibuffer-do-shell-command-file, ibuffer-do-eval)
2800 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
2801 (ibuffer-do-revert, ibuffer-do-replace-regexp)
2802 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
2803 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2804 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
2805 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
2806 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
2807 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
2808 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
2809 Autoload file sans suffix.
2810
2811 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
2812
4e8cb311
DP
28132005-10-07 David Ponce <david@dponce.com>
2814
2815 * recentf.el (recentf-menu-open-all-flag): New option.
2816 (recentf-digit-shortcut-command-name): New function.
2817 (recentf--shortcuts-keymap): New variable.
2818 (recentf-menu-shortcuts): New variable.
2819 (recentf-make-menu-items): Initialize it. Replace the "More..."
2820 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
2821 (recentf-menu-value-shortcut): New function.
2822 (recentf-make-menu-item): Use it. No more in-lined.
2823 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
2824 (recentf-open-most-recent-file): Rename from
2825 `recentf-open-file-with-key'. Don't depend on key binding.
2826 (recentf-mode-map): New variable.
2827 (recentf-mode): Use it.
2828
1eee3de4
BW
28292005-10-06 Bill Wohler <wohler@newt.com>
2830
4e0c0d75 2831 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
1eee3de4 2832
720a5d03
SM
2833 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
2834 (MH-E-SRC): New. Used by mh-autoloads.
2835 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
1eee3de4
BW
2836 files in MH-E-SRC have been updated.
2837 (compile, recompile, bootstrap): Depend on mh-autoloads.
2838
bd5497c2 28392005-10-07 Nick Roberts <nickrob@snap.net.nz>
4fe3f297 2840
bd5497c2
NR
2841 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
2842 gud-break and gud-remove icons when the fringe is not available.
2843
2844 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
2845 Typo.
2846
4e0c0d75 28472005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
03c609c1
TTN
2848
2849 * play/zone.el (zone): Wrap body with save-window-excursion.
03c609c1 2850
a04b6191
SM
28512005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
2852
2853 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
2854 Use the new `list-only' arg to diary-list-entries.
2855
2856 * calendar/diary-lib.el: Use overlays rather than selective-display.
2857 (diary-selective-display): New var.
2858 (diary-header-line-format): Use it.
2859 (diary-list-entries): Add argument `list-only'.
2860 Put the buffer in diary-mode. Don't add \^M at beg and end.
2861 Replace \^M by invisible overlays.
2862 (diary-unhide-everything): Replace \^M by invisible overlays.
2863 (print-diary-entries): Look for overlays rather than \^M.
2864 Add a space to the temp buffer name.
2865 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
2866 Put the buffer in diary-mode.
2867 (list-sexp-diary-entries): Replace \^M by invisible overlays.
2868 (diary-anniversary): Make the year arg optional.
2869 (diary-time-regexp): New const.
2870 (diary-font-lock-keywords): Use it to accept a few more time formats.
2871
2872 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
2873
de4ce191
TTN
28742005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
2875
2876 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
2877 Fix bug introduced 2005-07-03: Use (car (last ...))
2878 to faithfully reproduce replaced artist-last.
2879 (artist-set-arrow-points-for-poly): Likewise.
2880 Suggested by Johan Bockg\e,Ae\e(Brd.
2881
a5e6116d
JB
28822005-10-06 Juanma Barranquero <lekktu@gmail.com>
2883
2884 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
2885 * wid-edit.el (widget):
8dc8d895 2886 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
a5e6116d
JB
2887 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
2888
a41b50ca
KH
28892005-10-06 Kenichi Handa <handa@m17n.org>
2890
a04b6191
SM
2891 * international/mule-cmds.el (set-language-environment):
2892 Fix setting up of case-table for unibyte mode.
c8d21d09 2893
a41b50ca
KH
2894 * simple.el (what-cursor-position): If the character is displayed
2895 by some `display' text property, show that. Don't use
2896 single-key-description for eight-bit characters in multibyte mode.
2897
cf85afc9
NR
28982005-10-06 Nick Roberts <nickrob@snap.net.nz>
2899
2900 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
2901 (gdb-ann3): Set it.
a04b6191 2902 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
7f778452
NR
2903 (gdb-info-frames-custom): Use inverse-video for first five
2904 characters of selected frame only.
2905 (gdb-get-frame-number): Select frame even when point is on frame
2906 number.
cf85afc9 2907
20ef8673
MY
29082005-10-06 Masatake YAMATO <jet@gyve.org>
2909
a5e6116d
JB
2910 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
2911 Put `font-lock-function-name-face'.
20ef8673
MY
2912 (gdb-info-frames-custom): Put `font-lock-function-name-face'
2913 and `font-lock-variable-name-face'
2914 (gdb-registers-font-lock-keywords): New font lock keywords definition.
2915 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
2916 (gdb-memory-font-lock-keywords): New font lock keywords definition.
2917 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
2918 (gdb-local-font-lock-keywords): New font lock keywords definition.
2919 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
2920 (gdb-threads-font-lock-keywords): New font lock keywords definition.
2921 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
a5e6116d 2922
e2de3a29 29232005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
a5e6116d
JB
2924
2925 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
2926 (ediff-merge-region-is-non-clash-to-skip): Previously called
e2de3a29 2927 ediff-merge-region-is-non-clash.
a5e6116d
JB
2928
2929 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
2930 Use insert-buffer-substring.
2931
2932 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
2933 selecting files to patch. Also bug fixes.
2934
2935 * ediff-util.el (ediff-setup): Bug fix.
2936 (ediff-next-difference): Never skip clashes that differ in white
2937 space only.
2938
2939 * ediff-wind.el (ediff-setup-control-frame)
2940 (ediff-destroy-control-frame): Check the menubar feature.
2941
2942 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
2943 (viper-refresh-mode-line): Use make-local-variable to localize
2944 some vars instead of make-variable-buffer-local. Suggested by
e2de3a29 2945 Stefan Monnier.
a5e6116d
JB
2946
2947 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
2948 (viper-restore-cursor-type, viper-set-insert-cursor-type):
2949 Use make-local-variable instead of make-variable-buffer-local.
2950 Suggested by Stefan Monnier.
2951
2952 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
2953 (viper-comint-mode-hook): Use make-local-variable on
e2de3a29 2954 require-final-newline.
a5e6116d 2955 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20ef8673 2956
21c3ef84
SM
29572005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2958
2959 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
2960 also the second char of a comment-start sequence.
2961 (scheme-sexp-comment-syntax-table): New var.
2962 (lambda, define): Set their scheme-doc-string-elt property.
2963 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
2964 Use lisp-font-lock-syntactic-face-function now that it properly
2965 handles |...| symbols.
2966 (scheme-mode-variables): Set lisp-doc-string-elt-property,
2967 parse-sexp-lookup-properties and font-lock-extra-managed-props.
2968
2969 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
2970 bit from # to |.
2971 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
2972
2973 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
2974 (lisp-doc-string-elt-property): New var.
2975 (lisp-font-lock-syntactic-face-function): Use it.
2976 Rewrite to recognize docstrings even for forms not at toplevel.
2977
2978 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
2979 annotation on the | part of #| rather than on the # part.
2980 (scheme-font-lock-syntactic-face-function): New function, to
2981 distinguish strings from |...| symbols.
2982 (scheme-mode-variables): Use it. Also fix up the font-lock-time
2983 syntax-table so that #|...|# is properly highlighted.
2984
2985 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
2986 Don't mark as docstring the 3rd elem of an unknown toplevel form.
2987
0cb7f2c0
SM
29882005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2989
f88febbb
SM
2990 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
2991 and C-e.
2992
2993 * emacs-lisp/eldoc.el: Move comments into docstrings.
2994 (eldoc-message-commands): Initialize in its declaration.
2995 Add move-beginning-of-line and move-end-of-line.
2996 (eldoc-add-command, eldoc-add-command-completions)
2997 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
2998
2999 * outline.el (outline-mark-subtree): Activate the mark.
3000
0cb7f2c0
SM
3001 * calendar/appt.el (appt-time-regexp): New var.
3002 (appt-add, appt-make-list): Use it.
3003 (appt-convert-time): Clean up.
3004
3005 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3006 Don't set any syntax-table property here.
3007 (tex-font-lock-verb): New function. Do it here.
3008 (tex-font-lock-syntactic-keywords): Use it.
3009
d315fc0f
RS
30102005-10-04 Richard M. Stallman <rms@gnu.org>
3011
3012 * wid-edit.el (widget-file-complete): Get the widget start point
3013 the right way. Default directory to `/' if file has none.
3014
3015 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
3016
3017 * textmodes/flyspell.el (flyspell-mode-on):
3018 Call ispell-maybe-find-aspell-dictionaries.
3019
3020 * textmodes/ispell.el (ispell-word, ispell-region):
3021 Call ispell-maybe-find-aspell-dictionaries.
3022 (ispell-accept-buffer-local-defs):
3023 Don't call ispell-maybe-find-aspell-dictionaries
0cb7f2c0 3024
d315fc0f
RS
30252005-10-04 Richard M. Stallman <rms@gnu.org>
3026
3027 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
3028
30292005-10-04 Emilio C. Lopes <eclig@gmx.net>
3030
3031 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
3032 instead of `fboundp' in order to allow for anonymous functions.
3033
222a6c9b
CY
30342005-10-04 Chong Yidong <cyd@stupidchicken.com>
3035
3036 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
3037 case the user clicks on the link while another window is selected.
3038 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
3039
3040 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
3041 functionality.
3042 (dframe-help-echo): Save point in case mouse tracking is off.
3043
c7bef55f
TTN
30442005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
3045
3046 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
3047
6d1f4dc4
SM
30482005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3049
3050 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
3051 not change the global value of those vars.
3052
3053 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
3054 make-local-variable which we do not need any more.
3055
7752250e
CY
30562005-10-03 Chong Yidong <cyd@stupidchicken.com>
3057
3058 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3059 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3060 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3061 (speedbar-path-line): Define obsolete aliases.
3062 (speedbar-line-directory): Doc fix.
3063
3064 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3065 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3066 instead of speedbar-line-path.
3067
03714c7f
JD
30682005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3069
3070 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3071 to nil if dropping on a window. Handle dropping on a minibuffer window
3072 like dropping on a non-window part of Emacs.
3073
1430e7f9
SM
30742005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3075
6d1f4dc4
SM
3076 * net/ange-ftp.el: Use with-current-buffer.
3077 (ange-ftp-insert-directory): Do not follow symlinks any more.
3078
1430e7f9
SM
3079 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3080 Remove interactive spec.
3081
f4f5169f
KS
30822005-10-03 Kim F. Storm <storm@cua.dk>
3083
3084 * ido.el (ido-mode): Use custom-initialize-set.
3085
cde3239f
RS
30862005-10-02 Richard M. Stallman <rms@gnu.org>
3087
3088 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3089 Use insert-buffer-substring.
3090
3091 * net/tramp.el: Pacify byte compiler warnings in pacification code.
3092 (tramp-handle-file-local-copy): Use insert-buffer-substring.
3093
402893bb
SM
30942005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3095
3096 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3097 in last change.
edb18c43
SM
3098 (ange-ftp-insert-directory): Fix up the search for the case where
3099 `file' is absolute.
402893bb 3100
942c40e3
RF
31012005-10-02 Romain Francoise <romain@orebokech.com>
3102
3103 * progmodes/compile.el (compile-goto-error): Delete extra paren.
3104
aae3725f
AS
31052005-10-02 Andreas Schwab <schwab@suse.de>
3106
3107 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3108 directory component in the session info.
3109
b059f7d0
RS
31102005-10-01 Richard M. Stallman <rms@gnu.org>
3111
3112 * comint.el (comint-redirect-subvert-readonly): Doc fix.
3113
3114 * simple.el (next-error-internal): New function.
3115
3116 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3117 (compilation-start): Pass new arg to compilation-buffer-name.
3118 (compile-goto-error): Use next-error-internal.
3119
24bbdbef
CY
31202005-10-01 Chong Yidong <cyd@stupidchicken.com>
3121
3122 * speedbar.el: Remove RCS tag.
3123 (speedbar-check-read-only): Handle non-existent files.
3124
3125 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3126
3127 * info.el (Info-speedbar-hierarchy-buttons)
3128 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3129
1fdecd0c
RF
31302005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3131
3132 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3133 Do not match newline.
3134 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3135 (bibtex-summary): Remove unnecessary save-excursion.
3136 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3137
ddcb7665
YM
31382005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3139
1430e7f9
SM
3140 * term/mac-win.el: Add charset info for "iso10646-1".
3141 Modify default fontset to use ATSUI-compatible fonts for some charsets
3142 if available.
ddcb7665 3143
35d884a9
CY
31442005-10-01 Chong Yidong <cyd@stupidchicken.com>
3145
3146 * speedbar.el: Re-apply arch tag.
ff48d32d 3147 (speedbar-version): Rename to version 1.0. Suggested by Eric
35d884a9
CY
3148 M. Ludlam.
3149 Reapply two changes from Emacs CVS' version of speedbar lost
3150 during the merge:
ff48d32d 3151 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
35d884a9
CY
3152 (speedbar-frame-parameters): Improve customize type.
3153
ff48d32d
SM
31542005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3155
3156 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3157 (ange-ftp-file-directory-p): Fix the symlink case.
3158 (ange-ftp-insert-directory): When listing a single file, get a list of
3159 the parent buffer and extract the relevant line. Inspired from a patch
3160 by Katsumi Yamaoka <yamaoka@jpl.org>.
3161 (ange-ftp-file-name-sans-versions): Simplify.
3162
c727526b
BW
31632005-09-30 Bill Wohler <wohler@newt.com>
3164
ff48d32d 3165 Move MH-E image files from toolbar and mail directories into
c727526b
BW
3166 etc/images.
3167
ff48d32d 3168 * mail/reply2.*: Move to etc/images/mail/reply*.
c727526b
BW
3169
3170 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
ff48d32d 3171 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
c727526b 3172 etc/images.
dc42e019 3173
c727526b 3174 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
ff48d32d 3175 * toolbar/reply*: Move to etc/images/mail.
c727526b 3176
ff48d32d 3177 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
c727526b 3178
58bd8bf9
CY
31792005-09-30 Eric M. Ludlam <zappo@gnu.org>
3180
3181 * speedbar.el: New version 1.0pre3.
3182
56e2a181
CY
3183 Frame management code (including timer, and mouse click specifics)
3184 moved to dframe.el:
3185 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
3186 (speedbar-timer): Removed. Use dframe-timer.
3187 (speedbar-close-frame): Removed. Use dframe-close-frame.
3188 (speedbar-activity-change-focus-flag): Removed. Use
3189 dframe-activity-change-focus-flag.
3190 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
3191 dframe-update-speed.
c7bef55f 3192
56e2a181
CY
3193 (speedbar-current-frame): New macro. Use this instead of the
3194 variable speedbar-frame.
3195
3196 (speedbar-use-images, speedbar-expand-image-button-alist)
3197 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3198
3199 (speedbar-find-image-on-load-path): Removed. Replaced by
3200 defezimage in ezimage.el.
3201 (speedbar-expand-image-button-alist): Removed. Replaced by
3202 ezimage-expand-image-button-alist in ezimage.el.
c7bef55f 3203
56e2a181
CY
3204 (speedbar-ignored-directory-regexp)
3205 (speedbar-add-ignored-directory-regexp)
3206 (speedbar-ignored-directory-expressions)
3207 (speedbar-line-directory, speedbar-buffers-line-directory)
3208 (speedbar-directory-line, speedbar-buffers-line-directory):
3209 Renamed, replacing `path' with `directory'.
3210
3211 (speedbar-create-directory, speedbar-expand-line-descendants)
3212 (speedbar-toggle-line-expansion)
3213 (speedbar-contract-line-descendants): New commands.
3214
3215 (speedbar-query-confirmation-method, speedbar-select-frame-method)
3216 (speedbar-use-tool-tips-flag): New options.
3217
3218 (speedbar-check-read-only, speedbar-require-version)
3219 (speedbar-insert-separator, speedbar-buffers-tail-notes)
3220 (speedbar-handle-delete-frame, speedbar-try-completion)
3221 (speedbar-update-localized-contents): New functions.
3222
3223 (speedbar-incompatible-version, speedbar-ro-to-do-point)
3224 (speedbar-object-read-only-indicator): New variables.
3225
3226 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3227 New hooks.
3228
3229 (speedbar-separator-face): New face.
3230
3231 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3232 (speedbar-ignored-modes): Add fundamental-mode.
3233 (speedbar-directory-unshown-regexp): Add . directories.
3234
3235 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3236 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3237 `]' for full expand/close.
3238 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3239
3240 (speedbar-check-vc): Support hidden files.
3241 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3242 (speedbar-this-file-in-vc): Use vc-state if available. If VC
3243 state is nil, it is not checked out.
3244
3245 (speedbar-line-text, speedbar-line-token): Support expand buttons
3246 with no text.
3247 (speedbar-refresh): Universal argument acts as power-click.
3248 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3249 that buffer to get variable values.
3250
3251 And many other bugfixes.
3252
7cfc18c4 3253 * dframe.el, ezimage.el, sb-image.el: New files.
58bd8bf9 3254
ff48d32d 3255 * sb-*.xpm: Remove files. New image files installed into
58bd8bf9
CY
3256 etc/images/ezimage.
3257
070860c3
KH
32582005-09-30 Kenichi Handa <handa@m17n.org>
3259
3260 * ps-mule.el (ps-mule-show-warning): If a character is in
3261 ps-print-translation-table, don't treat it as non-printable.
3262
6aabfecf
DP
32632005-09-30 David Ponce <david@dponce.com>
3264
50a9d14a
DP
3265 * tree-widget.el (tree-widget-themes-load-path): New variable.
3266 (tree-widget-themes-directory): Doc fix.
3267 (tree-widget-image-formats) [Emacs]: Doc fix.
3268 (tree-widget--locate-sub-directory): New function.
3269 (tree-widget-themes-directory): Use it.
3270
6aabfecf
DP
3271 * recentf.el (recentf-filename-handlers): Rename from
3272 `recentf-filename-handler'. Allow a list of functions.
3273 (recentf-menu-items-for-commands): Fix :help strings.
3274 (recentf-apply-filename-handlers): New function.
3275 (recentf-expand-file-name): Use it.
3276 (recentf-cleanup): Remove duplicates too.
3277
477ca0e8
JL
32782005-09-29 Juri Linkov <juri@jurta.org>
3279
3280 * faces.el: Rearrange face definitions to be in the same order as
3281 their face descriptions in "(emacs)Standard Faces".
3282
3283 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3284
3285 * tooltip.el (tooltip): Add group `basic-faces'.
3286
3287 * buff-menu.el (Buffer-menu-buffer): Remove group
3288 `font-lock-highlighting-faces'.
3289
3290 * progmodes/compile.el (compilation-error, compilation-warning)
3291 (compilation-info, compilation-line-number, compilation-column-number):
3292 Change group from `font-lock-highlighting-faces' to `compilation'.
3293
3294 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3295 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3296 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3297 (vhdl-font-lock-reserved-words-face)
3298 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3299 `font-lock-highlighting-faces'.
3300
3301 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3302
1add9010
KS
33032005-09-28 Kim F. Storm <storm@cua.dk>
3304
3305 * emulation/cua-base.el: Set CUA move property on additional commands:
3306 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1a765705 3307 forward-sexp, backward-sexp, forward-list, backward-list.
1add9010 3308
07f1355e
RF
33092005-09-28 Romain Francoise <romain@orebokech.com>
3310
3311 * comint.el (comint-show-output): Really set point at the
3312 beginning of the output when not using `comint-use-prompt-regexp'.
3313
d1b76779
JB
33142005-09-27 Jay Belanger <belanger@truman.edu>
3315
3316 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3317 in TeX mode.
3318
cd0899ab
JB
33192005-09-26 Juanma Barranquero <lekktu@gmail.com>
3320
3321 * textmodes/org.el (org-table-sum): Fix format string.
3322
3323 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3324 Quote face names.
3325
1b1fb2ef
RF
33262005-09-26 Romain Francoise <romain@orebokech.com>
3327
3328 * isearch.el (isearch-forward-regexp): Close doc string.
3329
f0685ed1
RS
33302005-09-25 Richard M. Stallman <rms@gnu.org>
3331
c769dcac
RS
3332 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3333
3334 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3335
f0685ed1
RS
3336 * progmodes/compile.el (compilation-error-properties):
3337 When getting the file from the previous error message,
3338 correctly decode the new data format.
3339
3340 * progmodes/cc-cmds.el (c-electric-paren):
3341 Call old-blink-paren only for close-paren.
3342
0d1460c3
DN
33432005-09-24 Andreas Schwab <schwab@suse.de>
3344
3345 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
16f72af0
RF
3346 condition.
3347
ce5a3ac0
RF
33482005-09-25 Romain Francoise <romain@orebokech.com>
3349
3350 * dired-aux.el (dired-copy-file-recursive):
3351 * dired.el (dired-delete-file):
3352 * ediff-mult.el (ediff-dir-diff-copy-file):
3353 * ediff-util.el (ediff-test-save-region):
3354 * forms.el (forms-mode):
3355 * ido.el (ido-file-internal, ido-delete-file-at-head):
3356 * log-edit.el (log-edit-done):
3357 * ses.el (ses-yank-resize):
3358 * play/gomoku.el (gomoku-human-plays, gomoku)
3359 (gomoku-human-resigns, gomoku-prompt-for-other-game)
3360 (gomoku-offer-a-draw):
3361 * play/landmark.el (lm-human-resigns, lm):
3362 * net/eudcb-ldap.el (eudc-ldap-check-base):
3363 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3364 * progmodes/ebrowse.el (ebrowse-find-pattern):
3365 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
cd0899ab 3366 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
ff48d32d 3367 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
ce5a3ac0
RF
3368
3369 * vc.el (vc-delete-file):
3370 * play/gomoku.el (gomoku-terminate-game, gomoku)
3371 (gomoku-prompt-for-move, gomoku-human-takes-back):
3372 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
ff48d32d 3373 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
ce5a3ac0 3374
08c583db
DN
33752005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3376
3377 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
ce5a3ac0 3378 color rxvt terminals by using the code xterm.el used to use before
08c583db
DN
3379 2005-04-09 in order to match the colors used by rxvt.
3380
79a57082 33812005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
836c8f06
DN
3382
3383 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3384 colors rxvt-unicode terminals by using the same code as xterm.el.
3385
621f893a
SM
33862005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3387
3388 * textmodes/tex-mode.el (tex-font-lock-append-prop)
3389 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3390 new symbol used for the tex-verbatim face.
3391
5b76833f
RF
33922005-09-24 Emilio C. Lopes <eclig@gmx.net>
3393
3394 * woman.el (woman-file-name):
3395 * wid-edit.el (widget-file-prompt-value)
3396 (widget-coding-system-prompt-value):
3397 * w32-fns.el (set-w32-system-coding-system):
3398 * vc.el (vc-version-diff, vc-annotate):
3399 * textmodes/reftex-auc.el (reftex-arg-cite)
3400 (reftex-arg-index-tag):
3401 * textmodes/refer.el (refer-get-bib-files):
3402 * textmodes/artist.el (artist-figlet-choose-font):
3403 * terminal.el (terminal-emulator):
3404 * replace.el (occur-read-primary-args):
3405 * rect.el (string-rectangle, string-insert-rectangle):
3406 * ps-print.el (ps-print-preprint):
3407 * progmodes/pascal.el (pascal-goto-defun):
3408 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3409 * progmodes/compile.el (compilation-find-file):
3410 * printing.el (pr-interactive-n-up):
3411 * play/animate.el (animate-birthday-present):
3412 * net/rcompile.el (remote-compile):
3413 * man.el (man, Man-goto-section, Man-follow-manual-reference):
3414 * mail/rmailsum.el (rmail-summary-search-backward)
3415 (rmail-summary-search):
3416 * mail/rmailout.el (rmail-output-read-rmail-file-name)
3417 (rmail-output-read-file-name):
3418 * mail/rmail.el (rmail-search, rmail-search-backwards):
3419 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3420 * locate.el (locate):
3421 * international/quail.el (quail-show-keyboard-layout):
3422 * international/mule.el (set-buffer-file-coding-system)
3423 (revert-buffer-with-coding-system, set-file-name-coding-system)
3424 (set-terminal-coding-system, set-keyboard-coding-system)
3425 (set-next-selection-coding-system):
3426 * international/mule-diag.el (describe-coding-system)
3427 (describe-font, describe-fontset):
3428 * international/mule-cmds.el (universal-coding-system-argument)
3429 (search-unencodable-char, describe-input-method)
3430 (set-language-environment, describe-language-environment):
3431 * international/codepage.el (codepage-setup):
3432 * international/code-pages.el (codepage-setup):
3433 * info.el (Info-search, Info-follow-reference)
3434 (Info-search-backward):
3435 * emacs-lisp/advice.el (ad-read-advised-function)
3436 (ad-read-advice-class, ad-clear-cache, ad-activate)
3437 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3438 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3439 (ad-read-regexp):
3440 * ediff-util.el (ediff-toggle-regexp-match):
3441 * ediff-ptch.el (ediff-prompt-for-patch-file):
3442 * dired-aux.el (dired-diff):
3443 * diff.el (diff):
3444 * cus-edit.el (custom-variable-prompt):
3445 * calendar/timeclock.el (timeclock-ask-for-project):
3446 * calc/calcalg3.el (calc-get-fit-variables):
3447 * calc/calc-store.el (calc-edit-variable)
3448 (calc-permanent-variable):
3449 * vc-mcvs.el (vc-mcvs-register):
3450 * shadowfile.el (shadow-define-literal-group):
3451 * woman.el (woman-file-name):
3452 * vc.el (vc-version-diff, vc-merge):
3453 * textmodes/reftex-index.el (reftex-index-complete-tag):
3454 * format.el (format-decode-buffer, format-decode-region):
3455 * emulation/viper-cmd.el (viper-read-string-with-history):
3456 * emacs-lisp/debug.el (cancel-debug-on-entry):
3457 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3458 * ediff.el (ediff-merge-revisions)
3459 (ediff-merge-revisions-with-ancestor, ediff-revision):
3460 * completion.el (interactive-completion-string-reader):
3461 * calc/calc-prog.el (calc-user-define-formula):
3462 Follow convention for reading with the minibuffer.
3463
f7938fdd 34642005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
917551f2
EZ
3465
3466 * progmodes/python.el (python-describe-symbol): Add globals() and
3467 locals() to the arguments of emacs.ehelp.
3468
999f7d65
EZ
34692005-09-24 Magnus Henoch <mange@freemail.hu>
3470
621f893a
SM
3471 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3472 New function, code extracted from ispell-valid-dictionary-list.
999f7d65
EZ
3473 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3474 Call it.
3475
d74a5c91
EZ
34762005-09-24 Eli Zaretskii <eliz@gnu.org>
3477
3478 * subr.el (version-regexp-alist): Extend valid syntax for version
3479 strings: allow any of the characters -,_,+ to separate the
3480 alpha/beta/rc part from the version part. Doc fix.
621f893a 3481 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
d74a5c91 3482
8dbf19c7
RS
34832005-09-23 David Reitter <david.reitter@gmail.com>
3484
3485 * mail/mailclient.el: New file.
3486
91346f54
RS
34872005-09-23 Richard M. Stallman <rms@gnu.org>
3488
3489 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3490 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3491 Doc fixes.
3492
621f893a
SM
3493 * progmodes/cc-mode.el (c-font-lock-init):
3494 Specify font-lock-lines-before.
91346f54 3495
91773964
SM
34962005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3497
3498 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3499 whole conflict.
3500
de07af38
CD
35012005-09-23 Carsten Dominik <dominik@science.uva.nl>
3502
91773964
SM
3503 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3504 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
de07af38
CD
3505 of `remap' feature when available. Additional key bindings for
3506 better tty support.
3507 (org-mode-restart, org-force-self-insert): New commands.
3508 (org-time-stamp-inactive): New command.
3509 (org-remap): New function.
91773964
SM
3510 (org-table-auto-blank-field, org-level-color-stars-only): New options.
3511 (org-enable-fixed-width-editor): Move to `org-structure'
de07af38 3512 customization group.
91773964 3513 (org-self-insert-command, orgtbl-self-insert-command): Modify to
de07af38
CD
3514 blank field after field motion commands.
3515
8fb7dc77
KH
35162005-09-23 Kenichi Handa <handa@m17n.org>
3517
91773964
SM
3518 * international/mule-cmds.el (set-language-environment):
3519 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
8fb7dc77
KH
3520 have to call utf-translate-cjk-load-tables.
3521
39739f21
SM
35222005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3523
3524 * mouse.el (mouse-move-drag-overlay): Fix last change.
3525
e5534f18
DP
35262005-09-22 David Ponce <david@dponce.com>
3527
3528 * tree-widget.el (tree-widget-value-create): Fix previous change.
3529
0278364c
DN
35302005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3531
39739f21 3532 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
0278364c 3533
aaf15b8b
SM
35342005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3535
3536 * mouse.el (mouse-move-drag-overlay): New function.
3537 (mouse-drag-region-1): Use it.
3538 Try to simplify a bit the state handling. Handle clicks on links
3539 inside intangible areas.
3540 (mouse-save-then-kill): Minor simplification.
3541 (mouse-secondary-overlay): Make it always non-nil instead of
3542 recreating it each time.
3543 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3544 (mouse-kill-secondary, mouse-secondary-save-then-kill):
3545 Simplify accordingly.
3546
b778ed18
DN
35472005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3548
3549 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3550
15c77b9e 35512005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
2f2db7cc 3552
76de4b0d
KS
3553 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3554 (ediff-file-name-sans-prefix): Treat nil as an empty string.
aaf15b8b
SM
3555 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3556 to patch.
2f2db7cc 3557
76de4b0d 3558 * ediff-util.el: Use insert-buffer-substring.
2f2db7cc 3559
cb9214f2 3560 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
2f2db7cc 3561
aaf15b8b
SM
3562 * emulation/viper-cmd.el (viper-change-state): Don't move over the
3563 field boundaries in the minibuffer.
cb9214f2
JB
3564 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3565 (viper-minibuffer-post-command-hook): New hook.
3566 (viper-line): Don't move cursor at bolp.
2f2db7cc 3567
aaf15b8b 3568 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
2f2db7cc 3569
76de4b0d 3570 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
aaf15b8b 3571 avoid compiler warnings.
2f2db7cc 3572
aaf15b8b 3573 * emulation/viper-macs.el (ex-map): Better messages.
2f2db7cc 3574
aaf15b8b 3575 * emulation/viper-utils.el (viper-beginning-of-field): New function.
2f2db7cc 3576
76de4b0d 3577 * emulation/viper.el: Replace make-variable-buffer-local with
15c77b9e 3578 viper-make-variable-buffer-local everywhere, to avoid warnings.
2f2db7cc 3579
f002506f
SM
35802005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3581
3582 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3583 Delete unused var `old-selected-window'.
cb9214f2 3584 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
f002506f
SM
3585 (mouse-drag-secondary): Delete unused var `start-frame'.
3586
cb9214f2 35872005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
fac3f386
SM
3588
3589 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3590
f09cfd28
SM
35912005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3592
3593 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3594 Re-indent within 80 columns. Use inhibit-read-only.
3595
12b8cf53
RF
35962005-09-19 Romain Francoise <romain@orebokech.com>
3597
3598 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3599
5d4247d3
SM
36002005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3601
8d18935d 3602 * font-lock.el (font-lock-default-fontify-region): Don't add a line
a762b7b8 3603 unconditionally, since the after-change-function already did it.
5d4247d3 3604
e3fba586
MB
36052005-09-19 Miles Bader <miles@gnu.org>
3606
3607 * net/newsticker.el: Get rid of CVS keyword.
3608
b7201644
RF
36092005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
3610
3611 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
3612 The prompt is formatted later.
3613
4ff094a8
DP
36142005-09-19 David Ponce <david@dponce.com>
3615
3616 * tree-widget.el (tree-widget-value-create): Save the converted
3617 tree :node widget.
3618
900d1698
JB
36192005-09-19 Juanma Barranquero <lekktu@gmail.com>
3620
3621 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
3622 variable `message'.
3623
bc103d00
MA
36242005-09-18 Michael Albinus <michael.albinus@gmx.de>
3625
3626 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
3627 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
3628 <slawomir.nowaczyk.847@student.lu.se>.
3629
93a75651
CY
36302005-09-18 Chong Yidong <cyd@stupidchicken.com>
3631
3632 * image.el (image-load-path): Use symbol `data-directory' instead
3633 of its value, for backward compatibility with packages that bind
3634 it during `find-image'. Suggested by Katsumi Yamaoka.
3635 (image-search-load-path): Handle symbols whose values are strings.
3636
71773400
RF
36372005-09-18 Romain Francoise <romain@orebokech.com>
3638
3639 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
3640 with-current-buffer form in save-excursion.
3641
8a26c165
DG
36422005-09-18 D Goel <deego@gnufans.org>
3643
39739f21
SM
3644 * apropos.el (apropos-command): Fix `message' call: first arg
3645 should be a format spec. In this and all other cases that appear
3646 below and elsewhere in the source code, I made a change only when
3647 two conditions were satisfied: [1] I can think of a possibility
3648 that the arguments would cause an error, for example, the code in
3649 question relies on external variables such as filenames. [2] I
3650 was sure that the arg to `message' could not have been nil in the code.
3651
3652 * textmodes/tildify.el (tildify-region): Ditto.
3653
8a26c165 3654 * textmodes/reftex-index.el (reftex-index-change-entry)
a762b7b8
KS
3655 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
3656 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
8a26c165 3657 * textmodes/org.el (org-complete, org-deadline, org-schedule)
a762b7b8
KS
3658 (org-priority, org-table-sum):
3659 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
3660 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
3661 (flyspell-word, flyspell-display-next-corrections):
3662 * textmodes/bibtex.el (bibtex-print-help-message):
3663 * textmodes/artist.el (artist-key-set-point-poly):
3664 * term/mac-win.el (mac-services-insert-text):
8a26c165
DG
3665 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
3666 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
3667 (vhdl-port-paste-testbench, vhdl-compose-new-component)
a762b7b8 3668 (vhdl-compose-configuration):
8a26c165 3669 * progmodes/sh-script.el (sh-blink, sh-show-indent)
a762b7b8
KS
3670 (sh-set-indent, sh-learn-line-indent):
3671 * progmodes/ps-mode.el (ps-mode-target-column):
8a26c165 3672 * progmodes/idlwave.el (idlwave-make-tags)
a762b7b8
KS
3673 (idlwave-scan-library-catalogs):
3674 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
3675 * progmodes/gud.el (gud-jdb-analyze-source):
3676 * progmodes/flymake.el (flymake-log):
3677 * progmodes/ebnf2ps.el (ebnf-generate-region):
3678 * progmodes/cmacexp.el (c-macro-expansion):
3679 * progmodes/ada-xref.el (ada-treat-cmd-string):
8a26c165 3680 * progmodes/ada-mode.el (ada-create-case-exception-substring)
a762b7b8
KS
3681 (ada-justified-indent-current, ada-batch-reformat):
3682 * play/zone.el (zone):
3683 * play/landmark.el (lm-move):
3684 * play/decipher.el (decipher-show-alphabet):
8a26c165 3685 * net/newsticker.el (newsticker--display-jump)
a762b7b8 3686 (newsticker--display-scroll):
8a26c165 3687 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
a762b7b8
KS
3688 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
3689 * mail/feedmail.el (feedmail-dump-message-to-queue):
3690 * eshell/esh-proc.el (eshell-remove-process-entry):
3691 * emulation/ws-mode.el (ws-last-error):
8a26c165 3692 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
a762b7b8
KS
3693 (viper-record-kbd-macro):
3694 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
3695 * emacs-lisp/lisp-mnt.el (lm-report-bug):
3696 * emacs-lisp/find-func.el (find-function-noselect):
8a26c165 3697 * calendar/timeclock.el (timeclock-status-string)
a762b7b8
KS
3698 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
3699 (timeclock-when-to-leave-string):
3700 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
3701 * calc/calc-units.el (calc-enter-units-table):
3702 * calc/calc-mode.el (calc-mode-record-mode):
3703 * woman.el (woman-mini-help):
3704 * wdired.el (wdired-change-to-wdired-mode):
3705 * vc.el (vc-retrieve-snapshot):
3706 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
3707 * startup.el (display-startup-echo-area-message):
3708 * simple.el (set-goal-column):
3709 * ses.el (ses-command-hook, ses-recalculate-cell):
3710 * server.el (server-process-filter):
8a26c165 3711 * printing.el (pr-interface-txt-print, pr-interface-printify)
a762b7b8
KS
3712 (pr-interface-ps):
3713 * pcvs.el (cvs-help):
3714 * log-edit.el (log-edit, log-edit-mode-help):
3715 * iswitchb.el (iswitchb-possible-new-buffer):
3716 * isearch.el (isearch-edit-string):
3717 * image-mode.el (image-mode, image-minor-mode):
3718 * ibuf-macs.el (define-ibuffer-filter):
3719 * hi-lock.el (hi-lock-find-patterns):
3720 * files.el (toggle-read-only):
8a26c165 3721 * ediff-util.el (ediff-copy-diff)
a762b7b8
KS
3722 (ediff-write-merge-buffer-and-maybe-kill):
3723 * echistory.el (Electric-history-undefined):
3724 * dnd.el (dnd-insert-text):
3725 * dired-aux.el (dired-query):
3726 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
3727 * bookmark.el (bookmark-bmenu-locate):
3728 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
3729 Fix `message' calls to ensure first arg is a format string.
3730 The change was made only when these two conditions were satisfied:
3731 [1] when there is a possibility that the arguments would cause an error
3732 for example, if the code in question relies on external variables
3733 such as filenames, and
3734 [2] if the arg to `message' could not have been nil in the code.
8a26c165 3735
900d1698
JB
3736 * pcomplete.el (pcomplete--help): Fix `message' format spec.
3737 Not having a %s would be weird, though not technically wrong.
8a26c165 3738
be9bb408
YM
37392005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3740
3741 * term/mac-win.el (mac-add-charset-info): Doc fix.
3742
77689ea3
RF
37432005-09-17 Romain Francoise <romain@orebokech.com>
3744
3745 * shell.el (shell-resync-dirs): Handle echoing processes more
3746 reliably. Don't insert resync command if `comint-process-echoes'
3747 is non-nil.
3748
4ac3afdb
EZ
37492005-09-17 Magnus Henoch <mange@freemail.hu>
3750
3751 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
3752 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
3753 aspell versions >= 0.60.
3754 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
3755 only if ispell-aspell-supports-utf8 is non-nil.
3756
4f46dc87
EZ
37572005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3758
3759 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
3760 buffer-local value to lisp-indent-function.
3761
debe6451
EZ
37622005-09-17 Milan Zamazal <pdm@zamazal.org>
3763
3764 * progmodes/glasses.el (glasses-make-readable): If
3765 glasses-separator differs from underscore, put appropriate
3766 overlays over underscore characters.
3767 (glasses-convert-to-unreadable): If glasses-separator differs from
3768 underscore, try to convert glasses-separator characters to
3769 underscores.
3770
f52e8e86
SM
37712005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3772
3773 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
3774 Use with-syntax-table and dolist.
3775
7b07114a
CD
37762005-09-16 Carsten Dominik <dominik@science.uva.nl>
3777
23006f3e
KS
3778 * textmodes/reftex-auc.el:
3779 * textmodes/reftex-cite.el:
3780 * textmodes/reftex-dcr.el:
3781 * textmodes/reftex-global.el:
3782 * textmodes/reftex-parse.el:
3783 * textmodes/reftex-ref.el:
3784 * textmodes/reftex-sel.el:
3785 * textmodes/reftex-toc.el:
3786 * textmodes/reftex-vars.el:
3787 * textmodes/reftex.el: Small changes to remove compiler warnings.
7b07114a 3788
23006f3e 3789 * textmodes/reftex-index.el: Likewise.
7b07114a
CD
3790 (reftex-query-index-phrase): More efficient use of markers.
3791
5fc5ac38
CY
37922005-09-15 Chong Yidong <cyd@stupidchicken.com>
3793
3794 * image.el (image-load-path): New variable.
3795 (image-search-load-path): New function.
3796 (find-image): Search for images in `image-load-path'.
3797
8ccd3630
RS
37982005-09-15 Richard M. Stallman <rms@gnu.org>
3799
3800 * follow.el: Change Maintainer field.
3801
9be6a039
DP
38022005-09-15 David Ponce <david@dponce.com>
3803
3804 * recentf.el (recentf-save-file-modes): New option.
3805 (recentf-save-list): Use it.
3806
94e55b87
NR
38072005-09-15 Nick Roberts <nickrob@snap.net.nz>
3808
3809 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
3810 (mode-line-mule-info, mode-line-modified): Move bindings from
3811 mouse-3 to mouse-1.
3812
a9267c2c
CY
38132005-09-15 Chong Yidong <cyd@stupidchicken.com>
3814
3815 * simple.el (sendmail-user-agent-compose): Revert last change.
3816
c6ea7612
SM
38172005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3818
503ac8a4
SM
3819 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
3820 Use with-current-buffer.
3821 (ange-ftp-gwp-start): Remove unused var `gw-user'.
3822 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
3823 (ange-ftp-insert-directory): Remove unused var `short'.
3824 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
3825
c6ea7612
SM
3826 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
3827 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
3828
3829 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
3830 (check-calendar-holidays, diary-list-entries): Autoload.
3831 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
3832 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
3833
3834 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
3835 which mistakenly removed a call to display-buffer.
3836
ef19e610
JB
38372005-09-14 Juanma Barranquero <lekktu@gmail.com>
3838
3839 * obsolete/iso-insert.el: Move to obsolete/ from international/.
3840
a5b101dc
TTN
38412005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
3842
3843 * progmodes/hideshow.el
3844 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
3845 (hs-allow-nesting): New user var.
3846 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
3847 (hs-hide-block-at-point): When nesting allowed,
3848 if there is already an overlay in place, delete it.
3849 (hs-safety-is-job-n): Delete func; remove call sites.
3850 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
3851 (hs-overlay-at): New func.
3852 (hs-already-hidden-p, hs-show-block): Use it.
3853 (hs-hide-all): Don't pre-clean if nesting allowed.
3854 (hs-show-all): Temporarily disallow
3855 nesting around call to `hs-discard-overlays'.
3856
40cfe0d8
CY
38572005-09-14 Chong Yidong <cyd@stupidchicken.com>
3858
3859 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
3860 Delete unused local var.
3861
9dc08dc9
JB
38622005-09-13 Juanma Barranquero <lekktu@gmail.com>
3863
7a650da0
JB
3864 * help-fns.el (describe-categories): "?\ " -> "?\s".
3865 (help-do-arg-highlight): Recognize also ARG-n, as in
3866 `move-to-left-margin' (ARG+n is already recognized). Simplify.
3867
9dc08dc9
JB
3868 * international/codepage.el (dos-unsupported-char-glyph):
3869 * net/newsticker.el (tool-bar-map, w3-mode-map)
3870 (w3m-minor-mode-map):
3871 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
3872 (ent-alist):
3873 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
3874
1db2d450
CY
38752005-09-13 Chong Yidong <cyd@stupidchicken.com>
3876
d5c16b05
CY
3877 * custom.el (custom-push-theme): Handle the case where a symbol is
3878 bound but face properties have not yet been assigned.
3879
09c9e6bb
CY
3880 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
3881 Fix behavior if noerase is `t' and there is no mail buffer.
9dc08dc9 3882
09c9e6bb
CY
3883 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
3884 if `continue' is nil, rather than signal an error.
1db2d450 3885
5629e04f
RS
38862005-09-12 Richard M. Stallman <rms@gnu.org>
3887
595f66af
RS
3888 * font-lock.el (font-lock-keywords): Add autoload.
3889
3890 * help-fns.el (describe-variable): Rearrange to put source link
3891 in a predictable place.
3892
5629e04f
RS
3893 * net/newsticker.el: New file.
3894
344f1111
SM
38952005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3896
34cb0115
SM
3897 * calendar/calendar.el (calendar-for-loop): Add edebug info.
3898 (calendar-basic-setup): Use the new nil arg.
3899 (number-of-diary-entries): Move to diary-lib.el.
3900
3901 * calendar/diary-lib.el: Use with-current-buffer, match-string.
3902 (diary-list-entries): Use with-syntax-table and dolist.
3903 Rename from list-diary-entries.
3904 Use number-of-diary-entries if `number' is nil.
3905 (diary, diary-view-entries): Use this new name and new nil arg value.
3906 (number-of-diary-entries): Move from calendar.el.
3907 (diary-unhide-everything): New function.
3908 (include-other-diary-files, fancy-diary-display)
3909 (diary-show-all-entries, make-diary-entry): Use it.
3910 (diary-mail-entries): Use buffer-string.
3911 (mark-diary-entries): Fix long standing paren typo.
3912 (diary-sexp-entry): Use count-lines.
3913 (make-diary-entry): Avoid `previous-line'.
3914 (diary-mode-map): New var.
3915 (diary-mode): Redraw cal after saving. Setup header-line.
3916 (fancy-diary-display-mode): Use local-set-key.
3917
3918 * startup.el (command-line): Try calling various terminal-init-foo-bar
3919 functions by stripping hyphenated suffixes from $TERM.
3920
344f1111
SM
3921 * files.el (normal-mode): Check boundness of font-lock-keywords.
3922
7957baea
RS
39232005-09-12 Richard M. Stallman <rms@gnu.org>
3924
3925 * progmodes/compile.el: Don't decide a file's directory
3926 until the user actually tries to go there.
3927 (compilation-next-error-function):
3928 Pass compilation-find-file the directory from the file-struct.
3929 (compilation-internal-error-properties): Separate local FILE-STRUCT
3930 from FILE. Doc the args better. Rename arg FMT to FMTS.
3931 (compilation-find-file): Arg DIR renamed to DIRECTORY.
3932 Expand it, and if nil, use default-directory.
3933 (compilation-get-file-structure): Don't mix specified directory
3934 with default directory. Put specified directory into
3935 file-struct. Don't make the file name absolute.
3936
3937 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3938 (compile-command): Add autoload.
3939 (compilation-disable-input): Add autoload.
3940
7318a7a3
SG
39412005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
3942
3943 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
3944 strings of the variables it can override.
344f1111 3945 (time-stamp): New (as yet undocumented) time-stamp-format escapes
7318a7a3
SG
3946 %Q and %q, for fully-qualified domain name and unqualified host name.
3947
f172343a
KS
39482005-09-11 Kim F. Storm <storm@cua.dk>
3949
3950 * emacs-lisp/authors.el (authors-aliases): Update list.
3951 (authors-fixed-entries): Update mldrag.el entry.
3952
0e435430
EZ
39532005-09-10 Alan Mackenzie <acm@muc.de>
3954
3955 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
3956 from the region narrowed to.
3957
c10b0abc
EZ
39582005-09-10 Magnus Henoch <mange@freemail.hu>
3959
3960 * textmodes/ispell.el (ispell-check-version): Signal an error if
3961 aspell version is less than 0.60.
3962
4ca7c468
EZ
39632005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
3964
344f1111
SM
3965 * progmodes/octave-inf.el (inferior-octave-startup):
3966 Resync current dir at the end.
4ca7c468 3967
72f0712b 39682005-09-10 Emilio C. Lopes <eclig@gmx.net>
99580cde 3969
344f1111
SM
3970 * woman.el (woman-topic-at-point-default):
3971 Rename to woman-use-topic-at-point-default.
3972 (woman-topic-at-point): Rename to woman-use-topic-at-point.
72f0712b
EZ
3973 (woman-file-name): Reflect renames above. Automatically use the
3974 word at point as topic if woman-use-topic-at-point is non-nil.
3975 Otherwise offer it as default but don't insert it in the
3976 minibuffer. Also use `test-completion' instead of `assoc' as
3977 suggested by Stefan Monnier.
3978
de21740d
AS
39792005-09-10 Andre Spiegel <spiegel@gnu.org>
3980
3981 * vc.el (vc-directory, vc-update-change-log): Throw an error on
3982 the attempt to do it over Tramp. This is not yet supported.
3983
6ee37599
EZ
39842005-09-10 Eli Zaretskii <eliz@gnu.org>
3985
3986 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3987 (menu-bar-non-minibuffer-window-p): New functions.
3988 ("Split Window", "Save As..."): Use them.
3989 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
344f1111
SM
3990 ("Print Buffer", "Truncate Long Lines in this Buffer"):
3991 Use menu-bar-menu-frame-live-and-visible-p.
6ee37599 3992 ("Save Buffer", "Insert File", "Open Directory...")
344f1111
SM
3993 ("Open File...", "Visit New File..."):
3994 Use menu-bar-non-minibuffer-window-p.
3995 (kill-this-buffer-enabled-p, dired <menu-enable>):
3996 Use menu-bar-non-minibuffer-window-p.
6ee37599 3997
50a6ff15
EZ
39982005-09-09 Eli Zaretskii <eliz@gnu.org>
3999
6eb33acb
EZ
4000 * cus-start.el (all): Don't complain about fringe-related
4001 built-ins if fringes are not supported. Ditto about
344f1111 4002 selection-related built-ins. Fix the test for GTK-related built-ins.
6eb33acb 4003
50a6ff15
EZ
4004 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
4005 ("Postscript Print Buffer", "Print Region", "Save As...")
4006 ("Save", "Insert File...", "Open Directory...")
4007 ("Open File...", "Visit New File..."")
4008 ("Truncate Long Lines in this Buffer"): Don't look at
344f1111 4009 menu-updating-frame if this display does not support multiple frames.
50a6ff15 4010
012a2196
EZ
40112005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4012
4013 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
4014
9198ee0e
EZ
40152005-09-09 Emilio Lopes <eclig@gmx.net>
4016
4017 * woman.el: Format- and whitespace-related changes.
4018
f64b6c63
EZ
40192005-09-09 Eli Zaretskii <eliz@gnu.org>
4020
4021 * woman.el: Fix my email address.
4022
47b8bc5d
RS
40232005-09-08 Richard M. Stallman <rms@gnu.org>
4024
4025 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4026 (sh-mode): Locally set skeleton-pair-default-alist.
4027
4028 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
4029
4030 * progmodes/flymake.el: Require `compile' unconditionally.
4031
4032 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
4033
4034 * woman.el (woman-file-name): Provide a default, not initial input.
4035
4036 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
4037
4038 * font-lock.el (font-lock-support-mode): Doc fix.
4039
4040 * descr-text.el (describe-property-list): Handle non-symbol prop names.
4041
2a56faf1 40422005-09-08 Richard M. Stallman <rms@gnu.org>
47b8bc5d
RS
4043
4044 * simple.el (blink-matching-open): Get rid of text props from
4045 the string shown in echo area. Don't permanently set point.
4046 Some rearrangements.
4047
6fbb1eb0
RS
40482005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
4049
9815ca3d
RS
4050 * recentf.el (recentf-filename-handler): Add custom choice
4051 `abbreviate-file-name'.
4052
8e2c8d3e
RS
4053 * msb.el (msb--very-many-menus): Fix typo.
4054
6fbb1eb0
RS
4055 * disp-table.el (standard-display-european): Don't set
4056 enable-multibyte-characters to nil.
4057
844c6ee7
DP
40582005-09-08 David Ponce <david@dponce.com>
4059
4060 * recentf.el (recentf-show-file-shortcuts-flag): New option.
4061 (recentf-expand-file-name): Doc fix.
4062 (recentf-dialog-mode-map): Define digit shortcuts.
4063 (recentf--files-with-key): New variable.
4064 (recentf-show-digit-shortcut-filter): New function.
4065 (recentf-open-files-items): New function.
4066 (recentf-open-files): Use it.
4067 (recentf-open-file-with-key): New command.
4068
344f1111
SM
40692005-09-08 Chong Yidong <cyd@stupidchicken.com>
4070
4071 * buff-menu.el (Buffer-menu-sort-by-column): New function.
4072 Suggested by Kim F. Storm.
4073 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4074 (Buffer-menu-make-sort-button): Use global keymap.
4075
553f03bc
MA
40762005-09-07 Michael Albinus <michael.albinus@gmx.de>
4077
29499b82 4078 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
553f03bc
MA
4079 (Man-getpage-in-background-advice): Remove defadvice; it isn't
4080 necessary any longer with the remapped command.
4081 (Man-bgproc-sentinel-advice): Remove defadvice which counts
4082 formatting time only.
4083
4084 * net/tramp.el (tramp-action-password)
4085 (tramp-multi-action-password): Compile the password prompt from
4086 `method', `user' and `host'. Sometimes it isn't obvious which
4087 password to enter, for example with remote files offered by
4088 recentf.el, or with multiple steps. Suggested by Robert Marshall
4089 <robert@chezmarshall.freeserve.co.uk>.
4090
dcc6da3a
SM
40912005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4092
4093 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4094 Fix regexp for when "s///" is at the beginning of line.
4095
2ccc02f2
JB
40962005-09-07 Jay Belanger <belanger@truman.edu>
4097
4098 * calc/calc-poly.el (math-expand-term): Multiply out any powers
4099 when in matrix mode.
4100
3076c726
SM
41012005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4102
4103 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4104 non-anonymous functions.
4105
efe4e5af
CY
41062005-09-06 Chong Yidong <cyd@stupidchicken.com>
4107
3076c726
SM
4108 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4109 when using a header line. Otherwise, use mouse-1-click-follows-link.
efe4e5af
CY
4110
4111 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4112 can't be moved; don't signal an error.
f4885d81 4113
79a0aa11
CY
41142005-09-05 Chong Yidong <cyd@stupidchicken.com>
4115
4116 * cus-theme.el (custom-theme-write-faces): Save the current face
4117 spec, not the defface spec.
4118
4119 * custom.el (custom-known-themes): Clarify meaning of "standard".
4120 (custom-push-theme): Save old values in the standard theme.
4121 (disable-theme): Correct typo.
4122 (custom-face-theme-value) Deleted unused function.
3076c726 4123 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
79a0aa11 4124
1550ae60
SM
41252005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4126
4127 * progmodes/compile.el (compilation-goto-locus): Take into account
4128 iconified frames when determining whether the buffer is
4129 already visible.
4130 Don't reset window height if the window already existed.
4131
87d737ae
CY
41322005-09-04 Chong Yidong <cyd@stupidchicken.com>
4133
1550ae60 4134 * custom.el (load-theme): Rename from require-theme.
87d737ae 4135 Add interactive spec.
1550ae60 4136 (enable-theme): Rename from custom-enable-theme.
87d737ae 4137 Add interactive spec.
1550ae60 4138 (disable-theme): Rename from custom-disable-theme.
87d737ae
CY
4139 Add interactive spec.
4140 (custom-make-theme-feature): Doc fix.
4141 (custom-theme-directory): Doc fix.
4142 (provide-theme): Call enable-theme.
4143
928f12c9
SM
41442005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4145
4146 * obsolete/lazy-lock.el (lazy-lock-mode):
4147 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4148 font-lock-mode if it's off. Print a warning instead.
4149
4150 * progmodes/compile.el (compilation-start): Ignore errors if the
4151 process died before we get to send-eof.
4152
4153 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4154 Undo last change. Enclosing the result in quotes broke things on Unix
4155 since tex-send-command passes it through shell-quote-argument.
4156 (tex-send-command): Pass `file' through convert-standard-filename
4157 when possible.
4158 (tex-uptodate-p): Handle the case where TeX hasn't put additional
4159 info in a transcript.
4160
f47877ee
DN
41612005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4162
4163 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4164 fix compilation warning. Reorder the key definitions to group
4165 together keys emitted by the current version of xterm.
4166
4167 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4168 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4169 Reorder predicates to correct min-color usage.
4170
6fd388f3
CY
41712005-09-01 Chong Yidong <cyd@stupidchicken.com>
4172
4173 * longlines.el (longlines-mode): Inhibit read-only when encoding.
4174 Kill local variables when longlines-mode is turned off.
4175
bdb4d6d8
SM
41762005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4177
928f12c9
SM
4178 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4179
bdb4d6d8
SM
4180 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4181
4182 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4183
4184 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4185 (font-lock-lines-before): Change default to being inactive.
4186 (font-lock-default-fontify-region): Obey font-lock-lines-before.
4187 (font-lock-after-change-function): Don't handle f-l-lines-before here.
4188
00cec167
MA
41892005-08-31 Michael Albinus <michael.albinus@gmx.de>
4190
bdb4d6d8
SM
4191 * net/tramp.el (tramp-handle-make-auto-save-file-name):
4192 Deactivate temporarily advice if active (not needed for Emacs 22,
4193 but for backwards compatibility).
00cec167
MA
4194 (tramp-exists-file-name-handler): Rewrite. First implementation
4195 was too simple.
bdb4d6d8
SM
4196 (tramp-advice-make-auto-save-file-name):
4197 Call `tramp-handle-make-auto-save-file-name' (again, just for
4198 backwards compatibility).
00cec167 4199
0a2e512a
RF
42002005-08-31 Reto Zimmermann <reto@gnu.org>
4201
4202 * progmodes/vhdl-mode.el
bdb4d6d8 4203 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
0a2e512a 4204 (vhdl-end-p): Fix indentation bug "else" after "-- when".
bdb4d6d8 4205 (vhdl-set-default-project): New function (easier setting of default).
0a2e512a 4206 (vhdl-port-copy): Handle extended identifiers for generics.
bdb4d6d8 4207 (vhdl-compiler-alist): Better description for error message regexp.
0a2e512a 4208 (vhdl-make): Query for target, use previous as default.
bdb4d6d8 4209 (vhdl-port-copy): Fix port copy for port names starting with "signal".
0a2e512a
RF
4210 (vhdl-font-lock-keywords-2): Fix fontification for record
4211 el. assign.
4212 (vhdl-speedbar-make-subpack-line): Add package body link.
4213 (vhdl-generate-makefile-1): Not include itself as dependency.
4214 (vhdl-font-lock-init): Highlight c-preprocessor directives.
4215 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4216 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4217 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4218 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
bdb4d6d8 4219 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
0a2e512a 4220 (vhdl-import-project): Add string argument for `error'.
bdb4d6d8
SM
4221 (vhdl-compose-configuration)
4222 (vhdl-compose-configuration-architecture): Add configuration
0a2e512a
RF
4223 declaration generation.
4224 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4225 (vhdl-trailer-re): Add "record" keyword (better indentation).
4226 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4227 "[^ \t-\"]+".
bdb4d6d8
SM
4228 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4229 (vhdl-testbench-entity-file-name)
4230 (vhdl-testbench-architecture-file-name): Allow separate
0a2e512a 4231 customization of testbench file names.
bdb4d6d8
SM
4232 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4233 (vhdl-get-visible-signals): Allow newline within alias declaration.
4234 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4235 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
0a2e512a 4236 (member-ignore-case): Alias for missing function in XEmacs.
bdb4d6d8 4237 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
0a2e512a
RF
4238 (vhdl-update-sensitivity-list): Ignore case on read signals.
4239 (vhdl-replace-string): Adjust case only for file names.
4240 (vhdl-update-sensitivity-list): Fix search for read signals.
4241 (vhdl-update-sensitivity-list): Exclude formal parameters.
4242 (vhdl-get-visible-signals): Include aliases of signals.
4243 (vhdl-get-visible-signals): Fix signal name searching.
4244 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4245 (vhdl-fixup-whitespace-region): Fix for character
4246 literals (e.g. ':').
4247
d8aa9ea9
JB
42482005-08-31 Juanma Barranquero <lekktu@gmail.com>
4249
41e11121
JB
4250 * ansi-color.el (comint-last-output-start):
4251 * bs.el (font-lock-verbose):
4252 * diff-mode.el (add-log-buffer-file-name-function):
4253 * dired-x.el (vm-folder-directory):
4254 * faces.el (help-xref-stack-item):
4255 * files.el (font-lock-keywords):
4256 * find-lisp.el (dired-buffers, dired-subdir-alist):
4257 * ido.el (cua-inhibit-cua-keys):
4258 * log-view.el (cvs-minor-wrap-function):
4259 * outline.el (font-lock-warning-face):
4260 * simple.el (compilation-current-error):
4261 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4262 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4263 * tooltip.el (comint-prompt-regexp):
4264 * w32-fns.el (explicit-shell-file-name):
4265 * term/mac-win.el (mac-charset-info-alist)
4266 (mac-services-selection, mac-system-script-code):
4267 * term/tty-colors.el (msdos-color-values):
4268 * term/w32-win.el (xlfd-regexp-registry-subnum):
4269 * term/x-win.el (x-keysym-table, x-selection-timeout)
4270 (x-session-id, x-session-previous-id):
4271 * textmodes/ispell.el (mail-yank-prefix):
4272 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4273 * textmodes/org.el (calc-embedded-close-formula)
4274 (calc-embedded-open-formula)
4275 (font-lock-unfontify-region-function):
4276 * textmodes/reftex-global.el (isearch-next-buffer-function)
4277 (TeX-master):
4278 * textmodes/reftex.el (font-lock-keywords):
4279 * textmodes/tex-mode.el (font-lock-comment-face)
4280 (font-lock-doc-face):
4281 * textmodes/texinfo.el (outline-heading-alist):
4282 Add defvars.
4283
4284 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4285 (artist-spray-chars, artist-mode-init, artist-replace-string)
4286 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4287 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4288 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4289
4290 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4291 (conf-align-assignments): "?\ " -> "?\s".
4292
4293 * textmodes/reftex-index.el (TeX-master): Add defvar.
4294 (reftex-index-phrases-marker): Move up defvar.
4295
4296 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4297 (reftex-toc-include-labels-indicator)
4298 (reftex-toc-include-index-indicator)
4299 (reftex-toc-max-level-indicator): Move up declarations.
4300
d8aa9ea9 4301 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
bdb4d6d8 4302 of args to `tramp-run-real-handler', even if it's empty in this case.
d8aa9ea9 4303
07c5948c
YM
43042005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4305
4306 * dired.el (dired-move-to-filename-regexp): Add date format for
4307 Mac OS X 10.3 in East Asian locales.
4308
c1105d05
MA
43092005-08-31 Michael Albinus <michael.albinus@gmx.de>
4310
4311 * files.el (make-auto-save-file-name): Add file name handler call
4312 if applicable.
4313
4314 * net/tramp.el (tramp-file-name-handler-alist)
4315 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
d8aa9ea9 4316 (tramp-handle-make-auto-save-file-name): Rename from
c1105d05
MA
4317 `tramp-make-auto-save-file-name'.
4318 (tramp-exists-file-name-handler): New defun.
4319 (tramp-advice-make-auto-save-file-name): Make defadvice only when
4320 `make-auto-save-file-name' is not a magic file name operation.
4321
47b8bc5d
RS
43222005-08-30 Richard M. Stallman <rms@gnu.org>
4323
4324 * files.el (risky-local-variable-p):
4325 Match `-predicates' and `-commands.
4326
4327 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4328 (custom-save-all): Visit the file if necessary;
4329 kill the buffer if we created it.
4330 (custom-save-delete): Don't visit file or kill buffer here.
4331
25afa2cf
CD
43322005-08-30 Carsten Dominik <dominik@science.uva.nl>
4333
4334 * textmodes/org.el (org-special-keyword): New face.
4335 (org-table-copy-down, org-table-eval-formula)
bdb4d6d8
SM
4336 (org-table-recalculate, org-init-section-numbers):
4337 Use `string-to-number' instead of `string-to-int'.
25afa2cf
CD
4338 (org-get-location): Use `insert-buffer-substring' instead of
4339 `insert-buffer'.
4340 (org-modify-diary-entry-string): New function.
bdb4d6d8 4341 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
d8aa9ea9 4342 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25afa2cf
CD
4343 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4344 active region.
4345 (org-export-as-html): Handle QUOTE keyword.
4346 (org-quote-string): New option.
4347 (org-bookmark-jump-unhide): New function, used for
4348 `bookmark-after-jump-hook'.
4349 (org-diary-default-entry): Apply only when not called through
4350 `org-agenda'.
4351
f720b30e
JB
43522005-08-30 Juanma Barranquero <lekktu@gmail.com>
4353
4354 * net/eudc.el (mode-popup-menu):
4355 * play/handwrite.el (ps-printer-name, ps-lpr-command):
4356 * progmodes/ada-mode.el (compile-auto-highlight)
4357 (skeleton-further-elements):
4358 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4359 * progmodes/cmacexp.el (msdos-shells):
4360 * progmodes/compile.el (font-lock-extra-managed-props)
4361 (font-lock-keywords, font-lock-maximum-size)
4362 (font-lock-support-mode):
4363 * progmodes/grep.el (font-lock-lines-before):
4364 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4365 * progmodes/mixal-mode.el (compile-command):
4366 * progmodes/perl-mode.el (font-lock-comment-face)
4367 (font-lock-doc-face, font-lock-string-face):
4368 * progmodes/prolog.el (comint-prompt-regexp):
4369 * progmodes/sh-script.el (font-lock-comment-face)
4370 (font-lock-set-defaults, font-lock-string-face):
4371 * progmodes/sql.el (font-lock-keyword-face)
4372 (font-lock-set-defaults, font-lock-string-face):
4373 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4374 (itimer-version, lazy-lock-defer-contextually)
4375 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4376 Add defvars.
4377
4378 * progmodes/cperl-mode.el (cperl-electric-lbrace)
4379 (cperl-electric-keyword, cperl-electric-pod)
4380 (cperl-electric-backspace, cperl-forward-re)
4381 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4382 (vc-rcs-header, vc-sccs-header): Add defvars.
4383
4384 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4385 (font-lock-syntactic-keywords, gud-find-expr-function):
4386 Add defvars.
4387
4388 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4389 (gdb-frame-parameters): Declare before use.
4390
4391 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4392 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4393 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4394 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4395
4396 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4397 (idlwave-help-with-source): Use `insert-buffer-substring', not
4398 `insert-buffer'.
4399
0f0b350b
JL
44002005-08-29 Juri Linkov <juri@jurta.org>
4401
4402 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4403 Put outline-back-to-heading function call inside save-excursion.
4404
e0f58980
JB
44052005-08-29 Juanma Barranquero <lekktu@gmail.com>
4406
4407 * man.el (Man-init-defvars, Man-translate-references)
4408 (Man-support-local-filenames, Man-highlight-references):
4409 * progmodes/sql.el (sql-interactive-mode):
bdb4d6d8 4410 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
e0f58980
JB
4411
4412 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4413 (compilation-mode-font-lock-keywords): Add defvars.
4414 (checkdoc-interactive-loop): "?\ " -> "?\s".
4415
4416 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4417 (font-lock-doc-face, font-lock-string-face)
4418 (font-lock-keywords-case-fold-search): Add defvars.
4419 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4420
4421 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4422 Don't pass X and Y (they are ignored anyway).
4423 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4424 (mouse-delete-window): Make arguments optional.
4425
bdb4d6d8 4426 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
e0f58980
JB
4427 (caesar-translate-table, minor-modes, news-buffer-save)
4428 (news-group-name, news-minor-modes): Add defvars.
4429
4430 * emacs-lisp/lselect.el (mouse-highlight-priority)
4431 (x-lost-selection-functions, zmacs-regions):
4432 * emacs-lisp/pp.el (font-lock-verbose):
4433 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4434 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4435 (ses-mode-map):
4436 * emacs-lisp/tcover-unsafep.el (safe-functions):
3675c8b1
JB
4437 * international/mule-cmds.el (mac-system-coding-system)
4438 (mac-system-locale):
4439 * language/ethio-util.el (rmail-current-message)
4440 (rmail-message-vector):
4441 * language/thai-util.el (thai-auto-composition-mode):
4442 * mail/metamail.el (rmail-current-message, rmail-message-vector):
4443 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4444 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4445 (vm-primary-inbox, vm-spool-files):
4446 * mail/rmail.el (deleted-head, font-lock-fontified)
4447 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4448 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4449 (total-messages):
4450 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4451 (rmail-summary-mode-map):
4452 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4453 (rmail-last-label, rmail-last-multi-labels)
4454 (rmail-summary-vector, rmail-total-messages):
4455 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4456 * mail/rmailsum.el (msgnum):
4457 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4458 (rmail-current-message):
e0f58980
JB
4459 * obsolete/fast-lock.el (font-lock-face-list):
4460 * obsolete/rnewspost.el (mail-reply-buffer):
4461 * obsolete/scribe.el (compile-command):
4462 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4463
11b227ac 44642005-08-28 John Paul Wallington <jpw@gnu.org>
f215a1b4 4465
bdb4d6d8
SM
4466 * ibuf-ext.el (ibuffer-auto-update-changed):
4467 Use `frame-or-buffer-changed-p' to check whether we need to update.
f215a1b4
JPW
4468 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4469 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
4470 as a `frame-or-buffer-changed-p' state vector instead.
4471
a24c45d2
RF
44722005-08-27 Romain Francoise <romain@orebokech.com>
4473
bdb4d6d8
SM
4474 * textmodes/makeinfo.el (makeinfo-compile):
4475 Use `compilation-start'. Set `next-error-function' according to
713fbb79
RF
4476 `disable-errors'.
4477 (makeinfo-next-error): New function.
4478 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4479 (makeinfo-buffer): Likewise.
4480
a24c45d2
RF
4481 * progmodes/compile.el (compilation-start): Add autoload cookie.
4482
4483 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4484 * textmodes/sgml-mode.el: Likewise.
4485 * progmodes/python.el: Likewise.
4486
b0c9a334
EZ
44872005-08-27 Eli Zaretskii <eliz@gnu.org>
4488
0fb57cc0
EZ
4489 * simple.el (blink-matching-paren-distance): Document the meaning
4490 of nil value, and allow to customize to nil.
4491
b0c9a334
EZ
4492 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4493 command.com, not command.exe.
4494
35595517
JW
44952005-08-26 John Wiegley <johnw@newartisans.com>
4496
bdb4d6d8 4497 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
3bab4a46
JW
4498 code around a bit so that an extraneous nil argument is not added
4499 to a command when no args are given.
4500
35595517
JW
4501 * eshell/esh-arg.el (eshell-parse-double-quote): If a
4502 double-quoted argument resolves to nil, return it as an empty
4503 string rather than as nil. This made it impossible to pass "" to
4504 a shell script as a null string argument.
4505
797d92ed
SM
45062005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
4507
4508 * outline.el (outline-invent-heading): New fun.
4509 (outline-promote, outline-demote): Use it.
4510 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4511 (outline-end-of-subtree): Remove unused var `opoint'.
4512
8248b7ca
EZ
45132005-08-26 David Reitter <david.reitter@gmail.com>
4514
4515 * menu-bar.el (truncate-lines, write-file, print-buffer)
797d92ed
SM
4516 (ps-print-buffer-faces, ps-print-buffer, split-window):
4517 Disable menu items when the frame they refer to is invisible, or when
4518 they refer to a buffer and the minibuffer is selected.
8248b7ca 4519
1f33471d
EZ
45202005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
4521
797d92ed
SM
4522 * progmodes/flymake.el (flymake-highlight-err-lines):
4523 Use save-excursion around flymake-highlight-line to preserve point.
1f33471d 4524
d0943d40
EZ
45252005-08-26 Eli Zaretskii <eliz@gnu.org>
4526
4527 * progmodes/octave-mod.el: Change Author and Maintainer address.
4528 (octave-maintainer-address): Change Kurt's email address.
4529 * progmodes/octave-inf.el: Change Author and Maintainer address.
4530 * progmodes/octave-hlp.el: Change Author and Maintainer address.
4531
7cb53373
KS
45322005-08-26 Kim F. Storm <storm@cua.dk>
4533
6fe57d11 4534 * subr.el (version-list-<, version-list-<=, version-list-=):
7cb53373
KS
4535 Renamed from integer-list-*.
4536 (version-list-not-zero): Likewise. Fix while loop.
4537 (version=): Use version-list-= instead of string-equal.
4538
db47a36e
RS
45392005-08-26 Richard M. Stallman <rms@gnu.org>
4540
4541 * outline.el (outline-promote): Try shortening the heading.
4542 As last resort, read the heading to use.
4543 (outline-demote): As last resort, read the heading to use.
4544
27024d2f
RF
45452005-08-26 Romain Francoise <romain@orebokech.com>
4546
5b317d74
RF
4547 * progmodes/compile.el (compilation-start): Doc fix.
4548
b0f9d85b
RF
4549 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4550 (antlr-font-lock-additional-keywords): Fix reference to
4551 `antlr-font-lock-literal-regexp' erroneously changed during the
4552 mass face rename.
4553 (antlr-run-tool): Use `compilation-start'.
4554
27024d2f
RF
4555 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4556 instead of the obsolete `compile-internal'.
4557
a6022f15
JB
45582005-08-26 Juanma Barranquero <lekktu@gmail.com>
4559
04ec3414
JB
4560 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4561 (number, original-date):
4562 * calendar/cal-china.el (date):
4563 * calendar/cal-coptic.el (date):
4564 * calendar/cal-french.el (date):
4565 * calendar/cal-hebrew.el (date, entry, number, original-date):
4566 * calendar/cal-islam.el (date, number, original-date):
4567 * calendar/cal-iso.el (date):
4568 * calendar/cal-julian.el (date):
4569 * calendar/cal-mayan.el (date):
4570 * calendar/cal-menu.el (date, event):
4571 * calendar/cal-persia.el (date):
4572 * calendar/lunar.el (date):
4573 * calendar/solar.el (date): Add defvars.
4574
623f1465
JB
4575 * emerge.el:
4576 * ibuffer.el:
4577 * info-xref.el:
4578 * obsolete/bg-mouse.el:
4579 * obsolete/sun-curs.el:
4580 * obsolete/swedish.el: Move the `defvar's to the top level.
4581
a6022f15
JB
4582 * smerge-mode.el (smerge-refined-change): Add :group.
4583
41796d09
SM
45842005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4585
4586 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4587 (smerge-keep-n): Remove props.
4588 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4589 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4590 now that it's done in smerge-keep-n.
4591 (smerge-refined-change): New face.
4592 (smerge-refine-chopup-region, smerge-refine-highlight-change)
4593 (smerge-refine): New funs.
4594 (smerge-basic-map): Bind smerge-refine.
4595
537fd670
JL
45962005-08-25 Juri Linkov <juri@jurta.org>
4597
4598 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4599 compilation-process-setup-function and compilation-disable-input
4600 in grep-mode instead of let-bindings in grep.
4601
4602 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
4603 Delete "Automatic File De/compression" (auto-compression-mode).
4604
654078da
JB
46052005-08-25 Juanma Barranquero <lekktu@gmail.com>
4606
4607 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
4608 Silence warning about non-existent variable.
4609
c6a816df
RS
46102005-08-25 Richard M. Stallman <rms@gnu.org>
4611
4612 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
4613 Rename "Describe Key" to "Describe Key or Mouse Operation".
4614
4615 * mail/mailalias.el (build-mail-aliases): Delete comments
4616 from the contents before processing them.
4617
4618 * isearch.el (isearch-edit-string): Erase the Search prompt
4619 if user enters an empty string and there is no default.
4620
4621 * comint.el (comint-file-name-prefix): Add autoload.
4622
46232005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
4624
4625 * subr.el (play-sound): Rearrange to avoid warning.
4626
822fcf5b
CD
46272005-08-25 Carsten Dominik <dominik@science.uva.nl>
4628
4629 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4630 New hook.
4631 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
4632
1550ae60
SM
46332005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4634
4635 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
4636
4637 * custom.el (custom-theme-set-variables): Sort minor modes last.
4638
e9454757
VJL
46392005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4640
4641 * subr.el (version-separator, version-regexp-alist): New vars used by
4642 version comparison funs.
4643 (integer-list-<, integer-list-=, integer-list-<=)
4644 (integer-list-not-zero): New funs for integer list comparison.
4645 (version-to-list, version=, version<, version<=): New funs for version
4646 comparison.
4647
bbf40036
JB
46482005-08-24 Juanma Barranquero <lekktu@gmail.com>
4649
4add8580
JB
4650 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
4651 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
4652 time to silence the byte-compiler.
4653
bbf40036
JB
4654 * ibuffer.el (ibuffer-compile-make-eliding-form)
4655 (ibuffer-check-formats): Use `with-no-warnings' to hide references
4656 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
4657 so it's silly to get warnings for it).
4658 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
4659 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
4660 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
4661 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
4662 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
4663 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
4664 Defvar at compile time.
4665 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
4666 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
4667 Declare them before use.
4668
4add8580
JB
4669 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
4670 (info-xref-good, info-xref-bad): Defvar at compile time.
4671
4672 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
4673 Use `let*' instead of `let'.
4674
4675 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
4676 (*mouse-y*, menu, char): Defvar at compile time.
4677 (sc::menu): Declare it before use.
4678 (sc::pack-one-line): Use `let', not `let*'.
4679
4680 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
4681 (mail-send-hook): Defvar at compile time.
4682
4683 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
4684 Defvar at compile time.
4685
4686 * term/sun-mouse.el (current-global-mousemap)
4687 (current-local-mousemap): Declare them before use.
bbf40036 4688
6cd70a8c
CD
46892005-08-24 Carsten Dominik <dominik@science.uva.nl>
4690
4691 * bookmark.el (bookmark-after-jump-hook): New hook.
4692 (bookmark-jump): Run `bookmark-after-jump-hook'.
4693
9ed779e8
JL
46942005-08-23 Juri Linkov <juri@jurta.org>
4695
4696 * faces.el (minibuffer-prompt): Doc fix.
4697
f28d4b0f
JB
46982005-08-23 Juanma Barranquero <lekktu@gmail.com>
4699
4700 * progmodes/xscheme.el: Trivial changes to silence warnings.
4701 (xscheme-previous-mode, xscheme-previous-process-state):
4702 Add defvars.
4703 (xscheme-last-input-end, xscheme-process-command-line)
4704 (xscheme-process-name, xscheme-buffer-name)
4705 (xscheme-expressions-ring-max, xscheme-expressions-ring)
4706 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
4707 (xscheme-control-g-synchronization-p)
4708 (xscheme-control-g-disabled-p, xscheme-string-receiver)
4709 (default-xscheme-runlight, xscheme-runlight)
4710 (xscheme-runlight-string, xscheme-process-filter-state)
4711 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
4712 Move to beginning of file.
4713 (scheme-interaction-mode-commands-alist)
1550ae60
SM
4714 (scheme-interaction-mode-map, scheme-debugger-mode-map):
4715 Declare them before use. Note: the initialization code for the variables
4716 has not been moved because it uses functions that reference the variables.
f28d4b0f
JB
4717 (xscheme-control-g-message-string, xscheme-process-filter-alist)
4718 (xscheme-prompt-for-expression-map): Declare them before use.
4719 (scheme-debugger-mode-commands): "?\ " -> "?\s".
4720
47212005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12d96c20 4722
1550ae60 4723 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12d96c20 4724
bac3a1c9
JL
47252005-08-22 Juri Linkov <juri@jurta.org>
4726
4727 * faces.el (set-face-underline): Delete this duplicate function
4728 and make an obsolete alias to set-face-underline-p.
4729 (set-face-underline-p): Use docstring of set-face-underline.
4730 (describe-face): Create hyperlink to parent face.
4731
4732 * info.el (Info-insert-dir): Use save-excursion around
4733 insert-buffer-substring.
4734 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
4735 (Info-escape-percent): Delete function.
4736 (Info-fontify-node): Replace Info-escape-percent by
4737 replace-regexp-in-string with REP arg set to lambda that
4738 duplicates `%' and preserves text properties.
4739
4740 * progmodes/compile.el (compilation-disable-input): Doc fix.
4741 (define-compilation-mode): Doc fix and refill.
4742 (kill-compilation): Use `mode-name' in the error message.
4743 (compilation-find-file): Use `compilation-error' in the
4744 read-file-name's prompt.
4745
48d59eda
SM
47462005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4747
4748 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
4749 (smerge-auto-leave): Make undo re-enable the mode.
4750 (debug-ignored-errors): Add the user-error of impossible resolution.
4751 (smerge-resolve): Move things around a bit, in preparation for later.
4752 (smerge-diff): Don't fail if the buffer has no associated file.
4753 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
4754 (smerge-conflict-overlay): New function.
4755 (smerge-match-conflict): Don't add text properties here.
4756 (smerge-find-conflict): Instead, add an overlay here.
4757 Also check for the case where we're inside a conflict already, so as to
4758 obviate the need for font-lock-multiline, which is unbearably slow with
4759 large conflicts and ciomplex font-lock patterns.
4760 (smerge-remove-props): Remove overlay rather than text-properties.
4761 (smerge-mode): Don't set font-lock-multiline.
4762 Remove overlays when turned off.
4763
0f467468
KS
47642005-08-21 Kim F. Storm <storm@cua.dk>
4765
4766 * ido.el (ido-ignore-item-p): Use save-match-data.
4767 Bind case-fold-search to ido-case-fold locally.
4768
6e86be0b
RS
47692005-08-20 Richard M. Stallman <rms@gnu.org>
4770
4771 * files.el (normal-mode): If font lock is on, turn it off and on.
4772
4773 * subr.el (replace-regexp-in-string): Doc fix.
4774
4775 * startup.el (command-line-1): Don't suppress startup screen
4776 due to existing processes.
4777
4778 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
4779
4780 * progmodes/compile.el (compilation-disable-input): Default to nil.
4781
217b694f
EZ
47822005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
4783
4784 * progmodes/compile.el (compilation-disable-input): New defcustom.
4785 (compilation-start): If compilation-disable-input is non-nil, send
4786 EOF to the compilation process.
4787
966e4990
EZ
47882005-08-20 Eli Zaretskii <eliz@gnu.org>
4789
4790 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
4791 Run the argument of tex-shell-cd-command through
4792 convert-standard-filename, to get the correct style of slashes on
4793 Windows, and enclose the result in quotes, in case the file name
4794 includes whitespace or other special characters.
4795
6a7df22f
AS
47962005-08-19 Andreas Schwab <schwab@suse.de>
4797
4798 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
4799 process.
4800
eaa12728
LT
48012005-08-18 Luc Teirlinck <teirllm@auburn.edu>
4802
4803 * cus-start.el (minibuffer-prompt-properties): Correct typo.
4804
8573477e
KS
48052005-08-18 Kim F. Storm <storm@cua.dk>
4806
4807 * scroll-lock.el: Fix errors due to incorrect line wrapping.
4808
94396ace
RS
48092005-08-18 Richard M. Stallman <rms@gnu.org>
4810
4811 * scroll-lock.el: New file.
4812
dd52fff6
TTN
48132005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
4814
4815 * dired.el (dired-move-to-end-of-filename):
4816 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
4817
60955068
KS
48182005-08-18 Kim F. Storm <storm@cua.dk>
4819
4820 * ido.el (ido-everywhere): Fix defcustom :set function to disable
4821 rather than toggle mode when custom value is nil.
4822 (ido-everywhere): Fix defun doc string.
4823
255a2507
RS
48242005-08-17 Richard M. Stallman <rms@gnu.org>
4825
4826 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
4827 as tag instead of "Inviolable".
4828
99cb6791
KS
48292005-08-17 Kim F. Storm <storm@cua.dk>
4830
0eefa6fb
KS
4831 * windmove.el (windmove-coordinates-of-position): Remove.
4832 (windmove-coordinates-of-window-position): Remove.
4833 (windmove-reference-loc): Use posn-at-point instead.
4834
4ec9e784
KS
4835 * subr.el (insert-for-yank-1): Doc fix.
4836
99cb6791
KS
4837 * ido.el (ido-enter-matching-directory): Rename from
4838 ido-enter-single-matching-directory. Change 'slash choice to
4839 'only. Add 'first choice.
4840 (ido-exhibit): Adapt to above changes.
4841
1ee1d0ee
LT
48422005-08-16 Luc Teirlinck <teirllm@auburn.edu>
4843
4844 * Makefile.in: Expand comment about building loaddefs.el.
4845
58d75444
NR
48462005-08-16 Nick Roberts <nickrob@snap.net.nz>
4847
1ee1d0ee 4848 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
58d75444
NR
4849 Comment use of defadvice.
4850
4851 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
4852
ed8e0f0a
DN
48532005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
4854
58d75444
NR
4855 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
4856 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
4857 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
4858 * progmodes/idlw-shell.el, progmodes/ld-script.el,
4859 * progmodes/which-func.el, ruler-mode.el, strokes.el,
4860 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
4861 for backward compatibility for faces that did not appear in the
4862 previous Emacs release.
e95e5f81 4863
8573477e 4864 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
ed8e0f0a 4865
4ccda9c3
KS
48662005-08-15 Kim F. Storm <storm@cua.dk>
4867
4868 * emulation/cua-base.el (cua-delete-region): Return t if
4869 deleted region was non-empty.
4870 (cua-replace-region): Inhibit overwrite-mode for
4871 self-insert-command if replaced region was non-empty.
4872 (cua--explicit-region-start, cua--status-string): Make them
4873 buffer-local at top-level...
4874 (cua-mode): ...rather than when mode is enabled.
4875
9e5538bc
TTN
48762005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
4877
4878 * progmodes/vhdl-mode.el (vhdl-emacs-21):
4879 Set t for Emacs 21, 22, and so on.
4880
86ae23f8
DP
48812005-08-15 David Ponce <david@dponce.com>
4882
99580cde 4883 * tree-widget.el: Update Commentary header.
86ae23f8
DP
4884 (tree-widget-theme): Doc fix.
4885 (tree-widget-space-width): New option.
4886 (tree-widget-image-properties): Look up in the default theme too.
4887 (tree-widget--cursors): Only for images with arrow pointer shape.
4888 (tree-widget-lookup-image): Pointer shape is hand by default.
48d59eda 4889 (tree-widget-icon): Rename generic icon widget from
86ae23f8
DP
4890 `tree-widget-control'.
4891 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
4892 derive from `tree-widget-icon'.
4893 (tree-widget-handle): Improve default look and feel of the text
4894 representation.
4895 (tree-widget): Rename :*-control properties to :*-icon properties.
4896 Add :action and :help-echo properties.
4897 (tree-widget-after-toggle-functions): Move.
4898 (tree-widget-close-node, tree-widget-open-node): Remove.
4899 (tree-widget-before-create-icon-functions): New hook.
4900 (tree-widget-value-create): Update to allow customization of icons
4901 and nodes at run-time via that new hook.
4902 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
4903 (tree-widget-icon-action, tree-widget-icon-help-echo)
4904 (tree-widget-action, tree-widget-help-echo): New functions.
4905
0781c303
KS
49062005-08-15 Kim F. Storm <storm@cua.dk>
4907
4908 * ido.el (ido-buffer-internal): Use with-no-warnings.
4909 (ido-make-merged-file-list): Use while-no-input.
4910
255a2507
RS
49112005-08-15 Richard M. Stallman <rms@gnu.org>
4912
48d59eda
SM
4913 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
4914 (flyspell-large-region): Fix doc and custom type.
255a2507 4915
eda12ca3
RS
49162005-08-14 Richard M. Stallman <rms@gnu.org>
4917
0bf14bfd
RS
4918 * files.el (interpreter-mode-alist): Doc fix.
4919
4920 * mail/rmail.el (rmail-nonignored-headers): New variable.
4921 (rmail-clear-headers): Use it.
4922 (rmail-reply): Better handling of mail-followup-to header.
4923
48d59eda
SM
4924 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4925 Rename variable from sh-font-lock-keywords. In the `shell' entry,
4926 don't try to refer to executable-font-lock-keywords.
4927 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
4928 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
8573477e 4929 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
ca19f3f1
AS
4930 (sh-mode): Set comment-start-skip, local-abbrev-table,
4931 imenu-case-fold-search.
0bf14bfd
RS
4932 (sh-set-shell): Don't set them here.
4933 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
ca19f3f1
AS
4934 Don't cache the results in the original alist; don't ever modify
4935 that alist.
0bf14bfd
RS
4936
4937 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
4938
ca19f3f1
AS
4939 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
4940 empty.
eda12ca3 4941
9e7357b0
AS
49422005-08-15 Andreas Schwab <schwab@suse.de>
4943
48d59eda 4944 * desktop.el: Put autoload cookie at risky-local-variable declarations.
498eb267 4945
9e7357b0
AS
4946 * dired.el, info.el, mail/rmail.el: Revert last change.
4947
91859276
TTN
49482005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
4949
4950 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
4951 modification in `eval-after-load' form.
7806e573 4952 * info.el: Likewise.
8fbee87c 4953 * mail/rmail.el: Likewise.
91859276 4954
ec08e2f4
JL
49552005-08-14 Juri Linkov <juri@jurta.org>
4956
4957 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4958 Remove highlighting of "Compilation started". Highlight only
4959 the word "finished" in "Compilation finished". Add highlighting
4960 of "interrupt", "killed", "terminated" and the exit code.
4961 (compilation-start): Add newline after header. Use exactly the
4962 same time stamp format as the finishing message.
4963 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
4964
4965 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
4966 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
4967 Add highlighting of "interrupt", "killed", "terminated".
4968
4969 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
4970 enabled and the current command is self-insert-command, call it
4971 explicitly with overwrite-mode bound to nil, to not allow it
4972 to delete the character after the selected region.
4973
c9ed8176
EZ
49742005-08-12 Matt Hodges <MPHodges@member.fsf.org>
4975
4976 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
4977 move-end-of-line, end-of-line, and beginning-of-line to the list
4978 of commands after which the echo area is updated.
4979
5cabd50e
EZ
49802005-08-12 Eli Zaretskii <eliz@gnu.org>
4981
48d59eda
SM
4982 * cus-edit.el (custom-save-all, custom-save-delete):
4983 Bind recentf-exclude to exclude custom-file.
5cabd50e 4984
a67e5425
EZ
49852005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
4986
234d828a
EZ
4987 * mail/rmailsum.el (rmail-summary-end-of-message): New command
4988 to go to the bottom of the mail message. Added to
4989 `rmail-summary-mode-map' with key "/".
4990 (rmail-summary-show-message): New (internal) function for use by
4991 both `rmail-summary-beginning/end-of-message'.
48d59eda 4992 (rmail-summary-beginning-of-message): Change to use
234d828a
EZ
4993 rmail-summary-show-message.
4994
4995 * mail/rmail.el (rmail-end-of-message): New command to go to the
4996 end of the current message. Added to `rmail-mode-map' with key "/".
48d59eda 4997 (rmail-beginning-of-message): Fix to work as documented.
234d828a
EZ
4998 (rmail-mode): Change documentation.
4999
a67e5425
EZ
5000 * progmodes/compile.el (compilation-start): Add the line
5001 "Compilation started" with compilation start time.
48d59eda 5002 (compilation-mode-font-lock-keywords): Add `started' to keywords.
a67e5425 5003
e40b86bb
LT
50042005-08-11 Luc Teirlinck <teirllm@auburn.edu>
5005
5006 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
5007 of menu items.
5008
bda2c1ff
LK
50092005-08-11 Richard M. Stallman <rms@gnu.org>
5010
6e2d14c8
RS
5011 * simple.el (pop-global-mark): Reverse test of widen-automatically.
5012
bda2c1ff
LK
5013 * battery.el (battery-status-function): Don't use ignore-errors.
5014
50152005-08-11 Lute Kamstra <lute@gnu.org>
5016
5017 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
5018 define-obsolete-variable-alias.
5019
aa6f7b96
SM
50202005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
5021
5022 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
5023 (ange-ftp-send-cmd): Revert last change, and expand
5024 the comment explaining the problem.
5025
928aa821
LT
50262005-08-10 Luc Teirlinck <teirllm@auburn.edu>
5027
5028 * ldefs-boot.el: Update.
5029
5030 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
5031 item to "Time, Load and Mail". Change help echo text.
5032
5033 * time.el (display-time-use-mail-icon, display-time-format)
5034 (display-time-string-forms): Shorten first line of docstrings.
5035
e6de37c5 50362005-08-10 Lars Hansen <larsh@soem.dk>
aa6f7b96
SM
5037
5038 * desktop.el (desktop-buffer-mode-handlers):
5039 Make non-customizable. Add autoload cookie. Change initial value to
48d59eda 5040 nil; add elements in respective modules instead. Fix doc string.
e6de37c5
LH
5041 (desktop-load-file): New function.
5042 (desktop-minor-mode-handlers): New autoloaded variable.
aa6f7b96
SM
5043 (desktop-create-buffer): Call minor mode handlers.
5044 Use desktop-load-file to load major and minor mode modules prior to
e6de37c5
LH
5045 checking for a handler.
5046 (desktop-save): Don't add nil to desktop-minor-modes for minor
48d59eda 5047 modes with nil function in desktop-minor-mode-table. Don't delete
e6de37c5 5048 desktop file before rewriting it.
48d59eda 5049 (desktop-locals-to-save): Add autoload cookie. Don't make
e6de37c5
LH
5050 automatically buffer-local. Add variables column-number-mode,
5051 size-indication-mode, indent-tabs-mode,
5052 indicate-buffer-boundaries, indicate-empty-lines and
5053 show-trailing-whitespace.
5054 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
5055 regexps. Don't use desktop-clear-preserve-buffers-regexp.
5056 (desktop-clear-preserve-buffers-regexp): Delete.
aa6f7b96 5057 (desktop-clear-preserve-buffers): Update initial value and docstring.
e6de37c5
LH
5058 (desktop-save-buffer): Fix doc string.
5059
5060 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5061 (hilit-chg-desktop-restore): New function.
5062 (highlight-changes-mode): Add highlight-changes-mode to
5063 desktop-locals-to-save.
5064
5065 * dired.el: Add handler to desktop-buffer-mode-handlers.
5066 (dired-restore-desktop-buffer): Remove autoload cookie.
5067 (dired-mode): Add autoload cookie.
5068
5069 * info.el: Add handler to desktop-buffer-mode-handlers.
5070 (Info-restore-desktop-buffer): Remove autoload cookie.
5071 (Info-mode): Add autoload cookie.
5072
5073 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5074 (mh-restore-desktop-buffer): Remove autoload cookie.
5075 (mh-folder-mode): Add autoload cookie.
5076
5077 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5078 (rmail-restore-desktop-buffer): Remove autoload cookie.
1ea286a7 5079
2d77d354
MY
50802005-08-11 Masatake YAMATO <jet@gyve.org>
5081
1ea286a7
LT
5082 * hexl.el (hexl-address-region):
5083 (hexl-ascii-region, hexl-font-lock-keywords):
2d77d354
MY
5084 (hexl-highlight-line-range): Use the term "region"
5085 instead of "area" for consistency with the other symbols
5086 defined in hexl.el.
5087
682591cf
LT
50882005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5089
5090 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5091 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5092 out by Juri Linkov). Add `display-battery-mode'.
5093
5ebbfd96
JL
50942005-08-09 Juri Linkov <juri@jurta.org>
5095
5096 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5097 Remove `-text' from face variable names.
5098 (compilation-error-file-name, compilation-warning-file-name)
5099 (compilation-info-file-name): Delete faces.
5100 (compilation-line-number, compilation-column-number):
5101 Remove face underlining.
5102 (compilation-message-face): Set to `underline' value by default.
5103 (compilation-error-face, compilation-warning-face)
5104 (compilation-info-face): Remove `-file-name' from face names.
5105 (compilation-error-text-face, compilation-warning-text-face)
5106 (compilation-info-text-face): Delete face variables.
5107 (compilation-text-face): Delete function.
5108
48d59eda 5109 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5ebbfd96
JL
5110 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5111 (grep-error-face): Set to `compilation-error' instead of
5112 `compilation-error-face' (which is redefined to `grep-hit-face' in
5113 grep buffers).
ca19f3f1 5114 (grep-mode-font-lock-keywords): Remove `-text' from face variable
48d59eda 5115 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5ebbfd96
JL
5116
5117 * dired-aux.el (dired-do-query-replace-regexp):
5118 Use `query-replace-read-args'.
5119
5120 * replace.el (query-replace-read-from, query-replace-read-to)
5121 (query-replace-read-args): Rename arg `string' to `prompt'.
5122
5123 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5124
8012c835
MA
51252005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5126
5127 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5128 uploading files.
5129 (ange-ftp-canonize-filename): Handle file names beginning with ~
5130 correctly.
5131
8ad8316c
JB
51322005-08-09 Juanma Barranquero <lekktu@gmail.com>
5133
5134 * textmodes/fill.el (canonically-space-region)
5135 (fill-context-prefix, fill-french-nobreak-p)
5136 (fill-delete-newlines, fill-comment-paragraph)
5137 (justify-current-line): "?\ " -> "?\s".
5138
51392005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
5140
5141 * textmodes/fill.el (fill-nonuniform-paragraphs):
5142 Improve argument/docstring consistency.
5143
e8f30180
RS
51442005-08-09 Richard M. Stallman <rms@gnu.org>
5145
e7cdb3e0
RS
5146 * textmodes/ispell.el (ispell-word): More fboundp checks.
5147
e8f30180
RS
5148 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5149 (find-file-noselect-1): Call it here, only if RAWFILE.
5150 (normal-mode): Always set some major mode.
5151 (save-some-buffers-action-alist): Change some explanation strings.
5152 (file-name-non-special): In the `quote' method, use unwind-protect.
5153
51542005-08-09 Magnus Henoch <mange@freemail.hu>
5155
e7cdb3e0 5156 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8012c835 5157 (ispell-have-aspell-dictionaries): New variable.
e7cdb3e0
RS
5158 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5159 (ispell-get-aspell-config-value): New function.
5160 (ispell-aspell-find-dictionary): New function.
5161 (ispell-aspell-add-aliases): New function.
5162 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5163 appropriate. Don't look for ispell dictionaries if we use aspell.
5164 (ispell-menu-map): Don't build a submenu of dictionaries.
8012c835 5165
61298e17
RS
51662005-08-09 Richard M. Stallman <rms@gnu.org>
5167
5168 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5169 (sql-read-passwd): Use read-passwd.
5170
5171 * progmodes/idlw-toolbar.el (idlwave-toolbar)
5172 (idlwave-toolbar-is-possible): Add defvars.
5173
5174 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5175 Avoid warnings.
5176
5177 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5178 (idlwave-system-class-info, idlwave-executive-commands-alist):
5179 Use defvar.
5180
5181 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5182
5183 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5184 Avoid warnings.
5185
5186 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5187 and content-type: headers.
5188
5189 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5190
5191 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5192 and rename some of them to be more self-explanatory.
5193
5194 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5195
5196 * startup.el (command-line-1): Implement -scriptload.
5197
5198 * replace.el (occur-engine): Initial *Occur* output not undoable.
5199
5200 * menu-bar.el (menu-bar-file-menu): Rename some menu items
5201 and improve help strings.
5202
5203 * isearch.el (isearch-repeat): When changing direction,
5204 mark search successful.
5205
5206 * ediff-init.el: Use (featurep 'xemacs).
5207
5208 * comint.el (send-invisible): Identify buffer, if not selected.
5209
5210 * align.el: Delete autoload for c-guess-basic-syntax.
5211
a165d05e
JB
52122005-08-09 Juanma Barranquero <lekktu@gmail.com>
5213
5214 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5215 Improve argument/docstring consistency. Doc fixes.
5216 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5217 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5218 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5219 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5220 (r2bv-organization, r2bv-pages, r2bv-primary-author)
5221 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5222 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5223 Defvar at compile time.
5224
196a121b
JL
52252005-08-09 Juri Linkov <juri@jurta.org>
5226
ec08e2f4 5227 * info.el: Replace `info' with upper-case `Info' where appropriate.
196a121b
JL
5228 (info-title-1, info-title-2, info-title-3, info-title-4)
5229 (info-menu-header): Move up face definitions.
5230 (info-menu-star): Rename from `info-menu-5'.
5231 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5232 (Info-fontify-visited-nodes): Fix docstring.
5233 (Info-hide-note-references): Fix docstring.
5234 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5235 menu items in the same way as on cross-references.
5236 (info-apropos): Fix sorting order and formatting to be like in the
5237 stand-alone Info browser. Display error messages for 1 sec.
5238 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
5239 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5240 from the menu bar.
5241 (Info-insert-dir): Restore point after calling
5242 `insert-buffer-substring'.
5243
48b194fd
RS
52442005-08-08 Richard M. Stallman <rms@gnu.org>
5245
5246 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5247 (recompute-lucid-menubar): Add defvars.
5248
5249 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5250
5251 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5252
aa6f7b96 5253 * net/net-utils.el (run-dig): Rename from `dig'.
48b194fd
RS
5254
5255 * play/gametree.el (gametree-mode): Use make-local-variable,
5256 not make-variable-buffer-local.
5257
5258 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5259
5260 * ansi-color.el (ansi-color-make-extent)
5261 (ansi-color-set-extent-face): Use fboundp, not functionp.
5262
5263 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5264 not make-variable-buffer-local.
5265
5266 * bookmark.el (Info-current-file): Add defvar.
5267 (bookmark-jump-noselect): Use with-no-warnings.
5268
5269 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5270
5271 * ebuff-menu.el (Helper-return-blurb): Add defvar.
5272
5273 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5274
5275 * find-file.el (ada-procedure-start-regexp)
5276 (ada-package-start-regexp): Add defvars.
5277
5278 * info.el (Info-insert-dir): Use insert-buffer-substring.
5279
5280 * xml.el (xml-att-def-re): Add defvar.
5281
5282 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5283 calling convention.
5284
5285 * subr.el (while-no-input): Return t if there is input.
5286
98605c6f
LT
52872005-08-08 Luc Teirlinck <teirllm@auburn.edu>
5288
5289 * cus-start.el (all): Add `overflow-newline-into-fringe'.
5290
0c737c20
JB
52912005-08-08 Juanma Barranquero <lekktu@gmail.com>
5292
5293 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5294 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5295
52962005-08-08 Emilio C. Lopes <eclig@gmx.net>
5297
5298 * cmuscheme.el (scheme-start-file): Replace reference to
5299 `user-emacs-directory' by "~/.emacs.d/".
5300
b499789c
TTN
53012005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
5302
5303 * info.el (Info-dir-remove-duplicates): Avoid case folding
5304 in loop; instead, keep downcased strings for comparison.
5305 Suggested by Helmut Eller.
5306
d2a2c17f
MA
53072005-08-07 Michael Albinus <michael.albinus@gmx.de>
5308
5309 Sync with Tramp 2.0.50.
5310
11948172 5311 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
d2a2c17f
MA
5312 XEmacs case; not necessary anymore.
5313 (tramp-user-regexp): Allow "@" as part of user name.
5314 (tramp-handle-set-visited-file-modtime)
5315 (tramp-handle-insert-file-contents)
5316 (tramp-handle-write-region): No special handling for
5317 `last-coding-system-used, because this is done in
5318 `tramp-accept-process-output' now.
5319 (tramp-accept-process-output): New defun.
5320 (tramp-process-one-action, tramp-process-one-multi-action)
5321 (tramp-wait-for-regexp, tramp-wait-for-output)
5322 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
5323 Howells <dhowells@redhat.com>.
5324 (clear-visited-file-modtime): Defadvice removed. The check for
5325 unset buffer's modtime does not need to be based on
5326 `tramp-buffer-file-attributes'. Suggested by RMS.
5327 (tramp-message): Insert "\n" if not being at beginning of line.
5328 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5329 sequence with same logic.
5330 (tramp-completion-handle-expand-file-name): Discard call of
5331 `tramp-drop-volume-letter'. It is not necessary, and there have
5332 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
aa6f7b96 5333 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
d2a2c17f
MA
5334 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5335 should always be visible.
5336 (tramp-handle-insert-directory, tramp-setup-complete)
5337 (tramp-set-process-query-on-exit-flag)
5338 (tramp-append-tramp-buffers): Pacify byte-compiler.
aa6f7b96
SM
5339 (tramp-bug): Delete non-existing variables from list.
5340 Apply `tramp-load-report-modules' as pre-hook.
5341 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5342 `shell-prompt-pattern' because of non-7bit characters.
5343 Reported by Sebastian Luque <sluque@mun.ca>.
5344 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
d2a2c17f 5345 (tramp-match-string-list): Remove function.
aa6f7b96
SM
5346 (tramp-wait-for-regexp): Remove call of that function.
5347 Suggested by Kim F. Storm <storm@cua.dk>.
d2a2c17f
MA
5348 (tramp-set-auto-save-file-modes): Use octal integer code #o600
5349 instead of octal character code ?\600. The latter resulted in a
5350 syntax error with XEmacs.
5351
11948172 5352 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
d2a2c17f
MA
5353 XEmacs case; not necessary anymore.
5354 (tramp-smb-handle-write-region): No special handling for
5355 `last-coding-system-used, because this is done in
5356 `tramp-accept-process-output' now.
5357 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5358
07a15941
LT
53592005-08-06 Luc Teirlinck <teirllm@auburn.edu>
5360
48d59eda
SM
5361 * wid-edit.el (widget-choice-value-create):
5362 Unconditionally respect user choice. Set :explicit-choice back to nil
5363 when no longer needed.
ff2b1744
LT
5364 (widget-choice-action): Unconditionally respect user choice.
5365 Eliminate :explicit-choice-value.
5366
07a15941
LT
5367 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5368
5369 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5370 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5371 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5372 running new function `toggle-indicate-empty-lines'.
5373 Rename "Customize" item to "Customize fringe".
5374 Rename "Indicators" item to "Buffer boundaries" and change help echo.
5375 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5376 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5377 Delete "Empty lines only" item.
5378 (menu-bar-showhide-fringe-ind-customize): New function.
5379 (menu-bar-showhide-fringe-ind-mixed)
5380 (menu-bar-showhide-fringe-ind-box)
5381 (menu-bar-showhide-fringe-ind-right)
5382 (menu-bar-showhide-fringe-ind-left)
5383 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5384 instead of `fringe-indicators'.
5385
44766d63 53862005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
cb5ccc08
JB
5387
5388 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
44766d63 5389 Change the date of last update.
cb5ccc08 5390
38685583 53912005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
cb5ccc08
JB
5392
5393 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5394 (viper-exec-yank, viper-put-back): Don't display modification msg
5395 if in the minibuffer.
5396
5397 * viper-init.el (viper-replace-overlay-cursor-color)
5398 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5399 Make variables frame local.
5400
5401 * viper-util.el (viper-append-filter-alist): Use append instead of
38685583 5402 nconc.
cb5ccc08
JB
5403
5404 * viper.el (viper-vi-state-mode-list)
5405 (viper-emacs-state-mode-list): Move help-mode and
5406 completion-list-mode from the first list to the second.
5407 (viper-mode): Docstring.
5408 (viper-go-away, viper-non-hook-settings): Don't localize
5409 minor-mode-alist in newer Emacsen. Add advice to
5410 set-cursor-color. Don't bind "\C-c\\".
5411
cb8fc40a
EZ
54122005-08-06 Emilio C. Lopes <eclig@gmx.net>
5413
5414 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5415 (scheme-macro-expand-command): New user options.
5416 (scheme-trace-procedure, scheme-expand-current-form): New commands.
5417 (scheme-form-at-point, scheme-start-file)
5418 (scheme-interactively-start-process): New functions.
5419 (scheme-get-process): New function, extracted from `scheme-proc'.
5420 (run-scheme): Call `scheme-start-file' to get start file, and pass
5421 it to `make-comint'.
aa6f7b96
SM
5422 (switch-to-scheme, scheme-proc):
5423 Call `scheme-interactively-start-process' if no Scheme buffer/process
cb8fc40a
EZ
5424 is available.
5425
ba65be24
JL
54262005-08-06 Juri Linkov <juri@jurta.org>
5427
5428 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5429 Use `compilation-text-face', `compilation-info-text-face' and
5430 `compilation-error-text-face' instead of `font-lock-keyword-face'.
5431 (compilation-error): New face.
5432 (compilation-error-file-name): Inherit from
5433 `compilation-error' instead of `font-lock-warning-face'.
5434 (compilation-warning-file-name): Inherit from
5435 `compilation-warning' instead of `font-lock-warning-face'.
5436 (compilation-info, compilation-error-file-name)
5437 (compilation-warning-file-name, compilation-info-file-name)
5438 (compilation-line-number, compilation-column-number): Doc fix.
5439 (compilation-error-text-face, compilation-warning-text-face)
5440 (compilation-info-text-face): New face variables.
5441 (compilation-line-face, compilation-column-face)
5442 (compilation-enter-directory-face)
5443 (compilation-leave-directory-face): Doc fix.
5444 (compilation-text-face): New function.
5445
ca19f3f1
AS
5446 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5447 instead of 1 to display binary file names as info file links.
ba65be24
JL
5448 (grep-error-face): Use `compilation-error-face' instead of
5449 `font-lock-keyword-face'.
5450 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
ca19f3f1
AS
5451 and `compilation-warning-text-face' instead of
5452 `font-lock-keyword-face'. Use `compilation-error-text-face'
5453 instead of `grep-error-face'.
ba65be24 5454
4f27bfc3
KH
54552005-08-05 Kenichi Handa <handa@m17n.org>
5456
5457 * international/code-pages.el: Add autoload cookies for all coding
5458 systems.
5459
eaf99616
LT
54602005-08-04 Luc Teirlinck <teirllm@auburn.edu>
5461
5462 * cus-start.el (all): Put undo.c where it alphabetically belongs.
5463
35952129
JL
54642005-08-04 Juri Linkov <juri@jurta.org>
5465
94c713b2
JL
5466 * progmodes/compile.el (compilation-mode-map):
5467 * progmodes/grep.el (grep-mode-map):
5468 Bind TAB to `compilation-next-error' and [backtab] to
5469 `compilation-previous-error'.
5470
35952129
JL
5471 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5472 matching line numbers, column numbers and their ranges with regexp
5473 matching only line numbers.
5474 (grep-context-face): New face variable.
5475 (grep-mode-font-lock-keywords): Use it.
5476
5477 * faces.el (read-face-name): Delete duplicate faces.
5478
6f08431c
JB
54792005-08-02 Juanma Barranquero <lekktu@gmail.com>
5480
6ced5724
JB
5481 * thumbs.el (thumbs-find-image): Don't make variables
5482 automatically buffer local.
5483 (thumbs-current-tmp-filename, thumbs-current-image-filename)
5484 (thumbs-image-num): Make automatically buffer local.
5485 (thumbs-show-thumbs-list): Use `make-local-variable', not
5486 `make-variable-buffer-local'.
aa6f7b96 5487 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
6ced5724 5488
6f08431c
JB
5489 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5490 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5491 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5492 (bother, bye, canyou, chatlst, continue, deathlst, describe)
5493 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5494 (feelings-about, foullst, found, hello, history, howareyoulst)
5495 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5496 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5497 (neglst, obj, object, owner, please, problems, qlist)
5498 (random-adjective, relation, remlst, repetitive-shortness)
5499 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5500 (shortlst, something, sportslst, stallmanlst, states, subj)
5501 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5502 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5503 Defvar at compile time.
5504
6ced5724
JB
5505 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5506 not `make-variable-buffer-local'.
5507
f8a9926b
KS
55082005-08-02 Kim F. Storm <storm@cua.dk>
5509
5510 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5511 rectangle overlay in selected window.
5512
121e80cf
LT
55132005-08-01 Luc Teirlinck <teirllm@auburn.edu>
5514
5515 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5516 instead of display group. Make `indicate-buffer-boundaries'
5517 customizable through Custom.
5518
1e5b5dc0
JB
55192005-08-01 Juanma Barranquero <lekktu@gmail.com>
5520
5521 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5522 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5523 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5524 (gdb-put-string): Fix typos in docstrings.
5525
e37a0f2d
NR
55262005-08-01 Nick Roberts <nickrob@snap.net.nz>
5527
201dc594 5528 Update copyright notices of files in progmodes directory for
aa6f7b96 5529 release of Emacs 22.1.
201dc594 5530
e37a0f2d
NR
5531 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5532
aa6f7b96
SM
5533 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5534 Don't barf if the GUD buffer has been killed.
e37a0f2d 5535
b68eddb4
KS
55362005-08-01 Kim F. Storm <storm@cua.dk>
5537
5538 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5539
01e4a4fa
SM
55402005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5541
48d59eda
SM
5542 * simple.el (next-error-follow-minor-mode):
5543 make-variable-buffer-local -> make-local-variable.
5544
5545 * emacs-lisp/cl-extra.el: Require CL also when compiling.
5546
01e4a4fa
SM
5547 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5548 (byte-compile-form-make-variable-buffer-local): New functions to warn
5549 about misuses of make-variable-buffer-local where make-local-variable
5550 was meant.
5551
b89c5a72
JB
55522005-07-29 Juanma Barranquero <lekktu@gmail.com>
5553
f2e48473
JB
5554 * bs.el (bs-attributes-list): Doc fix.
5555 (bs): Update url-link.
5556
b89c5a72
JB
5557 * desktop.el (desktop-save-buffer): Fix typos in docstring.
5558 (desktop-load-default): Simplify.
5559
972b8f82
JB
5560 * ibuffer.el (ibuffer-columnize-and-insert-list)
5561 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5562 (ibuffer-unmark-all, ibuffer-toggle-marks)
5563 (ibuffer-unmark-forward, ibuffer-unmark-backward)
5564 (ibuffer-compile-make-format-form, ibuffer-format-column)
5565 (ibuffer-current-buffers-with-marks)
5566 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5567 (ibuffer): Doc fix.
5568 (ibuffer-mode): Fix typo in docstring.
5569 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5570 with `define-obsolete-variable-alias'.
5571 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
5572
dfc434d0
KH
55732005-07-29 Kenichi Handa <handa@m17n.org>
5574
01e4a4fa
SM
5575 * international/mule-cmds.el (select-message-coding-system):
5576 Be sure to use LF for end-of-line. If no coding system is decided,
dfc434d0
KH
5577 return iso-8859-1-unix.
5578
92482d77
SM
55792005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5580
5581 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5582 (ange-ftp-pending-error-line): New vars.
5583 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5584 to handle the non-fatal no-route-to-host messages.
5585 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5586
6480c508
JB
55872005-07-28 Juanma Barranquero <lekktu@gmail.com>
5588
5589 * isearch.el (isearch-mode-map, isearch-other-meta-char)
5590 (isearch-quote-char, isearch-printing-char)
5591 (isearch-text-char-description): "?\ " -> "?\s".
5592 (isearch-lazy-highlight-cleanup)
5593 (isearch-lazy-highlight-initial-delay)
5594 (isearch-lazy-highlight-interval)
5595 (isearch-lazy-highlight-max-at-a-time)
5596 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5597 Declare with define-obsolete-*-alias macros.
5598 (isearch-forward): Fix typo in docstring.
5599 (search-invisible, search-ring-yank-pointer)
5600 (regexp-search-ring-yank-pointer): Doc fixes.
5601
5602 * recentf.el (recentf-menu-append-commands-p): Declare with
5603 `define-obsolete-variable-alias'.
5604 (recentf-max-saved-items, recentf-menu-filter)
5605 (recentf-arrange-by-rule-subfilter): Doc fixes.
5606 (recentf-menu-append-commands-flag)
5607 (recentf-initialize-file-name-history, recentf-expand-file-name)
5608 (recentf-clear-data): Fix typos in docstrings.
5609
8aa9ad9f
NR
56102005-07-28 Nick Roberts <nickrob@snap.net.nz>
5611
5612 * progmodes/gdb-ui.el: Smarten comments.
5613 (gdb-info-breakpoints-custom): Use nowarn when finding file.
5614
4f0c9ba7
DN
56152005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5616
5617 * term/apollo.el (terminal-init-apollo): New function containing
5618 all former top level forms in the file.
5619 * term/bobcat.el (terminal-init-bobcat):
5620 * term/cygwin.el (terminal-init-cygwin):
5621 * term/iris-ansi.el (terminal-init-iris-ansi):
5622 * term/linux.el (terminal-init-linux):
5623 * term/news.el (terminal-init-news):
5624 * term/rxvt.el (terminal-init-rxvt):
5625 * term/sun.el (terminal-init-sun):
5626 * term/tvi970.el (terminal-init-tvi970):
5627 * term/vt100.el (terminal-init-vt100):
5628 * term/vt102.el (terminal-init-vt102):
5629 * term/vt125.el (terminal-init-vt125):
5630 * term/vt200.el (terminal-init-vt200):
5631 * term/vt201.el (terminal-init-vt201):
5632 * term/vt220.el (terminal-init-vt220):
5633 * term/vt240.el (terminal-init-vt240):
5634 * term/vt300.el (terminal-init-vt300):
5635 * term/vt320.el (terminal-init-vt320):
5636 * term/vt400.el (terminal-init-vt400):
5637 * term/vt420.el (terminal-init-vt420):
5638 * term/wyse50.el (terminal-init-wyse50):
5639 * term/xterm.el (terminal-init-xterm): Likewise.
5640
5641 * term/README: Describe the terminal-init-* functionality.
5642
01e4a4fa
SM
5643 * startup.el (command-line): After loading the terminal initialization
5644 file call the corresponding terminal initialization function.
4f0c9ba7 5645
3509543c
KH
56462005-07-27 Kenichi Handa <handa@m17n.org>
5647
5648 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
5649 negative.
5650
01e4a4fa 5651 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
2f3a9d50
KH
5652 (ps-mule-composition-prologue): Fix for the case that
5653 RelativeCompose is false.
3509543c 5654
cbfde7a0
SM
56552005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5656
a34ed813
SM
5657 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
5658
cbfde7a0
SM
5659 * descr-text.el (describe-char): Handle the case where the list of
5660 chars is displayed in a separate frame.
5661 Be a bit more discriminating when looking for the char.
5662
d32ff76a
JB
56632005-07-26 Juanma Barranquero <lekktu@gmail.com>
5664
5665 * bookmark.el (bookmark-automatically-show-annotations)
5666 (bookmark-read-annotation-text-func): Doc fixes.
5667 (bookmark-save): Improve argument/docstring consistency.
5668 (bookmark-get-bookmark, bookmark-get-bookmark-record)
5669 (bookmark-alist-from-buffer)
5670 (bookmark-upgrade-file-format-from-0)
5671 (bookmark-grok-file-format-version)
5672 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
5673 (bookmark-read-annotation-mode)
5674 (bookmark-insert-current-bookmark, bookmark-jump)
5675 (bookmark-exit-hook): Fix typos in docstrings.
5676 (bookmark-exit-hooks): Define as obsolete alias.
5677 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
5678 not `bookmark-exit-hooks'. Fix docstring.
5679 (bookmark-bmenu-select): "?\ " -> "?\s".
5680
56812005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
5e4c9744
LT
5682
5683 * startup.el (command-line): Fix typo.
5684
5eca5ecd
RS
56852005-07-24 Richard M. Stallman <rms@gnu.org>
5686
5687 * tooltip.el (tooltip-mode): Test emacs-basic-display,
5688 not emacs-quick-startup.
5689
ac0385c8
JB
56902005-07-24 Juanma Barranquero <lekktu@gmail.com>
5691
48ce962e
JB
5692 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
5693 (reb-next-match, reb-show-subexp): Use `with-selected-window'
5694 instead of `reb-with-current-window'.
5695 (reb-prev-match): Likewise. Also, don't move left if the search
5696 was unsuccessful.
5697 (reb-initialize-buffer): New function.
5698 (re-builder, reb-change-syntax): Use it.
5699
ac0385c8
JB
5700 * man.el (Man-goto-page): Make second argument NOERROR optional.
5701
55fb4ff7
RS
57022005-07-23 Richard M. Stallman <rms@gnu.org>
5703
5704 * man.el (Man-bgproc-sentinel): Check here for failure to find
5705 any man page in the output, and report the error here.
5706 (Man-arguments): Make it permanent local.
5707 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
5708 (Man-mode): Pass t for NOERROR.
5709
ac0385c8
JB
5710 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
5711 (grep-mode-font-lock-keywords):
55fb4ff7
RS
5712 Don't use compilation-...-face for messages that are not file names.
5713
5714 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5715 Don't use compilation-...-face for messages that are not file names.
5716
1050234a
JL
57172005-07-22 Juri Linkov <juri@jurta.org>
5718
1050234a
JL
5719 * startup.el (normal-splash-screen): Update menu name.
5720
5721 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
5722
19292318
DN
57232005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5724
6a55dae2
DN
5725 * term/xterm.el: Load term/rxvt if the terminal is actually an
5726 rxvt terminal.
5727 (xterm-rxvt-set-background-mode): Remove, not used anymore.
5728
19292318
DN
5729 * term/rxvt.el (function-key-map): Use substitute-key-definition
5730 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
5731
5732 * term/cygwin.el: New file.
5733
80362dd2
KS
57342005-07-22 Kim F. Storm <storm@cua.dk>
5735
a34ed813
SM
5736 * image-file.el (insert-image-file, image-file-yank-handler):
5737 Fix last change to maintain a (unique) yank-handler on yanked images.
80362dd2 5738
4be27839
EZ
57392005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
5740
5741 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
5742 of the file size (as in "177B" for 177 bytes). This happens with
5743 "ls -lh" on FreeBSD.
5744
3dd89635
JB
57452005-07-22 Juanma Barranquero <lekktu@gmail.com>
5746
5747 * hilit-chg.el (highlight-changes-global-initial-state)
5748 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
5749 (hilit-chg-fixup, highlight-changes-mode):
5750 Fix typos in docstrings.
5751 (highlight-changes-global-modes, highlight-changes-rotate-faces):
5752 Doc fixes.
5753
8a469c77
LT
57542005-07-21 Luc Teirlinck <teirllm@auburn.edu>
5755
5756 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
5757 mode function using `eval-after-load'.
5758
5543c8b7
KS
57592005-07-21 Kim F. Storm <storm@cua.dk>
5760
5761 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
5762 included when reporting an emacs crash, and tell about the DEBUG file.
5763
5764 * image-file.el (insert-image-file): Add yank-handler.
5765 (image-file-yank-handler): Yank handler to make unique copies of
5766 images when they are yanked into a buffer next to each other.
5767
69c3280d
JB
57682005-07-21 Juanma Barranquero <lekktu@gmail.com>
5769
d6ff789c
JB
5770 * comint.el (comint-use-prompt-regexp, comint-send-input)
5771 (comint-source-default, comint-extract-string)
5772 (comint-get-source, comint-word, comint-completion)
5773 (comint-source, comint-prompt-read-only, comint-update-fence):
5774 Fix typos in docstrings.
5775 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
5776 Declare with define-obsolete-*-alias macros.
5777 (comint-previous-matching-input-from-input)
5778 (comint-next-matching-input-from-input)
5779 (comint-previous-matching-input, comint-next-matching-input)
5780 (comint-forward-matching-input):
5781 Improve argument/docstring consistency.
5782
4880a274
JB
5783 * desktop.el (desktop-clear-preserve-buffers-regexp):
5784 Also preserve the *server* buffer.
5785
69c3280d
JB
5786 * simple.el (clone-indirect-buffer): Doc fix.
5787 (fixup-whitespace, just-one-space)
5788 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
5789 (next-error, next-error-highlight)
5790 (next-error-highlight-no-select, next-error-last-buffer)
5791 (next-error-buffer-p, next-error-find-buffer, next-error)
5792 (previous-error, next-error-no-select, previous-error-no-select)
5793 (open-line, split-line, minibuffer-prompt-width, kill-new)
5794 (binary-overwrite-mode): Fix typos in docstrings.
5795 (set-fill-column): Fix typo in message.
5796
5797 * skeleton.el (skeleton-proxy-new): Doc fix.
5798
5799 * strokes.el (strokes-load-hook): Doc fix.
5800 (strokes-grid-resolution, strokes-get-grid-position)
5801 (strokes-renormalize-to-grid, strokes-read-stroke)
5802 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
5803 (strokes-global-map): Fix typos in docstrings.
5804 (strokes-help): Doc fix. Fix help message and pass it through
5805 `substitute-command-keys'.
5806
4880a274
JB
5807 * tempo.el (tempo-insert-prompt, tempo-interactive)
5808 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
5809 (tempo-insert-string-functions, tempo-local-tags)
5810 (tempo-define-template, tempo-insert-template)
5811 (tempo-insert-prompt-compat, tempo-is-user-element)
5812 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
5813 Fix typos in docstrings.
5814
5815 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
5816 (vcursor-key-bindings, vcursor-use-vcursor-map)
5817 (vcursor-find-window, vcursor-scroll-down)
5818 (vcursor-disable, vcursor-beginning-of-buffer)
5819 (vcursor-end-of-buffer): Fix typos in docstrings.
5820 (vcursor-relative-move, vcursor-get-char-count):
5821 Improve argument/docstring consistency.
5822
5823 * version.el: "?\ " -> "?\s".
5824
5825 * wid-edit.el (widget-default-create, widget-after-change)
5826 (widget-default-format-handler, widget-checklist-add-item)
5827 (widget-radio-add-item, widget-choose, widget-specify-secret)
5828 (widget-field-value-create, widget-field-value-get)
5829 (widget-editable-list-format-handler)
5830 (widget-editable-list-entry-create, widget-group-value-create)
5831 (widget-documentation-link-add)
5832 (widget-documentation-string-value-create): "?\ " -> "?\s".
5833 (widget-convert-text): Doc fix.
5834 (widget-narrow-to-field, widget-field-find)
5835 (widget-url-link-action, widget-emacs-library-link-action)
5836 (widget-color-notify): Fix typos in docstrings.
5837
5838 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
5839 (x-select-text, set-w32-system-coding-system)
5840 (w32-add-charset-info): Fix typos in docstrings.
5841
5842 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
5843 (cua-enable-cua-keys, cua-use-hyper-key)
5844 (cua-virtual-rectangle-edges): Fix typos in docstrings.
5845 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
5846
5847 * net/tramp.el (tramp-handle-load): Fix typo in error message.
5848
5849 * emacs-lisp/re-builder.el (regexp-builder): Declare with
5850 `defalias' instead of faking it.
5851
5852 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
5853 (eshell-ls-missing, eshell-ls-dired-initial-args)
5854 (eshell-ls-use-in-dired): Fix typos in docstrings.
5855
200576f6
KS
58562005-07-20 Kim F. Storm <storm@cua.dk>
5857
5858 * emulation/cua-base.el (cua-mode): Improve doc string.
5859
3f32d6a3
JB
58602005-07-20 Juanma Barranquero <lekktu@gmail.com>
5861
a5b5bf44
JB
5862 * abbrev.el (expand-region-abbrevs): Doc fix.
5863 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
5864 Improve argument/docstring consistency.
5865
5866 * arc-mode.el (archive-get-descr, archive-alternate-display):
5867 Doc fixes.
5868 (archive-l-e): Improve argument/docstring consistency.
5869 (archive-tmpdir, archive-unixdate, archive-unixtime)
5870 (archive-chmod-entry): Fix typos in docstrings.
5871 (archive-unflag, archive-unflag-backwards)
5872 (archive-unmark-all-files): "?\ " -> "?\s".
5873
5874 * buff-menu.el (Buffer-menu-unmark): Doc fix.
5875 (Buffer-menu-not-modified, Buffer-menu-execute)
5876 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
5877 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
5878
5879 * composite.el (compose-string, encode-composition-rule)
5880 (compose-last-chars): Fix typos in docstrings.
5881
3f32d6a3
JB
5882 * desktop.el (desktop-enable, desktop-basefilename):
5883 Declare with `define-obsolete-variable-alias'.
5884 (desktop-internal-v2s): Don't quote keywords.
5885 (desktop-clear): "?\ " -> "?\s".
5886
a5b5bf44
JB
5887 * dired.el (dired-align-file, dired-flag-backup-files)
5888 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
5889 (dired-listing-switches, dired-ls-F-marks-symlinks)
5890 (dired-dwim-target, dired-load-hook, dired-mode-hook)
5891 (dired-directory, dired-faces, dired, dired-revert)
5892 (dired-mode, dired-summary, dired-view-file)
5893 (dired-copy-filename-as-kill, dired-delete-file)
5894 (dired-no-confirm, dired-unmark-all-marks)
5895 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
5896 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
5897 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
5898 Fix typos in message strings.
5899
5900 * dired-x.el (virtual-dired): Declare with `defalias'.
5901 (dired-mark-unmarked-files, dired-local-variables-file)
5902 (dired-omit-here-always): Doc fix.
5903 (dired-omit-mode, dired-find-subdir)
5904 (dired-enable-local-variables, dired-clean-up-buffers-too)
5905 (dired-extra-startup, dired-mark-extension, dired-jump)
5906 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
5907 (dired-smart-shell-command, dired-guess-shell-alist-user)
5908 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
5909 (dired-x-bind-find-file, dired-x-submit-report):
5910 Fix typos in docstrings.
5911 (dired-mark-unmarked-files): "?\ " -> "?\s".
5912
5913 * dirtrack.el (dirtrack-list): Fix typos in docstring.
5914
5915 * faces.el (describe-face): "?\ " -> "?\s".
5916 (read-all-face-attributes, read-face-font, modify-face)
5917 (face-attr-construct, italic): Fix typos in docstrings.
5918 (frame-update-face-colors): Declare with
5919 `define-obsolete-function-alias'.
5920
26b9ecbc
JB
5921 * files.el (find-file-noselect, recode-file-name): Doc fixes.
5922 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
5923 (magic-mode-alist, buffer-file-numbers-unique)
5924 (write-file-functions, get-free-disk-space):
5925 Fix typos in docstrings.
5926 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
5927 (write-contents-hooks, write-file-hooks):
5928 Declare with `define-obsolete-variable-alias'.
5929
f33321ad
JB
5930 * forms-d2.el (arch-rj): Fix typo in docstrings.
5931 (arch-tocol): Likewise. "?\ " -> "?\s".
5932
5933 * frame.el (set-frame-font, cursor-in-non-selected-windows):
5934 Fix typo in docstring.
5935 (set-screen-width, set-screen-height): Delete redundant info in
5936 doctrings.
5937 (new-frame, screen-height, screen-width): Declare with
5938 `define-obsolete-function-alias'.
5939 (delete-frame-hook, blink-cursor): Declare with
5940 `define-obsolete-variable-alias'.
5941
5942 * paths.el (prune-directory-list): Fix typos in docstring.
5943
5944 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
5945 (cvs-prefix-get): Fix typos in docstrings.
5946
5947 * ps-print.el (ps-extend-face-list, ps-extend-face)
5948 (ps-print-background-image): Fix typos in docstrings.
5949 (ps-default-fg, ps-default-bg): Doc fixes.
5950
5951 * s-region.el (s-region-bind): Doc fix.
5952 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
5953
3f32d6a3
JB
5954 * textmodes/org.el (org-table-formula-substitute-names)
5955 (org-table-get-vertical-vector): Doc fixes.
5956 (org-table-recalculate): Remove unused argument to `message'.
5957
376b811b
CD
59582005-07-19 Carsten Dominik <dominik@science.uva.nl>
5959
3f32d6a3
JB
5960 * textmodes/org.el (org-table-column-names)
5961 (org-table-column-name-regexp)
a34ed813
SM
5962 (org-table-named-field-locations): New variables.
5963 (org-archive-subtree): Protect `this-command' when calling
376b811b
CD
5964 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
5965 the kill buffer.
a34ed813
SM
5966 (org-complete): Remove fixed-formula completion.
5967 (org-edit-formulas-map): New variable.
5968 (org-table-edit-formulas): New command.
5969 (org-finish-edit-formulas, org-abort-edit-formulas)
3f32d6a3 5970 (org-show-variable, org-table-get-vertical-vector): New functions.
a34ed813
SM
5971 (org-table-maybe-eval-formula): Handle `:=' fields.
5972 (org-table-get-stored-formulas, org-table-store-formulas)
5973 (org-table-get-formula, org-table-modify-formulas)
5974 (org-table-replace-in-formulas): Handle named field formulas.
5975 (org-table-get-specials): Store locations of named fields.
376b811b 5976
09ca8329
JL
59772005-07-19 Juri Linkov <juri@jurta.org>
5978
5979 * progmodes/grep.el (grep-regexp-alist)
5980 (grep-mode-font-lock-keywords, grep-process-setup):
5981 Use default GNU grep match color "01;31m" instead of "01;41m".
5982 (grep-regexp-alist, grep-mode-font-lock-keywords):
5983 Use `\\[[0-9]*m' instead of `\\[00m'.
5984 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
5985 sgr_start where its handling is more important. Use the real
5986 length of sgr_start instead of constant 8.
5987 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
5988 specially. Delete all remaining escape sequences.
5989 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
5990 (grep-regexp-alist): Make hyperlink only for binary file name
5991 instead of the whole line.
5992 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
5993 (grep-mode): Add autoload.
5994
5995 * emacs-lisp/find-func.el (find-function-regexp):
5996 Add `define-compilation-mode'.
5997
09cab23d
JL
59982005-07-19 Juri Linkov <juri@jurta.org>
5999
6000 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
6001 (compare-windows-sync-string-size, compare-windows-recenter)
6002 (compare-windows-highlight, compare-windows): Add version 22.1.
6003 (compare-windows) <defface>: Inherit from lazy-highlight instead
6004 of duplicating its default value.
6005
6006 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
6007 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
6008
6009 * descr-text.el (describe-char): Create link buttons for `charset'
6010 and `code point'. Add the current input method name with a link
6011 button to `to input' field. Print face names of display table
6012 characters in `The display table entry is displayed by' section
6013 instead of printing face-id in the `display' field.
6014 Guess hardcoded faces and create a link button for them.
6015 Skip empty fields when calculating max-width.
6016 Treat `widget-create' specially while inserting strings from the
6017 collected field list.
6018 (describe-char-after): Made obsolete in version 22.1, not 21.5.
6019
6020 * diff-mode.el (diff-file-header): Change foreground color from
6021 yellow to green on light backgrounds.
6022 (diff-context): Inherit from `shadow' only for color/grayscale
6023 with more than 88 colors.
6024 (diff-indicator-removed, diff-indicator-added)
6025 (diff-indicator-changed): New faces.
6026 (diff-font-lock-keywords): Use new faces. Regroup rules.
6027 Add "^---$" for `normal' diff format. Fontify `#' lines with
6028 font-lock-comment-delimiter-face and font-lock-comment-face.
6029 Add `#' to ^[^...] in the rule for `diff-context-face'.
6030
6031 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
6032 a button-like box. Inherit from `highlight' on low colors.
6033 (shadow): Use shades of gray only for color/grayscale with
6034 more than 88 colors. Use green for light backgrounds with
6035 8 colors, and yellow for dark backgrounds with 8 colors.
6036
a34ed813
SM
6037 * font-lock.el (font-lock-regexp-grouping-backslash):
6038 Don't inherit from escape-glyph (use bold for all cases).
09cab23d
JL
6039
6040 * info.el (info-xref-visited): Use light foreground color `violet'
6041 for dark backgrounds instead of dark color `magenta3'.
6042 (info-title-1): Use `yellow' color for dark backgrounds.
6043
6044 * isearch.el (isearch): Use not-too-dark magenta3 instead of
6045 too-light magenta2.
6046
6047 * replace.el (match): Use slightly more light RoyalBlue3 instead
6048 of dark RoyalBlue4.
6049
6050 * wid-edit.el (widget-inactive): Inherit from `shadow'.
6051
cc8b76bf
JB
60522005-07-19 Juanma Barranquero <lekktu@gmail.com>
6053
6d9c9ad9
JB
6054 * novice.el (disabled-command-hook): Declare it with
6055 `define-obsolete-variable-alias'.
6056
cc8b76bf
JB
6057 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6058 (desktop-buffer-misc-functions, desktop-buffer-handlers)
6059 (desktop-load-default): Add release to obsolescence info.
6060 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6061 (desktop-append-buffer-args, desktop-read):
6062 Fix typos in docstrings.
6063 (desktop-kill): Fix typo in message.
6064 (desktop-save): Doc fix.
6065
acfb6f24 60662005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
cc8b76bf
JB
6067
6068 * viper-cmd.el (viper-escape-to-state): Bug fix.
6069 (viper-envelop-ESC-key): Change the definition of fast
6070 keysequence so it'll work with keyboard macros.
6071
6072 * ediff.el (ediff-patch-buffer): Change the docstring.
6073
e9b01d1f
KH
60742005-07-19 Kenichi Handa <handa@m17n.org>
6075
6076 * international/mule-cmds.el (select-safe-coding-system): Try to
6077 use an auto-coding (if any) before anything else. If the found
6078 auto-coding is invalid, show a warning message.
6079
6080 * international/mule.el (find-auto-coding): New function created
6081 by modifying the body of set-auto-coding.
6082 (set-auto-coding): Use find-auto-coding to find a coding.
6083
b4fb325f
RS
60842005-07-18 Richard M. Stallman <rms@gnu.org>
6085
6086 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6087 not isearch-mode-end-hook-error.
6088 (allout-before-change-protect): Fix error message.
6089
1bef8597
JL
60902005-07-18 Juri Linkov <juri@jurta.org>
6091
6092 * allout.el (allout-mode):
6093 * calculator.el (calculator-copy):
6094 * custom.el (custom-known-themes):
6095 * dired.el (dired-desktop-buffer-misc-data)
6096 (dired-restore-desktop-buffer):
6097 * dired-x.el (dired-omit-marker-char):
6098 * files.el (basic-save-buffer):
6099 * font-core.el (font-lock-mode):
6100 * calendar/calendar.el (calendar-goto-hebrew-date)
6101 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6102 (calendar-goto-persian-date):
6103 * language/ethio-util.el (ethio-sera-to-fidel-region):
6104 * textmodes/picture.el (picture-mode):
6105 Delete duplicate duplicate words.
6106
57cfde4d
JL
61072005-07-18 Juri Linkov <juri@jurta.org>
6108
6109 * isearch.el (isearch-mode-map): Remove key bindings for regexp
6110 chars * ? } |.
6111 (isearch-fallback): Don't call `isearch-process-search-char'.
6112 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6113 (isearch-process-search-char): Call `isearch-fallback' for regexp
6114 chars * ? } |.
6115 (isearch-return-char): Make obsolete with `make-obsolete' instead
6116 of simply documenting it as obsolete in the docstring.
6117 (isearch-fallback): Refill docstring.
6118
6119 * international/isearch-x.el
ca19f3f1
AS
6120 (isearch-process-search-multibyte-characters): Remove unneeded
6121 `concat'. Add intermediate values to `junk-hist' instead of
6122 `minibuffer-history'. Test the length of `str'.
57cfde4d 6123
d34f0136
JB
61242005-07-18 Juanma Barranquero <lekktu@gmail.com>
6125
6126 * allout.el (allout-resolve-xref): Fix typos in error strings.
6127 (allout-before-change-protect): Remove unneeded `concat'.
6128
6129 * array.el (array-mode, array-reconfigure-rows)
6130 (untabify-backward): Fix typos in docstrings.
6131 (array-reconfigure-rows): Use `insert-buffer-substring', not
6132 `insert-buffer'.
6133
6134 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
a34ed813
SM
6135 * progmodes/ada-mode.el (ada-make-body):
6136 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
d34f0136
JB
6137
6138 * dired.el (dired-log):
6139 * tar-mode.el (tar-subfile-save-buffer):
6140 * play/zone.el (zone-pgm-stress-destress):
6141 Use `insert-buffer-substring', not `insert-buffer'.
6142
e81c51f0
SJ
61432005-07-17 Simon Josefsson <jas@extundo.com>
6144
c5fb0bd6 6145 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
e81c51f0 6146
4effb112
SJ
61472005-07-16 Jose E. Marchesi <jemarch@gnu.org>
6148
c5fb0bd6
KS
6149 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6150 Add plain auth method.
6151 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4effb112 6152
4f8efafc
KS
61532005-07-17 Kim F. Storm <storm@cua.dk>
6154
f64d5328 6155 * ido.el (dired-other-window): Add ido property.
4f8efafc 6156
e41acc77
JB
61572005-07-16 Juanma Barranquero <lekktu@gmail.com>
6158
6159 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6160 Fix typo in docstring.
6161 (byte-compile-interactive-only-functions): Add `insert-buffer' and
6162 `insert-file-literally'.
6163
6164 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6165 info and delete redundant message. Doc fix.
6166 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6167 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6168
ad50a502
RS
61692005-07-16 Richard M. Stallman <rms@gnu.org>
6170
6171 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6172 (byte-compile-and): Use byte-compile-and-recursion.
6173 (byte-compile-or-recursion): New function.
6174 (byte-compile-or): Use that.
6175 (byte-compile-if): Guard the else-clause too.
6176 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4185451d
RS
6177
6178 * isearch.el (isearch-mode-end-hook-quit): New variable.
6179 (isearch-done): Bind it.
6180 (isearch-mode-end-hook): Doc fix.
6181
6182 * allout.el (allout-isearch-did-quit): Variable deleted.
6183 (allout-real-isearch-abort): Function name no longer used.
6184 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6185 (allout-isearch-rectification): isearch-mode always exists.
6186 Don't set allout-isearch-did-quit.
6187 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6188 allout-isearch-did-quit.
6189 (allout-enwrap-isearch): Just add the hook.
6190 (allout-isearch-abort): Function deleted.
6191 (allout-pre-command-business): Avoid warning.
ad50a502
RS
6192
6193 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6194 Correctly avoid warnings.
6195 (pascal-outline): Likewise.
6196
6197 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6198
6199 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6200
6201 * play/tetris.el (tetris-mode): Avoid warning.
6202
6203 * play/snake.el (snake-mode): Avoid warning.
6204
6205 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6206 (gamegrid-set-display-table): Avoid warning.
6207 (gamegrid-set-timer): Likewise.
6208 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6209 (gamegrid-add-score-with-update-game-score-1): Take FILE
6210 as argument.
6211 (gamegrid-add-score-with-update-game-score): Pass that argument.
6212 Rename have-shared-game-dir to gamegrid-shared-game-dir.
6213
6214 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6215
6216 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6217 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6218
6219 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6220 and insert-file.
e41acc77 6221
ad50a502
RS
6222 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6223 (sc-ask): Avoid warnings.
6224
6225 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6226 (eshell-hist-initialize): Use that var the natural way.
6227
6228 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6229
a34ed813
SM
6230 * emacs-lisp/re-builder.el (reb-cook-regexp):
6231 Avoid warning calling lre-compile-string.
ad50a502
RS
6232 (reb-color-display-p): Avoid warning.
6233
6234 * calculator.el (calculator-last-input): Guard uses
6235 of event-key and key-press-event-p.
6236 (event-key, key-press-event-p): Delete definitions.
6237
6238 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
dc9c856d
RS
6239 (find-gc-source-directory, find-gc-subrs-callers)
6240 (find-gc-noreturn-list, find-gc-source-files)
6241 (find-gc-subrs-called): Vars renamed and defvar'd.
ad50a502
RS
6242
6243 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6244 (checkdoc-overlay-put, checkdoc-delete-overlay)
6245 (checkdoc-overlay-start, checkdoc-overlay-end)
e41acc77 6246 (checkdoc-mode-line-update, checkdoc-char=):
ad50a502 6247 Define such that compiler knows they are defined.
a34ed813
SM
6248 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
6249 (checkdoc-read-event): Delete. Use read-event directly.
ad50a502
RS
6250
6251 * whitespace.el (whitespace-make-overlay)
6252 (whitespace-overlay-put, whitespace-delete-overlay)
6253 (whitespace-overlay-start, whitespace-overlay-end):
6254 Define such that compiler knows they are defined.
6255 (whitespace): Move conditional inside.
6256
6257 * tempo.el (tempo-insert-template): Suppress warning.
6258
6259 * ediff-diff.el (longlines-mode): Add defvar.
6260
9ebc3953
EZ
62612005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
6262
6263 * server.el: Bind "C-x #" in a way that works even if C-x is
6264 redefined to a command key, not a prefix key.
6265
2e9c1c6d
EZ
62662005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6267
6268 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6269 cl-make-type-test till execution time.
6270
6bdeff3e
EZ
62712005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
6272
6273 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6274 arg ARG and use it.
6275
578f8106
EZ
62762005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6277
6278 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6279
9f8a6f72
LT
62802005-07-15 Luc Teirlinck <teirllm@auburn.edu>
6281
6282 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6283 a defcustom with two :set or :type keywords.
6284
e4b477a1
RS
62852005-07-15 Richard M. Stallman <rms@gnu.org>
6286
6287 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6288 Don't give ^M comment-end syntax.
6289
bb7e5329
NR
62902005-07-16 Nick Roberts <nickrob@snap.net.nz>
6291
9ab281f0 6292 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
bb7e5329
NR
6293 Don't consider gdbmi (gdb-mi.el has its own update functions).
6294 (gdb-var-delete): Make it work for gdbmi as well.
6295 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6296
6297 * progmodes/gud.el (etags, sdb): Only require etags when needed.
6298 (gud-speedbar-menu-items): Correct logic for enabling items.
6299
075e33b3
KS
63002005-07-15 Kim F. Storm <storm@cua.dk>
6301
2994c5cf 6302 * ido.el: Fix commentary.
9ab281f0 6303 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
075e33b3 6304 Use with-no-warnings around ffap-guesser.
2994c5cf
KS
6305 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6306 Let bind minibuffer-completing-file-name to t.
075e33b3 6307
fea34e9f
JB
63082005-07-15 Juanma Barranquero <lekktu@gmail.com>
6309
9ab281f0
JB
6310 * startup.el (site-run-file, keyboard-type): Doc fixes.
6311 (command-line): Check for "--basic-display" argument; also for
6312 "--quick", not "--bare-bones" (which was renamed).
6313 (fancy-splash-text): Add missing item "Getting New Versions".
6314 (normal-splash-screen): Fix typos and improve consistency with
6315 `fancy-splash-text'. Update copyright year.
6316
1930e8f0
JB
6317 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6318 valid binding for `help-char'.
6319
3c8dd9b9 6320 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
fea34e9f 6321
9ea818ab
DN
63222005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
6323
6324 * term.el (term-mode): Disable cua-mode for term buffers.
6325
edc8ec9f
JB
63262005-07-14 Juanma Barranquero <lekktu@gmail.com>
6327
1930e8f0
JB
6328 * add-log.el (add-log-mailing-address, change-log-merge):
6329 Doc fixes.
edc8ec9f
JB
6330 (change-log-get-method-definition): Fix typo in docstring.
6331
44016d9d
KS
63322005-07-14 Kim F. Storm <storm@cua.dk>
6333
6334 * emulation/cua-base.el:
6335 (cua--pre-command-handler-1, cua--pre-command-handler)
6336 (cua--post-command-handler-1, cua--post-command-handler):
6337 Split in two. Check (buffer local) value of cua-mode.
6338 (cua-selection-mode): New command.
6339
fd90b80c
LT
63402005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6341
6342 * custom.el (custom-initialize-safe-set)
6343 (custom-initialize-safe-default): Doc fixes.
6344
6345 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6346 and simplify :init-value again.
6347
6348 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6349 and simplify :init-value again. Delete autoload.
6350
6351 * startup.el (command-line): Use `custom-reevaluate-setting' again
6352 for tooltip-mode.
6353
9f8a6f72
LT
6354 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6355 a defcustom with two :initialize keywords.
fd90b80c 6356
a937cb39
JB
63572005-07-13 Juanma Barranquero <lekktu@gmail.com>
6358
6359 * allout.el (my-mark-marker, allout-isearch-prior-pos)
6360 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6361 (allout-post-command-business, allout-flag-region)
6362 (isearch-reenable-font-lock, allout-yank)
6363 (allout-insert-latex-header, allout-insert-latex-trailer)
6364 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6365 (allout-latex-verb-quote): Fix typos in docstrings.
1930e8f0 6366 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
a937cb39
JB
6367 (allout-unprotected, allout-prefix-data):
6368 Improve argument/docstring consistency.
6369 (allout-chart-subtree): Fix argument spec.
6370 (allout-open-topic): Rename `use_sib_bullet' argument to
6371 `use-sib-bullet'. Doc fix.
6372
6373 * whitespace.el (whitespace-check-buffer-leading)
6374 (whitespace-check-buffer-trailing)
6375 (whitespace-check-buffer-indent)
6376 (whitespace-check-buffer-spacetab)
6377 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6378 (whitespace-check-leading-whitespace)
6379 (whitespace-check-trailing-whitespace)
6380 (whitespace-check-spacetab-whitespace)
6381 (whitespace-check-indent-whitespace)
6382 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6383 (whitespace-modes): Fix typos in docstrings.
1930e8f0 6384 (defgroup, defcustom): Doc fixes.
a937cb39
JB
6385
6386 * winner.el (winner-mode, winner-boring-buffers)
6387 (winner-pending-undo-ring): Doc fixes.
6388 (winner-ring): Remove unneeded `progn'.
6389 (winner-equal): `defsubst' it.
6390 (winner-redo): Fix message.
6391
010b9a45
KS
63922005-07-13 Kim F. Storm <storm@cua.dk>
6393
6394 * simple.el (line-move-1): Always use vertical-motion to
6395 do the last (or only) line move to ensure some movement.
6396 Undo 2005-06-23 change--don't check for overlays.
6397
c229fb15
YM
63982005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6399
6400 * term/mac-win.el (ccl-encode-mac-roman-font)
6401 (ccl-encode-mac-centraleurroman-font)
6402 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
2af9d879
SM
6403 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6404 Change charset-id boundary of dimension to ?\xef.
c229fb15
YM
6405 (mac-char-fontspec-list): New constant.
6406 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
6407 argument. Nil uses itself as family in font-spec. Previous
6408 behavior for nil is now provided by non-nil non-string argument.
6409 All callers changed. Add font-specs for Mac fonts to
6410 "fontset-default" unless iso8859-1 fonts are installed.
6411
69d05d83
SM
64122005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6413
6414 * progmodes/sh-script.el (sh-get-indent-info): Only indent
6415 a continuation line if the \ is preceded by SPC or TAB.
6416 (sh-get-indent-info): Simplify.
6417 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6418 Use with-current-buffer.
6419
6420 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6421 when the matched text is empty.
6422
d8a9fbf0
LT
64232005-07-12 Luc Teirlinck <teirllm@auburn.edu>
6424
6425 * startup.el (command-line): Revert to previous handling of
6426 tooltip-mode. Explain in comment why the complexity is needed.
6427
6428 * tooltip.el (tooltip-mode): Revert to previous implementation of
6429 its defcustom.
6430
6431 * frame.el (blink-cursor-mode): Revert to previous implementation
f3eb269f 6432 of its defcustom. Update comment.
d8a9fbf0 6433
70f35cb1
LH
64342005-07-12 Lars Hansen <larsh@soem.dk>
6435
6436 * desktop.el: Update e-mail address.
6437
c37efb7a
YM
64382005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6439
6440 * term/mac-win.el (mac-services-mail-selection)
6441 (mac-services-mail-to): New functions.
6442 (mac-application-menu-map): Bind them.
6443
7ea9de71
NR
64442005-07-12 wulei <milton@wulei.net> (tiny change)
6445
6446 * progmodes/gdb-ui.el: Add note about buffering with Windows.
6447
350ecc49
LT
64482005-07-11 Luc Teirlinck <teirllm@auburn.edu>
6449
6450 * custom.el (custom-reevaluate-setting): Doc fix.
6451
ea6bc45d
JB
64522005-07-11 Jay Belanger <belanger@truman.edu>
6453
6454 * calc/calc.el (calc-embedded-announce-formula-alist)
6455 (calc-embedded-open-close-plain-alist)
69d05d83 6456 (calc-embedded-open-close-mode-alist): Add checks for additional
a937cb39 6457 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
ea6bc45d 6458
ba2c4279
JB
64592005-07-11 Juanma Barranquero <lekktu@gmail.com>
6460
6461 * custom.el (custom-enable-theme): Don't add theme to
6462 `custom-enabled-themes' with `push' because there is no
6463 setf-method for `delq'.
6464
3cc9e6d8
RS
64652005-07-11 Richard M. Stallman <rms@gnu.org>
6466
8989771d
RS
6467 * custom.el (custom-declare-variable): Doc fix.
6468
5176af43
RS
6469 * dired-aux.el (dired-compare-directories): Remove "." and ".."
6470 from the alists.
6471
3cc9e6d8
RS
6472 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6473 Do nothing if edebug-active.
6474
6475 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6476 (edebug-display): Do it here instead.
6477
64782005-07-10 Richard M. Stallman <rms@gnu.org>
6479
6480 * cus-face.el (custom-theme-set-faces): Make it work.
6481 (custom-reset-faces): Doc fix.
6482 (custom-theme-reset-internal-face, custom-theme-face-value):
6483 Functions deleted.
6484
6485 * custom.el (custom-push-theme): Maintain list of the settings
6486 of a given theme in its theme-settings property.
6487 Maintain position of old settings in the theme-value
6488 or theme-face property.
6489 (custom-enabled-themes): New variable.
6490 (custom-theme-enabled-p): New function.
6491 (provide-theme): Update custom-enabled-themes.
6492 Disable and reenable the `user' theme.
6493 (require-theme): Doc fix.
6494 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6495 (custom-theme-value, custom-theme-variable-value): Likewise.
6496 (custom-theme-reset-internal): Likewise.
6497 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6498 (custom-enable-theme, custom-disable-theme): New functions.
6499 (custom-variable-theme-value, custom-face-theme-value): Likewise.
6500 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6501 (custom-theme-reset-variables): Simplify.
6502 (deftheme, custom-declare-theme, custom-make-theme-feature):
6503 Definitions moved.
6504
1a3b7cd5
RS
65052005-07-10 Chong Yidong <cyd@stupidchicken.com>
6506
6507 * longlines.el (longlines-show-region)
6508 (longlines-unshow-hard-newlines): Recognize hard newlines by
6509 non-nil hard property, instead of t.
6510
8ea74b0e 65112005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4ff7373a
KS
6512
6513 * viper-cmd.el (viper--key-maps): New variable.
6514 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
8ea74b0e 6515 emulation-mode-map-alists.
4ff7373a
KS
6516 (viper-envelop-ESC-key): Use viper-subseq.
6517 (viper-search-forward/backward/next): Disable debug-on-error.
6518
6519 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6520 (viper-ESC-key): New defcustoms.
6521
6522 * viper-macs.el (ex-map-read-args): Use viper-subseq.
6523
6524 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6525 (viper-subseq): Copy of subseq from cl.el.
6526
6527 * viper.el (viper-go-away, viper-set-hooks): Use
8ea74b0e 6528 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4ff7373a
KS
6529
6530 * viper-mous.el (viper-current-frame-saved): Use defvar.
6531
6532 * viper-init.el: Get rid of -face in face names.
6533
6534 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
8ea74b0e 6535 Make it work with longlines mode
4ff7373a
KS
6536
6537 * ediff-mult.el (ediff-meta-mode-hook): New variable.
6538
6539 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6540
99580cde 6541 * ediff-init.el: Get rid of -face in face names.
4ff7373a 6542
e2dacaac
RS
65432005-07-10 Richard M. Stallman <rms@gnu.org>
6544
6545 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6546 and with-timeout-unsuspend.
6547
6548 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6549 and with-timeout-unsuspend.
6550
6551 * emacs-lisp/timer.el (with-timeout-timers): New variable.
6552 (with-timeout): Bind that variable to record timers.
6553 (with-timeout-suspend, with-timeout-unsuspend): New functions.
6554
6555 * emacs-lisp/debug.el (debug-help-follow): New function.
6556 (debugger-mode-map): Use that instead of help-follow.
6557 (debugger-setup-buffer): Use eval-buffer-list
6558 to handle eval-buffer frames.
6559
65602005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
6561
69d05d83 6562 * timezone.el (timezone-parse-date): Change first regexp
e2dacaac
RS
6563 so it will not mistakenly match dates with no time zone.
6564
65652005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
6566
6567 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6568
72df78c9
LT
65692005-07-10 Luc Teirlinck <teirllm@auburn.edu>
6570
0a2eeb92
LT
6571 * custom.el (custom-initialize-safe-set)
6572 (custom-initialize-safe-default): New functions.
6573
6574 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6575 and simplify :init-value.
6576
6577 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6578 and simplify :init-value. Delete obsolete comment.
6579
6580 * startup.el (command-line): Use `custom-reevaluate-setting' to
6581 handle `tooltip-mode'. Delete obsolete comment.
6582
72df78c9
LT
6583 * files.el (set-visited-file-name): Avoid calling
6584 `file-name-nondirectory' with a nil argument.
6585
e2dacaac
RS
65862005-07-09 Richard M. Stallman <rms@gnu.org>
6587
6588 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6589 was called with nil for the buffer, handle the read position right.
6590 Handle read position for eval-region, too.
6591
4a65d2b3
JL
65922005-07-09 Juri Linkov <juri@jurta.org>
6593
6594 * fringe.el (fringe-mode): Add period in docstring.
6595 (fringe-query-style): Build prompt depending on `all-frames' arg.
6596
6597 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6598 to not create links to unrelated functions in the Help buffer.
6599
6600 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
6601 Doc fix.
6602
6603 * simple.el (next-error-hook): New variable.
6604 (next-error): Use it. Doc fix.
6605
6606 * textmodes/ispell.el (ispell-command-loop): Add current
6607 dictionary name and program name to mode-line-format.
6608 (ispell-region, ispell-process-line): Add current dictionary name
6609 and program name to messages.
6610
31f3c79b
JB
66112005-07-08 Jay Belanger <belanger@truman.edu>
6612
6613 * calc/calc.el (calc-embedded-announce-formula-alist)
6614 (calc-embedded-open-close-formula-alist)
6615 (calc-embedded-open-close-word-alist)
6616 (calc-embedded-open-close-plain-alist)
6617 (calc-embedded-open-close-new-formula-alist)
6618 (calc-embedded-open-close-mode-alist)
6619 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
6620 (calc-embedded-mode-hook): New variables.
6621
6622 * calc/calc-embed.el (calc-embedded-firsttime)
6623 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
6624 New variables.
6625 (calc-do-embedded): Use calc-embedded-firsttime,
6626 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
6627 determine whether or not to run hooks.
6628 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
6629 calc-embedded-firsttime-formula appropriately.
6630 Set calc-embedded delimiter variables according to mode.
6631
917e0c95
RS
66322005-07-08 Richard M. Stallman <rms@gnu.org>
6633
6634 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
6635 Check for "emacs", etc., as entire symbol, not just as word.
6636 (checkdoc-file-comments-engine): Use regexp-quote on FN.
6637
6638 * files.el (set-visited-file-name): Report the error
6639 for "empty filename" earlier.
6640 (kill-some-buffers): Ignore buffers already dead.
6641
6642 * fringe.el (fringe-mode): Doc fix.
6643
6644 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6645 Check for (featurep 'xemacs) and turn off warnings in what it guards.
6646 Use unwind-protect to ensure byte-compile-unresolved-functions
6647 is updated.
6648
6649 * whitespace.el (whitespace-buffer-leading-cleanup):
6650 Simplify w/ skip-chars-forward.
6651 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
6652
6653 * mail/rmail.el (rmail-only-expunge): Fix paren error.
6654 Unconditionally try to leave point at the same old place.
6655
8774406b
EZ
66562005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
6657
6658 * comint.el (comint-postoutput-scroll-to-bottom)
69d05d83 6659 (comint-show-maximum-output): Take scroll-margin into consideration.
8774406b 6660
c380c937
KS
66612005-07-08 Kim F. Storm <storm@cua.dk>
6662
3aaa5e26
KS
6663 * ido.el (ido-use-filename-at-point): New choice `guess'.
6664 (ido-file-internal): Try ffap-guesser if selected.
6665
c380c937
KS
6666 * ido.el (ido-before-fallback-functions): New hook.
6667 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
6668 (ido-read-file-name): Run it.
6669
2af9d879
SM
66702005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6671
6672 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
6673 strings rather than a list of symbols to the completion function.
6674
f3414bd4
JB
66752005-07-07 Jay Belanger <belanger@truman.edu>
6676
9ab281f0 6677 * calc/calc-units.el (math-apply-units): Change the places in
f3414bd4
JB
6678 which units are simplified.
6679
a1306094
LT
66802005-07-07 Luc Teirlinck <teirllm@auburn.edu>
6681
6682 * cus-edit.el (customize-option, customize-option-other-window):
6683 Make them handle aliases.
6684
6685 * custom.el (custom-variable-p): Make it recursively follow
6686 aliases. Mention that in the docstring.
6687
bc4c8456
RS
66882005-07-07 Richard M. Stallman <rms@gnu.org>
6689
6690 * cus-start.el (exec-path): Use `directory' instead of `file'.
b713c813 6691 Fix tag for nil.
bc4c8456 6692
a653724b
JB
66932005-07-07 Juanma Barranquero <lekktu@gmail.com>
6694
6695 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
6696 when called non-interactively. Doc fix.
6697
9d42fe6f
LK
66982005-07-07 Lute Kamstra <lute@gnu.org>
6699
6700 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
6701 new address as well.
6702
43b557d5
KH
67032005-07-07 Kenichi Handa <handa@m17n.org>
6704
69d05d83
SM
6705 * international/mule.el (make-coding-system):
6706 Describe `ascii-incompatible' property in the docstring.
43b557d5
KH
6707 (set-file-name-coding-system): Signal an error if coding-system is
6708 ascii-incompatible.
6709 (set-keyboard-coding-system): Likewise.
6710
a653724b
JB
6711 * international/mule-cmds.el (set-default-coding-systems):
6712 Don't set default-file-name-coding-system and
69d05d83 6713 default-keyboard-coding-system if coding-system is ASCII-incompatible.
43b557d5
KH
6714
6715 * international/utf-16.el: Declare that all UTF-16-based coding
a653724b 6716 systems are ASCII-incompatible.
43b557d5 6717
811ade5c
NR
67182005-07-07 Nick Roberts <nickrob@snap.net.nz>
6719
6720 * progmodes/gud.el: Require font-lock for displaying errors.
6721 Used by gdb-ui.el.
6722
ed6773fa
JB
67232005-07-07 Juanma Barranquero <lekktu@gmail.com>
6724
6725 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
6726 values for the pattern lists which are `read'able but not
6727 `append'able (like symbols).
6728
7ea8834e
RS
67292005-07-06 Richard M. Stallman <rms@gnu.org>
6730
6731 * progmodes/flymake.el (flymake-float-time): Instead of
6732 with-no-warnings, test for xemacs.
6733 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
6734 to avoid warning.
6735
d25dfeed
JB
67362005-07-06 Juanma Barranquero <lekktu@gmail.com>
6737
6738 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
6739
68003d6b 67402005-07-05 Lute Kamstra <lute@gnu.org>
71d21198
LK
6741
6742 * battery.el: Add support for Darwin (with much debugging help
6743 from Samuel Lauber <sam124@operamail.com>).
6744 (battery-status-function, battery-echo-area-format)
6745 (battery-mode-line-format): Add support for pmset on Darwin.
6746 (battery-load-low, battery-load-critical): New user options.
6747 (battery-pmset): New function.
6748
68003d6b
LK
67492005-07-05 Lute Kamstra <lute@gnu.org>
6750
6751 Update FSF's address in GPL notices.
6752
6753 * textmodes/page-ext.el: Update FSF's address.
6754
c13ce396
SM
67552005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6756
6757 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
6758 filling from using prefix when filling a single-line docstring.
6759
6760 * progmodes/flymake.el: Remove useless eval-when-compile.
6761
6762 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
6763
4af33176
RS
67642005-07-04 Richard M. Stallman <rms@gnu.org>
6765
6766 * textmodes/org.el (org-file-apps-defaults-gnu):
c13ce396 6767 Rename from org-file-apps-defaults-linux.
4af33176
RS
6768 (org-default-apps): Don't test system-type for `linux'.
6769 (org-file-apps): Doc fix.
6770
6ea54413
DP
67712005-07-04 David Ponce <david@dponce.com>
6772
6773 * tree-widget.el: Improve header Commentary section.
6774 (tree-widget) [defgroup]
6775 (tree-widget-image-enable, tree-widget-themes-directory)
6776 (tree-widget-theme, tree-widget-image-properties-emacs)
6777 (tree-widget-image-properties-xemacs, tree-widget-create-image)
6778 (tree-widget-image-formats, tree-widget-control)
6779 (tree-widget-empty-control, tree-widget-leaf-control
6780 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
6781 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
6782 (tree-widget-keep, tree-widget-after-toggle-functions)
6783 (tree-widget-open-node, tree-widget-close-node): Doc fix.
6784 (tree-widget-open-control, tree-widget-close-control): Fix doc and
6785 :help-echo message.
6786 (tree-widget-set-theme): Doc fix. Use `string-equal'.
6787 (tree-widget-image-properties): Doc fix. Clearer implementation.
6788 (tree-widget--cursors): New constant.
6789 (tree-widget-lookup-image): New function split from
6790 `tree-widget-find-image'. Clearer implementation.
6791 (tree-widget-find-image): Use it.
6792 (tree-widget-button-keymap): Use `set-keymap-parent'.
6793 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
6794 Define the sub-widgets here.
6795 (tree-widget-node): Check that :node is not a tree-widget.
6796 (tree-widget-get-super, tree-widget-open-control)
6797 (tree-widget-close-control, tree-widget-empty-control)
6798 (tree-widget-leaf-control, tree-widget-guide)
6799 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
6800 (tree-widget-no-handle, tree-widget-value-delete)
6801 (tree-widget-map): Remove.
6802 (tree-widget-children-value-save): Doc fix. Simplified.
6803 (tree-widget-value-create): Update according to previous changes.
6804
576ae47a
CD
68052005-07-04 Carsten Dominik <dominik@science.uva.nl>
6806
6807 * textmodes/org.el: Leading space replaced by TABS.
6808 (org-recalc-marks, org-table-rotate-recalc-marks)
6809 (org-table-get-specials): Treat "^" and "_" marks.
6810 (org-table-justify-field-maybe): Optional argument NEW.
c13ce396
SM
6811 (org-table-eval-formula): Parsing of the format simplified.
6812 New modes C,I. Honor the %= parameter in the current table.
6813 Avoid unnecessary re-align by using the NEW argument to
576ae47a 6814 `org-table-justify-field-maybe'.
c13ce396
SM
6815 (org-calc-default-modes): Default for date-format mimicks org-mode.
6816 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
576ae47a 6817
29a05cd1
LT
68182005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6819
6820 * cus-face.el (custom-theme-set-faces): Make it handle face
6821 aliases whose alias declarations are pre- or autoloaded.
6822
45cbf2fe
JL
68232005-07-04 Juri Linkov <juri@jurta.org>
6824
6825 * faces.el (read-face-name): Put the code for getting a face name
6826 from the buffer before adding the faces from the `face' property.
6827 Use `completing-read-multiple' instead of `completing-read'.
6828 Require `crm'. Add default value and post-process the returned
6829 list of faces.
6830
6831 * emacs-lisp/crm.el (crm-find-current-element)
6832 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
6833
6834 * emacs-lisp/lisp-mode.el (eval-defun-1):
6835 * emacs-lisp/edebug.el (edebug-eval-defun):
6836 Remove unnecessary quotes.
6837
ec0421f3
JB
68382005-07-04 Juanma Barranquero <lekktu@gmail.com>
6839
c6c5714e
JB
6840 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
6841 (prolog-indent-level): Fix typo in docstring.
6842
6843 * info.el (Info-history, Info-history-forward)
6844 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
6845
6db8cbf5
JB
6846 * add-log.el (add-change-log-entry):
6847 * comint.el (comint-dynamic-list-input-ring)
6848 (comint-dynamic-list-completions):
6849 * dabbrev.el (dabbrev-expand):
6850 * delim-col.el (delimit-columns-rectangle-line):
6851 * diff-mode.el (diff-context->unified, diff-reverse-direction)
6852 (diff-unified->context):
6853 * ediff-init.el (ediff-abbrev-jobname):
6854 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
6855 (ediff-replace-session-activity-marker-in-meta-buffer):
6856 * info.el (Info-summary):
6857 * lpr.el (printify-region):
6858 * printing.el (pr-create-interface):
6859 * ps-print.el (ps-print-quote):
6860 * ses.el (ses-column-widths, ses-print-cell)
6861 (ses-adjust-print-width, ses-center):
6862 * shell.el (shell-file-name-quote-list):
6863 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
6864 (strokes-fill-current-buffer-with-whitespace)
6865 (strokes-xpm-for-stroke, strokes-list-strokes)
6866 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
6867 * term.el (term-dynamic-list-input-ring)
6868 (term-dynamic-list-completions):
6869 * calc/calc.el (math-format-stack-value):
6870 * emacs-lisp/edebug.el (edebug-display-freq-count):
6871 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
6872 (delphi-new-comment-line):
6873 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
6874 * progmodes/executable.el (executable-set-magic):
6875 * progmodes/python.el (inferior-python-mode):
6876 * progmodes/scheme.el (scheme-mode-syntax-table):
6877 * progmodes/sh-script.el (sh-maybe-here-document):
6878 * progmodes/sql.el (sql-copy-column):
6879 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
6880 * textmodes/bibtex.el (bibtex-mode):
6881 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
6882 (sgml-auto-attributes):
6883 * textmodes/table.el (table-insert, table-shorten-cell)
6884 (table--generate-source-scan-lines, table-delete-row)
6885 (*table--cell-delete-char, table--spacify-frame)
6886 (table--horizontally-shift-above-and-below)
6887 (table--cell-insert-char, table--cell-blank-str)
6888 (table--fill-region-strictly):
6889 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
6890 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
6891
6892 * add-log.el (change-log):
6893 * apropos.el (apropos):
6894 * comint.el (comint-completion, comint-source):
6895 * dabbrev.el (dabbrev):
6896 * delim-col.el (columns):
6897 * diff-mode.el (diff-mode):
6898 * ediff.el (ediff):
6899 * ediff-diff.el (ediff-diff):
6900 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
6901 * ediff-mult.el (ediff-mult):
6902 * ediff-ptch.el (ediff-ptch):
6903 * ediff-wind.el (ediff-window):
6904 * facemenu.el (facemenu):
6905 * indent.el (indent):
6906 * info.el (info):
6907 * jka-cmpr-hook.el (compression, jka-compr):
6908 * lpr.el (lpr):
6909 * outline.el (outlines):
6910 * pcmpl-cvs.el (pcmpl-cvs):
6911 * pcmpl-rpm.el (pcmpl-rpm):
6912 * printing.el (printing):
6913 * ps-print.el (postscript, ps-print, ps-print-horizontal)
6914 (ps-print-vertical, ps-print-headers, ps-print-font)
6915 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
6916 (ps-print-background, ps-print-printer, ps-print-page)
6917 (ps-print-miscellany):
6918 * ses.el (ses):
6919 * shell.el (shell, shell-directories, shell-faces):
6920 * startup.el (initialization):
6921 * strokes.el (strokes):
6922 * term.el (term):
6923 * uniquify.el (uniquify):
6924 * w32-vars.el (w32):
6925 * calc/calc.el (calc):
6926 * emacs-lisp/bytecomp.el (bytecomp):
6927 * emacs-lisp/cl-indent.el (lisp-indent):
6928 * emacs-lisp/edebug.el (edebug):
6929 * emacs-lisp/elp.el (elp):
6930 * emacs-lisp/testcover.el (testcover):
6931 * emacs-lisp/trace.el (trace):
6932 * emulation/viper-ex.el (viper-ex):
6933 * emulation/viper-mous.el (viper-mouse):
6934 * mail/mailalias.el (mailalias):
6935 * mail/supercite.el (supercite, supercite-frames)
6936 (supercite-attr, supercite-cite, supercite-hooks):
6937 * net/rcompile.el (remote-compile):
6938 * net/rlogin.el (rlogin):
6939 * obsolete/ooutline.el (outlines):
6940 * progmodes/delphi.el (delphi):
6941 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
6942 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
6943 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
6944 (ebnf-optimization):
6945 * progmodes/etags.el (etags):
6946 * progmodes/executable.el (executable):
6947 * progmodes/idlwave.el (idlwave):
6948 * progmodes/pascal.el (pascal):
6949 * progmodes/prolog.el (prolog):
6950 * progmodes/python.el (python):
6951 * progmodes/scheme.el (scheme):
6952 * progmodes/sh-script.el (sh, sh-script):
6953 * progmodes/sql.el (SQL):
6954 * progmodes/tcl.el (tcl):
6955 * textmodes/bibtex.el (bibtex, bibtex-autokey):
6956 * textmodes/enriched.el (enriched):
6957 * textmodes/makeinfo.el (makeinfo):
6958 * textmodes/sgml-mode.el (sgml):
6959 * textmodes/table.el (table-hooks):
6960 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
6961 * textmodes/texinfo.el (texinfo):
6962 * textmodes/two-column.el (two-column):
6963 Finish `defgroup' description with period.
59fda2fa 6964
ec0421f3 6965 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6db8cbf5 6966 * eshell/esh-var.el (eshell-var):
bc25429a 6967 * progmodes/vhdl-mode.el (vhdl-testbench):
6db8cbf5
JB
6968 * textmodes/org.el (org): Fix typos in docstrings.
6969
6970 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
6971 consistency.
ec0421f3
JB
6972
6973 * progmodes/flymake.el (flymake-find-file): Remove.
6974 (flymake-float-time): Use `with-no-warnings'.
6975 (flymake-check-start-time, flymake-check-was-interrupted)
6976 (flymake-err-info, flymake-is-running, flymake-last-change-time)
6977 (flymake-new-err-info): `defvar' at compile time.
6978
69792005-07-03 Juanma Barranquero <lekktu@gmail.com>
6980
6981 * replace.el (occur-hook): Doc fix.
6982 (occur-1): Don't call `occur-hook' if there are no matches.
6983
3d393029
RS
69842005-07-03 Richard M. Stallman <rms@gnu.org>
6985
f24cd32e
RS
6986 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
6987 global-map, save the same map.
6988 (global-map): Don't alter it at top level.
6989 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
6990 Then alter it here instead.
6991 (tpu-edt-off): Set global-map to the saved one.
6992
6993 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
6994 All references simplified.
c13ce396 6995 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
7fe48b75
RS
6996 (zmacs-regions): Add defvar.
6997 (repeat-complex-command-map): Everything about that deleted.
f24cd32e 6998
3d393029
RS
6999 * textmodes/artist.el (artist-key-is-drawing)
7000 (artist-key-endpoint1, artist-key-poly-point-list)
7001 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
7002 (artist-key-compl-table, artist-rb-save-data)
7003 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
7004 Don't put them in eval-when-compile.
7005 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
7006
7007 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
7008 Use with-no-warnings.
7009
7010 * net/browse-url.el (dos-windows-version): Add defvar.
7011
7012 * mail/supercite.el (filladapt-prefix-table): Add defvar.
7013
7014 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
7015 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
c13ce396 7016 (rmail-new-summary-line-count): Rename from new-summary-line-count.
3d393029
RS
7017 Add defvar.
7018 (rmail-summary-beginning-of-message): Use with-no-warnings.
7019 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
7020
7021 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
7022 Use with-no-warnings.
7023
7024 * emulation/vi.el (vi-mark-region): Use c-mark-function.
7025 (c-mark-function): Add point-moving-unit property.
7026 (vi-goto-line): Use with-no-warnings.
7027
7028 * emulation/edt.el (edt-last-copied-word): Add defvar.
7029 (zmacs-region-stays): Likewise.
7030 (edt-mark-section-wisely): Use c-mark-function for C.
7031 Use makr-defun for Fortran.
7032 (time-string): defvar deleted.
7033 (edt-display-the-time): Don't set time-string.
7034
7035 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
7036
7037 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7038 Don't warn when name is not constant
7039 or for defining the group `emacs'.
7040
7041 * tooltip.el (gud-tooltip-mode): Add defvar.
7042
7043 * startup.el (default-frame-background-mode): Add defvar.
7044
7045 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
7046
7047 * info.el (tool-bar-map): Add defvar.
7048
7049 * dired.el (dnd-protocol-alist): Add defvar.
7050
7051 * dired-aux.el (dired-query): Display question with answer, when
7052 the user answers.
7053
7054 * custom.el (custom-add-option): Doc fix.
7055
7056 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
7057
112abe24
EZ
70582005-07-03 Eli Zaretskii <eliz@gnu.org>
7059
7060 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7061 bogus name from the last change.
7062
e1db6c78
LT
70632005-07-02 Luc Teirlinck <teirllm@auburn.edu>
7064
7065 * custom.el (custom-declare-variable): Fix typos in comment.
7066 (custom-known-themes): Doc fix.
7067 (custom-theme-directory): New defcustom.
7068 (require-theme): Make it check `custom-theme-directory'.
7069
7070 * cus-theme.el (custom-new-theme-mode): New function.
7071 (custom-theme-name, custom-theme-variables, custom-theme-faces)
7072 (custom-theme-description): Add compiler defvars.
7073 (customize-create-theme): Add doc to the "*New Custom Theme*"
7074 buffer. Use `custom-new-theme-mode'.
7075 (custom-theme-write): Put the created buffer in emacs-lisp-mode
7076 and save it to the `custom-theme-directory'. Make this the
7077 default directory of the buffer.
7078
ec0421f3 70792005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
bd6a83d5 7080
ec0421f3
JB
7081 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7082 Fix unbalanced parentheses.
bd6a83d5 7083
1953295b
SM
70842005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7085
7086 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7087 into flymake-mode and delegate to flymake-mode.
7088
7089 * find-file.el (ff-which-function-are-we-in): Clean up.
7090
1324d580
JB
70912005-07-02 Juanma Barranquero <lekktu@gmail.com>
7092
b1f71b43
JB
7093 * replace.el (occur-rename-buffer): Fix docstring.
7094
1324d580
JB
7095 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7096 (edt-last-copied-word, edt-learn-macro-count)
7097 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7098 (edt-rect-start-point, edt-user-global-map, rect-start-point)
7099 (time-string, zmacs-region-stays):
7100 * emulation/edt-mapper.el (edt-save-function-key-map)
7101 (EDT-key-name): `defvar' to silence the byte-compiler.
7102
d6951bb4
EZ
71032005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
7104
7105 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7106 font-lock-regexp-backslash. Doc fix.
7107 (font-lock-regexp-backslash-grouping-construct): Rename from
7108 font-lock-regexp-backslash-construct. Doc fix.
588c0770 7109 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
d6951bb4
EZ
7110 grouping constructs.
7111
014b37b6
EZ
71122005-07-02 Eli Zaretskii <eliz@gnu.org>
7113
7114 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7115 updating all the prerequisites.
7116
64f72ae1
JB
71172005-07-01 Juanma Barranquero <lekktu@gmail.com>
7118
7119 * textmodes/org.el (org-agenda-start-on-weekday)
7120 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7121 (org-agenda-use-time-grid, org-archive-location)
7122 (org-allow-space-in-links, org-usenet-links-prefer-google)
7123 (org-enable-table-editor, org-export-default-language)
7124 (org-export-html-show-new-buffer, org-fill-paragraph)
7125 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7126 (org-goto-quit, org-occur, org-eval-in-calendar)
7127 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7128 (org-agenda-diary-entry, org-remember-help)
7129 (org-table-convert-region, org-at-table-p)
7130 (org-table-move-row-down, org-table-move-row-up)
7131 (org-table-copy-region, org-table-toggle-vline-visibility)
7132 (org-table-get-stored-formulas, org-table-get-specials)
7133 (org-recalc-commands, org-table-eval-formula)
7134 (org-table-formula-substitute-names, orgtbl-make-binding)
7135 (org-format-org-table-html, org-format-table-table-html)
7136 (org-format-table-table-html-using-table-generate-source)
7137 (org-customize): Fix typos in docstrings.
7138 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7139 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7140 (org-back-to-heading): Doc fixes.
7141 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7142 (org-agenda-change-all-lines, org-get-header):
7143 Improve argument/docstring consistency.
7144 (orgtbl-error): Fix error message.
7145
7146 * progmodes/flymake.el (flymake-find-possible-master-files)
7147 (flymake-master-file-compare, flymake-get-line-err-count)
7148 (flymake-highlight-line, flymake-gui-warnings-enabled):
7149 Fix typos in docstrings.
7150 (flymake-parse-line, flymake-get-project-include-dirs-function)
7151 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7152 Doc fixes.
7153 (flymake-get-project-include-dirs-function)
7154 (flymake-make-err-menu-data):
7155 Improve argument/docstring consistency.
7156
b97c98ad
LK
71572005-07-01 Lute Kamstra <lute@gnu.org>
7158
12d6b124
LK
7159 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7160 Catch errors with ignore-errors. Use temporary buffer.
7161 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
7162
b97c98ad
LK
7163 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7164 background color faces.
1953295b
SM
7165 (facemenu-set-foreground, facemenu-set-background):
7166 Use facemenu-set-face-from-menu.
b97c98ad
LK
7167 (facemenu-set-face-from-menu): Treat face names that start with
7168 "fg:" or "bg:" as special.
7169 (facemenu-add-new-color): Don't create faces. Simplify.
7170
11bc6e51
RS
71712005-06-30 Richard M. Stallman <rms@gnu.org>
7172
7173 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7174 (crm-find-current-element): Likewise.
7175
71762005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7177
1953295b 7178 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
11bc6e51 7179
01bf52cb
SM
71802005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7181
7182 * arc-mode.el (archive-extract): Make it work as a mouse binding.
7183 (archive-mouse-extract): Make it an obsolete alias.
7184 (archive-mode-map): Don't use archive-mouse-extract any more.
7185 (archive-mode, archive-extract): write-contents-hooks ->
7186 write-contents-functions.
7187 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7188 first arg.
7189 (archive-rename-entry): Update the call.
7190 (archive-zip-summarize): Remove unused var `method'.
7191 (archive-lzh-summarize): Remove unused var `creator'.
7192
1953295b
SM
7193 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7194 dedicated frame upon exit.
01bf52cb
SM
7195
7196 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7197 (archive-zip-extract, archive-zip-expunge)
7198 (archive-zip-update, archive-zip-update-case): Use executable-find.
7199 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7200 Use restore-buffer-modified-p.
7201 (archive-extract, archive-add-new-member, archive-write-file-member):
7202 Use with-current-buffer.
7203 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7204
0a0157ba
AS
72052005-06-30 Andreas Schwab <schwab@suse.de>
7206
7207 * progmodes/gud.el (gud-filter): Remove unneeded progn.
7208
5026b8ee
GM
72092005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7210
7211 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7212
63f7ffb3
JL
72132005-06-30 Juri Linkov <juri@jurta.org>
7214
7215 * faces.el (vertical-border): Inherit from mode-line-inactive
7216 only on tty.
7217
c665bf4b
JB
72182005-06-30 Juanma Barranquero <lekktu@gmail.com>
7219
27bbbadb
JB
7220 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7221 example, -NLINES in the `occur' docstring).
7222
426674a8
JB
7223 * replace.el (occur-1): When no matches are found, do not set the
7224 `buffer-read-only' and modified flags for the occur buffer,
7225 because it is deleted.
7226
c665bf4b
JB
7227 * emulation/cua-base.el (cua-check-pending-input)
7228 (cua-repeat-replace-region, cua-mode, cua-debug)
7229 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7230 Fix typos in docstrings.
7231
7232 * emulation/cua-gmrk.el (cua-toggle-global-mark)
7233 (cua-cut-region-to-global-mark)
7234 (cua--cut-rectangle-to-global-mark):
7235 Remove period from end of messages.
7236
7237 * emulation/cua-rect.el (cua-do-rectangle-padding):
7238 Remove period from end of messages.
7239 (cua--rectangle-seq-format): Fix typo in docstring.
7240 (cua-sequence-rectangle, cua-fill-char-rectangle):
7241 Improve argument/docstring consistency.
7242
9b07ab0a
JL
72432005-06-29 Juri Linkov <juri@jurta.org>
7244
7245 * faces.el (default-frame-background-mode): New internal variable.
7246 (frame-set-background-mode): Use it.
7247
7248 * startup.el (normal-top-level): Set default-frame-background-mode
7249 instead of frame-background-mode. Before setting it, test for its
7250 nil value. Remove tests for frame-background-mode and frame
7251 parameter `reverse'. Add test for "unspecified-fg".
7252
7253 * term/xterm.el (xterm-rxvt-set-background-mode):
7254 * term/rxvt.el (rxvt-set-background-mode):
7255 Set default-frame-background-mode instead of frame-background-mode.
7256
16f43910
JB
72572005-06-29 Juanma Barranquero <lekktu@gmail.com>
7258
0684376b
JB
7259 * simple.el (set-variable): Warn about obsolete user variables.
7260
16f43910
JB
7261 * imenu.el (imenu--completion-buffer):
7262 * mouse.el (mouse-buffer-menu-alist):
7263 * msb.el (msb-invisible-buffer-p):
7264 * calendar/diary-lib.el (diary-header-line-format):
7265 * emacs-lisp/pp.el (pp-buffer):
7266 * progmodes/cperl-mode.el (cperl-do-auto-fill):
7267 * textmodes/picture.el (picture-replace-match):
7268 Change space constants followed by a sexp to "?\s ".
7269
7270 * play/decipher.el (decipher-loop-with-breaks):
7271 * textmodes/texinfo.el (texinfo-insert-@item): Change space
7272 constants "protected" from end of line by a comment to "?\s".
7273
4b2f6649
SM
72742005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7275
9a1505e9
SM
7276 * font-lock.el (save-buffer-state): Use `declare'.
7277
4b2f6649
SM
7278 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7279 reset the syntax-table to cperl-mode-syntax-table.
7280 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7281 "foo_print_bar" is not matched as a reserved keyword.
7282
01d37825
CD
72832005-06-29 Carsten Dominik <dominik@science.uva.nl>
7284
16f43910 7285 * textmodes/org.el (orgtbl-setup): New function, for delayed
01d37825
CD
7286 setup for the orgtbl commands.
7287 (org-calc-default-modes): New option.
7288 (orgtbl-make-binding): Use `defun' to get better help display.
7289 (org-diary): Call `org-compile-prefix-format'.
7290 (org-table-formula-substitute-names): New function.
7291 (org-agenda-day-view, org-agenda-week-view): New commands.
7292 (org-agenda-toggle-week-view): Command removed.
7293 (org-tbl-menu): Split off from org-org-menu.
4b2f6649 7294 (org-mode): Move removal of outline-mode menus to here.
01d37825
CD
7295 (org-table-formula-debug): New option.
7296 (org-table-insert-row): Keep first field if just "#" or "*".
7297 (org-mode): Paragraph regexps fixed.
7298 (org-table-recalculate-regexp): New constant.
7299 (org-table-justify-field-maybe): Avoid replace if not necessary.
7300 (org-copy-special, org-cut-special): Use `call-interactively'.
7301 (org-table-copy-region): Take region from `interactive' call.
7302 (org-trim): Return string even if no match.
7303 (org-formula): New face.
4b2f6649
SM
7304 (org-set-font-lock-defaults): No longer highlight "FIXME".
7305 But highlight formula-related fields in table.
01d37825
CD
7306 (org-table-p): Use regexp, not fontification.
7307 (org-table-align): Handle white space at end of line.
7308 (org-table-formula-evaluate-inline): New option.
7309 (org-mode): Auto-wrapping in comment lines turned off.
7310 (org-table-copy-down): Evaluate only in copied field, not in
7311 destination.
7312 (org-table-current-formula): Variable removed.
7313 (org-table-store-formulas, org-table-get-stored-formulas)
7314 (org-table-modify-formulas, org-table-replace-in-formulas)
7315 (org-table-maybe-eval-formula): New functions.
4b2f6649 7316 (org-table-get-formula): Modify to use stored formulas.
01d37825
CD
7317 (org-table-insert-column, org-table-delete-column)
7318 (org-table-move-column): Call `org-table-modify-formulas'.
7319 (org-complete): Add completion for keyword formulas.
7320 (orgtbl-mode): Pull orgtbl-mode-map to start of
7321 minor-mode-map-alist.
7322
8c39e595
SM
73232005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7324
4b2f6649
SM
7325 * progmodes/python.el (python-check): Require `compile' before
7326 modifying its variables.
7327
8c39e595
SM
7328 * newcomment.el (comment-indent-default): Don't get fooled by an early
7329 end of buffer.
7330
27484eb0
VJL
73312005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7332
8c39e595 7333 * ps-print.el (ps-print-version): Fix version number.
27484eb0 7334
34e60863
LT
73352005-06-28 Luc Teirlinck <teirllm@auburn.edu>
7336
9569175e 7337 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
34e60863 7338
025691ed
RS
73392005-06-28 Richard M. Stallman <rms@gnu.org>
7340
7341 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7342 (flyspell-local-mouse-map): Declaration deleted.
7343 (flyspell-mouse-map): Bind only mouse-2.
7344 (flyspell-mode-map): Don't test flyspell-use-local-map.
7345 (flyspell-overlay-keymap-property-name): Var deleted.
7346 (flyspell-mode-on): Don't make local bindings for
7347 flyspell-mouse-map and flyspell-mode-map.
7348 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7349
7350 * textmodes/ispell.el (ispell-word): Do not ignore short words.
7351
7352 * progmodes/compile.el (compilation-next-error-function):
7353 Don't switch buffers; operate on the current buffer.
7354
a1522a36
JL
7355 * progmodes/compile.el (compilation-error-file-name)
7356 (compilation-warning-file-name, compilation-info-file-name)
7357 (compilation-line-number, compilation-column-number): New faces.
7358 (compilation-error-face, compilation-warning-face)
7359 (compilation-info-face, compilation-line-face)
7360 (compilation-column-face): Use them.
7361
025691ed
RS
7362 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7363
7364 * comint.el (comint-password-prompt-regexp): Accept ", try again".
7365
7366 * bindings.el (global-map): Bind insertchar and its variants.
7367
73682005-06-27 Richard M. Stallman <rms@gnu.org>
7369
7370 * textmodes/artist.el (artist-text-overwrite)
7371 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7372
9dae638c
VJL
73732005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7374
7375 * ps-print.el: It was not working the page selection for printing.
7376 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7377 (ps-print-version): New version 6.6.7.
7378 (ps-end-sheet): New fun.
7379 (ps-header-sheet, ps-end-job): Call it.
7380
efd6ebec
LT
73812005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7382
b61bfa4d 7383 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
efd6ebec 7384
019b1899
LK
73852005-06-27 Lute Kamstra <lute@gnu.org>
7386
7387 * facemenu.el (facemenu-unlisted-faces): Add foreground and
7388 background color faces.
7389 (facemenu-get-face): Delete function.
7390 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
8c39e595 7391 (facemenu-add-new-color): Make second argument mandatory.
588c0770 7392 Create the appropriate face and return it. Simplify.
019b1899
LK
7393 (facemenu-set-foreground, facemenu-set-background): Don't check if
7394 color is defined. Use return value of facemenu-add-new-color.
7395
32da5de9
NR
73962005-06-26 Nick Roberts <nickrob@snap.net.nz>
7397
7398 * progmodes/gud.el (gud-filter): Add missing argument to
7399 with-selected-window.
7400
62350cdd
SM
74012005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7402
7403 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7404 a :require to the defcustom.
7405
7406 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7407 defcustoms corresponding to minor modes.
7408
ec9ac2be
DP
74092005-06-26 David Ponce <david@dponce.com>
7410
025691ed 7411 * recentf.el: Require tree-widget instead of wid-edit.
ec9ac2be
DP
7412 (recentf-filename-handler): Fix widget :type.
7413 (recentf-cancel-dialog, recentf-open-more-files)
7414 (recentf-open-files-action): Doc fix.
7415 (recentf-dialog-goto-first): New function.
7416 (recentf-dialog-mode-map): Set parent keymap first.
62350cdd
SM
7417 (recentf-dialog-mode): Define with define-derived-mode.
7418 Don't display continuation lines in dialogs.
ec9ac2be
DP
7419 (recentf-edit-list): Rename from recentf-edit-selected-items.
7420 (recentf-edit-list-select): Rename from recentf-edit-list-action.
7421 Simplify.
7422 (recentf-edit-list-validate): New function.
7423 (recentf-edit-list): Update accordingly.
7424 (recentf-open-files-item-shift): Remove.
7425 (recentf-open-files-item): Convert menu elements into tree and
7426 link widgets. Don't create the widgets.
7427 (recentf-open-files): Update accordingly.
7428 (recentf-save-list): Untabify.
7429
33b79ce4
LT
74302005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7431
dd716cec
LT
7432 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7433 (keep-lines): Add INTERACTIVE arg. Never delete lines only
7434 partially contained in the active region. Do not take active
7435 region into account when called from Lisp, unless INTERACTIVE arg
7436 is non-nil. Use `forward-line' instead of `beginning-of-line' to
7437 avoid trouble with fields. Make marker point nowhere when no
7438 longer used. Always return nil. Doc fix.
7439 (flush-lines): Add INTERACTIVE arg. Do not take active region
7440 into account when called from Lisp, unless INTERACTIVE arg is
7441 non-nil. Use `forward-line' instead of `beginning-of-line' to
7442 avoid trouble with fields. Make marker point nowhere when no
7443 longer used. Always return nil. Doc fix.
7444 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
7445 interchangeable. Do not take active region into account when
7446 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
7447 message in echo area when called from Lisp, unless INTERACTIVE arg
7448 is non-nil. Avoid saying "1 occurrences". Do not use markers.
7449 Return the number of matches. Doc fix.
7450 (occur): Doc fix.
7451 (perform-replace): Make comment follow double space convention for
7452 the sake of `outline-minor-mode'.
7453
33b79ce4
LT
7454 * faces.el (facep): Doc fix.
7455
df13531d
RS
74562005-06-25 Richard M. Stallman <rms@gnu.org>
7457
a68d870b
RS
7458 * facemenu.el (facemenu-enable-faces-p): New function.
7459 (facemenu-background-menu, facemenu-foreground-menu)
7460 (facemenu-face-menu): Add menu-enable property.
7461
df13531d
RS
7462 * jka-compr.el (jka-compr-insert-file-contents):
7463 Special handling if cannot find the uncompression program.
7464
7465 * cus-face.el (custom-face-attributes): Add autoload.
7466
7467 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7468 Bind comment-indent-function locally.
7469
7470 * window.el (save-selected-window): Use save-current-buffer.
7471
7472 * subr.el (with-selected-window): Use save-current-buffer.
7473
7474 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7475 and with-current-buffer.
7476
19cfc561
RS
74772005-06-24 Richard M. Stallman <rms@gnu.org>
7478
7479 * simple.el (line-move-1): Fix previous change.
7480
8346425e
JB
74812005-06-24 Juanma Barranquero <lekktu@gmail.com>
7482
7483 * replace.el (occur-1): Set `buffer-read-only' and the
7484 buffer-modified flag before running `occur-hook' to protect
7485 against unintentional buffer switches that can lead to data loss.
7486
1c955542
NR
74872005-06-24 Nick Roberts <nickrob@snap.net.nz>
7488
7489 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7490 (gud-gdb-marker-filter): Use font-lock-warning-face for any
7491 initial error.
8346425e 7492
1c955542
NR
7493 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7494 after fresh input.
7495 (gdb-var-create-handler): Put name of expression in quotes.
8346425e 7496
6fb276bd
LT
74972005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7498
7499 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7500 elements of RING in order, and without bogus nil elements.
7501
528b6abc
RS
75022005-06-23 Richard M. Stallman <rms@gnu.org>
7503
7504 * simple.el (set-variable): Args renamed; doc fix.
7505 (line-move-1): When there are overlays around, use vertical-motion.
7506
7507 * faces.el (escape-glyph): Use brown against light background.
62350cdd 7508 (nobreak-space): Rename from no-break-space.
528b6abc
RS
7509 Fix previous change.
7510
7511 * dired-aux.el (dired-do-copy): Fix arg prompt.
7512
7513 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7514
aed4a603
GM
75152005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7516
7517 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7518 rather than "Distributor".
7519
9180519b
LK
75202005-06-23 Lute Kamstra <lute@gnu.org>
7521
7522 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7523 (debug-on-entry): Use it. New interactive declaration that uses
7524 function-called-at-point.
7525
9d12e52b
KS
75262005-06-23 Kim F. Storm <storm@cua.dk>
7527
7528 * subr.el (save-match-data): Add comment about using evaporate arg
7529 to set-match-data.
7530
6d44324c
GM
75312005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7532
7533 * cus-edit.el (customize-face)
7534 (customize-face-other-window): Handle face aliases.
7535
7536 * faces.el (face-documentation, set-face-attribute)
7537 (face-spec-set): Handle face aliases.
7538
a1ef2eab
JB
75392005-06-22 Juanma Barranquero <lekktu@gmail.com>
7540
7541 * help-mode.el (help-make-xrefs): If a symbol representing a face
7542 name is not followed by the word "face", it could still be a
7543 function or variable name, so don't bypass other checks.
7544
8906db27
JL
75452005-06-22 Juri Linkov <juri@jurta.org>
7546
7547 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7548 Replace aliased functions with calls where second arg `inherit' is t.
7549
8431b136
NR
75502005-06-22 Nick Roberts <nickrob@snap.net.nz>
7551
7552 * progmodes/gdb-ui.el (gdb-error): New variable.
7553 (gdb-error): New function.
7554 (gdb-annotation-rules): Act on error-begin and error annotations.
7555 (gdb-concat-output): Use font-lock-warning-face for errors.
7556
53abc3bf
MB
75572005-06-22 Miles Bader <miles@gnu.org>
7558
5715f853
MB
7559 * bindings.el (propertized-buffer-identification): Use renamed
7560 `Buffer-menu-buffer' face.
7561
62350cdd 7562 * faces.el (vertical-border): Rename from `vertical-divider'.
73106994 7563 (escape-glyph): Change dark-background color back to `cyan'.
53abc3bf 7564
36a3b076
JL
75652005-06-21 Juri Linkov <juri@jurta.org>
7566
7567 * faces.el (face-user-default-spec): Try getting `customized-face'
7568 prior to `saved-face'.
7569 (frame-background-mode): Refill docstring.
7570
7571 * emacs-lisp/lisp-mode.el (eval-defun-1):
7572 * emacs-lisp/edebug.el (edebug-eval-defun):
7573 Set `saved-face' temporarily to nil before calling form.
7574 Set `customized-face' to the new spec after that.
7575
23873c96
JB
75762005-06-21 Juanma Barranquero <lekktu@gmail.com>
7577
7578 * subr.el (1value, lambda, key-substitution-in-progress):
7579 Doc fixes.
7580
7581 * autoinsert.el (auto-insert-alist):
7582 * ses.el (ses-call-printer):
7583 * subr.el (noreturn):
7584 * emacs-lisp/lisp.el (check-parens):
7585 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7586 * net/browse-url.el (browse-url-mosaic):
7587 * progmodes/cc-defs.el (c-safe-scan-lists):
7588 * progmodes/ebnf-abn.el (ebnf-abn-lex):
7589 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7590 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7591 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7592 * progmodes/ebnf-iso.el (ebnf-iso-lex):
7593 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7594
c224c19a
RS
75952005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
7596
7597 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7598
006b1390
GM
75992005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
7600
7601 * calendar/appt.el (appt-make-list): Activate the package, if
7602 not already active (for backwards compatibility).
7603
b7d1f38f
KS
76042005-06-20 Kim F. Storm <storm@cua.dk>
7605
7606 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
7607
b4e49aee
MB
76082005-06-20 Miles Bader <miles@gnu.org>
7609
7610 * faces.el (vertical-divider): New face.
7611
01ba9662
JB
76122005-06-20 Juanma Barranquero <lekktu@gmail.com>
7613
7614 * simple.el (kill-whole-line): Doc fix.
7615 (next-error-buffer-p, next-error-find-buffer)
7616 (clone-indirect-buffer): Fix typos in docstrings.
cc4cb0f5
JB
7617 (comment-line-break-function): Doc fix: don't say variable
7618 is automatically buffer-local (it isn't).
01ba9662 7619
ebd06e28
MA
76202005-06-19 Michael Albinus <michael.albinus@gmx.de>
7621
7622 * net/tramp-ftp.el (top):
7623 * net/tramp-smb.el (top):
7624 * net/tramp-util.el (top):
7625 * net/tramp-uu.el (top):
7626 * net/tramp-vc.el (top):
7627 * net/tramp.el (top): Revert copyright years back to original
7628 ones. Tramp has a life outside GNU Emacs.
7629
5dafe00b
NR
76302005-06-19 Nick Roberts <nickrob@snap.net.nz>
7631
01ba9662 7632 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5dafe00b 7633
f04a8969
JL
76342005-06-18 Juri Linkov <juri@jurta.org>
7635
7636 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
7637 end of first regexp to limit the match to the position between
7638 line number and source line with same separator character as used
7639 between file name and line number. In the second regexp limit
7640 mouse-face area to file name and line number by adding new group
7641 for them and referring it in HYPERLINK arg.
7642 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
7643 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
7644 previous line where grep markers may be already removed.
7645
e7c2398a
EZ
76462005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
7647
62350cdd 7648 * progmodes/ps-mode.el: Update version and maintainer's email address.
e7c2398a 7649
7ceb6e54 76502005-06-18 Steve Youngs <steve@xemacs.org>
49866ff8
EZ
7651
7652 * net/browse-url.el (browse-url-browser-function)
7653 (browse-url-default-browser): Add firefox.
7654 (browse-url-firefox-program, browse-url-firefox-arguments)
7655 (browse-url-firefox-startup-arguments)
7656 (browse-url-firefox-new-window-is-tab): New defcustoms.
7657 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
7658
f19b57e3
RS
76592005-06-17 Richard M. Stallman <rms@gnu.org>
7660
0ad6717d
RS
7661 * startup.el (command-line): Warn if specified user name has
7662 no home directory.
7663
f19b57e3
RS
7664 * term.el (term-get-old-input, term-input-filter, term-input-sender)
7665 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
7666
ebd06e28 7667 * longlines.el (longlines-mode, longlines-show-hard-newlines):
f19b57e3
RS
7668 Doc fixes.
7669
7670 * faces.el (underline): Try bold if terminal doesn't support underline.
7671
7672 * mail/sendmail.el (mail-setup-with-from): New variable.
7673 (mail-insert-from-field): New function.
7674 (sendmail-send-it): Call it.
7675 (mail-setup): Optionally call it here.
7676
7677 * term/linux.el: Call tty-no-underline.
7678
043f95ab
LT
76792005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7680
7681 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
7682
579322ca
MB
76832005-06-17 Miles Bader <miles@gnu.org>
7684
fa735daa
MB
7685 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
7686 (ediff-current-diff-C, ediff-current-diff-Ancestor)
7687 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
7688 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
7689 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
7690 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
7691 Remove "-face" suffix from face names.
7692 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7693 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7694 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7695 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7696 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7697 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7698 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7699 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7700 New backward-compatibility aliases for renamed faces.
7701 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7702 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7703 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7704 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7705 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7706 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7707 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7708 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7709 Use renamed ediff faces.
7710
958e6876
MB
7711 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
7712 Remove "-face" suffix from face names.
53099cfc 7713 (eshell-test-ok-face, eshell-test-failed-face):
958e6876
MB
7714 New backward-compatibility aliases for renamed faces.
7715 (eshell-run-test): Use renamed eshell-test faces.
7716
ca19f3f1
AS
7717 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
7718 face name.
7719 (eshell-prompt-face): New backward-compatibility alias for renamed
7720 face.
958e6876
MB
7721 (eshell-emit-prompt): Use renamed eshell-prompt face.
7722
7723 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
7724 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
7725 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
7726 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
7727 Remove "-face" suffix from face names.
7728 (eshell-ls-directory-face, eshell-ls-symlink-face)
7729 (eshell-ls-executable-face, eshell-ls-readonly-face)
7730 (eshell-ls-unreadable-face, eshell-ls-special-face)
7731 (eshell-ls-missing-face, eshell-ls-archive-face)
7732 (eshell-ls-backup-face, eshell-ls-product-face)
53099cfc 7733 (eshell-ls-clutter-face):
958e6876
MB
7734 New backward-compatibility aliases for renamed faces.
7735 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
7736
62350cdd
SM
7737 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
7738 Remove "-face" suffix from face name.
579322ca
MB
7739 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
7740 instead of literal face.
7741
289824a3
JB
77422005-06-17 Juanma Barranquero <lekktu@gmail.com>
7743
53099cfc
JB
7744 * emacs-lisp/warnings.el (display-warning, lwarn)
7745 (warning-minimum-log-level): Doc fixes.
7746 (warning-minimum-level, warning-minimum-log-level):
7747 Add :debug to :type choices.
7748
289824a3
JB
7749 * progmodes/ada-mode.el (ada-format-paramlist)
7750 (ada-get-indent-case, ada-check-matching-start)
7751 (ada-check-defun-name, ada-goto-matching-decl-start)
7752 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
7753 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
7754 (ada-make-subprogram-body): Follow error conventions.
7755 (ada-case-exception-file, ada-indent-comment-as-code)
7756 (ada-indent-handle-comment-special, ada-indent-renames)
7757 (ada-indent-return, ada-search-directories-internal)
7758 (ada-tab-policy, ada-case-exception-substring)
7759 (ada-other-file-alist, ada-matching-start-re)
7760 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
7761 (ada-imenu-generic-expression, ada-compile-goto-error)
7762 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
7763 (ada-popup-menu, ada-add-extensions, ada-mode)
7764 (ada-region-selected, ada-create-case-exception)
7765 (ada-create-case-exception-substring, ada-after-keyword-p)
7766 (ada-activate-keys-for-case, ada-adjust-case-region)
7767 (ada-adjust-case-buffer, ada-format-paramlist)
7768 (ada-scan-paramlist, ada-insert-paramlist)
7769 (ada-indent-newline-indent)
7770 (ada-indent-newline-indent-conditional)
7771 (ada-justified-indent-current, ada-goto-previous-word)
7772 (ada-indent-current, ada-get-indent-open-paren)
7773 (ada-get-indent-paramlist, ada-get-indent-end)
7774 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
7775 (ada-get-indent-block-start, ada-get-indent-subprog)
7776 (ada-get-indent-noindent, ada-get-indent-label)
7777 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
7778 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
7779 (ada-goto-stmt-end, ada-goto-next-word)
7780 (ada-check-matching-start, ada-check-defun-name)
7781 (ada-goto-matching-decl-start, ada-goto-matching-start)
7782 (ada-goto-matching-end, ada-search-ignore-string-comment)
7783 (ada-in-decl-p, ada-looking-at-semi-or)
7784 (ada-looking-at-semi-private, ada-in-paramlist-p)
7785 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
7786 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
7787 (ada-next-procedure, ada-previous-procedure, ada-next-package)
7788 (ada-previous-package, ada-create-menu)
7789 (ada-fill-comment-paragraph-justify)
7790 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
7791 (ada-other-file-name, ada-last-which-function-line)
7792 (ada-last-which-function-subprog, ada-which-function)
7793 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
7794 (ada-gen-treat-proc, ada-check-emacs-version)
7795 (ada-continuation-indent, ada-align-region-separate):
7796 Fix typos in docstrings.
7797 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
7798
52167727
LK
77992005-06-16 Lute Kamstra <lute@gnu.org>
7800
7801 * simple.el (fundamental-mode): Run after-change-major-mode-hook
7802 conditionally.
7803
04cedb11
JB
78042005-06-16 Juanma Barranquero <lekktu@gmail.com>
7805
246d1dba
JB
7806 * comint.el (comint-replace-by-expanded-filename)
7807 (comint-prompt-regexp, comint-delimiter-argument-list)
7808 (comint-preinput-scroll-to-bottom):
7809 * info.el (Info-hide-cookies-node):
7810 * ls-lisp.el (ls-lisp-classify):
7811 * find-file.el (ff-search-directories, ff-special-constructs)
7812 (ff-find-other-file):
7813 * font-lock.el (font-lock-keywords):
7814 * shell.el (shell-prompt-pattern)
7815 (shell-dynamic-complete-functions, shell-mode)
7816 (shell-delimiter-argument-list):
7817 * term.el (term-replace-by-expanded-filename)
7818 (term-prompt-regexp, term-delimiter-argument-list):
7819 * woman.el (woman-ignore, woman0-if):
7820 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
7821 * emacs-lisp/elint.el (elint-init-env):
7822 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
7823 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
7824 * language/ethio-util.el (ethio-tilde-escape)
7825 (ethio-use-three-dot-question):
7826 * net/zone-mode.el (zone-mode-load-time-setup):
7827 * progmodes/cc-align.el (c-lineup-argcont):
7828 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
7829 * progmodes/cperl-mode.el (cperl-set-style-back):
7830 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7831 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
7832 Fix spellings in docstrings.
7833
7834 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
7835 * progmodes/modula2.el (m2-for): Fix spellings.
7836
7837 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
7838
7839 * simple.el (undo-more): Don't use `format' on `error' arguments.
7840 Improve argument/docstring consistency.
7841 (pending-undo-list): Doc fix.
7842
7843 * smerge-mode.el (smerge-ensure-match):
7844 * emulation/vip.el (vip-ex):
7845 * net/zone-mode.el (zone-mode-update-serial):
7846 * progmodes/idlwave.el (idlwave-complete):
7847 * progmodes/vhdl-mode.el (vhdl-visit-file)
7848 (vhdl-compose-wire-components):
7849 Don't use `format' on `error' arguments.
7850
04cedb11
JB
7851 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
7852 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
7853 (tooltip-help-tips): Fix typos in docstrings.
7854
c25ae380
DP
78552005-06-16 David Ponce <david@dponce.com>
7856
7857 * tree-widget.el (tree-widget-value-create): Simplify last change.
7858
e6838581
KS
78592005-06-15 Matt Hodges <MPHodges@member.fsf.org>
7860
7861 * ido.el (ido-incomplete-regexp): New variable.
7862 (ido-set-matches-1): Handle invalid-regexp error and set
7863 ido-incomplete-regexp.
7864 (ido-incomplete-regexp): New face.
7865 (ido-completions): Use it.
62350cdd
SM
7866 (ido-complete, ido-exit-minibuffer, ido-completions):
7867 Handle incomplete regexps.
e6838581
KS
7868 (ido-completions): Add check for complete match when entering a regexp.
7869
10f401d2
SM
78702005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7871
7872 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
7873
c202dc91
SM
78742005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7875
7876 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
7877 by field delimiters.
7878
763e7cf6
DP
78792005-06-15 David Ponce <david@dponce.com>
7880
3b2f3d1a
DP
7881 * tree-widget.el: eval-and-compile inlined functions so they will
7882 be available at run-time too.
7883 (tree-widget-super-format-handler)
763e7cf6
DP
7884 (tree-widget-format-handler): Remove.
7885 (tree-widget-value-create): Handle the :indent property.
7886
e6572f79
MB
78872005-06-15 Miles Bader <miles@gnu.org>
7888
ef88a999
MB
7889 * progmodes/which-func.el (which-func): Only inherit
7890 `font-lock-function-name-face' when that makes sense against the
7891 default mode-line face, otherwise set the face color explicitly.
7892
e6572f79
MB
7893 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
7894 faces instead of (non-existent) variables.
7895
f1b6d70f
SM
78962005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7897
7898 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
7899 (iswitchb-get-matched-buffers): Likewise. Simplify.
7900
b6116bd2
MB
79012005-06-14 Miles Bader <miles@gnu.org>
7902
a5d37031
MB
7903 * progmodes/ld-script.el (ld-script-location-counter):
7904 Remove "-face" suffix from face name.
e6838581 7905 (ld-script-location-counter-face):
a5d37031
MB
7906 New backward-compatibility alias for renamed face.
7907 (ld-script-location-counter-face): Use renamed face.
7908
e4c067b5
MB
7909 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
7910 (cperl-hash): Remove "-face" suffix from face names.
7911 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
a5d37031 7912 New backward-compatibility aliases for renamed faces.
e4c067b5
MB
7913 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
7914 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
7915
9ce2eb5e
MB
7916 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
7917 name.
7918 (which-func-face): New backward-compatibility alias for renamed face.
7919 (which-func-format): Use renamed which-func face.
7920
63a5fd63
MB
7921 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
7922 (vhdl-function, vhdl-directive, vhdl-reserved-word)
7923 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
7924 names.
7925 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
7926 (vhdl-speedbar-configuration, vhdl-speedbar-package)
7927 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
7928 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
7929 (vhdl-speedbar-architecture-selected)
7930 (vhdl-speedbar-configuration-selected)
7931 (vhdl-speedbar-package-selected)
7932 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
7933 names.
7934 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
7935 Use renamed faces.
7936 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
7937 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
7938 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
7939 Use renamed faces.
7940 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
7941 names.
7942 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
7943 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
7944 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
7945 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
7946 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
7947 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
7948
33595ec6
MB
7949 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
7950 face name.
7951 (sh-heredoc-face): New backward-compatibility alias for renamed face.
7952 (sh-heredoc-face): Use renamed sh-heredoc face.
7953
57267a95
MB
7954 * progmodes/idlw-help.el (idlwave-help-link):
7955 Remove "-face" suffix from face name.
7956 (idlwave-help-link-face):
7957 New backward-compatibility alias for renamed face.
7958 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
7959
7960 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
7961 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
7962 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
7963 New backward-compatibility aliases for renamed faces.
7964 (idlwave-shell-disabled-breakpoint-face)
7965 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
7966
10f401d2 7967 * progmodes/flymake.el (flymake-errline, flymake-warnline):
ded09abd
MB
7968 Remove "-face" suffix from face names.
7969 (flymake-errline-face, flymake-warnline-face):
7970 New backward-compatibility aliases for renamed faces.
7971 (flymake-highlight-line): Use renamed flymake faces.
7972
4f2d55da
MB
7973 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7974 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
7975 (ebrowse-member-class, ebrowse-progress):
7976 Remove "-face" suffix from face names.
7977 (ebrowse-tree-mark-face, ebrowse-root-class-face)
7978 (ebrowse-file-name-face, ebrowse-default-face)
7979 (ebrowse-member-attribute-face, ebrowse-member-class-face)
e6838581 7980 (ebrowse-progress-face):
4f2d55da
MB
7981 New backward-compatibility aliases for renamed faces.
7982 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
7983 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
7984 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
7985 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
7986
ca19f3f1
AS
7987 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
7988 antlr-syntax)
7a3dfaee 7989 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
ca19f3f1
AS
7990 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
7991 names.
7a3dfaee
MB
7992 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
7993 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
7994 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
ca19f3f1
AS
7995 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
7996 backward-compatibility aliases for renamed faces.
7a3dfaee
MB
7997 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
7998 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
ca19f3f1
AS
7999 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
8000 remove "font-lock-". Use renamed antlr-mode faces.
8001 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
8002 literal face-names with face variable references.
7a3dfaee 8003
b6116bd2
MB
8004 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
8005 face name.
8006 (Buffer-menu-buffer-face): New backward-compatibility alias for
8007 renamed face.
8008 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
8009
14901265
DP
80102005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
8011
8012 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
8013 Eliminate "-face" suffix.
10f401d2 8014 (makefile-targets): Inherit from font-lock-function-name-face and
14901265
DP
8015 eliminate "-face" suffix.
8016 (makefile-shell): Remove attributes and eliminate "-face" suffix.
8017 (makefile-*-font-lock-keywords): Append makefile-targets in rule
8018 actions, instead of prepending, to make it less visible.
10f401d2
SM
8019 (makefile-previous-dependency, makefile-match-dependency):
8020 Don't match a target on a continuation line.
14901265
DP
8021
8022 * files.el (auto-mode-alist): Put Makefile in gmake mode.
8023
3da629bd
NR
80242005-06-15 Nick Roberts <nickrob@snap.net.nz>
8025
1c955542
NR
8026 * progmodes/gdb-ui.el (menu): Re-order menu items.
8027 (gdb-tooltip-print): Respect tooltip-use-echo-area.
8346425e 8028
3da629bd
NR
8029 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8030 Define in tooltip.el.
8031 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
8032 (gud-tooltip-tips): Respect tooltip-use-echo-area and
8033 gud-tooltip-echo-area.
8034
8035 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
8036 backward compatibility and make obsolete.
8037 (tooltip-help-tips): Use tooltip-use-echo-area.
8038 (tooltip-show-help-function): Rename to...
8039 (tooltip-show-help): ...this, because it is a function.
8040 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
8041
197a7aaa
LT
80422005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8043
8044 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
8045 (edebug-print-length, edebug-print-level, edebug-print-circle)
8046 (edebug-modify-breakpoint, edebug-eval-last-sexp)
8047 (edebug-eval-print-last-sexp): Doc fixes.
8048
6de5b135
KS
80492005-06-14 Kim F. Storm <storm@cua.dk>
8050
8051 * ido.el (ido-mode): Make a new keymap every time we enable ido,
8052 as the coverage buffer/file/both may change.
8053
b59f605b
LK
80542005-06-14 Lute Kamstra <lute@gnu.org>
8055
8056 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
8057 and run-mode-hooks. Simplify.
8058
8059 * mail/rmailedit.el (rmail-edit-mode):
8060 * progmodes/octave-inf.el (inferior-octave-mode):
8061 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8062
8063 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8064 and run-mode-hooks.
8065 (recentf-edit-list, recentf-open-files): Don't call
8066 kill-all-local-variables directly.
8067
8068 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8069
ca0a6900
JB
80702005-06-14 Juanma Barranquero <lekktu@gmail.com>
8071
0b46b379
JB
8072 * emacs-lisp/byte-run.el (make-obsolete)
8073 (define-obsolete-function-alias): Rename arguments FUNCTION and
8074 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10f401d2
SM
8075 (make-obsolete-variable, define-obsolete-variable-alias):
8076 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
0b46b379
JB
8077 respectively.
8078
8079 * isearchb.el (isearchb-activate):
8080 * pcvs.el (cvs-mode):
8081 * ses.el (ses-load):
8082 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8083 * net/tramp.el (tramp-find-file-exists-command)
8084 (tramp-find-shell):
8085 * progmodes/ada-mode.el (ada-create-case-exception)
8086 (ada-create-case-exception-substring, ada-make-subprogram-body):
8087 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8088 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8089 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8090 * textmodes/org.el (org-promote, org-evaluate-time-range)
8091 (org-agenda-next-date-line, org-agenda-previous-date-line)
8092 (org-agenda-error, org-open-at-point, org-table-move-row)
8093 (org-format-table-table-html-using-table-generate-source)
8094 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8095 * textmodes/reftex.el (reftex-access-scan-info):
8096 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8097 (reftex-toc-promote-prepare): Follow error conventions.
8098
8099 * diff-mode.el (diff-mode): Fix typo in docstring.
8100
ca0a6900
JB
8101 * forms.el (forms--intuit-from-file): Fix reference to
8102 `forms-number-of-fields' in error message.
8103 (forms-print): Fix quoting in error message.
8104
8105 * forms.el (forms-mode):
8106 * emulation/vi.el (vi-goto-insert-state):
8107 * progmodes/flymake.el (flymake-new-err-info)
8108 (flymake-start-syntax-check-for-current-buffer)
8109 (flymake-simple-cleanup):
8110 * eshell/esh-var.el (eshell/export):
8111 * progmodes/gud.el (xdb):
8112 * textmodes/flyspell.el (flyspell-incorrect-hook)
8113 (flyspell-maybe-correct-transposition)
8114 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8115
7efb41ae
LT
81162005-06-13 Luc Teirlinck <teirllm@auburn.edu>
8117
8118 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8119 minibuffer prompt.
8120
929129ff
KS
81212005-06-13 Kim F. Storm <storm@cua.dk>
8122
8123 * subr.el (add-to-ordered-list): New defun.
8124
8125 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8126 add cua--keymap-alist to emulation-mode-map-alists.
8127
5aa6db57
SM
81282005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8129
8130 * subr.el (complete-in-turn): New macro.
8131 (dynamic-completion-table, lazy-completion-table): Add debug info.
8132
8133 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8134 in preference to face aliases.
8135
8136 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8137 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8138 Remove unused vars `start' and `firstline'.
8139 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8140 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8141
2702394e
EZ
81422005-06-13 Eli Zaretskii <eliz@gnu.org>
8143
8144 * cus-start.el (all): Don't complain about missing GTK-related
8145 variables, unless either `gtk' is boundp or this isn't a
8146 `windows-nt' build.
8147
dd72a03a
LK
81482005-06-13 Lute Kamstra <lute@gnu.org>
8149
4da76c6a
LK
8150 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8151 run-mode-hooks.
8152
8153 * ediff-mult.el (ediff-meta-mode):
8154 * ediff-util.el (ediff-mode): Use run-mode-hooks.
8155
8156 * ledit.el (ledit-mode): Use delay-mode-hooks.
8157
63e9aa8e
LK
8158 * woman.el (woman-mode-line-format): Delete constant.
8159 (woman-mode-map): Initialize it properly.
5aa6db57
SM
8160 (woman-mode): Set mode-class property to special.
8161 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
8162 Set major-mode and mode-name. Don't set mode-line-format directly.
8163 (Man-getpage-in-background): Don't reference woman-mode-line-format.
63e9aa8e 8164
dd72a03a
LK
8165 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8166 string argument obsolete.
8167
30313b90
CD
81682005-06-13 Carsten Dominik <dominik@science.uva.nl>
8169
0b46b379 8170 * textmodes/org.el (org-CUA-compatible): New option.
30313b90
CD
8171 (org-disputed-keys): New variable.
8172 (org-key): New function.
8173 (orgtbl-make-binding): Add docstring to the created function.
8174 (org-mode): Set paragraph start/separate regexps.
8175 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8176 (org-archive-location, org-archive-mark-done)
8177 (org-archive-stamp-time): New options.
8178 (org-archive-subtree): New command.
8179 (org-fill-paragraph): New function.
8180 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8181 (org-fake-empty-table-line): Function removed.
8182 (org-format-org-table-html): Do not create empty table lines at
8183 separator lines. Improved table header treatment.
8184 (org-link-format): New option.
8185 (org-make-link): New function.
8186 (org-insert-link, org-store-link): Use org-make-link.
8187 (org-open-file): Quote file name for shell command, to allow
8188 spaces in file names.
5aa6db57
SM
8189 (org-link-regexp): Fix bug with mailto link.
8190 (org-link-maybe-angles-regexp, org-protected-link-regexp):
8191 New constants.
30313b90
CD
8192 (org-export-as-html): Deal with the optional angles around a link.
8193 Better treatment of file: links.
8194 (org-open-at-point): Replace @{ and @} with < and >.
8195 (org-run-mode-hooks): Function removed.
8196 (org-agenda-mode): No longer use `org-run-mode-hooks'.
8197
3fd355d4
NR
81982005-06-13 Nick Roberts <nickrob@snap.net.nz>
8199
8200 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8201 MI command -data-list-register-values.
8202 (gdb-post-prompt): Indent properly.
8203
b1412131
JB
82042005-06-13 Juanma Barranquero <lekktu@gmail.com>
8205
8206 * hilit-chg.el (highlight-changes-colors): Rename from
8207 `highlight-changes-colours'.
8208 (highlight-changes-colours): Keep as obsolete alias.
8209 (highlight-changes-face-list): Doc fix.
8210 (hilit-chg-make-list): Use `highlight-changes-colors'.
8211
defa8e19
MH
82122005-06-12 Mark A. Hershberger <mah@everybody.org>
8213
8214 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8215 defun-prompt-regexp.
8216
a1e8cad6
EZ
82172005-06-12 Eli Zaretskii <eliz@gnu.org>
8218
0e659f57
EZ
8219 * loadup.el: Don't say we are dumping under 2 names on windows-nt
8220 and cygwin.
8221
5aa6db57
SM
8222 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8223 Don't use an old loaddefs.el, as in Makefile.in.
a1e8cad6 8224
ca0113b8
LK
82252005-06-12 Lute Kamstra <lute@gnu.org>
8226
f586d18e
LK
8227 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8228
3a1524ed
LK
8229 * man.el (Man-mode-map): Initialize it properly.
8230 (Man-mode): Set mode-class property to special.
8231
ca0113b8
LK
8232 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8233
32cc0b00
LT
82342005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8235
8236 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8237 A newline is needed in the docstring there.
8238
8239 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8240 Doc fixes.
8241
ac9abffe
VJL
82422005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8243
8244 * printing.el: Doc fix. The menubar is no more changed when printing
8245 is loaded, it only changes when pr-menu-bind or pr-update-menus is
b2c9cbd3 8246 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
ac9abffe
VJL
8247 (pr-version): New version number (6.8.4).
8248 (pr-menu-bind): New command.
8249 (pr-update-menus): Docstring and code fix.
8250 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8251 Docstring fix.
8252 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8253 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8254
d4ddf783
TTN
82552005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
8256
8257 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8258 "Returns" to "return", document useful return values, etc.
8259
98d1a1cf
EZ
82602005-06-11 Alan Mackenzie <acm@muc.de>
8261
8262 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8263 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8264 (adaptive-file-function): Minor amendment to doc-string.
8265
e0dcaa3f
EZ
82662005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8267
67ed6461 8268 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5aa6db57
SM
8269 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8270 Fix :type--it is `integer', not `string'.
67ed6461 8271
e0dcaa3f
EZ
8272 * faces.el (modeline-highlight): Rename from (the erroneous)
8273 `modeline-higilight'.
8274
e5d79aa5
LK
82752005-06-11 Lute Kamstra <lute@gnu.org>
8276
8277 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8278 lisp-interaction-mode-map but make it the parent.
8279 (edebug-eval-mode): Use define-derived-mode.
8280
480c8cd3
AS
82812005-06-11 Andreas Schwab <schwab@suse.de>
8282
8283 * bindings.el: Add binding of `ESC functionkey' for every
8284 `M-functionkey'.
8285 * hexl.el (hexl-mode-map): Likewise.
8286
d11f8e1a
JR
82872005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
8288
8289 * progmodes/compile.el (compilation-error-regexp-alist-alist)
8290 [msft]: update regexp for newer msft compilers.
8291
23d519e4
MH
82922005-06-10 Mark A. Hershberger <mah@everybody.org>
8293
8294 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8295 ATTLIST portions of included DTDs.
8296 (xml-parse-dtd): Eliminate use of inefficient match-data.
8297
62d39a42
MB
82982005-06-10 Miles Bader <miles@gnu.org>
8299
530b0472
MB
8300 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8301 (mpuz-text): Remove "-face" suffix from face names.
8302 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8303 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8304 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8305
62d39a42
MB
8306 * play/gomoku.el (gomoku-O, gomoku-X):
8307 Remove "-face" suffix from face names.
8308 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8309 New backward-compatibility aliases for renamed faces.
8310 (gomoku-font-lock-keywords): Use renamed gomoku faces.
8311
83acf231
JB
83122005-06-10 Juanma Barranquero <lekktu@gmail.com>
8313
578c1340
JB
8314 * thumbs.el: Fixes for changes of 2005-06-09.
8315 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8316 as a directory.
8317 (thumbs-thumbname): Remove directory separator from format string;
8318 `thumbs-thumbsdir' now returns a valid directory name.
8319 (thumbs-temp-dir): New defsubst.
8320 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8321 Use it.
8322
466c78c0
JB
8323 * cus-edit.el (minibuffer):
8324 * files.el (make-backup-file-name-function):
8325 * filesets.el (filesets-external-viewers):
8326 * hilit-chg.el (highlight-changes-colours)
8327 (highlight-changes-face-list, highlight-changes-rotate-faces):
8328 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8329 * kmacro.el (kmacro-call-macro):
8330 * log-edit.el (log-edit-changelog-full-paragraphs):
8331 * mouse.el (mouse-1-click-follows-link):
8332 * skeleton.el (skeleton-autowrap):
8333 * subr.el (insert-for-yank-1):
8334 * tempo.el (tempo-insert-region):
8335 * terminal.el (terminal-emulator):
8336 * time.el (display-time-mail-face):
8337 * vc.el (vc-annotate):
8338 * vcursor.el (vcursor-copy-line):
8339 * woman.el (woman-bold-headings, woman-ignore)
8340 (woman-default-faces, woman-monochrome-faces):
8341 * calendar/todo-mode.el (todo-insert-threshold):
8342 * emulation/pc-select.el (pc-select-selection-keys-only)
8343 (pc-selection-mode):
8344 * emulation/vip.el (vip-find-char-forward):
8345 * emulation/viper-cmd.el (viper-find-char-forward):
ca19f3f1
AS
8346 * international/mule-cmds.el
8347 (select-safe-coding-system-accept-default-p)
466c78c0
JB
8348 (input-method-exit-on-invalid-key):
8349 * international/mule-diag.el (describe-coding-system):
8350 * international/ucs-tables.el (unify-8859-on-encoding-mode):
8351 * net/browse-url.el (browse-url-xterm-program):
8352 * obsolete/lazy-lock.el (lazy-lock-mode):
8353 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8354 (cperl-mode):
8355 * progmodes/cpp.el (cpp-face-light-name-list)
8356 (cpp-face-dark-name-list):
8357 * progmodes/delphi.el (delphi-newline-always-indents):
8358 Fix spellings in docstrings.
8359
83acf231
JB
8360 * ido.el (ido-mode, ido-file-extensions-order)
8361 (ido-default-file-method, ido-default-buffer-method)
8362 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8363 (ido-decorations, ido-read-file-name-as-directory-commands)
8364 (ido-read-file-name-non-ido, ido-work-directory-list)
8365 (ido-ignore-item-temp-list, ido-current-directory)
8366 (ido-magic-forward-char, ido-enter-find-file)
8367 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8368 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8369
257914aa
LK
83702005-06-10 Lute Kamstra <lute@gnu.org>
8371
8372 * play/dunnet.el (dun-mode): Use define-derived-mode.
8373 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
8374 obsolete alias.
8375
2aa8e74a
LK
8376 * play/doctor.el (doctor-mode-map): Remove defvar.
8377 (doctor-mode): Use define-derived-mode.
8378
7bdd8beb
LK
8379 * mail/mspools.el (mspools-mode):
8380 * net/eudc-hotlist.el (eudc-hotlist-mode):
2aa8e74a
LK
8381 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8382
0efefc52
MB
83832005-06-10 Miles Bader <miles@gnu.org>
8384
c43aed5a
MB
8385 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8386 Remove "-face" suffix from face names.
8387 (flyspell-incorrect-face, flyspell-duplicate-face):
8388 New backward-compatibility aliases for renamed faces.
8389 (flyspell-mode-on, make-flyspell-overlay)
8390 (flyspell-highlight-incorrect-region)
8391 (flyspell-highlight-duplicate-region)
8392 (flyspell-display-next-corrections)
8393 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8394
e639491a
MB
8395 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8396 from face name.
8397 (texinfo-heading-face): New backward-compatibility alias for
8398 renamed face.
8399 (texinfo-heading-face): Use renamed texinfo-heading face.
8400
ad49d9d6
MB
8401 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8402 suffix from face names.
83acf231 8403 (tex-math-face, tex-verbatim-face):
ad49d9d6
MB
8404 New backward-compatibility aliases for renamed faces.
8405 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8406 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8407 literal face name.
8408
b4c925d8
MB
8409 * textmodes/table.el (table-cell): Remove "-face" suffix from face
8410 name.
8411 (table-cell-face): New backward-compatibility alias for renamed face.
8412 (table--put-cell-face-property, table--update-cell-face):
8413 Use renamed table-cell face.
8414
b390eb09
MB
8415 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8416 from face name.
8417 (sgml-namespace-face): New backward-compatibility alias for
8418 renamed face.
8419 (sgml-namespace-face): Use renamed sgml-namespace face.
8420
8e49668e
MB
8421 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8422 (org-level-4, org-level-5, org-level-6, org-level-7)
8423 (org-level-8, org-warning, org-headline-done)
8424 (org-deadline-announce, org-scheduled-today)
8425 (org-scheduled-previously, org-link, org-done, org-table)
8426 (org-time-grid): Remove "-face" suffix from face names.
8427 (org-level-1-face, org-level-2-face, org-level-3-face)
8428 (org-level-4-face, org-level-5-face, org-level-6-face)
8429 (org-level-7-face, org-level-8-face, org-warning-face)
8430 (org-headline-done-face, org-deadline-announce-face)
8431 (org-scheduled-today-face, org-scheduled-previously-face)
8432 (org-link-face, org-done-face, org-table-face)
8433 (org-time-grid-face):
8434 New backward-compatibility aliases for renamed faces.
8435 (org-level-faces, org-set-font-lock-defaults, org-timeline)
8436 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8437 (org-agenda-get-timestamps, org-agenda-get-scheduled)
8438 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8439
25c06649
MB
8440 * emulation/viper-init.el (viper-search, viper-replace-overlay)
8441 (viper-minibuffer-emacs, viper-minibuffer-insert)
8442 (viper-minibuffer-vi): Remove "-face" suffix from face names.
8443 (viper-search-face, viper-replace-overlay-face)
8444 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8445 (viper-minibuffer-vi-face):
8446 New backward-compatibility aliases for renamed faces.
8447 (viper-search-face, viper-replace-overlay-face)
8448 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8449 (viper-minibuffer-vi-face): Use renamed viper faces.
8450
4719d184
MB
8451 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8452 Remove "-face" suffix from face names.
8453 (testcover-nohits-face, testcover-1value-face):
8454 New backward-compatibility aliases for renamed faces.
8455 (testcover-mark): Use renamed testcover faces.
8456
ccacbcec
MB
8457 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8458 face name.
8459 (diary-button-face): New backward-compatibility alias for renamed face.
8460 (diary-entry): Use renamed diary-button face.
8461
75eb05f6
MB
8462 * calendar/calendar.el (diary, calendar-today, holiday)
8463 (mark-visible-calendar-date): Remove "-face" suffix from face names.
8464 (diary-face, calendar-today-face, holiday-face):
8465 New backward-compatibility aliases for renamed faces.
8466 (eval-after-load "facemenu", diary-entry-marker)
8467 (calendar-today-marker, calendar-holiday-marker, diary-face):
8468 Use renamed calendar faces.
8469
37af2dd3
MB
8470 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8471 (compare-windows-face): New backward-compatibility alias for
8472 renamed face.
8473 (compare-windows-highlight): Use renamed compare-windows face.
8474
10853fc3
MB
8475 * strokes.el (strokes-char): Remove "-face" suffix from face name.
8476 (strokes-char-face): New backward-compatibility alias for renamed face.
8477 (strokes-encode-buffer): Use renamed strokes-char face.
8478
2058218e
MB
8479 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8480 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8481 Remove "-face" suffix from face names.
8482 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8483 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8484 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
83acf231 8485 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2058218e 8486 Use renamed pcvs faces.
4a9ad3c6
MB
8487 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8488 * pcvs-defs.el (cvs-mode-map): Likewise.
8489 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2058218e 8490
a335c06e
MB
8491 * info.el (info-title-1, info-title-2, info-title-3)
8492 (info-title-4): Remove "-face" suffix from and downcase face names.
8493 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8494 (Info-title-4-face):
8495 New backward-compatibility aliases for renamed faces.
8496 (Info-fontify-node): Use renamed info faces.
8497
a01853d7
MB
8498 * hilit-chg.el (highlight-changes, highlight-changes-delete):
8499 Remove "-face" suffix from face names.
8500 (highlight-changes-face, highlight-changes-delete-face):
8501 New backward-compatibility aliases for renamed faces.
8502 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8503 (hilit-chg-make-list): Use renamed highlight-changes faces.
8504
f0b3dcbf
MB
8505 * generic-x.el (show-tabs-tab, show-tabs-space):
8506 Remove "-face" suffix from face names.
8507 (show-tabs-tab-face, show-tabs-space-face):
8508 New backward-compatibility aliases for renamed faces.
8509 (show-tabs-generic-mode-font-lock-defaults-1)
8510 (show-tabs-generic-mode-font-lock-defaults-2):
8511 Use renamed show-tabs faces.
8512
e8bfdf82
MB
8513 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8514 (smerge-markers): Remove "-face" suffix from face names.
8515 (smerge-mine-face, smerge-other-face, smerge-base-face)
83acf231 8516 (smerge-markers-face):
e8bfdf82
MB
8517 New backward-compatibility aliases for renamed faces.
8518 (smerge-mine-face, smerge-other-face, smerge-base-face)
8519 (smerge-markers-face): Use renamed smerge faces.
8520
ca19f3f1
AS
8521 * log-view.el (log-view-file, log-view-message): Remove "-face"
8522 suffix from face names.
8511877a
SM
8523 (log-view-file-face, log-view-message-face):
8524 New backward-compatibility aliases for renamed faces.
ca19f3f1
AS
8525 (log-view-file-face, log-view-message-face): Use renamed log-view
8526 faces.
d842de85 8527
83acf231 8528 * paren.el (show-paren-match, show-paren-mismatch):
2ec46551 8529 Remove "-face" suffix from face names.
83acf231 8530 (show-paren-match-face, show-paren-mismatch-face):
2ec46551
MB
8531 New backward-compatibility aliases for renamed faces.
8532 (show-paren-function): Use renamed show-paren faces.
8533
42e64878
MB
8534 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8535 (ruler-mode-margins, ruler-mode-fringes)
8536 (ruler-mode-column-number, ruler-mode-fill-column)
8537 (ruler-mode-comment-column, ruler-mode-goal-column)
ca19f3f1
AS
8538 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8539 suffix from face names.
42e64878
MB
8540 (ruler-mode-default-face, ruler-mode-pad-face)
8541 (ruler-mode-margins-face, ruler-mode-fringes-face)
8542 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8543 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8511877a
SM
8544 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8545 New backward-compatibility aliases for renamed faces.
42e64878
MB
8546 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8547 (ruler-mode-column-number, ruler-mode-fill-column)
8548 (ruler-mode-comment-column, ruler-mode-goal-column)
8549 (ruler-mode-tab-stop, ruler-mode-current-column)
ca19f3f1
AS
8550 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8551 faces.
42e64878 8552
ee01ad0e
MB
8553 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8554 face name.
8555 (whitespace-highlight-the-space): Use renamed face.
10853fc3
MB
8556 (whitespace-highlight-face): New backward-compatibility alias for
8557 renamed face.
ee01ad0e 8558
b66e8575
MB
8559 * woman.el (woman-italic, woman-bold, woman-unknown)
8560 (woman-addition, woman-symbol-face):
8561 Remove "-face" suffix from face names.
8562 (woman-italic-face, woman-bold-face, woman-unknown-face)
8563 (woman-addition-face):
8564 New backward-compatibility aliases for renamed faces.
8565 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8566 (woman-decode-region, woman-replace-match)
8567 (woman-display-extended-fonts, woman-special-characters)
8568 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8569 Use renamed woman faces.
8570
041a6e47
MB
8571 * longlines.el (longlines-visible-face): Face removed.
8572
221711eb
MB
8573 * diff-mode.el (diff-header, diff-file-header, diff-index)
8574 (diff-hunk-header, diff-removed, diff-added, diff-changed)
041a6e47 8575 (diff-function, diff-context, diff-nonexistent): Remove "-face"
221711eb
MB
8576 suffix from face names.
8577 (diff-header-face, diff-file-header-face, diff-index-face)
8578 (diff-hunk-header-face, diff-removed-face, diff-added-face)
8579 (diff-changed-face, diff-function-face, diff-context-face)
041a6e47 8580 (diff-nonexistent-face): New backward-compatibility aliases for
221711eb
MB
8581 renamed faces.
8582 (diff-header-face, diff-file-header-face)
8583 (diff-index, diff-index-face, diff-hunk-header)
8584 (diff-hunk-header-face, diff-removed, diff-removed-face)
8585 (diff-added, diff-added-face, diff-changed-face, diff-function)
8586 (diff-function-face, diff-context-face, diff-nonexistent)
8587 (diff-nonexistent-face): Use renamed diff-mode faces.
8588
541a6d0d
MB
8589 * progmodes/compile.el (compilation-warning-face)
8590 (compilation-info-face): Remove "-face" suffix from face names.
83acf231 8591 (compilation-warning-face, compilation-info-face):
541a6d0d
MB
8592 New backward-compatibility aliases for renamed faces.
8593 (compilation-warning-face, compilation-info-face):
8594 Use renamed compilation faces.
8595
fe735a8d
MB
8596 * add-log.el (change-log-date, change-log-name)
8597 (change-log-email, change-log-file, change-log-list)
8598 (change-log-conditionals, change-log-function)
8599 (change-log-acknowledgement): Remove "-face" suffix from face names.
8600 (change-log-date-face, change-log-name-face)
8601 (change-log-email-face, change-log-file-face)
8602 (change-log-list-face, change-log-conditionals-face)
83acf231 8603 (change-log-function-face, change-log-acknowledgement-face):
fe735a8d
MB
8604 New backward-compatibility aliases for renamed faces.
8605 (change-log-font-lock-keywords): Use renamed change-log faces.
8606
d478e69d
MB
8607 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
8608 (custom-set, custom-changed, custom-saved, custom-button)
8609 (custom-button-pressed, custom-documentation, custom-state)
8610 (custom-comment, custom-comment-tag, custom-variable-tag)
8611 (custom-variable-button, custom-face-tag, custom-group-tag-1)
8612 (custom-group-tag): Remove "-face" suffix from face names.
8613 (custom-magic-alist, custom-magic-value-create)
8614 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
8615 (custom-invalid-face, custom-rogue-face, custom-modified-face)
8616 (custom-set-face, custom-changed-face, custom-saved-face)
8617 (custom-button-face, custom-button-pressed-face)
8618 (custom-documentation-face, custom-state-face)
8619 (custom-comment-face, custom-comment-tag-face)
8620 (custom-variable-tag-face, custom-variable-button-face)
8621 (custom-face-tag-face, custom-group-tag-face-1)
83acf231 8622 (custom-group-tag-face):
d478e69d
MB
8623 New backward-compatibility aliases for renamed faces.
8624
0efefc52
MB
8625 * wid-edit.el (widget-documentation, widget-button)
8626 (widget-field, widget-single-line-field, widget-inactive)
8627 (widget-button-pressed): "-face" suffix removed from face names.
8628 (widget-documentation-face, widget-button-face)
8629 (widget-field-face, widget-single-line-field-face)
8630 (widget-inactive-face, widget-button-pressed-face):
8631 New backward-compatibility aliases for renamed faces.
8632 (widget-documentation-face, widget-button-face)
8633 (widget-button-pressed-face, widget-specify-field)
8634 (widget-specify-inactive): Use renamed widget faces.
8635
d8338794
KH
86362005-06-10 Kenichi Handa <handa@m17n.org>
8637
8638 * term/x-win.el (x-clipboard-yank): Remove condition-case
8639 wrapping.
8640
86412005-06-11 Kenichi Handa <handa@m17n.org>
8642
8643 * add-log.el (change-log-font-lock-keywords): Make the regexp for
8644 date lines stricter.
8645
63e88db3
KH
86462005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
8647
8648 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
8649 of x-get-selection.
8650
63baed99
JB
86512005-06-10 Juanma Barranquero <lekktu@gmail.com>
8652
8653 * comint.el (comint-mode, comint-snapshot-last-prompt):
8654 * frame.el (frame-current-scroll-bars):
8655 * term.el (term-mode, term-check-proc, term-input-sender)
8656 (term-simple-send, term-extract-string, term-word)
8657 (term-match-partial-filename):
8658 * window.el (window-current-scroll-bars):
8659 * emulation/cua-base.el (cua-normal-cursor-color)
8660 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
8661 (cua-global-mark-cursor-color):
8662 * mail/undigest.el (rmail-forward-separator-regex):
8663 Fix typos in docstrings.
8664
8665 * comint.el (comint-check-proc, make-comint-in-buffer)
8666 (comint-source-default): Doc fixes.
8667
8511877a 8668 * term.el (term-send-string): Improve argument/docstring consistency.
63baed99 8669
3c28ffec
LT
86702005-06-09 Luc Teirlinck <teirllm@auburn.edu>
8671
8672 * comint.el (comint-send-input): Bind `inhibit-read-only' around
8673 call to `delete-region'.
8674 (comint-mode-hook): Do not enable Font Lock by default.
8675
420adcc6
LK
86762005-06-09 Lute Kamstra <lute@gnu.org>
8677
8678 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
8679 could be void.
8680
6c06bd88
SM
86812005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
8682
8683 * emacs-lisp/debug.el (debugger-will-be-back): New var.
8684 (debug): Use it.
8685 (debugger-step-through, debugger-continue, debugger-jump)
8686 (debugger-return-value): Set it when needed.
8687 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
8688 Use inhibit-read-only.
8689
f271d3c7
JB
86902005-06-09 Juanma Barranquero <lekktu@gmail.com>
8691
fd8529d0
JB
8692 * window.el (shrink-window-if-larger-than-buffer)
8693 (window-size-fixed): Fix typo in docstring.
9fa87e0d 8694
f271d3c7
JB
8695 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
8696 thumbnails directory on loading.
8697 (thumbs-conversion-program): Use `eq' to check the system type,
8698 not `equal'.
8699 (thumbs-temp-dir): Initialize to `temporary-file-directory',
8700 not "/tmp". Fix docstring.
8701 (thumbs-thumbsdir): New function to return the thumbnails
8702 directory, creating it if needed.
8703 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
8704 (thumbs-temp-file): Delete variable and make it into a function.
8705 (thumbs-resize-image, thumbs-modify-image): Use it.
8706 (thumbs-kill-buffer): Simplify.
8707 (thumbs-gensym): Defalias or duplicate CL `gensym'.
8708 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
8709 docstrings.
8710
b7aae902
KS
87112005-06-09 Kim F. Storm <storm@cua.dk>
8712
8713 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
8714 set-match-data to free markers in match-data.
8715
8716 * replace.el (replace-match-data): Pass RESEAT arg `t' to
8717 match-data to unchain markers in match-data.
8718
72f23b85
SM
87192005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8720
8721 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
8722 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
8723 unnecessary now.
8724
99598737
RS
87252005-06-08 Richard M. Stallman <rms@gnu.org>
8726
8727 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
8728 give the variable a doc string that doesn't say don't set it directly.
8729
8730 * textmodes/ispell.el (ispell-check-version):
8731 Use match-string-no-properties.
8732 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
8733 (ispell-buffer-local-words): Likewise.
8734
8735 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
8736 except on terminals with enough colors to really display it.
8737 (makefile-dependency-regex): Delete spurious `bb'.
8738
8739 * faces.el (escape-glyph): Use blue once again in last case.
72f23b85 8740 (no-break-space): Redefine so that it isn't invisible on a tty.
99598737 8741
4a29de23
KS
87422005-06-08 Kim F. Storm <storm@cua.dk>
8743
8744 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
8745 also when reading directory name.
8746
b978659c
LK
87472005-06-08 Lute Kamstra <lute@gnu.org>
8748
8749 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
f8820a55
LK
8750 (flyspell-mode-line-string): Remove autoload cookie.
8751 (flyspell-mode): Remove defvar.
b978659c 8752
6d64c191
LK
87532005-06-07 Lute Kamstra <lute@gnu.org>
8754
8755 * textmodes/org.el (org-run-mode-hooks): New function.
8756 (org-agenda-mode): Use it.
8757
590bc48b
JB
87582005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
8759
99598737 8760 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
590bc48b 8761
3d031334
SM
87622005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8763
8764 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
8765
a54aae9e
LT
87662005-06-06 Luc Teirlinck <teirllm@auburn.edu>
8767
8768 * font-lock.el (font-lock-add-keywords): Doc fix.
8769
ed975fa6
SM
87702005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8771
29a47b89
SM
8772 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
8773 (tex-compile-default): In the absence of any history, use the order in
8774 tex-compile-alist to choose the preferred command.
8775 (tex-compile-commands): Reorder a bit.
8776
7ad04640
SM
8777 * textmodes/flyspell.el (flyspell-auto-correct-binding)
8778 (flyspell-incorrect-face, flyspell-duplicate-face):
8779 Use (X)Emacs-agnostic code.
8780 (flyspell-mode-map): Don't overwrite at each load. Remove code
8781 redundant with the subsequent add-minor-mode. Merge Emacs and
8782 XEmacs code.
8783 (flyspell-word): Minor simplification.
8784 (flyspell-math-tex-command-p): Quieten the byte-compiler.
8511877a
SM
8785 (flyspell-external-point-words): Remove unused vars `size' and `start'.
8786 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
8787 Merge the corresponding Emacs code.
8788 (flyspell-correct-word, flyspell-xemacs-popup):
8789 Use flyspell-do-correct.
7ad04640 8790
532c188a
SM
8791 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
8792 a dedicated window.
8793
ed975fa6
SM
8794 * international/latexenc.el (latexenc-find-file-coding-system):
8795 Undo part of last patch, to turn off a compiler warning.
8796
e43cbeae
JL
87972005-06-06 Juri Linkov <juri@jurta.org>
8798
8799 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
8800 Rename `tmm-inactive-face' to `tmm-inactive'.
8801
4bad17c2
KS
88022005-06-06 Matt Hodges <MPHodges@member.fsf.org>
8803
8804 * iswitchb.el: Rename faces.
8805
c7b96d76
KS
88062005-06-06 Kim F. Storm <storm@cua.dk>
8807
8808 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
8809 (cua-global-mark): Remove -face suffix from face names.
8810
ed975fa6
SM
8811 * emulation/cua-gmrk.el (cua--init-global-mark):
8812 Remove cua-global-mark face setup.
c7b96d76 8813
ce6e10af
RS
88142005-06-06 Richard M. Stallman <rms@gnu.org>
8815
8816 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
8817 just like other allowed characters.
8818 (makefile-match-dependency): Exclude leading and training whitespace
8819 from the range of regexp subexp 1.
8820 (makefile-macroassign-regex): Don't try to match the body,
8821 just the name of the macro being defined.
8822
8823 * info.el (Info-read-node-name-2): New function.
8824 (Info-read-node-name-1): Use that.
8825 Add a completion-base-size-function property.
8826
8827 * simple.el (completion-setup-function): Look for
8511877a 8828 completion-base-size-function property of minibuffer-completion-table.
ce6e10af
RS
8829
8830 * files.el (locate-file-completion): Doc fix.
8831
8832 * printing.el: Don't call pr-update-menus; user must do that.
8833
8834 * emacs-lisp/debug.el (debugger-window): New variable.
8835 (debug): Use debugger-window if it is set and still alive.
8836 Record debugger-window for next entry.
c7b96d76 8837
ce6e10af
RS
8838 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
8839
c7b96d76 88402005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
ce6e10af
RS
8841
8842 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
8843 (hack-one-local-variable, hack-local-variables)
8844 (hack-local-variables-prop-line): Pass that arg.
8845
9c7f6bb3
KS
88462005-06-06 Kim F. Storm <storm@cua.dk>
8847
8848 * ido.el (ido-first-match, ido-only-match, ido-subdir)
8849 (ido-indicator): Remove -face suffix from face names.
8850
c476bcb0
JL
88512005-06-06 Juri Linkov <juri@jurta.org>
8852
8853 * font-lock.el (font-lock-regexp-backslash)
8854 (font-lock-regexp-backslash-construct): New faces.
8855 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
8856 after `('. Add `while-no-input' to control structures.
8857
8858 * faces.el (no-break-space, shadow): New faces.
8859 (escape-glyph): Use less loud colors pink2 and red4.
8860
8861 * diff-mode.el (diff-context-face)
8862 * dired.el (dired-ignored)
8863 * rfn-eshadow.el (file-name-shadow)
8864 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
8865
8866 * info.el (Info-title-1-face): Use green instead of yellow because
8867 bold yellow is not readable on light backgrounds.
8868
8869 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
8870 before selecting the desired mode to not spend time fontifying
8871 old contents.
8872
f7f17975
JB
88732005-06-06 Juanma Barranquero <lekktu@gmail.com>
8874
b3c70578
JB
8875 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
8876 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
8877
01f438b9
JB
8878 * ps-print.el (ps-default-fg, ps-default-bg):
8879 Fix typos in docstrings.
8880
f7f17975
JB
8881 * isearchb.el (isearchb): Don't pass a spurious second argument to
8882 `iswitchb-completions'.
8883
c1205dad
NR
88842005-06-05 Nick Roberts <nickrob@snap.net.nz>
8885
8886 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
8887 to preserve point.
8888 (gdb-find-file-hook): Add doc string.
8889
8890 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
eb78dfb8 8891 C dereferenced pointer expression.
32759db5 8892 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
c1205dad
NR
8893
8894 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
8895
eb78dfb8
JB
8896 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
8897 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
8898 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
8899 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
8900 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
c1205dad
NR
8901 Make background transparent.
8902
bfe5418b
LT
89032005-06-04 Luc Teirlinck <teirllm@auburn.edu>
8904
8905 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
8906 (font-lock-remove-keywords): Doc fix.
8907 (font-lock-mode-major-mode): Compiler defvar.
8908 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
8909
8910 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
8911 (font-lock-mode): Update `font-lock-mode-major-mode'.
8912 (font-lock-set-defaults): Compiler defvar.
8913 (font-lock-default-function): Take `font-lock-mode-major-mode'
8914 into account.
8915
8916 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
8917 keep track of which major mode it enabled the minor mode for.
8918 Use find-file-hook again. Update docstring.
8919
8920 * simple.el (eval-expression-print-level)
8921 (eval-expression-print-length, eval-expression-debug-on-error):
8922 Doc fixes.
8923
91018229
EZ
89242005-06-04 Matt Hodges <MPHodges@member.fsf.org>
8925
b6f0a397
EZ
8926 * iswitchb.el (iswitchb-single-match-face)
8927 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
8928 (iswitchb-invalid-regexp-face): New faces.
8929 (iswitchb-completions): Use them.
ed975fa6 8930 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
b6f0a397
EZ
8931 now marked as an obsolete alias.
8932 (iswitchb-read-buffer): Remove check for bound font variables.
8933 (iswitchb-invalid-regexp): New free variable.
8934 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
8935 set iswitchb-invalid-regexp.
8936 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
8937 invalid regexps.
8938 (iswitchb-completions): Add check for complete match when entering
8939 a regexp.
8940 (iswitchb-completions): Remove require-match argument.
bfe5418b 8941 (iswitchb-exhibit): Fix caller.
b6f0a397
EZ
8942 (iswitchb-common-match-inserted): New variable.
8943 (iswitchb-complete, iswitchb-completion-help): Use it.
91018229 8944
94d4bafb
EZ
89452005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
8946
8947 * url-http.el (url-http-chunked-encoding-after-change-function):
8948 Use `url-http-debug' instead of `message'.
8949
86b21ac3
EZ
89502005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
8951
8952 * url-http.el (url-http-parse-headers): Pass redirected URL as a
8953 callback argument.
8954
61e40b6d
KS
89552005-06-04 Kim F. Storm <storm@cua.dk>
8956
555228aa
KS
8957 * simple.el (line-move): Only call sit-for when moving backwards.
8958
61e40b6d
KS
8959 * ido.el (ido-make-merged-file-list-1): New defun split from
8960 ido-make-merged-file-list.
8961 (ido-make-merged-file-list): Bind throw-on-input around call to
8962 ido-make-merged-file-list-1. Return input-pending-p if
8963 interrupted by more input available.
8964 (ido-read-internal): Handle input-pending-p return value from
8965 ido-make-merged-file-list.
8966
10b234c0
SM
89672005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8968
fab31ec3
SM
8969 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
8970 compatibility code.
8971
10b234c0
SM
8972 * international/latexenc.el (latexenc-find-file-coding-system):
8973 Don't inherit the EOL part of the coding-system from the
8974 tex-main buffer. Fit within 80 columns.
8975
76668788
NR
89762005-06-03 Matt Hodges <MPHodges@member.fsf.org>
8977
8978 * tmm.el (tmm-inactive-face): New face.
8979 (tmm-remove-inactive-mouse-face): New function.
8980 (tmm-prompt, tmm-add-one-shortcut)
8981 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
8982 but not selectable.
8983
6312e5f7
JB
89842005-06-03 Juanma Barranquero <lekktu@gmail.com>
8985
8986 * faces.el (face-equal): Improve argument/docstring consistency.
8987
30edba6e
DP
89882005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
8989
8990 * progmodes/make-mode.el (makefile-targets-face)
8991 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
8992 (makefile-bsdmake-dependency-regex)
8993 (makefile-makepp-rule-action-regex)
8994 (makefile-bsdmake-rule-action-regex): New constants.
8995 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
8996
8997 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8998 Allow (...) within `...' for makepp messages.
8999
899a431b 90002005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30edba6e 9001
85268d70 9002 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30edba6e 9003
85268d70
JB
9004 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
9005 "." files are deleted from all file lists before comparison.
30edba6e 9006
85268d70
JB
9007 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9008 (viper-ESC-key): Made them customizable.
30edba6e 9009
10b234c0 9010 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
30edba6e 9011
bfadb7ec
LT
90122005-06-01 Luc Teirlinck <teirllm@auburn.edu>
9013
9014 * autorevert.el (auto-revert-buffers): Use save-match-data.
9015
6cb9fac3
SM
90162005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9017
9018 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
9019 menu items with a nil command binding.
9020
011131fd
JB
90212005-06-01 Juanma Barranquero <lekktu@gmail.com>
9022
358e4d6d
JB
9023 * emacs-lisp/cl-macs.el (defsetf):
9024 Improve argument/docstring consistency.
9025
011131fd
JB
9026 * faces.el (list-faces-display): Improve the formatting by
9027 computing the maximum length required for any face-name (reworked
9028 patch of 1999-01-11, accidentally deleted on 1999-07-21).
9029 (internal-find-face): Remove redundant info in docstring.
9030
7653a3dc
NR
90312005-06-01 Nick Roberts <nickrob@snap.net.nz>
9032
9033 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
9034 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
9035 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
9036 (gdb-assembler-custom): Improve regexps.
ed975fa6 9037 (def-gdb-auto-update-handler): Use window point to preserve point.
7653a3dc 9038
9ccee7d0
SM
90392005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9040
9041 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
9042
ad83e1f4
JB
90432005-05-31 Jay Belanger <belanger@truman.edu>
9044
9045 * calc/calc-embed.el (calc-embedded-word): Change argument passed
9046 to calc-embedded.
9047 (calc-embedded-make-info): Have plain prefix argument select
9048 entire line.
9049
2cd16d74
JB
90502005-05-31 Juanma Barranquero <lekktu@gmail.com>
9051
d0213ee1
JB
9052 * faces.el (list-faces-display): Signal error if passed a regexp
9053 that matches no face name.
9054
2cd16d74
JB
9055 * simple.el (filter-buffer-substring): Fix typo in docstring.
9056
f35aff82
RS
90572005-05-31 Richard M. Stallman <rms@gnu.org>
9058
9ccee7d0 9059 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
f35aff82
RS
9060 (vhdl-emacs-21): Doc fix.
9061 (vhdl-mode): Unconditionally set comment-padding.
9062 (vhdl-fixup-whitespace-region): Insert spaces only where
9063 there are none.
9064 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9065
c7a4ce37
JW
90662005-05-30 John Wiegley <johnw@newartisans.com>
9067
881b07f9
JB
9068 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9069 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9070 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
c7a4ce37
JW
9071 `directory-sep-char' to ?/, and all uses of `string-to-int' to
9072 `string-to-number'.
9073
e39f3cfe
JB
90742005-05-30 Jay Belanger <belanger@truman.edu>
9075
9076 * calc/calc.el (calc-bug-address): Fix docstring.
9077 (calc-window-hook, calc-trail-window-hook): New variables.
9078 (calc-trail-display): Restore use of calc-trail-window-hook.
9079 (calc): Restore use of calc-window-hook.
9080
6dfa731f
MY
90812005-05-31 Masatake YAMATO <jet@gyve.org>
9082
3c1ebc5a 9083 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6dfa731f 9084
3c1ebc5a 9085 * help-fns.el (help-C-file-name): Add autoload mark for
6dfa731f
MY
9086 `find-function-noselect'.
9087
3c1ebc5a
SM
90882005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9089
9090 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9091 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9092
3f72dc73
GM
90932005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9094
9095 * calendar/diary-lib.el (mark-included-diary-files): Only kill
9096 included diary buffer if it was not already being visited.
9097 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9098
9099 * calendar/icalendar.el (top-level): Do not require 'appt.
9100
9101 * mail/supercite.el (sc-select-attribution): Only use a list
9102 element from sc-attrib-selection-list if it returns a string.
9103 Reported by Davide G. M. Salvetti <salve@debian.org>.
9104
0df06447
JB
91052005-05-30 Juanma Barranquero <lekktu@gmail.com>
9106
588c0770 9107 * thumbs.el (thumbs-thumbname): The resulting thumbname now
0df06447
JB
9108 includes a hash value to improve its uniqueness, and has a ".jpg"
9109 extension. Also, it is now a valid filename on all systems.
9110 (thumbs-make-thumb): Use `let', not `let*'.
9111 (thumbs-show-thumbs-list): Check for JPEG availability.
9112
b8caac06
RS
91132005-05-30 Richard M. Stallman <rms@gnu.org>
9114
9115 * filesets.el (filesets-menu-ensure-use-cached):
9116 Prevent warning when emacs-version>= is undefined.
9117
9118 * printing.el (pr-interactive-n-up): Use string-to-number.
9119
9120 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9121
9122 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9123 Warn only when name to be defined is quoted.
9124
4809e59f
NR
91252005-05-30 Nick Roberts <nickrob@snap.net.nz>
9126
9127 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9128 Make regexp more robust.
0df06447 9129 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4809e59f
NR
9130 Force regeneration of disassembly.
9131
2a1669a2
JB
91322005-05-29 Jay Belanger <belanger@truman.edu>
9133
9134 * calc/calc.el (calc-user-invocation): Check if
9135 calc-invocation-macro is non-nil.
9136
5f43c63c
JL
91372005-05-29 Juri Linkov <juri@jurta.org>
9138
9139 * add-log.el (change-log-font-lock-keywords):
9140 Add `+' to e-mail regexp to accept mail address with keywords.
9141
9142 * man.el (Man-name-regexp): Add `:' to accept qualified names.
9143
7fa9f4eb
LT
91442005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9145
9146 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9147
9148 * ielm.el (inferior-emacs-lisp-mode): Ditto.
9149
cad2b414
RS
91502005-05-29 Richard M. Stallman <rms@gnu.org>
9151
9152 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9153 Undo the change that moves to end of the current word.
9154
8c6fb9d0
NR
91552005-05-29 Nick Roberts <nickrob@snap.net.nz>
9156
9157 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9158 Throw error when count <= 0 to ensure input is a number.
9159 (gdb-read-memory-custom): Pick up address from buffer.
9160 (gdb-memory-mode): Allow user to increment and decrement
9161 memory address from header line.
9162
c16b1394
RS
91632005-05-29 Richard M. Stallman <rms@gnu.org>
9164
a8c453e6
RS
9165 * flyspell.el (flyspell-version): Function deleted.
9166 (flyspell-auto-correct-previous-hook): Doc fix.
7fa9f4eb 9167
c16b1394
RS
9168 * jit-lock.el (jit-lock-function, jit-lock-after-change):
9169 Do nothing if memory is full.
9170
9171 * font-lock.el (font-lock-fontify-syntactically-region):
9172 Pass t for GREEDY to looking-back.
9173
9174 * saveplace.el (save-place-alist-to-file): Write the file
9175 using write-region.
9176
9177 * subr.el (looking-back): New argument GREEDY.
9178
9179 * progmodes/compile.el (compilation-start): Set the mode
9180 before inserting the initial text.
9181
9182 * progmodes/which-func.el (which-func-update-1): Turn the mode
9183 off in case of error by setting which-func-mode.
7fa9f4eb 9184
52eb0373 91852005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
c16b1394 9186
cad2b414 9187 * flyspell.el (flyspell-auto-correct-previous-word):
7fa9f4eb 9188 Narrow down to what's on the screen, and recenter overlays
cad2b414 9189 at the end of the next word.
7fa9f4eb 9190
52eb0373 91912005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7fa9f4eb 9192
a8c453e6 9193 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
0df06447 9194 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
a8c453e6
RS
9195 (flyspell-abbrev-p): Default to nil.
9196 (flyspell-use-global-abbrev-table-p): Doc fix.
9197 (flyspell-large-region): Allow nil as value.
9198 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9199
9200 (mail-mode-flyspell-verify): More robust handling
9201 of `mail-header-separator'. More efficient signature detection.
9202 Allow for regexp metacharacters in message-header-separator.
85be564d 9203 Adding `To' not to be checked in mail-mode-flyspell-verify.
a8c453e6
RS
9204
9205 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9206 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9207 Bind flyspell-auto-correct-binding.
9208 Bind C-. and C-, .
9209 (flyspell-mode-map): Likewise.
9210 (flyspell-mode): Doc fix.
9211 (flyspell-accept-buffer-local-defs): Preserve current buffer.
9212 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9213 (flyspell-word-cache-result): New var, always local.
9214 (flyspell-check-pre-word-p): Doc fix.
9215 (flyspell-check-changed-word-p): Handle spc like newline.
9216 (flyspell-post-command-hook): Set flyspell-word-cache-result.
9217 (flyspell-word-search-backward, flyspell-word-search-forward):
9218 New functions.
9219 (flyspell-word): Return t if nothing to check.
9220 When parsing TeX code, check for after } or \.
9221 Use flyspell-word-search-backward to find previous word.
9222 Return nil if duplicated word.
9223 For word already checked, return same value as last time.
9224 Set flyspell-word-cache-result after checking.
9225 Don't clobber the return value.
9226 (flyspell-get-word): Major rewrite.
9227 (flyspell-external-point-words): New locals pword, pcount.
9228 Fix size used in progress message.
9229 Find the proper corresponding word in flyspell-large-region-buffer.
9230 (flyspell-region): Check for flyspell-large-region = nil.
9231 (flyspell-highlight-incorrect-region): Clean up overlays in region.
9232 (flyspell-auto-correct-word): Check that WORD is a cons.
9233 (flyspell-correct-word): Likewise.
a8c453e6 9234
adde7693
DP
92352005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
9236
9237 * progmodes/make-mode.el (makefile-rule-action-regex)
d85d15c8
DP
9238 (makefile-macroassign-regex, makefile-makepp-mode)
9239 (makefile-bsdmake-mode): Continuation lines may be empty.
adde7693
DP
9240 Reported by Joshua Varner.
9241 (makefile-makepp-font-lock-keywords): Add $(stem).
9242
b5352ff5
KB
92432005-05-28 Karl Berry <karl@gnu.org>
9244
0df06447 9245 * textmodes/tex-mode.el: Now that tex-send-command calls
b5352ff5
KB
9246 shell-quote-argument (2005-03-31 change), remove all calls to
9247 shell-quote-argument; they all end up invoking tex-send-command.
9248 The double quoting loses on filenames with non-safe characters,
9249 such as "@". Reported by Frederik Fouvry.
9250
3daabddd
NR
92512005-05-29 Nick Roberts <nickrob@snap.net.nz>
9252
9253 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9254 about preserving point.
9255
1565a620
JB
92562005-05-27 Jay Belanger <belanger@truman.edu>
9257
9258 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9259 Info-goto-node.
9260
05294d63
JB
9261 * calc/calc-embed.el (calc-embed-arg): New variable.
9262 (calc-do-embedded-activate, calc-embedded-activate-formula)
9263 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9264 variable by new variable.
9265 (calc-embedded-make-info): Replace undeclared variable by new
9266 variable. When selecting region with positive prefix
9267 argument, use end of previous line instead of beginning of line.
9268
9269 * calc/calc-aent.el (calc-arg-values): Declare it.
9270
9271 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9272 Declare them.
9273
9274 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9275
9276 * calc/calc.el (calc-alg-map): Declare it.
9277
9278 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9279
f8916156
NR
92802005-05-28 Nick Roberts <nickrob@snap.net.nz>
9281
9282 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9283 (gdb-registers-buffer, toggle-gdb-all-registers):
9284 Toggle display of floating point registers.
9285 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9286
0df06447 9287 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
f8916156
NR
9288 (toggle-gud-tooltip-dereference):
9289 Rename from gud-toggle-tooltip-dereference.
9290
83040cb0
SM
92912005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9292
9293 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9294
63971eab
JB
92952005-05-27 Jay Belanger <belanger@truman.edu>
9296
9297 * calc/calc-prog.el (calc-kbd-report): Remove.
9298 (calc-kbd-query): Rewrite.
9299
d5e1a786
JB
93002005-05-27 Juanma Barranquero <lekktu@gmail.com>
9301
83040cb0 9302 * image.el (image-library-alist): Move to image.c.
d5e1a786
JB
9303 (image-type-available-p): Doc fix.
9304
6c5a38fa
LK
93052005-05-27 Lute Kamstra <lute@gnu.org>
9306
18a8c773 9307 * calc/calc.el (calc):
1f2503a5 9308 * outline.el (outline-1, outline-2, outline-3, outline-4)
18a8c773
LK
9309 (outline-5, outline-6, outline-7, outline-8):
9310 * textmodes/dns-mode.el (dns-mode):
9311 * textmodes/sgml-mode.el (sgml-namespace-face):
9312 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3ec0e903 9313 (tex-verbatim-face, tex-use-reftex):
83040cb0
SM
9314 * textmodes/texinfo.el (texinfo-heading-face):
9315 Specify customization group.
1f2503a5 9316
6c5a38fa
LK
9317 * longlines.el: Don't require easy-mmode.
9318 (longlines-visible-face): Specify customization group.
9319
7cf49add
KH
93202005-05-27 Kenichi Handa <handa@m17n.org>
9321
9322 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9323 encoding table of windows-1251.
9324
83040cb0
SM
9325 * international/ucs-tables.el (ucs-set-table-for-input):
9326 If translation-table-for-input of a coding system is a symbol, get
7cf49add
KH
9327 its translation-table property.
9328
9329 * international/code-pages.el: Don't register a coding system into
9330 non-iso-charset-alist more than once.
9331 (cp-make-coding-system): Likewise.
1f2503a5 9332
9c041409
JW
93332005-05-26 John Wiegley <johnw@newartisans.com>
9334
6b6f91b3
JW
9335 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9336 `eshell-resume-eval' is wrapped in a list, it indicates that the
9337 command was run asynchronously. In that case, unwrap the value
9338 before checking the delimiter value.
9339
9c041409 9340 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
83040cb0
SM
9341 character before a space at the end of a line is \, assume the space
9342 is part of the last argument rather than a final argument separator.
9c041409 9343
83040cb0
SM
9344 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9345 is in use, and the target is `t' or `nil' (which are the most common
9346 values), don't assume that the symbol target is a buffer.
9c041409 9347
ddfbe5db
LT
93482005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9349
9350 * calendar/calendar.el (calendar-mode-line-format):
9351 Use mode-line-highlight as mouse-face.
9352
9353 * time.el (display-time-string-forms, display-time-update):
9354 Use mode-line-highlight as mouse-face.
9355
04e9c13c
JB
93562005-05-26 Jay Belanger <belanger@truman.edu>
9357
9358 * calc/calc.el (calc-language-alist): Remove extra defvar.
9359
6441d280
LK
93602005-05-26 Lute Kamstra <lute@gnu.org>
9361
9362 * arc-mode.el (archive-mode):
9363 * bookmark.el (bookmark-read-annotation-mode)
9364 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9365 * bs.el (bs-mode):
9366 * calc/calc-yank.el (calc-edit-mode):
9367 * calc/calc.el (calc-mode, calc-trail-mode):
9368 * calculator.el (calculator-mode):
9369 * chistory.el (command-history-mode):
9370 * comint.el:
9371 * cus-edit.el (custom-mode):
9372 * descr-text.el (describe-text-mode):
9373 * ebuff-menu.el (Electric-buffer-menu-mode):
9374 * ediff-util.el (ediff-mode):
4b66bdf0
LK
9375 * emacs-lisp/re-builder.el (reb-mode):
9376 * emulation/vi.el (vi-mode-setup):
9377 * emulation/ws-mode.el (wordstar-mode):
9378 * eshell/esh-mode.el (eshell-mode):
6441d280
LK
9379 * forms.el (forms-mode):
9380 * help-mode.el (help-mode):
9381 * hexl.el (hexl-mode):
9382 * ibuffer.el (ibuffer-mode):
9383 * ielm.el (inferior-emacs-lisp-mode):
9384 * info.el (Info-mode, Info-edit-mode):
4b66bdf0 9385 * international/swedish.el:
6441d280
LK
9386 * ledit.el (ledit-from-lisp-mode):
9387 * locate.el (locate-mode):
4b66bdf0
LK
9388 * mail/rmail.el (rmail-mode):
9389 * mail/rmailedit.el (rmail-edit-mode):
9390 * mail/rmailsum.el (rmail-summary-mode):
9391 * mail/supercite.el (sc-electric-mode):
9392 * net/eudc.el (eudc-mode):
9393 * net/quickurl.el (quickurl-list-mode):
9394 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9395 * obsolete/ooutline.el (outline-mode):
9396 * obsolete/options.el (Edit-options-mode):
9397 * obsolete/rnews.el (news-mode):
9398 * obsolete/rnewspost.el (news-reply-mode):
9399 * play/5x5.el (5x5-mode):
9400 * play/decipher.el (decipher-mode, decipher-stats-mode):
9401 * play/gomoku.el (gomoku-mode):
9402 * play/snake.el (snake-mode):
9403 * play/solitaire.el (solitaire-mode):
9404 * play/tetris.el (tetris-mode):
681c6a37
LK
9405 * progmodes/ada-mode.el (ada-mode):
9406 * progmodes/antlr-mode.el (antlr-mode):
9407 * progmodes/autoconf.el (autoconf-mode):
9408 * progmodes/dcl-mode.el (dcl-mode):
9409 * progmodes/delphi.el (delphi-mode):
9a969196
LK
9410 * progmodes/ebrowse.el (ebrowse-tree-mode)
9411 (ebrowse-electric-list-mode, ebrowse-member-mode)
681c6a37
LK
9412 (ebrowse-electric-position-mode):
9413 * progmodes/f90.el (f90-mode):
9414 * progmodes/fortran.el (fortran-mode):
9415 * progmodes/icon.el (icon-mode):
9416 * progmodes/idlw-help.el (idlwave-help-mode):
9417 * progmodes/idlw-shell.el (idlwave-shell-mode):
9418 * progmodes/idlwave.el (idlwave-mode):
9419 * progmodes/inf-lisp.el (inferior-lisp-mode):
9420 * progmodes/m4-mode.el (m4-mode):
9421 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9422 * progmodes/modula2.el (modula-2-mode):
9423 * progmodes/octave-inf.el (inferior-octave-mode):
9424 * progmodes/octave-mod.el (octave-mode):
9425 * progmodes/pascal.el (pascal-mode):
9426 * progmodes/sh-script.el (sh-mode):
9427 * progmodes/sql.el (sql-mode, sql-interactive-mode):
9428 * progmodes/vhdl-mode.el (vhdl-mode):
9429 * progmodes/xscheme.el (scheme-interaction-mode):
6441d280
LK
9430 * replace.el (occur-mode):
9431 * ses.el (ses-mode):
9432 * simple.el (completion-list-mode):
9433 * skeleton.el:
9434 * speedbar.el (speedbar-mode):
48985adc 9435 * term.el (term-mode):
6441d280 9436 * terminal.el (terminal-edit-mode):
681c6a37
LK
9437 * textmodes/reftex-index.el (reftex-index-mode)
9438 (reftex-index-phrases-mode):
9439 * textmodes/reftex-sel.el (reftex-select-label-mode)
9440 (reftex-select-bib-mode):
9441 * textmodes/reftex-toc.el (reftex-toc-mode):
6441d280 9442 * wdired.el (wdired-change-to-wdired-mode):
48985adc
KS
9443 * wid-browse.el (widget-browse-mode):
9444 Use run-mode-hooks.
6441d280
LK
9445
9446 * array.el (array-mode):
4b66bdf0
LK
9447 * calendar/todo-mode.el (todo-mode):
9448 * man.el (Man-mode):
9449 * play/landmark.el (lm-mode):
48985adc
KS
9450 * play/mpuz.el (mpuz-mode):
9451 Use kill-all-local-variables and run-mode-hooks.
6441d280
LK
9452
9453 * subr.el (delay-mode-hooks): Specify indentation.
9454
4b66bdf0
LK
94552005-05-26 Mark A. Hershberger <mah@everybody.org>
9456
ca19f3f1
AS
9457 * xml.el (xml-substitute-special): Don't die for undefined xml
9458 entities.
4b66bdf0 9459
3e00c50e
JB
94602005-05-26 Jay Belanger <belanger@truman.edu>
9461
9462 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9463 of nil.
9464
8da4dd76
NR
94652005-05-27 Nick Roberts <nickrob@snap.net.nz>
9466
9467 * progmodes/gdb-ui.el (gdb-frame-address):
9468 Rename from gdb-current-address.
9469 (gdb-previous-frame-address): Rename from gdb-previous-address.
9470 (gdb-selected-frame): Rename from gdb-current-frame.
9471 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9472 (gdb-frame-number): Rename from gdb-current-stack-level.
9473 (gdb-ann3): Match new mode-name for disassembly buffer.
588c0770 9474 Extend initialization of variables.
8da4dd76
NR
9475 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9476 (gdb-memory-mode): Use mouse-face in header line.
9477 (gdb-assembler-buffer-name): Call it disassembly and give frame
9478 in mode line.
9479 (gdb-source-spec-regexp, gdb-assembler-custom)
9480 (gdb-invalidate-assembler, gdb-frame-handler):
9481 Make robust to leading zeroes in address format.
9482
8ba93b1c
CD
94832005-05-26 Carsten Dominik <dominik@science.uva.nl>
9484
d5e1a786 9485 * textmodes/org.el (org-mode): Use `define-derived-mode' to
8ba93b1c
CD
9486 define `org-mode'.
9487 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9488
83040cb0 94892005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
04c71a26
NR
9490
9491 * log-edit.el (log-edit-changelog-entries): Distinguish between
9492 filenames like xfns.c and fns.c.
04c71a26 9493
dd53d2c8
LT
94942005-05-25 Luc Teirlinck <teirllm@auburn.edu>
9495
9496 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9497 point after reverting.
9498 (Buffer-menu-make-sort-button): Handle the case where
9499 `Buffer-menu-use-header-line' is nil.
9500
214dd398
TTN
95012005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9502
9503 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9504 New funcs. In minibuffer-local-completion-map bind `]', `/'
9505 and `:' to them.
9506
b6666b5f
SM
95072005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9508
9509 * startup.el (normal-top-level): Allow modification of load-path while
9510 we're iterating over it.
9511
f75049fc
JB
95122005-05-25 Juanma Barranquero <lekktu@gmail.com>
9513
9514 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9515 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9516 (thumbs-resize-interactive, thumbs-insert-image)
9517 (thumbs-insert-thumb, thumbs-dired-show-marked)
9518 (thumbs-find-image-at-point, thumbs-delete-images)
9519 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9520 (thumbs-increment-image-size, thumbs-decrement-image-size):
9521 Fix typos in docstrings.
9522
ccc90048
AS
95232005-05-24 Andre Spiegel <spiegel@gnu.org>
9524
83040cb0 9525 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
ccc90048
AS
9526 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9527 (cperl-mode): Use them.
9528
18fde850
JB
95292005-05-24 Juanma Barranquero <lekktu@gmail.com>
9530
9531 * window.el (quit-window, shrink-window-if-larger-than-buffer):
9532 Doc fixes.
9533
86041bae
NR
95342005-05-24 Nick Roberts <nickrob@snap.net.nz>
9535
b6666b5f 9536 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
04c71a26 9537 Bind C-d to gdb-inferior-io-eof.
86041bae
NR
9538
9539 * dired.el (dired-dnd-popup-notice): Use message-box.
9540
359e4563
MY
95412005-05-23 Masatake YAMATO <jet@gyve.org>
9542
b6666b5f
SM
9543 * bindings.el (mode-line-major-mode-keymap):
9544 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
359e4563
MY
9545
9546 * faces.el (mode-line-highlight): New face.
9547
9548 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9549 as mouse-face.
9550
9551 * bindings.el (top-level, help-echo, mode-line-modified)
9552 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9553 as mouse-face.
9554
28fdc86a
JB
95552005-05-23 Juanma Barranquero <lekktu@gmail.com>
9556
a4632380
JB
9557 * progmodes/cc-engine.el (c-guess-basic-syntax):
9558 Remove spurious call to `zerop'.
9559
28fdc86a
JB
9560 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9561
7c09345f
MS
95622005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
9563
9564 CC Mode update to 5.30.10:
9565
83040cb0 9566 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7c09345f
MS
9567 could go past the limit in decoration level 2, thereby causing
9568 errors during interactive fontification.
9569
83040cb0 9570 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7c09345f
MS
9571 the file is evaluated interactively.
9572
9573 * cc-engine.el (c-guess-basic-syntax): Handle operator
9574 declarations somewhat better in C++.
9575
9576 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9577 make use of `run-mode-hooks' which has been added in Emacs 21.1.
28fdc86a
JB
9578 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9579 (awk-mode): Use it.
7c09345f
MS
9580 (make-local-hook): Suppress warning about obsoleteness.
9581
9582 * cc-engine.el, cc-align.el, cc-cmds.el
28fdc86a
JB
9583 (c-append-backslashes-forward, c-delete-backslashes-forward)
9584 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7c09345f
MS
9585 Compensate for return value from `forward-line' when it has moved
9586 but not to a different line due to eob.
9587
83040cb0 9588 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7c09345f
MS
9589 `objc-method-intro' and `objc-method-args-cont'.
9590
95912005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
9592
9593 CC Mode update to 5.30.10:
9594
9595 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9596 in the copyright statement. Incidentally, change "along with GNU
9597 Emacs" to "along with this program" where it occurs.
9598
9599 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
9600 so that it is interactive, hence can be found by M-x awk-mode
9601 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
9602 <gmorris+emacs@ast.cam.ac.uk>.
9603
9604 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
9605 Mode's regexps.
9606
28fdc86a 96072005-05-23 Kevin Ryde <user42@zip.com.au>
7c09345f
MS
9608
9609 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
9610 c-parse-state, to avoid a lisp error (on bad code).
9611
f1e9abb9
LK
96122005-05-23 Lute Kamstra <lute@gnu.org>
9613
9614 * subr.el (font-lock-defaults): Remove defvar as it's already
9615 defined in font-core.el.
9616
83040cb0 9617 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
f1e9abb9 9618
28fdc86a
JB
96192005-05-23 Nick Roberts <nickrob@snap.net.nz>
9620
9621 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
9622 more general and work when GDB variable "print pretty" is on,
9623 as with Emacs, for example.
9624
21178fee
LT
96252005-05-22 Luc Teirlinck <teirllm@auburn.edu>
9626
9627 * font-core.el: Update comment.
9628
83040cb0
SM
9629 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9630 Use `after-change-major-mode-hook' instead of `find-file-hook'.
21178fee
LT
9631
9632 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
9633
a0e8eaa3
EZ
96342005-05-22 Eli Zaretskii <eliz@gnu.org>
9635
9636 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
9637 and `yank-handler' in the doc strings.
9638
6cd0254f
SM
96392005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9640
9641 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
9642
724e07b9
RS
96432005-05-22 Richard M. Stallman <rms@gnu.org>
9644
1b12fa9d
RS
9645 * help.el (describe-key): Move print-help-return-message call
9646 out of conditional.
9647
724e07b9
RS
9648 * progmodes/etags.el (list-tags): Use with-no-warnings.
9649
9650 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
9651 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
9652 (starttls-extra-args, starttls-extra-arguments): Add defvars.
9653
9654 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
9655
9656 * language/viet-util.el (viet-viscii-nonascii-translation-table):
9657 Add defvar.
9658
9659 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
9660 Use defvar, not defconst.
9661
9662 * hexl.el (hexl-follow-line): Use with-no-warnings.
9663
9664 * emulation/tpu-extras.el: Use write-file-functions instead of
9665 write-file-hooks.
9666
9667 * dired.el (dired-font-lock-keywords): Fontify files with junk
9668 extensions even if marked by -F.
9669
2641cc63
JB
96702005-05-22 Juanma Barranquero <lekktu@gmail.com>
9671
3187ba1c
JB
9672 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
9673 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
9674 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
9675 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
9676 (concatenate, list-length, get*, getf, cl-remprop):
9677 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
9678 (etypecase, progv, lexical-let, lexical-let*)
9679 (multiple-value-bind, multiple-value-setq, shiftf):
9680 Improve argument/docstring consistency.
9681
2641cc63
JB
9682 * subr.el (focus-frame, unfocus-frame):
9683 Revert deletion on 2005-05-01.
9684
a41c216f
AS
96852005-05-22 Andre Spiegel <spiegel@gnu.org>
9686
9687 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
9688 doesn't exist.
9689
83040cb0
SM
9690 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
9691 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3187ba1c 9692
fdd55b6a
NR
96932005-05-22 Nick Roberts <nickrob@snap.net.nz>
9694
9695 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
9696 already deleted variables: auto-fill-hook, blink-paren-hook,
52eb0373 9697 lisp-indent-hook, inhibit-local-variables, unread-command-event,
fdd55b6a
NR
9698 suspend-hooks, comment-indent-hook, meta-flag,
9699 before-change-function, after-change-function,
9700 font-lock-doc-string-face.
9701
71f800cf
LT
97022005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9703
9704 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9705
bb4afd09
EZ
97062005-05-21 Eli Zaretskii <eliz@gnu.org>
9707
9708 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
9709 rmail-dont-reply-to.
9710
a2c9aee6
EZ
97112005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9712
9713 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
9714 literal blank when splitting new-header-values.
9715
6e50f7e0
EZ
97162005-05-21 Matt Hodges <MPHodges@member.fsf.org>
9717
9718 * calendar/cal-menu.el (cal-menu-update): Add separator as a
9719 string so that tmm doesn't create a completion entry for it.
9720
9721 * textmodes/table.el (table-disable-menu): Ditto.
9722
a527b753
RS
97232005-05-21 Richard M. Stallman <rms@gnu.org>
9724
9725 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
9726
9727 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
9728
9729 * net/rcompile.el (remote-compile): Use compilation-start.
9730
9731 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
9732
774cd454
DP
97332005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
9734
9735 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
9736 Default to makefile-bsdmake-mode on BSD systems.
9737
9738 * imenu.el (imenu-generic-expression, imenu--generic-function'):
9739 REGEXP may also be a search function now. The part of doc-string
9740 for describing the structure was 95% identical to that of
9741 `imenu--generic-function'. Unify it there.
9742
6cd0254f
SM
9743 * progmodes/make-mode.el (makefile-imenu-generic-expression):
9744 Use function to find dependencies, because regexp alone is so complex,
774cd454
DP
9745 it easily goes into an endless loop.
9746 (makefile-makepp-mode): Also add submenu for Perl functions
9747 defined in the makefile.
9748 (makefile-bsdmake-mode): Special imenu-generic-expression no
9749 longer needed, due to function call.
9750 (makefile-match-dependency): Take BOUND into account when checking
9751 if we're through.
9752
ed8060d9
JB
97532005-05-20 Jay Belanger <belanger@truman.edu>
9754
9755 * calc/calc-units.el (calc-invalidate-units-table):
9756 Use inhibit-read-only.
9757 (math-build-units-table-buffer): Use view-mode.
9758
8292be61
DK
97592005-05-20 David Kastrup <dak@gnu.org>
9760
9761 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
9762 easy-menu-add is not a nop on Emacs; and clarify when to call it.
9763
0a418fa1
JB
97642005-05-20 Lute Kamstra <lute@gnu.org>
9765
9766 * diff-mode.el (diff-header-face, diff-file-header-face)
9767 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9768 (diff-added-face, diff-changed-face, diff-function-face)
9769 (diff-context-face, diff-nonexistent-face): Put them in the
9770 diff-mode customization group.
9771
97722005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9773
9774 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
9775
9776 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
9777
9778 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
9779 Minor regexp-optimization.
9780
24e9a727
CD
97812005-05-20 Carsten Dominik <dominik@science.uva.nl>
9782
9783 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
9784 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
9785 (org-agenda-add-time-grid-maybe): New function.
9786 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
9787 (org-table-create): `dotimes' instead of `mapcar'.
44a91a68 9788 (org-xor): Simplify implementation.
24e9a727
CD
9789 (org-agenda): `inhibit-redisplay' turned on.
9790 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
9791 a consistent line after a state change.
9792 (org-agenda-remove-times-when-in-prefix): New option.
9793 (org-prefix-has-time): New variable.
9794 (org-parse-time-string): Optional argument NODEFAULT.
9795 (org-format-agenda-item): Parse items for time-of-day
9796 specifications and move these into the prefix if possible.
9797 (org-agenda-priority): Get current heading, not previous heading
9798 during agenda remote editing.
9799
a18ff988
JB
98002005-05-20 Juanma Barranquero <lekktu@gmail.com>
9801
47bc4b3f
JB
9802 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
9803 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
9804 (remove-duplicates, delete-duplicates, substitute)
9805 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
9806 (nsubstitute-if-not, find, find-if, find-if-not, position)
9807 (position-if, position-if-not, count, count-if, count-if-not)
9808 (mismatch, search, sort*, stable-sort, merge, member*)
9809 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
9810 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
9811 (intersection, nintersection, set-difference, nset-difference)
9812 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
9813 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
9814 (nsublis, tree-equal): Improve argument/docstring consistency.
9815
9816 * subr.el (send-string, send-region):
9817 Remove obsolescence declaration.
a18ff988
JB
9818 (window-dot, set-window-dot, read-input, show-buffer)
9819 (eval-current-buffer, string-to-int):
9820 Add release number to obsolescence declarations.
9821
f4056bf7
KS
98222005-05-19 Kim F. Storm <storm@cua.dk>
9823
9824 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
9825 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
9826
35a0a8aa
NR
98272005-05-20 Matt Hodges <MPHodges@member.fsf.org>
9828
9829 * faces.el (list-faces-display): Make back button respect optional
9830 regexp arg.
9831
bfd187c8
JB
98322005-05-19 Juanma Barranquero <lekktu@gmail.com>
9833
9834 * calculator.el (calculator-radix-grouping-mode)
9835 (calculator-radix-grouping-digits, calculator-displayer)
9836 (calculator-radix-grouping-separator, calculator-copy-displayer):
9837 * dabbrev.el (dabbrev-search-these-buffers-only):
9838 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
9839 (diff-advance-after-apply-hunk, diff-mode-hook)
9840 (diff-minor-mode-prefix):
9841 * imenu.el (imenu-use-popup-menu):
9842 * jit-lock.el (jit-lock-context-time):
9843 * newcomment.el (comment-fill-column, comment-column)
9844 (comment-style, comment-padding, comment-multi-line)
9845 (comment-empty-lines, comment-auto-fill-only-comments):
9846 * reveal.el (reveal-around-mark):
9847 * uniquify.el (uniquify-buffer-name-style)
9848 (uniquify-after-kill-buffer-p)
9849 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
9850 (uniquify-min-dir-content, uniquify-separator)
9851 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
9852 * w32-vars.el (w32-fixed-font-alist):
9853 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9854 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
9855 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
9856 * progmodes/perl-mode.el (perl-indent-level)
9857 (perl-continued-statement-offset, perl-continued-brace-offset)
9858 (perl-brace-offset, perl-brace-imaginary-offset)
9859 (perl-label-offset, perl-indent-continued-arguments)
9860 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
9861 * progmodes/tcl.el (tcl-indent-level)
9862 (tcl-continued-indent-level, tcl-auto-newline)
9863 (tcl-tab-always-indent, tcl-electric-hash-style)
9864 (tcl-help-directory-list, tcl-use-smart-word-finder)
9865 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
9866 (inferior-tcl-source-command):
9867 * textmodes/fill.el (enable-kinsoku):
9868 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
9869 * textmodes/table.el (table-yank-handler):
9870 Specify missing group (and type, if simple) in defcustom.
9871
620d3304
LT
98722005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9873
9874 * progmodes/compile.el (compilation-finish-function): Fix defvar.
9875
e1c45277
RS
98762005-05-19 Richard M. Stallman <rms@gnu.org>
9877
9878 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
9879
9880 * subr.el (event-basic-type): Don't get an error.
9881 (left-fringe-p): Function deleted.
9882
9883 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
a527b753 9884 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
e1c45277
RS
9885
9886 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
9887 in recursive copy.
9888
9889 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
9890
9891 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
9892
ca19f3f1
AS
9893 * emacs-lisp/bytecomp.el
9894 (byte-compile-file-form-custom-declare-variable): Call
9895 byte-compile-nogroup-warn if appropriate.
e1c45277
RS
9896
9897 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
9898 (compilation-set-window): Don't call left-fringe-p; do it directly.
620d3304 9899
de327926
JB
99002005-05-19 Jay Belanger <belanger@truman.edu>
9901
9902 * calc/calc-graph.el (calc-graph-format-data): Make sure
9903 var-PlotRejects is bound before trying to check its value.
9904
73d5f668
CD
99052005-05-19 Carsten Dominik <dominik@science.uva.nl>
9906
b6666b5f 9907 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
73d5f668
CD
9908 definition of this variable from reftex-global.el to reftex.el,
9909 because it is needed in the menu.
9910
96474944
LK
99112005-05-19 Lute Kamstra <lute@gnu.org>
9912
9913 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
9914 years are fixed. Don't insert a space after a dash.
9915
8d9386a1
KS
99162005-05-19 Kim F. Storm <storm@cua.dk>
9917
9918 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
9919
dfa89b5d
DP
99202005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
9921
9922 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
9923 strings, because (eq ... ?\\) is fairly frequent.
9924
9925 * progmodes/make-mode.el (makefile-add-this-line-targets):
9926 Simplify and integrate into `makefile-pickup-targets'.
9927 (makefile-add-this-line-macro): Simplify and integrate into
9928 `makefile-pickup-macros.
9929 (makefile-pickup-filenames-as-targets): Simplify.
b6666b5f
SM
9930 (makefile-previous-dependency, makefile-match-dependency):
9931 Don't stumble over `::'.
dfa89b5d 9932
2fcd33fe
NR
99332005-05-19 Nick Roberts <nickrob@snap.net.nz>
9934
dfa89b5d 9935 * subr.el (post-command-idle-hook, post-command-idle-delay):
24d40bc2
NR
9936 Remove obsoletion of post-command-idle-hook and
9937 post-command-idle-delay.
9938
639ec765 9939 * faces.el (list-faces-display): Provide button when describe-face
85be564d 9940 is called to take user back to the list of faces.
639ec765
NR
9941
9942 * help-fns.el (describe-variable): Remove hyperlinks in a
9943 variable's value as these are quite frequently inappropriate.
9944
b6666b5f
SM
9945 * follow.el (follow-submit-feedback, follow-mode):
9946 Remove references to post-command-idle-hook.
2fcd33fe 9947
5c8b5442
DP
99482005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
9949
9950 * progmodes/make-mode.el (makefile-previous-dependency)
9951 (makefile-match-dependency): Check for := (and in bsd mode also
9952 !=) to give a better result, even when font-lock is not on.
9953
ec249c71
JB
99542005-05-18 Jay Belanger <belanger@truman.edu>
9955
44a91a68
JB
9956 * calc/calc-help.el (calc-s-prefix-help):
9957 Add `calc-copy-special-constant' to help string.
ec249c71 9958
2e5df9ac
LT
99592005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9960
9961 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9962
73b990b1
JB
99632005-05-18 Jay Belanger <belanger@truman.edu>
9964
9965 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
9966 in linear factors are in proper order.
3a1e8128
CD
9967
99682005-05-18 Carsten Dominik <dominik@science.uva.nl>
9969
44a91a68
JB
9970 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9971 Support for jurabib.
3a1e8128
CD
9972
9973 * textmodes/reftex.el (featurep): Define aliases for overlay
9974 commands, for XEmacs compatibility, and use these aliases in
9975 overlay initializations.
9976 (reftex-highlight): Use `reftex-move-overlay'.
9977 (reftex-unhighlight): Use `reftex-delete-overlay'.
588c0770 9978 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
3a1e8128
CD
9979 (reftex-access-search-path): Use `reftex-uniquify' instead of
9980 `reftex-uniq'
9981
ca19f3f1
AS
9982 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
9983 `before-string' property modification enables for Emacs as well.
3a1e8128
CD
9984 (reftex-select-item): Use `reftex-delete-overlay'.
9985 (reftex-select-mark): Use `reftex-make-overlay' and
9986 `reftex-overlay-put'.
9987 (reftex-select-unmark): Use `reftex-delete-overlay' and
9988 `reftex-overlay-put'.
9989
7bc10886
LK
99902005-05-18 Lute Kamstra <lute@gnu.org>
9991
9992 * emacs-lisp/lisp.el (check-parens): Fix docstring.
9993
d11ad5a7
JB
99942005-05-18 Juanma Barranquero <lekktu@gmail.com>
9995
1902b5b6
JB
9996 * add-log.el (add-change-log-entry):
9997 * array.el (array-make-template, array-reconfigure-rows)
9998 (array-init-max-row, array-init-max-column)
9999 (array-init-columns-per-line, array-init-field-width):
10000 * replace.el (replace-match-maybe-edit, perform-replace):
10001 * textmodes/spell.el (spell-region):
10002 Replace `read-input' by `read-string'.
10003
10004 * forms.el (forms-mode):
10005 * finder.el (finder-compile-keywords):
10006 * shadowfile.el (shadow-read-files):
10007 Replace `eval-current-buffer' by `eval-buffer'.
10008
10009 * terminal.el (te-pass-through):
10010 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
10011 (ange-ftp-raw-send-cmd):
10012 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
10013 (send-process-next-char, telnet-initial-filter, telnet):
10014 Replace `send-string' by `process-send-string'.
10015
10016 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
10017 (prolog-consult-region): Replace `send-string' by
44a91a68 10018 `process-send-string'; replace `send-region' by `process-send-region'.
1902b5b6
JB
10019
10020 * progmodes/delphi.el (delphi-log-msg):
10021 Replace `set-window-dot' by `set-window-point'.
10022
d11ad5a7
JB
10023 * subr.el (window-dot, set-window-dot, read-input, send-string)
10024 (send-region, show-buffer, eval-current-buffer):
10025 Make really obsolete, as the comment says.
10026
77e2c652
KS
100272005-05-17 Kim F. Storm <storm@cua.dk>
10028
10029 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
10030 (cua--init-keymaps): Bind C-return instead of S-return to set
10031 rectangle mark.
10032
10033 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
10034 instead of S-return to toggle/clear rectangle mark.
10035
0b11ce59
DP
100362005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
10037
10038 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8ade3c25
DP
10039 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
10040 Also fontify plain strings assigned to variables, mostly so that a
10041 colon has a face and is thus not taken as a dependency separator.
0b11ce59
DP
10042 (makefile-previous-dependency): Inline the new matcher, because it
10043 is too complex to work in both directions.
10044 (makefile-match-dependency): Eliminate `backward' arg (see above).
10045 Completely reimplemented so as to not sometimes go into an endless
10046 loop. It should also be more efficient, because first it only
10047 searches for `:', instead of applying the very complex regexp.
8ade3c25 10048 (makefile-mode): Cancel `font-lock-support-mode', because blocks
44a91a68
JB
10049 to be fontified in one piece can be too long for JIT.
10050 Makefiles are never *that* big.
0b11ce59 10051
6ae53dc1
RS
100522005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
10053
10054 * dired.el (dired-mode): Simplify.
10055
77777daf
LK
100562005-05-17 Lute Kamstra <lute@gnu.org>
10057
f8d0b769
LK
10058 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10059 defcustom for the mode hook variable.
10060
77777daf
LK
10061 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10062 Emacs Lisp Reference Manual.
10063
430c1c66
JB
100642005-05-17 Juanma Barranquero <lekktu@gmail.com>
10065
213233f0
JB
10066 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10067 (evenp, list*):
10068 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10069 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10070
430c1c66
JB
10071 * net/tramp-smb.el (tramp-smb-open-connection):
10072 Pass `tramp-chunksize' as fifth (required) argument.
10073
71994ae7
DP
100742005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
10075
44a91a68
JB
10076 * font-lock.el (lisp-font-lock-keywords-1):
10077 Set `font-lock-negation-char-face' for [^...] char group.
71994ae7
DP
10078 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10079
10080 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10081 a var, and refine it to mask one more level of nested vars.
10082 (makefile-rule-action-regex): Turn it into a var, and refine it so
10083 it recognizes backslashed continuation lines as belonging to the
10084 same command.
10085 (makefile-macroassign-regex): Refine it so it recognizes
10086 backslashed continuation lines as belonging to the same command.
10087 (makefile-var-use-regex): Don't look at the next char, because it
10088 might be the same one to be skipped by the initial [^$], leading
10089 to an overlooked variable use.
10090 (makefile-make-font-lock-keywords): Remove two parameters, which
44a91a68
JB
10091 are now variables that some of the modes set locally.
10092 Handle dependency and rule action matching through functions, because
71994ae7 10093 regexps alone match too often. Dependency matching now comes
44a91a68 10094 last, so it can check, whether a colon already matched something else.
71994ae7
DP
10095 (makefile-mode): Inform that font-lock improves makefile parsing
10096 capabilities.
10097 (makefile-match-dependency, makefile-match-action): New functions.
10098
cc211a0f
JB
100992005-05-16 Juanma Barranquero <lekktu@gmail.com>
10100
1e866943
JB
10101 * emacs-lisp/cl-extra.el (equalp): Doc fix.
10102
027a4b6b
JB
10103 * align.el (align-regexp):
10104 * ansi-color.el (ansi-color-get-face):
10105 * array.el (array-reconfigure-rows, array-init-max-row)
10106 (array-init-max-column, array-init-columns-per-line)
10107 (array-init-field-width):
10108 * dired-aux.el (dired-trample-file-versions):
10109 * dired-x.el (dired-mark-sexp):
10110 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10111 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10112 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10113 * faces.el (face-read-integer):
10114 * files.el (backup-extract-version, insert-directory):
10115 * hexl.el (hexl-insert-decimal-char):
10116 * server.el (server-process-filter):
10117 * shell.el (shell-extract-num):
10118 * startup.el (command-line-1):
10119 * term.el (term-command-hook):
10120 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10121 (time-stamp-do-number):
10122 * time.el (display-time-update):
10123 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10124 (timezone-fix-time):
10125 * vms-patch.el (vms-suspend-resume-hook):
10126 * calendar/appt.el (appt-convert-time):
10127 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10128 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10129 * calendar/cal-islam.el (mark-islamic-diary-entries):
10130 * calendar/calendar.el (calendar-cursor-to-date)
10131 (calendar-star-date):
10132 * calendar/diary-lib.el (diary-attrtype-convert)
10133 (mark-diary-entries, diary-entry-time):
10134 * calendar/solar.el (solar-get-number):
10135 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10136 * emacs-lisp/re-builder.el (reb-display-subexp):
10137 * emulation/edt.el (edt-set-scroll-margins):
10138 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10139 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10140 (vip-get-ex-count):
10141 * emulation/viper-ex.el (viper-get-ex-token)
10142 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10143 * international/fontset.el (fontset-plain-name):
10144 * mail/feedmail.el (feedmail-look-at-queue-directory):
10145 * mail/mailalias.el (mail-get-names):
10146 * mail/rmail.el (rmail-convert-to-babyl-format):
10147 * mail/rmailsum.el (rmail-make-basic-summary-line)
10148 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10149 (rmail-summary-goto-msg):
10150 * mail/smtpmail.el (smtpmail-read-response):
10151 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10152 (ange-ftp-vms-add-file-entry):
10153 * play/gametree.el (gametree-looking-at-ply)
10154 (gametree-current-branch-score):
10155 * progmodes/ada-xref.el (ada-prj-find-prj-file)
10156 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10157 * progmodes/cperl-mode.el (condition-case):
10158 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10159 (ebrowse-set-member-buffer-column-width)
10160 (ebrowse-select-1st-to-9nth):
10161 * progmodes/etags.el (etags-snarf-tag):
10162 * progmodes/flymake.el (flymake-parse-line):
10163 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10164 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10165 (idlwave-shell-menu-def):
10166 * progmodes/ps-mode.el (ps-run-goto-error):
10167 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10168 (vhdl-speedbar-contract-level):
10169 * term/mac-win.el (x-handle-numeric-switch):
10170 * term/sun-mouse.el (sun-get-frame-data):
10171 * term/w32-win.el (x-handle-numeric-switch):
10172 * term/x-win.el (x-handle-numeric-switch):
10173 * textmodes/ispell.el (ispell-parse-output):
10174 * textmodes/nroff-mode.el (nroff-outline-level):
10175 * textmodes/reftex-cite.el (reftex-bib-sort-year)
10176 (reftex-bib-sort-year-reverse, reftex-format-citation):
10177 * textmodes/reftex-parse.el (reftex-init-section-numbers)
10178 (reftex-section-number):
44a91a68
JB
10179 * textmodes/texinfmt.el (texinfo-paragraphindent):
10180 Replace `string-to-int' by `string-to-number'.
027a4b6b 10181
cc211a0f
JB
10182 * international/latexenc.el: Add page marker to force the "Local
10183 Variables:" string out of the last page.
10184
c65a8e73
NR
101852005-05-16 Nick Roberts <nickrob@snap.net.nz>
10186
10187 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10188 tooltip-change-major-mode.
10189 (gud-tooltip-print-command): Remove case where gud-minor-mode
10190 is gdb ("--fullname").
10191 (gud-tooltip-tips): Turn GUD tooltips off for this case and
10192 explain to user.
10193
97c66d74
JB
101942005-05-16 Jay Belanger <belanger@truman.edu>
10195
10196 * calc/calc-store.el (calc-copy-special-constant): New function.
10197
10198 * calc/calc-ext.el (calc-init-extensions): Add binding for
10199 `calc-copy-special-constant'.
10200
10201 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10202 for the `calc-copy-special-constant' command.
10203
0f182ca2
NR
102042005-05-16 Nick Roberts <nickrob@snap.net.nz>
10205
10206 * subr.el (left-fringe-p): New function.
10207
e6467bba
NR
10208 * progmodes/compile.el (compilation-setup): Set local value of
10209 overlay-arrow-string to "" always.
52eb0373
JB
10210 (compilation-set-window): Left fringe then don't scroll.
10211 No left fringe then no arrow and scroll message to top.
0f182ca2
NR
10212 (compilation-context-lines): Adjust doc string accordingly.
10213
bffc3c6e
KS
102142005-05-16 Kim F. Storm <storm@cua.dk>
10215
10216 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10217 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10218 (ido-wide-find-dir-or-delete-dir): New command for M-d.
10219 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
10220 (ido-read-file-name): Handle commands with ido property value
10221 equal to find-file as reading a file name, to allow C-d to enter dired.
10222 (ibuffer-find-file): Add ido property with value find-file.
10223
294c599c
KS
102242005-05-15 Kim F. Storm <storm@cua.dk>
10225
10226 * subr.el (open-network-stream-nowait): Remove.
10227 (open-network-stream-server): Remove.
10228
85ddb888
RS
102292005-05-15 Richard M. Stallman <rms@gnu.org>
10230
f1bc6e52
RS
10231 * faces.el (describe-face): Output a definition link button.
10232
10233 * help-mode.el (help-face-def): New button type.
10234
02d9d682
RS
10235 * emacs-lisp/copyright.el (copyright-fix-years):
10236 Match properly if the first year is 2-digit.
10237 Don't mess up the whitespace after the years by filling.
10238
10239 * dired-aux.el (dired-mark-confirm):
10240 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10241
10242 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10243 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10244 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10245
85ddb888
RS
10246 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10247 Set font-lock-comment-start-skip.
10248
10249 * font-lock.el (font-lock-comment-start-skip): New variable.
10250 (font-lock-comment-end-skip): New variable.
10251 (font-lock-fontify-syntactically-region): Use them if non-nil.
10252
fcd6e601
JB
102532005-05-15 Jay Belanger <belanger@truman.edu>
10254
10255 * calc/calc-store.el (calc-store-value): Return a string rather
10256 than display it as a message.
10257 Use calc-var-name for variable name.
10258 (calc-store-into): Add the result of calc-store-value to message.
10259 (calc-copy-variable): Add a message.
10260 (calc-store-exchange): Improve error messages.
10261 (calc-store-binary, calc-store-map): Don't reset the values of
10262 special constants.
10263
af415106
LT
102642005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10265
10266 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10267 manual to docstring.
10268
10269 * files.el (hack-local-variables-confirm): Add STRING argument.
10270 Make the function handle non file visiting buffers correctly.
10271 (hack-local-variables-prop-line, hack-local-variables)
10272 (hack-one-local-variable): Use STRING arg of
10273 `hack-local-variables-confirm'.
10274
7177e2a3
MA
102752005-05-14 Michael Albinus <michael.albinus@gmx.de>
10276
10277 Sync with Tramp 2.0.49.
10278
11948172 10279 * net/tramp.el (tramp-handle-dired-call-process)
7177e2a3
MA
10280 (tramp-handle-insert-directory):`insert-buffer' cannot be used
10281 because the contents of the Tramp buffer is changed before
10282 insertion (`expand-file' and alike).
10283 (tramp-handle-insert-directory): If `localname' has an empty
10284 nondirectory name, it must not be quoted.
10285 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
10286 variable `tramp-chunksize'. Change callees.
10287 (tramp-open-connection-setup-interactive-shell): Check remote host
44a91a68
JB
10288 for buggy `send-process-string' implementation.
10289 Set `tramp-chunksize' if found. Reported by Michael Kifer
7177e2a3
MA
10290 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10291 (tramp-handle-shell-command): `insert-buffer' cannot be used
10292 because the contents of the Tramp buffer is changed before
e0ad342f 10293 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7177e2a3
MA
10294 <frederic.bothamy@free.fr>.
10295 (tramp-set-auto-save): Actions should be done for Tramp file name
44a91a68
JB
10296 handler only. Ange-FTP has its own auto-save mechanism.
10297 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7177e2a3
MA
10298 (tramp-set-auto-save-file-modes): Set file modes of
10299 `buffer-auto-save-file-name' to ?\600 as fallback solution.
10300 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10301 (tramp-bug): Remove obsolete variable.
10302 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
44a91a68 10303 for presence of `mml-mode'. Make it running for older Emacsen as well.
7177e2a3 10304
39c7eb8a
JPW
103052005-05-14 John Paul Wallington <jpw@pobox.com>
10306
7177e2a3 10307 * ibuf-ext.el (define-ibuffer-filter filename):
39c7eb8a
JPW
10308 If `dired-directory' is a list, use its car.
10309
103102005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
10311
10312 * ibuffer.el (define-ibuffer-column filename):
10313 If `dired-directory' is a list, use its car.
10314
bbf87c29
RS
103152005-05-14 Richard M. Stallman <rms@gnu.org>
10316
e72e5833
RS
10317 * subr.el (symbol-file): Doc fix.
10318
11efeb9b
RS
10319 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10320 (byte-compile-form): Call byte-compile-nogroup-warn.
10321 (byte-compile-warning-types): Doc fix.
10322
d06ba294
RS
10323 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10324
bbf87c29
RS
10325 * progmodes/cc-engine.el (c-literal-faces):
10326 Add font-lock-comment-delimiter-face.
10327
10328 * net/net-utils.el (dig): Use with-no-warnings.
10329
10330 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10331 (sc-recite-frame-alist, sc-default-cite-frame)
10332 (sc-default-uncite-frame, sc-default-recite-frame)
7177e2a3 10333 (sc-attrib-selection-list, sc-rewrite-header-list):
bbf87c29
RS
10334 Mark as risky-local-variable.
10335
10336 * international/ogonek.el (ogonek-jak, ogonek-how):
10337 Don't use beginning-of-buffer.
10338
10339 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10340
10341 * calendar/solar.el (solar-data-list): Move definition up.
10342
10343 * dnd.el (dnd-protocol-alist): Add autoload.
10344
10345 * progmodes/sh-script.el: Many doc usage fixes.
10346 (sh-indent-after-do): Change default to match common styles.
10347
043fa787
LT
103482005-05-13 Luc Teirlinck <teirllm@auburn.edu>
10349
10350 * files.el (interpreter-mode-alist)
10351 (auto-mode-interpreter-regexp): Doc fixes.
10352
90713743
NR
103532005-05-13 Matt Hodges <MPHodges@member.fsf.org>
10354
44a91a68 10355 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
90713743
NR
10356
10357 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10358
d90b02af
JD
103592005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10360
10361 * dired.el (dired-mode): make-variable-buffer-local =>
44a91a68 10362 make-local-variable.
d90b02af 10363
5063dbbf
YM
103642005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10365
10366 * term/mac-win.el (mac-select-convert-to-string): Try coding
10367 systems in mac-script-code-coding-systems if specified one cannot
10368 encode string for `com.apple.traditional-mac-plain-text'.
10369
27a7c83f
DP
103702005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
10371
10372 * progmodes/make-mode.el (makefile-targets-face)
10373 (makefile-shell-face, makefile-makepp-perl-face): New faces.
10374 (makefile-dependency-regex): Fix it to not make the colon in
10375 $(var:a=b) special.
10376 (makefile-rule-action-regex): New regexp for highlighting embedded
10377 Shell strings.
10378 (makefile-macroassign-regex): Handle != for highlighting as
10379 embedded Shell strings.
10380 (makefile-var-use-regex): New const.
10381 (makefile-statements, makefile-automake-statements)
10382 (makefile-gmake-statements, makefile-makepp-statements)
10383 (makefile-bsdmake-statements): New consts.
10384 (makefile-make-font-lock-keywords): New function.
10385 (makefile-automake-font-lock-keywords)
10386 (makefile-gmake-font-lock-keywords)
10387 (makefile-makepp-font-lock-keywords)
10388 (makefile-bsdmake-font-lock-keywords): New consts.
10389 (makefile-mode-map): Add switchers between the various submodes.
10390 (makefile-mode): Document the availability of the variants.
10391 (makefile-automake-mode, makefile-gmake-mode)
10392 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10393
10394 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10395 new variants of makefile-mode.
10396
3989c3e7
SM
103972005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10398
10399 * font-lock.el (font-lock-comment-delimiter-face): Fix up
10400 the inheritance.
10401
0cc61511
LT
104022005-05-12 Luc Teirlinck <teirllm@auburn.edu>
10403
0de01c28
LT
10404 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10405 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10406
0cc61511
LT
10407 * files.el (normal-mode): Extend the scope of the
10408 `enable-local-variables' binding to include the `set-auto-mode' call.
10409 (magic-mode-alist): Doc fix.
10410
bf2cea1d
SM
104112005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10412
10413 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10414 font-lock-comment-face rather than copying its setting.
10415
e94dae7f
AS
104162005-05-12 Andreas Schwab <schwab@suse.de>
10417
10418 * eshell/esh-mode.el (eshell-send-input): Doc fix.
10419
19958124
LK
104202005-05-12 Lute Kamstra <lute@gnu.org>
10421
10422 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10423 defcustom for the mode hook variable. Delete the last argument.
10424 * generic-x.el: Fix callers of define-generic-mode.
10425 (generic-x-modes): Delete group.
10426 (show-tabs-tab-face, show-tabs-space-face): Put them in the
10427 generic-x customization group.
10428
6da4411e
KS
104292005-05-12 Kim F. Storm <storm@cua.dk>
10430
10431 * font-lock.el (font-lock-negation-char-face): Default to "off".
10432
10433 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10434 font-lock-negation-char-face to ! in !=.
10435
218cf475
MY
104362005-05-12 Masatake YAMATO <jet@gyve.org>
10437
10438 * add-log.el (find-change-log): Fix typos in the docstring
10439 of function.
10440
405cb12a
LK
104412005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10442
10443 * international/latexenc.el (latexenc-find-file-coding-system):
10444 Avoid `re-search-forward' when looking for input encoding because
10445 of speed and safety. Better regular expressions for recognizing
10446 input encoding. Limit a search for TeX-master/tex-main-file to
10447 the local variable section.
10448
8cec35c4
DN
104492005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
10450
10451 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10452 syntax of $ to "'" (quote).
10453
1ed8284d
RS
104542005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10455
10456 * dnd.el (dnd-protocol-alist): Improve custom type.
10457
10458 * dired.el (dired-dnd-protocol-alist): New variable.
10459 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
10460 `dired-mode-hook' to the end.
10461
3989c3e7
SM
104622005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10463
10464 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10465 comment-end if comment-start-skip is not set.
10466 Obey the font-lock-comment-delimiter-face variables.
10467
b71813cb
SM
104682005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10469
ca19f3f1
AS
10470 * files.el (executable-find): Move from executable.el. Use
10471 locate-file.
ba47dcb2
SM
10472 * progmodes/executable.el (executable-find): Move to files.el.
10473
b71813cb
SM
10474 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10475 when trying to ensure forward progress.
10476
1f9d439a
KS
104772005-05-11 Chong Yidong <cyd@stupidchicken.com>
10478
10479 * mouse-sel.el (mouse-sel-follow-link-p): New function.
10480 (mouse-select, mouse-select-internal, mouse-extend-internal):
10481 Use it to implement mouse-1-click-follows-link functionality.
10482
c50089c9
RS
104832005-05-11 Richard M. Stallman <rms@gnu.org>
10484
10485 * font-lock.el (font-lock-fontify-syntactically-region):
10486 Use font-lock-comment-delimiter-face for comment delimiters.
10487
cfb79865
JB
104882005-05-10 Jay Belanger <belanger@truman.edu>
10489
10490 * calc/calc-help.el (calc-m-prefix-help): Add mention of
10491 preserving embedded modes.
10492
d101bf56
RS
104932005-05-10 Richard M. Stallman <rms@gnu.org>
10494
10495 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10496
10497 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
ba47dcb2 10498 Move from ada-stmt.el.
d101bf56
RS
10499 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10500
10501 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
b71813cb
SM
10502 Move to ada-mode.el.
10503 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
d101bf56
RS
10504
10505 * cus-edit.el (custom-file): Call file-chase-links.
10506
10507 * files.el (read-directory-name): Fix previous change.
af415106
LT
10508 (hack-local-variables-confirm): New function.
10509 (hack-local-variables-prop-line, hack-local-variables)
10510 (hack-one-local-variable): Use it.
d101bf56 10511
0003d2e3
LK
105122005-05-10 Lute Kamstra <lute@gnu.org>
10513
10514 * font-lock.el (font-lock-keywords-alist)
10515 (font-lock-removed-keywords-alist): Clarify docstrings.
10516
556dd15d
NR
105172005-05-10 Nick Roberts <nickrob@snap.net.nz>
10518
10519 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10520 (gdb-source-info): Check for preprocessor info.
52eb0373 10521 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
556dd15d 10522 a macro for a function.
556dd15d 10523 (gdb-info-breakpoints-custom): Try to find file again if not already
52eb0373 10524 found (user might have used GDB dir command).
556dd15d
NR
10525 (gdb-get-location): Update gdb-location-alist correctly for change
10526 to gdb-info-breakpoints-custom.
10527
10528 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10529 (gud-tooltip-print-command): Add gdbmi case.
10530 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10531 preprocessor info.
10532
a8a64bf4
RS
105332005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
10534
10535 * startup.el (fancy-splash-insert): Fix typo in doc string.
10536
f1701e65
JB
105372005-05-09 Juanma Barranquero <lekktu@gmail.com>
10538
78640104
JB
10539 * obsolete/float.el (string-to-float):
10540 * obsolete/hilit19.el (hilit-add-pattern):
10541 * obsolete/rnews.el (news-parse-range, news-select-message)
10542 (news-get-pruned-list-of-files): Replace `string-to-int' by
10543 `string-to-number'.
10544
f1701e65
JB
10545 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10546 `find-file-not-found-hooks'; use `add-hook'.
10547 (uncompress-while-visiting): Set `write-file-functions', not
10548 `write-file-hooks'; use `add-hook'.
10549
a0e6f952
KS
105502005-05-09 Kim F. Storm <storm@cua.dk>
10551
10552 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10553 (cua-paste): Handle clipboard action.
10554 (cua--init-keymaps): Remap clipboard-kill-region and
10555 clipboard-kill-ring-save.
10556
c29d24ea
EZ
105572005-05-08 Eli Zaretskii <eliz@gnu.org>
10558
b659edce
SM
10559 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10560 Improve commentary.
906aee93 10561
c29d24ea
EZ
10562 * simple.el (next-error-overlay-arrow-position): Revert the change
10563 made on 2005-04-30.
10564
1d64910f
JB
105652005-05-07 Jay Belanger <belanger@truman.edu>
10566
10567 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10568 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10569 `calc-sel-reselect'.
10570
10571 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10572 Calc is in embedded mode.
10573
55b958f0
EZ
105742005-05-07 Eli Zaretskii <eliz@gnu.org>
10575
b659edce
SM
10576 * progmodes/compile.el (compilation-setup):
10577 Set overlay-arrow-string to an empty string on text terminals.
6a4fb78f 10578
55b958f0
EZ
10579 * textmodes/ispell.el (ispell-program-name): Try looking for
10580 "aspell" along exec-path, and if found, use it as the default
10581 speller program.
10582
c2c51a11
EZ
105832005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
10584
b659edce
SM
10585 * international/mule.el (sgml-xml-auto-coding-function):
10586 Recognize encoding='FOO' in single quotes as well as in double quotes.
c2c51a11 10587
f1701e65 105882005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
a5ad278d
EZ
10589
10590 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10591 as well as `interactive', so that defmacro* would recognize
10592 `declare' forms.
10593
e6469973
EZ
105942005-05-07 Eli Zaretskii <eliz@gnu.org>
10595
b659edce
SM
10596 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10597 Explain more about the LIGHTER arg's usage in the doc string.
10598 Add commentary to clarify what the code does. Fix the regexp that
e6469973
EZ
10599 strips whitespace from LIGHTER. Quote LIGHTER before using it,
10600 since it could have characters special to regular expressions.
10601
06df7f87
EZ
106022005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
10603
10604 * replace.el (occur-1): Bind inhibit-read-only so that
10605 erase-buffer doesn't barf on read-only text properties (likewise
b659edce 10606 for add-text-properties in occur-engine). Mark buffer as unmodified.
06df7f87
EZ
10607 (occur-engine): Don't set buffer-read-only here.
10608
5f4d0dd9
SM
106092005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10610
10611 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
10612 list-buffers-directory. This caused the *cvs-commit* buffer to be
10613 sometimes mistakenly reused as a *cvs* buffer.
10614
ffdb022f
NR
106152005-05-07 Nick Roberts <nickrob@snap.net.nz>
10616
10617 * tooltip.el: Move code for GUD tooltips into gud.el.
10618 (require): CL no longer needed to compile case.
10619 (tooltip-mode): Do not toggle functions for GUD tooltips.
52eb0373 10620 (tooltip-gud-tips-p): Remove. Replace with minor mode
ffdb022f
NR
10621 gud-tooltip-mode in gud.el.
10622 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
10623 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
10624 tooltip-gud prefix with gud-tooltip and obsolete.
10625 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
10626 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
10627 (tooltip-mouse-motion): Mouse movement functions/variable.
10628 Rename in gud.el by adding gud prefix.
10629 (tooltip-gud-original-filter, tooltip-gud-dereference)
10630 (tooltip-gud-event, tooltip-toggle-gud-tips)
10631 (tooltip-gud-process-output, tooltip-gud-print-command)
52eb0373 10632 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
ffdb022f
NR
10633 gud.el by replacing tooltip-gud prefix with gud-tooltip.
10634 (gdb-tooltip-print): Move to gdb-ui.el.
10635
10636 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
10637 (require): CL needed to compile case.
588c0770 10638 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
52eb0373 10639 tooltip-gud-tips-p. Make it a minor-mode.
ffdb022f
NR
10640 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
10641 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
10642 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
10643 (gud-tooltip-change-major-mode)
10644 (gud-tooltip-activate-mouse-motions-if-enabled)
10645 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
10646 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
10647 (gud-tooltip-original-filter, gud-tooltip-dereference)
10648 (gud-tooltip-event, tooltip-toggle-gud-tips)
10649 (gud-tooltip-process-output, gud-tooltip-print-command)
5f4d0dd9 10650 (gud-tooltip-tips): Move from tooltip.el.
ffdb022f 10651
5f4d0dd9 10652 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
ffdb022f
NR
10653 (gdb-cpp-define-alist-flags): Doc fix.
10654 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
10655 gud-tooltip-mode is t.
10656
64981116
SM
106572005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10658
10659 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
10660 evaporate if their text is deleted.
10661 (goto-address-at-point): Make it work as a mouse binding as well.
10662 (goto-address-at-mouse): Obsolete it. Update users.
10663
860f2506
GM
106642005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
10665
10666 * calendar/appt.el (top-level): No longer activate on load.
10667
19f26a89
JB
106682005-05-06 Juanma Barranquero <lekktu@gmail.com>
10669
10670 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10671 * net/webjump.el (webjump):
10672 * progmodes/idlw-help.el (idlwave-do-context-help1)
10673 (idlwave-highlight-linked-completions):
64981116
SM
10674 * textmodes/po.el (po-find-file-coding-system-guts):
10675 Replace `assoc-ignore-case' by `assoc-string'.
19f26a89 10676
6ff95f1d
EZ
106772005-05-06 Eli Zaretskii <eliz@gnu.org>
10678
2c6b25c7
EZ
10679 * files.el (locate-file): Doc fix.
10680
38a300b1
EZ
10681 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
10682 Remove the redundant test for ms-dos.
10683
ab3290cb
EZ
10684 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
10685 look for the preprocessor with exec-suffixes. If not found in
10686 standard places, look in exec-path. Remove most of the tests that
10687 used system-type.
10688
6ff95f1d
EZ
10689 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
10690
10691 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
10692
10693 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
10694 file-name clash with jka-compr.el on 8+3 filesystems.
10695
17d28d26
YM
106962005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10697
10698 * term/mac-win.el: Don't define or bind scroll bar functions if
10699 x-toolkit-scroll-bars is t.
ca19f3f1
AS
10700 (x-select-text, x-get-selection-value): Clear
10701 x-last-selected-text-clipboard if x-select-enable-clipboard is
10702 nil.
17d28d26
YM
10703 (PRIMARY): Put mac-scrap-name property.
10704 (mac-select-convert-to-file-url): New function.
10705 (public.file-url): New selection target type. Add to
10706 selection-converter-alist.
10707 (x-get-selection, x-selection-value): Handle it.
10708 (x-cut-buffer-or-selection-value): New alias.
10709
b659edce
SM
107102005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10711
10712 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
10713 entry to avoid calling bibtex-find-entry with arg global
10714 being t. Remove arg key.
10715 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
10716 (bibtex-copy-summary-as-kill): Change accordingly.
10717
107182005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10719
10720 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
10721 (org-agenda-date-later): Use with-current-buffer.
10722
643b4cf5
LT
107232005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10724
10725 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
10726 (define-obsolete-variable-alias): Doc Fixes.
10727
dc1a7e26
KS
107282005-05-06 Kim F. Storm <storm@cua.dk>
10729
8a370783
KS
10730 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
10731 vertical-motion when selective-display is active.
10732
dc1a7e26
KS
10733 * ido.el (ido-setup-hook): New hook.
10734 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
10735 (ido-input-stack): New var.
52eb0373 10736 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
dc1a7e26
KS
10737 ido-next-work-file binding to M-O.
10738 Bind M-f to ido-wide-find-file-or-pop-dir.
10739 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
10740 (ido-read-internal): Run ido-setup-hook.
10741 Catch quit in read-file-name and read-string to cancel edit.
10742 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
10743 Automatically pop-all when completing a directory name (RET).
10744 (ido-file-internal): Add with-no-warnings around ffap and dired code.
10745 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
10746 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
64981116
SM
10747 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
10748 New functions for M-b/M-f to move among the directory components.
dc1a7e26
KS
10749 (ido-make-merged-file-list): Catch quit to cancel merge.
10750 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
10751 (ido-completion-help): No warnings for ido-completion-buffer-full.
10f518f7 10752
dc1a7e26 107532005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
10f518f7 10754
dc1a7e26 10755 * font-lock.el (font-lock-negation-char-face): New face and variable.
10f518f7 10756 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10f518f7 10757 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10f518f7 10758 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10f518f7
DP
10759 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
10760
dc75b163
JB
107612005-05-05 Juanma Barranquero <lekktu@gmail.com>
10762
64981116
SM
10763 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
10764 Fix typo in docstring.
3fe26922 10765
1c1d2dc8
JB
10766 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
10767 (ebrowse-print-statistics-line)
10768 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
10769
dc75b163
JB
10770 * term/w32-win.el (image-library-alist): Add additional name for
10771 Xpm library.
10772
ae23f980
NR
107732005-05-05 Nick Roberts <nickrob@snap.net.nz>
10774
10775 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
10776 use gcc instead of cpp.
10777
10778 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3fe26922 10779 (gdb-create-define-alist): Use it.
19f26a89 10780 (gdb-cpp-define-alist-program): Update for MS-DOS.
ae23f980 10781
02636b9c
NR
107822005-05-04 Nick Roberts <nickrob@snap.net.nz>
10783
588c0770 10784 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
02636b9c 10785
01a50b51
KS
107862005-05-04 Richard M. Stallman <rms@gnu.org>
10787
d101bf56
RS
10788 * help.el (describe-key): No error when UNTRANSLATED is nil.
10789
01a50b51
KS
10790 * simple.el (line-move-1): Fix previous change to signal errors
10791 appropriately.
10792
fa2b23e5 107932005-05-03 Ulf Jasper <ulf.jasper@web.de>
832e0e22
GM
10794
10795 * calendar/icalendar.el (icalendar-version): Now at 0.12.
10796 (icalendar-duration-correction): Remove.
10797 (icalendar--get-event-properties): Split result at commas.
10798 (icalendar--decode-isoduration): New optional argument
10799 DURATION-CORRECTION.
fa2b23e5
KS
10800 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
10801 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
10802 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
10803 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
832e0e22
GM
10804 (icalendar--convert-anniversary-to-ical): New functions, extracted
10805 from icalendar-export-region, with bug fixes.
10806 (icalendar-export-region): Use the above functions.
10807 (icalendar-import-buffer): Check before saving diary file.
10808 (icalendar--convert-recurring-to-diary)
10809 (icalendar--convert-non-recurring-all-day-to-diary)
fa2b23e5
KS
10810 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
10811 extracted from icalendar--convert-ical-to-diary, with bug fixes.
832e0e22
GM
10812 (icalendar--convert-ical-to-diary): Use the above functions.
10813
be50a727
NR
108142005-05-03 Nick Roberts <nickrob@snap.net.nz>
10815
10816 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
10817 Remove these recent additions.
10818 (c-mode): Restore to before 2005-04-28.
10819
10820 * progmodes/cc-vars.el (cc-define-list-program): Remove this
10821 recent addition.
10822
10823 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
10824 (gdb-define-alist): New variables.
10825 (gdb-create-define-alist): New function.
10826 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
10827 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
10828 with string-to-number.
52eb0373 10829 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
be50a727
NR
10830
10831 * progmodes/gud.el: Replace string-to-int with string-to-number.
10832 (gud-find-file): Handle gdb-define-alist.
10833
10834 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
10835
bc446113
JB
108362005-05-02 Jay Belanger <belanger@truman.edu>
10837
fa2b23e5
KS
10838 * calc/calc-aent.el (math-read-token):
10839 * calc/calc-bin.el (calc-word-size):
10840 * calc/calc-ext.el (calc-read-number-fancy):
10841 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
bc446113 10842 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
fa2b23e5 10843 * calc/calc-frac.el (calc-over-notation):
bc446113 10844 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
fa2b23e5 10845 (calc-graph-num-points, calc-graph-init):
bc446113 10846 * calc/calc-prog.el (calc-read-parse-table-part)
fa2b23e5
KS
10847 (calc-edit-macro-repeats):
10848 * calc/calc-yank.el (calc-do-grab-rectangle):
10849 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
10850 Replace `string-to-int' by `string-to-number'.
bc446113 10851
e40527dc
KS
108522005-05-02 Kim F. Storm <storm@cua.dk>
10853
10854 * kmacro.el: Use executing-kbd-macro-index variable.
10855
9a479835
TTN
108562005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
10857
10858 * net/rlogin.el (rlogin-parse-words): Delete func.
10859 (rlogin): Use split-string, not rlogin-parse-words.
10860 Also, if there are option-like elements in the parsed args,
10861 take the host to be the first arg immediately following them.
10862 Suggested by Michael Mauger.
10863
f6b1b15a
LT
108642005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10865
10866 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
10867
975e5c47 108682005-05-02 Nick Roberts <nickrob@snap.net.nz>
9a479835 10869
975e5c47
NR
10870 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
10871 (cc-mode-cpp-program): Rename to cc-define-list-program and
10872 move to cc-vars.el.
f6b1b15a 10873
975e5c47 10874 * progmodes/cc-vars.el (cc-define-list-program):
52eb0373 10875 Change to "gcc -E -dM -". Make customizable.
975e5c47 10876
5c2e5a5e
KS
108772005-05-02 Kim F. Storm <storm@cua.dk>
10878
10879 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
10880
95bb5b56
NR
108812005-05-02 Nick Roberts <nickrob@snap.net.nz>
10882
b161ea4e
NR
10883 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
10884
95bb5b56
NR
10885 * international/mule-util.el (truncate-string): Remove alias and
10886 obsolete declaration.
10887
10888 * international/mule-cmds.el (update-iso-coding-systems):
10889 Remove alias and obsolete declaration.
10890
10891 * international/mule.el (coding-system-parent): Remove alias and
10892 obsolete declaration.
10893
10894 * subr.el (define-function, sref): Remove aliases and obsolete
10895 declarations.
10896 (chars-in-region): Remove obsolete declaration.
10897
ebbfa918
RS
108982005-05-01 Richard M. Stallman <rms@gnu.org>
10899
10900 * info.el (Info-mode): Set widen-automatically to nil, locally.
10901
10902 * simple.el (widen-automatically): New variable.
10903 (pop-global-mark): Obey widen-automatically.
10904
656c316d
DN
109052005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
10906
10907 * term/xterm.el (function-key-map): Call substitute-key-definition
5c2e5a5e 10908 before the keymap size is increased by a lot of define-key calls.
656c316d 10909
b2cfb30b
RS
109102005-05-01 Richard M. Stallman <rms@gnu.org>
10911
5c2e5a5e 10912 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
b2cfb30b
RS
10913 Rename ARG to ELEMENT. Doc fix.
10914
5c2e5a5e 109152005-05-01 Nick Roberts <nickrob@snap.net.nz>
9ded0282 10916
92bedc0e
NR
10917 * allout.el (allout-exposure): Remove macro and obsolete declaration.
10918 Remove references to allout-exposure/change to allout-new-exposure.
10919
9ded0282
NR
10920 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
10921 bytecode symbols.
10922
10923 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
10924 (compiled-function-p, focus-frame, unfocus-frame):
10925 Remove aliases and obsolete declarations.
52eb0373 10926 Back out inadvertent changes from previous commit.
9ded0282 10927
a87fdbbd
LT
109282005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10929
10930 * files.el (require-final-newline): Make Custom tags consistent
10931 with mode-require-final-newline.
10932 (mode-require-final-newline): Doc fix.
10933
0003d2e3
LK
109342005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10935
10936 * international/latexenc.el (latexenc-find-file-coding-system):
10937 Fix regular expressions.
10938
109392005-05-01 David Kastrup <dak@gnu.org>
b7f29772
LK
10940
10941 * international/latexenc.el (latexenc-find-file-coding-system):
0003d2e3 10942 Fix regular expressions.
b7f29772 10943
bdf7ae41
NR
109442005-05-01 Nick Roberts <nickrob@snap.net.nz>
10945
10946 * subr.el (string-to-int): Make obsolete.
10947
0b1fc48a
RS
109482005-04-30 Richard M. Stallman <rms@gnu.org>
10949
7e995a23 10950 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
0b1fc48a
RS
10951
10952 * loadup.el: load jka-comp-hook.
10953
6ff95f1d 10954 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
0b1fc48a 10955 (jka-compr-handler): Add autoload. `put' calls moved
6ff95f1d
EZ
10956 to jka-comp-hook.el.
10957 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
0b1fc48a 10958 (jka-compr-inhibit): Autoload.
a87fdbbd 10959
0b1fc48a
RS
10960 * jka-comp-hook.el: New file.
10961 Enable the mode by default.
10962
10963 * files.el (backup-buffer-copy): Use copy-file instead
10964 of write-region, and put back the 'excl.
10965
109662005-04-30 Chong Yidong <cyd@stupidchicken.com>
10967
10968 * progmodes/flymake.el (flymake-split-string)
10969 (flymake-split-string, flymake-log, flymake-pid-to-names)
10970 (flymake-reg-names, flymake-get-source-buffer-name)
10971 (flymake-unreg-names, flymake-add-line-err-info)
10972 (flymake-add-err-info): Clarify docstrings.
10973 (flymake-popup-menu, flymake-make-emacs-menu)
10974 (flymake-make-xemacs-menu): Add docstrings.
10975 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
10976 Set variables directly throughout.
10977
80b61a0f
NR
109782005-04-30 Nick Roberts <nickrob@snap.net.nz>
10979
10980 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
588c0770 10981 exists. Initialize cc-define-alist.
80b61a0f 10982 (c-mode): Add cc-create-define-alist locally to after-save-hook.
898d58d7 10983 If there is no file (Macroexpansion) don't create an alist.
80b61a0f 10984
bb9c1f2a
SS
109852005-04-29 Sam Steingold <sds@gnu.org>
10986
10987 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
10988 (cc-create-define-alist): Use it instead of the hard-coded string.
10989
2d5e5eb8
SM
109902005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10991
10992 * international/mule-conf.el (file-coding-system-alist): Fix regexp
10993 for latexenc.
10994
57efa539
LK
109952005-04-29 Lute Kamstra <lute@gnu.org>
10996
10997 * emacs-lisp/generic.el: Improve commentary section.
10998 (define-generic-mode): Improve docstring.
10999
56c91423
CD
110002005-04-29 Carsten Dominik <dominik@science.uva.nl>
11001
b67a4e9f 11002 * textmodes/org.el (many places): Change to quiet the byte compiler.
56c91423
CD
11003 (org-prefix-format-compiled): New variable.
11004 (org-compile-prefix-format): New function.
b67a4e9f
KS
11005 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
11006 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
11007 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
11008 (org-get-entries-from-diary): Use `org-get-time-of-day' for
56c91423 11009 consistency with entries from `org-mode' files.
b67a4e9f 11010 (org-get-time-of-day): Fix bug with partial matches early in a line.
56c91423
CD
11011 (org-non-link-chars): New constant.
11012 (org-link-regexp): Respect `org-non-link-chars'.
b67a4e9f
KS
11013 (org-agenda-day-view): Remove command.
11014 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
56c91423
CD
11015 (org-follow-bbdb-link, org-store-link): Search also company field.
11016 (org-highlight-overlay): New variable.
11017 (org-highlight, org-unhighlight): New functions.
b67a4e9f
KS
11018 (org-agenda-mode): Add pre-command-hook to remove highlight.
11019 (org-evaluate-time-range): Behavior depends upon whether time stamp
11020 contains a time or not.
56c91423
CD
11021 (org-show-subtree, org-show-entry): New functions.
11022 (org-agenda-cleanup-fancy-diary): Remove empty lines.
56c91423 11023
7eb6ede5
LT
110242005-04-28 Luc Teirlinck <teirllm@auburn.edu>
11025
11026 * comint.el (comint-output-filter-functions): Add autoload cookie.
11027
b7ce4173
KS
110282005-04-28 Kim F. Storm <storm@cua.dk>
11029
11030 * ido.el (ido-everywhere): Fix last change.
11031
0b606bb2
TTN
110322005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11033
11034 * international/latexenc.el: New file.
11035 * international/mule-conf.el (file-coding-system-alist): For .tex,
11036 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
11037
d79b6c21
LK
110382005-04-28 Lute Kamstra <lute@gnu.org>
11039
0a20b1dc
LK
11040 * font-lock.el (font-lock-add-keywords)
11041 (font-lock-remove-keywords): Clarify docstring.
11042 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
11043 Don't start docstrings with a `*'.
11044 (font-lock-update-removed-keyword-alist): Give it a docstring.
11045
d79b6c21
LK
11046 * generic-x.el: Update commentary section.
11047 Only require font-lock when compiling.
11048 Define all modes conditionally.
11049 Place all generic modes in the generic-x-modes customization group.
11050 (generic-x-modes): New customization group.
11051 (generic-default-modes, generic-mswindows-modes)
11052 (generic-unix-modes, generic-other-modes): New constants.
11053 (generic-define-mswindows-modes, generic-define-unix-modes):
11054 Update docstrings. Make them obsolete.
2d5e5eb8
SM
11055 (generic-extras-enable-list): New default value. Update docstring.
11056 Improve :type. Change :set function.
d79b6c21
LK
11057 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11058 Fix docstring.
11059
2d5e5eb8
SM
11060 * emacs-lisp/generic.el (generic-mode-internal):
11061 Simplify font-lock-defaults.
817edb15 11062 (define-generic-mode): Fix docstring.
d79b6c21
LK
11063
110642005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11065
11066 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11067 font-lock-face property to highlight matches.
11068
8c75afbf
NR
110692005-04-28 Nick Roberts <nickrob@snap.net.nz>
11070
52eb0373 11071 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8c75afbf 11072 (cc-define-alist): New variable.
588c0770 11073 (c-mode): Make it local and initialize it.
8c75afbf
NR
11074
11075 * progmodes/gdb-ui.el (gdb-active-process): New variable.
11076 (gdb-exited): New function.
11077 (gdb-annotation-rules): Use it.
11078 (gdb-starting): Set gdb-active-process to t.
11079 (gdb-stopping): Amend doc string.
11080 (gdb-reset): Set gdb-active-process to nil.
11081
11082 * tooltip.el (tooltip-gud-tips): Show the associated #define
11083 directives when a C program under GDB is not executing.
11084
b8a04883
SM
110852005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11086
11087 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11088 font-lock-fontify-syntactic-keywords.
11089
11090 * font-lock.el (font-lock-default-fontify-region): Don't force
11091 parse-sexp-lookup-properties to nil.
11092
a46f2d6d
EZ
110932005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11094
11095 * man.el (man-mode-syntax-table): Set up `:' to have
11096 word-constituent syntax.
11097
b2b46494
LK
110982005-04-27 Lute Kamstra <lute@gnu.org>
11099
11100 * novice.el (disable-command): Don't add spurious newlines to the
11101 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
11102
a715531f
JB
111032005-04-26 Jay Belanger <belanger@truman.edu>
11104
11105 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11106 than one window before deleting window.
11107
85ab9f4e
LT
111082005-04-26 Luc Teirlinck <teirllm@auburn.edu>
11109
11110 * shell.el (shell-prompt-pattern): Doc fix.
11111 (shell-mode): Set paragraph-separate buffer locally to "\\'".
11112
11113 * comint.el (comint-prompt-regexp, comint-get-old-input)
11114 (comint-use-prompt-regexp)
11115 (comint-use-prompt-regexp-instead-of-fields)
11116 (comint-replace-by-expanded-history, comint-send-input)
11117 (comint-output-filter, comint-get-old-input-default)
11118 (comint-line-beginning-position, comint-bol, comint-show-output)
11119 (comint-backward-matching-input, comint-forward-matching-input)
b8a04883
SM
11120 (comint-next-prompt, comint-previous-prompt):
11121 Rename `comint-use-prompt-regexp-instead-of-fields' to
85ab9f4e
LT
11122 `comint-use-prompt-regexp'. Keep old name as alias and declare
11123 obsolete.
11124 (comint-use-prompt-regexp): Shorten first line of doc string.
11125
11126 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11127 Set paragraph-separate buffer locally to "\\'".
11128
11129 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11130 Adapt to above name change.
11131
11132 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11133 (smbclient-prompt-regexp): Ditto.
11134
11135 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11136
19475957
NR
111372005-04-27 Nick Roberts <nickrob@snap.net.nz>
11138
11139 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11140 gdb-location-list.
11141 Break lines that are over 80 characters wide.
11142
2231c2bc
SM
111432005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11144
11145 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11146 New fun and var, to preserve compatibility.
11147
11148 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11149
111502005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
11151
11152 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11153 name to file-newer-than-file-p.
11154
68a94f5a
RS
111552005-04-26 Richard M. Stallman <rms@gnu.org>
11156
f03f317a
RS
11157 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11158
68a94f5a
RS
11159 * progmodes/python.el (python-mode):
11160 Use new name eldoc-documentation-function.
11161
11162 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11163
11164 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11165 (eldoc-documentation-function):
2231c2bc 11166 Rename from eldoc-print-current-symbol-info-function. Calls changed.
68a94f5a 11167
c9c1312d
NR
111682005-04-26 Nick Roberts <nickrob@snap.net.nz>
11169
11170 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11171
35b1b8ab
DN
111722005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11173
11174 * term/xterm.el (function-key-map): Fix strings for
2231c2bc 11175 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
35b1b8ab
DN
11176 {C,S,A,C-S}-{f1-f12}.
11177
bc10bcbd
KH
111782005-04-26 Kenichi Handa <handa@m17n.org>
11179
2231c2bc
SM
11180 * international/mule-cmds.el (select-safe-coding-system):
11181 Fix previous change.
bc10bcbd 11182
ec1e11a9
LK
111832005-04-26 Lute Kamstra <lute@gnu.org>
11184
c25eec81
LK
11185 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11186
11187 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11188 (font-lock-comment-delimiter-face): Ditto.
11189
ec1e11a9
LK
11190 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11191
2b2920a9
JB
111922005-04-25 Jay Belanger <belanger@truman.edu>
11193
11194 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11195 to t while inserting information; use help-mode.
11196
c9b630f7
DN
111972005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11198
11199 * term.el (ansi-term-color-vector): Use the xterm colors.
52eb0373 11200 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
c9b630f7 11201
8ba81e93
LK
112022005-04-25 Lute Kamstra <lute@gnu.org>
11203
11204 * font-core.el (font-lock-defaults): Fix docstring.
11205
11206 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11207
901ae597
KH
112082005-04-25 Kenichi Handa <handa@m17n.org>
11209
2231c2bc
SM
11210 * international/mule-cmds.el (select-safe-coding-system):
11211 Don't check consistency with coding: spec, etc if raw-text or
901ae597
KH
11212 no-conversion was found to be safe.
11213
a6390474
RS
112142005-04-24 Richard M. Stallman <rms@gnu.org>
11215
11216 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11217 citation markers at start of each line.
11218
11219 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11220 citation markers at start of each line.
11221
11222 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11223
11224 * files.el (mode-require-final-newline): Fix previous change.
11225 (require-final-newline): Fix type label.
11226
2538808f
GM
112272005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11228
11229 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11230 statement in buffer (broken by 2004-11-24 change).
11231
456986fd
KS
112322005-04-24 Kim F. Storm <storm@cua.dk>
11233
11234 * ido.el (ido-everywhere): Save and restore old read-buffer-function
11235 and read-file-name-function values. Don't overwrite existing
11236 non-nil values if ido-mode is enabled without ido-everywhere.
11237
e5baf107
LT
112382005-04-24 Luc Teirlinck <teirllm@auburn.edu>
11239
11240 * files.el (mode-require-final-newline): Minor doc fix.
11241
1441edfe
EZ
112422005-04-24 Eli Zaretskii <eliz@gnu.org>
11243
9d1ffd5a 11244 * subr.el (syntax-after): Doc fix.
f3714ab2
EZ
11245 (syntax-class): If argument is nil, return nil. Mask off upper 16
11246 bits, not 8 bits.
9d1ffd5a 11247
1441edfe
EZ
11248 * files.el (mode-require-final-newline): Doc fix.
11249 (backup-buffer-copy): Fix last change.
11250
49ed33c7
YM
112512005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11252
11253 * term/mac-win.el: Require select. Set selection-coding-system to
11254 mac-system-coding-system. Call menu-bar-enable-clipboard.
11255 (x-last-selected-text-clipboard, x-last-selected-text-primary)
11256 (x-select-enable-clipboard): New variables.
11257 (x-select-text, x-get-selection, x-selection-value)
11258 (x-get-selection-value, mac-select-convert-to-string)
11259 (mac-services-open-file, mac-services-open-selection)
11260 (mac-services-insert-text): New functions.
11261 (CLIPBOARD, FIND): Put mac-scrap-name property.
11262 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11263 (public.tiff): Put mac-ostype property.
11264 (selection-converter-alist): Add entries for them.
11265 (mac-application-menu-map): New keymap.
11266 (interprogram-cut-function, interprogram-paste-function): Set to
11267 x-select-text and x-get-selection-value, respectively.
11268 (split-window-keep-point): Set to t.
11269
469bc679
RS
112702005-04-23 Richard M. Stallman <rms@gnu.org>
11271
11272 * files.el (read-directory-name): Always pass non-nil
11273 DEFAULT-FILENAME arg to read-file-name.
11274 (backup-buffer-copy, basic-save-buffer-2): Take care against
11275 writing thru an unexpected existing symlink.
11276 (revert-buffer): In indirect buffer, revert the base buffer.
11277 (magic-mode-alist): Doc fix.
11278 (buffer-stale-function): Doc fix.
11279 (minibuffer-with-setup-hook): Avoid warning.
11280 (mode-require-final-newline): Doc and custom fix.
e5baf107 11281
469bc679
RS
11282 * follow.el (follow-end-of-buffer): Use with-no-warnings.
11283
11284 * font-lock.el (font-lock-comment-face): On terminals with few colors,
11285 use the default appearance.
11286 (font-lock-comment-delimiter-face): New face, new variable.
11287
11288 * imenu.el (imenu--generic-function): The official position of a
11289 definition is the start of the line that BEG is in.
11290
11291 * midnight.el (midnight-timer): Move defvar up.
11292
11293 * mouse.el (mouse-drag-region-1): Delete some debugging code.
11294
11295 * saveplace.el (save-place-to-alist): Use with-no-warnings.
11296
11297 * startup.el (command-line): Use with-no-warnings.
11298
11299 * window.el (window-size-fixed): New defvar.
11300
11301 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11302
e5baf107 11303 * mail/rmail.el (rmail-font-lock-keywords):
469bc679
RS
11304 Use font-lock-comment-delimiter-face.
11305
11306 * mail/sendmail.el (mail-font-lock-keywords):
11307 Use font-lock-comment-delimiter-face.
11308
11309 * progmodes/compile.el (next-error-highlight-timer): New defvar.
11310
113112005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11312
e5baf107 11313 * progmodes/compile.el (compilation-mode-font-lock-keywords):
469bc679
RS
11314 Specify t for LAXMATCH when matching directories.
11315 Save match data around compilation-compat-error-properties form.
11316
1639cc2e
DK
113172005-04-23 David Kastrup <dak@gnu.org>
11318
11319 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11320 Mention that the autoloaded aliases should be kept for AUCTeX.
11321
d379c558
AS
113222005-04-23 Andreas Schwab <schwab@suse.de>
11323
11324 * isearch.el (isearch-forward): Doc fix.
11325
4739237d
EZ
113262005-04-23 Eli Zaretskii <eliz@gnu.org>
11327
11328 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11329 (jit-lock-stealth-nice): Change default value to 0.5.
11330
71baa28f
EZ
113312005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
11332
11333 * abbrev.el (write-abbrev-file): Write table entries in
11334 alphabetical order by table name.
11335
e271742d
KS
113362005-04-22 Kim F. Storm <storm@cua.dk>
11337
11338 * ido.el (ido-read-internal): Fix `list' completion.
11339
9a9c3a4b
KH
113402005-04-22 Kenichi Handa <handa@m17n.org>
11341
11342 * recentf.el (recentf-save-file-coding-system): New variable.
11343 (recentf-save-list): Encode the file by
11344 recentf-save-file-coding-system and add coding: tag.
11345
230e1e80
NR
113462005-04-22 Nick Roberts <nickrob@snap.net.nz>
11347
11348 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11349
e1573595
LK
113502005-04-21 Lute Kamstra <lute@gnu.org>
11351
9721d904
LK
11352 * loadhist.el (unload-feature): Don't remove a function from hooks
11353 if it is about to be restored to an autoload . Remove functions
11354 that will become unbound from auto-mode-alist. Simplify the code.
11355
2c7b5da1
LK
11356 * subr.el (assq-delete-all): New implementation that is linear,
11357 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
11358 (rassq-delete-all): New function.
11359
2231c2bc
SM
11360 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11361 Add size-indication-mode.
e1573595 11362
2375e71a
KH
113632005-04-21 Kenichi Handa <handa@m17n.org>
11364
11365 * international/mule-cmds.el: Add autoload for widget-value in
2231c2bc 11366 eval-when-compile.
2375e71a 11367
8e447172
NR
113682005-04-21 Nick Roberts <nickrob@snap.net.nz>
11369
e271742d 11370 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8e447172
NR
11371 Add tooltip-mode.
11372
11373 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11374
fcd9d525
LT
113752005-04-20 Luc Teirlinck <teirllm@auburn.edu>
11376
11377 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11378 (inferior-lisp-filter-regexp, inferior-lisp-program)
11379 (inferior-lisp-load-command, inferior-lisp-prompt)
11380 (inferior-lisp-mode-hook, lisp-source-modes)
11381 (inferior-lisp-load-hook): defvar->defcustom.
11382 (inferior-lisp-program, inferior-lisp-prompt)
11383 (inferior-lisp-load-hook): Doc fixes.
11384 (inferior-lisp-install-letter-bindings): Small change in
11385 introductory comment.
11386
57428691
DN
113872005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
11388
11389 * vc.el (vc-annotate-color-map): Change some colors so that text
11390 using them as foreground is readable on both white and black
11391 backgrounds.
11392
c791cb54
SM
113932005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11394
11395 * international/mule-conf.el (translation-table-for-input):
11396 Remove redundant declaration.
11397
396fdf3c
NR
113982005-04-20 Nick Roberts <nickrob@snap.net.nz>
11399
11400 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11401
11402 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11403 (tooltip-toggle-gud-tips): New function.
11404
37c5c4a7
YM
114052005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11406
11407 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11408 right angle brackets.
11409
64cb0f82
NR
114102005-04-20 Nick Roberts <nickrob@snap.net.nz>
11411
11412 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11413
95ed7b42
SM
114142005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11415
b8471a02
SM
11416 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11417 Remove. Update callers to use expand-file-name instead.
11418
95ed7b42
SM
11419 * subr.el (syntax-class): New function.
11420
11421 * simple.el (blink-matching-open): Use it.
11422
11423 * paren.el (show-paren-function): Use it to recognize parens that are
11424 also used in 2-char comment markers.
11425
191652f8
LK
114262005-04-19 Lute Kamstra <lute@gnu.org>
11427
11428 * loadhist.el (unload-feature): Update for new format of
11429 load-history. Simplify the code.
11430
327a3376
YM
114312005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11432
11433 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11434 (mac-add-charset-info): New function. Initialize variable
11435 mac-charset-info-alist using it.
11436 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11437 for translation.
11438 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
95ed7b42
SM
11439 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11440 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11441 New CCL programs.
327a3376 11442
5827e9d4
KS
114432005-04-19 Kim F. Storm <storm@cua.dk>
11444
11445 * simple.el (next-buffer, prev-buffer, next-error)
11446 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11447 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11448
11449 * bindings.el (next-buffer, prev-buffer, next-error)
11450 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11451 (clone-indirect-buffer-other-window): Move bindings from simple.el.
11452 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11453 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11454
e5feeb31
SM
114552005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11456
11457 * isearch.el (isearch-edit-string): Make the search-ring available for
11458 minibuffer history commands.
11459 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11460 the default history commands now work just as well.
11461 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11462
77580d18
KS
114632005-04-18 Kim F. Storm <storm@cua.dk>
11464
11465 * emulation/cua-base.el (cua--pre-command-handler): Add more
11466 elaborate check for shift modifier on non-window systems.
11467
adbb89ef
LH
114682005-04-18 Lars Hansen <larsh@math.ku.dk>
11469
11470 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11471
2e764c66
KS
114722005-04-18 Kim F. Storm <storm@cua.dk>
11473
11474 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11475 and make it optional. Don't test tooltip-gud-echo-area here.
e5feeb31
SM
11476 (tooltip-gud-process-output, gdb-tooltip-print):
11477 Pass tooltip-gud-echo-area to tooltip-show.
cae07240 11478 (tooltip-help-tips): Remove second optional arg to tooltip-show.
2e764c66 11479
3f4413f8
YM
114802005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11481
11482 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11483 `display-graphic-p' may not be bound yet.
11484
742220b6
LT
114852005-04-17 Luc Teirlinck <teirllm@auburn.edu>
11486
11487 * startup.el (command-line): No longer enable Xterm Mouse mode by
11488 default in terminals compatible with xterm.
11489
11490 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11491
01c515bb
NR
114922005-04-18 Nick Roberts <nickrob@snap.net.nz>
11493
11494 * tooltip.el (tooltip-gud-echo-area): Rename from
11495 tooltip-use-echo-area.
11496 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11497 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11498 area independently of where help tooltips are displayed.
11499
bbeb3055
DK
115002005-04-17 David Kastrup <dak@gnu.org>
11501
11502 * cus-theme.el (custom-theme-write-variables): Quote variables
11503 where necessary.
11504
ec0cf966
RS
115052005-04-17 Richard M. Stallman <rms@gnu.org>
11506
9e60c724
RS
11507 * simple.el (yank-excluded-properties): Add follow-link to value.
11508
ec0cf966
RS
11509 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11510
11511 * startup.el (fancy-splash-max-time): Just 30 seconds.
11512 (fancy-splash-delay): Just 7.
11513 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11514
11515 * loadhist.el (unload-feature): Update for new format of load-history.
11516 Simplify the code.
11517
11518 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11519 (rmail-font-lock-keywords): Don't fontify the text of a citation.
11520
11521 * mail/sendmail.el (mail-font-lock-keywords):
11522 Don't fontify subject text.
11523 Don't fontify the text of a citation.
11524
115252005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
11526
11527 * comint.el (comint-output-filter): Run comint-output-filter-functions
11528 with point where the user had it.
11529
b72c5a86
SM
115302005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11531
11532 * international/ucs-tables.el (ucs-set-table-for-input):
11533 Disable when using unify-on-decoding.
11534
fbcaad36
DN
115352005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
11536
11537 * emulation/cua-base.el (cua-global-mark-face): Add special case
11538 for displays supporting a high number of colors.
11539
ccb9871d
EZ
115402005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
11541
b72c5a86 11542 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
ccb9871d 11543
3d70f279
EZ
115442005-04-16 Chong Yidong <cyd@stupidchicken.com>
11545
11546 * filesets.el (filesets-add-buffer): If user supplies a name of a
11547 non-existing fileset, create a new fileset.
11548
bf94eed3
CD
115492005-04-16 Carsten Dominik <dominik@science.uva.nl>
11550
b72c5a86 11551 * textmodes/org.el (org-up-heading-all): Fix bug with
742220b6 11552 `outline-up-heading-all'.
bf94eed3 11553
a35d9075
AS
115542005-04-16 Andreas Schwab <schwab@suse.de>
11555
11556 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11557 /etc/permissions.d/* and /etc/aliases.d/*.
11558
5f400376
KH
115592005-04-16 Kenichi Handa <handa@m17n.org>
11560
b72c5a86
SM
11561 * international/code-pages.el (cp-make-coding-system):
11562 Set `translation-table-for-input' property value to the symbol
5f400376
KH
11563 ucs-mule-to-mule-unicode, not to that value.
11564 (pt154): Escape guillemet by `\'.
11565
9e5b2858
LT
115662005-04-15 Luc Teirlinck <teirllm@auburn.edu>
11567
11568 * loadup.el: Load tooltip if x-show-tip is fboundp.
11569
11570 * startup.el (command-line): Add comment.
11571
11572 * tooltip.el (tooltip-mode): Specify correct standard value for
11573 Custom in init-value.
11574
3698ff2e
NR
115752005-04-15 Nick Roberts <nickrob@snap.net.nz>
11576
11577 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11578 possible.
11579
a9f07b61
CD
115802005-04-15 Carsten Dominik <dominik@science.uva.nl>
11581
fe38e3b0 11582 * textmodes/org.el (org-agenda-date-prompt): Rename from
a9f07b61
CD
11583 `org-agenda-date-today'.
11584 (org-evaluate-time-range): Insert at point instead of directly
11585 after time range.
11586 (org-first-headline-recenter, org-subtree-end-visible-p)
11587 (org-optimize-window-after-visibility-change): New functions
11588 (org-agenda-post-command-hook): Don't allow point at end of line,
11589 to make sure it always hits the text properties.
b72c5a86
SM
11590 (org-agenda-next-date-line, org-agenda-previous-date-line):
11591 New commands.
a9f07b61 11592 (org-set-regexps-and-options): Category may contain white space.
b72c5a86
SM
11593 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11594 Improve marker positions.
a9f07b61
CD
11595 (org-agenda-new-marker): Argument POS made optional.
11596 (org-agenda-get-timestamps): Deadlines which are done are listed
11597 in org-done-face now.
11598 (org-agenda-get-todos, org-agenda-get-timestamps)
b72c5a86
SM
11599 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11600 Set `undone-face' and `done-face' properties.
a9f07b61
CD
11601 (org-last-todo-state-is-todo): New variable.
11602 (org-todo): Set `org-last-todo-state-is-todo'.
11603 (org-agenda-todo): Change face according to
588c0770 11604 `org-last-todo-state-is-todo'. And change other lines referring to
a9f07b61
CD
11605 the same entry.
11606 (org-calendar-goto-agenda): New command.
11607 (org-calendar-to-agenda-key): New option.
11608 (org-startup-folded): New allowed value `content'.
11609 (org-set-regexps-and-options): Accept new value `content' for
11610 `org-startup-folded'.
11611 (org-get-current-options): Handle new value `content' for
11612 `org-startup-folded'.
11613 (org-insert-todo-heading): New command.
11614 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
11615 interactively in empty file and option
11616 `org-insert-mode-line-in-empty-file' has been set.
b72c5a86 11617 (org-agenda-todo,org-agenda-priority): Modify to use
a9f07b61 11618 `org-agenda-change-all-lines'.
b72c5a86 11619 (org-warning-face): Change color on dark background
a9f07b61 11620
c6588b4e
YM
116212005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11622
11623 * international/mule-cmds.el (set-locale-environment): On Mac OS,
11624 use preferences AppleLocale and AppleLanguages, and variable
11625 mac-system-locale for default locale. On Mac OS Classic, use
11626 mac-system-coding-system for default coding systems.
11627
b72c5a86
SM
11628 * term/mac-win.el: Don't set file-name-coding-system.
11629 Decode variables system-name, emacs-build-system, user-login-name, and
c6588b4e
YM
11630 user-full-name by mac-system-coding-system on Mac OS Classic.
11631 (mac-system-coding-system): New variable.
11632
b3a623d0
LT
116332005-04-13 Luc Teirlinck <teirllm@auburn.edu>
11634
11635 * startup.el (command-line): Handle `xterm-mouse-mode' before
11636 reading init file.
4d727d1a
LT
11637
11638 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
b3a623d0 11639
328fc313
GM
116402005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
11641
11642 * progmodes/sh-script.el (sh-here-document-word): Make it a
11643 defcustom. Doc fix.
11644 (sh-add): Bash uses $(( )) for arithmetic.
11645 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
11646 (sh-maybe-here-document): Remove quotes and leading whitespace
11647 from heredoc word when closing. Indent heredoc with tabs if word
11648 starts with "-".
11649
0047373b
RS
116502005-04-13 Richard M. Stallman <rms@gnu.org>
11651
11652 * simple.el (undo): Fix previous change.
11653
11654 * custom.el (defface): Doc fix.
11655
a2d66c78
LK
116562005-04-13 Lute Kamstra <lute@gnu.org>
11657
5c156fdf
LK
11658 * Makefile.in (DONTCOMPILE): Remove list.
11659 (compile, compile-always): Don't use DONTCOMPILE.
11660 (update-authors): Load the library in which batch-update-authors
11661 is defined.
11662 * makefile.w32-in (DONTCOMPILE): Remove list.
11663 (compile, compile-always): Fix comments.
11664 (update-authors): Load the library in which batch-update-authors
11665 is defined.
11666
a2d66c78
LK
11667 * generic-x.el (generic-mode-ini-file-find-file-hook):
11668 Rename to ini-generic-mode-find-file-hook.
11669 Keep generic-mode-ini-file-find-file-hook as an alias.
11670 (ini-generic-mode-find-file-hook): Rename from
11671 generic-mode-ini-file-find-file-hook. Fix docstring.
11672 (ini-generic-mode): Docstring change.
11673 (bat-generic-mode-run-as-comint): Silence the byte compiler.
11674
11675 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
11676 called from lisp.
11677
11678 * generic.el: Move to the emacs-lisp subdir.
11679
759e9f0c
DN
116802005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11681
11682 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
11683 and C-S- function and cursor motion keys.
11684
dc56fc01
LT
116852005-04-12 Luc Teirlinck <teirllm@auburn.edu>
11686
11687 * startup.el (command-line): Enable Xterm Mouse mode by default.
11688 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
ed77be1d
LT
11689 for Custom. No longer show "Mouse" in mode line when enabled.
11690 Doc fix.
dc56fc01 11691
d50285de
KS
116922005-04-12 Kim F. Storm <storm@cua.dk>
11693
11694 * emulation/cua-base.el (cua-rectangle-face)
11695 (cua-rectangle-noselect-face): Define face attributes here.
11696
11697 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
11698
ed0fb1f1
JD
116992005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11700
11701 * startup.el (command-line): Turn off blinking cursor if
11702 cursorBlink in resources is off or false.
11703
a56e6111
YM
117042005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11705
11706 * term/mac-win.el (dnd): Require dnd.
11707 (mac-drag-n-drop): Call dnd-handle-one-url.
b7461be9
YM
11708 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
11709 (kTextEncodingISOLatin2): Remove constants.
11710 (mac-script-code-coding-systems): New constant.
11711 (mac-handle-language-change): New function.
11712 (special-event-map): Bind it to `language-change' event.
11713 (mac-centraleurroman, mac-cyrillic): New coding systems.
11714 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
11715 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
11716 and mac-cyrillic-encoder to encode-mac-centraleurroman and
11717 encode-mac-cyrillic, respectively.
a56e6111 11718
a1b6a089
NR
117192005-04-12 Nick Roberts <nickrob@snap.net.nz>
11720
11721 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
11722 Don't set overlay-arrow-string to "=>" as this is done
11723 globally in C now.
11724
4d88e0ad
LK
117252005-04-12 Lute Kamstra <lute@gnu.org>
11726
b72c5a86
SM
11727 * generic-x.el (rc-generic-mode, rul-generic-mode):
11728 Fix auto-mode-alist entries.
4d88e0ad
LK
11729 (etc-fstab-generic-mode): Tweak fontification.
11730
11731 * generic.el (generic-make-keywords-list): Fix docstring.
11732 (generic-mode-internal): Simplify generic-font-lock-keywords.
11733
df5e8d2c
RV
117342005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11735
b72c5a86 11736 * whitespace.el (whitespace-buffer-leading)
2231c2bc
SM
11737 (whitespace-buffer-trailing): Revert the incorrect test inversion.
11738 However, fix the highlight area for the leading and
df5e8d2c
RV
11739 trailing whitespaces to show space.
11740
7a15a271
RV
117412005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11742
11743 * whitespace.el (whitespace-version): Bump to 3.5
11744
b72c5a86
SM
11745 (whitespace-buffer-leading, whitespace-buffer-trailing):
11746 Invert sense of the test to highlight the whitespace.
7a15a271 11747
c80b3945
NR
117482005-04-12 Nick Roberts <nickrob@snap.net.nz>
11749
11750 * progmodes/gud.el (gud-display-line): GUD uses its own
11751 overlay arrow now so don't set overlay-arrow-string.
11752 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
11753
22c061d6
DN
117542005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
11755
11756 * term.el (term-ansi-current-bold, term-ansi-current-underline)
11757 (term-ansi-current-reverse, term-ansi-current-invisible)
11758 (term-ansi-face-already-done): Change to boolean.
11759 (term-reset-terminal, term-handle-colors-array): Handle the above
11760 vars accordingly.
11761 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
11762 (term-emulate-terminal): Use the new name.
11763
11764 * faces.el (secondary-selection): Use yellow1, not yellow.
11765 (trailing-whitespace): Use red1, not red.
11766
b438e670
JD
117672005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11768
11769 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
11770 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
11771 (dired-dnd-handle-file): Call dnd-get-local-file-uri
11772
11773 * cus-edit.el (dnd): New group.
11774
11775 * term/w32-win.el (dnd): Require dnd
11776 (w32-drag-n-drop): Call dnd-handle-one-url.
11777
11778 * x-dnd.el: Require dnd.
b72c5a86
SM
11779 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
11780 Call dnd-handle-one-url.
b438e670
JD
11781 (x-dnd-types-alist, x-dnd-insert-utf8-text)
11782 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
11783 to dnd-insert-text.
4d88e0ad
LK
11784 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
11785 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
fe38e3b0 11786 (x-dnd-get-local-file-name, x-dnd-open-local-file)
b72c5a86 11787 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
b438e670
JD
11788
11789 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
11790
0047373b 117912005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
a8f8c390
SM
11792
11793 * wdired.el: Doc fixes.
11794 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
11795 (wdired-use-dired-vertical-movement): Rename from
11796 wdired-always-move-to-filename-beginning.
11797 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
11798 (wdired-change-to-wdired-mode): Change mode name.
11799 (wdired-newline): Delete.
11800
713c9020
RS
118012005-04-11 Richard M. Stallman <rms@gnu.org>
11802
7dbe67a4
RS
11803 * whitespace.el (whitespace-highlight-the-space):
11804 Don't call whitespace-unhighlight-the-space here.
11805
713c9020
RS
11806 * simple.el (undo): Record t in undo-equiv-table
11807 for the redo record made by an undo-in-region.
11808
45bd9a1a
NR
118092005-04-12 Nick Roberts <nickrob@snap.net.nz>
11810
11811 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
11812 (gdb-frame-inferior-io-buffer): New Functions to control
11813 display of separate IO buffer.
11814 (menu): Add them to menu-bar.
11815 (gdb-display-buffer): Check for buffer another frame.
11816 Protect GUD buffer.
11817 (gdb-setup-windows): Create IO buffer if not already there.
11818 (gdb-memory-mode): Remove purecopy noops.
11819
055e0d88
GM
118202005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11821
11822 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
11823 and pass to self-insert-command.
11824
9285b8bc
LK
118252005-04-11 Lute Kamstra <lute@gnu.org>
11826
11827 * generic.el: Commentary section cleanup.
11828 (generic): Delete.
11829 (generic-use-find-file-hook, generic-lines-to-scan)
11830 (generic-find-file-regexp, generic-ignore-files-regexp)
11831 (default-generic-mode, generic-mode-find-file-hook)
11832 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
11833 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
11834 (generic-use-find-file-hook, generic-lines-to-scan)
11835 (generic-find-file-regexp, generic-ignore-files-regexp)
11836 (default-generic-mode, generic-mode-find-file-hook)
11837 (generic-mode-ini-file-find-file-hook): Move from generic.el.
11838
9552bee8
KF
118392005-04-10 Karl Fogel <kfogel@red-bean.com>
11840
11841 * bookmark.el (bookmark-write-file): Catch errors writing file.
11842 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
11843
6695c528
RS
118442005-04-10 Richard M. Stallman <rms@gnu.org>
11845
11846 * startup.el (fancy-splash-tail): Update copyright year.
11847 (command-line): Split part of -Q into -D.
11848 (emacs-basic-display): New defvar.
11849 (fancy-splash-text): Correct name of menu item.
11850
11851 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
11852
11853 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
11854 lines in one node.
11855
11856 * comint.el (comint-send-input): New arg ARTIFICIAL.
11857 Callers in this file changed.
11858
11859 * abbrev.el (define-abbrevs): Read system abbrevs properly.
11860
11861 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
11862
118632005-04-10 Chong Yidong <cyd@stupidchicken.com>
11864
11865 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
11866 `ldap-search-internal'.
11867
35f257bb
SM
118682005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11869
f587e30b
SM
11870 * files.el (set-auto-mode-1): Use line-end-position.
11871
35f257bb
SM
11872 * international/latin-1.el:
11873 * international/latin-2.el:
11874 * international/latin-3.el:
11875 * international/latin-4.el:
11876 * international/latin-5.el:
11877 * international/latin-8.el:
11878 * international/latin-9.el: Give punctuation syntax to NBSP.
11879
11880 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
11881 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
11882 Use char-classes to accept non-ascii letters, accepted in some recent
11883 bibtex implementations.
11884
223bc577
LT
118852005-04-10 Luc Teirlinck <teirllm@auburn.edu>
11886
11887 * custom.el (custom-set-minor-mode): Any non-nil value for the
11888 variable should enable the mode when set through Custom.
11889
4bcb9c95
SM
118902005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11891
11892 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
11893 TAB binding so tab-always-indent is obeyed.
11894 (vhdl-minibuffer-local-map): Move initialization into declaration.
11895 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
11896 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
11897 (vhdl-hooked-abbrev): Avoid test for XEmacs.
11898 (vhdl-current-line): Use line-beginning-position.
11899 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
11900 with-output-to-temp-buffer, so the current position can be recorded.
11901
0c9a01ff
MY
119022005-04-10 Masatake YAMATO <jet@gyve.org>
11903
4bcb9c95
SM
11904 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11905 Add regexp for gcov.
0c9a01ff 11906
91472578
MB
119072005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11908
4bcb9c95
SM
11909 * calendar/time-date.el (time-to-seconds, seconds-to-time)
11910 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
91472578 11911 syntax which Emacs 20 doesn't support.
91472578 11912
6695c528
RS
119132005-04-09 Richard M. Stallman <rms@gnu.org>
11914
b72c5a86
SM
11915 * help.el (describe-key-briefly, describe-key):
11916 Replace strings as event types with "(any string)".
6695c528 11917
941f9778
SM
119182005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11919
11920 * arc-mode.el (archive-mode-map): Move initialization into
11921 the declaration. Override *all* bindings of `undo'.
11922 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
11923
1d1bf521
JB
119242005-04-09 Jay Belanger <belanger@truman.edu>
11925
941f9778 11926 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
1d1bf521 11927
ce102cb1
DN
119282005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11929
11930 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
11931 (xterm-register-default-colors): Update color values computation
11932 to match xterm-200.
11933
2a9e192d
KH
119342005-04-09 Kenichi Handa <handa@m17n.org>
11935
11936 * international/code-pages.el (iso-latin-7): Fix the map.
11937
e790a4a3
LT
119382005-04-08 Luc Teirlinck <teirllm@auburn.edu>
11939
11940 * emacs-lisp/lisp.el (defun-prompt-regexp)
11941 (parens-require-spaces, buffer-end, end-of-defun)
11942 (insert-parentheses): Doc fixes.
11943
3306ed3b
KS
119442005-04-08 Kim F. Storm <storm@cua.dk>
11945
11946 * comint.el (comint-highlight-prompt): Fix face spec.
e0d815a2 11947 * hi-lock.el (hi-green): Likewise.
3306ed3b 11948
099dcdcf
DN
119492005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
11950
3306ed3b 11951 * cus-edit.el (custom-modified-face):
099dcdcf
DN
11952 * comint.el (comint-highlight-input): Fix previous changes.
11953 * term.el (term-handle-ansi-escape): Add a comment.
11954
c22c3db0
SM
119552005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11956
11957 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
11958 in the buffer and in whitespace-highlighted-space.
11959 (whitespace-unhighlight-the-space): Simplify.
11960 (whitespace-buffer): Simplify.
11961
ea81d57e
DN
119622005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
11963
11964 * textmodes/table.el (table-cell-face): Add special case for
11965 displays supporting a high number of colors.
11966 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11967 (vhdl-font-lock-reserved-words-face)
11968 (vhdl-speedbar-architecture-face)
11969 (vhdl-speedbar-instantiation-face)
11970 (vhdl-speedbar-architecture-selected-face)
c22c3db0
SM
11971 (vhdl-speedbar-instantiation-selected-face): Likewise.
11972 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
11973 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
ea81d57e
DN
11974 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11975 (ebrowse-root-class-face, ebrowse-member-attribute-face)
c22c3db0
SM
11976 (ebrowse-progress-face): Likewise.
11977 * progmodes/compile.el (compilation-info-face): Likewise.
11978 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
11979 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
11980 * calendar/calendar.el (diary-face): Likewise.
ea81d57e 11981 * woman.el (woman-italic-face, woman-bold-face)
c22c3db0
SM
11982 (woman-unknown-face): Likewise.
11983 * wid-edit.el (widget-button-pressed-face): Likewise.
11984 * whitespace.el (whitespace-highlight-face): Likewise.
11985 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
11986 * pcvs-info.el (cvs-marked-face): Likewise.
11987 * info.el (info-xref): Likewise.
11988 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
ea81d57e 11989 * hilit-chg.el (highlight-changes-face)
c22c3db0 11990 (highlight-changes-delete-face): Likewise.
ea81d57e 11991 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
c22c3db0
SM
11992 (hi-red-b): Likewise.
11993 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
ea81d57e 11994 * font-lock.el (font-lock-keyword-face)
c22c3db0 11995 (font-lock-function-name-face, font-lock-warning-face): Likewise.
ea81d57e
DN
11996 * cus-edit.el (custom-invalid-face, custom-modified-face)
11997 (custom-set-face, custom-changed-face, custom-variable-tag-face)
c22c3db0
SM
11998 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
11999 * comint.el (comint-highlight-prompt): Likewise.
ea81d57e 12000
67b4790b
LK
120012005-04-08 Lute Kamstra <lute@gnu.org>
12002
12003 * font-lock.el (font-lock-keywords): Docstring fixes.
12004
9741224e
KH
120052005-04-08 Kenichi Handa <handa@m17n.org>
12006
12007 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
12008 chars are more than a limit, print " and more..." at the tail.
12009
3a10b9ce
KS
120102005-04-08 Kim F. Storm <storm@cua.dk>
12011
12012 * emacs-lisp/authors.el (authors-aliases): Update list.
12013 (authors-ignored-files): New list.
12014 (authors-fixed-entries): Fix typo.
12015 (authors-renamed-files-alist): Update list.
12016 (authors-add): Check authors-ignored-files.
12017
eaf779a7
CD
120182005-04-08 Carsten Dominik <dominik@science.uva.nl>
12019
214e2d48 12020 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
eaf779a7
CD
12021 optional, to ensure backward compatibility.
12022
fc2cae59
SE
120232005-04-08 Stephen Eglen <stephen@gnu.org>
12024
12025 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
12026
859b8989
KS
120272005-04-08 Kim F. Storm <storm@cua.dk>
12028
b72c5a86 12029 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
859b8989
KS
12030
12031 * mouse.el (mouse-on-link-p): Doc fix.
12032
709bfdaf
LT
120332005-04-07 Luc Teirlinck <teirllm@auburn.edu>
12034
db648b84
LT
12035 * ielm.el (ielm-prompt-read-only): Doc fix.
12036
709bfdaf
LT
12037 * comint.el (comint-prompt-read-only): Doc fix.
12038
5b523a77
JL
120392005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
12040
12041 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
12042 ensure dired always handles wildcards passed to ffap.
12043 (find-file-at-point): Use it.
12044 (ffap-dired-wildcards): Doc fix.
12045
34d86208
JL
120462005-04-07 Juri Linkov <juri@jurta.org>
12047
12048 * simple.el (next-error-overlay-arrow-position): New defvar.
12049 Put "=>" on its property `overlay-arrow-string'. Add it to
12050 `overlay-arrow-variable-list'.
12051
12052 * progmodes/compile.el (compilation-setup):
12053 Set `next-error-overlay-arrow-position' to nil. Also set it to
12054 nil in the local hook `kill-buffer-hook'. Make local variable
12055 `overlay-arrow-string' and set it to "=>".
12056 (compilation-goto-locus): Set BOL position to
12057 `next-error-overlay-arrow-position' instead of
12058 `overlay-arrow-position'.
12059
12060 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12061 locally instead of adding it to the global hook.
12062 (Info-kill-buffer): Move up.
12063
9fb518aa
DN
120642005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
12065
12066 * term/xterm.el (xterm-standard-colors): Update color values from
4c23089d 12067 xterm-200.
9fb518aa 12068
5c8b653b
SM
120692005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
12070
797bf075
SM
12071 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12072
5c8b653b
SM
12073 * fast-lock.el:
12074 * lazy-lock.el: Move them to the obsolete subdir.
12075
969ee2ad
SM
120762005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12077
12078 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12079 (wdired-add-replace-advice): Remove.
12080 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12081
73f0d996
KS
120822005-04-06 Kim F. Storm <storm@cua.dk>
12083
12084 * startup.el (command-line): Add --bare-bones alias for -Q.
12085
369f76bb
YM
120862005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12087
12088 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12089 create the startup fontset if a font specification ends with
12090 `mac-roman'.
12091
e0e5f076
LK
120922005-04-06 Lute Kamstra <lute@gnu.org>
12093
9e4b54a0
LK
12094 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12095 change.
12096
e0e5f076
LK
12097 * emacs-lisp/copyright.el (copyright-update-year): Replace the
12098 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
12099
ab7bc290
LK
121002005-04-05 Lute Kamstra <lute@gnu.org>
12101
6a8cf883
LK
12102 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12103 (define-generic-mode): Ditto. Fix debug declaration.
d9c39305 12104
969ee2ad
SM
12105 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12106 Put them in the generic-x group.
6a8cf883 12107
d9c39305 12108 * calendar/timeclock.el (timeclock): Doc fix.
6a8cf883 12109
ab7bc290
LK
12110 * generic.el (define-generic-mode): Don't use custom-current-group.
12111 Document default :group value.
12112 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12113 (define-global-minor-mode): Don't use custom-current-group.
12114
39b32c06
GM
121152005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12116
f4564cfd
GM
12117 * startup.el (command-line-1): Display startup-echo-area-message
12118 when fancy splash screen is in use.
12119
d6d43bde
GM
12120 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12121 (sh-escaped-newline): New face.
12122 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12123 newline, and use sh-escaped-newline face.
12124
39b32c06
GM
12125 * progmodes/tcl.el (tcl-escaped-newline): New face.
12126 (tcl-builtin-list): New variable.
12127 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12128 newlines. Fix keywords subexpression number.
12129
da659ce6
CD
121302005-04-05 Carsten Dominik <dominik@science.uva.nl>
12131
d9c39305 12132 * textmodes/org.el (org-diary-default-entry): Fix call to
39b32c06 12133 `add-to-diary-entry'.
da659ce6 12134
7ed08c01
KS
121352005-04-05 Kim F. Storm <storm@cua.dk>
12136
12137 * ediff-init.el: Use (featurep 'xemacs).
12138
f1c7de69
DP
121392005-04-05 David Ponce <david@dponce.com>
12140
12141 * cus-edit.el (face): Derive from symbol widget. Display sample
12142 of the current face on the fly.
12143 (widget-face-sample-face-get, widget-face-notify): New functions.
12144 (widget-face-value-create): Remove.
12145
12146 * wid-edit.el (widget-field-end): Temporarily remove field
12147 narrowing before to call `get-char-property'.
12148
32503b32
JB
121492005-04-04 Jay Belanger <belanger@truman.edu>
12150
12151 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12152 (math-read-subscripts): New variable.
12153 (math-read-preprocess-string): Process subscripts.
12154
47b143f3
LT
121552005-04-04 Luc Teirlinck <teirllm@auburn.edu>
12156
a9aa7c74
LT
12157 * comint.el (comint-prompt-read-only): Doc fix.
12158
47b143f3
LT
12159 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12160 `-1'. Doc fix.
12161
6eb49472
CD
121622005-04-04 Carsten Dominik <dominik@science.uva.nl>
12163
969ee2ad
SM
12164 * textmodes/org.el (org-insert-mode-line-in-empty-file):
12165 Change default value to nil.
6eb49472 12166
171c707b
LK
121672005-04-04 Lute Kamstra <lute@gnu.org>
12168
8c6ef2ca
LK
12169 * autorevert.el (auto-revert-mode): Specify :group.
12170 * battery.el (display-battery-mode): Specify :group.
12171 * diff-mode.el (diff-minor-mode): Specify :group.
12172 * font-core.el (font-lock-mode): Specify :group.
12173 * hl-line.el (hl-line-mode): Specify :group.
12174 * iimage.el (iimage): New customization group.
12175 (iimage-mode): Specify :group.
12176 * longlines.el (longlines-mode): Specify :group.
12177 * master.el: Don't require easy-mmode.
12178 (master): New customization group.
12179 (master-mode): Specify :group.
12180 * msb.el (msb-mode): Specify :group.
12181 * reveal.el (reveal-mode): Specify :group.
12182 * simple.el (next-error-follow-minor-mode): Specify :group.
12183 * smerge-mode.el (smerge-mode): Specify :group.
12184 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12185 * emulation/cua-base.el (cua-mode): Specify :group.
12186 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12187 * language/thai-util.el (thai-auto-composition-mode)
12188 (thai-word-mode): Specify :group.
12189 * mail/supercite.el (sc-minor-mode): Specify :group.
12190 * progmodes/cwarn.el (cwarn-mode): Specify :group.
12191 * progmodes/flymake.el (flymake-mode): Specify :group.
12192 * progmodes/glasses.el (glasses-mode): Specify :group.
12193 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12194 * textmodes/enriched.el (enriched-mode): Specify :group.
12195 * textmodes/refill.el (refill-mode): Specify :group.
12196
171c707b
LK
12197 * add-log.el (change-log-font-lock-keywords): Names in
12198 parenthesized lists can contain spaces.
12199
e3039e63
TTN
122002005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
12201
12202 * startup.el (fancy-splash-text): Shorten default text of
12203 "Emacs Tutorial" line. Also, if the current language env
12204 indicates an available tutorial file other than TUTORIAL,
12205 extract its title and append it to the line in parentheses.
12206 (fancy-splash-insert): If arg is a thunk, funcall it.
12207
1151215a
JB
122082005-04-04 Jay Belanger <belanger@truman.edu>
12209
12210 * calc.el (calc-language-alist): Add tags to customization type.
12211
745986d5
LT
122122005-04-03 Luc Teirlinck <teirllm@auburn.edu>
12213
81fb9e86 12214 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
745986d5
LT
12215 Doc fix.
12216
28cfe103 122172005-04-03 Marcelo Toledo <marcelo@gnu.org>
e9fd21e8 12218
969ee2ad
SM
12219 * add-log.el (change-log-font-lock-keywords): The manual
12220 describing a Change Log entry, says: (...) "Aside from these
12221 header lines, every line in the change log starts with a space or
52eb0373 12222 a tab.". The font-lock was not highlighting lines started with
969ee2ad 12223 spaces, added support for it.
e9fd21e8 12224
63d516ce
SM
122252005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12226
12227 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
52eb0373 12228 (bibtex-generate-url-list): Update docstring accordingly. Put the
63d516ce
SM
12229 complex example in the docstring.
12230 (bibtex-font-lock-url): Use pop.
12231
59bb9410
SM
122322005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12233
4c5113c7
SM
12234 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12235
59bb9410
SM
12236 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12237
6c381cba
GM
122382005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12239
12240 * filesets.el (filesets-set-default): Doc fix.
12241
07e5fb9e
LK
122422005-04-03 Lute Kamstra <lute@gnu.org>
12243
c85465f9
LK
12244 * generic.el (define-generic-mode): Add argument to specify
12245 keywords for defcustom.
12246 (default-generic-mode): Specify :group.
59bb9410 12247
0c0a9c99
LK
12248 * generic-x.el: Specify :group for all generic modes.
12249
07e5fb9e 12250 * desktop.el (desktop-no-desktop-file-hook)
d9c39305 12251 (desktop-after-read-hook): Doc fix.
07e5fb9e 12252
2a0af9db
LT
122532005-04-02 Luc Teirlinck <teirllm@auburn.edu>
12254
12255 * simple.el (visible-mode): Use explicit :group keyword.
12256 This changes the group of `visible-mode-hook' from paren-blinking
12257 to editing-basics.
12258
2f2e2373
EZ
122592005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
12260
52eb0373 12261 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
2f2e2373
EZ
12262 mailbox specifications as well as URLs.
12263 (rmail-insert-inbox-text): Remove unused conditional branches.
12264
1ee49a88
JB
122652005-04-01 Jay Belanger <belanger@truman.edu>
12266
12267 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12268 (calc-gnuplot-print-command): Move definitions to calc.el.
12269
12270 * calc/calc-embed.el (calc-embedded-announce-formula)
12271 (calc-embedded-open-formula, calc-embedded-close-formula)
12272 (calc-embedded-open-word, calc-embedded-close-word)
12273 (calc-embedded-open-plain, calc-embedded-close-plain)
12274 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12275 (calc-embedded-open-mode, calc-embedded-close-mode):
12276 Move definitions to calc.el.
12277
12278 * calc/calc.el (calc-settings-file, calc-language-alist):
12279 Make customizable.
12280 (calc-embedded-announce-formula, calc-embedded-open-formula)
12281 (calc-embedded-close-formula, calc-embedded-open-word)
12282 (calc-embedded-close-word, calc-embedded-open-plain)
12283 (calc-embedded-close-plain, calc-embedded-open-new-formula)
12284 (calc-embedded-close-new-formula, calc-embedded-open-mode)
12285 (calc-embedded-close-mode, calc-gnuplot-name)
12286 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12287 from other files and make customizable.
12288
392fe1b7
SM
122892005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12290
12291 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12292 Use buffer-live-p.
12293 (cvs-mode-run): Don't call cvs-update-header here.
12294 (cvs-run-process): Call cvs-update-header.
12295 Use process properties for cvs-postprocess and cvs-buffer so that
12296 the sentinel can behave better if the temp buffer is killed.
12297 Use a pipe rather than a tty, to better handle unexpected prompts.
12298 (cvs-sentinel): Rewrite. Call cvs-update-header.
12299
2e2255f6
AS
123002005-04-01 Andre Spiegel <spiegel@gnu.org>
12301
12302 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12303 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
12304
392fe1b7
SM
123052005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12306
12307 * generic.el (define-generic-mode): Add indentation rule.
12308
5e9961be
LT
123092005-03-31 Luc Teirlinck <teirllm@auburn.edu>
12310
12311 * files.el (mode-require-final-newline): Make Custom correctly
12312 report a nil value and allow to set it to nil via Custom.
12313 Doc fix.
12314
9cf97f26
KH
123152005-04-01 Kenichi Handa <handa@m17n.org>
12316
12317 * international/characters.el: Enable the correct case setting for
12318 dotless-i and dotted-I.
12319
81f5c6a3
KS
123202005-04-01 Kim F. Storm <storm@cua.dk>
12321
12322 * ido.el (ido-file-internal): Fall back to non-ido command if
12323 initial directory is on slow ftp (or tramp) host.
12324
39a27f95
RS
123252005-03-31 Richard M. Stallman <rms@gnu.org>
12326
e134f4a8
RS
12327 * emacs-lisp/autoload.el (make-autoload):
12328 Handle define-global-minor-mode.
12329
39a27f95 12330 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
392fe1b7 12331 Rename from easy-mmode-define-global-mode.
39a27f95
RS
12332 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12333
392fe1b7
SM
12334 * progmodes/scheme.el (scheme-mode-syntax-table):
12335 Update syntax of | and # for two-character comment syntax.
39a27f95 12336
66e181ad
LK
123372005-03-31 Lute Kamstra <lute@gnu.org>
12338
12339 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12340 (define-minor-mode): Call custom-current-group at load-time.
12341
12342 * generic.el (define-generic-mode): Add debug declaration.
12343 Add defcustom for the mode hook.
12344 (generic-mode-internal): Use run-mode-hooks.
12345
34514f48
KS
123462005-03-31 Kim F. Storm <storm@cua.dk>
12347
12348 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
f793f885
KS
12349 (mouse-fixup-help-message): New defun called by show_help_echo
12350 to fixup mouse-2 prefix in help messages when applicable.
34514f48 12351
f793f885 12352 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
34514f48 12353
fafbb99d 123542005-03-31 Kenichi Handa <handa@m17n.org>
7c315e1c 12355
e5729c6c
KH
12356 * language/thai-word.el (thai-find-word-ends): Pay attention to
12357 the case that we reach the end of buffer.
12358
7c315e1c
KH
12359 * textmodes/fill.el (fill-text-properties-at): New function.
12360 (fill-newline): Use fill-text-properties-at instead of
12361 text-properties-at.
12362
52eb0373 123632005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
ace4dad6 12364
d9c39305 12365 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
ace4dad6
KB
12366 not comint-quote-filename.
12367
5ee2cf8a
TTN
123682005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
12369
12370 * help-fns.el (help-with-tutorial): Revert last change.
12371
7ab4753e
KS
123722005-03-31 Kim F. Storm <storm@cua.dk>
12373
12374 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12375
fffaba77
PE
123762005-03-30 Paul Eggert <eggert@cs.ucla.edu>
12377
12378 * calendar/cal-china.el: Update reference to "Calendrical
12379 Calculations" book; there's a new edition.
12380 * calendar/cal-coptic.el: Likewise.
12381 * calendar/cal-french.el: Likewise.
12382 * calendar/cal-hebrew.el: Likewise.
12383 * calendar/cal-islam.el: Likewise.
12384 * calendar/cal-iso.el: Likewise.
12385 * calendar/cal-julian.el: Likewise.
12386 * calendar/cal-mayan.el: Likewise.
12387 * calendar/cal-persia.el: Likewise.
12388 * calendar/calendar.el: Likewise.
12389 * calendar/holidays.el: Likewise.
12390 * calendar/lunar.el: Likewise.
12391 * calendar/solar.el: Likewise.
12392
12393 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12394 white space from doc string.
12395
0a2bf0fa
JB
123962005-03-30 Jay Belanger <belanger@truman.edu>
12397
12398 * calc/calc-help.el (calc-full-help): Remove email address.
12399
19577b0e
TTN
124002005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
12401
12402 * help-fns.el (help-with-tutorial): Delete title line.
12403
4fdb2a6c
GM
124042005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12405
9080baba
GM
12406 * calendar/cal-x.el (calendar-one-frame-setup)
12407 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12408 rather than 'symbol for set-window-dedicated-p.
12409
204451b6
GM
12410 * calendar/appt.el (appt-buffer-name): Make it a constant.
12411 (appt-add): Doc fix.
12412
4fdb2a6c
GM
12413 * filesets.el (filesets-menu-path, filesets-menu-before)
12414 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
12415 (filesets-menu-cache-file): Use directory ~/.emacs.d.
12416 (filesets-add-submenu): Delete and use add-submenu instead.
12417
ef943dba
CD
124182005-03-30 Carsten Dominik <dominik@science.uva.nl>
12419
19577b0e 12420 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
ef943dba
CD
12421 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12422 (org-diary-default-entry): New function.
392fe1b7 12423 (org-get-entries-from-diary): Better parsing of diary entries.
ef943dba
CD
12424 (org-agenda-check-no-diary): New function.
12425 ("diary-lib"): Advice to function `add-to-diary-list', to allow
12426 linking to diary entries.
392fe1b7
SM
12427 (org-agenda-execute-calendar-command): New function.
12428 (org-agenda): Improve visible section in window.
12429 Use `org-fit-agenda-window'.
ef943dba
CD
12430 (org-fit-agenda-window): New option.
12431 (org-move-subtree-down): Better handling of empty lines
12432 at end of subtree.
12433 (org-cycle): Numeric prefix is interpreted now as show-subtree N
12434 levels up.
12435 (org-fontify-done-headline): New option.
12436 (org-headline-done-face): New face.
12437 (org-set-font-lock-defaults): Use `org-headline-done-face'.
392fe1b7
SM
12438 (org-table-copy-down): Rename from `org-table-copy-from-above'.
12439 When current field is non-empty, it is copied to next row.
12440 (org-table-copy-from-above): Fix bug which made it
12441 impossible to copy fields containing only a single non-white character.
ef943dba 12442
c33d06b0
KS
124432005-03-30 Kim F. Storm <storm@cua.dk>
12444
12445 * kmacro.el (kmacro-end-macro): Isearch may store this command
12446 into the macro -- so ignore it when executing keyboard macro.
12447
4f5f7887
NR
124482005-03-30 Nick Roberts <nickrob@snap.net.nz>
12449
12450 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12451
74269806
KH
124522005-03-29 Kenichi Handa <handa@m17n.org>
12453
12454 * language/thai.el ("Thai"): Set setup-function and exit-function
12455 for Thai language environment.
12456
12457 * language/thai-util.el: Require thai-word.
12458 (thai-word-mode-map): New variable.
12459 (thai-word-mode): New minor mode.
12460 (setup-thai-language-environment-internal): New function.
12461 (exit-thai-language-environment-internal): New function.
12462
12463 * language/thai-word.el (thai-word-table): Declare it by defvar,
12464 use dolist to initialize it.
12465 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12466 (thai-fill-find-break-point): New functions.
12467
8e669bbd
RS
124682005-03-29 Richard M. Stallman <rms@gnu.org>
12469
12470 * simple.el (idle-update-delay): Move definition up.
b36a687c 12471 (set-mark): Doc fix.
8e669bbd
RS
12472
124732005-03-29 Chong Yidong <cyd@stupidchicken.com>
12474
12475 * longlines.el: New file.
c33d06b0 12476
8e669bbd
RS
12477 * simple.el (buffer-substring-filters): New variable.
12478 (filter-buffer-substring): New function.
12479 (kill-region, copy-region-as-kill): Use it.
12480
12481 * register.el (copy-to-register, append-to-register)
12482 (prepend-to-register): Use filter-buffer-substring.
12483
5f9ffb03
NR
124842005-03-30 Nick Roberts <nickrob@snap.net.nz>
12485
588c0770 12486 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
5f9ffb03
NR
12487 (gud-filter-pending-text): Move in front of gdb.
12488 (gud-overlay-arrow-position): New variable.
12489 (gud-sentinel, gud-display-line): Use it in place of
12490 overlay-arrow-position.
12491
0d6d7be5
GM
124922005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
12493
b976213b
GM
12494 * progmodes/fortran.el (fortran-if-indent): Doc fix.
12495 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12496 (fortran-font-lock-keywords-4): New variable.
12497 (fortran-blocks-re, fortran-end-block-re)
12498 (fortran-start-block-re): New constants, for hideshow.
12499 (hs-special-modes-alist): Add a Fortran entry.
12500 (fortran-mode-map): Bind fortran-end-of-block,
12501 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
52eb0373 12502 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
b976213b
GM
12503 (fortran-looking-at-if-then, fortran-end-of-block)
12504 (fortran-beginning-of-block): New functions, for hideshow.
12505
52eb0373
JB
12506 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12507 Doc fix. Tweak regexp.
0d6d7be5
GM
12508 (f90-beginning-of-block): Push mark first.
12509
bb64248b
JB
125102005-03-29 Jay Belanger <belanger@truman.edu>
12511
12512 * calc/calc.el: Update copyright date.
12513 (calc-version): Increase to 2.1.
12514 (calc-version-date): Remove.
12515
12516 * calc/calc-help.el: Update copyright date.
12517 (calc-full-help): Remove reference to calc-version-date.
12518 Update copyright date.
12519
55ec6b37
SM
125202005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12521
12522 * vc.el (vc-do-command): Use a pipe for async processes, so password
12523 prompts don't show up at places where the user can't reply.
12524
52eb0373 125252005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6380e5a7
KB
12526
12527 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12528 on the file name we pass to the inferior shell.
12529
ef91372a
SM
125302005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12531
12532 * progmodes/which-func.el (which-function): Be robust in the face of an
12533 imenu--make-index-alist failure.
12534
8d194e3e
SM
125352005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12536
12537 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12538
12539 * progmodes/python.el (python-preoutput-filter): Fix last change.
12540
d7029908
LK
125412005-03-29 Lute Kamstra <lute@gnu.org>
12542
12543 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12544 functions and compiled macros.
12545 (debug-convert-byte-code): Handle macros too.
12546 (debug-on-entry-1): Don't signal an error when trying to clear a
12547 function that is not set to debug on entry.
12548
d59ea3ae
JB
125492005-03-29 Jay Belanger <belanger@truman.edu>
12550
12551 * calc/calc-lang.el: Add functions to math-function-table
12552 properties of tex and math.
12553
eab4bb89
KH
125542005-03-29 Kenichi Handa <handa@m17n.org>
12555
12556 * ps-mule.el (ps-mule-plot-string): Translate characters by
12557 ps-print-translation-table.
12558 (ps-mule-begin-job): Call find-charset-region/string with
12559 ps-print-translation-table.
8d194e3e 12560 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
eab4bb89
KH
12561
12562 * ps-print.el (ps-print-translation-table): New variable.
8d194e3e 12563 (ps-plot-region): Translate characters by ps-print-translation-table.
eab4bb89 12564
073fcaf6
JL
125652005-03-29 Juri Linkov <juri@jurta.org>
12566
12567 * simple.el (next-error-highlight-timer): New variable.
12568
12569 * progmodes/compile.el (compilation-goto-locus):
12570 Use `next-error-highlight-timer' instead of `sit-for'.
12571
caf3c78f
SM
125722005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12573
12574 * mail/supercite.el (sc-mail-field): Use assoc-string.
12575 (sc-get-address): Simplify regexps.
12576
12577 * files.el (minibuffer-with-setup-hook): New macro.
12578 (find-file-read-args): Use it to avoid let-binding
12579 minibuffer-with-setup-hook (which breaks turning on/off
12580 file-name-shadow-mode while in the prompt).
12581
e5456e73
SM
12582 * complete.el (PC-read-include-file-name-internal):
12583 Use test-completion.
caf3c78f 12584
2d526287
LT
125852005-03-28 Luc Teirlinck <teirllm@auburn.edu>
12586
12587 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12588
12566797
SM
125892005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12590
ba96f392
SM
12591 * window.el (window-buffer-height): Use count-screen-lines.
12592
12566797
SM
12593 * progmodes/python.el (python-preoutput-leftover): New var.
12594 (python-preoutput-filter): Use it.
12595 (python-send-receive): Loop until all the result has been received.
12596
ba40634b
JL
125972005-03-28 Juri Linkov <juri@jurta.org>
12598
12599 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
12600
12601 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
12602 "Recover Crashed Session".
12603 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
12604 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
12605 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
12606 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
12607 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
12608 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
12609 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
12610 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
12611
12612 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
12613 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
12614 Ediff Sessions", "Toggle use of separate control buffer frame",
12615 "Use separate frame for Ediff control buffer".
12616
12617 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
12618 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
12619 "Rename Bookmark", "Delete Bookmark".
12620
12621 * info.el (Info-mode-menu): Remove ellipsis from "Index".
12622 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
12623 Add `:active Info-index-alternatives' to "Next Matching Item".
12624
12625 * wdired.el (wdired-change-to-wdired-mode):
12626 Mention `wdired-abort-changes' key in the initial message.
12627
12628 * international/mule.el (auto-coding-alist): Associate non-ascii
12629 image filename extensions with `no-conversion'.
12630
8d194e3e
SM
126312005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12632
12633 * international/iso-acc.el:
12634 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
12635
468b711f
LT
126362005-03-26 Luc Teirlinck <teirllm@auburn.edu>
12637
73cba75d
LT
12638 * textmodes/sgml-mode.el (html-mode): Doc update.
12639
468b711f
LT
12640 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
12641
99a56581
DN
126422005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
12643
12644 * term.el (term-move-columns): Fix face after extending a line.
12645 (term-insert-spaces): Likewise.
12646 (term-reset-terminal): Fix off by one error.
12647
54879547
EZ
126482005-03-26 Eli Zaretskii <eliz@gnu.org>
12649
12650 * international/mule.el (auto-coding-alist): Add .xpi files.
12651
12652 * files.el (auto-mode-alist): Add .xpi files.
12653
ee7a5ccb
EZ
126542005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
12655
12656 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
12657
b2705c8c
EZ
126582005-03-26 Eli Zaretskii <eliz@gnu.org>
12659
12660 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
12661
da8612d3
GM
126622005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12663
12664 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
12665 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
12666
12667 * calendar/cal-move.el (calendar-beginning-of-year): Move the
12668 cursor to Jan 1 when needed.
12669 (calendar-end-of-year): Fix -/+ typo.
12670 Reported by Chong Yidong <cyd@stupidchicken.com>.
12671
be940bc5
SM
126722005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12673
5ffc943b
SM
12674 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
12675
be940bc5
SM
12676 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
12677 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
12678
85df292e
RS
126792005-03-25 Richard M. Stallman <rms@gnu.org>
12680
12681 * filesets.el (filesets-init): Add autoload.
12682
12683 * mail/mailalias.el (mail-directory): Doc fix.
12684
126852005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
be940bc5 12686
85df292e
RS
12687 * mail/mailalias.el (mail-directory-process): Do nothing if
12688 mail-directory-process is an atom.
12689 (mail-get-names): Ignore mail-directory-names if it is an atom.
12690 (mail-directory-process defvar): Doc fix.
12691 (mail-names): Doc fix.
12692
126932005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
12694
12695 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
12696
ae766e0d
KH
126972005-03-26 Kenichi Handa <handa@m17n.org>
12698
be940bc5
SM
12699 * international/mule-util.el (detect-coding-with-priority):
12700 Call update-coding-systems-internal before detect-coding-region.
ae766e0d 12701
5a049eca
NR
127022005-03-26 Nick Roberts <nickrob@snap.net.nz>
12703
12704 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12705 (gdb-frames-mode-map): Add follow-link property.
12706
bba984aa
JB
127072005-03-25 Jay Belanger <belanger@truman.edu>
12708
12709 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
12710 for variables.
12711
13200335
JL
127122005-03-25 Juri Linkov <juri@jurta.org>
12713
12714 * image-mode.el: Optimize image filename extension regexps in
12715 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
12716 in `auto-mode-alist'.
12717 (image-mode): Add `image-toggle-display-text' to local hook
12718 `change-major-mode-hook'. Display the image as an image by
12719 default. Set `cursor-type' and `truncate-lines' if the image
12720 is already displayed. Take into account the current mode (image
12721 or text) in message.
12722 (image-minor-mode): New minor mode.
12723 (image-mode-maybe, image-toggle-display-text): New functions.
12724 (image-toggle-display): Use called-interactively-p.
12725 Let-bind `inhibit-read-only' to t.
12726
90d0be7d
JL
12727 * image-mode.el (image-minor-mode): Set `cursor-type' and
12728 `truncate-lines' if the image is already displayed. Add turning
12729 image-minor-mode off to `change-major-mode-hook'. Add message.
12730 Call `image-toggle-display-text' after turning image-minor-mode off.
13200335 12731
5341e481
SM
127322005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12733
12734 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
12735 Terminal.app, use utf-8.
12736 (set-display-table-and-terminal-coding-system): Add coding-system arg.
12737 (set-locale-environment): Use it.
12738
12739 * term/xterm.el: Undo last change, better done in mule-cmds.el.
12740
12741 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
12742
12743 * progmodes/python.el (python-close-block-statement-p)
12744 (python-outdent-p, python-current-defun): Use symbol-end.
12745
126c9dda
TTN
127462005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12747
12748 * files.el (save-some-buffers): Doc fix.
12749
932fb767
WL
127502005-03-25 Werner Lemberg <wl@gnu.org>
12751
12752 * complete.el, thumbs.el: Replace `legal' with `valid'.
9f556e44 12753 * calendar/calendar.el: Replace `legal' with `valid'.
bece3937 12754 * emacs-lisp/advice.el: Replace `legal' with `valid'.
0486e05a 12755 * mail/supercite.el: Replace `legal' with `valid'.
881b07f9
JB
12756 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
12757 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
12758 Replace `legal' with `valid'.
12759 * textmodes/reftex-vars.el, textmodes/reftex.el:
12760 Replace `legal' with `valid'.
932fb767 12761
25f72ec0
WL
127622005-03-25 Werner Lemberg <wl@gnu.org>
12763
99580cde
KS
12764 * calc/calc-forms.el, calc/calc-sel.el:
12765 * midnight.el, vc-cvs.el:
12766 * emacs-lisp/cl-macs.el:
12767 * emulation/vip.el:
12768 * eshell/esh-io.el, eshell/esh-var.el:
12769 * mail/supercite.el:
881b07f9
JB
12770 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
12771 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
12772 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
12773 * progmodes/sh-script.el, progmodes/xscheme.el:
881b07f9
JB
12774 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
12775 * textmodes/reftex-index.el, textmodes/reftex-parse.el
12776 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
a5b5bf44
JB
12777 * textmodes/reftex.el, textmodes/org.el:
12778 Replace `illegal' with `invalid'.
25f72ec0 12779
781da985
SM
127802005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12781
5341e481
SM
12782 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
12783 (flymake-find-buildfile, flymake-find-possible-master-files)
12784 (flymake-check-include, flymake-parse-line): Replace loops over the
12785 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
12786
12787 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
12788 Substitute file-name-as-directory in the rest of the file.
12789 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
12790 (flymake-replace-region): Remove unused arg `buffer'.
12791 (flymake-check-patch-master-file-buffer): Update calls to it.
12792 (flymake-add-err-info): Remove unused var `count'.
12793 (flymake-mode): Use define-minor-mode.
12794
12795 * progmodes/flymake.el: Use with-current-buffer.
12796 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
12797 flymake-replace-regexp-in-string, flymake-line-beginning-position)
12798 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
12799 Avoid testing for `xemacs'.
12800 (flymake-nop): Move.
12801 (flymake-region-has-flymake-overlays): Return the computed value.
12802 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
12803 Remove unused var `endline'.
12804 (flymake-get-line-count): Remove unused function.
12805 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
12806
12807 * emulation/vi.el:
12808 * generic.el:
12809 * hilit-chg.el (global-highlight-changes):
12810 * hi-lock.el (hi-lock-mode):
12811 * follow.el: find-file-hooks -> find-file-hook.
12812
781da985
SM
12813 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
12814
3659a2b8
JL
128152005-03-24 Juri Linkov <juri@jurta.org>
12816
12817 * dired.el (dired-mode-map): Add menu item "Compare directories"
12818 for dired-compare-directories.
12819
12820 * dired-aux.el (dired-compare-directories): Add autoload cookie.
12821 Doc fix. Replace `read-file-name' with `read-directory-name'.
12822
781da985 128232005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
590880af
SM
12824
12825 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
12826
0fa1a6b8
JB
128272005-03-24 Jay Belanger <belanger@truman.edu>
12828
fe38e3b0 12829 * calc/calc-embed.el (calc-embedded-mode-change): Save all
0fa1a6b8
JB
12830 relevant mode settings in calc-embedded-original-modes when modes
12831 are permanently changed.
12832
a702ffbb
SM
128332005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12834
12835 * autoinsert.el: find-file-hooks -> find-file-hook.
12836
fbc5e359
LK
128372005-03-24 Lute Kamstra <lute@gnu.org>
12838
12839 * generic.el (generic-font-lock-defaults): Make it obsolete.
12840 (generic-font-lock-keywords): New variable to replace
12841 generic-font-lock-defaults.
12842 (generic-mode-set-font-lock): Delete it.
12843 (generic-mode-internal): Don't call generic-mode-set-font-lock.
12844 (generic-bracket-support): Add docstring.
12845
16a013c2
LK
12846 * generic-x.el: Rename generic-font-lock-defaults to
12847 generic-font-lock-keywords throughout.
12848 (mailagent-rules-setup-function): Delete it.
12849 (mailagent-rules-generic-mode): Use anonymous function instead.
12850 (show-tabs-generic-mode-font-lock-defaults-1)
12851 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
12852 Quote faces.
12853 (show-tabs-tab-face, show-tabs-space-face): Specify background,
12854 not foreground.
12855
48621281
LK
12856 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12857 Recognize define-generic-mode.
12858
a702ffbb
SM
128592005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12860
12861 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
12862 if there's no completion table.
12863
c29749e7
MB
128642005-03-23 Miles Bader <miles@gnu.org>
12865
fbc5e359 12866 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
c29749e7
MB
12867 Remove tty-specific variants, as they're no longer needed.
12868
ca2d9ad8
LK
128692005-03-23 Lute Kamstra <lute@gnu.org>
12870
a702ffbb 12871 * generic-x.el: Code cleanup: make args constant whenever possible.
82e38f3e
LK
12872 (installshield-statement-keyword-list)
12873 (installshield-system-functions-list)
12874 (installshield-system-variables-list, installshield-types-list)
12875 (installshield-funarg-constants-list): Make them constants.
12876
ef300cff
LK
12877 * generic.el (generic-make-keywords-list): Add autoload cookie.
12878
a702ffbb
SM
12879 * calendar/time-date.el: Add comment on time value formats.
12880 Don't require parse-time.
ca2d9ad8
LK
12881 (with-decoded-time-value): New macro.
12882 (encode-time-value): New function.
12883 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12884 (days-to-time): Return a valid time value when arg is huge.
12885 (time-since): Use time-subtract.
12886 (time-to-number-of-days): Use time-to-seconds.
12887
bbcb3b44
DP
128882005-03-23 David Ponce <david@dponce.com>
12889
12890 * recentf.el: (recentf-keep): New option.
12891 (recentf-menu-action): Default to `find-file'.
12892 (recentf-keep-non-readable-files-flag)
12893 (recentf-keep-non-readable-files-p)
12894 (recentf-file-readable-p, recentf-find-file)
12895 (recentf-cleanup-remote): Remove.
12896 (recentf-include-p): More robust.
12897 (recentf-keep-p): New function.
12898 (recentf-remove-if-non-kept): Rename from
52eb0373 12899 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
a702ffbb 12900 All callers updated.
bbcb3b44 12901 (recentf-menu-items-for-commands): Fix help string.
52eb0373
JB
12902 (recentf-track-closed-file): Update. Doc fix.
12903 (recentf-cleanup): Update. Count removed files. Doc fix.
bbcb3b44 12904
8df0ffbe
KS
129052005-03-23 Kim F. Storm <storm@cua.dk>
12906
12907 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12908 Don't inherit from fringe face (now happens automatically).
12909
eac7d7eb
KS
129102005-03-22 Kim F. Storm <storm@cua.dk>
12911
12912 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
12913 position values.
12914
4a4a82d6
SM
129152005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12916
12917 * menu-bar.el (showhide-date-time): Remove.
12918 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
12919 (menu-bar-make-mm-toggle): Simplify.
12920
19f26a89 129212005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4a4a82d6
SM
12922
12923 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
12924 Accept qualified variable and function names.
12925
b9d8ddef
TTN
129262005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
12927
12928 * bindings.el (completion-ignored-extensions):
12929 Remove ".lis" for `vax-vms'.
12930
9660f868
AS
129312005-03-22 Andreas Schwab <schwab@suse.de>
12932
12933 * generic-x.el: Revert last change.
12934 * ldefs-boot.el: Update.
12935
948e33b9
JB
129362005-03-22 Jay Belanger <belanger@truman.edu>
12937
99580cde 12938 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
948e33b9
JB
12939 (calc-embedded-save-original-modes)
12940 (calc-embedded-restore-original-modes): New functions.
12941 (calc-do-embedded): Save original modes when entering embedded mode
12942 and restore when leaving embedded mode.
12943 (calc-embedded-modes-change): Change the value of
12944 calc-embedded-original-modes to reflect permanent changes.
12945
e6c901b6
LK
129462005-03-22 Lute Kamstra <lute@gnu.org>
12947
12948 * generic-x.el: Require generic again.
12949
28c22055
MB
129502005-03-22 Miles Bader <miles@gnu.org>
12951
12952 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12953 Tweak details to look good on both ttys and bitmap displays, light
12954 or dark background, etc.
12955
f0ebf1eb
KS
129562005-03-21 Kim F. Storm <storm@cua.dk>
12957
12958 * tooltip.el (tooltip-show-help-function): Check car and cdr of
12959 mouse position.
12960
47fda8fc
SM
129612005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12962
12963 * icomplete.el: Don't forcibly turn on the mode upon load.
12964 (icomplete-mode): Use define-minor-mode.
12965 (icomplete-eoinput): Default to nil.
12966 (icomplete-minibuffer-setup): Remove autoload.
12967 (icomplete-tidy): Simplify.
12968 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
12969 in the initial state or if the user has modified the field.
12970 Fix handling of icomplete-max-delay-chars.
12971 Remove code that handles the oddball case where
12972 minibuffer-completion-table is an integer.
12973 Wrap icomplete-completions in while-no-input in case building
12974 completions takes more time than expected.
12975 (icomplete-completions): Simplify.
12976
a775dff4
RS
129772005-03-21 Richard M. Stallman <rms@gnu.org>
12978
12979 * jka-compr.el (jka-compr-really-do-compress):
12980 Make variable buffer-local.
12981
12982 * image-mode.el: Handle .xpm files too.
12983 (image-toggle-display): Preserve modification flag.
12984
12985 * help.el (where-is): Don't mention aliases with no key bindings.
12986
077f7085
LK
129872005-03-21 Lute Kamstra <lute@gnu.org>
12988
ca19f3f1
AS
12989 * generic.el: Fix commentary section. Don't require cl for
12990 compilation.
077f7085
LK
12991 (generic-mode-list): Add autoload cookie.
12992 (generic-use-find-file-hook, generic-lines-to-scan)
12993 (generic-find-file-regexp, generic-ignore-files-regexp)
12994 (generic-mode, generic-mode-find-file-hook)
12995 (generic-mode-ini-file-find-file-hook): Fix docstrings.
12996 (define-generic-mode): Make it a defmacro. Fix docstring.
12997 (generic-mode-internal): Code cleanup. Add autoload cookie.
12998 (generic-mode-set-comments): Code cleanup.
12999 * generic-x.el: Don't prevent compilation. Don't require generic.
13000 Follow coding conventions. Minor code cleanup.
13001 (etc-fstab-generic-mode): Add some keywords.
13002 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
13003 define-generic-mode like a function declaration.
13004
51d6d300
JB
130052005-03-21 Jay Belanger <belanger@truman.edu>
13006
13007 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
13008 changing modes.
13009
568ec09d
SS
130102005-03-21 Sam Steingold <sds@gnu.org>
13011
13012 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
13013
7651545c
TTN
130142005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
13015
13016 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
13017 Add underscore to "f$ lexicals" regexp.
13018
fe6b1dbd
JL
130192005-03-20 Juri Linkov <juri@jurta.org>
13020
13021 * subr.el (progress-reporter-do-update): When `min-value' is equal
13022 to `max-value', set `percentage' to 0 and prevent division by zero.
13023
340b8d4f
MA
130242005-03-20 Michael Albinus <michael.albinus@gmx.de>
13025
13026 Sync with Tramp 2.0.48.
13027
11948172 13028 * net/tramp.el (all): Change all addresses to .gnu.org.
340b8d4f
MA
13029 (tramp-append-tramp-buffers): New defun.
13030 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
13031 Catch `dont-send' signal.
13032 (tramp-set-auto-save-file-modes): Set always permissions, because
13033 there might be an old auto-saved file belonging to another
13034 original file. This could be a security threat. Reported by
13035 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
13036 Check for Emacs 21.3.50 removed.
13037
11948172 13038 * net/tramp-smb.el (all): Remove debug construct for
340b8d4f 13039 `with-parsed-tramp-file-name'.
a57e098f 13040 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
340b8d4f
MA
13041 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
13042 No error message if DIRECTORY or FILENAME doesn't exist.
13043 (tramp-smb-open-connection): Check existence of
13044 `tramp-smb-program'.
13045
a57e098f
SM
130462005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13047
13048 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
13049 Properly handle the case where the `m' or `s' command's argument is not
13050 yet terminated.
13051 (perl-indent-new-calculate): New function.
13052 (perl-indent-line): Use it.
13053
e38b967a
MB
130542005-03-20 Miles Bader <miles@gnu.org>
13055
13056 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
13057 in text-mode too. Change to new face names.
a57e098f 13058 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
e38b967a 13059 Add `:weight bold' attribute.
a57e098f 13060 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
e38b967a 13061
0ee6e7b7
JL
130622005-03-19 Juri Linkov <juri@jurta.org>
13063
13064 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
13065
13066 * international/mule.el (auto-coding-alist): Sync with
13067 `auto-mode-alist' by adding upper case archive file extensions
13068 and adding ear/war to jar extension.
13069
864f69e9
EZ
130702005-03-19 David Casperson <casper@unbc.ca> (tiny change)
13071
13072 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13073 running, restart it.
13074
580a2a02
EZ
130752005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
13076
a57e098f 13077 * finder.el (finder-current-item): Throw an error on an empty line.
580a2a02
EZ
13078
13079 * man.el (Man-follow-manual-reference): If current-word returns
13080 nil, use "".
13081
09ad1a5b
EZ
130822005-03-19 Matt Hodges <MPHodges@member.fsf.org>
13083
13084 * simple.el (goto-line): Doc fix.
13085
9dce96b5
EZ
130862005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
13087
13088 * files.el (save-buffer): Doc fix.
13089
068f123a
EZ
130902005-03-19 Michael R. Mauger <mmaug@yahoo.com>
13091
13092 * recentf.el (recentf-cleanup-remote): New variable.
588c0770 13093 (recentf-cleanup): Use it to conditionally check availability of
068f123a
EZ
13094 remote files.
13095
19f26a89 130962005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
1b1556b1
EZ
13097
13098 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13099 function names.
13100
504f06a2
EZ
131012005-03-19 Eli Zaretskii <eliz@gnu.org>
13102
13103 * language/thai-word.el: New file.
13104
79d2d279
EZ
131052005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13106
13107 * files.el (backup-buffer): If the file's directory is not
13108 writable, use copy instead of move to backup the file.
13109
f3b7338c
EZ
131102005-03-19 Eli Zaretskii <eliz@gnu.org>
13111
13112 * obsolete/keyswap.el: Moved to obsolete/ from term/.
13113
5d62baca
VJL
131142005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13115
a57e098f
SM
13116 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13117 Use functionp instead of symbolp and fboundp. Reported by Drkm
5d62baca
VJL
13118 <darkman_spam@yahoo.fr>.
13119 (ps-print-version): New version 6.6.6.
13120
951f97e6
SM
131212005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
13122
13123 * textmodes/table.el (table--line-column-position): New idiom.
13124 (table--row-column-insertion-point-p): New function to test
13125 validity of row and column insertion operation at a location.
13126 (table-global-menu, table-cell-menu): Use above functions for
13127 deterministic test operation.
13128 (table--editable-cell-p): Behave in deterministic fashion.
13129
1332f1a0
JL
131302005-03-18 Juri Linkov <juri@jurta.org>
13131
13132 * isearch.el (isearch-lazy-highlight-new-loop):
13133 Make arguments beg and end optional.
13134 (isearch-update): Remove optional arguments nil from
13135 isearch-lazy-highlight-new-loop.
13136 (isearch-lazy-highlight-search): Let-bind case-fold-search to
13137 isearch-lazy-highlight-case-fold-search instead of
13138 isearch-case-fold-search, and let-bind isearch-regexp to
951f97e6
SM
13139 isearch-lazy-highlight-regexp.
13140 Use isearch-lazy-highlight-last-string instead of isearch-string.
1332f1a0
JL
13141
13142 * replace.el (perform-replace): Remove bindings of global
13143 variables isearch-string, isearch-regexp, isearch-case-fold-search.
13144 Add three new arguments to `replace-highlight'.
13145 (replace-highlight): Add arguments string, regexp, case-fold.
13146 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13147 to allow isearch-lazy-highlight-new-loop to use these values
951f97e6 13148 to set corresponding isearch-lazy-highlight-* internal
1332f1a0
JL
13149 variables whose values lazy highlighting will use regardless of
13150 changes to global variables isearch-string, isearch-regexp,
13151 isearch-case-fold-search during lazy highlighting loop.
13152 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13153 to `lazy-highlight-cleanup'.
13154
13155 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13156 (ispell-highlight-face): Set default face to `isearch' when
13157 lazy highlighting is enabled.
13158 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13159 priority to 1. Add lazy highlighting.
13160 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13161 from `isearch-dehighlight'.
13162
42f73fb4
DP
131632005-03-18 David Ponce <david@dponce.com>
13164
13165 * files.el (hack-local-variables): Do a case-insensitive search
13166 for End.
13167
46fe9018
JL
131682005-03-18 Juri Linkov <juri@jurta.org>
13169
13170 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13171 `isearch-lazy-highlight-cleanup', add alias to old name and
13172 declare obsolete. Add release numbers to other obsolete vars.
951f97e6
SM
13173 (isearch-done, isearch-lazy-highlight-new-loop):
13174 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
46fe9018
JL
13175 (lazy-highlight-cleanup) <variable>: Doc fix.
13176 (isearch-lazy-highlight-update): Rename obsolete
13177 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13178
951f97e6 131792005-03-18 Kenichi Handa <handa@m17n.org>
1ab06fdf
KH
13180
13181 * language/thai-util.el: Fix categorization of Thai characters in
13182 thai-category-table.
13183 (thai-composition-pattern): Adjust it for the above change.
13184 (thai-self-insert-command, thai-compose-syllable): New functions.
13185 (thai-compose-region): Use thai-compose-syllable.
13186 (thai-compose-string): Likewise.
13187 (thai-composition-function): Likewise.
13188 (thai-auto-composition): New function.
13189 (thai-auto-composition-mode): New minor mode.
13190
13191 * language/thai.el: Fix patterns to be registered in
13192 composition-function-table.
13193
13194 * international/quail.el (quail-input-method): Locally bind
13195 inhibit-modification-hooks to t.
13196
c7bd5d57
RS
131972005-03-17 Richard M. Stallman <rms@gnu.org>
13198
13199 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13200 (perl-mode): Use run-mode-hooks.
13201
13202 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13203 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13204 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13205
951f97e6 13206 * mail/sendmail.el (sendmail-send-it): Reenable the code
c7bd5d57
RS
13207 to compute resend-to-address and use it.
13208
13209 * tar-mode.el (tar-mode): Turn off undo unconditionally.
13210
13211 * image-mode.el: New file.
13212
13213 * image.el (insert-sliced-image): Add autoload cookie.
13214
13215 * font-lock.el (font-lock-lines-before): New user option.
13216 (font-lock-after-change-function): Obey it.
13217
13218 * bindings.el (esc-map): Make M-g a prefix.
13219 Bind M-g g and M-g M-g to goto-line.
13220
c7bd5d57
RS
13221 * faces.el (face-id): Doc fix.
13222
132232005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13224
13225 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13226 (rmail-show-message): Use rmail-unknown-mail-followup-to.
13227 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13228
13229 * mail/sendmail.el (mail-yank-ignored-headers)
13230 (mail-font-lock-keywords, mail-mode-fill-paragraph):
13231 Add Mail-Followup-To and Mail-Reply-To headers.
13232 (mail-citation-hook): Add autoload cookie.
13233 (mail-mode): Doc fix.
13234 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13235 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13236 (mail-mode-fill-paragraph): Handle those headers.
13237 (mail-mailing-lists): New variable.
13238 (mail-mail-reply-to, mail-mail-followup-to): New functions.
13239
5a1f9fcf
JL
132402005-03-17 Juri Linkov <juri@jurta.org>
13241
13242 * isearch.el (isearch-fallback): Check for `(car previous)'
13243 before calling `isearch-other-end-state'.
13244
0b6ec58d
KS
132452005-03-17 Kim F. Storm <storm@cua.dk>
13246
13247 * simple.el (move-beginning-of-line): Move to beginning of buffer
13248 line, as well as beginning of screen line.
13249
eae4ba2a
GM
132502005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
13251
13252 * calendar/diary-lib.el (mark-diary-entries): Use new optional
13253 argument REDRAW rather than calendar-redrawing variable.
13254 * calendar/calendar.el (calendar-redrawing): Delete.
13255 (redraw-calendar): Do not bind calendar-redrawing.
13256
132572005-03-16 Matt Hodges <MPHodges@member.fsf.org>
13258
13259 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13260 diary-file buffer.
13261
b3e484d7
SM
132622005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13263
13264 * help.el (describe-mode): Allow a :minor-mode-function property to
13265 specify a different minor mode toggle function than the variable.
13266 * simple.el (auto-fill-function):
13267 * subr.el (add-minor-mode): Use it.
13268
7bf880c6
KH
132692005-03-16 Kenichi Handa <handa@m17n.org>
13270
13271 * language/ethio-util.el (sera-being-called-by-w3): New variable.
13272 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13273 (ethio-fidel-to-sera-buffer): Likewise.
13274
fe3947c3
JL
132752005-03-16 Juri Linkov <juri@jurta.org>
13276
13277 * emacs-lisp/find-func.el (find-function-regexp):
13278 Add defun-emitting macro `menu-bar-make-toggle'.
13279
13280 * isearch.el: Put `isearch-scroll' property to
13281 `split-window-horizontally'.
13282
13283 * info.el: Update error messages for `debug-ignored-errors'.
13284 (Info-isearch-search): Doc fix.
13285 (Info-find-node): Move up code to go into info buffer before
13286 recording the node to the history.
13287 (Info-fontify-node): Fontify titles only if the next line
13288 has two or more `*', `=', `-', `.'.
13289 Display "go to this node" for empty (match-string 3).
13290
6a3fac90
YM
132912005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13292
13293 * term/mac-win.el: Add mouse pointer shape constants.
13294
bc438588
KS
132952005-03-15 Kim F. Storm <storm@cua.dk>
13296
13297 * simple.el (move-beginning-of-line): Use vertical-motion.
13298
65e7180e
JL
132992005-03-15 Juri Linkov <juri@jurta.org>
13300
13301 * isearch.el (isearch-error): New variable.
13302 (isearch-invalid-regexp, isearch-within-brackets): Remove.
b3e484d7 13303 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
65e7180e
JL
13304 (isearch-within-brackets-state): Remove.
13305 (isearch-case-fold-search-state, isearch-pop-fun-state):
13306 Decrease frame index.
13307 (isearch-mode, isearch-top-state, isearch-push-state)
13308 (isearch-edit-string, isearch-abort, isearch-search-and-update)
13309 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13310 (isearch-search, isearch-lazy-highlight-new-loop):
13311 Replace `isearch-invalid-regexp' with `isearch-error'.
13312 Remove `isearch-within-brackets'.
13313 (isearch-search): Add `search-failed' handler to `condition-case'.
13314 (isearch-lazy-highlight-search): Add `condition-case' to catch
13315 errors and allow `isearch-lazy-highlight-update' to try
13316 highlighting from the beginning of the window.
13317 (isearch-repeat): Move up code to set isearch-wrapped to t
13318 before calling isearch-wrap-function.
13319
13320 * info.el (Info-isearch-initial-node): New internal variable.
13321 (Info-search): Signal an error in isearch mode when search leaves
13322 the initial node. Signal an error when `bound' is non-nil and
13323 nothing was found in the current subfile.
13324 (Info-isearch-search): Remove `condition-case'.
13325 (Info-isearch-wrap): Don't wrap when search failed during leaving
13326 the initial node. If `Info-isearch-search' is nil, wrap around
13327 the current node.
13328 (Info-isearch-start): New fun.
13329 (Info-mode): Add buffer-local hook `Info-isearch-start' to
13330 `isearch-mode-hook'.
13331
a7321976
YM
133322005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13333
13334 * simple.el (normal-erase-is-backspace): Set default to t if
13335 running on Mac.
13336
13337 * term/mac-win.el (function-key-map): Sync with x-win.el.
13338
8dedddd5
KH
133392005-03-15 Kenichi Handa <handa@m17n.org>
13340
13341 * international/mule-cmds.el (locale-language-names): Modify the
13342 format of elements and add more entries.
13343 (locale-preferred-coding-systems): Add more entries.
b3e484d7 13344 (set-locale-environment): Adjust for the change of
8dedddd5
KH
13345 locale-language-names.
13346
8a462381
SM
133472005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13348
13349 * pcvs.el (smerge-ediff): Remove bogus autoload.
13350
43314bf6
LK
133512005-03-14 Lute Kamstra <lute@gnu.org>
13352
dc64809a
LK
13353 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13354 Ignore a `*' at the beginning of a line.
13355
8a462381 13356 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
adf9acf8
LK
13357 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13358 subr.el.
13359 (dont-compile, eval-when-compile, eval-and-compile): Use declare
13360 to specify indentation.
13361
43314bf6
LK
13362 * generic.el (define-generic-mode): Let generic-mode-list be a
13363 list of strings; test membership with equal.
13364
40821110
KS
133652005-03-14 Kim F. Storm <storm@cua.dk>
13366
13367 * simple.el (next-line, previous-line): Add optional try-vscroll
13368 arg to recognize interactive use. Pass it on to line-move.
13369 (line-move): Don't perform auto-window-vscroll when defining or
588c0770 13370 executing keyboard macro to ensure consistent behavior.
40821110 13371
b70d9316
SM
133722005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13373
13374 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13375
c4fbcb01
LK
133762005-03-13 Lute Kamstra <lute@gnu.org>
13377
13378 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13379 debugger-setup-buffer so that backtrace marks the frames set to
13380 debug-on-exit and we don't have to do it manually. Set an extra
13381 debug-on-exit for macro's.
13382 (debugger-setup-buffer): Don't mark the top frame manually.
40821110 13383
3fdfb09c
LK
133842005-03-12 Lute Kamstra <lute@gnu.org>
13385
13386 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13387 lisp-indent-function throughout.
13388 (with-no-warnings): Set lisp-indent-function property.
13389
09d252f2
TTN
133902005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
13391
13392 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13393 Add entry for backslash.
13394
c10d2217
JL
133952005-03-12 Juri Linkov <juri@jurta.org>
13396
13397 * info.el (Info-search): Four fixes for backward search.
13398
0e425a58
JB
133992005-03-11 Jay Belanger <belanger@truman.edu>
13400
13401 * calc/calc.el (calc-language-alist): New variable.
13402 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13403 (calc-embedded-find-modes): Use calc-language-alist instead of
13404 calc-embedded-language-alist.
13405
33873bad
GM
134062005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13407
13408 * calendar/calendar.el (calendar-redrawing): New internal
13409 variable.
13410 (redraw-calendar): Remove bogus save-excursion from previous
13411 change. Bind calendar-redrawing to t for mark-diary-entries.
13412 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13413 calendar if that is why we were called.
13414
fa815b14
KH
134152005-03-11 Kenichi Handa <handa@m17n.org>
13416
13417 * international/mule.el (make-coding-system): Set property
c7bd5d57 13418 coding-system-define-form to nil.
fa815b14
KH
13419 (define-coding-system-alias): Likewise.
13420
ac249c4c
KH
134212005-03-11 Kenichi Handa <handa@m17n.org>
13422
13423 These changes are suggested by Dave Love <fx@gnu.org>.
13424
13425 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13426 coding: tag.
13427 (adaptive-fill-regexp): Add more bullets.
13428 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13429 regexps.
13430
ef75a647
SM
134312005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13432
dd39c336
SM
13433 * help.el (describe-mode): Properly handle non-trivial lighters.
13434 Don't ignore minor modes that are not listed in minor-mode-list.
13435
ef75a647
SM
13436 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13437 feature ON when the user requests to turn it OFF.
13438
449808f7
LK
134392005-03-10 Lute Kamstra <lute@gnu.org>
13440
13441 * emacs-lisp/debug.el (debug-entry-code): Delete it.
ef75a647 13442 (implement-debug-on-entry): New function to replace debug-entry-code.
449808f7
LK
13443 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
13444 second argument as the 2005-03-07 change makes it obsolete.
13445 (debug-on-entry, cancel-debug-on-entry): Update call to
13446 debug-on-entry-1.
13447 (debug, debugger-setup-buffer): Comment update.
ef75a647 13448 (debugger-frame-number): Update to work with implement-debug-on-entry.
449808f7 13449
134d277e
JB
134502005-03-10 Jay Belanger <belanger@truman.edu>
13451
13452 * calc/calc-embed.el (math-ms-args): Declare it.
13453 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13454 math-ms-args.
13455 (calc-embedded-subst): Use math-multi-subst-rec to substitute
13456 variables.
13457
33c76f5a
NR
134582005-03-10 Nick Roberts <nickrob@snap.net.nz>
13459
13460 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13461 Use message-box.
13462
13463 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13464 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13465 (tooltip-gud-tips): Simplify.
588c0770 13466 (tooltip-gud-tips-p): Remove superfluous :set.
33c76f5a
NR
13467 (tooltip-gud-modes): Add fortran-mode.
13468 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13469
13470 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
449808f7 13471
7f351d0b
KS
134722005-03-09 Kim F. Storm <storm@cua.dk>
13473
13474 * play/animate.el (animate-place-char): Use forward-line instead
13475 of next-line to improve performance.
13476
e62ecf85
SJ
134772005-03-09 Simon Josefsson <jas@extundo.com>
13478
13479 * net/browse-url.el (browse-url-default-browser): Doc fix.
13480
f1953880
MB
134812005-03-09 Miles Bader <miles@gnu.org>
13482
13483 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13484 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13485
ca8d88cd
KH
134862005-03-09 Kenichi Handa <handa@m17n.org>
13487
ec4e909a
KH
13488 * international/latin-1.el: Set case and syntax for 255 only if
13489 set-case-syntax-set-multibyte is nil.
13490
7f351d0b 13491 * textmodes/ispell.el (ispell-insert-word): New function.
449808f7 13492 (ispell-word): Use ispell-insert-word to insert a new word.
ef75a647 13493 (ispell-process-line): Likewise.
ca8d88cd
KH
13494 (ispell-complete-word): Likewise.
13495
9839760a
GM
134962005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13497
13498 * calendar/calendar.el (redraw-calendar): Preserve point.
13499 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13500 (calendar-week-start-day): Move after definition of
13501 redraw-calendar. Delete buffer test, since redraw-calendar has
13502 that now.
13503
13504 * calendar/diary-lib.el (mark-diary-entries): Only call
13505 redraw-calendar in the first of any recursive calls.
13506 Reported by Alan Shutko <ats@acm.org>.
13507
9553cf63
JL
135082005-03-08 Juri Linkov <juri@jurta.org>
13509
13510 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13511 (html-horizontal-rule, html-line, html-image, html-checkboxes)
13512 (html-radio-buttons): Add a space before the trailing `/>' where
13513 sgml-xml-mode is non-nil.
13514 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13515 the subsequent tag of the empty XML tag.
13516 (html-href-anchor): Don't set initial input to "http:".
13517 (html-image): Ask for the image URL and set point inside alt="".
13518 (html-name-anchor): Duplicate the name in the `id' attribute when
13519 sgml-xml-mode is non-nil.
13520 (html-paragraph): Remove \n before <p>.
13521 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13522 instead of `checked' when sgml-xml-mode is non-nil.
13523
13524 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13525 Remove 1 space before #RRGGBB to not truncate it on terminal
13526 windows w/o fringes. Remove 1 space between bg and fg examples
13527 to get more space.
13528 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13529 avoid byte-compile warnings.
13530
13531 * image-file.el (image-file-handler): Put `safe-magic' property to
13532 `image-file-handler'.
13533
13534 * info.el (Info-isearch-search): Emulate word search in
13535 isearching through multiple Info nodes with Info-search.
13536 (Info-isearch-wrap): Allow isearch-word.
13537
9b54d453
LK
135382005-03-08 Lute Kamstra <lute@gnu.org>
13539
13540 * emacs-lisp/debug.el (debugger-step-through): Make sure that
13541 stepping into the debugger's code is not possible.
13542 (debugger-jumping-flag): Docstring update.
13543
41d4eedc
JB
135442005-03-08 Jay Belanger <belanger@truman.edu>
13545
13546 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13547 embedded mode begins.
13548 (calc-embedded-language-alist): New variable.
13549 (calc-embedded-find-modes): Use calc-embedded-language-alist to
13550 set default language mode.
13551
c68f7e21
KH
135522005-03-08 Kenichi Handa <handa@m17n.org>
13553
13554 * international/ccl.el (define-ccl-program): Fix docstring about
13555 extra 256 bytes assured for the output buffer.
13556
13557 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13558 Fix BUFFER_MAGNIFICATION to 2.
13559 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13560
3ee9f6ac
JW
135612005-03-07 Karl Chen <quarl@cs.berkeley.edu>
13562
13563 * align.el (align-rules-list): Added an alignment rule for CSS
13564 declarations (applies to css-mode and html-mode buffers).
13565
a29cf450
SM
135662005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
13567
13568 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13569
2f8cd1ce
KS
135702005-03-07 Kim F. Storm <storm@cua.dk>
13571
a54595d4
KS
13572 * simple.el (move-beginning-of-line): New command.
13573
13574 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13575
13576 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13577
13578 * emulation/cua-base.el: Put CUA move property on move-end-of-line
13579 and move-beginning-of-line.
13580
2f8cd1ce
KS
13581 * apropos.el (apropos-print): Omit command from M-x ... RET.
13582
7a2306d9
NR
135832005-03-07 Nick Roberts <nickrob@snap.net.nz>
13584
13585 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13586 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13587
aaf2cff2
RS
135882005-03-06 Richard M. Stallman <rms@gnu.org>
13589
13590 * bindings.el (esc-map): Bind M-g to goto-line.
13591
13592 * facemenu.el (global-map): Bind M-o, not M-g.
13593
bf7970c5
JD
135942005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13595
13596 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13597 "Open Directory" as for "Open File".
13598
0251bafb
RS
135992005-03-06 Chong Yidong <cyd@stupidchicken.com>
13600
13601 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
13602 (push-mark-command): Run activate-mark-hook.
13603
136042005-03-06 Richard M. Stallman <rms@gnu.org>
13605
13606 * help-mode.el (help-mode-finish): Don't alter the element
13607 in view-return-to-alist if there already is one.
13608
13609 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
13610 make sure the current buffer is the expected one.
13611
13612 * novice.el (disabled-command-function): Output in *Disabled Command*.
13613 Explicitly ignore non-keyboard events, and explicitly handle C-g.
13614
13615 * textmodes/flyspell.el (flyspell-large-region):
13616 Pass args differently for aspell.
13617
13618 * files.el (mode-require-final-newline): Doc fix.
13619
52eb0373 136202005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
0251bafb 13621
2f8cd1ce 13622 * progmodes/which-func.el (which-function):
0251bafb
RS
13623 Specify NOERROR when calling imenu--make-index-alist.
13624
55d0f066
SM
136252005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13626
a3194d03
SM
13627 * simple.el (normal-erase-is-backspace): Define default value.
13628
ca19f3f1
AS
13629 * custom.el (custom-theme-set-variables): Remove unused var
13630 `immediate'.
13631 (custom-reevaluate-setting): Simple function to handle variables
13632 that are defined before their default value can really be
13633 computed.
a3194d03
SM
13634
13635 * startup.el (command-line): Use it for temporary-file-directory,
13636 small-emporary-file-directory, auto-save-file-name-transforms,
13637 blink-cursor-mode, and normal-erase-is-backspace.
13638
55d0f066
SM
13639 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
13640 progress, even with buggy anchored keywords.
13641
f38c52df
LT
136422005-03-05 Luc Teirlinck <teirllm@auburn.edu>
13643
be6e87e5 13644 * simple.el (goto-line): Remove unbalanced final parenthesis.
f38c52df 13645
bb96021a
RS
136462005-03-05 Richard M. Stallman <rms@gnu.org>
13647
13648 * simple.el (goto-line): Use a number at point as the default.
13649 With C-u as arg, switch buffers.
13650
3ff96c81
JL
136512005-03-05 Juri Linkov <juri@jurta.org>
13652
13653 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
13654 with `no-blinking-cursor'.
13655
13656 * startup.el (no-blinking-cursor): New defvar.
13657 (command-line): Add `--no-blinking-cursor' to longopts.
13658 Set `no-blinking-cursor' to t for command line arguments
13659 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
13660 with `no-blinking-cursor' in the condition for calling
13661 `blink-cursor-mode'.
13662
c3a52675
LT
136632005-03-04 Luc Teirlinck <teirllm@auburn.edu>
13664
13665 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
13666 (menu-bar-options-save): Add blink-cursor-mode.
13667 (menu-bar-options-menu): Add blink-cursor-mode.
13668
77b94af3
GM
136692005-03-04 Ulf Jasper <ulf.jasper@web.de>
13670
13671 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
13672 (icalendar-export-file, icalendar-export-region)
a29cf450 13673 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
77b94af3
GM
13674 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
13675
524352d6
LK
136762005-03-04 Lute Kamstra <lute@gnu.org>
13677
a29cf450 13678 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
524352d6
LK
13679 (debug-function-list): Ditto.
13680
b12e59fd
RC
136812005-03-04 Robert J. Chassell <bob@rattlesnake.com>
13682
13683 * textmodes/texinfmt.el (texinfo-append-refill):
13684 Redefine the types of line to which @refill
13685 is not appended by replacing a search for `@refill\\|@bye' with
13686 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
13687 itemize@refill' bug and the unfilled long lines bug.
a29cf450 13688 (texinfmt-version): Update number and date.
b12e59fd 13689
518d3637
RS
136902005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13691
13692 * international/code-pages.el (windows-1250, windows-125[2-8])
13693 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
13694
d245ff23
SM
136952005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13696
13697 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
13698 bound yet.
13699
b8210c6e
JPW
137002005-03-02 Romain Francoise <romain@orebokech.com>
13701
13702 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
13703 buffer after removing limits.
13704 (ibuffer-pop-filter): Ditto.
13705 Update copyright.
13706
aad1926a
MB
137072005-03-02 Miles Bader <miles@gnu.org>
13708
13709 * button.el (make-text-button): If the user doesn't specify a
13710 type, use the default. Rewrite to use `add-text-properties' and
13711 plist functions.
13712
284f0680
LK
137132005-03-01 Lute Kamstra <lute@gnu.org>
13714
13715 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
13716 (debugger-jumping-flag): New var.
13717 (debug-entry-code): Use it.
13718 (debugger-jump): Use debugger-jumping-flag and add
13719 debugger-reenable to post-command-hook.
13720 (debugger-reenable): Use debugger-jumping-flag and remove itself
13721 from post-command-hook.
13722 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
13723 debugger-reenable.
13724
43e7d00a
RC
137252005-03-01 Robert J. Chassell <bob@rattlesnake.com>
13726
284f0680 13727 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
43e7d00a
RC
13728 inclusion of "itemize\\|", which may be unnecessary, is certainly
13729 inelegant, and stops refilling in itemize lists when formatting
13730 Japanese Texinfo files to Info.
13731 Update copyright to 2005.
13732
911ba5f8
NR
137332005-03-01 Nick Roberts <nickrob@snap.net.nz>
13734
13735 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
13736 of an error if GDB can't find the source file.
13737
f830b09e
GM
137382005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
13739
13740 * calendar/calendar.el (redraw-calendar): Work from any buffer,
13741 not just the calendar.
13742
13743 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
13744 first.
13745 (diary-redraw-calendar): New function.
13746 (make-diary-entry): Add diary-redraw-calendar to local
13747 write-contents-functions. Turn off selective display before
13748 inserting in diary.
13749
5582d76d
KS
137502005-03-01 Kim F. Storm <storm@cua.dk>
13751
13752 * emacs-lisp/copyright.el (copyright-fix-years): New command.
13753
a9ee5cac
LK
137542005-03-01 Lute Kamstra <lute@gnu.org>
13755
13756 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
13757 that debug-entry-code can be safely removed from a function while
13758 this code is being evaluated. Revert the 2005-02-27 change as the
13759 new implementation no longer requires it. Make sure that a
dd39c336 13760 function body containing just a string is not mistaken for a docstring.
439368ed
LK
13761 (debug): Skip one more frame in case of debug on entry.
13762 (debugger-setup-buffer): Delete one more frame line in case of
13763 debug on entry.
13764 (debugger-frame-number): Update to use the new text introduced by
d245ff23 13765 the 1999-11-03 change. Skip one more frame in case of debug on entry.
a9ee5cac 13766
77032434
KS
137672005-02-28 Kim F. Storm <storm@cua.dk>
13768
13769 * double.el (double-translate-key): Call force-window-update after
13770 read-event to avoid crash in redisplay.
13771
c4d5a8a1
SM
137722005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13773
13774 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
13775 (debug): Use it. Move the inhibit-trace earlier.
13776 (debug-entry-code): New const.
13777 (debug-on-entry-1): Use it.
13778
4c23089d 137792005-02-28 Chong Yidong <cyd@stupidchicken.com>
dbaba2d2 13780
c4d5a8a1
SM
13781 * international/utf-16.el (ccl-encode-mule-utf-16le):
13782 Fix BUFFER_MAGNIFICATION to 2.
dbaba2d2
KH
13783 (ccl-encode-mule-utf-16be): Likewise.
13784
137852005-02-28 Kenichi Handa <handa@m17n.org>
13786
13787 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13788 Fix BUFFER_MAGNIFICATION to 4.
13789 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13790
0f468ead
NR
137912005-02-28 Nick Roberts <nickrob@snap.net.nz>
13792
13793 * speedbar.el (speedbar-update-flag): Doc fix.
13794 (speedbar-show-info-under-mouse): Give set-mouse-position the right
13795 argument.
13796
35c5f5d3
SM
137972005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13798
fc88c288
SM
13799 * reveal.el (reveal-post-command): Don't try to reveal overlays which
13800 have a non-nil `invisible' property but are actually visible.
13801
35c5f5d3
SM
13802 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
13803 for perldoc sections.
13804 (perl-outline-regexp, perl-outline-level): New var and function.
13805 (perl-mode): Use them.
13806
f43ae016
GM
138072005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
13808
13809 * calendar/diary-lib.el (diary-remind): Discard any mark portion
13810 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
13811
04c9dde8
LT
138122005-02-27 Luc Teirlinck <teirllm@auburn.edu>
13813
13814 * cus-edit.el: Comment change.
13815 (custom-buffer-create-internal): Slightly reword text at top of
13816 Custom buffers. Mention there that saving an option edits the
13817 init file. Add link to Emacs manual node on `custom-file'.
13818 (custom-magic-alist): Rewrite individual State messages to use
13819 capitalized keywords. Doc fix.
13820
261b7f30
GM
138212005-02-27 Matt Hodges <MPHodges@member.fsf.org>
13822
13823 * calendar/calendar.el (calendar-buffer): Move above
13824 calendar-week-start-day.
13825 (calendar-week-start-day): Doc fix. Add :set function.
13826 (calendar-minimum-window-height): New variable.
13827 (generate-calendar-window): Only resize window if selected-window
13828 is displaying the calendar buffer. Use new variable
13829 calendar-minimum-window-height.
13830 (generate-calendar): Reword error message.
13831 (calendar-mode-map): Bind DEL to scroll-other-window-down.
13832
b71c9e75
AS
138332005-02-27 Andreas Schwab <schwab@suse.de>
13834
c58447fd
AS
13835 * vc.el (vc-do-command): Don't run command asynchronously when
13836 operating in a remote directory.
13837
b71c9e75
AS
13838 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
13839 change from sync with Tramp 2.0.47.
13840
aa5c6b3e
RS
138412005-02-27 Richard M. Stallman <rms@gnu.org>
13842
13843 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
13844
13845 * textmodes/flyspell.el (flyspell-mode-on):
13846 Call ispell-change-dictionary only if necessary.
13847
13848 * emacs-lisp/re-builder.el (regexp-builder): New function.
13849
13850 * register.el (describe-register-1): Explicitly handle
13851 yank-excluded-properties = t.
13852
13853 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
13854 (custom-magic-alist): Change the status descriptions again.
13855 (face widget-type): Total rewrite based on `restricted-sexp'
13856 to eliminate the confusing double hiding levels.
13857
13858 * emacs-lisp/debug.el (debug-on-entry-1):
13859 If function body is empty, add nil as body form.
13860
5f8a82e1
SM
138612005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
13862
13863 * emacs-lisp/trace.el (inhibit-trace): New var.
13864 (trace-make-advice): Use it.
13865
13866 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
13867
c6f4488c
KS
138682005-02-26 Kim F. Storm <storm@cua.dk>
13869
13870 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
13871 (mouse-on-link-p, mouse-drag-region-1): Use it.
13872
a0b497c5
LK
138732005-02-25 Lute Kamstra <lute@gnu.org>
13874
13875 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
13876
ffa8d0ef
LT
138772005-02-24 Luc Teirlinck <teirllm@auburn.edu>
13878
13879 * frame.el (blink-cursor-mode): Add :group keyword.
13880
1a951b51
GM
138812005-02-24 Ulf Jasper <ulf.jasper@web.de>
13882
78d54dee
SM
13883 * calendar/icalendar.el (icalendar--decode-isodatetime):
13884 New optional argument DAY-SHIFT.
1a951b51
GM
13885 (icalendar-export-region): Fix coding-system-for-write.
13886 (icalendar--convert-ical-to-diary): Shift end-day of all-day
13887 events by one.
13888
6ecedb40
SM
138892005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13890
13891 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
13892
1749aa90
KS
138932005-02-24 Kim F. Storm <storm@cua.dk>
13894
13895 * international/iso-acc.el (iso-accents-compose): Fix crash
13896 during redisplay. Call force-window-update after read-event
13897 and delete-region to signal that window is not accurate.
13898
78d54dee
SM
138992005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13900
13901 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
13902 Remove unused and inexistent var `inhibit-trace'.
13903 (debugger-mode): Use run-mode-hooks.
13904 (debugger-list-functions): Add buttons; setup xref stack.
13905
a98ac7ae
RS
139062005-02-23 Richard M. Stallman <rms@gnu.org>
13907
13908 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
13909 appointment says it was explicitly made.
13910 (appt-add): Set the 3rd element.
13911 (appt-make-list): Preserve explicit appointments.
13912
13913 * subr.el (find-tag-default): Catch errors in forward-sexp.
13914
91c66262
JL
139152005-02-23 Juri Linkov <juri@jurta.org>
13916
13917 * info.el (Info-isearch-search): New defcustom.
13918 (Info-isearch-search): Call the default isearch function
13919 when Info-isearch-search is nil.
13920 (Info-isearch-wrap): Use variable Info-isearch-search.
13921
01d746be
LT
139222005-02-22 Luc Teirlinck <teirllm@auburn.edu>
13923
13924 * cus-edit.el: Comment change.
13925
b686dd59
KS
139262005-02-22 Kim F. Storm <storm@cua.dk>
13927
6ecedb40
SM
13928 * progmodes/hideif.el (hide-ifdef-use-define-alist):
13929 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
b686dd59 13930
fe77c061
SJ
139312005-02-22 Simon Josefsson <jas@extundo.com>
13932
6ecedb40
SM
13933 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
13934 New variable.
fe77c061
SJ
13935 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
13936 Oskarsson" <myrkraverk@users.sourceforget.net>.
13937
baf70a02
KS
139382005-02-22 Kim F. Storm <storm@cua.dk>
13939
13940 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
13941 check that window of that event is the selected window.
13942 (mouse-drag-region-1): Compare mouse event window to selected
13943 window before setting point.
13944
13945 * tooltip.el (tooltip-show-help-function): Pass event to
13946 mouse-on-link-p so it can check selected window.
13947
ca69e8aa
KH
139482005-02-22 Kenichi Handa <handa@m17n.org>
13949
13950 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
13951 (ps-mule-show-warning): New function.
13952 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
13953 characters are found.
13954
13955 * ps-print.el (ps-header-footer-string): Return a list of header
13956 and footer strings.
13957
dae3211d
SM
139582005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
13959
13960 * pcvs.el (cvs-retrieve-revision): Fix thinko.
13961
139622005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2c75eddf 13963
9df747e1
SM
13964 * frame.el (blink-cursor-mode): Use define-minor-mode.
13965
2c75eddf
SM
13966 * term/mac-win.el (function-key-map): Use char-names more consistently.
13967 (file-name-coding-system): Only set it for MacOS-9. The other case is
13968 already handled in mule-cmds.el (where it also works when mac-win.el
13969 is not used).
13970
c4a166f1
KH
139712005-02-21 Kenichi Handa <handa@m17n.org>
13972
002dc239
KH
13973 * international/mule.el (ctext-pre-write-conversion): Always use
13974 " *code-converting-work*" buffer for work.
13975
c4a166f1
KH
13976 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
13977
22071507
TTN
139782005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
13979
13980 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
13981
50d9c396
JY
139822005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
13983
2c75eddf 13984 * ses.el (undo-more): Restore defadvice, but only the part that
50d9c396
JY
13985 allows changes outside the restricted area of the buffer.
13986
0fba9f25
KS
139872005-02-20 Kim F. Storm <storm@cua.dk>
13988
13989 * simple.el (line-move): Add fourth optional arg try-vscroll which
13990 must be set to perform auto-window-vscroll.
13991 When moving backwards and doing auto-window-vscroll, automatically
13992 vscroll to the last part of lines which are taller than the window.
13993 (next-line, previous-line): Set try-vscroll arg on line-move.
13994
ac010fca
DN
139952005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
13996
f79bdb3a
DN
13997 * replace.el (query-replace, query-replace-regexp)
13998 (replace-string, replace-regexp): When operating on region, make
13999 the minibuffer prompt say so.
14000
ac010fca
DN
14001 * isearch.el (isearch-forward): Document isearch-query-replace and
14002 isearch-query-replace-regexp keybindings.
0fba9f25 14003
fa64fa22
JB
140042005-02-19 Jay Belanger <belanger@truman.edu>
14005
14006 * calc/calc-aent.el (math-read-token): Add local variable.
14007
14008 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
14009 (calc-edit-top): Move declaration to earlier in file.
14010 (calc-edit-macro-repeats): Add local variables.
14011
14012 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
14013 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
14014 calcFunc-tanh.
14015 Adjust integration rule for calcFunc-tan.
14016
3f9526a3 140172005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25
KS
14018
14019 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
14020 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
14021 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
14022 (viper-skip-separators): Bug fix.
14023 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
3f9526a3 14024 particular major mode.
0fba9f25 14025 (viper-del-backward-char-in-replace): Don't put deleted char on the
3f9526a3 14026 kill ring.
0fba9f25
KS
14027
14028 * viper-ex.el (viper-color-display-p): New function.
14029 (viper-has-face-support-p): Use viper-color-display-p.
14030
14031 * viper-keym.el (viper-gnus-modifier-map): New keymap.
14032
14033 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
14034
14035 * viper-util.el (viper-glob-unix-files): Fix shell status check.
14036 (viper-file-remote-p): Make equivalent to file-remote-p.
14037
78d54dee
SM
14038 * viper.el (viper-major-mode-modifier-list):
14039 Use viper-gnus-modifier-map.
0fba9f25 14040
c761fd55
DK
140412005-02-19 David Kastrup <dak@gnu.org>
14042
14043 * subr.el (subregexp-context-p): Fix garbled doc string by adding
14044 quoting.
14045
7ca4e8a1
JB
140462005-02-19 Jay Belanger <belanger@truman.edu>
14047
14048 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
78d54dee 14049 Remove extra definitions.
7ca4e8a1
JB
14050 (calc-coth): New function.
14051 (calcFunc-cot): Fix `let'.
14052
0e0d5683
EZ
140532005-02-19 Eli Zaretskii <eliz@gnu.org>
14054
14055 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
14056 the reasons we use "type pc" in these faces.
14057
14058 * button.el (button): Ditto.
14059
2511035d
EZ
140602005-02-19 Michael Mauger <mmaug@yahoo.com>
14061
14062 * replace.el (query-replace-read-from): Set the value of
14063 query-replace-from-history-variable to handle the case of an empty
14064 string entered to accept the suggested default.
74f69b93 14065
78d54dee
SM
14066 * net/tramp.el (tramp-file-name-for-operation):
14067 Use dired-call-process instead of dired-call-process-command.
74f69b93 14068
7182a9a6
JB
140692005-02-19 Jay Belanger <belanger@truman.edu>
14070
14071 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14072 (math-div-non-trig): New variables.
14073 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14074 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14075 (math-combine-prod, math-div-symb-fancy): Add simplifications for
14076 trig expressions.
14077
8c4e7434
NR
140782005-02-19 Nick Roberts <nickrob@snap.net.nz>
14079
14080 * progmodes/gdb-ui.el (gdb-var-update-handler)
14081 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14082 for watch expressions,
14083 (gdb-var-create-handler): Don't set speedbar-update-flag.
14084 (gdb-post-prompt): Simplify test for speedbar.
14085
17561e4f 140862005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25 14087
78d54dee
SM
14088 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14089 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17561e4f 14090 we use the syntax table of the correct buffer.
78d54dee 14091 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17561e4f 14092 Felix Gatzemeier.
0fba9f25 14093
78d54dee
SM
14094 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14095 (ediff-file-remote-p): Make synonymous with file-remote-p.
17561e4f 14096 In all deffaces ediff-*-face-*, use min-colors.
0fba9f25 14097
78d54dee
SM
14098 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14099 ediff-recurse-to-subdirectories.
14100 (ediff-mark-if-equal): Check that the arguments are strings, use
17561e4f 14101 ediff-same-contents (after to Felix Gatzemeier).
0fba9f25 14102
78d54dee 14103 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17561e4f 14104 nil.
0fba9f25 14105
9be92b96
SM
141062005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
14107
14108 * log-view.el (log-view-message-re): Fix up Subversion regexp.
14109
3a51abf1
DK
141102005-02-18 David Kastrup <dak@gnu.org>
14111
14112 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14113 use `mark-active' when defined.
14114
92dc83a9
KH
141152005-02-18 Kenichi Handa <handa@m17n.org>
14116
14117 * ps-print.el (ps-font-info-database): New entry
14118 ZapfChancery-MediumItalic with correct font name. Fix font name
14119 of the entry Zapf-Chancery-MediumItalic.
14120
6dbbc01d
LT
141212005-02-16 Luc Teirlinck <teirllm@auburn.edu>
14122
14123 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14124
4aed6e1e
KS
141252005-02-16 Kim F. Storm <storm@cua.dk>
14126
14127 * ido.el (ido-fallback-command): Pass user input to fallback command.
14128
141292005-02-16 Nick Roberts <nickrob@snap.net.nz>
fb05d8af
NR
14130
14131 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14132 (gdb-find-file-hook): Add server prefix.
14133
a29c9707
RS
141342005-02-16 Richard M. Stallman <rms@gnu.org>
14135
14136 * replace.el (perform-replace): Pass new args to replace-highlight.
14137 (replace-highlight): Take region args,
14138 and pass them to isearch-lazy-highlight-new-loop.
14139
14140 * novice.el (disabled-command-hook): Autoload the defalias
14141 and the make-obsolete-variable call.
14142
14143 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14144
14145 * isearch.el (isearch-lazy-highlight-start-limit)
14146 (isearch-lazy-highlight-end-limit): New variables limit
14147 the region for highlighting.
14148 (isearch-lazy-highlight-new-loop): New args BEG and END.
14149 (isearch-lazy-highlight-search): Use the new vars.
14150 (isearch-lazy-highlight-update): Likewise.
14151
14152 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14153
14154 * cus-start.el (all): Use default-boundp.
14155
4aed6e1e 141562005-02-15 David Casperson <casper@unbc.ca> (tiny change)
a29c9707
RS
14157
14158 * menu-bar.el (menu-bar-select-frame): Handle current frame.
14159
e1c9f939
LT
141602005-02-15 Luc Teirlinck <teirllm@auburn.edu>
14161
14162 * autorevert.el (auto-revert-stop-on-user-input)
14163 (auto-revert-verbose): Doc fixes.
14164
52c7f9ee
JR
141652005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
14166
14167 * international/mule-cmds.el (set-locale-environment): Remove call
14168 to set-selection-coding-system on Windows.
14169
6ec30302
JB
141702005-02-15 Jay Belanger <belanger@truman.edu>
14171
14172 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
78d54dee 14173 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6ec30302
JB
14174 calcFunc-coth.
14175 (math-simplify-sqrt): Add simplifications.
14176
14177 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14178 to list.
14179
14180 * calc/calc-ext.el: Add functions to autoloads.
14181
14182 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14183 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14184 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14185 (math-csc-raw, math-cot-raw): New functions.
14186
14187 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14188
14189 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14190 the variable name in a message.
14191
14192 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14193 calcFunc-csc, calcFunc-cot.
14194
14195 * calc/calcalg2.el: Add derivative and integration rules for
14196 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14197 calcFunc-csch, calcFunc-coth.
14198 (math-do-integral-methods): Add to checks for when to use
14199 substitutions.
14200
14201 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14202
43817a75
LK
142032005-02-15 Lute Kamstra <lute@gnu.org>
14204
9be92b96
SM
14205 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14206 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
43817a75
LK
14207 <monnier@iro.umontreal.ca>
14208 (lisp-outline-level): Improve efficiency. Suggested by David
14209 Kastrup <dak@gnu.org>.
14210
34093ed7
NR
142112005-02-15 Nick Roberts <nickrob@snap.net.nz>
14212
14213 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14214 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14215 (gdb-set-gud-minor-mode-existing-buffers): New functions.
52eb0373 14216 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34093ed7
NR
14217 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14218
0f014aa1
LT
142192005-02-14 Luc Teirlinck <teirllm@auburn.edu>
14220
14221 * cus-start.el (all): Comment change.
14222
23e8c095
LK
142232005-02-14 Lute Kamstra <lute@gnu.org>
14224
14225 * cus-start.el (all): Check if symbol is void.
14226
a4869139
CD
142272005-02-14 Carsten Dominik <dominik@science.uva.nl>
14228
14229 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14230 optional argument to \cite.
14231
134948fc
RS
142322005-02-14 Richard M. Stallman <rms@gnu.org>
14233
14234 * cus-edit.el (custom-buffer-create-internal): Update help message.
14235 (custom-magic-alist): Update help messages.
14236
14237 * cus-start.el (all): Allow a var to specify a standard value.
14238
5e2087b8
LT
142392005-02-12 Luc Teirlinck <teirllm@auburn.edu>
14240
14241 * custom.el (custom-theme-set-variables): Handle variable aliases.
14242
14243 * frame.el (blink-cursor-timer): Doc fix.
5e2087b8
LT
14244 (blink-cursor): Make it an alias for `blink-cursor-mode' and
14245 declare obsolete.
03e38499
LT
14246 (blink-cursor-mode): Define with defcustom and use correct
14247 standard expression in that defcustom.
5e2087b8
LT
14248 * startup.el (command-line): Adapt to above changes in frame.el.
14249
b7a2a696
LK
142502005-02-11 Lute Kamstra <lute@gnu.org>
14251
14252 * apropos.el (apropos-score-doc): Prevent division by zero.
14253
ea66d5e0
GM
142542005-02-11 Ulf Jasper <ulf.jasper@web.de>
14255
14256 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14257 (icalendar--get-event-property-attributes)
14258 (icalendar--get-event-properties)
14259 (icalendar--datetime-to-diary-date): New functions.
14260 (icalendar--split-value): Doc fix.
14261 (icalendar--datetime-to-noneuropean-date)
14262 (icalendar--datetime-to-european-date): New optional argument
14263 SEPARATOR. Return result as a string instead of a list.
14264 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14265 (icalendar--convert-string-for-export): Rename arg S to STRING.
14266 (icalendar-export-region): Doc fix. Change name of error buffer.
14267 Save output buffer.
14268 (icalendar-import-file): Add blank at end of prompt.
14269 (icalendar-import-buffer): Doc fix. Do not switch to error
14270 buffer. Indicate status in return value.
14271 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
14272 buffer. Save output buffer. Handle exception from recurrence
14273 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
14274 events. Fix problems with weekly all-day events.
14275
44291460
RS
142762005-02-10 Richard M. Stallman <rms@gnu.org>
14277
14278 * simple.el (eval-expression-print-format):
14279 Avoid warning about edebug-active.
14280
9be92b96 14281 * help.el (help-for-help-internal): Rename from help-for-help.
44291460
RS
14282 (help-for-help): Define with defalias.
14283
14284 * font-core.el (font-lock-default-function): Use with-no-warnings.
14285
14286 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14287
14288 * custom.el (defface): Doc fix.
14289
37956fd5
NR
142902005-02-10 Nick Roberts <nickrob@snap.net.nz>
14291
14292 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14293 width 0" to prevent word wrapping problems.
14294
44042fe7
KS
142952005-02-09 Kim F. Storm <storm@cua.dk>
14296
14297 * ido.el (ido-file-extensions-order): New defcustom.
14298 (ido-file-extension-lessp, ido-file-extension-aux)
14299 (ido-file-extension-order): New advanced file ordering.
14300 (ido-file-lessp): New simple file ordering.
14301 (ido-sort-list): Remove.
14302 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14303 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14304
e7eaabae
DN
143052005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
14306
14307 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14308 that some versions of grep produce.
14309 (grep-mode-font-lock-keywords): Likewise.
14310
76f8cd56
NR
143112005-02-09 Nick Roberts <nickrob@snap.net.nz>
14312
14313 * progmodes/gdb-ui.el (gdb-location-list): New variable.
9be92b96 14314 (gdb-cdir): Delete.
76f8cd56
NR
14315 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14316 (gdb-source-info): Treat case when source file is in another
14317 directory properly.
14318 (gdb-get-location): New function.
14319
519b13cd
JB
143202005-02-07 Jay Belanger <belanger@truman.edu>
14321
14322 * calc/calc-prog.el (calc-write-parse-table-part)
14323 (calc-fix-token-name): Fix a check for language type.
14324
9be92b96 14325 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
519b13cd 14326
009bb5d2
AS
143272005-02-07 Andre Spiegel <spiegel@gnu.org>
14328
14329 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14330 as directory not writable.
14331
82ec225b
KS
143322005-02-07 Kim F. Storm <storm@cua.dk>
14333
14334 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14335 (cua--standard-movement-commands): Remove list.
14336 Instead, set CUA property value to move for movement commands.
14337 (cua-movement-commands): Remove. Users must set CUA prop instead.
14338 (cua--pre-command-handler): Check CUA property.
14339 (cua--init-keymaps): Don't remap undo commands.
14340 (cua-mode): Don't call cua--rectangle-on-off.
14341
14342 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14343 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14344 (cua--rect-undo-set-point): New var.
14345 (cua--rectangle-undo-boundary): Setup undo apply entry.
14346 (cua--rect-undo-handler): New function for rectangle undo.
14347 (cua--rect-start-position, cua--rect-end-position): Add.
14348 (cua--rectangle-post-command): Call cua--rectangle-set-corners
14349 for restored rectangle. Set point if cua--rect-undo-set-point.
14350
c529f7f7
JB
143512005-02-06 Jay Belanger <belanger@truman.edu>
14352
14353 * calc/calc-lang.el (calc-tex-language): Display more information
14354 in messages.
14355
14356 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14357 in TeX mode.
14358
ba2c991c
RS
143592005-02-06 Richard M. Stallman <rms@gnu.org>
14360
14361 * emacs-lisp/lisp.el (buffer-end): Doc fix.
14362
6d61d855
EZ
143632005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
14364
14365 * net/ldap.el (ldap-search-internal): Support attributes with
14366 optional descriptions separated by a semi-colon, as in
14367 "userCertificate;binary".
14368
18daafed
JD
143692005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14370
14371 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14372 isn't a cons (i.e. the version is 0).
14373
cb602754
EZ
143742005-02-05 Eli Zaretskii <eliz@gnu.org>
14375
14376 * help.el (help-for-help): Doc fix.
14377
a0079e58
NR
143782005-02-05 Nick Roberts <nickrob@snap.net.nz>
14379
52eb0373 14380 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
a0079e58
NR
14381 GDB-Windows on the menu-bar as this works better.
14382
e67d06eb
JB
143832005-02-04 Jay Belanger <belanger@truman.edu>
14384
14385 * calc/calc-embed.el (calc-embedded-update): Don't put in
52eb0373 14386 unnecessary newlines. Adjust the end of formula marker.
e67d06eb
JB
14387
14388 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14389 (math-latex-parse-two-args): New function.
14390
02f244c8
LK
143912005-02-03 Lute Kamstra <lute@gnu.org>
14392
14393 * help-fns.el (help-with-tutorial): Make sure that users cannot
14394 remove the entire text of the tutorial by means of `undo'.
14395
ca97010c
SM
143962005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
14397
14398 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14399 in recent changes, where the ispell process was repeatedly
14400 killed & restarted.
a41118cc
SM
14401
14402 * international/mule-cmds.el (set-locale-environment): Set file-name
14403 coding system to utf-8 on Darwin systems.
14404 (set-default-coding-systems): Don't set default-file-name-coding-system
14405 on Darwin systems.
14406
4e07258f
RS
144072005-02-03 Richard M. Stallman <rms@gnu.org>
14408
14409 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14410
144112005-02-03 Matt Hodges <MPHodges@member.fsf.org>
14412
14413 * faces.el (list-faces-display): Add optional argument.
14414
30b940a7
SM
144152005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14416
14417 * font-core.el (font-lock-default-function): Handle the rare case where
14418 only font-lock-keywords is set.
14419
4e07258f 144202005-02-02 Kenichi Handa <handa@m17n.org>
fbbde29a 14421
30b940a7 14422 * international/characters.el: Cancel previous change for
fbbde29a
KH
14423 I-WITH-DOT-ABOVE and DOTLESS-i.
14424
14425 * international/latin-5.el: Cancel previous change.
14426
87c366c1
NR
144272005-02-02 Nick Roberts <nickrob@snap.net.nz>
14428
14429 * progmodes/gud.el: Correction to syntax in gud-menu-map.
14430
56072160
KH
144312005-02-02 Kenichi Handa <handa@m17n.org>
14432
14433 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14434 DOTLESS-i.
14435
14436 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14437 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14438
394dff57 14439 * case-table.el (get-upcase-table): New function.
56072160
KH
14440 (copy-case-table): Copy upcaes table too if non-nil.
14441 (set-case-syntax-delims): Maintain upcase table too.
14442 (set-case-syntax-pair): Likewise.
14443 (set-upcase-syntax, set-downcase-syntax): New functions.
14444 (set-case-syntax): Maintain upcase table too.
14445
dd8e8b27
NR
144462005-02-02 Nick Roberts <nickrob@snap.net.nz>
14447
52eb0373 14448 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
dd8e8b27
NR
14449
14450 * progmodes/gud.el (gud-goto-info): New function.
14451 (gud-tool-bar-map): Use correct icon.
14452
cc08f5b2
TTN
144532005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14454
14455 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14456 When delegating, order args in the funcall correctly.
14457
b961eb0e
TTN
144582005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14459
14460 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14461
2fdf4457
CD
144622005-02-01 Carsten Dominik <dominik@science.uva.nl>
14463
14464 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14465 buffer not visiting a file.
14466
a214f7ba
JB
144672005-01-31 Jay Belanger <belanger@truman.edu>
14468
14469 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14470 bound on the line with the formula.
14471
fb89c330
KS
144722005-01-31 Kim F. Storm <storm@cua.dk>
14473
14474 * ses.el (ses-create-cell-variable-range)
14475 (ses-destroy-cell-variable-range, ses-reset-header-string)
14476 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14477 (ses-insert-row): Fix format of apply undo entries.
14478
998858ae
JB
144792005-01-31 Jay Belanger <belanger@truman.edu>
14480
14481 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14482 parts.
14483
14484 * calc/calc-embed.el (calc-embedded-open-formula)
14485 (calc-embedded-close-formula): Ignore matrix environments.
14486
14487 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14488 TeX mode.
14489
14490 * calc/calc-lang.el (math-function-table, math-oper-table)
14491 (math-variable-table): Adjust the LaTeX portions.
14492
14493 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14494 (math-latex-ignore-words): New constant.
14495
a6e7a34b
RS
144962005-01-31 Richard M. Stallman <rms@gnu.org>
14497
14498 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14499 (ispell-local-dictionary): Doc fix.
14500 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14501 Don't reinitialize at run time. Don't defcustom.
14502 All uses changed to append ispell-local-dictionary-alist,
14503 or check it first.
14504 (ispell-current-dictionary): New variable for dictionary in use.
14505 (ispell-dictionary): Now used only for global default.
14506 (ispell-start-process): Set ispell-current-dictionary,
14507 not ispell-dictionary.
14508 (ispell-change-dictionary): Use this only for setting
14509 user preferences.
14510 (ispell-internal-change-dictionary): New function
14511 to change the current dictionary in use.
fb89c330
KS
14512 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14513 Use ispell-current-dictionary.
a6e7a34b
RS
14514 Handle ispell-local-dictionary-overridden.
14515 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14516
1be70c61
JB
145172005-01-31 Jay Belanger <belanger@truman.edu>
14518
14519 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14520
14521 * calc/calc-ext.el: Add calc-latex-language to autoloads.
14522 (calc-mode-map): Add calc-latex-language.
14523
14524 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14525 (math-latex-print-frac): New functions.
14526 (math-oper-table, math-function-table, math-variable-table)
14527 (math-complex-format, math-input-filter): Add latex properties.
14528 (calc-set-language): Set math-expr-special-function-mapping.
14529
14530 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
fe38e3b0 14531 (calc-write-parse-table-part): Add LaTeX support.
1be70c61
JB
14532
14533 * calc/calc.el (calc-language): Adjust docstring.
14534 (calc-set-mode-line): Add LaTeX support.
14535 (math-expr-special-function-mapping): New variable.
e09d97e8 14536 (math-tex-ignore-words): Add to list.
fb89c330 14537
1be70c61
JB
14538 * calc/calccomp.el (math-compose-expr, math-compose-rows):
14539 Add LaTeX support.
14540 (math-compose-expr): Add support for special functions.
14541
14542 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14543
2d08f307
NR
145442005-01-31 Nick Roberts <nickrob@snap.net.nz>
14545
14546 * progmodes/gdb-ui.el (gdb-memory-address)
14547 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14548 (gdb-memory-mode-map, gdb-memory-format-keymap)
14549 (gdb-memory-format-menu, gdb-memory-unit-keymap)
14550 (gdb-memory-unit-menu): New variables for a buffer
14551 that lets the user examine program memory.
14552 (gdb-memory-set-address, gdb-memory-set-repeat-count)
14553 (gdb-memory-format-binary, gdb-memory-format-octal)
14554 (gdb-memory-format-unsigned, gdb-memory-format-signed)
14555 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14556 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14557 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14558 (gdb-memory-unit-byte, gdb-memory-unit-menu)
14559 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14560 (gdb-memory-mode, gdb-memory-buffer-name)
14561 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14562 New functions for above buffer.
14563
ce406543
RS
145642005-01-30 Richard M. Stallman <rms@gnu.org>
14565
14566 * cus-edit.el (custom-bury-buffer): Function deleted.
14567 (custom-buffer-done-function): Option deleted.
14568 (custom-buffer-done-kill): New (replacement option.
14569 (Custom-buffer-done): Call quit-window.
14570 (custom-buffer-create-internal): Update for above changes.
14571
03c64f2e
LT
145722005-01-29 Luc Teirlinck <teirllm@auburn.edu>
14573
14574 * simple.el (undo-ask-before-discard): New var.
14575 (undo-outer-limit-truncate): Implement it.
14576 (undo-extra-outer-limit): Doc update.
14577
5a92a9eb
RS
145782005-01-29 Richard M. Stallman <rms@gnu.org>
14579
394dff57 14580 * ses.el (undo-more): Delete defadvice.
5a92a9eb
RS
14581 (ses-begin-change): Doc fix.
14582
14583 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14584 instead of rebinding C-x u and C-_.
14585
14586 * files.el (normal-backup-enable-predicate): Return nil for files
14587 in /tmp, regardless of temporary-file-directory.
14588
14589 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14590
14591 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14592 (open-rectangle, delete-whitespace-rectangle-line)
03c64f2e 14593 (clear-rectangle-line): If FILL, pass t instead of FILL
5a92a9eb
RS
14594 for move-to-column's 2nd arg.
14595
14596 * simple.el (undo): Fix the test for continuing a series of undos.
14597 (undo-more): Set pending-undo-list to t when we reach end.
394dff57 14598 (pending-undo-list): Move up defvar.
5a92a9eb
RS
14599
14600 * wid-edit.el (widget-button-click):
14601 Shorten the range of the track-mouse binding.
14602
14603 * comint.el (comint-insert-input): Undo previous changes;
14604 use last-input-event in interactive spec.
14605
28d986b9
EZ
146062005-01-29 Eli Zaretskii <eliz@gnu.org>
14607
cf63e6fa
EZ
14608 * progmodes/compile.el (compilation-start): Bind buffer-read-only
14609 to nil before invoking call-process. Reset buffer's modified flag
14610 after fontifying it in the no-async branch.
14611
28d986b9
EZ
14612 * wid-edit.el (widget-specify-button): If mouse pointer shape
14613 cannot be changed, use mouse face instead.
14614
c7c87573
NR
146152005-01-29 Nick Roberts <nickrob@snap.net.nz>
14616
14617 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14618 (gdb-goto-breakpoint): Make breakpoint handling work on template
88cc5da7 14619 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
588c0770 14620 (gdb-assembler-custom): Update to recognize breakpoint information
88cc5da7 14621 added on 2005-01-19.
c7c87573 14622
394dff57
SM
146232005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14624
14625 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
14626 (dsssl-mode): Use define-derived-mode.
14627 (scheme-mode-initialize): Remove.
14628 (scheme-mode): Use run-mode-hooks.
14629
14630 * cus-edit.el (customize-group-other-window)
14631 (custom-buffer-create-other-window): Don't override special-display-*.
14632 (custom-mode-map): Make it dense.
14633
14634 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
14635 sets the default value.
14636
2d65673f
EZ
146372005-01-28 Eli Zaretskii <eliz@gnu.org>
14638
14639 * descr-text.el: Add more keywords.
14640
6b626913
SM
146412005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
14642
b9fbc167
SM
14643 * speedbar.el: Avoid unnecessary use of locate-library.
14644
6b626913
SM
14645 * international/mule-cmds.el (standard-display-european-internal):
14646 Don't fiddle with latin-1 non-break space any more since it's now
14647 special cased in the C code.
14648 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
14649
3bf93f74
LT
146502005-01-26 Luc Teirlinck <teirllm@auburn.edu>
14651
14652 * cus-start.el (all): Add `undo-outer-limit'.
14653
31df23f5
LK
146542005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14655
6b626913
SM
14656 * textmodes/bibtex.el (bibtex-format-entry):
14657 Use `bibtex-empty-field-re' only on the text of fields, not on entire
31df23f5
LK
14658 field lines.
14659 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
14660 not on part of a buffer.
14661
146622005-01-25 Lute Kamstra <lute@gnu.org>
14663
14664 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
14665 nonempty field text strings like "{letters\\macro{}more letters}".
14666 Clarify docstring.
14667 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
14668 (bibtex-entry-offset, bibtex-parse-association)
14669 (bibtex-parse-field-name): Fix typos in docstrings.
6b626913 14670 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31df23f5 14671
19f26a89 146722005-01-24 Carsten Dominik <dominik@science.uva.nl>
640d0c89 14673
60fc9395 14674 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
640d0c89 14675 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
60fc9395
CD
14676 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
14677 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
14678
14679 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
14680 isearch minor mode.
14681
fe860842
LT
146822005-01-24 Luc Teirlinck <teirllm@auburn.edu>
14683
14684 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
14685
2fc3738c
LK
146862005-01-24 Lute Kamstra <lute@gnu.org>
14687
14688 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
14689 CASECHARS and NOT-CASECHARS regular expressions of the
14690 "nederlands" and "nederlands8" dictionaries to prevent a "Range
14691 striding over charsets" error.
14692
dacb2f70
JB
146932005-01-24 Jay Belanger <belanger@truman.edu>
14694
14695 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
14696 display variable name.
14697
e1a050dc
KH
146982005-01-24 Kenichi Handa <handa@m17n.org>
14699
14700 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
14701 Fix setting of the element of encoded-kbd-iso2022-invocations.
14702
ac94d5f4
NR
147032005-01-24 Nick Roberts <nickrob@snap.net.nz>
14704
14705 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14706 (gdb-threads-select): Change to also accept mouse events.
14707 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
14708 (gdb-threads-mouse-select): Delete.
14709
9bb99df6
LT
147102005-01-23 Luc Teirlinck <teirllm@auburn.edu>
14711
14712 * files.el (insert-directory): Take care of empty directory,
14713 listed without -a switch.
14714
bd6a8278
SM
147152005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
14716
04138be8
SM
14717 * textmodes/refill.el (refill-post-command-function):
14718 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
14719 to the list of functions that we should be careful not to undo.
14720 (refill-late-fill-paragraph-function): Remove.
14721 (refill-saved-state): New var.
14722 (refill-mode): Use it to save fill-paragraph-function.
14723 Save also the value of auto-fill-function.
14724
bd6a8278
SM
14725 * term/w32-win.el: Simplify code.
14726
5c20cae2
KS
147272005-01-23 Kim F. Storm <storm@cua.dk>
14728
8f958b40
KS
14729 * simple.el (line-move): Adapt to new return value from
14730 pos-visible-in-window-p.
14731
5c20cae2
KS
14732 * simple.el (line-move): Fix last change. Check partial
14733 visibility at point rather than at window-start.
14734
e1c7e69a
JR
147352005-01-22 Jason Rumney <jasonr@gnu.org>
14736
14737 * term/w32-win.el (xw-defined-colors): Remove debug-message.
14738
3d4d788a
DK
147392005-01-22 David Kastrup <dak@gnu.org>
14740
14741 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
14742
1a8461d3
EZ
147432005-01-22 Eli Zaretskii <eliz@gnu.org>
14744
14745 * type-break.el (type-break-mode): Add a test for
14746 type-break-file-name being non-nil.
14747
1da1887d
EZ
147482005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
14749
14750 * net/eudc.el (top level): Call (message "") via progn, so that
14751 eudc-options-file is loaded.
14752
d00e399a
KS
147532005-01-22 Kim F. Storm <storm@cua.dk>
14754
14755 * simple.el (line-move-1): Rename from line-move.
14756 (line-move): New function that adjusts vscroll for partially
14757 visible rows, and calls line-move-1 otherwise.
14758
2ff1dec9
JW
147592005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
14760
623f1465 14761 * pcomplete.el: Define pcomplete-read-event instead of read-event,
2ff1dec9
JW
14762 since it's not a complete read-event implementation
14763
7ec35700
JB
147642005-01-20 Jay Belanger <belanger@truman.edu>
14765
14766 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
14767 for called function.
14768
a15252fd
ST
147692005-01-20 Steven Tamm <steventamm@mac.com>
14770
6b626913 14771 * term/mac-win.el (process-connection-type): Remove.
a15252fd
ST
14772 Controlled now by s/darwin.h:PTY_ITERATION.
14773
66c226bf
SM
147742005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14775
14776 * window.el (handle-select-window): Don't switch window when we're
14777 in the minibuffer.
14778
7c018923
SM
147792005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
14780
14781 * subr.el (dotimes-with-progress-reporter): New macro.
14782
14783 * ses.el (ses-dotimes-msg): Remove macro.
14784 Use `dotimes-with-progress-reporter' instead.
14785
8db8a5cf
ST
147862005-01-19 Steven Tamm <steventamm@mac.com>
14787
14788 * term/mac-win.el (process-connection-type): Use new
588c0770 14789 operating-system-release variable to use ptys on Darwin 7 (OS X
8db8a5cf
ST
14790 10.3) when using carbon build.
14791
7679290d
JB
147922005-01-19 Jay Belanger <belanger@truman.edu>
14793
14794 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
14795 flags if the last command was a tab or M-tab.
14796
17c90a9e
JB
14797 * calc/calc-prog.el (calc-user-define-edit): Put original formula
14798 in formula editing buffer.
14799
2c60b6d3
NR
148002005-01-19 Nick Roberts <nickrob@snap.net.nz>
14801
14802 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
14803 breakpoint image symbol in margin.
14804
1ff85beb
JB
148052005-01-19 Jay Belanger <belanger@truman.edu>
14806
14807 * calc/calc-prog.el (calc-execute-kbd-macro):
14808 Ignore calc-keep-arg-flag.
14809
664ca704
KH
148102005-01-19 Kenichi Handa <handa@m17n.org>
14811
14812 * textmodes/ispell.el (ispell-looking-at): New function.
14813 (ispell-process-line): Use ispell-looking-at to compare the ispell
14814 output and the buffer contents.
14815
926787be
JB
148162005-01-18 Jay Belanger <belanger@truman.edu>
14817
14818 * calc/calc.el (calc-display-raw): Fix docstring.
14819
67b9b71f
SM
148202005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
14821
7c018923
SM
14822 * simple.el (blink-matching-open): Strip extra info from syntax.
14823
67b9b71f
SM
14824 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
14825 funny chars in the end-of-here-doc marker.
14826
83c7f806
NR
148272005-01-19 Nick Roberts <nickrob@snap.net.nz>
14828
14829 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
14830 that enable/disabled state of breakpoints is shown correctly in
14831 fringe and on ttys.
14832 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
14833 Add breakpoint information as text properties.
67b9b71f 14834 (gdb-mouse-toggle-breakpoint):
83c7f806 14835 Rename to gdb-mouse-set-clear-breakpoint.
67b9b71f 14836 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
83c7f806
NR
14837 breakpoints in the margin.
14838 (gdb-remove-strings): Simplify.
14839
538a5f8b
JB
148402005-01-17 Jay Belanger <belanger@truman.edu>
14841
14842 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
14843 erasing buffer.
14844
444919be
RS
148452005-01-17 Richard M. Stallman <rms@gnu.org>
14846
14847 * progmodes/grep.el (grep-find): Copy from `grep' the condition
14848 for calling grep-compute-defaults.
14849
14850 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
14851 if buffer is empty.
14852
14853 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
14854
67476fca
SM
148552005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
14856
14857 * hilit-chg.el (highlight-changes-mode): Don't autoload.
14858
14859 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
14860 non-preloaded variables.
14861
4042dc25
ST
148622005-01-17 Steven Tamm <steventamm@mac.com>
14863
14864 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
14865 tex-shell cause to force interactivity when using pipes.
14866
aea3bdb1
KS
148672005-01-17 Kim F. Storm <storm@cua.dk>
14868
14869 * simple.el (just-one-space): Make arg optional.
14870
41774623
NR
148712005-01-17 Nick Roberts <nickrob@snap.net.nz>
14872
14873 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
30598da5 14874 posn-at-x-y to t to access left-margin.
41774623 14875
01917a18
MA
148762005-01-16 Michael Albinus <michael.albinus@gmx.de>
14877
14878 Sync with Tramp 2.0.47.
14879
11948172 14880 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
01917a18
MA
14881 catching keep-date problems in cp/scp operations.
14882 (tramp-handle-copy-file): Don't call `set-file-modes'
14883 unconditionally. Specialized functions should know better what is
14884 necessary. This improves performance a little bit, and the
14885 functions could catch errors with `cp -p' and `scp -p'.
14886 (tramp-do-copy-or-rename-file-via-buffer)
14887 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
14888 when appropriate.
67476fca
SM
14889 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
14890 Call `set-file-modes' when appropriate.
01917a18
MA
14891 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
14892 Johnsson <isak@hypergene.com>
14893 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
14894 of both Tramp buffer and debug buffer. Reported by Joakim Verona
14895 <joakim@verona.se>
14896 (tramp-file-name-for-operation): Mark `shell-command' as magic for
14897 Emacs only.
14898
11948172 14899 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
01917a18
MA
14900 `find-file-hooks' and `dired-mode-hook'.
14901 (tramp-minor-mode-map): Respective map. Add remapping for
14902 `compile' and `recompile'.
14903 (tramp-remap-command, tramp-recompile): New defuns.
14904 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
14905 in buffer "*Compilation*". Call the commands asynchronously.
14906
11948172 14907 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
01917a18
MA
14908 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
14909 `shell-command', because it isn't magic in XEmacs. Reported by
14910 Adrian Aichner <adrian@xemacs.org>.
14911
11948172 14912 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
01917a18
MA
14913 `substitute-in-file-name.
14914 (tramp-smb-handle-substitute-in-file-name): New defun.
14915 (tramp-smb-advice-PC-do-completion): Delete advice.
14916
149172005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
14918
11948172 14919 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
01917a18
MA
14920 Fix error in deleting region.
14921
d4b6c2e3
RS
149222005-01-15 Richard M. Stallman <rms@gnu.org>
14923
14924 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
14925 In non-temp buffer, switch syntax table temporarily.
14926
14927 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
14928
14929 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
14930
14931 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
14932
14933 * imenu.el (imenu--split-menu): Copy menulist before sorting.
14934 (imenu--generic-function): Use START, not BEG, as pos of definition.
14935
14936 * simple.el (just-one-space): Argument specifies number of spaces.
14937
14938 * simple.el (eval-expression-print-format): Avoid warning
14939 about edebug-active.
14940
c85465f9 149412005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
d4b6c2e3
RS
14942
14943 * progmodes/sh-script.el: Code copied from make-mode.el
14944 with small changes,
14945 (sh-mode-map): Bind C-c C-\.
14946 (sh-backslash-column, sh-backslash-align): New variables.
14947 (sh-backslash-region, sh-append-backslash): New functions.
aea3bdb1 14948
43805352
EZ
149492005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
14950
14951 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
67476fca 14952 (rmail-pop-password, rmail-pop-password-required): Move to
43805352 14953 rmail-obsolete group.
67476fca 14954 (rmail-set-pop-password): Rename to rmail-set-remote-password.
43805352 14955 All callers updated.
67476fca 14956 (rmail-get-pop-password): Rename to rmail-get-remote-password.
43805352
EZ
14957 Take an argument specifying whether it is POP or IMAP mailbox we
14958 are using. All callers updated.
67476fca
SM
14959 (rmail-pop-password-error): Rename to
14960 rmail-remote-password-error. Added mailutils-specific error message.
43805352
EZ
14961 (rmail-movemail-search-path)
14962 (rmail-movemail-variant-in-use): New variables.
67476fca
SM
14963 (rmail-remote-password, rmail-remote-password-required):
14964 New customization variables.
14965 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
43805352 14966 (rmail-parse-url): New function.
67476fca 14967 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
43805352
EZ
14968 with GNU mailutils movemail.
14969
5754a69e
EZ
149702005-01-15 Kevin Ryde <user42@zip.com.au>
14971
14972 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
14973 suffix to space, $ or '$, to correctly position point when going
14974 to @table style constants like DBL_MAX.
14975
a7ed85f0
EZ
149762005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
14977
14978 * type-break.el (type-break-mode, type-break-file-time)
67476fca
SM
14979 (type-break-file-keystroke-count, type-break-choose-file):
14980 Don't store data in or load data from the file if type-break-file-name
a7ed85f0
EZ
14981 is nil.
14982 (type-break-file-name): Doc update as per the above.
14983
f79b331a
EZ
149842005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
14985
14986 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
14987 lookup-key might return nil; handle that.
14988
8b3a75ac
EZ
149892005-01-15 Alan Mackenzie <acm@muc.de>
14990
14991 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
67476fca 14992 rather than the element found, thus enabling the tree to be setcar'd.
8b3a75ac 14993
791d856f
CD
149942005-01-14 Carsten Dominik <dominik@science.uva.nl>
14995
14996 * textmodes/org.el (org-show-following-heading): New option.
14997 (org-show-hierarchy-above): Use `org-show-following-heading'.
7d7dac8c 14998 (org-cycle): Documentation fix.
791d856f
CD
14999
15000 * textmodes/org.el (orgtbl-optimized): New option
15001 (orgtbl-mode): New command, a minor mode.
15002 (orgtbl-mode-map): New variable.
15003 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
15004 (orgtbl-error, orgtbl-self-insert-command)
15005 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
15006
15007 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
15008 a local variable in each org-mode buffer.
15009
67476fca 15010 * textmodes/org.el (org-set-regexps-and-options): Rename from
791d856f 15011 `org-set-regexps'. Added checking for STARTUP keyword.
67476fca 15012 (org-get-current-options): Add STARTUP options.
1bef8597 15013 (org-table-insert-row): Make mode intelligent about when
791d856f 15014 realignment is needed.
67476fca
SM
15015 (org-self-insert-command, org-delete-backward-char, org-delete-char):
15016 New commands.
15017 (org-enable-table-editor): New default value `optimized'.
791d856f
CD
15018 (org-table-blank-field): Support blanking regions if active.
15019
af41e141
CD
150202005-01-14 Carsten Dominik <dominik@science.uva.nl>
15021
099fc2c9
CD
15022 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
15023 if the year is not given.
af41e141 15024
67476fca
SM
15025 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
15026 Add new escapes %m and %M, fixed bug with %F by adding
099fc2c9 15027 save-match-data.
67476fca
SM
15028 (reftex-reference): Remove ?. from list of spaces.
15029 (reftex-label-info): Add automatic label prefix recognition.
15030
15031 * textmodes/reftex-index.el (reftex-index-next-phrase):
15032 Add slave parameter to call of `reftex-index-this-phrase'.
15033 (reftex-index-this-phrase): New optional argument.
15034 (reftex-index-region-phrases): Add slave parameter to call of
15035 `reftex-index-this-phrase'.
15036 (reftex-display-index): New argument redo.
15037 (reftex-index-rescan): Add 'redo to arguments of
15038 `reftex-display-index'.
af41e141 15039 (reftex-index-Rescan, reftex-index-revert)
67476fca
SM
15040 (reftex-index-switch-index-tag): Add 'redo to arguments of
15041 `reftex-display-index'.
15042 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
15043 indexing. Fix bug with matching is there is a quote before or
af41e141
CD
15044 after the word.
15045
67476fca
SM
15046 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
15047 Fix bug when collecting citation keys in lines with comments.
af41e141
CD
15048 (reftex-citation): Prefix argument no longer rescans the document,
15049 but forces prompting for optional arguments of cite macros.
67476fca 15050 (reftex-do-citation): Prompting for optional arguments implemented.
af41e141 15051
67476fca
SM
15052 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15053 Add optional arguments to most cite commands.
af41e141
CD
15054 (reftex-cite-cleanup-optional-args): New option
15055 (reftex-cite-prompt-optional-args): New option.
67476fca 15056 (reftex-trust-label-prefix): New option.
af41e141 15057
67476fca
SM
15058 * textmodes/reftex-toc.el (reftex-toc-find-section):
15059 Add push-mark before changing the position in the buffer.
af41e141 15060
67476fca
SM
15061 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15062 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
af41e141 15063
5ca75c83
NR
150642005-01-14 Nick Roberts <nickrob@snap.net.nz>
15065
15066 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15067 more carefully.
15068
ed8031f2
SM
150692005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
15070
15071 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15072 (sgml-mode): Use it.
15073 (sgml-get-context): Better keep track of implicitly closed tags.
15074
7573e36d
KH
150752005-01-13 Kenichi Handa <handa@m17n.org>
15076
15077 * textmodes/ispell.el: These changes are to fix misalignment error
15078 caused by equivalent characters of different Emacs charsets.
15079 (ispell-unified-chars-table): New variable.
15080 (ispell-get-decoded-string): New function.
15081 (ispell-get-casechars, ispell-get-not-casechars)
15082 (ispell-get-otherchars): Call ispell-get-decoded-string.
15083
80888260
JPW
150842005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
15085
15086 * custom.el (custom-declare-variable): Just put symbol instead
e2244c1d 15087 of (defvar . symbol) in `current-load-list'.
80888260 15088
9deb0aba
RS
150892005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
15090
15091 * emacs-lisp/elint.el: Fixed typo in Commentary section.
15092
f5340eb7
JB
150932005-01-12 Jay Belanger <belanger@truman.edu>
15094
15095 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15096 to create a Calc summary.
15097
1e801ac3
KS
150982005-01-12 Kim F. Storm <storm@cua.dk>
15099
15100 * mouse.el (mouse-on-link-p): Change functionality and doc
15101 string to comply with latest description in lisp ref.
15102
a1c9fd19
NR
151032005-01-12 Nick Roberts <nickrob@snap.net.nz>
15104
ed8031f2
SM
15105 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15106 Enable mouse clicks on mode-line, header-line and margin.
a1c9fd19
NR
15107 (event-type): Give mouse event symbols an 'event-kind property
15108 with value 'mouse-click.
15109
066a23af
JL
151102005-01-12 Juri Linkov <juri@jurta.org>
15111
15112 * facemenu.el (list-colors-display): Add new arg buffer-name.
15113 Use it. Fix docstring. Replace code for identifying duplicate
15114 colors by the name with call to `list-colors-duplicates' which
15115 identifies duplicate colors by the value unless the color
15116 is one of special Windows colors. Set truncate-lines to t.
15117 Print sorted duplicate color names on each line. Indent to 22
15118 \(the longest color name in rgb.txt) instead of 20. Optimize.
15119 (list-colors-duplicates): New function.
15120 (facemenu-color-name-equal): Delete function.
15121
987d1819
JL
15122 * facemenu.el (list-colors-print): New function created from code
15123 in list-colors-display. Print #RRGGBB at the window right edge.
15124 (list-colors-display): When temp-buffer-show-function is not
15125 defined, call list-colors-print from temp-buffer-show-hook
15126 to get the right value of window-width in list-colors-print
15127 after the buffer is displayed.
15128
aac42a1b
JL
15129 * simple.el (pop-mark): Move deactivate-mark out of conditional
15130 part to deactivate the active mark regardless of the state of the
15131 mark ring.
15132
15133 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15134 variables line in desktop files.
15135
afd33362
JL
151362005-01-12 Juri Linkov <juri@jurta.org>
15137
15138 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15139 Bring together isearch highlight related options.
15140 (lazy-highlight): Replace group `replace' by `matching'.
15141 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15142 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15143 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15144 and declare them obsolete.
15145 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15146 (isearch-faces): Remove defgroup.
15147 (isearch-overlay, isearch-highlight, isearch-dehighlight):
15148 Move isearch highlighting code closer to lazy highlighting code.
15149
15150 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15151 (query-replace-highlight, query-replace-lazy-highlight)
15152 (query-replace): Move definitions to the beginning of the file.
15153
424b9d3e
JL
151542005-01-11 Juri Linkov <juri@jurta.org>
15155
881b07f9
JB
15156 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15157 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
424b9d3e
JL
15158 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15159
15160 * info.el (Info-history-forward): New variable.
15161 (Info-select-node): Reset Info-history-forward to nil.
15162 (Info-last): Turn into defalias.
15163 (Info-history-back): Rename from Info-last.
15164 Add current node to Info-history-forward.
15165 (Info-history-forward): New fun.
15166 (Info-mode-map): Replace Info-last by Info-history-back.
15167 Bind Info-history-forward to "r".
15168 (Info-mode-menu): Replace Info-last by Info-history-back.
15169 Fix menu item text. Add menu item for Info-history-forward.
15170 (info-tool-bar-map): Replace Info-last by Info-history-back.
15171 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
15172 for Info-history-forward.
15173 (Info-mode): Replace Info-last by Info-history-back in docstring.
15174 Add local variable Info-history-forward.
15175 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15176
fbd8dc8a
SM
151772005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15178
15179 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15180 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15181 Ignore select-window events rather than fiddle with
15182 mouse-autoselect-window.
15183
28f94a34
RS
151842005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
15185
15186 * type-break.el (type-break-mode): Fix previous change.
15187
b748957a
JB
151882005-01-10 Jay Belanger <belanger@truman.edu>
15189
10907497 15190 * calc/calc-ext.el (calc-reset): Reset when inside embedded
fbd8dc8a
SM
15191 calculator; only reset when point is inside a calculator.
15192 Don't adjust the window height if the window takes up the whole height
10907497 15193 of the frame.
b748957a 15194
e4edc5cd
TTN
151952005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15196
15197 * ebuff-menu.el (Electric-buffer-menu-mode):
15198 Preserve value of buffer-local var header-line-format.
15199
3579f0c2
JB
152002005-01-09 Jay Belanger <belanger@truman.edu>
15201
15202 * calc/calc.el (calc-mode-var-list-restore-saved-values):
15203 Make sure settings file exists before accessing it.
15204
7f72c3db
JB
15205 * calc/calc-embed.el (calc-embedded-subst):
15206 Replace math-multi-subst-rec, which is only supposed to be called
15207 by math-multi-subst, by math-multi-subst.
15208
5fbf7903
AS
152092005-01-09 Andre Spiegel <spiegel@gnu.org>
15210
15211 * vc.el (vc-allow-async-revert): New user option.
15212 (vc-disable-async-diff): New internal variable.
15213 (vc-revert-buffer): Use them to disable asynchronous diff.
15214
fbd8dc8a
SM
15215 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15216 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
5fbf7903
AS
15217 asynchronously if vc-disable-async-diff is t.
15218
809c26be
JB
152192005-01-09 Jay Belanger <belanger@truman.edu>
15220
15221 * calc/calc.el (defcalcmodevar): New macro.
15222 (calc-mode-var-list-restore-default-values)
15223 (calc-mode-var-list-restore-saved-values): New functions.
15224 (calc-mode-var-list): Use defcalcmodevar to define it.
15225 (calc-always-load-extensions, calc-line-numbering)
15226 (calc-line-breaking, calc-display-just, calc-display-origin)
15227 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15228 (calc-group-char, calc-point-char, calc-frac-format)
15229 (calc-prefer-frac, calc-hms-format, calc-date-format)
15230 (calc-float-format, calc-full-float-format, calc-complex-format)
15231 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15232 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15233 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15234 (calc-matrix-brackets, calc-language, calc-language-option)
15235 (calc-left-label, calc-right-label, calc-word-size)
15236 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15237 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15238 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15239 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15240 (calc-window-height, calc-display-trail, calc-show-selections)
15241 (calc-use-selections, calc-assoc-selections)
15242 (calc-display-working-message, calc-auto-why, calc-timing)
15243 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15244 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15245 (calc-gnuplot-default-device, calc-gnuplot-default-output)
15246 (calc-gnuplot-print-device, calc-gnuplot-print-output)
15247 (calc-gnuplot-geometry, calc-graph-default-resolution)
15248 (calc-graph-default-resolution-3d, calc-invocation-macro)
15249 (calc-show-banner): Use defcalcmodevar to declare them and set
15250 their default values.
15251
15252 * calc/calc-ext.el (calc-reset): Restore saved values of variables
15253 instead of default values (but restore default values if there is
15254 an argument of 0).
15255
0ba9bc53
DK
152562005-01-09 David Kastrup <dak@gnu.org>
15257
15258 * desktop.el (desktop-restore-eager): Fix typo in type.
15259
03e31a1a
RS
152602005-01-08 Richard M. Stallman <rms@gnu.org>
15261
15262 * cus-edit.el (customize): Delete :link.
15263
3aba853a
JB
152642005-01-08 Jay Belanger <belanger@truman.edu>
15265
15266 * calc/calc.el (calc-mode): Remove the extension from the
15267 `calc-settings-file' file name when loading it.
15268
1f387600
KS
152692005-01-08 Kim F. Storm <storm@cua.dk>
15270
15271 * info.el (Info-mode-map, Info-next-link-keymap)
15272 (Info-prev-link-keymap, Info-up-link-keymap):
15273 Map follow-link to mouse-face.
15274 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15275
a4dfc830
JB
152762005-01-08 Jay Belanger <belanger@truman.edu>
15277
15278 * calc/calc.el (calc-settings-file): Change default value.
15279 Suggested by cgw in a comment in calc-mode.el.
15280
15281 * calc/calc-mode.el (calc-settings-file-name):
15282 Compare calc-settings-file to user-init-file instead of ~/.emacs.
15283 Replace ~/.emacs in a prompt by calc-settings-file.
15284
9abb41eb
LH
152852005-01-07 Lars Hansen <larsh@math.ku.dk>
15286
7716b93b
KS
15287 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15288 (desktop-lazy-idle-delay): New customizable variables.
9abb41eb
LH
15289 (desktop-buffer-args-list): New variable.
15290 (desktop-append-buffer-args): New function.
15291 (desktop-save): Call desktop-append-buffer-args for some buffers.
15292 (desktop-lazy-create-buffer): New function.
15293 (desktop-idle-create-buffers): New function.
15294 (desktop-read): Add message about buffers to restore lazily.
15295 (desktop-lazy-abort): New command.
15296 (desktop-clear): Call desktop-lazy-abort.
15297 (desktop-lazy-complete): New command.
15298
c7ce7fc4
RS
152992005-01-06 Richard M. Stallman <rms@gnu.org>
15300
15301 * emacs-lisp/find-func.el (find-face-definition):
fbd8dc8a 15302 Rename from find-face.
c7ce7fc4 15303
c35b0c6b
KS
153042005-01-06 Kim F. Storm <storm@cua.dk>
15305
15306 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15307
15308 * man.el (Man-xref-man-page, Man-xref-header-file)
15309 (Man-xref-normal-file): Add follow-link property.
15310
4c07596d
JB
153112005-01-06 Jay Belanger <belanger@truman.edu>
15312
15313 * calc/calc-units.el: Make sure the proper macro definitions are
15314 available when compiling.
15315
b49018ff
JL
153162005-01-06 Juri Linkov <juri@jurta.org>
15317
fbd8dc8a
SM
15318 * isearch.el (isearch-lazy-highlight-update):
15319 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
b49018ff 15320
e3cde0c7
MB
153212005-01-06 Miles Bader <miles@gnu.org>
15322
fbd8dc8a 15323 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
e3cde0c7
MB
15324 (isearch-lazy-highlight-face): Use new name.
15325
4dbbcb46
SM
153262005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15327
2eec3e8e
SM
15328 * uniquify.el (uniquify-rationalize-file-buffer-names):
15329 Re-add an interactive spec.
9890ec7d
SM
15330 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15331 to the same name.
2eec3e8e 15332
4dbbcb46
SM
15333 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15334 (isearch-update, isearch-done): Adjust calls accordingly.
15335
436c08c2
RS
153362005-01-05 Richard M. Stallman <rms@gnu.org>
15337
c7ce7fc4
RS
15338 * custom.el (custom-set-variables, custom-theme-set-variables):
15339 Clarify documentation.
15340
436c08c2 15341 * emacs-lisp/find-func.el (find-variable)
4dbbcb46 15342 (find-variable-other-window, find-variable-other-frame):
436c08c2
RS
15343 Fix the TYPE args to find-function-read and find-function-do-it.
15344 (find-function): Doc fix.
15345 (find-function-at-point): Replace function-at-point alias.
15346
4829145a
RS
153472005-01-04 Richard M. Stallman <rms@gnu.org>
15348
15349 * cus-face.el (custom-declare-face):
15350 Record defface in current-load-list.
15351
15352 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15353
15354 * emacs-lisp/find-func.el: Doc fixes.
15355 (find-face-regexp): New variable.
15356 (find-function-regexp-alist): New variable.
15357 (find-function-C-source): Third arg is now TYPE.
15358 (find-function-search-for-symbol): Handle general TYPE.
15359 (find-function-read, find-function-do-it): Handle general TYPE.
15360 (find-definition-noselect, find-face): New functions.
15361 (function-at-point): Alias deleted.
15362
73a6a972
SM
153632005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
15364
15365 * battery.el (display-battery-mode): Rename from display-battery.
15366 Handle the case where it gets turned off.
15367
60d1a807
RS
153682005-01-04 Richard M. Stallman <rms@gnu.org>
15369
dd496df6
RS
15370 * cus-edit.el (customize): Make :link point to user doc.
15371
15372 * man.el (Man-fontify-manpage): Turn off undo generation.
15373
60d1a807
RS
15374 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15375
d198dfaa
AS
153762005-01-04 Andreas Schwab <schwab@suse.de>
15377
15378 * files.el (insert-directory): Only look for error lines in
73a6a972 15379 inserted text. Don't move too far after processing --dired markers.
d198dfaa 15380
69ba53f7
RS
153812005-01-04 Richard M. Stallman <rms@gnu.org>
15382
15383 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15384 Don't expand if the character is @, period, dash, etc.
15385 (define-mail-abbrev): Quote names that contain problem characters.
15386
d4bb7735
TTN
153872005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
15388
15389 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15390
d57c7572
RS
153912005-01-03 Richard M. Stallman <rms@gnu.org>
15392
15393 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15394 (query-replace-highlight, query-replace-lazy-highlight)
15395 (query-replace): Definitions moved up. Doc fix.
15396
153972005-01-03 Richard M. Stallman <rms@gnu.org>
15398
15399 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15400 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15401 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
73a6a972 15402 (lazy-highlight-face): Rename from isearch-lazy-...
d57c7572
RS
15403 Change all references to them.
15404
985a8e0f
LT
154052005-01-03 Luc Teirlinck <teirllm@auburn.edu>
15406
15407 * cus-edit.el (custom-file): Doc fix for defcustom.
15408 (custom-file): The function no longer sets the variable
15409 `custom-file' to its return value.
15410
15411 * startup.el (command-line): No longer load `custom-file'.
15412
8a525646
SM
154132005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15414
1b60b25a
SM
15415 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15416
8a525646
SM
15417 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15418 Don't confuse module-prefixed identifiers for labels.
15419 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15420
c45c149c
RS
154212005-01-02 Richard M. Stallman <rms@gnu.org>
15422
969be033
RS
15423 * files.el (basic-save-buffer-1): Fix previous change.
15424
19996af4
RS
15425 * loadhist.el (file-loadhist-lookup): New function.
15426 (file-provides, file-requires): Use it.
15427
c45c149c
RS
15428 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15429 instead of calculating the right size.
15430
d57c7572 154312005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
50292b6e 15432
3625f6b7 15433 * vc-svn.el (vc-svn-diff): Stay local if possible.
85aaa8d2 15434
d101bf56 154352005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3625f6b7 15436
5e39b98a
SM
15437 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15438
50292b6e
SM
15439 * files.el (hack-local-variables): Fix last change.
15440
731da695
JB
154412005-01-02 Jay Belanger <belanger@truman.edu>
15442
15443 * calc/calc-yank.el (calc-edit-top): New variable.
15444 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15445 object. Change header properties.
15446 (calc-edit-finish, calc-edit-finish-stack-object)
15447 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15448 edited object.
15449 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15450 for the beginning of the edited object.
15451 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15452 for the beginning of the edited object.
15453 * calc/calc-prog.el (calc-edit-macro-finish-edit)
15454 (calc-finish-formula-edit, calc-macro-repeats)
15455 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15456 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15457 beginning of the edited object.
15458 (calc-user-define-edit): Change the header for editing macros.
15459 Remove unnecessary variable.
15460
227c9573
JB
154612005-01-01 Jay Belanger <belanger@truman.edu>
15462
731da695 15463 * calc/calc-yank.el (calc-edit-mode): Change default header.
5e39b98a 15464 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
731da695 15465 * calc/calc-store.el (calc-edit-variable): Change title to match new
c5757d2e 15466 header.
42a797de 15467 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
c5757d2e
JB
15468 mode to match new header.
15469 (calc-user-define-edit): Change titles to include names of commands.
42a797de 15470 (calc-finish-formula-edit): Adjust to handle new header.
c5757d2e 15471 (calc-finish-macro-edit): Remove.
227c9573
JB
15472 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15473 (calc-edit-macro-command, calc-edit-macro-command-type)
15474 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15475 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15476 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15477 (calc-edit-macro-finish-edit): New functions.
15478 (calc-user-define-edit): Use new functions to edit named calc macros.
15479
4c6af0f6
SM
154802005-01-01 Stefan <monnier@iro.umontreal.ca>
15481
15482 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15483
15484 * ses.el (copy-region-as-kill): Deactivate mark.
15485
3f68d7c8
RS
154862005-01-01 Richard M. Stallman <rms@gnu.org>
15487
f42a241b
RS
15488 * replace.el (occur-1): If the output buffer is also an input,
15489 don't kill it, rename it.
15490
15491 * faces.el (set-face-background, set-face-foreground): Doc fix.
15492
3f68d7c8
RS
15493 * cus-face.el (custom-face-attributes): Fix :help-echo strings
15494 for :foreground and :background.
15495
3f68d7c8 15496 * dired.el (dired-view-command-alist): Variable deleted.
4c6af0f6 15497 (dired-view-file, dired-mouse-find-file-other-window):
3f68d7c8
RS
15498 Delete the code to use it.
15499
41d0b092
KS
155002005-01-01 Kim F. Storm <storm@cua.dk>
15501
15502 * image.el (insert-sliced-image): Use t for line-height property.
15503
aea6ad3d 15504See ChangeLog.11 for earlier changes.
55115079
PA
15505
15506;; Local Variables:
15507;; coding: iso-2022-7bit
15508;; End:
15509
aea6ad3d 15510 Copyright (C) 2005 Free Software Foundation, Inc.
55115079
PA
15511 Copying and distribution of this file, with or without modification,
15512 are permitted provided the copyright notice and this notice are preserved.
15513
15514;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1