aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2002-04-19 13:12:14 +0000
committerEli Zaretskii <[email protected]>2002-04-19 13:12:14 +0000
commit175e150b915b7810ea3f963d310f64824dc8f17d (patch)
tree01165269c80eddb03e402420fe0b7165dd6ea055
parentdfafefa19a1f1b336d0f103780ebc141b7eeb834 (diff)
*** empty log message ***
-rw-r--r--leim/ChangeLog5
-rw-r--r--lisp/ChangeLog8
-rw-r--r--src/ChangeLog7
3 files changed, 20 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 0eca28545d..83ec8f472f 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-19 Eli Zaretskii <[email protected]>
+
+ * quail/indian.el: Replace commented-out lines with a condition
+ that is always false.
+
2002-04-06 Jaeyoun Chung <[email protected]>
* quail/hanja3.el ("kf"): added a few composing rules
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6bce5295b7..8c7d8ebf90 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2002-04-19 Glenn Morris <[email protected]>
+
+ * 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 <[email protected]>
* custom.el (customize-mark-to-save, customize-mark-as-set)
diff --git a/src/ChangeLog b/src/ChangeLog
index d479268987..b8f085ec9f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2002-04-19 Eli Zaretskii <[email protected]>
+
+ * 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 <[email protected]>
Theses change implement an underscore-like (`hbar') cursor.