aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2004-08-14 12:32:24 +0000
committerEli Zaretskii2004-08-14 12:32:24 +0000
commit723addaeae514f6418c135c85ec0d006c9d14d1c (patch)
tree03f725e0c391102aaaaa83fcc8fbd828f20976a8
parentab5a4a32caeff74defe45849579627e00fad395c (diff)
downloademacs-723addaeae514f6418c135c85ec0d006c9d14d1c.tar.gz
emacs-723addaeae514f6418c135c85ec0d006c9d14d1c.zip
Mention the thumbs.el package.
-rw-r--r--etc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2d8b10e81ec..c25c07ea724 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1966,9 +1966,12 @@ source files. See the Flymake's Info manual for more details.
1966of hierarchical data as an outline. For example, the tree-widget is 1966of hierarchical data as an outline. For example, the tree-widget is
1967well suited to display a hierarchy of directories and files. 1967well suited to display a hierarchy of directories and files.
1968 1968
1969** The wdired.el package allows you to use normal editing commands on dired 1969** The wdired.el package allows you to use normal editing commands on Dired
1970buffers to change filenames, permissions, etc... 1970buffers to change filenames, permissions, etc...
1971 1971
1972** The thumbs.el package allows you to preview image files as thumbnails
1973and can be invoked from a Dired buffer.
1974
1972** The new python.el package is used to edit Python and Jython programs. 1975** The new python.el package is used to edit Python and Jython programs.
1973 1976
1974** The URL package (which had been part of W3) is now part of Emacs. 1977** The URL package (which had been part of W3) is now part of Emacs.