Mercurial > emacs
annotate doc/misc/ChangeLog @ 84519:ac595dcfe0e9
*** empty log message ***
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Thu, 13 Sep 2007 04:55:20 +0000 |
parents | 4ee03308c9b6 |
children | 14f23e35ee10 |
rev | line source |
---|---|
84519
ac595dcfe0e9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
84387
diff
changeset
|
1 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com> |
ac595dcfe0e9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
84387
diff
changeset
|
2 |
ac595dcfe0e9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
84387
diff
changeset
|
3 * calc.texi (Predefined Units): Add some history. |
ac595dcfe0e9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
84387
diff
changeset
|
4 |
84387
4ee03308c9b6
Sync ERC 5.3 (devel) from upstream
Michael Olson <mwolson@gnu.org>
parents:
84367
diff
changeset
|
5 2007-09-08 Michael Olson <mwolson@gnu.org> |
4ee03308c9b6
Sync ERC 5.3 (devel) from upstream
Michael Olson <mwolson@gnu.org>
parents:
84367
diff
changeset
|
6 |
4ee03308c9b6
Sync ERC 5.3 (devel) from upstream
Michael Olson <mwolson@gnu.org>
parents:
84367
diff
changeset
|
7 * erc.texi (Copying): New section included from gpl.texi. This matches |
4ee03308c9b6
Sync ERC 5.3 (devel) from upstream
Michael Olson <mwolson@gnu.org>
parents:
84367
diff
changeset
|
8 the look of the upstream ERC manual. |
4ee03308c9b6
Sync ERC 5.3 (devel) from upstream
Michael Olson <mwolson@gnu.org>
parents:
84367
diff
changeset
|
9 |
84354
1c76edb8a1b6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
84326
diff
changeset
|
10 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com> |
1c76edb8a1b6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
84326
diff
changeset
|
11 |
1c76edb8a1b6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
84326
diff
changeset
|
12 * calc.texi (History and Acknowledgements): Adjust the |
1c76edb8a1b6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
84326
diff
changeset
|
13 "thanks". |
1c76edb8a1b6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
84326
diff
changeset
|
14 (Random Numbers): Clarify the distribution of `random'. |
1c76edb8a1b6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
84326
diff
changeset
|
15 |
84326 | 16 2007-09-06 Glenn Morris <rgm@gnu.org> |
17 | |
18 * Move manual sources from man/ to subdirectories of doc/. | |
19 Split into the Emacs manual in emacs/, and other manuals in misc/. | |
20 Change all setfilename commands to use ../../info. | |
21 * Makefile.in: Move the parts of the old man/Makefile.in that do not | |
22 refer to the Emacs manual here. | |
23 (infodir): New variable. | |
24 (INFO_TARGETS, info): Use infodir. Also used by all info targets. | |
25 (cc-mode.texi, faq.texi): Update references to source file locations. | |
26 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that | |
27 do not refer to the Emacs manual here. | |
28 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level. | |
29 | |
30 * Makefile.in: Add `basename' versions of all info targets, for | |
31 convenience when rebuilding just one manual. | |
32 (../etc/GNU): Delete obsolete target. | |
33 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi. | |
34 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs | |
35 *.vrs *.toc here... | |
36 (maintainer-clean): ...from here. | |
37 | |
38 * makefile.w32-in (../etc/GNU): Delete obsolete target. | |
39 | |
40 ;; Local Variables: | |
41 ;; coding: iso-2022-7bit | |
42 ;; fill-column: 79 | |
43 ;; add-log-time-zone-rule: t | |
44 ;; End: | |
45 | |
46 Copyright (C) 2007 Free Software Foundation, Inc. | |
47 | |
48 This file is part of GNU Emacs. | |
49 | |
50 GNU Emacs is free software; you can redistribute it and/or modify | |
51 it under the terms of the GNU General Public License as published by | |
52 the Free Software Foundation; either version 3, or (at your option) | |
53 any later version. | |
54 | |
55 GNU Emacs is distributed in the hope that it will be useful, | |
56 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
57 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
58 GNU General Public License for more details. | |
59 | |
60 You should have received a copy of the GNU General Public License | |
61 along with GNU Emacs; see the file COPYING. If not, write to the | |
62 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
63 Boston, MA 02110-1301, USA. | |
64 | |
84367 | 65 ;; arch-tag: 08b2903e-900c-4c72-a4a9-e76416a80803 |