# HG changeset patch # User Richard M. Stallman # Date 1126790275 0 # Node ID 27612d890a6c4d28b394f5166b89c45a849ec2c5 # Parent b695b0dc353269f1674f82fd4154437fa17df33b *** empty log message *** diff -r b695b0dc3532 -r 27612d890a6c ChangeLog --- a/ChangeLog Thu Sep 15 13:16:53 2005 +0000 +++ b/ChangeLog Thu Sep 15 13:17:55 2005 +0000 @@ -1,3 +1,9 @@ +2005-09-15 Ulf Jasper + + * Makefile.in (install-arch-indep, uninstall): + Handle newsticker manual. + (info): Add - to commands. + 2005-09-11 Kim F. Storm * AUTHORS: Regenerate. diff -r b695b0dc3532 -r 27612d890a6c etc/NEWS --- a/etc/NEWS Thu Sep 15 13:16:53 2005 +0000 +++ b/etc/NEWS Thu Sep 15 13:17:55 2005 +0000 @@ -1484,6 +1484,14 @@ * 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 @@ 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 -r b695b0dc3532 -r 27612d890a6c lib-src/ChangeLog --- a/lib-src/ChangeLog Thu Sep 15 13:16:53 2005 +0000 +++ b/lib-src/ChangeLog Thu Sep 15 13:17:55 2005 +0000 @@ -1,3 +1,9 @@ +2005-09-15 Richard M. Stallman + + * 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 * makefile.w32-in (../src/config.h): Don't overwrite. Print a diff -r b695b0dc3532 -r 27612d890a6c lispref/ChangeLog --- a/lispref/ChangeLog Thu Sep 15 13:16:53 2005 +0000 +++ b/lispref/ChangeLog Thu Sep 15 13:17:55 2005 +0000 @@ -1,3 +1,14 @@ +2005-09-15 Richard M. Stallman + + * 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 * files.texi (Saving Buffers): Fix typo. diff -r b695b0dc3532 -r 27612d890a6c man/ChangeLog --- a/man/ChangeLog Thu Sep 15 13:16:53 2005 +0000 +++ b/man/ChangeLog Thu Sep 15 13:17:55 2005 +0000 @@ -1,5 +1,16 @@ 2005-09-15 Richard M. Stallman + * 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 -r b695b0dc3532 -r 27612d890a6c man/newsticker.texi --- a/man/newsticker.texi Thu Sep 15 13:16:53 2005 +0000 +++ b/man/newsticker.texi Thu Sep 15 13:17:55 2005 +0000 @@ -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 -r b695b0dc3532 -r 27612d890a6c src/ChangeLog --- a/src/ChangeLog Thu Sep 15 13:16:53 2005 +0000 +++ b/src/ChangeLog Thu Sep 15 13:17:55 2005 +0000 @@ -1,3 +1,16 @@ +2005-09-15 Richard M. Stallman + + * 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 * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.