summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-09-15 13:17:55 +0000
committerRichard M. Stallman <rms@gnu.org>2005-09-15 13:17:55 +0000
commit5c4757d3299c6cbaf42f6e253bf9f16d17d32676 (patch)
treeb5172fc4fc2753395584afcf61bf33e456ef3f49
parent025568d9fcdf993a33c53e30a94ae50be1d972a7 (diff)
downloademacs-5c4757d3299c6cbaf42f6e253bf9f16d17d32676.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog6
-rw-r--r--etc/NEWS14
-rw-r--r--lib-src/ChangeLog6
-rw-r--r--lispref/ChangeLog11
-rw-r--r--man/ChangeLog11
-rw-r--r--man/newsticker.texi6
-rw-r--r--src/ChangeLog13
7 files changed, 62 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 2973030acc6..42bdbc02971 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-15 Ulf Jasper <ulf.jasper@web.de>
+
+ * Makefile.in (install-arch-indep, uninstall):
+ Handle newsticker manual.
+ (info): Add - to commands.
+
2005-09-11 Kim F. Storm <storm@cua.dk>
* AUTHORS: Regenerate.
diff --git a/etc/NEWS b/etc/NEWS
index cd7d9ddf2e0..b557f232718 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1484,6 +1484,14 @@ colors as on X.
* New Modes and Packages in Emacs 22.1
+---
+** Newsticker is now part of the Emacs distribution.
+
+Newsticker asynchronously retrieves headlines (RSS) from a list of news
+sites, prepares these headlines for reading, and allows for loading the
+corresponding articles in a web browser. Its documentation is in a
+separate manual.
+
+++
** Filesets are collections of files. You can define a fileset in
various ways, such as based on a directory tree or based on
@@ -2997,12 +3005,14 @@ updated `skeleton-insert' docstring explains these new features along
with other details of skeleton construction.
---
-** New variable `hs-set-up-overlay' allows customization of the overlay
+** Hideshow mode changes
+
+*** New variable `hs-set-up-overlay' allows customization of the overlay
used to effect hiding for hideshow minor mode. Integration with isearch
handles the overlay property `display' specially, preserving it during
temporary overlay showing in the course of an isearch operation.
-** New variable `hs-allow-nesting' non-nil means that hiding a block does
+*** New variable `hs-allow-nesting' non-nil means that hiding a block does
not discard the hidden state of any "internal" blocks; when the parent
block is later shown, the internal blocks remain hidden. Default is nil.
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 4cf0da4b644..76e56e77e16 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-15 Richard M. Stallman <rms@gnu.org>
+
+ * Makefile.in (update-game-score.o): New target.
+ Compile and link this progranm separately.
+ (update-game-score${EXEEXT}): Use GETOPTDEPTS.
+
2005-09-11 Jason Rumney <jasonr@gnu.org>
* makefile.w32-in (../src/config.h): Don't overwrite. Print a
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 41e6c1aa9eb..82cfcab4699 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,14 @@
+2005-09-15 Richard M. Stallman <rms@gnu.org>
+
+ * objects.texi (Printed Representation): Minor cleanup.
+ (Box Diagrams): Minor fix.
+ (Cons Cell Type): Move (...) index item here.
+ (Box Diagrams): From here.
+ (Array Type): Minor fix.
+ (Type Predicates): Delete index "predicates".
+ (Hash Table Type): Clarify xref.
+ (Dotted Pair Notation): Minor fix.
+
2005-09-10 Chong Yidong <cyd@stupidchicken.com>
* files.texi (Saving Buffers): Fix typo.
diff --git a/man/ChangeLog b/man/ChangeLog
index 3b3dd44bb3a..5eb7c211e9f 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,5 +1,16 @@
2005-09-15 Richard M. Stallman <rms@gnu.org>
+ * buffers.texi (List Buffers): Fix xref.
+
+ * rmail.texi (Rmail Basics): Fix xref.
+
+ * emacs.texi (Top): Update subnode menus.
+
+ * files.texi (Saving Commands): New node, broken out of Saving.
+ (Customize Save): New node, broken out of Saving.
+ Clarify effect of write-region-inhibit-fsync.
+ (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
+
* newsticker.texi: Fix @setfilename.
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
diff --git a/man/newsticker.texi b/man/newsticker.texi
index 6697cc27b71..eea17cb803e 100644
--- a/man/newsticker.texi
+++ b/man/newsticker.texi
@@ -1,9 +1,9 @@
\input texinfo @c -*-texinfo-*-
-@comment $Id: newsticker.texi,v 1.2 2005/09/13 19:35:24 miles Exp $
+@comment $Id: newsticker.texi,v 1.3 2005/09/15 12:32:15 rms Exp $
@comment %**start of header
-@setfilename ../info/newsticker.info
+@setfilename ../info/newsticker
@set VERSION 1.8
-@set UPDATED ``$Id: newsticker.texi,v 1.2 2005/09/13 19:35:24 miles Exp $''
+@set UPDATED ``$Id: newsticker.texi,v 1.3 2005/09/15 12:32:15 rms Exp $''
@settitle Newsticker @value{VERSION}
@syncodeindex vr cp
@syncodeindex fn cp
diff --git a/src/ChangeLog b/src/ChangeLog
index 15dc667ea79..c0f1ceee87e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
+2005-09-15 Richard M. Stallman <rms@gnu.org>
+
+ * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
+ (display_mode_element): Instead of `lisp_string' and `this',
+ record `offset' and increment that.
+ `last_offset' replaces `last'.
+
+ * Makefile.in (XMENU_OBJ): Variable deleted.
+ (obj): Use xmenu.o unconditionally.
+ (SOME_MACHINE_OBJECTS): Delete xmenu.o.
+
+ * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
+
2005-09-15 Kim F. Storm <storm@cua.dk>
* xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.