comparison lispref/ChangeLog @ 90227:10fe5fadaf89

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-81 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 532-541) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 112-115) - Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 11 Sep 2005 22:21:01 +0000
parents df78f2fb8f6a 035ea9e34f56
children fa0da9b57058
comparison
equal deleted inserted replaced
90226:df78f2fb8f6a 90227:10fe5fadaf89
1 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
2
3 * files.texi (Saving Buffers): Fix typo.
4
5 2005-09-08 Richard M. Stallman <rms@gnu.org>
6
7 * tips.texi (Programming Tips): Correct the "default" prompt spec.
8
9 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
10
11 * locals.texi (Standard Buffer-Local Variables): Don't include
12 mode variables for minor modes.
13 Fix xrefs for buffer-display-count, buffer-display-table,
14 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
15 enable-multibyte-characters, fill-column, header-line-format,
16 left-fringe-width, left-margin, and right-fringe-width.
17
18 * hooks.texi (Standard Hooks): All hooks should conform to the
19 standard naming convention now.
20 Fix xref for `echo-area-clear-hook'.
21
22 * display.texi (Usual Display): Note that indicate-empty-lines and
23 tab-width are buffer-local.
24
25 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
26
27 * modes.texi (Mode Help): Note that major-mode is buffer-local.
28
29 * nonascii.texi (Encoding and I/O): Note that
30 buffer-file-coding-system is buffer-local.
31
32 * positions.texi (List Motion): Note that defun-prompt-regexp is
33 buffer-local.
34
35 * text.texi (Auto Filling): Note that auto-fill-function is
36 buffer-local.
37 (Undo): Note that buffer-undo-list is buffer-local.
38
39 * windows.texi (Buffers and Windows): Document
40 buffer-display-count.
41
1 2005-09-06 Richard M. Stallman <rms@gnu.org> 42 2005-09-06 Richard M. Stallman <rms@gnu.org>
2 43
3 * tips.texi (Coding Conventions): Sometimes it is ok to put the 44 * tips.texi (Coding Conventions): Sometimes it is ok to put the
4 package prefix elsewhere than at the start of the name. 45 package prefix elsewhere than at the start of the name.
5 46