comparison lisp/ChangeLog @ 76597:db9be922320d

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Mon, 19 Mar 2007 21:54:12 +0000
parents dcd0bb7739f5
children 60bdcd690457
comparison
equal deleted inserted replaced
76596:dcd0bb7739f5 76597:db9be922320d
46 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or 46 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
47 `math-std-daylight-savings-old' depending on the year. 47 `math-std-daylight-savings-old' depending on the year.
48 48
49 2007-03-18 Detlev Zundel <dzu@gnu.org> 49 2007-03-18 Detlev Zundel <dzu@gnu.org>
50 50
51 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark zero-width 51 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
52 regexps as invalid but rather at least count them correctly. 52 zero-width regexps as invalid but rather at least count them
53 correctly.
53 54
54 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org> 55 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
55 56
56 * net/tls.el (open-tls-stream): In handshake-waiting loop, 57 * net/tls.el (open-tls-stream): In handshake-waiting loop,
57 don't wait more if there is output available to process. 58 don't wait more if there is output available to process.