Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5c4757d3
Commit
5c4757d3
authored
Sep 15, 2005
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
025568d9
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
62 additions
and
5 deletions
+62
-5
ChangeLog
ChangeLog
+6
-0
etc/NEWS
etc/NEWS
+12
-2
lib-src/ChangeLog
lib-src/ChangeLog
+6
-0
lispref/ChangeLog
lispref/ChangeLog
+11
-0
man/ChangeLog
man/ChangeLog
+11
-0
man/newsticker.texi
man/newsticker.texi
+3
-3
src/ChangeLog
src/ChangeLog
+13
-0
No files found.
ChangeLog
View file @
5c4757d3
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.
...
...
etc/NEWS
View file @
5c4757d3
...
...
@@ -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.
...
...
lib-src/ChangeLog
View file @
5c4757d3
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
...
...
lispref/ChangeLog
View file @
5c4757d3
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
.
...
...
man/ChangeLog
View file @
5c4757d3
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.
...
...
man/newsticker.texi
View file @
5c4757d3
\input
texinfo @c -*-texinfo-*-
@comment
$
Id: newsticker.texi,v
1
.
2
2005
/
09
/
1
3
1
9
:
3
5
:
24
mile
s Exp
$
@comment
$
Id: newsticker.texi,v
1
.
3
2005
/
09
/
1
5
1
2
:
3
2
:
15
rm
s 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
/
1
3
1
9
:
3
5
:
24
mile
s Exp
$
''
@set UPDATED ``
$
Id: newsticker.texi,v
1
.
3
2005
/
09
/
1
5
1
2
:
3
2
:
15
rm
s Exp
$
''
@settitle Newsticker @value
{
VERSION
}
@syncodeindex vr cp
@syncodeindex fn cp
...
...
src/ChangeLog
View file @
5c4757d3
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment