comparison lispref/ChangeLog @ 83554:b8d9a391daf3

Merged from emacs@sv.gnu.org Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-599 Merge from erc--main--0 * emacs@sv.gnu.org/emacs--devo--0--patch-600 Merge from erc--main--0 * emacs@sv.gnu.org/emacs--devo--0--patch-601 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-602 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-603 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-604 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-605 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-606 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-607 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-608 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-609 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-610 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-611 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-612 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-613 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-614 Make byte compiler correctly write circular constants * emacs@sv.gnu.org/emacs--devo--0--patch-615 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-616 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-617 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-618 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-192 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-193 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-194 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-195 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-196 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-594
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 29 Jan 2007 22:21:19 +0000
parents d3099204c799 8a6a77c5f063
children 07774e5c3ff5
comparison
equal deleted inserted replaced
83553:32073cbc5eb6 83554:b8d9a391daf3
1 2007-01-28 Richard Stallman <rms@gnu.org>
2
3 * tips.texi (Coding Conventions): Clarify the tip about macros
4 that define a function or a variable.
5
6 * files.texi (File Attributes): UID and GID can be floats.
7 (Magic File Names): Explain why deferring all operations to
8 the standard handler does not work.
9
10 2007-01-23 Martin Rudalics <rudalics@gmx.at>
11
12 * backups.texi (Reverting): Use "buffer" instead of "file"
13 when talking about major and minor modes.
14
15 2007-01-21 Richard Stallman <rms@gnu.org>
16
17 * help.texi (Documentation): Add xref to Documentation Tips.
18
19 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
20
21 * tips.texi (Coding Conventions): Fix typos.
22
1 2007-01-05 Richard Stallman <rms@gnu.org> 23 2007-01-05 Richard Stallman <rms@gnu.org>
2 24
3 * modes.texi (Defining Minor Modes): Fix previous change. 25 * modes.texi (Defining Minor Modes): Fix previous change.
4 26
5 2007-01-03 Richard Stallman <rms@gnu.org> 27 2007-01-03 Richard Stallman <rms@gnu.org>
6 28
7 * customize.texi (Variable Definitions, Customization Types): 29 * customize.texi (Variable Definitions, Customization Types):
8 Don't use * in doc string for defcustom. 30 Don't use * in doc string for defcustom.
9 31
10 2007-01-02 Richard Stallman <rms@gnu.org> 32 2007-01-02 Richard Stallman <rms@gnu.org>
11 33
12 * variables.texi (Variable Aliases): Clarify that aliases vars 34 * variables.texi (Variable Aliases): Clarify that aliases vars
70 * files.texi (File Name Completion): Document PREDICATE arg 92 * files.texi (File Name Completion): Document PREDICATE arg
71 to file-name-completion. 93 to file-name-completion.
72 94
73 2006-12-16 Eli Zaretskii <eliz@gnu.org> 95 2006-12-16 Eli Zaretskii <eliz@gnu.org>
74 96
75 * internals.texi (Building Emacs, Writing Emacs Primitives): Add 97 * internals.texi (Building Emacs, Writing Emacs Primitives):
76 index entries. 98 Add index entries.
77 99
78 2006-12-11 Richard Stallman <rms@gnu.org> 100 2006-12-11 Richard Stallman <rms@gnu.org>
79 101
80 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults 102 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
81 affects face menu. Explain how to make it non-nil without enabling 103 affects face menu. Explain how to make it non-nil without enabling
5584 ;; coding: iso-2022-7bit 5606 ;; coding: iso-2022-7bit
5585 ;; add-log-time-zone-rule: t 5607 ;; add-log-time-zone-rule: t
5586 ;; End: 5608 ;; End:
5587 5609
5588 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 5610 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
5589 2005, 2006 Free Software Foundation, Inc. 5611 2005, 2006, 2007 Free Software Foundation, Inc.
5590 Copying and distribution of this file, with or without modification, 5612 Copying and distribution of this file, with or without modification,
5591 are permitted provided the copyright notice and this notice are preserved. 5613 are permitted provided the copyright notice and this notice are preserved.
5592 5614
5593 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda 5615 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda