comparison lisp/ChangeLog @ 82241:b164e61ffff0

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Fri, 03 Aug 2007 03:15:33 +0000
parents f7e3e669432e
children 36893fdf92ab
comparison
equal deleted inserted replaced
82240:7bbb1d46943e 82241:b164e61ffff0
1 2007-08-03 Glenn Morris <rgm@gnu.org>
2
3 * cus-edit.el (customize-apropos): Make the error message indicate
4 what kind of thing the user was trying to customize.
5
6 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
7
8 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords): Fix
9 off-by-one error in previous change.
10
11 2007-08-03 Drew Adams <drew.adams@oracle.com>
12
13 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
14 Make buffer writable.
15
1 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com> 16 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2 17
3 * calc/calc-math.el (math-sqrt-raw,math-sin-raw-2) 18 * calc/calc-math.el (math-sqrt-raw,math-sin-raw-2)
4 (math-cos-raw-2,math-arctan-raw,math-ln-raw): 19 (math-cos-raw-2,math-arctan-raw,math-ln-raw):
5 Use native Emacs functions, when appropriate. 20 Use native Emacs functions, when appropriate.