Mercurial > emacs
changeset 65543:27612d890a6c
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 15 Sep 2005 13:17:55 +0000 |
parents | b695b0dc3532 |
children | 78d74ef1436b |
files | ChangeLog etc/NEWS lib-src/ChangeLog lispref/ChangeLog man/ChangeLog man/newsticker.texi src/ChangeLog |
diffstat | 7 files changed, 62 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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.
--- 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 <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
--- 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 <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.
--- 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 <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.
--- 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
--- 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 <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.