Mercurial > emacs
comparison lispref/ChangeLog @ 83517:b6689e223e2f
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-273
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-274
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-275
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-276
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-277
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-278
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-279
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-280
Update etc/MORE.STUFF.
* emacs@sv.gnu.org/emacs--devo--0--patch-281
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-282
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-283
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-284
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-101
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-557
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Wed, 17 May 2006 18:05:02 +0000 |
parents | 1321f6cfb389 94777c0d5d77 |
children | ab6ab63755f7 |
comparison
equal
deleted
inserted
replaced
83516:1321f6cfb389 | 83517:b6689e223e2f |
---|---|
1 2006-05-16 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * minibuf.texi (Minibuffer History): Update add-to-history. | |
4 | |
5 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change) | |
6 | |
7 * nonascii.texi (Explicit Encoding): Fix | |
8 typo (encoding<->decoding). | |
9 | |
10 2006-05-14 Richard Stallman <rms@gnu.org> | |
11 | |
12 * buffers.texi (Creating Buffers): Cleanup. | |
13 | |
14 * files.texi (Visiting Functions): Rewrite in find-file-noselect. | |
15 | |
16 2006-05-13 Eli Zaretskii <eliz@gnu.org> | |
17 | |
18 * buffers.texi (Current Buffer): Document that with-temp-buffer | |
19 disables undo. | |
20 | |
21 * os.texi (Terminal-Specific): More accurate description of how | |
22 Emacs searches for the terminal-specific libraries. | |
23 | |
24 2006-05-12 Eli Zaretskii <eliz@gnu.org> | |
25 | |
26 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to | |
27 emacs-xtra to @inforef's. | |
28 | |
29 * text.texi (Undo): Document that undo is turned off in buffers | |
30 whose names begin with a space. | |
31 | |
32 * buffers.texi (Buffer Names): Add index entries for buffers whose | |
33 names begin with a space. | |
34 (Creating Buffers): Document that undo is turned off in buffers | |
35 whose names begin with a space. | |
36 | |
37 * files.texi (Visiting Functions, Reading from Files) | |
38 (Saving Buffers): Mention code and EOL conversions by file I/O | |
39 primitives and subroutines. | |
40 | |
41 * nonascii.texi (Lisp and Coding Systems): Document | |
42 coding-system-eol-type. Add index entries for eol conversion. | |
43 | |
44 * display.texi (Defining Faces): Mention `mac', and add an xref to | |
45 where window-system is described. | |
46 | |
47 2006-05-10 Richard Stallman <rms@gnu.org> | |
48 | |
49 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules. | |
50 | |
51 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de> | |
52 | |
53 * variables.texi (File Local Variables): Recommend to quote lambda | |
54 expressions in safe-local-variable property. | |
55 | |
1 2006-05-09 Richard Stallman <rms@gnu.org> | 56 2006-05-09 Richard Stallman <rms@gnu.org> |
2 | 57 |
3 * variables.texi (File Local Variables): Document | 58 * variables.texi (File Local Variables): Document |
4 safe-local-eval-forms and safe-local-eval-function. | 59 safe-local-eval-forms and safe-local-eval-function. |
5 | 60 |