Mercurial > emacs
comparison lispref/ChangeLog @ 89956:b9eee0a7bef5
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-25
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-459
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-463
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464
Update from CVS: lisp/progmodes/make-mode.el: Fix comments.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-465
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 23 Jul 2004 04:30:44 +0000 |
parents | 97905c4f1a42 46efdafb0b3a |
children | c08afac24467 |
comparison
equal
deleted
inserted
replaced
89955:7f8b53f94713 | 89956:b9eee0a7bef5 |
---|---|
1 2004-07-19 Luc Teirlinck <teirllm@auburn.edu> | |
2 | |
3 * windows.texi: Various small changes in addition to: | |
4 (Window Point): Mention return value of `set-window-point'. | |
5 (Window Start): `pos-visible-in-window-p' disregards horizontal | |
6 scrolling. Explain return value if PARTIALLY is non-nil. | |
7 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll' | |
8 and `set-window-vscroll'. | |
9 (Size of Window): The argument WINDOW to `window-inside-edges', | |
10 `window-pixel-edges' and `window-inside-pixel-edges' is optional. | |
11 (Resizing Windows): Explain return value of | |
12 `shrink-window-if-larger-than-buffer'. | |
13 `window-size-fixed' automatically becomes buffer local when set. | |
14 (Window Configurations): Explain return value of | |
15 `set-window-configuration'. | |
16 | |
17 * minibuf.texi (Minibuffer Misc): Add anchor for | |
18 `minibuffer-scroll-window'. | |
19 | |
20 * positions.texi (Text Lines): Add anchor for `count-lines'. | |
21 | |
22 2004-07-17 Richard M. Stallman <rms@gnu.org> | |
23 | |
24 * display.texi (Overlay Properties): Adding `evaporate' prop | |
25 deletes empty overlay immediately. | |
26 | |
27 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook, | |
28 fix example. | |
29 | |
1 2004-07-16 Jim Blandy <jimb@redhat.com> | 30 2004-07-16 Jim Blandy <jimb@redhat.com> |
2 | 31 |
3 * searching.texi (Regexp Backslash): Document new \_< and \_> | 32 * searching.texi (Regexp Backslash): Document new \_< and \_> |
4 operators. | 33 operators. |
5 | 34 |