aboutsummaryrefslogtreecommitdiffstats
path: root/man/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'man/ChangeLog')
-rw-r--r--man/ChangeLog137
1 files changed, 136 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 432fd8bad2c..eddd1e97741 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,138 @@
12005-04-04 Jay Belanger <belanger@truman.edu>
2
3 * calc.texi: Change Calc version number.
4 (Customizable variables): Fix description of calc-language-alist.
5 (Copying): Put in version 2 of GPL.
6
72005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8
9 * calendar.texi (Diary): Mention shell utility `calendar'.
10
112005-04-01 Jay Belanger <belanger@truman.edu>
12
13 * calc.texi (Troubleshooting Commands): Remove comment about
14 installation.
15 (Installation): Remove section.
16 (Customizable Variables): New section.
17 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
18 (Graphical Devices): Add references to Customizable Variables.
19
202005-04-01 Lute Kamstra <lute@gnu.org>
21
22 * maintaining.texi (Change Log): add-change-log-entry uses
23 add-log-mailing-address.
24
252005-03-31 Luc Teirlinck <teirllm@auburn.edu>
26
27 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
28 `VC Mode Line' and put in an xref to that node.
29 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
30 its description.
31
322005-03-31 Paul Eggert <eggert@cs.ucla.edu>
33
34 * calendar.texi (Calendar Systems): Say that the Persian calendar
35 implemented here is the arithmetical one championed by Birashk.
36
372005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
38
39 * programs.texi (Fortran Motion): Fix previous change.
40
412005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
42
43 * emacs-mime.texi (Display Customization): Markup fixes.
44 (rfc2047): Update.
45
462005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
47
48 * gnus-faq.texi: Replaced with auto-generated version.
49
502005-03-29 Richard M. Stallman <rms@gnu.org>
51
52 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
53
542005-03-29 Chong Yidong <cyd@stupidchicken.com>
55
56 * text.texi (Refill): Refer to Long Lines Mode.
57 (Longlines): New node.
58 (Auto Fill): Don't index "word wrap" here.
59 (Filling): Add Longlines to menu.
60
612005-03-29 Richard M. Stallman <rms@gnu.org>
62
63 * xresources.texi: Minor fixes.
64
65 * misc.texi (Emacs Server): Fix Texinfo usage.
66
67 * emacs.texi (Top): Don't use a real section heading for
68 "Detailed Node Listing". Fake it instead.
69
70 * basic.texi (Position Info): Minor cleanup.
71
72 * mule.texi (Input Methods): Minor cleanup.
73
742005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
75
76 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
77 constructs as well.
78 (Fortran Motion): Add fortran-end-of-block,
79 fortran-beginning-of-block.
80
812005-03-29 Kenichi Handa <handa@m17n.org>
82
83 * mule.texi (Input Methods): Refer to the command C-u C-x =.
84
85 * basic.texi (Position Info): Update the description about the
86 command C-u C-x =.
87
882005-03-28 Richard M. Stallman <rms@gnu.org>
89
90 * emacs.texi (Top): Use @section for the detailed node listing.
91
92 * calendar.texi: Minor fixes to previous change.
93
94 * programs.texi (Fortran): Small fixes to previous changes.
95
96 * emacs.texi (Top): Update list of subnodes of Dired.
97 Likewise for building.texi.
98
99 * files.texi (File Conveniences): Delete Auto Image File mode.
100
1012005-03-28 Chong Yidong <cyd@stupidchicken.com>
102
103 * building.texi (Flymake): New node.
104
105 * custom.texi (Function Keys): Document kp- event types and
106 keypad-setup package.
107
108 * dired.texi (Wdired): New node.
109
110 * files.texi (File Conveniences): Reorder entries.
111 Explain how to turn on Auto-image-file mode.
112 Document Thumbs mode.
113
114 * mule.texi (Specify Coding): Document recode-region and
115 recode-file-name.
116
117 * programs.texi (Program Modes): Add Conf mode and DNS mode.
118
1192005-03-27 Luc Teirlinck <teirllm@auburn.edu>
120
121 * commands.texi (Keys): M-o is now a prefix key.
122
1232005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
124
125 * programs.texi: Reformat and update copyright years.
126 (Fortran): Update section.
127
1282005-03-26 Luc Teirlinck <teirllm@auburn.edu>
129
130 * files.texi: Several small changes in addition to:
131 (Visiting): Change xref for Dialog Boxes to ref.
132 (Version Headers): Replace references to obsolete var
133 `vc-header-alist' with `vc-BACKEND-header'.
134 (Customizing VC): Update value of `vc-handled-backends'.
135
12005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk> 1362005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2 137
3 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section; 138 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
@@ -49,7 +184,7 @@
49 * files.texi (Visiting): Fix cross-references introduced with the 184 * files.texi (Visiting): Fix cross-references introduced with the
50 last change. 185 last change.
51 186
52 * xresources.texi (GTK resources): Fix last change. 187 * xresources.texi (GTK resources): Fix last change.
53 188
542005-03-26 Jay Belanger <belanger@truman.edu> 1892005-03-26 Jay Belanger <belanger@truman.edu>
55 190