*** empty log message ***

This commit is contained in:
Richard M. Stallman 2005-09-15 13:17:55 +00:00
parent 025568d9fc
commit 5c4757d329
7 changed files with 62 additions and 5 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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

View file

@ -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.

View file

@ -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.

View file

@ -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

View file

@ -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.