aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-06-18 11:02:45 +0000
committerEli Zaretskii2001-06-18 11:02:45 +0000
commitb4c3513f3bdef54f051eea8f903639f6dbe969dc (patch)
tree5c4af478bc3d8f4dd59afb655e11c121db96917e
parent72632c83b23f9ff6b8f8601016f7d9f377cb22d2 (diff)
downloademacs-b4c3513f3bdef54f051eea8f903639f6dbe969dc.tar.gz
emacs-b4c3513f3bdef54f051eea8f903639f6dbe969dc.zip
Mention tildify.el.
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7e78ab47031..70840f1d299 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1900,6 +1900,10 @@ to phrases and to highlight entire lines containing a match.
1900*** The new package zone.el plays games with Emacs' display when 1900*** The new package zone.el plays games with Emacs' display when
1901Emacs is idle. 1901Emacs is idle.
1902 1902
1903+++
1904*** The new package tildify.el allows to add hard spaces or other text
1905fragments in accordance with the current major mode.
1906
1903*** The new package xml.el provides a simple but generic XML 1907*** The new package xml.el provides a simple but generic XML
1904parser. It doesn't parse the DTDs however. 1908parser. It doesn't parse the DTDs however.
1905 1909