comparison lisp/ChangeLog @ 63559:f3ed2587aecc

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Jun 2005 14:42:39 +0000
parents 9dc2ae3f910a
children f39bd4f7c7bd
comparison
equal deleted inserted replaced
63558:d93100b97dcc 63559:f3ed2587aecc
1 2005-06-17 Richard M. Stallman <rms@gnu.org>
2
3 * term.el (term-get-old-input, term-input-filter, term-input-sender)
4 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5
6 * longlines.el (longlines-mode, longlines-show-hard-newlines):
7 Doc fixes.
8
9 * faces.el (underline): Try bold if terminal doesn't support underline.
10
11 * mail/sendmail.el (mail-setup-with-from): New variable.
12 (mail-insert-from-field): New function.
13 (sendmail-send-it): Call it.
14 (mail-setup): Optionally call it here.
15
16 * term/linux.el: Call tty-no-underline.
17
1 2005-06-17 Luc Teirlinck <teirllm@auburn.edu> 18 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2 19
3 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix. 20 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
4 21
5 2005-06-17 Miles Bader <miles@gnu.org> 22 2005-06-17 Miles Bader <miles@gnu.org>