comparison lisp/ChangeLog @ 43188:55a2fa4336d2

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 08 Feb 2002 12:42:06 +0000
parents 4725c09ff437
children cb0f03cc4b81
comparison
equal deleted inserted replaced
43187:992a5c499b47 43188:55a2fa4336d2
2 2
3 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead 3 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
4 of point-min. 4 of point-min.
5 5
6 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il> 6 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * net/ange-ftp.el (ange-ftp-process-handle-line)
9 (ange-ftp-set-xfer-size): If the file's size is a float, divide
10 by 1024 instead of using ash.
7 11
8 * international/mule-cmds.el (select-safe-coding-system): State 12 * international/mule-cmds.el (select-safe-coding-system): State
9 the buffer's name in the message popped in the *Warning* buffer, 13 the buffer's name in the message popped in the *Warning* buffer,
10 and make sure the offending buffer is displayed. 14 and make sure the offending buffer is displayed.
11 15