annotate admin/FOR-RELEASE @ 57173:353df9943a65

(mm-copy-to-buffer): Preserve the data's unibyteness.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 20 Sep 2004 21:22:15 +0000
parents a7d4968614da
children e0ab3b50dc85
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
56253
5eca32ea0d37 Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1 Tasks needed before the next release.
5eca32ea0d37 Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2
56267
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
3 * NEW FEATURES
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
4
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
5 ** Test the mbox branch of Rmail.
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
6
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
7 ** Install the mbox branch of Rmail.
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
8
56272
134a7ba00965 Add Gnus and face remapping entries.
Kim F. Storm <storm@cua.dk>
parents: 56270
diff changeset
9 ** Face remapping.
134a7ba00965 Add Gnus and face remapping entries.
Kim F. Storm <storm@cua.dk>
parents: 56270
diff changeset
10
56267
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
11
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
12 * FATAL ERRORS
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
13
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
14 ** Investigate face cache related crash.
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
15
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
16 Indications: Face cache seems to have been cleared, but
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
17 redisplay uses an invalidated face_id with FACE_FROM_ID
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
18 which then returns a NULL pointer. Said to happen with
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
19 isearch faces.
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
20
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
21
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
22 * GTK RELATED BUGS
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
23
56253
5eca32ea0d37 Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
24 ** Make GTK scrollbars behave like others w.r.t. overscrolling.
5eca32ea0d37 Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
25
57063
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
26
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
27 * DOCUMENTATION
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
28
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
29 ** Finish updating the Emacs Lisp manual.
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
30
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
31 *** New display properties (KFS to provide input).
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
32
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
33 ** Update the Emacs manual.
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
34
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
35 *** Update man/info.texi.
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
36
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
37 *** Update man/ack.texi.
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
38
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
39 ** Add missing years in copyright notices of all files.
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
40
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
41 ** Update AUTHORS.
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
42
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
43 ** Reorder NEWS entries.
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
44
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
45 ** Check the Emacs manual.
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
46
57152
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
47 Each manual section should be proof-read by two people. Write you
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
48 name/initials in the DONE1 or DONE2 column when you have proof-read
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
49 the corresponding manual section.
57063
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
50
57152
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
51 DONE1 DONE2 SECTION
57063
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
52 ---------------------------------------------
57152
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
53 man/abbrevs.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
54 man/anti.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
55 LT man/basic.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
56 LT man/buffers.texi
57167
a7d4968614da *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 57152
diff changeset
57 man/building.texi "Ted Zlatanov" <tzz@lifelogs.com>
57152
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
58 man/calendar.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
59 man/cmdargs.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
60 LT man/commands.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
61 man/custom.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
62 man/dired.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
63 LT man/display.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
64 LT man/emacs.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
65 LT man/entering.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
66 LT man/files.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
67 LT man/fixit.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
68 LT man/frames.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
69 man/glossary.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
70 LT man/help.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
71 LT man/indent.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
72 LT man/killing.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
73 LT man/kmacro.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
74 man/macos.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
75 man/maintaining.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
76 LT man/major.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
77 LT man/mark.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
78 LT man/mini.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
79 man/misc.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
80 man/msdog.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
81 LT man/mule.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
82 LT man/m-x.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
83 man/picture.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
84 man/programs.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
85 LT man/regs.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
86 man/rmail.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
87 LT man/screen.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
88 LT man/search.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
89 man/sending.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
90 LT man/text.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
91 man/trouble.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
92 LT man/windows.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
93 man/xresources.texi
57063
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
94
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
95 ** Check the Emacs Lisp manual.
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
96
57152
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
97 Each manual section should be proof-read by two people. Write you
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
98 name/initials in the DONE1 or DONE2 column when you have proof-read
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
99 the corresponding manual section.
57063
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
100
57152
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
101 DONE1 DONE2 SECTION
57063
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
102 ---------------------------------------------
57152
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
103 LT lispref/abbrevs.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
104 lispref/advice.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
105 lispref/anti.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
106 LT lispref/backups.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
107 LT lispref/buffers.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
108 lispref/calendar.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
109 LT lispref/commands.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
110 LT lispref/compile.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
111 LT lispref/control.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
112 lispref/customize.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
113 lispref/debugging.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
114 lispref/display.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
115 lispref/edebug.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
116 LT lispref/elisp.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
117 LT lispref/errors.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
118 LT lispref/eval.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
119 LT lispref/files.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
120 LT lispref/frames.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
121 LT lispref/functions.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
122 LT lispref/hash.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
123 LT lispref/help.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
124 lispref/hooks.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
125 LT lispref/internals.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
126 LT lispref/intro.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
127 LT lispref/keymaps.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
128 LT lispref/lists.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
129 LT lispref/loading.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
130 lispref/locals.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
131 LT lispref/macros.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
132 lispref/maps.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
133 LT lispref/markers.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
134 LT lispref/minibuf.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
135 lispref/modes.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
136 LT lispref/nonascii.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
137 LT lispref/numbers.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
138 LT lispref/objects.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
139 LT lispref/os.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
140 LT lispref/positions.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
141 lispref/processes.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
142 LT lispref/searching.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
143 LT lispref/sequences.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
144 LT lispref/streams.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
145 LT lispref/strings.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
146 LT lispref/symbols.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
147 LT lispref/syntax.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
148 lispref/text.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
149 LT lispref/tips.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
150 LT lispref/variables.texi
bb857995295b Add DONE2 column for manual sections.
Kim F. Storm <storm@cua.dk>
parents: 57140
diff changeset
151 LT lispref/windows.texi
57063
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
152
56267
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
153
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
154 Local variables:
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
155 mode: outline
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
156 end: