aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa2010-03-08 10:53:37 +0900
committerKenichi Handa2010-03-08 10:53:37 +0900
commit59513a2f81060efb01a8a6d684901718c3b4d236 (patch)
tree5433967c8574959bf737f94ea33ed5edf5c8a177 /etc
parentb799f2211562060966feabf1975a11b3985264a9 (diff)
parentb327c9751037d3d8abc7485c6a78ec96f4da1c1e (diff)
downloademacs-59513a2f81060efb01a8a6d684901718c3b4d236.tar.gz
emacs-59513a2f81060efb01a8a6d684901718c3b4d236.zip
from trunk
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog9
-rw-r--r--etc/NEWS13
-rw-r--r--etc/refcards/Makefile5
-rw-r--r--etc/refcards/orgcard.tex7
-rw-r--r--etc/srecode/default.srt8
5 files changed, 25 insertions, 17 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 9fbdeabb6cd..b45e48a7edb 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,12 @@
12010-03-06 Glenn Morris <rgm@gnu.org>
2
3 * srecode/default.srt (COPYRIGHT): Update template copyright to GPLv3+.
4
52010-03-05 Glenn Morris <rgm@gnu.org>
6
7 * refcards/orgcard.tex: Use pdflayout.sty.
8 * refcards/Makefile (orgcard.pdf): Special rule no longer needed.
9
12010-03-02 Glenn Morris <rgm@gnu.org> 102010-03-02 Glenn Morris <rgm@gnu.org>
2 11
3 * refcards/Makefile: For cs- and sk-, use pdfcsplain if available. 12 * refcards/Makefile: For cs- and sk-, use pdfcsplain if available.
diff --git a/etc/NEWS b/etc/NEWS
index ecff7f0342e..00c4765f822 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -123,11 +123,6 @@ international/ucs-normalize.el.
123** Function arguments in *Help* buffers are now shown in upper-case. 123** Function arguments in *Help* buffers are now shown in upper-case.
124Customize `help-downcase-arguments' to t to show them in lower-case. 124Customize `help-downcase-arguments' to t to show them in lower-case.
125 125
126** Delete Auto Composition Mode. Now the variable
127`auto-composition-mode' is simply a buffer local variable. The
128commands `auto-composition-mode' and `global-auto-composition-mode'
129still works as before.
130
131 126
132* Editing Changes in Emacs 23.2 127* Editing Changes in Emacs 23.2
133 128
@@ -437,6 +432,14 @@ System (CLOS). It is used by the other CEDET packages.
437 432
438* Incompatible Lisp Changes in Emacs 23.2 433* Incompatible Lisp Changes in Emacs 23.2
439 434
435+++
436** The Lisp reader turns integers that are too large/small into floats.
437For instance, on machines where `536870911' is the largest integer,
438reading `536870912' gives the floating-point object `536870912.0'.
439
440This change only concerns the Lisp reader; it does not affect how
441actual integer objects overflow.
442
440--- 443---
441** Several obsolete functions removed. 444** Several obsolete functions removed.
442The functions have been obsolete since Emacs 19, and are unlikely to 445The functions have been obsolete since Emacs 19, and are unlikely to
diff --git a/etc/refcards/Makefile b/etc/refcards/Makefile
index c08a9b2cfab..c1bddd124d7 100644
--- a/etc/refcards/Makefile
+++ b/etc/refcards/Makefile
@@ -81,16 +81,11 @@ gnus-refcard.pdf: %.pdf: %.tex gnus-logo.pdf
81gnus-booklet.pdf: gnus-refcard.tex gnus-logo.pdf 81gnus-booklet.pdf: gnus-refcard.tex gnus-logo.pdf
82 pdflatex -jobname=gnus-booklet '\def\booklettrue{}\def\letterpapertrue{}\input{gnus-refcard}' 82 pdflatex -jobname=gnus-booklet '\def\booklettrue{}\def\letterpapertrue{}\input{gnus-refcard}'
83 83
84## FIXME just pdftex produces portrait rather than landscape.
85orgcard.pdf: orgcard.ps
86 ps2pdf $<
87
88## Everything not explicitly listed above. 84## Everything not explicitly listed above.
89%.pdf: %.tex 85%.pdf: %.tex
90 pdftex $< 86 pdftex $<
91 87
92 88
93
94## dvi files. 89## dvi files.
95 90
96cs-refcard.dvi cs-dired-ref.dvi cs-survival.dvi sk-refcard.dvi \ 91cs-refcard.dvi cs-dired-ref.dvi cs-survival.dvi sk-refcard.dvi \
diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex
index ff498236467..c35cafbba52 100644
--- a/etc/refcards/orgcard.tex
+++ b/etc/refcards/orgcard.tex
@@ -9,14 +9,17 @@
9 9
10% This file can be printed with 1, 2, or 3 columns per page (see below). 10% This file can be printed with 1, 2, or 3 columns per page (see below).
11% Specify how many you want here. 11% Specify how many you want here.
12
13\columnsperpage=3 12\columnsperpage=3
14 13
15% Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful 14% Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful
16% only when columnsperpage is 2 or 3. 15% only when columnsperpage is 2 or 3.
17
18\letterpaper=0 16\letterpaper=0
19 17
18% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for
19% a landscape layout.
20\input pdflayout.sty
21\pdflayout=(0l)
22
20% Nothing else needs to be changed below this line. 23% Nothing else needs to be changed below this line.
21% Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, 24% Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005,
22% 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 25% 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
diff --git a/etc/srecode/default.srt b/etc/srecode/default.srt
index 7d83d550f10..b42de2f7835 100644
--- a/etc/srecode/default.srt
+++ b/etc/srecode/default.srt
@@ -25,8 +25,8 @@ set comment_start "#"
25 25
26set COPYRIGHT "This program is free software; you can redistribute it and/or 26set COPYRIGHT "This program is free software; you can redistribute it and/or
27modify it under the terms of the GNU General Public License as 27modify it under the terms of the GNU General Public License as
28published by the Free Software Foundation; either version 2, or (at 28published by the Free Software Foundation, either version 3 of the
29your option) any later version. 29License, or (at your option) any later version.
30 30
31This program is distributed in the hope that it will be useful, but 31This program is distributed in the hope that it will be useful, but
32WITHOUT ANY WARRANTY; without even the implied warranty of 32WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -34,9 +34,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
34General Public License for more details. 34General Public License for more details.
35 35
36You should have received a copy of the GNU General Public License 36You should have received a copy of the GNU General Public License
37along with this program; see the file COPYING. If not, write to 37along with this program. If not, see http://www.gnu.org/licenses/."
38the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
39Boston, MA 02110-1301, USA."
40 38
41set DOLLAR "$" 39set DOLLAR "$"
42 40