diff options
| author | Richard M. Stallman | 2005-09-15 13:17:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-09-15 13:17:55 +0000 |
| commit | 5c4757d3299c6cbaf42f6e253bf9f16d17d32676 (patch) | |
| tree | b5172fc4fc2753395584afcf61bf33e456ef3f49 | |
| parent | 025568d9fcdf993a33c53e30a94ae50be1d972a7 (diff) | |
| download | emacs-5c4757d3299c6cbaf42f6e253bf9f16d17d32676.tar.gz emacs-5c4757d3299c6cbaf42f6e253bf9f16d17d32676.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | etc/NEWS | 14 | ||||
| -rw-r--r-- | lib-src/ChangeLog | 6 | ||||
| -rw-r--r-- | lispref/ChangeLog | 11 | ||||
| -rw-r--r-- | man/ChangeLog | 11 | ||||
| -rw-r--r-- | man/newsticker.texi | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 13 |
7 files changed, 62 insertions, 5 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-09-15 Ulf Jasper <ulf.jasper@web.de> | ||
| 2 | |||
| 3 | * Makefile.in (install-arch-indep, uninstall): | ||
| 4 | Handle newsticker manual. | ||
| 5 | (info): Add - to commands. | ||
| 6 | |||
| 1 | 2005-09-11 Kim F. Storm <storm@cua.dk> | 7 | 2005-09-11 Kim F. Storm <storm@cua.dk> |
| 2 | 8 | ||
| 3 | * AUTHORS: Regenerate. | 9 | * AUTHORS: Regenerate. |
| @@ -1484,6 +1484,14 @@ colors as on X. | |||
| 1484 | 1484 | ||
| 1485 | * New Modes and Packages in Emacs 22.1 | 1485 | * New Modes and Packages in Emacs 22.1 |
| 1486 | 1486 | ||
| 1487 | --- | ||
| 1488 | ** Newsticker is now part of the Emacs distribution. | ||
| 1489 | |||
| 1490 | Newsticker asynchronously retrieves headlines (RSS) from a list of news | ||
| 1491 | sites, prepares these headlines for reading, and allows for loading the | ||
| 1492 | corresponding articles in a web browser. Its documentation is in a | ||
| 1493 | separate manual. | ||
| 1494 | |||
| 1487 | +++ | 1495 | +++ |
| 1488 | ** Filesets are collections of files. You can define a fileset in | 1496 | ** Filesets are collections of files. You can define a fileset in |
| 1489 | various ways, such as based on a directory tree or based on | 1497 | 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 | |||
| 2997 | with other details of skeleton construction. | 3005 | with other details of skeleton construction. |
| 2998 | 3006 | ||
| 2999 | --- | 3007 | --- |
| 3000 | ** New variable `hs-set-up-overlay' allows customization of the overlay | 3008 | ** Hideshow mode changes |
| 3009 | |||
| 3010 | *** New variable `hs-set-up-overlay' allows customization of the overlay | ||
| 3001 | used to effect hiding for hideshow minor mode. Integration with isearch | 3011 | used to effect hiding for hideshow minor mode. Integration with isearch |
| 3002 | handles the overlay property `display' specially, preserving it during | 3012 | handles the overlay property `display' specially, preserving it during |
| 3003 | temporary overlay showing in the course of an isearch operation. | 3013 | temporary overlay showing in the course of an isearch operation. |
| 3004 | 3014 | ||
| 3005 | ** New variable `hs-allow-nesting' non-nil means that hiding a block does | 3015 | *** New variable `hs-allow-nesting' non-nil means that hiding a block does |
| 3006 | not discard the hidden state of any "internal" blocks; when the parent | 3016 | not discard the hidden state of any "internal" blocks; when the parent |
| 3007 | block is later shown, the internal blocks remain hidden. Default is nil. | 3017 | block is later shown, the internal blocks remain hidden. Default is nil. |
| 3008 | 3018 | ||
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 @@ | |||
| 1 | 2005-09-15 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (update-game-score.o): New target. | ||
| 4 | Compile and link this progranm separately. | ||
| 5 | (update-game-score${EXEEXT}): Use GETOPTDEPTS. | ||
| 6 | |||
| 1 | 2005-09-11 Jason Rumney <jasonr@gnu.org> | 7 | 2005-09-11 Jason Rumney <jasonr@gnu.org> |
| 2 | 8 | ||
| 3 | * makefile.w32-in (../src/config.h): Don't overwrite. Print a | 9 | * 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 @@ | |||
| 1 | 2005-09-15 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * objects.texi (Printed Representation): Minor cleanup. | ||
| 4 | (Box Diagrams): Minor fix. | ||
| 5 | (Cons Cell Type): Move (...) index item here. | ||
| 6 | (Box Diagrams): From here. | ||
| 7 | (Array Type): Minor fix. | ||
| 8 | (Type Predicates): Delete index "predicates". | ||
| 9 | (Hash Table Type): Clarify xref. | ||
| 10 | (Dotted Pair Notation): Minor fix. | ||
| 11 | |||
| 1 | 2005-09-10 Chong Yidong <cyd@stupidchicken.com> | 12 | 2005-09-10 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 13 | ||
| 3 | * files.texi (Saving Buffers): Fix typo. | 14 | * 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 @@ | |||
| 1 | 2005-09-15 Richard M. Stallman <rms@gnu.org> | 1 | 2005-09-15 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * buffers.texi (List Buffers): Fix xref. | ||
| 4 | |||
| 5 | * rmail.texi (Rmail Basics): Fix xref. | ||
| 6 | |||
| 7 | * emacs.texi (Top): Update subnode menus. | ||
| 8 | |||
| 9 | * files.texi (Saving Commands): New node, broken out of Saving. | ||
| 10 | (Customize Save): New node, broken out of Saving. | ||
| 11 | Clarify effect of write-region-inhibit-fsync. | ||
| 12 | (Misc File Ops): Say write-region-inhibit-fsync affects write-region. | ||
| 13 | |||
| 3 | * newsticker.texi: Fix @setfilename. | 14 | * newsticker.texi: Fix @setfilename. |
| 4 | 15 | ||
| 5 | * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets. | 16 | * 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 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | @comment $Id: newsticker.texi,v 1.2 2005/09/13 19:35:24 miles Exp $ | 2 | @comment $Id: newsticker.texi,v 1.3 2005/09/15 12:32:15 rms Exp $ |
| 3 | @comment %**start of header | 3 | @comment %**start of header |
| 4 | @setfilename ../info/newsticker.info | 4 | @setfilename ../info/newsticker |
| 5 | @set VERSION 1.8 | 5 | @set VERSION 1.8 |
| 6 | @set UPDATED ``$Id: newsticker.texi,v 1.2 2005/09/13 19:35:24 miles Exp $'' | 6 | @set UPDATED ``$Id: newsticker.texi,v 1.3 2005/09/15 12:32:15 rms Exp $'' |
| 7 | @settitle Newsticker @value{VERSION} | 7 | @settitle Newsticker @value{VERSION} |
| 8 | @syncodeindex vr cp | 8 | @syncodeindex vr cp |
| 9 | @syncodeindex fn cp | 9 | @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 @@ | |||
| 1 | 2005-09-15 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional. | ||
| 4 | (display_mode_element): Instead of `lisp_string' and `this', | ||
| 5 | record `offset' and increment that. | ||
| 6 | `last_offset' replaces `last'. | ||
| 7 | |||
| 8 | * Makefile.in (XMENU_OBJ): Variable deleted. | ||
| 9 | (obj): Use xmenu.o unconditionally. | ||
| 10 | (SOME_MACHINE_OBJECTS): Delete xmenu.o. | ||
| 11 | |||
| 12 | * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU. | ||
| 13 | |||
| 1 | 2005-09-15 Kim F. Storm <storm@cua.dk> | 14 | 2005-09-15 Kim F. Storm <storm@cua.dk> |
| 2 | 15 | ||
| 3 | * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1. | 16 | * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1. |