aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-12-06 02:07:54 +0000
committerRichard M. Stallman2005-12-06 02:07:54 +0000
commitfa0d4d0c09f06d1a853c5738fbde552d1bd5d2b8 (patch)
treeca25348e2ae631a74961172cc57b2f4b55c93443
parente44c5273b8b45597864b169efa07e0db77c1f6f1 (diff)
downloademacs-fa0d4d0c09f06d1a853c5738fbde552d1bd5d2b8.tar.gz
emacs-fa0d4d0c09f06d1a853c5738fbde552d1bd5d2b8.zip
*** empty log message ***
-rw-r--r--etc/NEWS6
-rw-r--r--lispref/ChangeLog4
-rw-r--r--src/ChangeLog6
3 files changed, 13 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5e1db31f8b1..5253362a66e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1752,9 +1752,9 @@ table editing available in modern word processors. The package also
1752can generate a table source in typesetting and markup languages such 1752can generate a table source in typesetting and markup languages such
1753as latex and html from the visually laid out text table. 1753as latex and html from the visually laid out text table.
1754 1754
1755+++ 1755** The tumme.el package allows you to easily view, tag and in other ways
1756** The thumbs.el package allows you to preview image files as thumbnails 1756manipulate image files and their thumbnails, using dired as the main interface.
1757and can be invoked from a Dired buffer. 1757Tumme provides functionality to generate simple image galleries.
1758 1758
1759+++ 1759+++
1760** Tramp is now part of the distribution. 1760** Tramp is now part of the distribution.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index b42fd0b450a..e48370fe7ae 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12005-12-05 Richard M. Stallman <rms@gnu.org>
2
3 * windows.texi (Resizing Windows): Delete preserve-before args.
4
12005-12-05 Stefan Monnier <monnier@iro.umontreal.ca> 52005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * keymaps.texi (Format of Keymaps): Remove mention of a quirk 7 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
diff --git a/src/ChangeLog b/src/ChangeLog
index ee9eed6739b..ee919e534bd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12005-12-05 Richard M. Stallman <rms@gnu.org>
2
3 * window.c (enlarge_window): Eliminate arg preserve_before.
4 Assume it is 0. All callers changed.
5 (Fenlarge_window, Fshrink_window): Likewise.
6
12005-12-02 Eli Zaretskii <eliz@gnu.org> 72005-12-02 Eli Zaretskii <eliz@gnu.org>
2 8
3 * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't 9 * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't