Mercurial > emacs
changeset 44700:266c08358bd5
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 19 Apr 2002 13:12:14 +0000 |
parents | 79db4c465ef6 |
children | 2ea69a6d8885 |
files | leim/ChangeLog lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/ChangeLog Fri Apr 19 13:11:52 2002 +0000 +++ b/leim/ChangeLog Fri Apr 19 13:12:14 2002 +0000 @@ -1,3 +1,8 @@ +2002-04-19 Eli Zaretskii <eliz@is.elta.co.il> + + * quail/indian.el: Replace commented-out lines with a condition + that is always false. + 2002-04-06 Jaeyoun Chung <jay@kldp.org> * quail/hanja3.el ("kf"): added a few composing rules
--- a/lisp/ChangeLog Fri Apr 19 13:11:52 2002 +0000 +++ b/lisp/ChangeLog Fri Apr 19 13:12:14 2002 +0000 @@ -1,3 +1,11 @@ +2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk> + + * progmodes/f90.el: Update maintainer. + (f90-line-continued): Recognize blank/comment lines embedded in + continuation lines. + (f90-looking-at-program-block-start): No extra indentation after + function or subroutine keyword appears in single quotes. + 2002-04-19 Miles Bader <miles@gnu.org> * custom.el (customize-mark-to-save, customize-mark-as-set)
--- a/src/ChangeLog Fri Apr 19 13:11:52 2002 +0000 +++ b/src/ChangeLog Fri Apr 19 13:12:14 2002 +0000 @@ -1,3 +1,10 @@ +2002-04-19 Eli Zaretskii <eliz@is.elta.co.il> + + * msdos.c (Qhbar): New variable. + (syms_of_msdos): intern and staticpro it. + (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar' + cursor type. + 2002-04-19 Dave Lambert <dlambert@acm.org> Theses change implement an underscore-like (`hbar') cursor.