Mercurial > emacs
comparison lispref/ChangeLog @ 83516:1321f6cfb389
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-266
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-267
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-268
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-269
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-270
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-271
Rename "field-at-point" to "field-at-pos"
* emacs@sv.gnu.org/emacs--devo--0--patch-272
(comint-insert-input): Remove redundant calls to setq and goto-char
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-556
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Wed, 10 May 2006 15:04:01 +0000 |
parents | d9f8d2a65d18 617e9f3dfbca |
children | b6689e223e2f |
comparison
equal
deleted
inserted
replaced
83515:f7a396df2380 | 83516:1321f6cfb389 |
---|---|
1 2006-05-09 Richard Stallman <rms@gnu.org> | |
2 | |
3 * variables.texi (File Local Variables): Document | |
4 safe-local-eval-forms and safe-local-eval-function. | |
5 | |
6 2006-05-07 Kim F. Storm <storm@cua.dk> | |
7 | |
8 * minibuf.texi (Minibuffer History): Remove keep-dups arg | |
9 from add-to-history. | |
10 | |
11 2006-05-07 Romain Francoise <romain@orebokech.com> | |
12 | |
13 * commands.texi (Event Input Misc): | |
14 * compile.texi (Eval During Compile): | |
15 * internals.texi (Buffer Internals): | |
16 * minibuf.texi (Initial Input): | |
17 * nonascii.texi (Scanning Charsets): | |
18 * numbers.texi (Comparison of Numbers): | |
19 * windows.texi (Textual Scrolling, Vertical Scrolling): | |
20 Fix various typos. | |
21 | |
22 2006-05-06 Eli Zaretskii <eliz@gnu.org> | |
23 | |
24 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by | |
25 conditional xref's to either emacs or emacs-xtra, depending on | |
26 @iftex/@ifnottex. | |
27 | |
28 * minibuf.texi (Minibuffer History): Document add-to-history. | |
29 | |
30 2006-05-05 Eli Zaretskii <eliz@gnu.org> | |
31 | |
32 * internals.texi (Pure Storage): Mention the pure overflow message | |
33 at startup. | |
34 | |
35 2006-05-05 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> | |
36 | |
37 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax. | |
38 (Searching Keymaps): Fix pseudo-Lisp description of keymap | |
39 search. | |
40 | |
1 2006-05-01 Richard Stallman <rms@gnu.org> | 41 2006-05-01 Richard Stallman <rms@gnu.org> |
2 | 42 |
3 * intro.texi (nil and t): Clarify. | 43 * intro.texi (nil and t): Clarify. |
4 | 44 |
5 * variables.texi (File Local Variables): Suggest using booleanp. | 45 * variables.texi (File Local Variables): Suggest using booleanp. |