international/mule.el (set-keyboard-coding-system): Recover input meta mode when...
[bpt/emacs.git] / etc / ChangeLog
CommitLineData
f5772b8e
KH
12012-10-14 Kenichi Handa <handa@gnu.org>
2
3 * charsets/JISC6226.map: Re-generated.
4
8111f5e6
EZ
52012-10-14 Eli Zaretskii <eliz@gnu.org>
6
7 * compilation.txt (msft): Add error messages in new Studio 2010
8 format.
9
cde44a77
KH
102012-10-11 Kenichi Handa <handa@gnu.org>
11
12 * charsets/CNS-2.map, charsets/CNS-3.map, charsets/CNS-4.map,
13 charsets/CNS-5.map, charsets/CNS-6.map, charsets/CNS-7.map,
14 charsets/CP932-2BYTE.map, charsets/GB180302.map,
15 charsets/GB180304.map, charsets/JISC6226.map,
16 charsets/JISX2131.map, charsets/MIK.map, charsets/PTCP154.map,
17 charsets/stdenc.map, charsets/symbol.map: Re-generated.
18
335f5ae4
JD
192012-10-07 Jan Djärv <jan.h.d@swipnet.se>
20
21 * NEWS (NextStep/OSX port changes): OSX 10.4 or newer is required.
22
e8757f09 232012-10-05 Douglas Lewan <d_lewan2000@yahoo.com> (tiny change)
d913151d
DL
24
25 * tutorials/TUTORIAL.pt_BR: Fix typo. (Bug#12557)
26
62a81506
CY
272012-10-01 Eric Ludlam <zappo@gnu.org>
28
29 * srecode/cc.srt, srecode/ede-autoconf.srt: New files.
30
31 * srecode/cpp.srt: Move parts to c.srt.
32
33 * srecode/ede-make.srt: Extra templates for Arduino Makefiles.
34
352012-10-01 Ralf Mattes <rm@mh-freiburg.de> (tiny change)
36
37 * srecode/el.srt (variable-option): Add missing quote.
38
0c8c4f21
CY
392012-10-01 Chong Yidong <cyd@gnu.org>
40
41 * images/icons/hicolor/32x32/apps/emacs22.png:
42 * images/icons/hicolor/16x16/apps/emacs22.png:
43 * images/icons/hicolor/48x48/apps/emacs22.png:
44 * images/icons/hicolor/24x24/apps/emacs22.png: Remove old icons
45 (Bug#12536).
46
86ec63ba
PE
472012-10-01 Paul Eggert <eggert@cs.ucla.edu>
48
49 Revert the FOLLOW-SYMLINKS change for file-attributes.
50 * NEWS: Undo last change.
51
1cb2b664
BG
522012-09-30 Bastien Guerry <bzg@gnu.org>
53
54 * refcards/orgcard.tex: Update version number.
55
dbf8aaa7
BG
562012-09-30 Jambunathan K <kjambunathan@gmail.com>
57
58 * org/OrgOdtContentTemplate.xml:
59 * org/OrgOdtStyles.xml: Add Listing-related entries.
60
e7a2937b
PE
612012-09-30 Paul Eggert <eggert@cs.ucla.edu>
62
63 file-attributes has a new optional arg FOLLOW-SYMLINKS.
64 * NEWS: Document the change.
65
dd946752
JD
662012-09-30 Jan Djärv <jan.h.d@swipnet.se>
67
68 * NEWS: The NS port supports fullscreen.
d7e642cc 69 Mention that the file dialog is used on NS.
dd946752 70
dcf8834b
GM
712012-09-17 Glenn Morris <rgm@gnu.org>
72
73 * refcards/emacsver.tex: New file.
74 * refcards/calccard.tex, refcards/cs-dired-ref.tex:
75 * refcards/cs-refcard.tex, refcards/cs-survival.tex:
76 * refcards/de-refcard.tex, refcards/dired-ref.tex:
77 * refcards/emacsver.tex, refcards/fr-dired-ref.tex:
78 * refcards/fr-refcard.tex, refcards/fr-survival.tex:
79 * refcards/orgcard.tex, refcards/pl-refcard.tex:
80 * refcards/pt-br-refcard.tex, refcards/refcard.tex:
81 * refcards/sk-dired-ref.tex, refcards/sk-refcard.tex:
82 * refcards/sk-survival.tex, refcards/survival.tex:
83 * refcards/vipcard.tex, refcards/viperCard.tex: Include emacsver.tex.
84 * refcards/calccard.tex (\emacsversionnumber):
85 Rename to \versionemacs, same as all the other refcards.
86 * refcards/Makefile (ENVADD): New variable.
87 (sk-dired-ref.pdf, sk-survival.pdf, pl-refcard.pdf)
88 (%.pdf, %,dvi, sk-dired-ref.dvi, sk-survival.dvi, pl-refcard.dvi):
89 Depend on emacsver.tex. Add "." to TEXINPUTS for TeX commands.
90
0caaedb1
PE
912012-09-16 Paul Eggert <eggert@cs.ucla.edu>
92
93 Remove configure's --without-sync-input option (Bug#12450).
94 * TODO (Make SYNC_INPUT the default): Remove, as the code now
95 behaves as if SYNC_INPUT is always true.
96
c18e885b
PE
972012-09-13 Paul Eggert <eggert@cs.ucla.edu>
98
99 Use a more backwards-compatible timer format (Bug#12430).
100 * NEWS: Document it, plus fix a typo.
101
1352271a
JD
1022012-09-13 Jan Djärv <jan.h.d@swipnet.se>
103
104 * NEWS (--with-x-toolkit): Mention that Gtk+ 3 is now default.
105
72eac303
PE
1062012-09-13 Paul Eggert <eggert@cs.ucla.edu>
107
108 * NEWS: Document timer format change (Bug#12430).
109
c990426a
PE
1102012-09-11 Paul Eggert <eggert@cs.ucla.edu>
111
112 Simplify, document, and port floating-point (Bug#12381).
113 * NEWS: Document NaNs versus signaling-error change.
114
cf29dd84
PE
1152012-09-04 Paul Eggert <eggert@cs.ucla.edu>
116
117 Give more-useful info on a fatal error (Bug#12328).
118 * NEWS: Document the change.
119
0e23ef9d
PE
1202012-09-01 Paul Eggert <eggert@cs.ucla.edu>
121
122 Better seeds for (random).
123 * NEWS: Document new behavior of (random), (random "string").
124
01e0f0f5
AS
1252012-08-28 Andreas Schwab <schwab@linux-m68k.org>
126
127 * charsets/MULE-ethiopic.map: Fix typo in comment.
128 * charsets/MULE-ipa.map: Likewise.
129 * charsets/MULE-is13194.map: Likewise.
130 * charsets/MULE-lviscii.map: Likewise.
131 * charsets/MULE-sisheng.map: Likewise.
132 * charsets/MULE-tibetan.map: Likewise.
133 * charsets/MULE-uviscii.map: Likewise.
134
b8d26eb3
CY
1352012-08-09 Chong Yidong <cyd@gnu.org>
136
137 * images/splash.svg, images/splash.png: Tweak SVG paths to improve
138 legibility.
139
da3d2105
DA
1402012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
141
142 * NEWS: Mention --without-all and --enable-link-time-optimization.
143
331ff3b9
JD
1442012-07-31 Jan Djärv <jan.h.d@swipnet.se>
145
146 * TODO (NS port): Add text about event loop.
147
72b255c7
PE
1482012-07-29 Paul Eggert <eggert@cs.ucla.edu>
149
150 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
151 * NEWS: Document these changes.
152
a5c66610
JB
1532012-07-28 Juanma Barranquero <lekktu@gmail.com>
154
155 * NEWS: Fix typo.
156
1781b9e9
PE
1572012-07-26 Paul Eggert <eggert@cs.ucla.edu>
158
159 Simplify export of symbols to GDB.
160 * emacs-buffer.gdb ($tagmask, $valmask): Remove.
161 (ygetptr): Adjust to recent changes in lisp.h and emacs.c,
162 by using VALMASK instead of $valmask, CHECK_LISP_OBJECT_TYPE
163 instead of gdb_use_union, and DATA_SEG_BITS instead of
164 gdb_data_seg_bits. Also, use $ptr.i rather than $ptr.u.val.
165
87ab808f
EZ
1662012-07-20 Eli Zaretskii <eliz@gnu.org>
167
168 * tutorials/TUTORIAL.he: Make the first sentence display correctly
169 in a left-to-right paragraph, such as what is shown on the fancy
170 splash screen.
171
2e2d2a13
LL
1722012-07-15 Leo Liu <sdl.web@gmail.com>
173
174 * NEWS: Mention exclamation-mark and flymake.
175
1ac8b55c
JB
1762012-07-08 Juanma Barranquero <lekktu@gmail.com>
177
178 * tutorials/TUTORIAL.es: Sync with changes in 2012-07-07T10:34:37Z!cyd@gnu.org.
179
95486d46
MW
1802012-07-07 Michael Witten <mfwitten@gmail.com> (tiny change)
181
182 * tutorials/TUTORIAL: Copyedits (Bug#11689).
183
9ab89959
GM
1842012-06-28 Glenn Morris <rgm@gnu.org>
185
186 * emacs.py, emacs2.py, emacs3.py: Remove files, no longer used.
187
bbf908bc
LM
1882012-06-24 Lawrence Mitchell <wence@gmx.li>
189
190 * NEWS: Move and improve the defun/defalias changes (bug#11686).
191
d35af63c
PE
1922012-06-22 Paul Eggert <eggert@cs.ucla.edu>
193
194 Support higher-resolution time stamps (Bug#9000).
195 * NEWS: Mention addition of picoseconds to time stamp format.
196
65a962ba
DD
1972012-06-13 Deniz Dogan <deniz@dogan.se>
198
199 * tutorials/TUTORIAL.sv: Fix grammar and a couple of typos.
200
a043d353
PE
2012012-06-04 Paul Eggert <eggert@cs.ucla.edu>
202
203 * PROBLEMS (68000 C compiler problems): Remove obsolete section.
204 Not only are the compilers long-dead, the obsolete advice
205 typically doesn't apply to current Emacs sources.
206
5205d6f6
CY
2072012-06-03 Chong Yidong <cyd@gnu.org>
208
209 * themes/wheatgrass-theme.el:
210 * themes/deeper-blue-theme.el:
211 * themes/tango-dark-theme.el:
212 * themes/tsdh-dark-theme.el: Add compilation-mode-line-fail,
213 compilation-mode-line-run, and compilation-mode-line-exit faces.
214
215 * themes/manoj-dark-theme.el: Remove :family attributes.
216
501390c5
PE
2172012-06-01 Paul Eggert <eggert@cs.ucla.edu>
218
219 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
220 * NEWS: Mention this.
221
f51b6486
AB
2222012-06-01 Andrew Beals <andrew.beals@gmail.com> (tiny change)
223
224 * spook.lines: Additions. (Bug#11598)
225
ba93a187
PE
2262012-05-31 Paul Eggert <eggert@cs.ucla.edu>
227
228 * PROBLEMS: Remove obsolete '#define static' cruft.
229
af8630f4
GM
2302012-05-07 Glenn Morris <rgm@gnu.org>
231
232 * forms/forms-d2.el, forms/forms-pass.el: Move here from ../lisp.
233 * forms/forms-d2.dat: Move to forms/ subdirectory.
234 * forms/README: New.
235
ab0fa4e4
PE
2362012-05-03 Paul Eggert <eggert@cs.ucla.edu>
237
238 * NEWS: Do not limit current-time-string to years 1000..9999.
239
578c1d4b 2402012-04-27 Jambunathan K <kjambunathan@gmail.com>
2f885dca 241
bbf908bc
LM
242 * org/OrgOdtStyles.xml (OrgDescriptionList): Modify style.
243 With this change, in a description list, if the description paragraph
2f885dca
BG
244 spawns multiple lines then it will correctly indented.
245
c04627ac
GM
2462012-04-20 Glenn Morris <rgm@gnu.org>
247
50e5ebca
GM
248 * CONTRIBUTE: Expand a bit on copyright assignments.
249
c04627ac
GM
250 * MORE.STUFF: General update. Mention list-packages.
251 Remove many old/outdated URLs.
9ea49b28
LMI
2522012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
253
254 * publicsuffix.txt: New file (bug#1401).
255
551b046f
AM
2562012-04-02 Alan Mackenzie <acm@muc.de>
257
258 * NEWS: Add CC Mode entries.
259
153ae947
BG
2602012-04-01 Jambunathan K <kjambunathan@gmail.com>
261
262 * org/OrgOdtContentTemplate.xml (OrgIndentedSection-Level-*):
263 New section styles. These sections are indented to the same
264 level as the corresponding list entries. These sections hold
bbf908bc
LM
265 tables that occur within a list. (OrgTable):
266 Increased relative width from 90% to 96% for aesthetic reasons.
153ae947 267
66ecdc9e
GM
2682012-03-16 Glenn Morris <rgm@gnu.org>
269
270 * HELLO: Say that this is not a comprehensive list.
271 Remove "duplicate" entry. (Bug#11024)
272
cb3a28cc
PE
2732012-02-20 Paul Eggert <eggert@cs.ucla.edu>
274
275 * emacs-buffer.gdb ($valmask): Don't assume EMACS_INT fits in 'long'.
276
1be3ca5a
LL
2772012-02-10 Leo Liu <sdl.web@gmail.com>
278
279 * NEWS: Change condition-case-no-debug to
280 condition-case-unless-debug and split the entry in two.
281
5eb7536f
AO
2822012-02-08 Alex Ott <alexott@gmail.com>
283
284 * tutorials/TUTORIAL.ru: Updated; synchronize with TUTORIAL.
285 Coding system changed to UTF-8.
286
62106554
JB
2872012-02-06 Juanma Barranquero <lekktu@gmail.com>
288
289 * tutorials/TUTORIAL.es: Updated; synchronize with TUTORIAL.
290
9ff3f0fd
PS
2912012-02-03 Pieter Schoenmakers <tiggr@tiggr.net>
292
293 * tutorials/TUTORIAL.nl: Updated; synchronize with TUTORIAL.
294
1714d1ee
CY
2952012-01-30 Chong Yidong <cyd@gnu.org>
296
297 * tutorials/TUTORIAL: Delete a repeat sentence.
298
21f50183
ML
2992012-01-25 Mats Lidell <mats.lidell@cag.se>
300
301 * tutorials/TUTORIAL.sv: Updated; synchronize with TUTORIAL.
302
7a22e700
OK
3032012-01-21 Ognyan Kulev <ogi@tower.3.bg>
304
305 * tutorials/TUTORIAL.bg: Updated; synchronize with TUTORIAL.
306
3fcca64d
WL
3072012-01-19 Werner Lemberg <wl@gnu.org>
308
309 * tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
310 Minor typographical improvements.
311
6d0bd9ba
PP
3122012-01-17 Primoz PETERLIN <primoz.peterlin@mf.uni-lj.si>
313
314 * tutorials/TUTORIAL.sl: Update.
315
0dc18ae0
EZ
3162012-01-14 Eli Zaretskii <eliz@gnu.org>
317
318 * tutorials/TUTORIAL.he: Update to follow changes to TUTORIAL in
319 2012-01-10T08:27:22Z!cyd@gnu.org.
320
107ddb97
CY
3212012-01-10 Chong Yidong <cyd@gnu.org>
322
323 * tutorials/TUTORIAL: Don't give instructions for old-style X
bbf908bc
LM
324 scrollbars. Use DEL terminology instead of DelBack.
325 Improve description of graphical continuation lines and mode-line.
107ddb97
CY
326 Promote use of C-/ and C-SPC. Remove discussion of flow control.
327
1c6e5a32
GM
3282012-01-05 Glenn Morris <rgm@gnu.org>
329
220b1945
GM
330 * refcards/calccard.tex, refcards/cs-dired-ref.tex:
331 * refcards/cs-refcard.tex, refcards/cs-survival.tex:
332 * refcards/de-refcard.tex, refcards/dired-ref.tex:
333 * refcards/fr-dired-ref.tex, refcards/fr-refcard.tex:
334 * refcards/fr-survival.tex, refcards/pl-refcard.tex:
335 * refcards/pt-br-refcard.tex, refcards/refcard.tex:
336 * refcards/ru-refcard.tex, refcards/sk-dired-ref.tex:
337 * refcards/sk-refcard.tex, refcards/sk-survival.tex:
338 * refcards/survival.tex: Bump version number to 24.
339
1c6e5a32
GM
340 * refcards/calccard.tex, refcards/cs-dired-ref.tex:
341 * refcards/cs-refcard.tex, refcards/cs-survival.tex:
342 * refcards/de-refcard.tex, refcards/dired-ref.tex:
343 * refcards/fr-dired-ref.tex, refcards/fr-refcard.tex:
344 * refcards/fr-survival.tex, refcards/orgcard.tex:
345 * refcards/pl-refcard.tex, refcards/pt-br-refcard.tex:
346 * refcards/refcard.tex, refcards/ru-refcard.tex:
347 * refcards/sk-dired-ref.tex, refcards/sk-refcard.tex:
348 * refcards/sk-survival.tex, refcards/survival.tex:
349 * refcards/vipcard.tex, refcards/viperCard.tex:
350 Update short copyright year to 2012.
351
2057c040 3522012-01-04 Chong Yidong <cyd@stupidchicken.com>
e66ba1df 353
2057c040
GM
354 * org/README: Rename from COPYRIGHT-AND-LICENSE.
355
3562012-01-03 Jambunathan K <kjambunathan@gmail.com>
e66ba1df 357
2057c040 358 * org/OrgOdtContentTemplate.xml, org/OrgOdtStyles.xml: New files.
e66ba1df 359
2057c040
GM
3602012-01-03 Bastien Guerry <bzg@altern.org>
361
362 * org/COPYRIGHT-AND-LICENSE: New file.
e66ba1df
BG
363
364 * org/: New directory.
365
3662012-01-03 Julian Gehring <julian.gehring@googlemail.com>
367
368 * refcards/orgcard.tex: Correct one markup in the "Timestamps" section.
369
ffdcbd1c
LMI
3702011-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
371
372 * NEWS: Mention auth-source twice in connection with smtpmail to
373 clarify that smtpmail uses auth-source.
374
06b08b88
BW
3752011-11-20 Bill Wohler <wohler@newt.com>
376
377 Release MH-E version 8.3.1.
378
379 * NEWS, MH-E-NEWS: Update for MH-E release 8.3.1.
380
0b381c7e
JB
3812011-11-14 Juanma Barranquero <lekktu@gmail.com>
382
383 * MAILINGLISTS: Fix typo.
384
5f72f6cb
EZ
3852011-10-29 Eli Zaretskii <eliz@gnu.org>
386
387 * themes/wombat-theme.el: Add a coding cookie. (Bug#9905)
388
be890cb8
SM
3892011-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
390
391 * NEWS: Document the disappearance of binding caches (bug#9899).
392
487ffd7a
JB
3932011-10-01 Juanma Barranquero <lekktu@gmail.com>
394
395 * NEWS: Fix typo. Remove duplicate info.
396
c4682d18
MR
3972011-09-23 Martin Rudalics <rudalics@gmx.at>
398
399 * NEWS: Document some window code changes.
400
c78268f1
BW
4012011-09-20 Bill Wohler <wohler@newt.com>
402
403 Release MH-E version 8.3.
404
405 * NEWS, MH-E-NEWS: Update for MH-E release 8.3.
406
76e20fd6
WS
4072011-09-13 William Stevenson <yhvh2000@gmail.com>
408
409 * themes/adwaita-theme.el: New file.
410
1cc15067
SF
4112011-09-13 Scott Frazer <frazer.scott@gmail.com>
412
413 * themes/whiteboard-theme.el:
76e20fd6 414 * themes/deeper-blue-theme.el: New files.
1cc15067 415
f62bd846
JL
4162011-09-05 Juri Linkov <juri@jurta.org>
417
418 * grep.txt: Add `eval' to the Local Variables section that
419 emulates `grep-filter'.
420
f9453fcb
PE
4212011-08-30 Paul Eggert <eggert@cs.ucla.edu>
422
393aa9d4
PE
423 * MACHINES: Remove obsolete info and update a bit (Bug#9404).
424
f9453fcb
PE
425 * PROBLEMS: Remove obsolete comment re Yellow Dog (Bug#9403).
426
c1ec8ad0
SC
4272011-08-24 Steve Chapel <schapel@laptop.stevechapel.com> (tiny change)
428
429 * refcards/refcard.tex: Add a few more commands. (Bug#9343)
430
4d993e7b
JL
4312011-08-22 Juri Linkov <juri@jurta.org>
432
433 * compilation.txt: Add more samples of output and non-output
434 switches (bug#9319).
435
5226c7c0
CY
4362011-08-19 Chong Yidong <cyd@stupidchicken.com>
437
438 * themes/dichromacy-theme.el:
439 * themes/wheatgrass-theme.el:
440 * themes/tango-theme.el:
441 * themes/tango-dark-theme.el: Add error, warning, and success
442 faces.
443
5b409b39 4442011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
445
446 * refcards/orgcard.tex: Document `org-copy-visible'.
447
5b409b39 4482011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
449
450 * refcards/orgcard.tex: Documentation of new Babel function.
451
5b409b39 4522011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
453
454 * refcards/orgcard.tex: Adding line for org-babel-check-src-block.
455
5b409b39 4562011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
457
458 * refcards/orgcard.tex: Document key for clock consistency check.
459
5b409b39
BG
4602011-07-30 Chong Yidong <cyd@stupidchicken.com>
461
462 * grammars: New directory.
463
4642011-07-28 Andreas Schwab <schwab@linux-m68k.org>
465
466 * NEWS: Document ## and #:.
467
8f8eda06
AS
4682011-07-18 Andreas Schwab <schwab@linux-m68k.org>
469
470 * charsets/GB180302.map: Update to 2005 edition.
471 * charsets/GB180304.map: Likewise.
472
6265325e
BW
4732011-07-17 Bill Wohler <wohler@newt.com>
474
475 Release MH-E version 8.2.93.
476
477 * NEWS, MH-E-NEWS: Update for MH-E release 8.2.93.
478
8020905a
BW
4792011-07-16 Bill Wohler <wohler@newt.com>
480
481 Release MH-E version 8.2.92.
482
483 * NEWS, MH-E-NEWS: Update for MH-E release 8.2.92.
484
d9882322
BW
4852011-07-12 Bill Wohler <wohler@newt.com>
486
71e0ea13
BW
487 Release MH-E version 8.2.91.
488
489 * NEWS, MH-E-NEWS: Update for MH-E release 8.2.91.
490
d9882322
BW
491 * MH-E-NEWS: Mention that SourceForge MH-E users will have to
492 update their load-paths.
493
d76674bb
BW
4942011-07-10 Bill Wohler <wohler@newt.com>
495
496 Release MH-E version 8.2.90.
497
498 * NEWS, MH-E-NEWS: Update for MH-E release 8.2.90.
499
095f79fc
TH
5002011-07-07 Tassilo Horn <tassilo@member.fsf.org>
501
502 * themes/tsdh-light-theme.el:
503 * themes/tsdh-dark-theme.el: Make `gnus-button' face inherit from
504 `button', `gnus-header-name' boxed, and define `rcirc-my-nick'
505 face.
506
e2430e31
LMI
5072011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
508
509 * NEWS: Clarify `smtpmail-auth-credentials' non-existence.
6870aaef 510 Mention the `send-mail-function' default change.
e2430e31 511
9970bcb2
CY
5122011-07-07 Chong Yidong <cyd@stupidchicken.com>
513
514 * themes/dichromacy-theme.el:
515 * themes/tango-theme.el:
516 * themes/tango-dark-theme.el:
517 * themes/wheatgrass-theme.el: Don't define button face separately;
518 it inherits from link now.
519
84e04a29
LMI
5202011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
521
522 * NEWS: Clarify that `smtpmail-starttls-credentials' doesn't exist.
523
53bbe3ad
JB
5242011-07-05 Juanma Barranquero <lekktu@gmail.com>
525
526 * NEWS: Document new emacs-lock.el and renaming of old one.
527
3ca5c03f
MS
5282011-07-05 Manoj Srivastava <srivasta@ieee.org>
529
530 * themes/manoj-dark-theme.el (manoj-dark): New file.
531
6cbbc20c
KR
5322011-03-29 Kevin Ryde <user42@zip.com.au>
533
534 * compilation.txt (perl-Test2): New samples.
535
3653687a
LMI
5362011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
537
538 * tutorials/TUTORIAL.zh: Remove spurious ")" character on the
539 first line.
540
ca5eed61
AM
5412011-07-01 Alan Mackenzie <acm@muc.de>
542
543 * NEWS: CC Mode: New "guessing" of style.
544
7f3f739f
LL
5452011-06-21 Leo Liu <sdl.web@gmail.com>
546
487ffd7a 547 * NEWS: Mention the new primitive secure-hash.
7f3f739f 548
b9958282
CY
5492011-06-14 Chong Yidong <cyd@stupidchicken.com>
550
551 * themes/dichromacy-theme.el: New theme.
552
81eafe29
PE
5532011-06-07 Paul Eggert <eggert@cs.ucla.edu>
554
555 * NEWS: Mention new configure option --with-wide-int.
556
42d4bcc8
LL
5572011-05-24 Leo Liu <sdl.web@gmail.com>
558
559 * NEWS: Mention the new primitive sha1 and the removal of sha1.el.
560
bcfcf8a5
UJ
5612011-05-14 Ulf Jasper <ulf.jasper@web.de>
562
563 * images/newsticker/README: Added.
564
42c7e61e
UJ
5652011-05-13 Ulf Jasper <ulf.jasper@web.de>
566
567 * images/newsticker: Added.
568 * images/newsticker/browse-url.xpm: Added.
569 * images/newsticker/get-all.xpm: Added.
570 * images/newsticker/mark-immortal.xpm: Added.
571 * images/newsticker/mark-read.xpm: Added.
572 * images/newsticker/narrow.xpm: Added.
573 * images/newsticker/next-feed.xpm: Added.
574 * images/newsticker/next-item.xpm: Added.
575 * images/newsticker/prev-feed.xpm: Added.
576 * images/newsticker/prev-item.xpm: Added.
577 * images/newsticker/update.xpm: Added.
578
79b70037
GM
5792011-05-10 Jim Meyering <meyering@redhat.com>
580
581 * MH-E-NEWS, PROBLEMS: Fix typo "the the -> the".
582
25666126
LL
5832011-05-03 Leo Liu <sdl.web@gmail.com>
584
585 * NEWS: Mention the new command isearch-yank-pop.
586
e2574f2c
TZ
5872011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
588
589 * NEWS: Mention new library gnutls.el and explain GnuTLS
590 functionality. Mention new configure.bat options --without-gnutls
591 and --lib for W32.
592
7deebf1b
LMI
5932011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
594
595 * NEWS: Mention `url-retrieve-queue', (:file "file") and
596 `server-eval-at'.
597
638f053a
JB
5982011-04-28 Juanma Barranquero <lekktu@gmail.com>
599
600 * NEWS: Document `delayed-warnings-list' and `delayed-warnings-hook'.
71edd0ec 601 Document new "default HOME" warning.
638f053a 602
0438ce91
DC
6032011-04-26 Daniel Colascione <dan.colascione@gmail.com>
604
bd0d2ee2 605 * DEBUG: Document debug-on-event default behavior and utility for
0438ce91
DC
606 debugging.
607
c243bc79
NF
6082011-04-22 Noah Friedman <friedman@splode.com>
609
610 * emacs-buffer.gdb: Add trailing underscores to appropriate member
611 names, per change tromey@redhat.com-20110214153919-bxkckrdmmg4qhyyj
612 of src/lisp.h.
613
1c6c854e
CS
6142011-04-08 Christoph Scholtes <cschol2112@googlemail.com>
615
616 * NEWS: Document new function `vc-ediff'.
617
3e214b50
JB
6182011-04-06 Juanma Barranquero <lekktu@gmail.com>
619
620 * NEWS: New variable `revert-buffer-in-progress-p'.
621
65084709
SH
6222011-03-22 Sebastian Hermida <sebas00@gmail.com>
623
624 * themes/misterioso-theme.el: New file.
625
8a05b668
JB
6262011-03-16 Juanma Barranquero <lekktu@gmail.com>
627
628 * NEWS: Document warning about _emacs.
629
70436396
MA
6302011-03-14 Michael Albinus <michael.albinus@gmx.de>
631
632 * NEWS: `shell' prompts for the shell path name, when the default
633 directory is a remote file name and neither environment variable
634 $ESHELL nor variable `explicit-shell-file-name' is set.
635
0d53df48
KG
6362011-03-08 Kristoffer Grönlund <krig@koru.se>
637
638 * themes/wombat-theme.el: New file.
639
33383987
JB
6402011-03-07 Chong Yidong <cyd@stupidchicken.com>
641
642 * Version 23.3 released.
643
01c35094
JB
6442011-03-06 Juanma Barranquero <lekktu@gmail.com>
645
646 * srecode/el.srt: Fix typo.
647
6b483b66
CY
6482011-02-21 Chong Yidong <cyd@stupidchicken.com>
649
650 * themes/tango-dark-theme.el: Tweak background on low-color
651 terminals.
652
3a00a363
KM
6532011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
654
7a71b18d
GM
655 * images/icons/allout-widgets/dark-bg/locked-encrypted.png:
656 * images/icons/allout-widgets/dark-bg/locked-encrypted.xpm:
9b5c21bb
GM
657 * images/icons/allout-widgets/dark-bg/unlocked-encrypted.png:
658 * images/icons/allout-widgets/dark-bg/unlocked-encrypted.xpm:
7a71b18d
GM
659 * images/icons/allout-widgets/light-bg/locked-encrypted.png:
660 * images/icons/allout-widgets/light-bg/locked-encrypted.xpm:
9b5c21bb
GM
661 * images/icons/allout-widgets/light-bg/unlocked-encrypted.png:
662 * images/icons/allout-widgets/light-bg/unlocked-encrypted.xpm:
3a00a363
KM
663 Reorganize icon directories and files to reconcile against windows
664 short-filename clashes.
665
aac7a935
KM
6662011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
667
9b5c21bb
GM
668 * images/icons/allout-widgets-dark-bg,
669 * images/icons/allout-widgets-light-bg: Icons for new
aac7a935
KM
670 allout-widgets.el.
671
9b5c21bb 672 * images/icons/README: Include coypright and GPL 3 license for
aac7a935
KM
673 new icons.
674
12fe5bcc
MA
6752011-02-16 Michael Albinus <michael.albinus@gmx.de>
676
677 * NEWS: Add soap-client.el and soap-inspect.el.
678
ea843702
MA
6792011-02-13 Michael Albinus <michael.albinus@gmx.de>
680
681 * NEWS: Tramp methods "imap" and "imaps" are discontinued.
682
cdfa139d
DA
6832011-02-12 Drew Adams <drew.adams@oracle.com>
684
685 * themes/light-blue-theme.el: New file.
686
a4180391
PE
6872011-02-01 Paul Eggert <eggert@cs.ucla.edu>
688
689 format-time-string now supports subsecond time stamp resolution
690 * NEWS: Document this.
691
68b5f855
PE
6922011-01-28 Paul Eggert <eggert@cs.ucla.edu>
693
694 Redo spelling of Makefile variables to conform to POSIX.
695 POSIX does not allow "-" in Makefile variable names.
696 Reported by Bruno Haible in
697 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00990.html>.
bbf908bc 698 * refcards/Makefile (DIRED_REFCARDS_PDF): Rename from
68b5f855 699 DIRED-REFCARDS_PDF.
bbf908bc
LM
700 (MISC_REFCARDS_PDF): Rename from MISC-REFCARDS_PDF.
701 (SURVIVAL_CARDS_PDF): Rename from SURVIVAL-CARDS_PDF.
702 (VIPER_CARDS_PDF): Rename from VIPER-CARDS_PDF.
68b5f855 703
9d760d75
GM
7042011-01-18 Glenn Morris <rgm@gnu.org>
705
706 * PROBLEMS: Add note about svn+ssh. (Bug#7791)
707
77ab81d0 7082011-01-14 Glenn Morris <rgm@gnu.org>
970b9a42
GM
709
710 * refcards/calccard.tex, refcards/cs-dired-ref.tex:
711 * refcards/cs-refcard.tex, refcards/cs-survival.tex:
712 * refcards/de-refcard.tex, refcards/dired-ref.tex:
713 * refcards/fr-dired-ref.tex, refcards/fr-refcard.tex:
714 * refcards/fr-survival.tex, refcards/orgcard.tex:
715 * refcards/pl-refcard.tex, refcards/pt-br-refcard.tex:
716 * refcards/refcard.tex, refcards/ru-refcard.tex:
717 * refcards/sk-dired-ref.tex, refcards/sk-refcard.tex:
718 * refcards/sk-survival.tex, refcards/survival.tex:
719 * refcards/vipcard.tex, refcards/viperCard.tex:
720 Update short copyright year to 2011.
721
d221e780
CO
7222011-01-13 Christian Ohler <ohler@gnu.org>
723
724 * NEWS: Mention ERT.
725
3c3d4f5b
MA
7262011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
727
728 * NEWS: Add new function dbus-register-service.
729
2c243704
CY
7302011-01-09 Chong Yidong <cyd@stupidchicken.com>
731
732 * themes/tango-theme.el, themes/tango-dark-theme.el: Let-bind
733 tango palette colors. Only define faces for color displays.
734 Customize the ansi-color-names-vector variable. Add Ediff,
735 Flyspell, and Semantic faces as suggested by Jan Moringen.
736
7c837933
AS
7372011-01-08 Andreas Schwab <schwab@linux-m68k.org>
738
739 * compilation.txt: Add column to gcc-include sample.
740
16eea16b
GM
7412011-01-08 Glenn Morris <rgm@gnu.org>
742
743 * PROBLEMS: -batch implies -q.
744
f3699ed6
TH
7452011-01-07 Tassilo Horn <tassilo@member.fsf.org>
746
747 * themes/tsdh-light-theme.el, themes/tsdh-dark-theme.el: Remove
748 dev-prefix from file names, so that the files don't clash on 8x3
749 filesystems.
750
2d3e1aed
TH
7512011-01-06 Tassilo Horn <tassilo@member.fsf.org>
752
753 * themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
754 * themes/dev-tsdh-dark-theme.el (dev-tsdh-dark): New theme.
755
412b9ee5
MA
7562011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
757
91af3942 758 * NEWS: Extended behavior of dbus-register-{method,property}.
412b9ee5 759
7c420169 7602011-01-02 Kenichi Handa <handa@m17n.org>
76428f01 761
7c420169 762 * NEWS.23: Describe the changes for rmail's MIME handling.
76428f01 763
94975270
CY
7642010-12-18 Chong Yidong <cyd@stupidchicken.com>
765
766 * images/separator.xpm: Tweak colors.
767
a808d31f
MA
7682010-12-14 Michael Albinus <michael.albinus@gmx.de>
769
770 * NEWS: Mention new Tramp method "ksu".
771
01c35094 7722010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
773
774 * schema/schemas.xml: Add DocBook (Bug#7491).
775
acedf35c
CD
7762010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
777
778 * refcards/orgcard.tex: Cleanup.
779
07976ae3 7802010-11-27 Ulrich Mueller <ulm@gentoo.org>
f102b345
UM
781
782 * HELLO: Add ancient Greek (Bug#7418).
783
0eb025fb
EZ
7842010-11-13 Eli Zaretskii <eliz@gnu.org>
785
786 * NEWS: Document display of glyphless characters.
787
afe98dfa
CD
7882010-11-11 Eric Schulte <schulte.eric@gmail.com>
789
56f5a94e 790 * refcards/orgcard.tex: Add new Babel key sequences.
afe98dfa 791
57c17ca4
GM
7922010-10-26 Glenn Morris <rgm@gnu.org>
793
794 * images/README: Add (un)checked.xpm
795 * images/checked.xpm, images/unchecked.xpm: Add copyright.
796
01898dc2
CY
7972010-10-24 Chong Yidong <cyd@stupidchicken.com>
798
799 * images/checked.xpm:
800 * images/unchecked.xpm: New images.
801
5793a7bc 8022010-10-24 Richard Stallman <rms@gnu.org>
945c0344
RS
803
804 * DISTRIB: Update donation section.
805
5793a7bc 8062010-10-24 Glenn Morris <rgm@gnu.org>
22dd677b
GM
807
808 * DISTRIB: Small updates.
809
3f12b18c
JD
8102010-10-19 Julien Danjou <julien@danjou.info>
811
812 * tutorials/TUTORIAL: Don't mention mode-line end dashes.
813
782b5e8d
CY
8142010-10-16 Chong Yidong <cyd@stupidchicken.com>
815
816 * themes: New directory for custom theme files, moved from lisp/.
817
220d91b8 8182010-10-14 Juanma Barranquero <lekktu@gmail.com>
c0943d3d
JB
819
820 * tutorials/TUTORIAL.es: Fix typos.
821
2e288d54
JB
8222010-10-13 Juanma Barranquero <lekktu@gmail.com>
823
824 * NEWS: Mention `dynamic-library-alist'.
825
013b96cc
GM
8262010-10-13 Glenn Morris <rgm@gnu.org>
827
828 * NEXTSTEP: New file, extracted from ../nextstep/{AUTHORS,README}.
829
a2c31846
GM
8302010-10-12 Glenn Morris <rgm@gnu.org>
831
8521e69b
GM
832 * TODO: Merge ../nextstep/FOR-RELEASE into this file.
833
a2c31846
GM
834 * BABYL: Remove file.
835
b9749554
EL
8362010-09-21 Eric Ludlam <zappo@gnu.org>
837
838 * srecode/java.srt: Make NAME be a prompt.
839
459bba37
MA
8402010-09-13 Michael Albinus <michael.albinus@gmx.de>
841
842 * NEWS: Some Tramp methods are discontinued.
843
ac1e75b3
GM
8442010-09-11 Glenn Morris <rgm@gnu.org>
845
846 * emacs.bash, emacs.csh, ms-kermit: Remove obsolete files (use
847 emacsclient -a instead of the first two).
848
71c17aec
LMI
8492010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
850
851 * NEWS: Mention the new libxml2 functions.
852
b60f961f
KH
8532010-08-25 Kenichi Handa <handa@m17n.org>
854
855 * HELLO: Change designation sequences for Arabic text.
856
37221432
MA
8572010-08-23 Michael Albinus <michael.albinus@gmx.de>
858
859 * NEWS: dbus.el supports alternative buses.
860
8818c329 8612010-08-22 Alex Harsanyi <harsanyi@mac.com> (tiny change)
d8f0aff6
AH
862
863 * emacs3.py: Import imp module and use it (Bug#5756).
864
b482d923
EZ
8652010-08-14 Eli Zaretskii <eliz@gnu.org>
866
867 * tutorials/TUTORIAL.he: Use MAQAF instead of hyphen where appropriate.
868 Fix a few typos.
869
7815fe19 8702010-08-08 Ken Brown <kbrown@cornell.edu>
4f35b2e8
KB
871
872 * PROBLEMS: Mention problem with Cygwin 1.5.19.
873
309a663f
EZ
8742010-08-07 Eli Zaretskii <eliz@gnu.org>
875
d064e6a6
EZ
876 * NEWS: Mention the Hebrew translation.
877
309a663f
EZ
878 * tutorials/TUTORIAL.he: Don't use acronyms.
879
29cf3e20
EZ
8802010-08-05 Eli Zaretskii <eliz@gnu.org>
881
882 * AUTHORS: Rename unexec.o => unexcoff.o.
883 * PROBLEMS: Rename unexec.o => unexcoff.o.
884
cd83d522
EZ
8852010-07-31 Eli Zaretskii <eliz@gnu.org>
886
887 * tutorials/TUTORIAL.he: New file.
888
889 * tutorials/TUTORIAL.translators: Add TUTORIAL.he.
890
e3aef5c6
CS
8912010-07-24 Christoph Scholtes <cschol2112@gmail.com>
892
893 * NEWS: Document new --distfiles configure.bat option and
894 `dist' make target on Windows.
895
0a46152e
JB
8962010-07-20 Juanma Barranquero <lekktu@gmail.com>
897
898 * PROBLEMS: Add note about use of backslashes in Windows paths.
899
04779484
JB
9002010-07-19 Juanma Barranquero <lekktu@gmail.com>
901
902 * NEWS: Mention --enable-checking is now supported on Windows.
903
86fbb8ca
CD
9042010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
905
906 * refcards/orgcard.tex: Remove the key for the TODO sparse tree
907 and add the new key. Document new keys for image and entity
908 display. Document the Org Babel keys.
86fbb8ca 909
024681aa
KB
9102010-06-19 Ken Brown <kbrown@cornell.edu>
911
912 * PROBLEMS: Update Cygwin GCC information. (Bug#6458)
913
6955432c
GM
9142010-06-12 Glenn Morris <rgm@gnu.org>
915
916 * tutorials/TUTORIAL.bg, tutorials/TUTORIAL.es: Fix typos.
917
f9e78150
MA
9182010-06-09 Michael Albinus <michael.albinus@gmx.de>
919
920 * NEWS: Add notifications.el.
921
ad5a7209
GM
9222010-05-28 Glenn Morris <rgm@gnu.org>
923
924 * MACHINES: Remove some old information no longer of relevance.
925 Switch to outline-mode.
926
f995538b
GM
9272010-05-27 Glenn Morris <rgm@gnu.org>
928
929 * PROBLEMS: Remove old information no longer of relevance.
930
171eda53 9312010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
c3bb441d
SM
932
933 * NEWS: Add sections for Emacs-23.3.
934
0235128c
SM
9352010-05-08 Chong Yidong <cyd@stupidchicken.com>
936
937 * PROBLEMS: Document gcc-4.5 bug (Bug#6031).
938
9392010-05-08 Kenichi Handa <handa@m17n.org>
940
941 * HELLO: Adjust Burmese for Unicode 5.2 encoding.
942
61a808e8
CY
9432010-05-07 Chong Yidong <cyd@stupidchicken.com>
944
945 * Version 23.2 released.
946
5f43e51c
EZ
9472010-05-07 Eli Zaretskii <eliz@gnu.org>
948
949 * HELLO: Reorder Arabic greetings into logical order (they were
950 mistakenly changed to visual order by the 2010-03-28 change).
951
6e104790 9522010-04-18 Francesc Rocher <rocher@member.fsf.org>
46ac1194
FR
953
954 * MORE.STUFF: Add a new entry for QWE.
955
b9f20364
SM
9562010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
957
958 * HELLO (Mathematics): Prefer Unicode charset.
959
85738751 9602010-03-30 Chong Yidong <cyd@stupidchicken.com>
727be773
CY
961
962 * images/icons/hicolor/scalable/apps/emacs.svg: Put preamble after
963 svg tag (Bug#5790).
964
85738751 9652010-03-30 Eli Zaretskii <eliz@gnu.org>
5660c0f5
EZ
966
967 * PROBLEMS: Mention problems on MS-Windows with incompatible
968 regex.h headers.
969
a7b02820
EZ
9702010-03-28 Eli Zaretskii <eliz@gnu.org>
971
972 * HELLO: Reorder Arabic and Hebrew into logical order, and
973 insert RLM before the opening paren, to make the display more
974 reasonable. Add setting for bidi-display-reordering in the local
975 variables section.
976 * NEWS: Mention initial support for bidirectional editing.
977
e867cb5d 9782010-03-24 Francesc Rocher <rocher@member.fsf.org>
3af45ae1 979
c3bb441d 980 * MORE.STUFF: Remove CEDET entry, now distributed as part of Emacs.
3af45ae1 981
1888398e
KY
9822010-03-22 Teodor Zlatanov <tzz@lifelogs.com>
983
984 * gnus/gnus-setup.ast: Add finish links to the top nodes.
985
986 * gnus/news-server.ast: Add some trivial validation.
987
7725ebb7
MA
9882010-03-13 Michael Albinus <michael.albinus@gmx.de>
989
990 * NEWS: Add secrets.el.
991
e3c5dd11
CY
9922010-03-12 Chong Yidong <cyd@stupidchicken.com>
993
994 * images/custom/down.xpm, images/custom/right.xpm: Update images
995 to increase contrast on bright backgrounds.
996
288f9fc0
CY
9972010-03-10 Chong Yidong <cyd@stupidchicken.com>
998
999 * Branch for 23.2.
1000
d40a7570
GM
10012010-03-06 Glenn Morris <rgm@gnu.org>
1002
1003 * srecode/default.srt (COPYRIGHT): Update template copyright to GPLv3+.
1004
324f60ef
GM
10052010-03-05 Glenn Morris <rgm@gnu.org>
1006
1007 * refcards/orgcard.tex: Use pdflayout.sty.
1008 * refcards/Makefile (orgcard.pdf): Special rule no longer needed.
1009
3bb1fc91
GM
10102010-03-02 Glenn Morris <rgm@gnu.org>
1011
1012 * refcards/Makefile: For cs- and sk-, use pdfcsplain if available.
1013 (pl-refcard.pdf): Let presence of pdfmex be another test for the
1014 required TeX files. Pass explicit output-format to tex command.
1015 (orgcard.pdf): Use ps2pdf, since pdftex tends to produce a
1016 portrait layout rather than the desired landscape.
1017
09e98003
GM
10182010-03-01 Glenn Morris <rgm@gnu.org>
1019
28a138be
GM
1020 * refcards/pl-refcard.tex: Double forward-slashes in URL for Mex.
1021
f9728733
GM
1022 * refcards/de-refcard.tex: Fix paren typo.
1023
2509f654
GM
1024 * refcards/ru-refcard.tex: Rename \year command to \cyear, since
1025 the former seems to be already used in some TeX installations.
1026
09e98003
GM
1027 * refcards/calccard.tex, refcards/cs-dired-ref.tex:
1028 * refcards/cs-refcard.tex, refcards/cs-survival.tex:
1029 * refcards/de-refcard.tex, refcards/dired-ref.tex:
1030 * refcards/fr-dired-ref.tex, refcards/fr-refcard.tex:
1031 * refcards/fr-survival.tex, refcards/orgcard.pdf:
1032 * refcards/orgcard.tex, refcards/pl-refcard.tex:
1033 * refcards/pt-br-refcard.tex, refcards/refcard.tex:
1034 * refcards/ru-refcard.tex, refcards/sk-dired-ref.tex:
1035 * refcards/sk-refcard.tex, refcards/sk-survival.tex:
1036 * refcards/survival.tex, refcards/vipcard.tex:
1037 * refcards/viperCard.tex: Update short copyright year to 2010.
1038
183c7ef9
GM
10392010-02-26 Glenn Morris <rgm@gnu.org>
1040
1041 * tutorials/TUTORIAL.es, tutorials/TUTORIAL.pt_BR:
1042 Fix some keybinding typos.
1043
6fd060bf
CY
10442010-02-14 Chong Yidong <cyd@stupidchicken.com>
1045
22adfe08
GM
1046 * images/custom/down-pushed.xpm, images/custom/down.xpm:
1047 * images/custom/right-pushed.xpm:
1048 * images/custom/right-pushed.xpm: Increase height by four
6fd060bf
CY
1049 pixels, to improve text alignment.
1050
045b9da7
ML
10512010-01-16 Mario Lang <mlang@delysid.org>
1052
1053 * srecode/doc-cpp.srt, srecode/doc-default.srt:
1054 * srecode/doc-java.srt: Remove duplicated words.
1055
c30667d4
GM
10562010-01-14 Nick Roberts <nickrob@snap.net.nz>
1057
22adfe08
GM
1058 * images/gud/recstart.xpm, images/gud/recstop.xpm:
1059 * images/gud/rcont.xpm, images/gud/rnext.xpm:
1060 * images/gud/rfinish.xpm, images/gud/rnexti.xpm:
1061 * images/gud/rstep.xpm, images/gud/rstepi.xpm:
c30667d4
GM
1062 New icons for reverse debugging.
1063
c2dd1910
JB
10642010-01-14 Juanma Barranquero <lekktu@gmail.com>
1065
1066 * srecode/doc-cpp.srt (function-comment, variable-same-line-comment)
1067 (group-comment-start, group-comment-end):
1068 * srecode/doc-default.srt (section-comment, function-comment)
1069 (variable-same-line-comment, group-comment-start, group-comment-end):
1070 * srecode/doc-java.srt (function-comment, variable-same-line-comment)
b762841f 1071 (group-comment-start, group-comment-end):
c2dd1910
JB
1072 Fix typos in template docstrings.
1073
d9a7c140
KH
10742010-01-14 Kenichi Handa <handa@m17n.org>
1075
1076 * NEWS: Describe the change of auto-composition-mode.
1077
893db5bc
GM
10782010-01-12 Glenn Morris <rgm@gnu.org>
1079
1080 * CONTRIBUTE, NEWS: Use bug-gnu-emacs rather than emacs-pretest-bug
1081 for bug reports for development versions.
1082
da14b7ca
JB
10832010-01-01 Juanma Barranquero <lekktu@gmail.com>
1084
1085 * NEWS: Fix typos.
1086
5b94cf5f
GM
10872009-12-15 Glenn Morris <rgm@gnu.org>
1088
d40084d1
GM
1089 * CONTRIBUTE (Coding Standards): Update URL.
1090 (Getting the Source Code): Other VCSs are available.
1091
8a0d3b3f
GM
1092 * ORDERS: Update some URLs.
1093
5b94cf5f
GM
1094 * edt-user.el: New file, split out from edt-user.doc.
1095 * edt-user.doc: Split into edt-user.el and ../doc/misc/edt.texi,
1096 and remove.
1097
9bbd0cac
MA
10982009-12-09 Michael Albinus <michael.albinus@gmx.de>
1099
1100 * NEWS: Point to the external counterparts of su and sudo.
1101
eb7799da
GM
11022009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1103
1104 * images/mpc/add.xpm, images/mpc/ffwd.xpm, images/mpc/next.xpm:
1105 * images/mpc/pause.xpm, images/mpc/play.xpm, images/mpc/prev.xpm:
1106 * images/mpc/rewind.xpm, images/mpc/stop.xpm:
1107 New images.
1108
59ffcfc4
MA
11092009-11-27 Michael Albinus <michael.albinus@gmx.de>
1110
1111 * NEWS: New functions eshell/su and eshell/sudo.
1112
1d5aaabd
KR
11132009-11-26 Kevin Ryde <user42@zip.com.au>
1114
1115 * MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki".
1116 Aubrey Jaffer's texinfo R5RS moved to
1117 http://groups.csail.mit.edu/mac/ftpdir/scm/r5rs.info.tar.gz
1118 (per http://people.csail.mit.edu/jaffer/Scheme.html).
1119
6a7ce3a2
JD
11202009-11-26 Jan Djärv <jan.h.d@swipnet.se>
1121
1122 * PROBLEMS: Mention Metacity hang on Emacs resize.
1123
abbdc6a0
CY
11242009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1125
5c3ef352
CY
1126 * PROBLEMS: Add workaround for Cygwin crash and remove fixed
1127 rebasing problem.
abbdc6a0 1128
637fa988
JD
11292009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1130
1131 * NEWS: Mention dynamic font changes (font-use-system-font).
1132
17673adf
CD
11332009-11-15 Carsten Dominik <dominik@u016822.science.uva.nl>
1134
1135 * refcards/orgcard.tex: Push version number to 6.33a.
1136
a351880d
CD
11372009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
1138
1139 * refcards/orgcard.tex: Document the new archiving keys.
1140
951802d0
CY
11412009-11-08 Chong Yidong <cyd@stupidchicken.com>
1142
1143 * compilation.txt: Add one more error message for msft (Bug#4100).
1144
3aa8040c
KF
11452009-10-09 Karl Fogel <karl.fogel@red-bean.com>
1146
1147 * NEWS: Document bookmark.el at 2008-06-25T16:51:33Z!monnier@iro.umontreal.ca format upgrade. (Bug#3375)
1148
9a03b2e1
MA
11492009-10-04 Michael Albinus <michael.albinus@gmx.de>
1150
1151 * NEWS: New function copy-directory.
1152
c05676c5
CY
11532009-10-03 Chong Yidong <cyd@stupidchicken.com>
1154
1155 * srecode: New directory for SRecode template files.
1156
d3080264
MA
11572009-10-01 Michael Albinus <michael.albinus@gmx.de>
1158
1159 * NEWS: delete-directory has an optional parameter RECURSIVE.
1160
7006d207
CD
11612009-10-01 Carsten Dominik <dominik@u016822.science.uva.nl>
1162
1163 * refcards/orgcard.tex: New version number.
1164
8b15e920
MA
11652009-09-28 Michael Albinus <michael.albinus@gmx.de>
1166
1167 * NEWS: Mention Tramp connection methods "imap" and "imaps".
1168
3d994264
TZ
11692009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1170
ed9265fc 1171 * NEWS: Mention new library imap-hash.el.
3d994264 1172
1659ada0
JB
11732009-09-22 Juanma Barranquero <lekktu@gmail.com>
1174
1175 * NEWS: Mention new variable `help-downcase-arguments'
1176 and new default for arguments in *Help* buffers.
1177
8686ac71
JB
11782009-09-15 Juanma Barranquero <lekktu@gmail.com>
1179
1180 * NEWS: Mention new behavior of -Q and new variable
1181 `inhibit-x-resources'.
1182
b2d98113
CY
11832009-09-13 Chong Yidong <cyd@stupidchicken.com>
1184
1185 * PROBLEMS: Document Athena/Lucid internationalization
1186 problem (Bug#4333).
1187
6eb02347
CD
11882009-09-02 Carsten Dominik <dominik@u016822.science.uva.nl>
1189
1190 * refcards/orgcard.tex: Document new effort setting commands.
1191 Document the new keys for agenda time motion.
1192 Document the `E' key in the agenda.
1193
82e98df4
SM
11942009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1195
1196 * NEWS: Declare unibyte sessions obsolete.
1197
7284d47a
MA
11982009-08-28 Michael Albinus <michael.albinus@gmx.de>
1199
1200 * NEWS: Mention Tramp connection method "rsyncc" and variable
1201 `process-file-side-effects'.
1202
3c736e33
KH
12032009-08-13 Kenichi Handa <handa@m17n.org>
1204
1205 * NEWS: Mention the new coding systme `utf-8-hfs' and many
1206 functions for Unicode normalization.
1207
f10ce991
CY
12082009-08-09 CHENG Gao <chenggao@gmail.com>
1209
1210 * MORE.STUFF: Update Etags and Ispell URLs.
1211
5ce6e4f4 12122009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
e9b23a04
DD
1213
1214 * images/gud/all.xpm, images/gud/thread.xpm: New icons for
ed9265fc 1215 gdb-mi.el.
e9b23a04 1216
3bca7ca5
DN
12172009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1218
1219 * e/eterm-color.ti (msgr, u6, u7): New capabilities.
1220
aa16c75d
MA
12212009-08-02 Michael Albinus <michael.albinus@gmx.de>
1222
1223 * NEWS: Autorevert Tail mode works now for remote files.
1224
cabb1527
CY
12252009-07-26 Kevin Ryde <user42@zip.com.au>
1226
1227 * compilation.txt: Add Perl-Glib sample message.
1228
100b6355
KR
12292009-07-23 Ken Raeburn <raeburn@raeburn.org>
1230
1231 * NEWS: `load-in-progress' corruption fixed.
1232
0b5546d6
GM
12332009-07-21 Glenn Morris <rgm@gnu.org>
1234
1235 * refcards/cs-dired-ref.tex, refcards/dired-ref.tex:
1236 * refcards/fr-dired-ref.tex, refcards/sk-dired-ref.tex:
1237 * refcards/cs-refcard.tex, refcards/de-refcard.tex:
1238 * refcards/fr-refcard.tex, refcards/pl-refcard.tex:
1239 * refcards/pt-br-refcard.tex, refcards/refcard.tex:
1240 * refcards/ru-refcard.tex, refcards/sk-refcard.tex:
1241 * refcards/cs-survival.tex, refcards/fr-survival.tex:
1242 * refcards/sk-survival.tex, refcards/survival.tex:
1243 Remove version numbers that don't mean much. Instead, just use Emacs
1244 version and date. Use FSF URL rather than postal address.
1245
1246 * refcards/vipcard.tex (versionnumber, version): Remove.
1247 (versionemacs, versionvip): New.
1248 (copyrightnotice): Use FSF URL rather than postal address.
1249
1250 * refcards/viperCard.tex (versionnumber): Rename to versionviper.
1251 (versionemacs, versionxemacs): New.
1252 (version): Remove.
1253 (copyrightnotice): Use FSF URL rather than postal address.
1254
f3cc0ddb
GM
12552009-07-16 Glenn Morris <rgm@gnu.org>
1256
c2c847d2
GM
1257 * refcards/cs-dired-ref.tex, refcards/fr-dired-ref.tex:
1258 * refcards/sk-dired-ref.tex:
1259 Remove non-existent (?) bindings: w, C-u o, U, delete.
1260 Fix bindings: delete marked files = D, not X; flag garbage = % &, not &.
1261
f3cc0ddb
GM
1262 * refcards/gnus-refcard.tex: Condense a few sentences in order to
1263 make them fit on one line, and add some page breaks, to improve the
1264 layout in the pdfs.
1265
c1baf2d1
GM
12662009-07-15 Glenn Morris <rgm@gnu.org>
1267
1268 * refcards/dired-ref.tex: Change from A4 to letter paper.
1269 Remove non-existent (?) bindings: w, C-u o, U, delete.
1270 Fix bindings: delete marked files = D, not X; flag garbage = % &, not &.
1271 New: async shell command = &.
1272
1273 * refcards/gnus-refcard.tex (Copyright): Add 2009.
1274 (Notes): Add missing line-break.
1275 (Threading): Reword to fit on one line.
1276
1277 * refcards/calccard.tex (emacsversionnumber): Just use major version.
1278
1279 * refcards/Makefile (gnus-booklet.pdf): Use jobname rather than
1280 clobbering gnus-refcard.pdf.
1281 (clean): Remove .aux files.
31a9ab9d 1282 (gnus-logo.pdf): Remove rule, since this file is distributed.
c1baf2d1 1283
86b12161
KH
12842009-07-10 Kenichi Handa <handa@m17n.org>
1285
1286 * tutorials/TUTORIAL.ja: Reflect the latest change of TUTORIAL.
1287
4cbe53b4
GM
12882009-07-10 Kevin Ryde <user42@zip.com.au>
1289
1290 * compilation.txt: Fix names of some elements.
1291
45ea35bf
GM
12922009-07-08 Glenn Morris <rgm@gnu.org>
1293
1294 * tutorials/TUTORIAL: Standardize the way M-x commands are written:
1295 dashes inside command names, not spaces; spaces before <Return>.
1296 (Summary): Describe the new behavior of C-l.
1297 (Basic Cursor Control): Don't say that files "ought" to end in newlines.
1298 Try to distinguish scroll bar from fringes.
1299 You can also scroll with a wheel mouse.
1300 (If Emacs Stops Responding): Rename from "When Emacs is hung".
1301 (Inserting And Deleting): Continuation marks appear in the fringe.
1302 Clarify that deletion can be undone. Mention cut and paste, and
1303 the Glossary.
1304 (Files, Mode Line): Update mode-line format.
1305 (Extending The Command Set): Downplay C-z, since using Emacs on a
1306 text-only terminal is less common these days.
1307 (Searching): Incremental searching is no longer atypical.
1308 Downplay flow control issues, remove reference to deleted FAQ node.
1309 (Multiple Windows): Mention frames.
1310 (Multiple Frames): New section.
1311 (Getting More Help): Downplay C-h having a different binding.
1312 Don't say help is "on-line", since the meaning has changed.
1313 (More Features): Replace "on-line". Use C-h rather than F10 h.
1314 Say a little more about completion.
1315 (Conclusion): Don't mention C-z again here.
1316
3f1c6666
JD
13172009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1318
1319 * NEWS: Mention maximized.
1320
edb54f27
MA
13212009-06-30 Michael Albinus <michael.albinus@gmx.de>
1322
1323 * NEWS: Add "synce" connection method of Tramp.
1324
ac8b8fcd
MA
13252009-06-24 Michael Albinus <michael.albinus@gmx.de>
1326
1327 * NEWS: Add new connection methods of Tramp.
1328
aa4a9384
KH
13292009-06-24 Kenichi Handa <handa@m17n.org>
1330
1331 * charsets/stdenc.map: Re-generated.
1332
1333 * charsets/symbol.map: Re-generated.
1334
70243478
CY
13352009-06-21 Chong Yidong <cyd@stupidchicken.com>
1336
1337 * Branch for 23.1.
1338
043dfe24
AM
13392009-06-15 Alan Mackenzie <acm@muc.de>
1340
1341 * NEWS: Document changes to end-of-defun-function, clarifying
1342 entry for beginning-of-defun-function.
1343
d1d87851
BW
13442009-06-13 Bill Wohler <wohler@newt.com>
1345
1346 Release MH-E version 8.2.
1347
1348 * NEWS, MH-E-NEWS: Update for MH-E release 8.2.
1349
742c7b4c
KH
13502009-06-12 Kenichi Handa <handa@m17n.org>
1351
b643362c 1352 * HELLO: Use "/" instead of "," to separate independent words.
67cbe681 1353
742c7b4c
KH
1354 * charsets/*.map: All re-generated.
1355
13562009-06-08 Kenichi Handa <handa@m17n.org>
1357
1358 * HELLO: Downcase "suomi".
1359
74815974
WL
13602009-05-25 Werner Lemberg <wl@gnu.org>
1361
1362 * tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
1363 Use reformed Orthography.
1364 Minor improvements.
1365
ece53951
CY
13662009-05-19 Chong Yidong <cyd@stupidchicken.com>
1367
1368 * refcards/survival.tex: Add M-g M-g binding.
1369
1370 * refcards/survival.tex:
1371 * refcards/sk-survival.tex:
1372 * refcards/sk-refcard.tex:
1373 * refcards/sk-dired-ref.tex:
1374 * refcards/ru-refcard.tex:
1375 * refcards/pt-br-refcard.tex:
1376 * refcards/pl-refcard.tex:
1377 * refcards/fr-survival.tex:
1378 * refcards/fr-dired-ref.tex:
1379 * refcards/dired-ref.tex:
1380 * refcards/cs-survival.tex:
1381 * refcards/cs-refcard.tex:
1382 * refcards/cs-dired-ref.tex: Bump refcard version numbers to 23.
1383
a96da3ab
CY
13842009-05-15 Chong Yidong <cyd@stupidchicken.com>
1385
1386 * refcards/refcard.tex: Update Emacs version to 23.
1387
91ce9459
CY
13882009-05-15 Sven Joachim <svenjoac@gmx.de>
1389
da14b7ca
JB
1390 * refcards/de-refcard.tex: Merge changes from refcard.tex.
1391 Change `Paragraph' to `Absatz'.
91ce9459 1392
583ebd63
GM
13932009-04-09 Glenn Morris <rgm@gnu.org>
1394
1395 * MORE.STUFF: Update some urls. Remove dead links: eshell, expand,
1396 ffap, hideshow. Remove original whitespace, now in obsolete/.
1397 Remember and nXML are part of the distribution now.
1398
2d2db320
KH
13992009-03-13 Kenichi Handa <handa@m17n.org>
1400
1401 * NEWS: Add description for the argument change of
1402 `set-fontset-font' and `print-fontset'.
1403
bd6e492c
GM
14042009-02-25 Glenn Morris <rgm@gnu.org>
1405
1406 * MORE.STUFF: Mention Zile.
1407
a20878b6
MB
14082009-02-23 Miles Bader <miles@gnu.org>
1409
1410 * NEWS: Rename `system-process-attributes' to `process-attributes'.
1411
6766b10c
NR
14122009-02-19 Nick Roberts <nickrob@snap.net.nz>
1413
1414 * compilation.txt: Add entry for maven.
1415
f623f737
JB
14162009-02-14 Jay Belanger <jay.p.belanger@gmail.com>
1417
1418 * refcards/calccard.tex: Update version number.
1419 Mention Maxima mode.
1420
bec18736
DN
14212009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
1422
1423 * compilation.txt (gnu): Add an example for the "note" format.
1424
8c4fae51
JR
14252009-02-04 Jason Rumney <jasonr@gnu.org>
1426
1427 * PROBLEMS (CPP): Note problem with resource compiler of MSVC.
1428
2c015ae7
GM
14292009-02-02 Carsten Dominik <dominik@science.uva.nl>
1430
1431 * refcards/orgcard.tex: New version number.
1432
62e466d0
JB
14332009-01-28 Juanma Barranquero <lekktu@gmail.com>
1434
1435 * PROBLEMS (Windows): Add entry about TCC/4NT and App Paths keys.
1436
7ddb1b5f
CD
14372009-01-28 Carsten Dominik <dominik@science.uva.nl>
1438
1439 * refcards/orgcard.tex: New version number.
1440
3da3282e
CD
14412009-01-27 Carsten Dominik <dominik@science.uva.nl>
1442
1443 * refcards/orgcard.tex: New version number.
1444
be7ca044
KH
14452009-01-27 Kenichi Handa <handa@m17n.org>
1446
1447 * NEWS: New function `coding-sytem-from-name'.
1448
55e0839d
CD
14492009-01-25 Carsten Dominik <dominik@science.uva.nl>
1450
1451 * refcards/orgcard.tex: New year and version number.
1452 Document heading/item conversion commands.
1453 Document C-c RET in tables.
1454
cc2fc5a2
MA
14552009-01-03 Michael Albinus <michael.albinus@gmx.de>
1456
1457 * NEWS: Tramp supports IPv6 addresses.
1458
b6cb4cd5
CD
14592008-12-20 Carsten Dominik <dominik@science.uva.nl>
1460
1461 * refcards/orgcard.tex: Version number change.
1462
bde76d3e
EZ
14632008-12-19 Eli Zaretskii <eliz@gnu.org>
1464
1465 * PROBLEMS (MS-DOS): Document the problems on Vista.
1466
ed208c8a
CD
14672008-12-17 Carsten Dominik <dominik@science.uva.nl>
1468
1469 * refcards/orgcard.tex: Version number change.
1470
67df9cfb
CD
14712008-12-16 Carsten Dominik <dominik@science.uva.nl>
1472
1473 * refcards/orgcard.tex: Version number change.
1474
7c3cb0ab
DN
14752008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1476
1477 * MACHINES: SH3 is still supported.
1478
96c8522a
CD
14792008-12-07 Carsten Dominik <dominik@science.uva.nl>
1480
1481 * refcards/orgcard.tex: Version number update.
1482
0956be4f
JB
14832008-11-27 Juanma Barranquero <lekktu@gmail.com>
1484
1485 * NEWS: Fix typo. (Bug#1439)
1486
e45e3595
CD
14872008-11-12 Carsten Dominik <dominik@science.uva.nl>
1488
1489 * refcards/orgcard.tex: Document the extra yanking key.
1490
33198156
MH
14912008-11-08 Mark A. Hershberger <mah@everybody.org>
1492
1493 * compilation.txt (php): Add regexp for php error messages.
1494
d6c180c4
JB
14952008-10-24 Juanma Barranquero <lekktu@gmail.com>
1496
1497 * NEWS: New function `locate-user-emacs-file'.
1498
fac5dc61
DN
14992008-10-18 Ulrich Mueller <ulm@gentoo.org>
1500
1501 * MACHINES: Add section for SuperH.
1502
47ffc456
CD
15032008-10-12 Carsten Dominik <dominik@science.uva.nl>
1504
1505 * refcards/orgcard.tex: Add description for attachments, plus
1506 minor changes.
1507
15082008-07-24 Carsten Dominik <dominik@science.uva.nl>
1509
1510 * refcards/orgcard.tex: Minor fixes.
1511
29c068d1
DU
15122008-09-08 Daiki Ueno <ueno@unixuser.org>
1513
1514 * TODO: Remove the entry describing auto-encryption.
1515
3256a475
RC
15162008-08-26 Robert J. Chassell <bob@rattlesnake.com>
1517
10d1d0af 1518 * PROBLEMS: Prevent pasting a region twice on an xterm or rxvt in X.
3256a475 1519
5bd950ea
CY
15202008-08-23 Chong Yidong <cyd@stupidchicken.com>
1521
1522 * HELLO: Fix Javanese pun.
1523
f956beb6
BW
15242008-08-18 Bill Wohler <wohler@newt.com>
1525
1526 Release MH-E version 8.1.
10d1d0af 1527
f956beb6
BW
1528 * NEWS, MH-E-NEWS: Update for MH-E release 8.1.
1529
4e5a8be9
VJL
15302008-08-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1531
1532 * NEWS: Improve information about whitespace package.
1533
6d496c76
TZ
15342008-08-01 Teodor Zlatanov <tzz@lifelogs.com>
1535
1536 * NEWS: Add entries about the new auth-source integration and
1537 about the cyrillic-translit modifications.
1538
7ded3383
AR
15392008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
1540
1541 * Emacs.clr: Remove.
1542
7c2fb837
DN
15432008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1544
1545 * termcap.src: Remove file.
1546 * README:
1547 * PROBLEMS:
1548 * MACHINES: Remove VMS info.
1549
9e2a2647
DN
15502008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1551
1552 * PROBLEMS:
1553 * MACHINES: Remove mentions of Mac Carbon.
1554
355b422f
VJL
15552008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1556
1557 * NEWS: New function `diff-show-trailing-blanks' in diff-mode.el.
1558
b8454fe2
MA
15592008-07-24 Michael Albinus <michael.albinus@gmx.de>
1560
1561 * NEWS: Add xesam.el.
1562
2f56f788
VJL
15632008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1564
1565 * NEWS: Add information about whitespace package.
1566
15f54450
JL
15672008-07-19 Juri Linkov <juri@jurta.org>
1568
1569 * tutorials/TUTORIAL: Add information about C-g to the introduction.
1570
555b0992
JB
15712008-07-18 Francesc Rocher <rocher@member.fsf.org>
1572
1573 * images/splash8.xpm: Remove.
1574
ba60bd44 15752008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
06b62770
AR
1576
1577 * NEWS: Add entry about NS port.
1578
ba60bd44 15792008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
1580
1581 * Emacs.clr: New file, add support for X color names to NS display
1582 implementations.
1583
268207a3
JL
15842008-07-12 Juri Linkov <juri@jurta.org>
1585
1586 * HELLO: Use more correct IPA characters for English pronunciation.
1587 Add the combining acute accent after the accented vowel in the
1588 Russian example like it is used in dictionaries.
1589
3b48f0d2
KH
15902008-07-11 Kenichi Handa <handa@m17n.org>
1591
10d1d0af 1592 * HELLO: Change the Arabic words appearing in Non-ASCII examples to
3b48f0d2
KH
1593 iso-8859-6 characters.
1594
68548459
JB
15952008-07-02 Francesc Rocher <rocher@member.fsf.org>
1596
1597 * images/splash.png:
1598 * images/splash.svg:
1599 * images/gnus/gnus.png:
1600 * images/gnus/gnus.svg: New files.
1601
50542767
KH
16022008-06-25 Kenichi Handa <handa@m17n.org>
1603
1604 * NEWS: Mention string-to-unibyte.
1605
e9e70c43
MA
16062008-06-21 Michael Albinus <michael.albinus@gmx.de>
1607
1608 * NEWS: Tramp uses auth-source.
1609
203553fd
JPW
16102008-06-08 John Paul Wallington <jpw@pobox.com>
1611
68548459 1612 * NEWS: Document that `completion-ignore-case' is nil on MS-Windows.
203553fd 1613
23aaf52b
MO
16142008-05-19 Tom Tromey <tromey@redhat.com>
1615
1616 * NEWS: Mention directory-local variables.
1617
5525fa30
JL
16182008-05-11 Juri Linkov <juri@jurta.org>
1619
1620 * images/custom/README:
1621 * images/custom/down.xpm:
1622 * images/custom/down-pushed.xpm:
1623 * images/custom/right.xpm:
1624 * images/custom/right-pushed.xpm: New files.
1625
db86064f
ER
16262008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
1627
1628 * NEWS: Support for Meta-CVS removed.
1629
ba82b36e
NR
16302008-05-05 Nick Roberts <nickrob@snap.net.nz>
1631
1632 * compilation.txt: Add regexp for Open Watcom compiler output.
1633
e405fa5f
RS
16342008-05-04 Reiner Steib <reiner.steib@gmx.de>
1635
1636 * NEWS: Reword previous commit.
1637 * NEWS.22: Document removal of duplicated "alt-" input methods.
1638
16392008-05-03 Glenn Morris <rgm@gnu.org>
1640
1641 * NEWS: Document removal of duplicated "alt-" input methods.
1642
1cb33438
GM
16432008-04-26 Glenn Morris <rgm@gnu.org>
1644
1645 * forms-d2.dat: Move here from ../lisp.
1646
312082e9
JR
16472008-04-06 Jason Rumney <jasonr@gnu.org>
1648
1649 * HELLO (Burmese): Rename from Myanmar.
1650
e652d4d3
RS
16512008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
1652
1653 * GNUS-NEWS (incoming mail files): Add version.
1654
bd6b0b01
RS
16552008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
1656
5bc6ddff
MB
1657 * tutorials/TUTORIAL.de: Remove even more discussion of flow
1658 control. Refer to node name `Init Rebinding' instead of title.
1659
28a16a1b
CD
16602008-03-13 Carsten Dominik <dominik@science.uva.nl>
1661
1662 * refcards/orgcard.tex: Minor fixes.
1663
4d2d106e
CY
16642008-03-12 Chong Yidong <cyd@stupidchicken.com>
1665
5bc6ddff
MB
1666 * tutorials/TUTORIAL, tutorials/TUTORIAL.fr, tutorials/TUTORIAL.ro:
1667 * tutorials/TUTORIAL.bg, tutorials/TUTORIAL.it, tutorials/TUTORIAL.ru:
1668 * tutorials/TUTORIAL.cn, tutorials/TUTORIAL.ja, tutorials/TUTORIAL.sk:
1669 * tutorials/TUTORIAL.cs, tutorials/TUTORIAL.ko, tutorials/TUTORIAL.sl:
1670 * tutorials/TUTORIAL.de, tutorials/TUTORIAL.nl, tutorials/TUTORIAL.sv:
1671 * tutorials/TUTORIAL.eo, tutorials/TUTORIAL.pl, tutorials/TUTORIAL.th:
1672 * tutorials/TUTORIAL.es, tutorials/TUTORIAL.pt_BR:
1673 Remove discussion of flow control.
4d2d106e 1674
85efdcf3
JB
16752008-03-12 Juanma Barranquero <lekktu@gmail.com>
1676
1677 * NEWS: Describe linum.el.
1678
cf358568
GM
16792008-03-11 Glenn Morris <rgm@gnu.org>
1680
1681 * images/icons/hicolor/128x128/apps/emacs.png:
1682 * images/icons/hicolor/16x16/apps/emacs.png:
1683 * images/icons/hicolor/24x24/apps/emacs.png:
1684 * images/icons/hicolor/32x32/apps/emacs.png:
1685 * images/icons/hicolor/48x48/apps/emacs.png:
1686 * images/icons/hicolor/scalable/apps/emacs.svg:
1687 * images/icons/hicolor/scalable/mimetypes/emacs-document.svg:
1688 Remove `creator' metadata.
1689
880820fe 16902008-03-06 Jan Djärv <jan.h.d@swipnet.se>
e8db5c59
JD
1691
1692 * images/README: Update with bookmark_add.
1693
cf358568 1694 * images/bookmark_add.pbm, images/bookmark_add.xpm: New files.
e8db5c59 1695
7b7b316e
DN
16962008-03-03 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
1697
67ab2045
JR
1698 * images/icons/hicolor/32x32/apps/emacs.png: Make transparency 8 bit.
1699 * images/icons/hicolor/scalable/mimetypes/emacs-document.svg: New file.
7b7b316e
DN
1700 * images/icons/hicolor/scalable/apps/emacs.svg: Fix format.
1701
8298ed37
GM
17022008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com>
1703
1704 * images/icons/hicolor/16x16/apps/emacs22.png:
1705 * images/icons/hicolor/24x24/apps/emacs22.png:
1706 * images/icons/hicolor/32x32/apps/emacs22.png:
1707 * images/icons/hicolor/48x48/apps/emacs22.png: New files.
1708 These are the old versions of `emacs.png' under a new name.
1709
c9cc6462
DN
17102008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
1711
1712 * images/icons/README: Update info for the icons.
1713
1714 * images/icons/emacs16_mac.png:
1715 * images/icons/emacs24_mac.png:
1716 * images/icons/emacs256_mac.png:
1717 * images/icons/emacs32_mac.png:
1718 * images/icons/emacs48_mac.png:
8298ed37 1719 * images/icons/emacs512_mac.png: Remove.
c9cc6462
DN
1720
1721 * images/icons/hicolor/16x16/apps/emacs.png:
1722 * images/icons/hicolor/24x24/apps/emacs.png:
1723 * images/icons/hicolor/32x32/apps/emacs.png:
1724 * images/icons/hicolor/48x48/apps/emacs.png: New icon.
1725
1726 * images/icons/hicolor/scalable/apps/emacs.svg:
1727 * images/icons/hicolor/128x128/apps/emacs.png: New files.
1728
143cecdb
RS
17292008-02-26 Reiner Steib <Reiner.Steib@gmx.de>
1730
1731 * NEWS (Gnus): Mention problem with coding system `utf-8-emacs'
1732 when using different Emacs versions.
1733
880820fe 17342008-02-25 Jan Djärv <jan.h.d@swipnet.se>
28bcb349 1735
51fb064b
MB
1736 * NEWS.22: Mention stock icons for Gtk+.
1737
19095422
KH
17382008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
1739
4a4bdfc7 1740 * NEWS: Mention the new language environments Bengali, Punjabi,
19095422
KH
1741 Gujarati, Oriya, Telugu, Sinhala. Mention the removal of features
1742 devanagari, devan-util, kannada, knd-util, malayalam, mlm-util,
1743 tamil, and tml-util.
1744
607d3be2
MO
17452008-02-22 Michael Olson <mwolson@gnu.org>
1746
1747 * NEWS: Describe nXML mode and json.el.
1748
6a6b4d7d
KH
17492008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
1750
4a4bdfc7
JB
1751 * NEWS: Improve the description about the removal of cp-...-codepage
1752 functions. Describe the removal of the feature `devan-util'.
6a6b4d7d 1753
027cd644
GM
17542008-02-21 Glenn Morris <rgm@gnu.org>
1755
1756 * NEWS.unicode: Merge into NEWS and remove file.
1757
3d8c4938
KH
17582008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
1759
1760 * NEWS.unicode: Mention the removal of codepage related functions.
1761
1f7bdd6f
GM
17622008-02-16 Glenn Morris <rgm@gnu.org>
1763
1764 * nxml/test-invalid.xml, nxml/test-valid.xml: Move here from lisp/nxml.
1765 Rename from "test." to "test-" for doschk.
1766
c6588a85
MO
17672008-02-10 Daiki Ueno <ueno@unixuser.org>
1768
1769 * NEWS: Clarify EasyPG functionalities.
1770
f34cec5c
EZ
17712008-02-09 Eli Zaretskii <eliz@gnu.org>
1772
b03f96dc
MB
1773 * tutorials/TUTORIAL.ru: Remove redundant empty lines, insert a
1774 magic line instead.
1775
880820fe 17762008-02-08 Jan Djärv <jan.h.d@swipnet.se>
7b476dbe
JD
1777
1778 * NEWS: Mention XEmbed and --parent-id.
1779
4b01af2e
MO
17802008-02-08 Daiki Ueno <ueno@unixuser.org>
1781
1782 * NEWS: Mention EasyPG.
1783
ee2502fa
EZ
17842008-02-02 Eli Zaretskii <eliz@gnu.org>
1785
85efdcf3
JB
1786 * tutorials/TUTORIAL.ru: Restore copyright years. Update tutorial.
1787 Fix wording.
ee2502fa 1788
aca7a3d2
MB
17892008-02-02 Kenichi Handa <handa@ni.aist.go.jp>
1790
19095422 1791 * HELLO: Add Bengali, Gujarati, Khmer, Myanmar, Oriya, Sinhala,
10d1d0af 1792 Telugu. Fix ISO-2022 designations in Cantonese line.
aca7a3d2 1793
f78b3baf 17942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1795
fe7a3057 1796 * HELLO: Remove non-Unicode character from Tibetan text.
aca7a3d2 1797
f78b3baf 17982008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
1799
1800 * TODO, PROBLEMS, NEWS: Replace references to Emacs version "22"
1801 with "23".
1802
f78b3baf 18032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1804
1805 * charsets: New directory for charset mapping tables.
1806
1807 * charsets/README: New file.
1808
1809 * charsets/*.map: New files.
1810
f78b3baf 18112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1812
1813 * HELLO: Change "Hindi" to more common characters.
1814
f78b3baf 18152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1816
bcc891c2
GM
1817 * HELLO: Fix upcase and downcase for several languages.
1818 Change the two German lines into one. Change "Nederlangs" to
1819 "Dutch (Nederlands)". Add original language names to several entries.
aca7a3d2 1820
f78b3baf 18212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1822
b03f96dc 1823 * tutorials/TUTORIAL.es: Add local variable coding: latin-1.
aca7a3d2 1824
f78b3baf 18252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1826
bcc891c2 1827 * HELLO: Change indian-2-column chars of Hindi line to Unicode chars.
aca7a3d2 1828
f78b3baf 18292008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
1830
1831 * HELLO: Add pseudo-maths example.
1832
f05c591d
CY
18332008-01-31 Alex Ott <alexott@gmail.com>
1834
1835 * tutorials/TUTORIAL.ru: Update tutorial.
1836
5e56b3fb
MO
18372008-01-25 Michael Olson <mwolson@gnu.org>
1838
1839 * ERC-NEWS: Update for ERC 5.3 release candidate.
1840
1966aa84
JB
18412008-01-22 Juanma Barranquero <lekktu@gmail.com>
1842
1843 * DEVEL.HUMOR: New entry.
1844
dbc28aaa
CD
18452008-01-18 Carsten Dominik <dominik@science.uva.nl>
1846
1847 * refcards/orgcard.tex: Update to Org-mode version 5.19.
1848
bb9f7948
EZ
18492008-01-12 Eli Zaretskii <eliz@gnu.org>
1850
1851 * MACHINES: Add an explicit list of platforms that are no longer
1852 supported.
1853 * NEWS: Refer to this list.
1854
6c5a8964
GM
18552008-01-08 Glenn Morris <rgm@gnu.org>
1856
7de6767d
GM
1857 * refcards/calccard.tex, refcards/cs-dired-ref.tex:
1858 * refcards/cs-refcard.tex, refcards/cs-survival.tex:
1859 * refcards/de-refcard.tex, refcards/dired-ref.tex:
1860 * refcards/fr-drdref.tex, refcards/fr-refcard.tex:
1861 * refcards/fr-survival.tex, refcards/gnus-refcard.tex:
1862 * refcards/orgcard.tex, refcards/pl-refcard.tex:
1863 * refcards/pt-br-refcard.tex, refcards/refcard.tex:
1864 * refcards/ru-refcard.tex, refcards/sk-dired-ref.tex:
1865 * refcards/sk-refcard.tex, refcards/sk-survival.tex:
1866 * refcards/survival.tex, refcards/vipcard.tex:
1867 * refcards/viperCard.tex: Update printed copyright year to 2008.
6c5a8964 1868
049dcb6f
GM
18692008-01-08 Kevin Ryde <user42@zip.com.au>
1870
1871 * compilation.txt (perl): Add a "during global destruction" sample.
1872
f3041af1
DN
18732008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1874
1875 * PROBLEMS:
1876 * MACHINES: Remove references to systems not supported anymore.
1877
d35e1cd7
DN
18782008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1879
1880 * MACHINES: Remove Masscomp.
1881
1c884795
DN
18822008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
1883
1884 * images/icons/emacs_16.png, images/icons/emacs_24.png
1885 * images/icons/emacs_32.png, images/icons/emacs_48.png: Rename to
1966aa84 1886 hicolor/16x16/apps/emacs.png, hicolor/24x24/apps/emacs.png,
1c884795
DN
1887 hicolor/32x32/apps/emacs.png and hicolor/48x48/apps/emacs.png.
1888
1889 * images/icons/README (Author): Update for renaming.
1890
1891 * emacs.desktop (Icon): Update icon name.
1892
243d547c
EZ
18932007-12-15 Eli Zaretskii <eliz@gnu.org>
1894
0afd5f04
EZ
1895 The following files renamed to avoid file-name clashes in
1896 8+3 (a.k.a. DOS) namespace:
1897
30361fee
EZ
1898 * schema/xhtml-basic-form.rnc: Renamed to xhtml-bform.rnc.
1899 * schema/xhtml-basic-table.rnc: Renamed to xhtml-btable.rnc.
1900 * schema/xhtml-list.rnc: Renamed to xhtml-lst.rnc.
1901 * schema/xhtml-target.rnc: Renamed to xhtml-tgt.rnc.
1902 * schema/xhtml-style.rnc: Renamed to xhtml-xstyle.rnc.
1903 * schema/xhtml-form.rnc, schema/xhtml-table.rnc, schema/xhtml.rnc:
1904 Updated accordingly.
1905
e7bdf123 1906 * schema/docbook-dyntbl.rnc, schema/docbook-soextbl.rnc: Renamed to
30361fee
EZ
1907 docbk-dyntbl.rnc and docbk-soextbl.rnc, respectively.
1908
243d547c
EZ
1909 * images/icons/macemacs_16.png, images/icons/macemacs_24.png:
1910 * images/icons/macemacs_32.png, images/icons/macemacs_48.png:
1911 * images/icons/macemacs_256.png, images/icons/macemacs_512.png:
1912 Renamed to emacs16_mac.png, emacs24_mac.png, emacs32_mac.png,
1913 emacs48_mac.png, emacs256_mac.png, and emacs512_mac.png,
0afd5f04 1914 respectively.
243d547c 1915
97fdf31e 19162007-12-08 Ulrich Mueller <ulm@gentoo.org> (tiny change)
d65f0593
DN
1917
1918 * emacs.desktop (Exec, Icon, Categories): Fix entries.
1919
cf944fa4
RS
19202007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1921
1922 * NEWS: Add minimal Gnus item.
1923
e10fe1cb
DN
19242007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1925
1926 * emacs.desktop: New file.
1927
5adb5026 19282007-11-30 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
fb87d8de
GM
1929
1930 * images/icons/macemacs_16.png, images/icons/macemacs_24.png:
1931 * images/icons/macemacs_32.png, images/icons/macemacs_48.png:
1932 * images/icons/macemacs_256.png, images/icons/macemacs_512.png:
1933 New files.
1934
6d4ca4d2
GM
19352007-11-28 Glenn Morris <rgm@gnu.org>
1936
1937 * nxml/: New directory, moved here from lisp/nxml/char-name/unicode.
d98a6328 1938 * nxml/README: New file.
6d4ca4d2 1939
e3b0153a
GM
19402007-11-24 Glenn Morris <rgm@gnu.org>
1941
1942 * images/gnus/mail_send.xpm: Rename to mail-send.xpm.
1943
8cd39fb3
MH
19442007-11-23 Mark A. Hershberger <mah@everybody.org>
1945
ac97a16b
MH
1946 * NXML-NEWS: New File.
1947
8cd39fb3
MH
1948 * schema: Initial merge of nxml.
1949
880820fe 19502007-11-22 Francesco Potortì <pot@gnu.org>
20f123b4
FP
1951
1952 * NEWS: etags: the --members option is now the default.
1953
fe22da3c
GM
19542007-11-22 Glenn Morris <rgm@gnu.org>
1955
1956 * images/smilies/grayscale/README, images/smilies/medium/README:
1957 New files.
1958
afefed62
VJL
19592007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1960
1961 * compilation.txt: Add new entries: compilation-perl--Pod::Checker,
1962 compilation-perl--Test, compilation-perl--Test::Harness and
1963 compilation-weblint.
1964
07e5c0b0
DN
19652007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1966
1967 * MACHINES: Remove Sun windows info.
1968
15f3eb73
MO
19692007-10-30 Michael Olson <mwolson@gnu.org>
1970
1971 * NEWS: Add entry for Remember Mode.
1972
f930e1a4
GM
19732007-10-29 Glenn Morris <rgm@gnu.org>
1974
1975 * refcards/gnus-refcard.tex: Restore Feb 2007 copyright
1976 clarifications lost in update to Gnus trunk.
1977
880820fe 19782007-10-28 Adam Sjøgren <asjo@koldfront.dk>
a352dec1 1979
a61646e1
GM
1980 * images/smilies/grayscale/blink.xpm:
1981 * images/smilies/grayscale/braindamaged.xpm
1982 * images/smilies/grayscale/cry.xpm, images/smilies/grayscale/dead.xpm:
1983 * images/smilies/grayscale/evil.xpm:
1984 * images/smilies/grayscale/forced.xpm:
1985 * images/smilies/grayscale/frown.xpm, images/smilies/grayscale/grin.xpm:
1986 * images/smilies/grayscale/indifferent.xpm:
1987 * images/smilies/grayscale/reverse-smile.xpm:
1988 * images/smilies/grayscale/sad.xpm, images/smilies/grayscale/smile.xpm:
1989 * images/smilies/grayscale/wry.xpm: New larger grayscale smileys.
1990
1991 * images/smilies/medium/blink.xpm:
1992 * images/smilies/medium/braindamaged.xpm, images/smilies/medium/cry.xpm:
1993 * images/smilies/medium/dead.xpm, images/smilies/medium/evil.xpm:
1994 * images/smilies/medium/forced.xpm, images/smilies/medium/frown.xpm:
1995 * images/smilies/medium/grin.xpm, images/smilies/medium/indifferent.xpm:
1996 * images/smilies/medium/reverse-smile.xpm:
1997 * images/smilies/medium/sad.xpm, images/smilies/medium/smile.xpm:
1998 * images/smilies/medium/wry.xpm: New colorful smileys.
a352dec1 1999
b6675b2d
MO
20002007-10-29 Michael Olson <mwolson@gnu.org>
2001
2002 * ERC-NEWS: Update for recent change.
2003
2697297f
JB
20042007-10-27 Juanma Barranquero <lekktu@gmail.com>
2005
2006 * .cvsignore: Add *.pyc.
2007
d88da39a
JY
20082007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
2009
2010 * ses-example.ses: Get rid of silly life-universe-everything local
2011 variable. `symbolic-formulas' is now `ses--symbolic-formulas'.
2012
a8d7b1a0
JB
20132007-10-24 Juanma Barranquero <lekktu@gmail.com>
2014
2015 * NEWS: Mention desktop locking.
2016
4a11b6b5
ER
20172007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2018
2019 * NEWS: Explain the VC fileset changes a bit better.
2020
8b6f62fc
GM
20212007-09-28 Glenn Morris <rgm@gnu.org>
2022
2023 * PROBLEMS: Mention Tex superscript font issue.
2024
d87b5ced
JB
20252007-09-25 Johannes Weiner <hannes@saeurebad.de>
2026
2027 * NEWS: Fix typo.
2028
a0e0e2db
GM
20292007-09-24 Glenn Morris <rgm@gnu.org>
2030
2031 * CONTRIBUTE: Remove information on maintaining copyright years;
2032 it does not belong here and is in admin/notes anyway.
2033
c3f01f42
GM
20342007-09-24 Adam Hupp <adam@hupp.org>
2035
2036 * emacs.py: Split for python 2 and python 3 compatibility.
2037 * emacs2.py: New file, split off from emacs.py.
2038 * emacs3.py: New file, python 3 version of emacs2.py.
2039
44f9ac8a
GM
20402007-09-21 Glenn Morris <rgm@gnu.org>
2041
2042 * emacstool.1: Remove file.
6f022c19 2043 * emacs.bash: Adapt for removal of emacstool.
ac3afa5a 2044 * emacs.csh: Remove emacstool-related code.
44f9ac8a 2045
4a155610
GM
20462007-09-16 Glenn Morris <rgm@gnu.org>
2047
2048 * gfdl.1: Remove unused file.
2049
0d75dcc8
GM
20502007-09-12 Glenn Morris <rgm@gnu.org>
2051
2052 * Makefile (SOURCES, unlock, relock): Delete.
2053
880820fe 20542007-09-10 Michaël Cadilhac <michael@cadilhac.name>
f664fee9
MC
2055
2056 * NEWS: Document the interactive specification for C functions.
2057 Say that `set-file-modes' is now interactive.
2058
c10b0597
MO
20592007-09-10 Michael Olson <mwolson@gnu.org>
2060
2061 * ERC-NEWS: Improve description of erc-tls and erc-ssl change.
2062
67bd779a
JL
20632007-09-09 Juri Linkov <juri@jurta.org>
2064
2065 * AUTHORS, CONTRIBUTE: New files, moved here from the root dir.
2066
526dc846
MO
20672007-09-08 Michael Olson <mwolson@gnu.org>
2068
d87b5ced 2069 * ERC-NEWS: Update for changes to the development version of ERC 5.3.
526dc846 2070
fb6794d5
GM
20712007-09-06 Glenn Morris <rgm@gnu.org>
2072
2073 * ctags.1, emacs.1, emacsclient.1, etags.1: Move from etc/ to
2074 doc/man/.
2075
2076 * refcards/README: Also mention gnus-logo.pdf license.
2077
223afe64
CD
20782007-08-30 Carsten Dominik <dominik@science.uva.nl>
2079
2080 * NEWS.22 (Note): Lower-case for orgtbl-mode.
2081
880820fe 20822007-08-29 Jan Djärv <jan.h.d@swipnet.se>
2e3695d2
JD
2083
2084 * NEWS: Say that Gtk+ build uses stock icons.
2085
23e2b39d
WL
20862007-08-28 Werner LEMBERG <wl@gnu.org>
2087
2088 * refcards/de-refcard.tex, refcards/de-refcard.pdf: Use `C-M-%'
2089 instead of `M-x query-replace-regexp'.
2090
4b340319
YM
20912007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2092
2093 * PROBLEMS (Mac OS X): Add alternative workaround for QuickTime
2094 updater breakage.
2095
880820fe 20962007-08-26 Michaël Cadilhac <michael@cadilhac.name>
8fb9a9b6 2097
c0dadae9
MC
2098 * NEWS: Say that PDF files are now the default for refcards.
2099
7de6767d
GM
2100 * refcards/fr-drdref.tex, refcards/fr-drdref.pdf: Move these to...
2101 * refcards/fr-dired-ref.tex, refcards/fr-dired-ref.pdf: ... those names.
ea404efc 2102
8fb9a9b6
MC
2103 * refcards/pdflayout.sty: New. Handle PDF layouts through
2104 \pdfpagewidth and \pdfpageheight.
2105
7de6767d
GM
2106 * refcards/calccard.pdf, refcards/cs-dired-ref.pdf:
2107 * refcards/cs-refcard.pdf, refcards/de-refcard.pdf:
2108 * refcards/dired-ref.pdf, refcards/fr-drdref.pdf:
2109 * refcards/fr-refcard.pdf, refcards/gnus-booklet.pdf:
2110 * refcards/gnus-logo.pdf, refcards/gnus-refcard.pdf:
2111 * refcards/orgcard.pdf, refcards/pl-refcard.pdf:
2112 * refcards/pt-br-refcard.pdf, refcards/refcard.pdf:
2113 * refcards/ru-refcard.pdf, refcards/sk-dired-ref.pdf:
2114 * refcards/sk-refcard.pdf: Add PDF versions of the refcards.
2115
2116 * refcards/calccard.ps, refcards/cs-dired-ref.ps:
2117 * refcards/cs-refcard.ps, refcards/de-refcard.ps, refcards/dired-ref.ps:
2118 * refcards/fr-drdref.ps, refcards/fr-refcard.ps:
2119 * refcards/gnus-booklet.ps, refcards/gnus-logo.ps:
2120 * refcards/gnus-refcard.ps, refcards/orgcard.ps, refcards/pl-refcard.ps:
2121 * refcards/pt-br-refcard.ps, refcards/refcard.ps:
2122 * refcards/ru-refcard.ps, refcards/sk-dired-ref.ps:
2123 * refcards/sk-refcard.ps: Remove the PS versions of the refcards.
2124
2125 * refcards/calccard.tex, refcards/fr-survival.tex, refcards/orgcard.tex:
2126 * refcards/pl-refcard.tex, refcards/pt-br-refcard.tex:
2127 * refcards/refcard.tex, refcards/survival.tex, refcards/vipcard.tex:
2128 * refcards/viperCard.tex: Specify PDF layout,
2129 use a PDF `compile-command' local variable.
2130
2131 * refcards/cs-dired-ref.tex, refcards/cs-refcard.tex:
2132 * refcards/cs-survival.tex, refcards/dired-ref.tex:
2133 * refcards/fr-drdref.tex, refcards/sk-dired-ref.tex:
2134 * refcards/sk-refcard.tex, refcards/sk-survival.tex:
8fb9a9b6
MC
2135 Specify PDF layout.
2136
7de6767d
GM
2137 * refcards/fr-refcard.tex: Update copyright notice.
2138 Update the examples. Fix a typo. Remove the `letterpaper' counter,
2139 specify PDF layout, use a PDF `compile-command' local variable.
8fb9a9b6 2140
7de6767d
GM
2141 * refcards/de-refcard.tex: Remove the `letterpaper' counter,
2142 specify PDF layout, use a PDF `compile-command' local variable.
8fb9a9b6 2143
7de6767d 2144 * refcards/ru-refcard.tex: Use a PDF `compile-command' local variable.
8fb9a9b6 2145
7de6767d
GM
2146 * refcards/Makefile: Add rules for creating the refcards in PDF,
2147 make them the default. Change `fr-drdref' to `fr-dired-ref'.
8fb9a9b6 2148
08039aa2
GM
21492007-08-23 Glenn Morris <rgm@gnu.org>
2150
2151 * Makefile (mostlyclean, clean, distclean, maintainer-clean):
2152 Delete these targets since nothing uses them.
2153 (SOURCES): Update.
2154 Move comments to e/README. Remove license from now-trivial file.
2155
2156 * e/README: New file, with most information formerly in Makefile.
2157
1af74d06
MB
21582007-09-05 Jason Rumney <jasonr@gnu.org>
2159
2160 * NEWS.22: Mention focus-follows-mouse change.
2161
3baad51b
KB
21622007-08-22 Karl Berry <karl@gnu.org>
2163
7de6767d 2164 * refcards/refcard.tex: Updates for printing.
d87b5ced 2165 (\versionyear): Update to 2007.
bbf908bc 2166 (\copyrightnotice): Modify or unmodified ok.
d87b5ced 2167 (Simple Customization): Don't use goto-line, since now it's bound.
fe6b2fd0 2168 Also, use now-preferred (kbd ...) syntax.
3baad51b 2169
6c5d503f
MA
21702007-08-22 Michael Albinus <michael.albinus@gmx.de>
2171
2172 * NEWS: `shell' prompts for the default directory if called with a
2173 prefix and `default-directory' is a remote file name.
2174
45196e0b
GM
21752007-08-22 Glenn Morris <rgm@gnu.org>
2176
2177 * tree-widget: Move this directory into images/ subdirectory.
2178
a523f0c7 2179 * refcards/: New directory. Move refcards here.
86965385
GM
2180 * Makefile: Move refcard rules from here...
2181 * refcards/Makefile: ...to here.
9f56b5ee
GM
2182 * README: Move information about tex files from here...
2183 * refcards/README: ...to here.
a523f0c7 2184
d87b5ced 2185 * tutorials/: New directory. Move TUTORIAL* here.
38f37c0f
GM
2186
2187 * gnus.pbm, letter.pbm, letter.xpm:
2188 * splash.pbm, splash.xpm, splash8.xpm: Move from etc/ to etc/images/.
5511c2e6
GM
2189 * README: Move license information for the above files from here...
2190 * images/README: ...to here.
2191
7de6767d
GM
21922007-08-22 Carsten Dominik <dominik@science.uva.nl>
2193
2194 * orgcard.tex: Version number upgrade.
2195
0b964e14
GM
21962007-08-14 Glenn Morris <rgm@gnu.org>
2197
2198 * NEWS: Mention `bad-packages-alist'.
2199
cfbe2731
GM
22002007-08-08 Glenn Morris <rgm@gnu.org>
2201
2202 * TODO: `iff' item is dealt with.
2203 * GNUS-NEWS, NEWS, NEWS.1-17, NEWS.19, NEWS.21: Replace `iff'.
2204
dbcbec02
GM
22052007-08-01 Glenn Morris <rgm@gnu.org>
2206
2207 * NEWS: Add fortran-line-length, plus some more sections.
2208
cacc7b51
GM
22092007-07-25 Glenn Morris <rgm@gnu.org>
2210
4227cc48 2211 * Relicense all FSF files to GPLv3 or later.
cacc7b51
GM
2212
2213 * COPYING: Switch to GPLv3.
2214
6dbe7eb4
MA
22152007-07-24 Michael Albinus <michael.albinus@gmx.de>
2216
2217 * NEWS: New functions `start-file-process-shell-command' and
2218 `process-file-shell-command'.
2219
41bd52f7
MA
22202007-07-17 Michael Albinus <michael.albinus@gmx.de>
2221
2222 * NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.
2223
36ae4ff7
KF
22242007-07-15 Karl Fogel <kfogel@red-bean.com>
2225
2226 * NEWS: Revert 2007-07-13T23:20:21Z!kfogel@red-bean.com, which
2227 documented bookmark keybinding changes that were later reverted.
2228
880820fe 22292007-07-14 Jan Djärv <jan.h.d@swipnet.se>
a3475659
JD
2230
2231 * PROBLEMS: Mention gtk-engines-qt problem.
2232
488eebbd
KF
22332007-07-13 Karl Fogel <kfogel@red-bean.com>
2234
2235 * NEWS: Update for recent bookmark keybinding changes.
2236
cc213f24
MA
22372007-07-10 Michael Albinus <michael.albinus@gmx.de>
2238
2239 * NEWS: Add Tramp and comint-mode changes.
2240
64639e26
MA
22412007-07-08 Michael Albinus <michael.albinus@gmx.de>
2242
2243 * NEWS: `file-remote-p' has a new optional parameter CONNECTED.
2244
b2b387f9
MA
22452007-07-07 Michael Albinus <michael.albinus@gmx.de>
2246
2247 * NEWS: New function `start-file-process'.
2248
386477e3
CD
22492007-07-02 Carsten Dominik <dominik@science.uva.nl>
2250
ed9265fc 2251 * orgcard.tex: Version 5.01.
386477e3 2252
03605a28
MA
22532007-06-27 Michael Albinus <michael.albinus@gmx.de>
2254
2255 * NEWS: `dired-call-process' has been removed.
2256
5b8ffa11
GM
22572007-06-20 Glenn Morris <rgm@gnu.org>
2258
2259 * NEWS: configure prefers libgif over libungif.
2260
f2f6e8df
NR
22612007-06-14 Nick Roberts <nickrob@snap.net.nz>
2262
2263 * NEWS: Mention mouse highlighting in a GNU/Linux console.
2264
2c341244
WL
22652007-06-14 Werner Lemberg <wl@gnu.org>
2266
2267 * emacs.1: Completely revised.
2268 Fix many typographical glitches.
2269 Updated to handle current state of options and resources.
2270
7a9a50d8
GM
22712007-06-12 Glenn Morris <rgm@gnu.org>
2272
2273 * NEWS: Change bug address. Add back +++/--- note.
2274 Use present tense for X-toolkit entry. Mention libgif.
2275
236a4178
GM
22762007-06-07 Mark H. Weaver <mhw@netris.org> (tiny change)
2277
2278 * NEWS (set-mark-command-repeat-pop): Fix duplicate entry.
2279
70bb6a65
GM
22802007-06-07 Michael Olson <mwolson@gnu.org>
2281
2282 * MORE.STUFF: Update eshell URL.
2283
31e5288c
CD
22842007-06-06 Carsten Dominik <dominik@science.uva.nl>
2285
2286 * orgcard.tex: Version 4.77.
2287
7253ac49
MA
22882007-06-05 Michael Albinus <michael.albinus@gmx.de>
2289
2290 * NEWS: Add socks.el as new package.
2291
6ee20a68
TTN
22922007-06-02 Thien-Thi Nguyen <ttn@gnuvola.org>
2293
2294 * MORE.STUFF (Hideshow): Delete.
2295 (EDB, Go in a buffer): Update urls.
2296 Suggested by CHENG Gao <chenggao@gmail.com>.
2297
7dfc4cda
CY
22982007-06-02 Chong Yidong <cyd@stupidchicken.com>
2299
2300 * Version 22.1 released.
2301
9e38fa7e
CY
23022007-06-02 CHENG Gao <chenggao@gmail.com>
2303
2304 * MORE.STUFF: Remove dead URL for Fortune, and update URLs for
2305 Hideshow, Org, EDB, and Remember.
2306
73187b26
GM
23072007-05-29 Robert J. Chassell <bob@rattlesnake.com>
2308
2309 * NEWS: Fix instances of `allow' without object.
2310
782f8379
GM
23112007-05-22 Glenn Morris <rgm@gnu.org>
2312
2313 * NEWS.22: New file with entries for Emacs 22.
2314 * NEWS: Move Emacs 22 entries to new file NEWS.22, leave empty
2315 template for next Emacs version.
2316
06157c5b
GM
23172007-05-19 Glenn Morris <rgm@gnu.org>
2318
2319 * images/cancel.pbm: Convert from PGM to PBM.
2320
2321 * images/copy.pbm, images/next-node.pbm, images/prev-node.pbm:
2322 * images/save.pbm, images/up-node.pbm: Convert from PPM to PBM.
2323
3877988d
GM
23242007-05-17 Glenn Morris <rgm@gnu.org>
2325
2326 * PROBLEMS (Dumping): Mention OpenBSD macppc problem.
2327
880820fe 23282007-05-15 Michaël Cadilhac <michael@cadilhac.name>
021fc1e3
MC
2329
2330 * fr-refcard.tex: Rewrite using German layout.
2331
2332 * fr-refcard.ps: Regenerate.
2333
80012aeb
RS
23342007-05-12 Richard Stallman <rms@gnu.org>
2335
2336 * refcard.tex (section{Incremental Search}): Minor corrections.
2337
880820fe 23382007-05-12 Michaël Cadilhac <michael@cadilhac.name>
d0d8a657
MC
2339
2340 * Makefile (viperCard.ps, calccard.ps refcard.ps)
2341 (sk-dired-ref.ps sk-refcard.ps sk-survival.ps)
2342 (de-refcard.ps fr-refcard.ps pt-br-refcard.ps orgcard.ps): Use an
2343 explicit output argument for `dvips'.
2344
2aaacad4
GM
23452007-05-05 Glenn Morris <rgm@gnu.org>
2346
2347 * NEWS: Re-order.
2348
5fed56d6
GM
23492007-04-28 Glenn Morris <rgm@gnu.org>
2350
b409bcaf
GM
2351 * emacs.py: Restore file pending consideration of python.el legal
2352 status.
2353 * NEWS: Restore mention of python.el pending consideration of
2354 legal status.
5fed56d6
GM
2355
23562007-04-28 David R. Linn <drl@jekyll.vuse.vanderbilt.edu>
2357
2358 * PROBLEMS: Add section on Solaris out-of-tree install issues with
2359 non-GNU make.
2360
e40e449f
GM
23612007-04-25 Werner Lemberg <wl@gnu.org>
2362
2363 * emacs.1: Replace -- with \(em.
2364
23652007-04-25 Yavor Doganov <yavor@gnu.org> (tiny change)
bbf6b0ba 2366
78290f50 2367 * emacs.1, etags.1: Escape some minus signs.
bbf6b0ba 2368
ac8fa58f
GM
23692007-04-22 Glenn Morris <rgm@gnu.org>
2370
2371 * NEWS: Change to EMACS env-var was reverted, so delete this entry.
2372
211fb124
GM
23732007-04-19 Glenn Morris <rgm@gnu.org>
2374
2375 * PROBLEMS: Expand a little on Emacs not knowing fqdn.
2376
fc6a2250
DK
23772007-04-17 David Kastrup <dak@gnu.org>
2378
2379 * NEWS: Mention `query-replace-regexp-eval' being deprecated.
2380
c98b464f
GM
23812007-04-15 Glenn Morris <rgm@gnu.org>
2382
2383 * FTP: Make it a duplicate of ../FTP.
2384
1ed5afd9
GM
23852007-04-14 Glenn Morris <rgm@gnu.org>
2386
19608e42
GM
2387 * SERVICE: Replace with a pointer to the web version.
2388
1ed5afd9
GM
2389 * emacs.1: Update some of the more obsolete information.
2390
178b60d7
GM
23912007-04-13 Glenn Morris <rgm@gnu.org>
2392
2393 * MACHINES: emacserver is removed.
2394
fc6ee824
GM
2395 * MORE.STUFF: Update some links, remove some dead ones.
2396
ade817bd
SM
23972007-04-04 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
2398
2399 * emacs.py (format_exception): New function.
2400 (eexecfile): Use it instead of traceback.print_exception.
2401 Don't use execfile to avoid a bug in w32.
2402
2c0b72db
GM
24032007-04-04 Glenn Morris <rgm@gnu.org>
2404
2405 * MACHINES: Mention preprocessor to use with /opt/SUNWspro/bin/cc
2406 on Solaris.
2407
2408 * PROBLEMS (Configuration): Add entries on compiler/preprocessor
2409 mismatch, and on preprocessor inserting whitespace.
2410
b49b5137
EZ
24112007-04-03 Eli Zaretskii <eliz@gnu.org>
2412
2413 * TODO: Add entry for switching MS-Windows keyboard input to
2414 Unicode. Add specific pointer to msdos.c functions that support
2415 menus on text terminals.
2416
ff59d266
MB
24172007-04-01 Michael Olson <mwolson@gnu.org>
2418
2419 * ERC-NEWS: Update for the ERC 5.2 release. Most of these entries
2420 were for previously-committed changes.
2421
dc13f3f5
MA
24222007-03-31 Michael Albinus <michael.albinus@gmx.de>
2423
2424 * PROBLEMS: Remove Tramp problem; it has been fixed.
2425
89a4f43f
EZ
24262007-03-31 Eli Zaretskii <eliz@gnu.org>
2427
2428 * PROBLEMS (MS-Windows problems): How to bind non-ASCII keys with
2429 modifiers.
2430
deac6bc5
GM
24312007-03-23 Glenn Morris <rgm@gnu.org>
2432
7315c8d9
JB
2433 * Makefile (DESTDIR, LIBDIR, BINDIR, MANDIR, MANEXT):
2434 Delete unused variables.
2435 (dired-refcards, misc-refcards, survival-card, viper-cards):
2436 New targets.
7ba3f463
GM
2437 (all): Also build dired-refcards and misc-refcards.
2438 (clean, distclean, maintainer-clean): Depend on mostlyclean.
2439 (SOURCES): Remove non-existent files.
2440 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
2441 Mark as phony.
2442 (.ps files): Specify default papersize in the dvips command.
2443
deac6bc5
GM
2444 * fr-refcard.tex (\letterpaper): Switch to A4.
2445 (\section): Reduce \vskips to fit on A4 paper.
2446 (\shortcopyrightnotice): Display at end of first column.
2447
76b0b55f
GM
24482007-03-21 Glenn Morris <rgm@gnu.org>
2449
2450 * fr-refcard.tex (\metax): Tweak \hsize to avoid overfull columns.
2451 (\shortcopyrightnotice): Do not display in middle of file.
2452 Numerous \cr and \hskip hacks to avoid overfull columns.
2453
2454 * fr-refcard.ps: Regenerate.
2455
8ea7ad27
CY
24562007-03-19 Chong Yidong <cyd@stupidchicken.com>
2457
2b715cfe 2458 * dired-ref.tex:
76b0b55f 2459 * fr-drdref.tex:
2b715cfe
CY
2460 * cs-dired-ref.tex:
2461 * sk-dired-ref.tex: Emacs 21 -> 22.
2462
2463 * dired-ref.ps:
76b0b55f 2464 * fr-drdref.ps:
2b715cfe
CY
2465 * cs-dired-ref.ps:
2466 * sk-dired-ref.ps: Regenerate.
8ea7ad27 2467
dc9332a6
GM
24682007-03-11 Glenn Morris <rgm@gnu.org>
2469
2470 * ms-7bkermit, ulimit.hack, Xkeymap.txt: Remove files.
2471
2472 * Makefile (SOURCES): ulimit.hack is removed.
2473
d0483d25
DK
24742007-03-04 David Kastrup <dak@gnu.org>
2475
2476 * NEWS (fontification): Mention that the new default for
2477 jit-lock-stealth-time is now nil.
2478
e4ddce5a
KS
24792007-03-01 Kim F. Storm <storm@cua.dk>
2480
115f38b1
KS
2481 * ORDERS: Reformat text.
2482
e4ddce5a
KS
2483 * NEWS (About external Lisp packages): New section.
2484
73b21162
TTN
24852007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
2486
2487 * TUTORIAL.it: Fix typo.
2488
6a419438
GM
24892007-02-27 Glenn Morris <rgm@gnu.org>
2490
f199f76c
GM
2491 * cs-dired-ref.tex: Increase in 2 column case to make room
2492 for copyright notice.
2493 (nopagenumbers): Call to turn off numbers in 1 page document.
880820fe 2494 (Nápovìda, Modifikace Dired bufferu): Swap sections to
f199f76c
GM
2495 balance column length in presence of copyright notice.
2496 (copyrightnotice): Uncomment so that notice is displayed.
2497
c16a484b
GM
2498 * dired-ref.tex (vsize): Increase in 2 column case to make room
2499 for copyright notice.
2500 (nopagenumbers): Call to turn off numbers in 1 page document.
2501 (Getting Help, Modifying the Dired Buffer): Swap sections to
2502 balance column length in presence of copyright notice.
2503 (copyrightnotice): Uncomment so that notice is displayed.
2504
df352395
GM
2505 * fr-drdref.tex (vsize): Increase in 2 column case.
2506 (\key): Tweak space for description.
2507 (\overfullrule): Set to 0pt to hide small overflows.
2508 (nopagenumbers): Call to turn off numbers in 1 page document.
2509 (Obtenir de l'aide, Modifier le tampon Dired): Swap sections to
2510 balance column length.
2511 (Mettre un flag sur les fichiers \`a d\'etruire): Hack in a line
2512 break to prevent overfull line.
2513 (find-names-dired): Use \key rather than \metax as a hack fix for
2514 overflow.
2515
c16a484b 2516 * sk-dired-ref.tex (vsize): Increase in 2 column case to make room
6a419438
GM
2517 for copyright notice.
2518 (nopagenumbers): Call to turn off numbers in 1 page document.
880820fe 2519 (Nápoveda, Modifikácia Dired bufferu): Swap sections to
6a419438
GM
2520 balance column length in presence of copyright notice.
2521 (copyrightnotice): Uncomment so that notice is displayed.
2522
86c09668
CD
25232007-02-26 Carsten Dominik <dominik@science.uva.nl>
2524
2525 * orgcard.tex (section{Visibility Cycling}): Document key for
2526 indirect buffer access.
2527 (section{Archiving}): New keys for archiving.
2528 (section{Tables}): Combine two lines for hline creation.
2529 Named-field formula changed to Field formula.
2530 (section{Links}): Document keys for finding links.
2531 (section{Agenda Views}): New key for agenda file cycling.
2532 Document keys for stuck projects. Typos fixed.
2533 (section{Exporting and Publishing}): Export options no longer in
2534 reference card.
2535
880820fe 25362007-02-25 Jan Djärv <jan.h.d@swipnet.se>
6df79155
JD
2537
2538 * PROBLEMS: Gtk+ and cygwin doesn't work.
2539
b0629b0d
EZ
25402007-02-23 Eli Zaretskii <eliz@gnu.org>
2541
2542 * MORE.STUFF: Add a pointer to Phil Sung's Emacs slides on MIT.
2543
880820fe 25442007-02-22 Per Starbäck <starback@stp.lingfil.uu.se> (tiny change)
b6cba91b
TTN
2545
2546 * NEWS: Grammar and capitalization fixes.
2547
dfd839dc
GM
25482007-02-22 Glenn Morris <rgm@gnu.org>
2549
2550 * orgcard.tex, orgcard.ps: Restore deleted files following
2551 copyright assignment.
2552
0971f887
GM
25532007-02-20 Glenn Morris <rgm@gnu.org>
2554
2555 * TUTORIAL.eo: Unjustify.
2556
d92c8e14
GM
25572007-02-20 Sergio Pokrovskij <sergio.pokrovskij@gmail.com>
2558
2559 * TUTORIAL.eo: Change license to GPL. Add translator credits.
2560
5a1ffd73
KH
25612007-02-19 Kenichi Handa <handa@m17n.org>
2562
7253ac49 2563 * NEWS (New language environments): Add "Esperanto".
5a1ffd73 2564
8b93e342
KH
25652007-02-16 Dale Gulledge <dsplat@rochester.rr.com>
2566
2567 * TUTORIAL.eo: Add "See end ..." at the first line.
2568
e79c1ab3
KH
25692007-02-19 Kenichi Handa <handa@m17n.org>
2570
2571 * TUTORIAL.eo: Add "." at the end of the first line.
2572
9230e12d
RS
25732007-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2574
2575 * gnus-refcard.tex: Remove obsolete comments. Add a short note
2576 creating PostScript files for Emacs without using Makefile rules.
2577
2578 * gnus-booklet.ps, gnus-refcard.ps: Generate with letter paper.
2579
68810cae
GM
25802007-02-17 Glenn Morris <rgm@gnu.org>
2581
2582 * TUTORIAL.eo: Add 2007 to copyright years. Remove translator
2583 copyrights (disclaimers on file), merge years into FSF copyrights.
2584 Move copyright to end. Remove "LocalWords" at end of file.
2585
51ce60a7
VJL
25862007-02-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2587
2588 * TUTORIAL.pt_BR: Fix some accentuation, verbal conjugation and typos.
2589
06af3b9b
KH
25902007-02-16 Kenichi Handa <handa@m17n.org>
2591
2592 * TUTORIAL.translators: Add TUTORIAL.eo.
2593
25942007-02-16 Dale Gulledge <dsplat@rochester.rr.com>
2595
2596 * TUTORIAL.eo: New file.
2597
0f92897e
CY
25982007-02-14 Chong Yidong <cyd@stupidchicken.com>
2599
83842b1b
CY
2600 * images/smilies/dead.xpm: Moved from images/gnus/dead.xpm.
2601
e931c04f
KS
2602 * images/gnus/reverse-smile.xpm:
2603 * images/gnus/bar.xbm:
2604 * images/gnus/bar.xpm: Unused images removed.
0f92897e 2605
5aa27cc9
GM
26062007-02-14 Glenn Morris <rgm@gnu.org>
2607
2608 * OTHER.EMACSES: Remove obsolete file.
2609
a3a23192
CY
26102007-02-13 Chong Yidong <cyd@stupidchicken.com>
2611
23e91aa1
CY
2612 * cs-refcard.tex (versionemacs): New macro.
2613 * cs-refcard.ps: Regenerate.
2614
7c3c7af4
CY
2615 * sk-refcard.ps: Regenerate.
2616
a3a23192
CY
2617 * pl-refcard.ps: Regenerate.
2618
1cb20781
BW
26192007-02-13 Bill Wohler <wohler@newt.com>
2620
2621 * images/README: Add section for icons that are a part of Emacs.
2622
3ef3bb3e
CY
26232007-02-12 Chong Yidong <cyd@stupidchicken.com>
2624
44c27de9
CY
2625 * gnu.xpm: Unused file removed.
2626
3ef3bb3e
CY
2627 * emacs.xbm: Unused file removed.
2628
b9988d51
JB
26292007-02-11 Juanma Barranquero <lekktu@gmail.com>
2630
2631 * DEVEL.HUMOR: New entry.
2632
880820fe 26332007-02-05 Francesco Potortì <pot@gnu.org>
bf8a8244 2634
933ccc8c 2635 * etags.1: Now --members is the default for etags, not for ctags yet.
18422db5 2636 * NEWS (etags): Document it.
bf8a8244 2637
70a90813
GM
26382007-02-04 Reiner Steib <Reiner.Steib@gmx.de>
2639
2640 * gnus-refcard.tex: Fix copyright.
2641 * gnus-booklet.ps, gnus-refcard.ps: Generate.
2642
d4c2a0cc
GM
26432007-01-20 Glenn Morris <rgm@gnu.org>
2644
2645 * orgcard.tex: Remove for legal reasons.
2646 * orgcard.ps: Remove for legal reasons.
2647
a134cd5e
EZ
26482007-01-27 Kevin Rodgers <kevin.d.rodgers@gmail.com>
2649
2650 * PROBLEMS: More details about disabling features that hamper
2651 performance with slow X connections.
2652
d4757043
VJL
26532007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2654
2655 * ps-prin1.ps (printBackground): Fix background height.
2656
14d3ef8f
GM
26572007-01-20 Glenn Morris <rgm@gnu.org>
2658
2659 * cd-dired-ref.tex (versionemacs): New def.
2660 * cs-refcard.tex (versionemacs, versionyear): New defs.
2661 * cs-survival.tex (versionemacs, versiondate): New defs.
2662 * de-refcard.tex (versionemacs, versionyear): New defs.
2663 * fr-refcard.tex (versionemacs, versionyear): New defs.
2664 * fr-survival.tex (versionemacs, versiondate): New defs.
2665 * orgcard.tex (versionyear): New def.
2666 (shortcopyrightnotice): Only display last copyright year.
2667 * pl-refcard.tex (versionemacs, versiondate): New defs.
2668 * pt-br-refcard.tex (versionemacs, versionyear): New defs.
2669 * refcard.tex (versionemacs, versionyear): New defs.
2670 * ru-refcard.tex (versionemacs): New def.
2671 * survival.tex (versionemacs): New def.
2672 * sk-dired-ref.tex (versionemacs): New def.
2673 * sk-refcard.tex (versionemacs, versionyear): New defs.
2674 * sk-survival.tex (versionemacs): New def.
2675
4e251bd1
EZ
26762007-01-20 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2677
2678 * MACHINES: Describe how 32-bit and 64-bit versions of Emacs can
2679 be compiled on Solaris systems.
2680
c5e36186
CY
26812007-01-19 Chong Yidong <cyd@stupidchicken.com>
2682
2683 * TODO: Proper background color handling for pngs.
2684
4bbe413d 26852007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
0bfc93be
CY
2686
2687 * emacs.1: Info files moved to share/info.
2688
dcdd88e0
RF
26892007-01-17 Romain Francoise <romain@orebokech.com>
2690
2691 * emacs.1: Update bug-gnu-emacs address. Remove reference to
2692 info-gnu-emacs-request@prep.ai.mit.edu. Update copyrights.
2693
6904f7fe
MB
26942007-01-13 Michael Olson <mwolson@gnu.org>
2695
2696 * ERC-NEWS: Mention new erc-capab.el file.
2697
806d93ce
GM
26982007-01-13 Glenn Morris <rgm@gnu.org>
2699
2700 * MACHINES: Add information on compiling 32-bit Emacs on 64-bit
2701 GNU/Linux.
2702 * PROBLEMS: As above.
2703
880820fe 27042007-01-02 Francesco Potortì <pot@gnu.org>
56c0d866
FP
2705
2706 * etags.1: Undocument the --no-warn option.
2707
303958a9
RS
27082006-12-17 Richard Stallman <rms@gnu.org>
2709
2710 * TUTORIAL: Say that C-d and DEL with arg do killing.
2711
b58d0378
EZ
27122006-12-16 Eli Zaretskii <eliz@gnu.org>
2713
2714 * PROBLEMS: Document problems with rebasing Cygwin DLLs.
2715
cb0a26d3
MB
27162006-12-08 Michael Olson <mwolson@gnu.org>
2717
2718 * ERC-NEWS: Note that the list module has been removed.
2719
880820fe 27202006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
dd4b03cd
JB
2721
2722 * NEWS (Changes to cmuscheme): Mention the alternative for
2723 `~/.emacs_SCHEMEPROG' which is `~/.emacs.d/init_SCHEMEPROG.scm'.
2724 (Init file changes): Same for `~/.emacs_SHELL' versus
2725 `~/.emacs.d/init_SHELL.sh'.
2726
e1fb4a0b
JB
27272006-12-01 Juanma Barranquero <lekktu@gmail.com>
2728
2729 * DEVEL.HUMOR: Another entry.
2730
9b492fad
FP
27312006-08-14 Masatake YAMATO <jet@gyve.org>
2732
2733 * etags.1: Added / to the end of DEVAR regex.
2734
53e842f1
JB
27352006-11-22 Juanma Barranquero <lekktu@gmail.com>
2736
2737 * emacsclient.1 (DESCRIPTION): Suggest also `server-mode'.
2738 (OPTIONS): Document `-f', `--server-file' and EMACS_SERVER_FILE.
2739
83dc6995
MB
27402006-11-20 Michael Olson <mwolson@gnu.org>
2741
2742 * NEWS: Change M-x erc-select to M-x erc.
2743
e15a0495
KH
27442006-11-20 Sun Yijiang <sunyijiang@gmail.com>
2745
2746 * TUTORIAL.cn: Updated.
2747
119ee84f
CD
27482006-11-17 Carsten Dominik <dominik@science.uva.nl>
2749
2750 * orgcard.tex (section{Agenda Views}): Document `C-k'.
2751
1585c4a6
CD
27522006-11-13 Carsten Dominik <dominik@science.uva.nl>
2753
2754 * orgcard.tex: Version number change.
2755
2f984b39
BW
27562006-11-13 Bill Wohler <wohler@newt.com>
2757
2758 Release MH-E version 8.0.3.
2759
2760 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.3.
2761
ac2072cd
JB
27622006-11-10 Juanma Barranquero <lekktu@gmail.com>
2763
2764 * DEVEL.HUMOR: Two more entries.
2765
72e16456
CD
27662006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
2767
2768 * orgcard.tex (section{Archiving}): Document C-TAB.
2769 (section{TODO Items and Checkboxes}): Checkbox keys moved to this
2770 section, added documentation for the key `C-c #'.
2771
ade817bd 27722006-11-05 Slawomir Nowaczyk <slawek@cs.lth.se>
0b0cccd5 2773
82c1177c 2774 * emacs.py (eargs): Provide eldoc message for builtin types.
4e2af782 2775 Make sure eargs always outputs sentinel, to avoid Emacs freeze.
0b0cccd5 2776
7902148a
CY
27772006-10-22 Chong Yidong <cyd@stupidchicken.com>
2778
2779 * emacs.py (eargs): Return expected _emacs_out string even if
2780 errors occur.
2781
73a99edb
DK
27822006-10-09 David Kastrup <dak@gnu.org>
2783
2784 * DEVEL.HUMOR: Add the topic line for last entry since that was
2785 what the joke was about.
2786
857b15e9
EZ
27872006-10-07 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
2788
2789 * TUTORIAL.bg: Synchronize with TUTORIAL.
2790
5879ac68
JB
27912006-10-06 Juanma Barranquero <lekktu@gmail.com>
2792
2793 * DEVEL.HUMOR: New file.
2794
0e71e4a8
CY
27952006-09-30 Chong Yidong <cyd@stupidchicken.com>
2796
2797 * PROBLEMS: Document Emacs/XIM/gnome-settings-terminal clash.
2798
fb25feae
VJL
27992006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2800
2801 * NEWS: ebnf2ps changes.
2802
abff6314
RS
28032006-09-26 Reiner Steib <Reiner.Steib@gmx.de>
2804
2805 * refcard.ps: Regenerate.
2806
880820fe 28072006-09-18 Jan Djärv <jan.h.d@swipnet.se>
a280ecc4
JD
2808
2809 * NEWS: Rename x-use-old-gtk-file-dialog to x-gtk-use-old-file-dialog.
2810
45a2056c
JB
28112006-09-15 Jay Belanger <belanger@truman.edu>
2812
2813 * COPYING: Replace "Library Public License" by "Lesser Public
2814 License" throughout.
2815
004d27a6
RS
28162006-09-15 Richard Stallman <rms@gnu.org>
2817
2818 * THE-GNU-PROJECT: Update with the latest footnotes
ed9265fc 2819 from www.gnu.org/gnu/the-gnu-project.html.
004d27a6 2820
b74e16a3
DK
28212006-09-15 David Kastrup <dak@gnu.org>
2822
5879ac68 2823 * NEWS: Explain new behavior and arguments of `key-binding' and
b74e16a3
DK
2824 `command-remapping'.
2825
4b1aaa8b
PE
28262006-09-11 Paul Eggert <eggert@cs.ucla.edu>
2827
2828 * NEWS: In terminal-oriented subshells, the EMACS environment
2829 variable now defaults to Emacs's absolute file name, instead of
2830 to "t".
2831 * PROBLEMS: Adjust tcsh advice for this.
2832
880820fe 28332006-09-10 Jan Djärv <jan.h.d@swipnet.se>
1437ec2b 2834
4b1aaa8b 2835 * PROBLEMS (are): Emacs compiled with Gtk+ crashes when closing a
1437ec2b
JD
2836 display (x-close-connection).
2837
83dc6995
MB
28382006-09-03 Diane Murray <disumu@x3y2z1.net>
2839
bbf908bc 2840 * erc.texi (Getting Started, Connecting): Change erc-select to erc.
83dc6995 2841
6a8c7cfe
JL
28422006-09-02 Juri Linkov <juri@jurta.org>
2843
2844 * HELLO: Regroup Europe Non-ASCII examples by similar scripts.
2845
f9de7738
RS
28462006-08-25 Richard Stallman <rms@gnu.org>
2847
2848 * TUTORIAL: Give priority to graphical terminals over text terminals
2849 regarding C-z.
2850
c2659d23
KH
28512006-08-21 Sun Yijiang <sunyijiang@gmail.com>
2852
2853 * TUTORIAL.cn: Sync with the latest TUTORIAL.
2854
67b595a2
SM
28552006-08-20 Dave Love <fx@gnu.org>
2856
2857 * emacs.py: Update to Dave Love's latest version.
2858 (__all__): Fix args -> eargs. Add new `modpath' fun.
2859 (eargs): Add `imports' arg.
2860 (all_names): New fun.
2861 (complete): Rewrite without using rlcompleter.
2862 Remove `namespace' arg, add `imports' arg.
2863 (ehelp): Replace g and l args with `imports'.
2864 (eimport): Use __main__ rather than `emacs' namespace.
2865 (modpath): New fun.
2866
ade817bd 28672006-08-20 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
c7bb83bd
SM
2868
2869 * emacs.py (eexecfile): Use the __main__ rather than `emacs' namespace.
2870
fa1f7927
EZ
28712006-08-18 Primoz PETERLIN <primoz.peterlin@mf.uni-lj.si>
2872
2873 * TUTORIAL.sl: Synchronize with TUTORIAL.
2874
28752006-08-18 Mats Lidell <matsl@contactor.se>
2876
2877 * TUTORIAL.sv: Synchronize with TUTORIAL.
2878
28792006-08-18 Alfredo Finelli <alfredofnl@tiscali.it>
2880
2881 * TUTORIAL.it: Synchronize with TUTORIAL.
2882
4c3ec0fc
CD
28832006-08-15 Carsten Dominik <dominik@science.uva.nl>
2884
2885 * orgcard.tex: Version number change.
2886
9ae1fac1
WL
28872006-08-12 Werner Lemberg <wl@gnu.org>
2888
2889 * TUTORIAL.de: Synchronize with TUTORIAL.
2890
82a33a21
RF
28912006-08-10 Romain Francoise <romain@orebokech.com>
2892
2893 * NEWS: Mention that zone-mode.el is now obsolete.
2894
541a0de1
RS
28952006-08-09 Richard Stallman <rms@gnu.org>
2896
2897 * TUTORIAL: Don't say which side scroll bar is on.
2898
27bd6273
NR
28992006-08-06 Nick Roberts <nickrob@snap.net.nz>
2900
9c6598c2 2901 * DEBUG (Note): Add note about following a longjmp call.
bf69439f 2902 Add local variables list for outline mode.
27bd6273 2903
2e3ef421
MB
29042006-08-03 Michael Olson <mwolson@gnu.org>
2905
2906 * ERC-NEWS: Update for ERC 5.1.4.
2907
68ce47af
KH
29082006-08-01 Kenichi Handa <handa@m17n.org>
2909
2910 * NEWS (find-operation-coding-system): Describe the more detail of
2911 the change.
2912
ebf693f3
MB
29132006-07-28 Reiner Steib <Reiner.Steib@gmx.de>
2914
2915 * GNUS-NEWS: Regenerate from Oort Gnus node in texi/gnus.texi using
2916 texi/gnus-news.el of the trunk.
2917
ebdcf65a
RS
29182006-07-29 Reiner Steib <Reiner.Steib@gmx.de>
2919
2920 * NEWS: Fix typo.
2921
652d420b
RS
29222006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
2923
2924 * ru-refcard.ps: Regenerate.
2925
29262006-07-17 Alex Ott <alexott@gmail.com>
2927
2928 * ru-refcard.tex: Update for Emacs 22.
2929
d753d9b7
KS
29302006-07-14 Kim F. Storm <storm@cua.dk>
2931
2932 * PROBLEMS: Emacs now requires ws2_32.dll on Windows.
2933
880820fe 29342006-07-14 Károly Lőrentey <lorentey@elte.hu>
580b488b
KL
2935
2936 * HELLO: Update Hungarian sample.
d753d9b7 2937
0b6bb130
MB
29382006-07-12 Michael Olson <mwolson@gnu.org>
2939
2940 * ERC-NEWS: Update for ERC 5.1.3.
2941
8c9676fb
DK
29422006-07-08 David Kastrup <dak@gnu.org>
2943
2944 * TODO: Suggest consolidation with user customization when the
2945 system default of a customized variable changes.
2946
f2bb3ca3
TTN
29472006-07-08 Thien-Thi Nguyen <ttn@gnu.org>
2948
2949 * compilation.txt: Add an example "Compilation started ..." line.
2950
c7251076
CD
29512006-07-07 Carsten Dominik <dominik@science.uva.nl>
2952
2953 * orgcard.tex: Version number change.
2954
5693ccd6
KH
29552006-07-05 Kenichi Handa <handa@m17n.org>
2956
bbf908bc
LM
2957 * HELLO: Add a paragraph for non-ASCII examples at the head.
2958 Add Bulgarian and Hungarian. Add more "hello"s to Danish and Swedish.
5693ccd6 2959
70314b54
BW
29602006-07-03 Bill Wohler <wohler@newt.com>
2961
2962 Release MH-E version 8.0.2.
2963
2964 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.2.
2965
7f70c4e9
CD
29662006-07-03 Carsten Dominik <dominik@science.uva.nl>
2967
2968 * orgcard.tex (section{Agenda Views}): Document `s' key to save
2969 all org-mode buffers.
2970
880820fe 29712006-06-30 Francesco Potortì <pot@gnu.org>
9a4be099
FP
2972
2973 * etags.1: -m and -M options do not exist.
2974
a71f543e
CD
29752006-06-29 Carsten Dominik <dominik@science.uva.nl>
2976
2977 * orgcard.tex (section{Structure Editing}): Document checkbox
2978 toggling.
2979
f98f7873
JL
29802006-06-28 Juri Linkov <juri@jurta.org>
2981
2982 * grep.txt (Local Variables): Move to end of file.
2983
33a4be7c
RS
29842006-06-28 Reiner Steib <Reiner.Steib@gmx.de>
2985
ba0a643f
RS
2986 * Makefile: Add rules for refcards.
2987
33a4be7c
RS
2988 * de-refcard.ps, fr-refcard.ps, pt-br-refcard.ps: Regenerate.
2989
576f72d7
NR
29902006-06-24 Nick Roberts <nickrob@snap.net.nz>
2991
2992 * NEWS: Remove duplicate entries.
2993
353694fd
CD
29942006-06-23 Carsten Dominik <dominik@science.uva.nl>
2995
2996 * orgcard.tex (section{LaTeX and cdlatex-mode}): New section.
2997
55b903a3
KS
29982006-06-23 Kim F. Storm <storm@cua.dk>
2999
3000 * DEBUG: Mention `pv variable' to print value of Lisp variables.
3001 Mention `xpr' and fix example to use it. Add section describing
3002 commands such as `pit' that are useful for debugging redisplay
3003 related problems.
3004
e2f48107
KS
30052006-06-22 Kim F. Storm <storm@cua.dk>
3006
3007 * HELLO (Local Variables): Move to end of file.
3008
4f187c9d
BW
30092006-06-20 Bill Wohler <wohler@newt.com>
3010
3011 Release MH-E version 8.0.1.
3012
3013 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.1.
3014
3d62681d
CD
30152006-06-19 Carsten Dominik <dominik@science.uva.nl>
3016
5879ac68 3017 * orgcard.tex (section{Clocking Time}): Add new clocking commands.
3d62681d
CD
3018 (section{Structure Editing}): Add global archiving command.
3019
761b9fd2
TTN
30202006-06-14 Thien-Thi Nguyen <ttn@gnu.org>
3021
3022 * yow.lines: Delete existing data; add a new entry.
3023
880820fe 30242006-06-09 Włodek Bzyl <matwb@univ.gda.pl>
5e7c994b
RS
3025
3026 * pl-refcard.ps: Regenerate.
3027
880820fe 30282006-06-08 Włodek Bzyl <matwb@univ.gda.pl>
7b651efb 3029
906671d0
RS
3030 * pl-refcard.tex: Update for Emacs 22.
3031
34c5305c
RS
30322006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
3033
7b651efb
RS
3034 * fr-refcard.tex: Fix errors in previous commit.
3035
880820fe 30362006-06-08 Éric Jacoboni <jaco@jacoboni.fr>
c9993712
RS
3037
3038 * fr-refcard.tex: Update for Emacs 22.
3039
8dec0e01
KH
30402006-06-07 Kenichi Handa <handa@m17n.org>
3041
3042 * NEWS: Mention how to disable character translation for a file.
3043
6dfbf803
TTN
30442006-06-04 Sven Joachim <svenjoac@gmx.de>
3045
3046 * de-refcard.tex: Update for Emacs 22: Use German quotes
3047 and umlauts; fix overfull /hboxes; many rewordings.
3048
32a877bb
KS
30492006-06-04 Kim F. Storm <storm@cua.dk>
3050
3051 * NEWS: Move news for pre-22 versions into...
3052 * NEWS.21, NEWS.20: ... new files for Emacs 21 and Emacs 20 news.
3053 * ONEWS, ONEWS.1, ONEWS.2, ONEWS.3, ONEWS.4: Remove (rename) files ...
3054 * NEWS.19, NEWS.18, NEWS.1-17: ... and organize news about older Emacs
c68af44c 3055 versions in separate files. Update copyright notices.
32a877bb 3056
a941b26b
EZ
30572006-06-03 Eli Zaretskii <eliz@gnu.org>
3058
a88e0343
KS
3059 * LPF, LEDIT: Remove files.
3060
3061 * FTP, README, HELLO, MACHINES, MAILINGLISTS, MORE.STUFF, ETAGS.EBNF:
3062 * MOTIVATION, ORDERS, SERVICE, TERMS, TODO:
3063 * enriched.doc, ulimit.hack, ses-example.ses, ms-7bkermit, emacs.csh:
3064 * Xkeymap.txt, compilation.txt, grep.txt:
3065 Add copyright notice and copying permissions.
3066
b9d6735c
DP
30672006-05-31 David Ponce <david@dponce.com>
3068
a88e0343
KS
3069 * tree-widget/default/close.png, tree-widget/default/close.xpm:
3070 * tree-widget/default/empty.png, tree-widget/default/empty.xpm:
3071 * tree-widget/default/end-guide.png, tree-widget/default/end-guide.xpm:
3072 * tree-widget/default/guide.png, tree-widget/default/guide.xpm:
3073 * tree-widget/default/handle.png, tree-widget/default/handle.xpm:
3074 * tree-widget/default/leaf.png, tree-widget/default/leaf.xpm:
3075 * tree-widget/default/no-guide.png, tree-widget/default/no-guide.xpm:
3076 * tree-widget/default/no-handle.png, tree-widget/default/no-handle.xpm:
3077 * tree-widget/default/open.png, tree-widget/default/open.xpm:
3078 * tree-widget/folder/close.png, tree-widget/folder/close.xpm:
3079 * tree-widget/folder/empty.png, tree-widget/folder/empty.xpm:
3080 * tree-widget/folder/end-guide.png, tree-widget/folder/end-guide.xpm:
3081 * tree-widget/folder/guide.png, tree-widget/folder/guide.xpm:
3082 * tree-widget/folder/handle.png, tree-widget/folder/handle.xpm:
3083 * tree-widget/folder/leaf.png, tree-widget/folder/leaf.xpm:
3084 * tree-widget/folder/no-guide.png, tree-widget/folder/no-guide.xpm:
3085 * tree-widget/folder/no-handle.png, tree-widget/folder/no-handle.xpm:
3086 * tree-widget/folder/open.png, tree-widget/folder/open.xpm:
3087 Reduce the size of images.
b9d6735c 3088
880820fe 30892006-05-29 Jan Djärv <jan.h.d@swipnet.se>
c3724dcc 3090
4c88aa80 3091 * NEWS: Mention F10 for Gtk+/Lesstif/Lucid menus.
c3724dcc 3092
3d0793e4
EZ
30932006-05-26 Eli Zaretskii <eliz@gnu.org>
3094
3095 * ledit.l: Remove file.
3096
f1c582b4
KH
30972006-05-26 Kenichi Handa <handa@m17n.org>
3098
3099 * NEWS (find-operation-coding-system): Mention the new argument
3100 format.
3101
e8166ad7
CD
31022006-05-24 Carsten Dominik <dominik@science.uva.nl>
3103
bbf908bc 3104 * orgcard.tex (section{Motion}): Add the item navigation commands.
e8166ad7
CD
3105 (section{Publishing}): New section.
3106 (section{Links}): Documented elisp and shell links.
3107
4ea5193b
RS
31082006-05-20 Rodrigo Real <rreal@ucpel.tche.br>
3109
3110 * pt-br-refcard.tex: Update.
3111
0804c86c
RS
31122006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
3113
ba9acf6a
RS
3114 * pl-refcard.tex (Local variables): Add compile-command.
3115
5879ac68 3116 * ru-refcard.tex (Local variables): Add compile-command and coding.
ba9acf6a
RS
3117
3118 * pt-br-refcard.tex: Don't \input psfig.
3119
0804c86c
RS
3120 * refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
3121
3122 * de-refcard.tex (section{Info}): Ditto.
3123
3124 * fr-refcard.tex (section{Info}): Ditto. Translation suggested by
3125 Stefan Monnier <monnier@iro.umontreal.ca>.
3126
3127 * pl-refcard.tex (section{Info}): Ditto. Translation suggested by
3128 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>.
3129
ade817bd
SM
3130 * cs-refcard.tex (section{Info}): Use `s' instead of `M-s'.
3131 Entry for `i' is not translated yet.
0804c86c
RS
3132
3133 * pt-br-refcard.tex (section{Info}): Ditto.
3134
3135 * ru-refcard.tex (section{Info}): Ditto.
3136
3137 * sk-refcard.tex (section{Info}): Ditto.
3138
e6d33cab
RS
31392006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3140
3141 * MORE.STUFF: Update AUCTeX entry.
3142
424567e3
EZ
31432006-05-20 Rodrigo Real <rreal@ucpel.tche.br>
3144
3145 * pt-br-refcard.tex:
3146 * pt-br-refcard.ps: New files.
3147
98662f48
RS
31482006-05-15 Reiner Steib <Reiner.Steib@gmx.de>
3149
3150 * sk-refcard.tex: Add coding cookie.
3151
4449f659
MB
31522006-05-15 Michael Olson <mwolson@gnu.org>
3153
3154 * MORE.STUFF: Update URL for Planner Mode and add description.
3155 Canonicalize URLs for Emacs Muse and Emacs Wiki Mode.
3156
6b481006
RF
31572006-05-12 Romain Francoise <romain@orebokech.com>
3158
3159 * MORE.STUFF: ERC is now part of Emacs.
3160 Add Emacs Muse.
3161
4b1af9ac
RS
31622006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
3163
3164 * NEWS (allout): Update.
3165
7c36a00a
BW
31662006-05-06 Bill Wohler <wohler@newt.com>
3167
3168 Release MH-E version 8.0.
3169
3170 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.
3171
1c9e62fe
BW
31722006-04-28 Bill Wohler <wohler@newt.com>
3173
3174 Release MH-E version 7.95.
3175
3176 * NEWS, MH-E-NEWS: Update for MH-E release 7.95.
3177
66f7848b
BW
31782006-04-21 Bill Wohler <wohler@newt.com>
3179
3180 Release MH-E version 7.94.
3181
3182 * NEWS, MH-E-NEWS: Update for MH-E release 7.94.
3183
bf49275d
NR
31842006-04-21 Nick Roberts <nickrob@snap.net.nz>
3185
3186 * NEWS: Mention t-mouse.el. Touch up description of gdb-ui.el.
3187
b744e319
CD
31882006-04-20 Carsten Dominik <dominik@science.uva.nl>
3189
3190 * orgcard.tex: Version number change only.
3191
9f6dc5a8
RS
31922006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
3193
a88e0343
KS
3194 * gnus-refcard.tex: Bump version to 5.11. Remove duplicate \def's.
3195 Update date.
9f6dc5a8 3196
11227360
BW
31972006-04-18 Bill Wohler <wohler@newt.com>
3198
3199 * MORE.STUFF: Add MH-E.
3200
87acbfda
CD
32012006-04-18 Carsten Dominik <dominik@science.uva.nl>
3202
3203 * orgcard.tex: Version number change only.
3204
94c3a9d8
KH
32052006-04-12 Kenichi Handa <handa@m17n.org>
3206
3207 * PROBLEMS (C-SPC fails ...): Explicitly say fcitx in the header.
3208
8a70fed7
CD
32092006-04-11 Carsten Dominik <dominik@science.uva.nl>
3210
5879ac68 3211 * orgcard.tex (section{Tables}): Document column narrowing.
8a70fed7
CD
3212 (section{Links}): Document bracket links.
3213
2fb18d13
KH
32142006-04-11 Kenichi Handa <handa@m17n.org>
3215
3216 * PROBLEMS (C-SPC fails ...): Add description for fcitx.
3217
f327867a
BW
32182006-04-10 Bill Wohler <wohler@newt.com>
3219
3220 * NEWS: Add package-version keyword to `defcustom' and mention
3221 associated variable `customize-package-emacs-version-alist'.
3222
1ca9b532
RS
32232006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3224
3225 * NEWS: Add string-or-null-p.
3226
84a9c798
BW
32272006-03-28 Bill Wohler <wohler@newt.com>
3228
3229 * images/README: Update with following information.
461e9977 3230
84a9c798 3231 * images/data-save.xpm, images/mail/flag-for-followup.xpm:
a88e0343 3232 * images/zoom-in.xpm, images/zoom-out.xpm: New images from GNOME 2.12.
84a9c798
BW
3233
3234 * images/contact.pbm, images/data-save.pbm, images/delete.pbm:
3235 * images/mail/flag-for-followup.pbm, images/mail/inbox.pbm:
3236 * images/mail/move.pbm, images/next-page.pbm, images/zoom-out.pbm:
3237 New bitmaps for new images.
461e9977
RF
3238
3239 * images/refresh.xpm, images/sort-ascending.xpm,
bbf908bc
LM
3240 * images/sort-descending.xpm: Update with GTK 2.x images.
3241 Note that the default GTK icons are not overridden by the GNOME theme
5879ac68 3242 due to a bug which was fixed in GNOME 2.15. Once GNOME 2.16 is in
84a9c798 3243 wide circulation, then the GTK icons should be replaced with the
5879ac68 3244 equivalent GNOME icons. Until then, we should be consistent with
84a9c798 3245 GTK first, then GNOME.
461e9977
RF
3246
3247 * images/mail/repack.xpm, images/mail/reply-from.xpm:
84a9c798
BW
3248 * images/mail/reply-to.xpm, images/search-replace.xpm:
3249 * images/separator.xpm, images/show.xpm: Update custom icons to be
3250 closer to their GNOME counterparts.
461e9977
RF
3251
3252 * images/attach.pbm, images/exit.pbm, images/mail/compose.pbm:
84a9c798
BW
3253 * images/mail/repack.pbm, images/mail/reply-all.pbm:
3254 * images/mail/reply-from.pbm, images/mail/reply-to.pbm:
3255 * images/mail/reply.pbm, images/mail/send.pbm, images/show.pbm:
3256 * images/search-replace.pbm: Update bitmaps.
461e9977
RF
3257
3258 * images/execute.pbm, images/execute.xpm, images/fld-open.pbm:
84a9c798
BW
3259 * images/fld-open.xpm, images/highlight.pbm, images/highlight.xpm:
3260 * images/mail.pbm, images/mail.xpm, images/mail/alias.pbm:
3261 * images/mail/alias.xpm, images/mail/refile.pbm:
3262 * images/mail/refile.xpm, images/page-down.pbm:
3263 * images/page-down.xpm, images/widen.pbm, images/widen.xpm: Remove
a88e0343 3264 custom MH-E icons -- MH-E is now using the equivalent GTK/GNOME icons.
84a9c798 3265
679ce4d5
RF
32662006-03-23 Romain Francoise <romain@orebokech.com>
3267
3268 * NEWS: Misc. fixes.
3269
9212fe99
CD
32702006-03-15 Carsten Dominik <dominik@science.uva.nl>
3271
3272 * orgcard.tex: Version number change only.
3273
3470ef37
NR
32742006-03-15 Nick Roberts <nickrob@snap.net.nz>
3275
3276 * DEBUG (Note): Describe features for debugging with GDB in Emacs.
3277
8cf1c5a4
MB
32782006-03-11 Miles Bader <miles@gnu.org>
3279
3280 * images/mail: New directory.
3281 * images/attach.xpm, images/connect.xpm:
3282 * images/contact.xpm, images/delete.xpm:
3283 * images/describe.xpm, images/disconnect.xpm:
3284 * images/exit.xpm, images/gnus/toggle-subscription.xpm:
3285 * images/lock-broken.xpm, images/lock-ok.xpm:
3286 * images/lock.xpm, images/mail/compose.xpm:
3287 * images/mail/copy.xpm, images/mail/forward.xpm:
3288 * images/mail/inbox.xpm, images/mail/move.xpm:
3289 * images/mail/not-spam.xpm, images/mail/outbox.xpm:
3290 * images/mail/preview.xpm, images/mail/reply-all.xpm:
3291 * images/mail/reply.xpm, images/mail/save-draft.xpm:
3292 * images/mail/save.xpm, images/mail/send.xpm:
3293 * images/mail/spam.xpm, images/next-page.xpm:
3294 * images/refresh.xpm, images/separator.xpm:
a88e0343 3295 * images/sort-ascending.xpm, images/sort-column-ascending.xpm:
8cf1c5a4
MB
3296 * images/sort-criteria.xpm, images/sort-descending.xpm:
3297 * images/sort-row-ascending.xpm:
3298 New icons, copied from Gnus trunk (originally from Gnome 2.6).
3299
d5b08376
BW
33002006-03-11 Bill Wohler <wohler@newt.com>
3301
5879ac68 3302 * NEWS: Document `image-load-path-for-library'. Note that all
d5b08376 3303 images have been moved from lisp into etc/images in `find-image'
5879ac68 3304 item. Fix typo in `copy-tree'.
d5b08376 3305
3f9c65ca
RS
33062006-03-09 Reiner Steib <Reiner.Steib@gmx.de>
3307
880820fe 3308 * TUTORIAL.de: Replace "Schreiben" by "Drücken" where appropriate.
3f9c65ca 3309
7204b00e
CD
33102006-03-07 Carsten Dominik <dominik@science.uva.nl>
3311
3312 * orgcard.tex: Version number change only.
3313
dec817ba
BW
33142006-03-05 Bill Wohler <wohler@newt.com>
3315
3316 Release MH-E version 7.93.
3317
3318 * NEWS, MH-E-NEWS: Update for MH-E release 7.93.
3319
db13601b 33202006-02-23 Guanpeng Xu <herberteuler@hotmail.com>
cca17969
TTN
3321
3322 * TUTORIAL.cn: Fix omission bug: Add dot (ASCII 0x2E) on first line.
3323
3bfb8112
CD
33242006-02-22 Carsten Dominik <dominik@science.uva.nl>
3325
5879ac68 3326 * orgcard.tex (section{Links}): Rewritten to cover the modified
3bfb8112
CD
3327 link system.
3328
0951cd36
BW
33292006-02-18 Bill Wohler <wohler@newt.com>
3330
3331 Release MH-E version 7.92.
3332
3333 * NEWS, MH-E-NEWS: Update for MH-E release 7.92.
3334
4599a9a5
KH
33352006-02-17 Kenichi Handa <handa@m17n.org>
3336
3337 * TUTORIAL.translators (TUTORIAL.cn): Update the maintainer.
3338
33392006-02-17 Sun Yijiang <sunyijiang@gmail.com>
3340
3341 * TUTORIAL.cn: Reworked.
3342
542f7c55
CY
33432006-02-14 Chong Yidong <cyd@stupidchicken.com>
3344
3345 * NEWS: Changes in handling of file local variables.
3346
880820fe 33472006-02-14 Jan Djärv <jan.h.d@swipnet.se>
3430357a
JD
3348
3349 * NEWS: Gtk+ 2.4 is required.
3350
cbd488c4
YM
33512006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3352
3353 * PROBLEMS (Mac OS X): Add QuickTime 7.0.4 / Mac OS X 10.3.9 breakage.
3354
5f64e9f6
MD
33552006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
3356
2ccc6e66 3357 * NEWS: New key bindings for Tumme in Dired.
5f64e9f6 3358
4c003d2f
JB
33592006-02-05 Jay Belanger <belanger@truman.edu>
3360
3361 * calccard.tex: Update copyright year.
3362
8508e990
MB
33632006-02-04 Michael Olson <mwolson@gnu.org>
3364
3365 * NEWS: Update for ERC 5.1.1. Use the same wording for headings
3366 that Emacs does in its NEWS file.
3367
5384dc93
BW
33682006-02-03 Bill Wohler <wohler@newt.com>
3369
3370 Release MH-E version 7.91.
3371
3372 * NEWS, MH-E-NEWS: Update for MH-E release 7.91.
3373
c80ba99d
BW
33742006-02-02 Bill Wohler <wohler@newt.com>
3375
3376 Release MH-E version 7.90.
3377
5384dc93 3378 * NEWS, MH-E-NEWS: Update for MH-E release 7.90.
c80ba99d 3379
597993cf
MB
33802006-01-29 Michael Olson <mwolson@gnu.org>
3381
3382 * NEWS: Add entry for ERC.
3383
7cef6228
CY
33842006-01-27 Chong Yidong <cyd@stupidchicken.com>
3385
3386 * TODO: Make SYNC_INPUT the default.
3387
3140b91b
NR
33882006-01-25 Nick Roberts <nickrob@snap.net.nz>
3389
3390 * images/gud/pstar.xpm: Make background transparent.
3391
82a31b62
NF
33922006-01-24 Noah Friedman <friedman@splode.com>
3393
3394 * emacs-buffer.gdb: Replace all references to `cdr' field of
3395 conses with `u.cdr', per change Andreas Schwab 2005-11-15
3396 of src/lisp.h.
3397
87899d7e
MA
33982006-01-23 Michael Albinus <michael.albinus@gmx.de>
3399
5879ac68 3400 * NEWS: Tramp can be removed by M-x tramp-unload-tramp.
87899d7e 3401
14397ea7
DN
34022006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3403
5879ac68 3404 * e/eterm-color.ti: Re-enable the ri entry. Add kich1.
14397ea7 3405
3c005b12
RS
34062006-01-13 Richard M. Stallman <rms@gnu.org>
3407
3408 * emacs.1: +N applies only to next file.
3409
04a4075f
DN
34102005-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3411
3412 * e/eterm-color.ti: Temporarily disable the ri entry.
3413 * e/eterm-color: Regenerate.
cdda1b59 3414
880820fe 34152005-12-21 Lőrentey Károly <lorentey@elte.hu>
4e8b322f
KL
3416
3417 * TODO: Add note on the multi-tty branch.
3418
880820fe 34192005-12-16 Lőrentey Károly <lorentey@elte.hu>
f4695519
KL
3420
3421 * NEWS: Change `prev-buffer' to `previous-buffer'; add note on
3422 them using the frame-local buffer list.
3423
5fdf9b7c
EZ
34242005-12-10 David Koppelman <koppel@ece.lsu.edu>
3425
3426 * NEWS: hi-lock-mode is now buffer local, use global-hi-lock-mode
3427 instead.
3428
61322d72
JB
34292005-12-02 Jay Belanger <belanger@truman.edu>
3430
3431 * NEWS: Add comment about the Calc prefix.
3432
55a03101
TTN
34332005-11-28 Thien-Thi Nguyen <ttn@gnu.org>
3434
3435 * MORE.STUFF: Add entry: "Go in a buffer: Go Text Protocol client".
3436
fd993ce2
CY
34372005-11-18 Chong Yidong <cyd@stupidchicken.com>
3438
3439 * images/icons/emacs_16.png, images/icons/emacs_24.png
3440 * images/icons/emacs_32.png, images/icons/emacs_48.png:
3441 New Emacs icons.
3442
35af3490
CD
34432005-11-18 Carsten Dominik <dominik@science.uva.nl>
3444
ed9265fc 3445 * orgcard.tex: Version 3.20.
35af3490 3446
cdda1b59 34472005-11-16 Nick Roberts <nickrob@snap.net.nz>
a354cf39
NR
3448
3449 * images/gud/go.xpm, images/gud/go.pbm: Old gud-remove icons.
3450 Use for run/continue.
3451 * images/gud/stop.xpm, images/gud/stop.pbm: Old gud-break icons.
3452 Use for interrupting inferior.
3453 * images/gud/pp.xpm, images/gud/pstar.xpm, images/gud/until.xpm:
3454 Use a more appropriate variable name.
3455 * images/gud/remove.xpm, images/gud/remove.pbm
3456 * images/gud/break.xpm, images/gud/break.pbm: Make more intuitive.
cdda1b59 3457
31fa5025
NR
34582005-11-09 Nick Roberts <nickrob@snap.net.nz>
3459
3460 * images/gud/pp.xpm, images/gud/pp.pbm: New icons.
3461
880820fe 34622005-11-06 Jan Djärv <jan.h.d@swipnet.se>
32087ea3
JD
3463
3464 * images/copy.xpm, images/copy.pbm, images/low-color/copy.xpm
3465 * images/save.xpm, images/save.pbm, images/low-color/save.xpm:
3466 Adjust baseline.
cdda1b59 3467
880820fe 34682005-11-06 Jan Djärv <jan.h.d@swipnet.se>
16896f67
JD
3469
3470 * images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
3471 * images/up-node.pbm, images/prev-node.pbm, images/next-node.pbm
3472 * images/low-color/up-node.xpm, images/low-color/prev-node.xpm
3473 * images/low-color/next-node.xpm: Adjust paper size and layout.
3474
7dab700a
NR
34752005-11-05 Nick Roberts <nickrob@snap.net.nz>
3476
3477 * DEBUG: Describe how to provide preprocessor macro information.
3478
880820fe 34792005-11-04 Jan Djärv <jan.h.d@swipnet.se>
db2cf961
JD
3480
3481 * images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
3482 * images/up-node.pbm, images/prev-node.pbm, images/next-node.pbm
3483 * images/low-color/up-node.xpm, images/low-color/prev-node.xpm
3484 * images/low-color/next-node.xpm: New images.
3485
94539089
CD
34862005-11-04 Carsten Dominik <dominik@science.uva.nl>
3487
3488 * orgcard.tex (section{Notes}): Version number change.
3489
719e04b6
RF
34902005-11-03 Romain Francoise <romain@orebokech.com>
3491
3492 * orgcard.tex: Update FSF's address.
3493
99ac5182
NR
34942005-11-03 Nick Roberts <nickrob@snap.net.nz>
3495
7dab700a 3496 * DEBUG: GDB can sometimes expand macros.
99ac5182 3497
4ac4f9ce
RF
34982005-11-01 Romain Francoise <romain@orebokech.com>
3499
3500 * NEWS: Source files are compressed by default.
3501
ae3859c0
BW
35022005-10-28 Bill Wohler <wohler@newt.com>
3503
3504 * NEWS: Help mode now creates hyperlinks for URLs.
3505
cc795ef0
DN
35062005-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3507
4ac4f9ce 3508 * e/eterm-color.ti (el1): Undo 2005-10-23 change.
5879ac68 3509 Add some comments on how to update this file. Add ri
cc795ef0
DN
3510 capability that has long been supported by term.el.
3511
a42d1309
NR
35122005-10-25 Nick Roberts <nickrob@snap.net.nz>
3513
6772c8e1 3514 * images/gud/until.xpm: Color correction.
a42d1309 3515
61796b3c
RS
35162005-10-23 Richard M. Stallman <rms@gnu.org>
3517
3518 * e/eterm-color.ti (el1): Capability deleted,
3519 since term.el doesn't implement it.
3520
6f97b9c8
DN
35212005-10-20 Dan Nicolaescu <dann@ics.uci.edu>
3522
3523 * e/eterm-color.ti: Change the terminal name to eterm-color.
3524 * e/eterm-color: Regenerate.
3525
a12ba300
EZ
35262005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
3527
3528 * Makefile (e/eterm-color): Rename eterm to eterm-color.
3529
436a2ccd
CY
35302005-10-18 Chong Yidong <cyd@stupidchicken.com>
3531
3532 * NEWS: New variable `max-image-size'.
3533
ffda926c
BW
35342005-10-17 Bill Wohler <wohler@newt.com>
3535
5879ac68 3536 Moved all remaining images from lisp/toolbar to etc/images. The
ffda926c
BW
3537 low resolution images were placed in their own directory (low-color).
3538
3539 * images/attach.*, images/cancel.*, images/close.*:
3540 * images/copy.*, images/cut.*, images/diropen.*:
3541 * images/exit.*, images/help.*, images/home.*:
3542 * images/index.*, images/info.*, images/mail.*:
3543 * images/new.*, images/open.*, images/paste.*:
3544 * images/preferences.*, images/print.*, images/save.*:
3545 * images/saveas.*, images/search.*:
3546 * images/search-replace.*, images/spell.*:
3547 * images/undo.*: Moved here from lisp/toolbar.
3548
3549 * images/low-color/copy.*: Moved here from lisp/toolbar/lc-copy.*.
3550 * images/low-color/cut.*: Moved here from lisp/toolbar/lc-cut.*.
3551 * images/low-color/help.*: Moved here from lisp/toolbar/lc-help.*.
3552 * images/low-color/home.*: Moved here from lisp/toolbar/lc-home.*.
3553 * images/low-color/index.*: Moved here from lisp/toolbar/lc-index.*.
3554 * images/low-color/new.*: Moved here from lisp/toolbar/lc-new.*.
3555 * images/low-color/open.*: Moved here from lisp/toolbar/lc-open.*.
3556 * images/low-color/paste.*: Moved here from lisp/toolbar/lc-paste.*.
3557 * images/low-color/preferences.*: Moved here from
3558 lisp/toolbar/lc-preferences.*.
3559 * images/low-color/print.*: Moved here from lisp/toolbar/lc-print.*.
3560 * images/low-color/save.*: Moved here from lisp/toolbar/lc-save.*.
3561 * images/low-color/saveas.*: Moved here from lisp/toolbar/lc-saveas.*.
3562 * images/low-color/search.*: Moved here from lisp/toolbar/lc-search.*.
3563 * images/low-color/spell.*: Moved here from lisp/toolbar/lc-spell.*.
3564 * images/low-color/undo.*: Moved here from lisp/toolbar/lc-undo.*.
3565
3566 To conform with convention, the underscore (_) in the following
3567 image names were replaced with dash (-) or (/) as appropriate.
3568
3569 * images/back-arrow.*: Moved here from lisp/toolbar/back_arrow.*.
3570 * images/fld-open.*: Moved here from lisp/toolbar/fld_open.*.
3571 * images/fwd-arrow.*: Moved here from lisp/toolbar/fwd_arrow.*.
3572 * images/jump-to.*: Moved here from lisp/toolbar/jump_to.*.
3573 * images/left-arrow.*: Moved here from lisp/toolbar/left_arrow.*.
3574 * images/right-arrow.*: Moved here from lisp/toolbar/right_arrow.*.
3575 * images/up-arrow.*: Moved here from lisp/toolbar/up_arrow.*.
3576 * images/low-color/back-arrow.*: Moved here from
cdda1b59 3577 lisp/toolbar/lc-back_arrow.*.
ffda926c
BW
3578 * images/low-color/fwd-arrow.*: Moved here from
3579 lisp/toolbar/lc-fwd_arrow.*.
3580 * images/low-color/jump-to.*: Moved here from
3581 lisp/toolbar/lc-jump_to.*.
3582 * images/low-color/left-arrow.*: Moved here from
cdda1b59 3583 lisp/toolbar/lc-left_arrow.*.
ffda926c 3584 * images/low-color/right-arrow.*: Moved here from
cdda1b59 3585 lisp/toolbar/lc-right_arrow.*.
ffda926c
BW
3586 * images/low-color/up-arrow.*: Moved here from
3587 lisp/toolbar/lc-up_arrow.*.
cdda1b59 3588 * images/mail/compose.*: Moved here from lisp/toolbar/mail_compose.*.
ffda926c
BW
3589 * images/mail/send.*: Moved here from lisp/toolbar/mail_send.*.
3590
3591 * images/README: Incorporated the content of lisp/toolbar/README
3592 now that all of the images are here.
3593
eae86e67
NR
35942005-10-16 Nick Roberts <nickrob@snap.net.nz>
3595
3596 * images/gud/n.pbm, images/gud/n.xpm
3597 * images/gud/ni.xpm, images/gud/ni.xpm
3598 * images/gud/s.xpm, images/gud/s.xpm
3599 * images/gud/si.xpm, images/gud/si.xpm: Rename to
22adfe08 3600 next.*, nexti.*, step.*, and stepi.*, respectively, as the
eae86e67
NR
3601 file-name no longer clashes on 8+3 filesystems.
3602
cdda1b59 36032005-10-14 Bill Wohler <wohler@newt.com>
aa2361eb 3604
ffda926c
BW
3605 * images/gud/break.*: Moved here from toolbar/gud-break.*.
3606 * images/gud/cont.*: Moved here from toolbar/gud-cont.*.
3607 * images/gud/down.*: Moved here from toolbar/gud-down.*.
3608 * images/gud/finish.*: Moved here from toolbar/gud-finish.*.
3609 * images/gud/ni.*: Moved here from toolbar/gud-ni.*.
3610 * images/gud/n.*: Moved here from toolbar/gud-n.*.
3611 * images/gud/print.*: Moved here from toolbar/gud-print.*.
3612 * images/gud/pstar.*: Moved here from toolbar/gud-pstar.*.
3613 * images/gud/remove.*: Moved here from toolbar/gud-remove.*.
3614 * images/gud/run.*: Moved here from toolbar/gud-run.*.
3615 * images/gud/si.*: Moved here from toolbar/gud-si.*.
3616 * images/gud/s.*: Moved here from toolbar/gud-s.*.
3617 * images/gud/until.*: Moved here from toolbar/gud-until.*.
3618 * images/gud/up.*: Moved here from toolbar/gud-up.*.
3619 * images/gud/watch.*: Moved here from toolbar/gud-watch.*.
aa2361eb 3620
cdda1b59 36212005-10-14 Bill Wohler <wohler@newt.com>
03ab074b
BW
3622
3623 Released MH-E version 7.85.
cdda1b59 3624
03ab074b
BW
3625 * NEWS, MH-E-NEWS: Updated for release 7.85.
3626
880820fe 36272005-10-10 Jan Djärv <jan.h.d@swipnet.se>
f9e36a6d
JD
3628
3629 * NEWS: -nb => -nbi
3630
86bebbbc
CD
36312005-10-10 Carsten Dominik <dominik@science.uva.nl>
3632
3633 * orgcard.tex: Version 3.17, no changes except version number.
3634
880820fe 36352005-10-09 Jan Djärv <jan.h.d@swipnet.se>
0597ab12
JD
3636
3637 * NEWS: -nb, --no-bitmap-icon
3638
ba6be78d
SM
36392005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3640
3641 * TODO: Clarify the local variables entry.
3642
c2e59571
BW
36432005-09-30 Bill Wohler <wohler@newt.com>
3644
3645 Moved MH-E image files from toolbar and mail directories into
ffda926c 3646 images.
c2e59571
BW
3647
3648 * images/mail: New directory.
3649
3650 * images/mail/reply.*: Moved here from lisp/mail/reply2*.
3651
3652 * images/mail/alias.*, images/mail/refile.*, images/mail/repack.*:
3653 * images/mail/reply*: Moved here from lisp/toolbar.
3654
3655 * images/execute.*, images/highlight.*, images/mh-logo.xpm:
3656 * images/page-down.*, images/show.*, images/widen.*: Moved here
3657 from lisp/toolbar.
ba6be78d
SM
3658
3659 * images/refresh.*: Moved here from lisp/toolbar/rescan.*.
3660 Use GNOME 2.10's refresh icon.
c2e59571
BW
3661
3662 * images/README: New file that indicates which icons came from
3663 GNOME (see lisp/toolbar/README).
3664
b6473e48
RF
36652005-09-30 Romain Francoise <romain@orebokech.com>
3666
3667 * NEWS: Mention changes to `read-buffer'.
3668
a0292bb5
CY
36692005-09-30 Chong Yidong <cyd@stupidchicken.com>
3670
3671 * images/ezimage: New directory.
3672
3673 * images/ezimage/*.xpm: Add images used by speedbar.el.
3674
50a9d14a
DP
36752005-09-30 David Ponce <david@dponce.com>
3676
3677 * NEWS: Update recentf changes.
3678
a33704bb
MB
36792005-09-28 Simon Josefsson <jas@extundo.com>
3680
3681 * GNUS-NEWS: Fix IDNA notes.
3682
5879ac68 36832005-09-27 Jay Belanger <belanger@truman.edu>
0b292bd0
JB
3684
3685 * calccard.tex: Update `versionnumber', remove `versiondate'.
ba6be78d 3686 (Error Recovery): Refer to "initial state" rather than "default state".
0b292bd0
JB
3687 (Algebra): Mention LaTeX language mode.
3688 (Programming): Delete reference to "Z =".
3689
f7938fdd 36902005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
917551f2
EZ
3691
3692 * emacs.py (ehelp): Add g and l to arg list, and use them in the
3693 call to `help'.
3694
49844623
RF
36952005-09-17 Romain Francoise <romain@orebokech.com>
3696
3697 * gfdl.1: Update to version 1.2. Delete UC macro.
3698
ce9b56fe
KH
36992005-09-15 Kenichi Handa <handa@m17n.org>
3700
ba6be78d 3701 * PROBLEMS: Fix the paragraph describing the limitation of UTF-8/16/7.
ce9b56fe 3702
8c4a54e2
RF
37032005-09-14 Romain Francoise <romain@orebokech.com>
3704
3705 * NEWS: Add entry for write-region-inhibit-fsync.
3706
cacb2615 37072005-09-09 Kevin Ryde <user42@zip.com.au>
50a6ff15
EZ
3708
3709 * MORE.STUFF: Update url for calculator.el.
3710
d87ceee0
KH
37112005-09-08 Kenichi Handa <handa@m17n.org>
3712
3713 * PROBLEMS: Show a patch for Mule-UCS to make it byte-compiled
3714 correctly.
3715
c1105d05
MA
37162005-08-31 Michael Albinus <michael.albinus@gmx.de>
3717
3718 * NEWS: Add entry for `make-auto-save-file-name'.
3719
fef741ad
TTN
37202005-08-19 Emilio C. Lopes <eclig@gmx.net>
3721
3722 * emacsclient.1 (DESCRIPTION): Reflect inclusion in the
3723 Emacs distribution. Make role of EDITOR clearer.
3724 (OPTIONS): Document `-s', `-V' and `-h'
3725 as well as their long name counterparts.
3726 (BUGS): Remove.
3727
20dc2215
RF
37282005-08-26 Romain Francoise <romain@orebokech.com>
3729
3730 * PROBLEMS: Fix capitalization of "Gnus".
3731
217b694f
EZ
37322005-08-20 Chong Yidong <cyd@stupidchicken.com>
3733
3734 * MORE.STUFF: Update links and URLs.
3735
4f27bfc3
KH
37362005-08-05 Kenichi Handa <handa@m17n.org>
3737
3738 * NEWS: Fix the entry describing code-pages.
3739
c638055f
JB
37402005-07-28 Juanma Barranquero <lekktu@gmail.com>
3741
3742 * .cvsignore: Add `icons' (for in-place installs).
3743
cdf9f986
JL
37442005-07-19 Juri Linkov <juri@jurta.org>
3745
3746 * grep.txt: New file.
3747
880820fe 37482005-07-19 Jan Djärv <jan.h.d@swipnet.se>
25fd144d 3749
c638055f 3750 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
25fd144d
JD
3751 -R comes after i386 in setarch command.
3752
9e5f497d
JL
37532005-07-12 Juri Linkov <juri@jurta.org>
3754
3755 * refcard.tex (Files): Change description of `C-x C-q' from
3756 `checkin/checkout' to `toggle read-only'.
3757 (Getting Help): Replace `C-h c' with `C-h k'.
3758 (Error Recovery): Replace `recover-file' with `recover-session'.
3759 (Info): Replace key binding `C-h C-i' with `C-h S'. Add `t'.
3760
bc4c8456
RS
37612005-07-07 Richard M. Stallman <rms@gnu.org>
3762
b713c813 3763 * GNU: Update how to help. Improve footnote 7.
bc4c8456 3764
9d42fe6f
LK
37652005-07-07 Lute Kamstra <lute@gnu.org>
3766
3767 * tasks.texi: Delete file. The GNU Task List is obsolete and has
3768 been replaced by http://savannah.gnu.org/projects/tasklist.
3769
37702005-07-07 Lute Kamstra <lute@gnu.org>
60b34e06
LK
3771
3772 * refcard.tex: Update `versionnumber' and `year'. Update Emacs's
3773 version to 22.
3774 (Starting Emacs): Delete sentence to fix formatting problems.
3775 (Multiple Windows): Clarify first sentence. Mention C-x 5 1.
3776 (Formatting): Update the binding of set face.
3777 (International Character Sets): set-language-environment is bound
9d42fe6f 3778 to C-x RET l.
60b34e06 3779
a0ec7a4a
LK
37802005-07-05 Lute Kamstra <lute@gnu.org>
3781
3782 Update FSF's address in GPL notices.
3783
a88e0343
KS
3784 * INTERVIEW, calccard.tex, cs-dired-ref.tex, cs-refcard.tex:
3785 * dired-ref.tex, fr-drdref.tex, fr-refcard.tex, gfdl.1:
3786 * pl-refcard.tex, refcard.tex, ru-refcard.tex, sk-dired-ref.tex:
3787 * sk-refcard.tex, vipcard.tex, viperCard.tex: Update FSF's address.
a0ec7a4a 3788
880820fe 37892005-07-03 Jan Djärv <jan.h.d@swipnet.se>
cf14a51c 3790
a0ec7a4a 3791 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
ba6be78d 3792 Add it again.
cf14a51c 3793
01d37825
CD
37942005-06-29 Carsten Dominik <dominik@science.uva.nl>
3795
ba6be78d 3796 * NEWS: Add an entry for Org-mode, and a change entry for reftex-mode.
01d37825 3797
025691ed
RS
37982005-06-28 Richard M. Stallman <rms@gnu.org>
3799
3800 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping): New.
3801
98d1a1cf
EZ
38022005-06-11 Eli Zaretskii <eliz@gnu.org>
3803
3804 * DEBUG: Mention emacs-buffer.gdb.
3805
58f498fe
NF
38062005-06-10 Noah Friedman <friedman@splode.com>
3807
3808 * emacs-buffer.gdb (ybuffer-list): Don't use $filename; can't use
3809 char as placeholder when buffer has no file name and process is
3810 still live. Use different printf cases instead.
3811
4a29de23
KS
38122005-06-08 Kim F. Storm <storm@cua.dk>
3813
3814 * PROBLEMS: Linux kernel 2.6.10 may corrupt process output.
3815 Warn that using CVS+SSH may corrupt files, include work-around.
3816
c476bcb0
JL
38172005-06-06 Juri Linkov <juri@jurta.org>
3818
3819 * TUTORIAL.cs, TUTORIAL.sk: Change NBSP to space.
3820
3821 * TUTORIAL.ro: Change NBSP to space. Move coding cookie from the
3822 second line to Local Variables. Fix title line.
3823
6b5341d3
MB
38242005-05-30 Miles Bader <miles@gnu.org>
3825
3826 * emacs-buffer.gdb: Remove RCS keywords.
3827
a7868bfa
NF
38282005-05-30 Noah Friedman <friedman@splode.com>
3829
3830 * emacs-buffer.gdb: New file.
e55df387 3831 * NEWS: Mention it.
a7868bfa 3832
36f28e7f
RS
38332005-05-28 Richard M. Stallman <rms@gnu.org>
3834
3835 * TUTORIAL.fr: Change NBSP to space.
3836
e495eaec
BW
38372005-05-28 Bill Wohler <wohler@newt.com>
3838
3839 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.84.
3840
639ec765
NR
38412005-05-19 Nick Roberts <nickrob@snap.net.nz>
3842
3843 * TODO: post-command-idle-hook has gone.
3844
1e866943
JB
38452005-05-16 Juanma Barranquero <lekktu@gmail.com>
3846
3847 * NEWS: Remove references to open-network-stream-nowait and
3848 open-network-stream-server.
3849
820f92e1
RS
38502005-05-15 Richard M. Stallman <rms@gnu.org>
3851
3852 * GNU: Correct/improve previous change.
3853
d06ba294
RS
38542005-05-14 Richard M. Stallman <rms@gnu.org>
3855
3856 * GNU: Update footnotes.
3857
85ddb888
RS
3858 * NEWS: Lots of clarifications and cleanups.
3859
ade817bd 38602005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se>
e31eb62c 3861
1953295b 3862 * TUTORIAL.pl: Updated header.
e31eb62c 3863
406c0f12
RS
38642005-05-02 Richard M. Stallman <rms@gnu.org>
3865
3866 * NEWS: More rearrangements.
3867
30b0da81
RS
38682005-05-02 Chong Yidong <cyd@stupidchicken.com>
3869
3870 * NEWS: Items rearranged in logical order.
3871
6544b8f6
LH
38722005-05-01 Lars Hansen <larsh@math.ku.dk>
3873
3874 * NEWS: Correct key binding for dired-mark-omitted.
3875
c9b630f7
DN
38762005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3877
35b1b8ab
DN
3878 * NEWS: Mention xterm key bindings.
3879
c9b630f7
DN
3880 * e/eterm.ti: Add a comment.
3881 * e/eterm: Regenerate.
3882
70ca7cb3
TTN
38832005-04-25 Alex Ott <ott@jet.msk.su>
3884
3885 * TUTORIAL.ru: Update.
3886
880820fe 38872005-04-13 Pavel Janík <Pavel@Janik.cz>
f425f742
PJ
3888
3889 * TUTORIAL.sk: Updated header.
3890
880820fe 38912005-04-12 Jan Djärv <jan.h.d@swipnet.se>
ed0fb1f1
JD
3892
3893 * NEWS: Mention cursorBlink resource.
3894
b7461be9
YM
38952005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3896
3897 * NEWS: Mention dynamic change of keyboard-coding-system on Mac.
3898
880820fe 38992005-04-10 Jan Djärv <jan.h.d@swipnet.se>
4a4cbd00
JD
3900
3901 * NEWS: Mention fontSet for Lucid menus.
3902
0c9a01ff
MY
39032005-04-10 Masatake YAMATO <jet@gyve.org>
3904
1953295b
SM
3905 * compilation.txt (symbol): Add gcov-file
3906 gcov-bb-file gcov-never-called-line gcov-called-line.
0c9a01ff 3907
c09b2b56
KH
39082005-04-08 Kenichi Handa <handa@m17n.org>
3909
3910 * TUTORIAL.ja: Updated header, contents synchronized with
3911 TUTORIAL at 2005-04-01T00:31:25Z!rms@gnu.org.
3912
880820fe 39132005-04-06 Pavel Janík <Pavel@Janik.cz>
7237931b
PJ
3914
3915 * TUTORIAL.cs: Updated header.
3916
7bade82d
WL
39172005-04-05 Werner Lemberg <wl@gnu.org>
3918
3919 * TUTORIAL.de: Updated header.
3920
28cfe103 39212005-04-05 Marcelo Toledo <marcelo@gnu.org>
a049b36c 3922
1953295b 3923 * TUTORIAL.translators: Added the field Maintainer.
a049b36c 3924
b2c2fcb7
TTN
39252005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
3926
3927 * TUTORIAL.it: Move "copying conditions at end" sentence after title.
3928
e3039e63
TTN
39292005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
3930
3931 * TUTORIAL.ja: Update text before first period.
3932 Reported by Kenichi Handa.
3933
b7dc1e82 39342005-04-02 Richard M. Stallman <rms@gnu.org>
e3039e63 3935
b7dc1e82
RS
3936 * TUTORIAL.ja, TUTORIAL.cn, TUTORIAL.ru, TUTORIAL.zh: Remove the
3937 old intro line that apparently was a longer version of "Emacs
3938 tutorial".
3939
3940 * TUTORIAL.es: Clean up line breaks.
3941
28cfe103 39422005-04-01 Marcelo Toledo <marcelo@gnu.org>
f290db1d 3943
51ce60a7 3944 * TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de,
1953295b
SM
3945 * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko,
3946 * TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru,
3947 * TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line.
1e866943 3948
28cfe103 39492005-04-01 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
1e866943 3950
1953295b
SM
3951 * TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in
3952 2005-02-08T14:20:54Z!lute@gnu.org, "Emacs" is not transliterated to cyrillic anymore;
3953 Minor fixes.
28cfe103
MT
3954
39552005-04-01 Mats Lidell <matsl@contactor.se>
e3039e63 3956
1953295b
SM
3957 * TUTORIAL.sv: Sync some other changes with the TUTORIAL version
3958 2005-04-01T00:31:25Z!rms@gnu.org.
f290db1d 3959
1d88af04
LK
39602005-04-01 Lute Kamstra <lute@gnu.org>
3961
3962 * TUTORIAL.nl: Fix title line.
3963
19577b0e
TTN
39642005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3965
3966 * TUTORIAL: Add title line.
3967 * TUTORIAL.bg, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de,
3968 * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja,
3969 * TUTORIAL.ko, TUTORIAL.nl, TUTORIAL.pl, TUTORIAL.pt_BR,
3970 * TUTORIAL.ro, TUTORIAL.ru, TUTORIAL.sk, TUTORIAL.sl
3971 * TUTORIAL.sv, TUTORIAL.th, TUTORIAL.zh: Likewise.
3972
10ace8ea
MB
39732005-03-29 Reiner Steib <Reiner.Steib@gmx.de>
3974
3975 * gnus-refcard.tex, gnus-logo.eps: New files.
3976
bbcb3b44
DP
39772005-03-23 David Ponce <david@dponce.com>
3978
3979 * NEWS: Mention recentf-keep.
3980
f31259da
LK
39812005-03-17 Lute Kamstra <lute@gnu.org>
3982
3983 * TODO: Remove define-generic-mode entry (DONE).
3984
3235a9ea
MA
39852005-03-10 Michael Albinus <michael.albinus@gmx.de>
3986
3987 * NEWS: Explain how to default Tramp to FTP.
3988
7709cbbd
YM
39892005-03-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3990
2313f861 3991 * NEWS: Mention Carbon build on Mac OS 9.
3235a9ea 3992
70d9a9cd
DK
39932005-03-01 David Kastrup <dak@gnu.org>
3994
3995 * DEBUG: Add information about `-fno-crossjumping' for GCC.
3996
2dbccf96
LK
39972005-02-14 Lute Kamstra <lute@gnu.org>
3998
6a361c41
LK
3999 * TODO: Remove battery.el entry (DONE).
4000
2dbccf96
LK
4001 * TUTORIAL.nl: Synchronize with TUTORIAL. Correct some typos.
4002 Make the terminology more consistent. Fill the text using the
4003 default `fill-column'.
4004
41835686
LK
40052005-02-08 Lute Kamstra <lute@gnu.org>
4006
4007 * TUTORIAL: Remove some uses of the term "buffer" before it is
4008 properly introduced. Update the description of the mode line.
4009 Consistently use "<ESC>" to denote the ESC key and "<SPC>" to
4010 denote the Space bar. Capitalize all command descriptions.
4011
ba2c991c
RS
40122005-02-06 Richard M. Stallman <rms@gnu.org>
4013
4014 * DEBUG: Minor clarification.
4015
6082a820
EZ
40162005-02-05 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4017
4018 * emacs.bash: Update the name of the socket of the Emacs server.
4019
3d4d788a
DK
40202005-01-22 David Kastrup <dak@gnu.org>
4021
4022 * NEWS: Mention alias `find-grep' for `grep-find'.
4023
568931f0
NR
40242005-01-22 Nick Roberts <nickrob@snap.net.nz>
4025
4026 * TODO: Add entry for toolbar on ttys.
4027
6869a824
NR
40282005-01-18 Nick Roberts <nickrob@snap.net.nz>
4029
4030 * DEBUG: Suggest separate terminal for debug session.
4031
43805352
EZ
40322005-01-15 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4033
4034 * TUTORIAL.nl: Correct translation and the Dutch text (typos).
4035 More consistent use of terminology.
4036
20d6de82
RS
40372005-01-13 Cheng Gao <chenggao@gmail.com>
4038
4039 * MORE.STUFF: Add entries of some well known and widely used packages.
3235a9ea 4040
9abb41eb
LH
40412005-01-07 Lars Hansen <larsh@math.ku.dk>
4042
4043 * NEWS: Describe desktop package lazy restore feature.
4044
fda2922a
RS
40452004-12-21 Richard M. Stallman <rms@gnu.org>
4046
4047 * DISTRIB: Don't say "freeware".
4048
d3d89631
NR
40492004-12-15 Nick Roberts <nickrob@snap.net.nz>
4050
4051 * DEBUG: Change printing example to break on a procedure name.
4052
09411f50
DN
40532004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
4054
4055 * e/eterm.ti: Add rs1.
4056 * e/eterm: Regenerate.
4057
0473753a
RS
40582004-12-08 Alexandre VEYRENC <veyrenc@wanadoo.fr> (tiny change)
4059
4060 * fr-refcard.tex: Fix typos.
4061
880820fe 40622004-12-07 Jan Djärv <jan.h.d@swipnet.se>
b11e8823
JD
4063
4064 * PROBLEMS: Update information about klipper on KDE.
4065
880820fe 40662004-11-26 Jan Djärv <jan.h.d@swipnet.se>
3a0ab7ec
JD
4067
4068 * NEWS: Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
4069
880820fe 40702004-10-08 Frédéric Bothamy <frederic.bothamy@free.fr> (tiny change)
657f0f9c
EZ
4071
4072 * TUTORIAL.fr: Minor wording fix.
4073
5086e75d
LT
40742004-10-04 Luc Teirlinck <teirllm@auburn.edu>
4075
4076 * enriched.doc: Update for new bindings of `set-left-margin' and
4077 `set-right-margin'.
4078
0207b8ad
KS
40792004-10-04 Kim F. Storm <storm@cua.dk>
4080
4081 * DEBUG: Mention pp and ff commands.
4082
3326c1b5
LT
40832004-09-26 Luc Teirlinck <teirllm@auburn.edu>
4084
4085 * enriched.doc: `enriched-annotation-alist' is now called
4086 `enriched-translations'.
4087
d6be0122
DN
40882004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4089
5879ac68 4090 * e/eterm.ti: Comment out smcup, rmcup. Add kbs, kdch1, rc, sc.
d6be0122 4091 Reformat.
1953295b 4092 * e/eterm: Regenerate.
d6be0122 4093
880820fe 40942004-09-25 Jan Djärv <jan.h.d@swipnet.se>
1f02a4ba
JD
4095
4096 * PROBLEMS: Updated exec-shield description.
4097
c8be3fe8
KS
40982004-09-16 Dan Nicolaescu <dann@ics.uci.edu>
4099
4100 * e/eterm.ti: Change the strings for smso and rmso.
25e90411 4101 * e/eterm: Regenerate.
c8be3fe8 4102
8bca0606
TTN
41032004-09-09 Thien-Thi Nguyen <ttn@gnu.org>
4104
4105 * MORE.STUFF (EDB): Update entry.
4106
4e14f66c
KS
41072004-09-07 Dan Nicolaescu <dann@ics.uci.edu>
4108
4109 * e/eterm.ti: Add `op' entry to enable colors in term.
1953295b 4110 * e/eterm: Regenerate.
4e14f66c 4111
db1febad
EZ
41122004-09-04 Eric S. Raymond <esr@thyrsus.com>
4113
4114 * PROBLEMS: More reorganization to exile old stuff to the
4115 pre-2000 section. I looked up end-of-life dates for a bunch
4116 of old Unixes to check.
4117
eccf9613
BW
41182004-08-24 Bill Wohler <wohler@newt.com>
4119
4120 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.82.
4121
90a02640
DK
41222004-08-22 David Kastrup <dak@gnu.org>
4123
4124 * PROBLEMS, MAILINGLISTS: Update AUCTeX information.
4125
d103d8b3
BW
41262004-08-21 Bill Wohler <wohler@newt.com>
4127
4128 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.81.
4129
29bbca9e
EZ
41302004-08-21 Eric S. Raymond <esr@thyrsus.com>
4131
4132 * PROBLEMS: Massively rearranged by category, to make environment
4133 features and symptoms easier to find. Bugs relating to
4134 20th-century systems moved to the end. Most problem headers
4135 changed to "object: variation" format.
4136
f0d73c14
BW
41372004-08-15 Bill Wohler <wohler@newt.com>
4138
4139 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.4.80.
4140
e11d1dd9
EZ
41412004-08-14 Romain Francoise <romain@orebokech.com>
4142
4143 * NEWS: Mention the thumbs.el package.
4144
25f38310 41452004-08-14 Eric Hanchrow <offby1@blarg.net>
ab5a4a32
EZ
4146
4147 * TUTORIAL.es: Replace actual whitespace with the magic string
4148 that causes help-with-tutorial to automatically insert the correct
4149 amount.
4150
7c3225c3
ST
41512004-08-10 Steven Tamm <steventamm@mac.com>
4152
4153 * PROBLEMS: Remove description of Mac OS version upgrade
4154 problems as it is no longer applicable.
4155
05ea6a26
WL
41562004-07-27 Werner Lemberg <wl@gnu.org>
4157
4158 * NEWS: Document all new tutorials.
4159
23f87bed
MB
41602004-08-05 Reiner Steib <Reiner.Steib@gmx.de>
4161
4162 * GNUS-NEWS: Import from the v5_10 branch of the Gnus repository.
4163
4164 * NEWS (Gnus package): Gnus includes Sieve and PGG. Gnus changes
4165 are described in GNUS-NEWS.
4166
41672004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
4168
4169 * gnus.xpm, gnus-pointer.xbm, gnus-pointer.xpm: Import from the
4170 v5_10 branch of the Gnus repository.
4171
0f74bf4c
LT
41722004-07-14 Luc Teirlinck <teirllm@auburn.edu>
4173
4174 * MORE.STUFF: Tramp is now distributed with Emacs.
4175
a66894d8
BW
41762004-07-12 Bill Wohler <wohler@newt.com>
4177
4178 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.4.4.
4179
bcdf2143
DK
41802004-07-08 David Kastrup <dak@gnu.org>
4181
1953295b 4182 * NEWS (Lisp changes in 21.4): Document (match-data t) change.
bcdf2143 4183
ad8a607d
EZ
41842002-06-26 Eli Zaretskii <eliz@is.elta.co.il>
4185
4186 * FOR-RELEASE: Moved to the admin directory.
4187
1791907b
DK
41882004-06-24 David Kastrup <dak@gnu.org>
4189
4190 * NEWS: Move description from new paragraph-start and
4191 indent-line-function defaults to general news instead of new
1953295b
SM
4192 packages. Same for query-replace-skip-read-only.
4193 Add description of new `\,' and `\?' replacement string features.
1791907b 4194
dce417e7
LT
41952004-06-23 Luc Teirlinck <teirllm@auburn.edu>
4196
4197 * MORE.STUFF: Delete obsolete URL.
4198
61d244ca
LH
41992004-06-10 Lars Hansen <larsh@math.ku.dk>
4200
5879ac68 4201 * NEWS: Describe dired-omit-mode. Describe desktop package changes.
61d244ca 4202
32364f49
ST
42032004-05-29 Steven Tamm <steventamm@mac.com>
4204
4205 * PROBLEMS: Document the workaround for the Mac OS X port not
4206 picking up the environment variables from dotfiles.
4207
f3298aad
JL
42082004-05-16 Juri Linkov <juri@jurta.org>
4209
4210 * TUTORIAL.pt_BR: Add coding: latin-1, sentence-end-double-space: nil.
4211
4212 * ru-refcard.tex: Add C-u and RET to `C-h t Russian'.
4213
c1380aa6
EZ
42142004-05-15 Alex Ott <ott@jet.msk.su>
4215
4216 * ru-refcard.tex, ru-refcard.ps: New files.
4217
ddda21d3
DP
42182004-05-14 David Ponce <david@dponce.com>
4219
1953295b 4220 * tree-widget: New directory containing tree-widget themes and images.
ddda21d3 4221
28cfe103 42222004-04-13 Marcelo Toledo <marcelo@gnu.org>
b8d5565f 4223
5879ac68 4224 * TUTORIAL.pt_BR: Initial check-in.
b8d5565f 4225
24d5055c
SM
42262004-05-06 Dave Love <fx@gnu.org>
4227
4228 * emacs.py: New file for python-mode's internal use.
4229
ba1c68de
SM
42302004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4231
4232 * TODO: Use outline mode. Remove compile.el entry (done).
4233
d1d37da8
JL
42342004-04-18 Juri Linkov <juri@jurta.org>
4235
4236 * TUTORIAL.fr, TUTORIAL.pl, TUTORIAL.ru, TUTORIAL.sl, TUTORIAL.sv
4237 * TUTORIAL.th: Add sentence-end-double-space: nil.
4238
4239 * TUTORIAL.it, TUTORIAL.nl, TUTORIAL.sv: Add coding: latin-1.
4240
28cfe103 42412004-04-16 Alex Ott <ottalex@narod.ru>
02913968 4242
28cfe103 4243 * TUTORIAL.ru: Various corrections.
02913968 4244
d2072c54
JL
42452004-04-14 Jan Nieuwenhuizen <janneke@gnu.org>
4246
4247 * TUTORIAL.nl: Update Delete/Delback translation.
4248
43ea9947
JH
42492004-04-05 Jesper Harder <harder@ifa.au.dk>
4250
4251 * TODO: Remove index-apropos entry.
4252
35aeddc4
JL
42532004-04-01 Juri Linkov <juri@jurta.org>
4254
4255 * HELLO: Add Javanese.
4256
30301a73
VJL
42572004-03-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4258
4259 * ps-prin1.ps: Clip the header and footer area, so text will not be
4260 printed outside header or footer, respectively.
4261 (HeaderClip, FooterClip): New PostScript funs.
4262 (HeaderText, FooterText): Adjust PostScript code.
4263
880820fe 42642004-03-29 Jan Djärv <jan.h.d@swipnet.se>
6d8e13a0
JD
4265
4266 * TODO: Removed drag-and-drop entry (DONE).
4267
ab24c127
KS
42682004-03-19 Kim F. Storm <storm@cua.dk>
4269
4270 * TODO: Remove entries for fringe related issues (DONE).
4271 Remove entry about image-relative coordinates of mouse clicks (DONE).
4272
44c0a465
SM
42732004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4274
4275 * compilation.txt: New file.
4276
89b1172b
JB
42772004-02-29 Juanma Barranquero <lektu@terra.es>
4278
4279 * NEWS: Remove bogus reference to user option unicode-data.
4280
8c094106
EZ
42812004-02-16 Klaus Zeitler <kzeitler@lucent.com>
4282
4283 * PROBLEMS: Document crashes on X when build with GCC and GNU ld.
4284
ea855511
AS
42852004-02-08 Andreas Schwab <schwab@suse.de>
4286
4287 * NEWS: Fix typo.
4288
89b1172b 42892003-12-29 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
d9c4f512
EZ
4290
4291 * TUTORIAL.bg: Use windows-1251 encoding. Fix punctuation errors.
4292
cae8ddbb
LH
42932003-11-21 Lars Hansen <larsh@math.ku.dk>
4294
4295 * TODO: Add plans for change of file attributes UID and GID from
4296 integer to string.
89b1172b
JB
4297
42982003-11-10 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
e0739877
KH
4299
4300 * HELLO: Add Kannada.
4301
b8811003
KH
43022003-11-05 Juri Linkov <juri@jurta.org>
4303
4304 * HELLO: Fix language names. Add C, Braille, Georgian, Ukrainian.
4305 Add IPA pronunciation to English. Fix tab widths.
4306
984002eb
EZ
43072003-11-03 David Ponce <david.ponce@wanadoo.fr>
4308
4309 * PROBLEMS: Document segfaults with Linux kernels that enable the
4310 Exec-shield functionality.
4311
85afc7c7
KH
43122003-10-30 Kenichi Handa <handa@m17n.org>
4313
4314 * HELLO: Fix cases of language names. Make German lines one.
89b1172b 4315 Delete FORTRAN, add Mathematics.
85afc7c7 4316
880820fe 43172003-10-24 Jan Djärv <jan.h.d@swipnet.se>
f16a1bf6
JD
4318
4319 * PROBLEMS: Characters are displayed as empty boxes or
4320 with wrong font under X.
4321
00694c20
WL
43222003-09-30 Werner Lemberg <wl@gnu.org>
4323
4324 * TUTORIAL.de: Minor updates and grammatical fixes.
4325
b9e6b498
GM
43262003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
4327
4328 * TODO: Add invisible text kill/yank issue.
4329
f387bdea
RS
43302003-08-29 Wim Nieuwenhuizen <wwwillem@xs4all.nl>
4331
4332 * TUTORIAL.nl: Many changes.
4333
70d76272
SE
43342003-08-20 Stephen Eglen <stephen@gnu.org>
4335
4336 * MORE.STUFF: Update URLs for several projects.
4337
5b4ffca2
AC
43382003-07-22 Andrew Choi <akochoi@shaw.ca>
4339
4340 * PROBLEMS: Truncated process output with pty's on Mac OS X.
4341
0ea94e9b
NR
43422003-07-14 Nick Roberts <nick@nick.uklinux.net>
4343
4344 * NEWS: Merge in the changes for versions 21.2 and 21.3 as
4345 documented on the EMACS_21_1_RC branch.
4346
603b8073
KH
43472003-03-03 Chao-Hong Liu <chliu@gnu.org>
4348
4349 * TUTORIAL.cn: Updated.
4350 * TUTORIAL.zh: Updated.
4351
924df208
BW
43522003-04-24 Bill Wohler <wohler@newt.com>
4353
4354 * MH-E-NEWS: Upgraded to MH-E version 7.3.
4355
a8feaa04 43562003-04-03 Kenichi Handa <handa@m17n.org>
162eab5f
KH
4357
4358 * HELLO: Fix the malayalam line.
4359
19c37f01
DL
43602003-04-01 Dave Love <fx@gnu.org>
4361
6772c8e1 4362 * letter.xpm: Use transparent/opaque `colors'.
19c37f01 4363
8064e321
DL
4364 * letter.xbm: Deleted.
4365
4366 * letter.pbm: New.
4367
a670d17a
AS
43682003-03-24 Andreas Schwab <schwab@suse.de>
4369
4370 * HELLO: Remove extra TAB in Greek entries.
4371
9a6155bb
KH
43722003-03-03 Chao-Hong Liu <chliu@gnu.org>
4373
4374 * TUTORIAL.cn, TUTORIAL.zh: New files.
4375
0a8548de 4376 * TUTORIAL.translators: List TUTORIAL.cn and TUTORIAL.zh.
9a6155bb 4377
746ba5c1
KH
43782003-02-24 Kenichi Handa <handa@m17n.org>
4379
4380 * HELLO: Add Malayalam.
4381
b8b42717
DL
43822003-02-13 Dave Love <fx@gnu.org>
4383
4384 * TUTORIAL.es: Add coding spec.
4385
61cb0b53
KH
43862003-02-11 Kenichi Handa <handa@m17n.org>
4387
4388 * HELLO: Fix Hindi and add Tamil.
4389
880820fe 43902003-02-05 Francesco Potortì <pot@gnu.org>
bd6f8e84
FP
4391
4392 * TUTORIAL.it: Italian tutorial.
4393 From Alfredo Finelli <alfredofnl@tiscali.it> (original translator).
880820fe 4394 Revised by Francesco Potortì <pot@gnu.org>.
bd6f8e84 4395
3d7ca223
BW
43962003-02-03 Bill Wohler <wohler@newt.com>
4397
4398 * MH-E-NEWS: Upgraded to MH-E version 7.2.
4399
c60ee5e7
JB
44002003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4401
4402 * MACHINES: Added Cygwin.
4403
880820fe 44042003-01-27 Jan Djärv <jan.h.d@swipnet.se>
46def989
JD
4405
4406 * DEBUG: Added note about xmon.
4407
675d000f
RS
44082003-01-20 Joanna Pluta <joanna_p@gazeta.pl>
4409
4410 * TUTORIAL.pl: Updated.
4411
880820fe 44122003-01-11 Pavel Janík <Pavel@Janik.cz>
50ac5b3c
PJ
4413
4414 * TUTORIAL.sk: Updated to reflect changes in English version.
880820fe 4415 From Miroslav Vaško <zemiak@zoznam.sk>.
50ac5b3c 4416
880820fe 44172003-01-09 Francesco Potortì <pot@gnu.org>
98657898
FP
4418
4419 * etags.1: Added reference to the new `etags --help --lang=LANG'
4420 option.
4421
c3d9274a
BW
44222003-01-08 Bill Wohler <wohler@newt.com>
4423
4424 * MH-E-NEWS: Upgraded to MH-E version 7.1.
4425
128a6043
ST
44262003-01-01 Steven Tamm <steventamm@mac.com>
4427
4428 * MACHINES: Added pointer to Mac OS X install instructions.
4429
14e7b3a9
KH
44302002-12-10 Kenichi Handa <handa@m17n.org>
4431
4432 * TUTORIAL.sv: Renamed from TUTORIAL.se.
4433
bdcfe844
BW
44342002-11-29 Bill Wohler <wohler@newt.com>
4435
4436 * MH-E-NEWS: Upgraded to MH-E version 7.0.
4437
880820fe 44382002-11-22 Rafael Sepúlveda <drs@gnulinux.org.mx>
1fc628ee 4439
28cfe103 4440 * TUTORIAL.es: Extensively changed and updated.
1fc628ee 4441
a1b4049d
BW
44422002-10-01 Bill Wohler <wohler@newt.com>
4443
4444 * MH-E-NEWS: Upgraded to mh-e version 6.1.1.
4445
7ed9159a
JY
44462002-09-16 Jonathan Yavner <jyavner@engineer.com>
4447
4448 * ses-example.ses: New file: example spreadsheet.
4449
6c61f3f4
KH
44502002-09-04 Kenichi Handa <handa@etl.go.jp>
4451
4452 * HELLO: Fix Unicode Greek line.
4453
44542002-09-03 Kenichi Handa <handa@etl.go.jp>
4455
4456 * TUTORIAL.ja: Updated in accordance with the latest English
4457 version.
4458
60753e2d
AS
44592002-09-01 Andreas Schwab <schwab@suse.de>
4460
4461 * TUTORIAL.de: Updated in accordance with the English version.
4462 From Mario Lang <mlang@delysid.org>.
4463
473d2053
MR
44642002-08-12 Markus Rost <rost@math.ohio-state.edu>
4465
4466 * HELLO: Fix some white spaces.
4467
ca8f3642
RS
44682002-06-26 Richard M. Stallman <rms@gnu.org>
4469
4470 * ps-prin0.ps, ps-prin1.ps: Add license exception.
4471
5fd4d159
EZ
44722002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
4473
880820fe 4474 * TUTORIAL.fr: New version from Éric Jacoboni <jaco@teaser.fr>.
5fd4d159 4475
9e00616f
EZ
44762002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
4477
4478 * HELLO: Add a few greetings that use Unicode characters.
4479
45fd9aa5
EZ
44802002-04-20 Eli Zaretskii <eliz@is.elta.co.il>
4481
4482 * termcap.src: New version from ftp://invisible-island.net.
4483
880820fe 44842002-03-24 Pavel Janík <Pavel@Janik.cz>
bb2f7e35
PJ
4485
4486 * TUTORIAL.translators: New file, list of tutorial translators.
4487
43ef72f2
SZ
44882002-02-01 ShengHuo ZHU <zsh@cs.rochester.edu>
4489
3ed8598c 4490 * gnus.xpm: Remove garbage.
43ef72f2 4491
880820fe 44922002-01-27 Pavel Janík <Pavel@Janik.cz>
7a4b11ca
PJ
4493
4494 * letter.xpm: New file, XPM variant of letter.xbm.
4495
880820fe 44962001-12-03 Pavel Janík <Pavel@Janik.cz>
58cfce98
PJ
4497
4498 * COPYING: Move back.
4499
880820fe 45002001-11-29 Pavel Janík <Pavel@Janik.cz>
0142178a
PJ
4501
4502 * COPYING: Removed.
4503
d4b56a8f
EZ
45042001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4505
4506 * emacstool.1, etags.1, emacs.1: Modify distribution terms to
4507 something simpler than the GFDL.
4508
f2d176f2
CW
45092001-11-22 Colin Walters <walters@debian.org>
4510
bbf908bc
LM
4511 * PROBLEMS: Remove already applied calc info patches.
4512 Clarify that there is no such thing as Debian GNU/Linux 2.4.3. ftpd is
f2d176f2
CW
4513 not handled by alternatives in Debian, the reporter surely meant
4514 just "--config ftp".
4515
740d1567
EZ
45162001-11-18 Eli Zaretskii <eliz@is.elta.co.il>
4517
880820fe 4518 * fr-survival.tex: New file, from Éric Jacoboni <jaco@teaser.fr>.
740d1567 4519
bcd83ff9
EZ
45202001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
4521
880820fe 4522 * TUTORIAL.fr: New version from Éric Jacoboni <jaco@teaser.fr>.
bcd83ff9 4523
d1c9842e
CW
45242001-11-17 Colin Walters <walters@debian.org>
4525
4526 * PROBLEMS: Remove calc problems.
4527
c054b556
EZ
45282001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
4529
880820fe 4530 * TUTORIAL.fr: New file. From Éric Jacoboni <jaco@teaser.fr>.
c054b556 4531
1b23afd5
EZ
45322001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
4533
4534 * Makefile (mostlyclean, clean, distclean, maintainer-clean):
4535 Add *.dvi and *.log.
4536 (SOURCES): Update the list of files.
4537
4538 * calccard.tex: New file.
4539 * calccard.ps: New file.
4540
177338c4
EZ
45412001-11-01 Eli Zaretskii <eliz@is.elta.co.il>
4542
4543 * etags.1: Replace presentation-level troff macros that simulate
4544 tables with tbl markup. From Eric S. Raymond <esr@thyrsus.com>.
4545
71431a0e
GM
45462001-10-20 Gerd Moellmann <gerd@gnu.org>
4547
6aa97356 4548 * (Version 21.1 released.)
71431a0e 4549
07b041a7
EZ
45502001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
4551
4552 * HELLO: Fix the Italian and Maltese entries. From Trevor Spiteri
4553 <tbspit@eng.um.edu.mt>.
4554
880820fe 45552001-08-25 Pavel Janík <Pavel@Janik.cz>
13583fa4
EZ
4556
4557 * HELLO: Slovak language name added to be compatible with other
4558 languages.
4559
13544774
EZ
45602001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
4561
4562 * TUTORIAL.pl: Updated in accordance with the English version.
880820fe 4563 From Beata Wierzchołowska <beataw@orient.uw.edu.pl> and
744d746b 4564 Janusz S. Bien <jsbien@mail.uw.edu.pl>.
13544774 4565
3a4f8160
EZ
45662001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
4567
4568 * MACHINES: Modify the entry for HITACHI SR2001/SR2201 series, as
4569 per config.sub and config.guess. Reported by Ryo Furue
4570 <furufuru@ccsr.u-tokyo.ac.jp>.
4571
880820fe 45722001-08-10 Pavel Janík <Pavel@Janik.cz>
9d9fd4e8
PJ
4573
4574 * TUTORIAL.sk: Updated in accordance with the English version.
880820fe 4575 From Miroslav Vaško <vasko@debian.cz>.
9d9fd4e8 4576
402acb3e
EZ
45772001-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4578
4579 * TUTORIAL.ko: Updated in accordance with the English version.
4580 From Koaunghi Un <koaunghi@world.kaist.ac.kr>.
4581
880820fe 45822001-08-06 Pavel Janík <Pavel@Janik.cz>
86f9d5af 4583
402acb3e 4584 * TUTORIAL.cs: Update from Milan Zamazal.
86f9d5af 4585
880820fe 45862001-08-05 Pavel Janík <Pavel@Janik.cz>
dffb6224 4587
5879ac68 4588 * TUTORIAL.cs, TUTORIAL.sk, cs-refcard.tex, sk-refcard.tex: E-mail
dffb6224
PJ
4589 address of Milan Zamazal changed.
4590
880820fe 45912001-08-04 Pavel Janík <Pavel@Janik.cz>
1e78d347 4592
402acb3e
EZ
4593 * TUTORIAL, TUTORIAL.cs: Be consistent when naming CONTROL and
4594 META keys.
1e78d347 4595
b344d29d 45962001-05-17 Francesco Potortì <pot@gnu.org>
6f460497 4597
fffa137c 4598 * etags.1: Add the latest changes to etags behavior.
6f460497 4599
716d48ed
EZ
46002001-05-04 Eli Zaretskii <eliz@is.elta.co.il>
4601
4602 * emacsclient.1: Place in the public domain.
4603
42ec1588
EZ
46042001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
4605
4606 * emacstool.1: Place under GFDL.
4607
26978e9a
EZ
46082001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
4609
4610 * emacs.1: Place under GFDL.
4611
4612 * etags.1: Ditto.
4613
4614 * gfdl.1: New file.
4615
6f4dd4dc
GM
46162001-04-18 Gerd Moellmann <gerd@gnu.org>
4617
4618 * TUTORIAL.sk, sk-survival.tex
4619 * sk-refcard.ps, sk-refcard.tex, sk-dired-ref.ps
4620 * sk-dired-ref.tex: New files.
6f460497 4621
6f4dd4dc 4622 * cs-survival.tex, cs-dired-ref.ps, cs-dired-ref.tex: New files.
880820fe 4623 From Pavel@Janik.cz (Pavel Janík).
6f4dd4dc 4624
719d83ad
GM
46252001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4626
4627 * ps-prin1.ps: Footer implementation. Doc fix.
4628 (doLineNumber): Code fix for line number color.
bbf908bc
LM
4629 (BeginPage, BeginSheet, HeaderFramePath, HeaderFrame, HeaderText):
4630 Code fix for footer implementation.
719d83ad
GM
4631 (TextStart, SetFooterLines, FooterFrameStart, doFramePath)
4632 (FooterFramePath, doFrame, FooterFrame, FooterStart)
4633 (HeaderOrFooterTextLines, HeaderOrFooterText, FooterText): New funs.
4634
b3f6107b
GM
46352001-04-03 Gerd Moellmann <gerd@gnu.org>
4636
4637 * splash8.xpm: New image from Luis Fernandes <elf@ee.ryerson.ca>
4638 for color depth 8.
4639
acfb077d
GM
46402001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4641
4642 * ps-prin1.ps: Line and paragraph spacing feature.
4643 (LineHS, ParagraphHS, EffectUnderline, EffectStrikeou, EffectOverline)
4644 (EffectShadow, EffectBox, EffectOutline): New vars.
4645 (PSL, S, EF, printZebra, doColumnZebra, doZebra): Code fix.
4646 (PHL, LHL): New funs.
4647
4648 * ps-prin2.ps: File eliminated.
6f460497 4649
e6b13c74
GM
46502001-03-26 Gerd Moellmann <gerd@gnu.org>
4651
4652 * splash.pbm: New image from Luis Fernandes <elf@ee.ryerson.ca>.
4653
7589860e
GM
46542001-03-15 Gerd Moellmann <gerd@gnu.org>
4655
4656 * splash.xpm, splash.pbm: Replaced with new images from
4657 Luis Fernandes <elf@ee.ryerson.ca>.
4658
75dfe990
GM
46592001-03-05 Gerd Moellmann <gerd@gnu.org>
4660
4661 * cs-refcard.ps, cs-refcard.tex: New files.
4662
baebd8a5
GM
46632001-02-26 Gerd Moellmann <gerd@gnu.org>
4664
4665 * THE-GNU-PROJECT: New file.
4666
f6839838
AI
46672001-02-22 Andrew Innes <andrewi@gnu.org>
4668
4669 * MACHINES: Update pointer to MS-Windows install instructions.
4670
54ed3bd2
GM
46712001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4672
4673 * ps-prin1.ps: Code fix to support `ps-zebra-stripe-follow'
4674 functionality enhancement.
4675 (doColumnZebra): Code fix.
6f460497 4676
5f87b051
DL
46772001-02-08 Dave Love <fx@gnu.org>
4678
e57c6a77 4679 * tasks.texi, SERVICE: Updated.
5f87b051 4680
350d71b3
AI
46812001-02-03 Andrew Innes <andrewi@gnu.org>
4682
4683 * PROBLEMS: Add note about need to specify extra compiler flags
4684 with recent Cygwin ports of gcc.
4685
437368fe
EZ
46862001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4687
4688 * DEBUG: Expand and update, based on the instructions to
4689 pretesters, nt/INSTALL, and private communications and experience.
4690
35e8600f
DL
46912001-01-17 Dave Love <fx@gnu.org>
4692
4693 * termcap.src: New version from http://www.tuxedo.org/~esr/terminfo/.
4694
6d0afc03
GM
46952001-01-08 Gerd Moellmann <gerd@gnu.org>
4696
4697 * TUTORIAL.es: New file.
4698
a758f97d
GM
46992001-01-08 Kevin Gallagher <kevingal@onramp.net>
4700
4701 * edt-user.doc: Updated to reflect EDT Emulation version 4.0
5879ac68 4702 enhancements.
89d57763 4703
5e56e175
GM
47042000-12-29 Gerd Moellmann <gerd@gnu.org>
4705
4706 * fr-refcard.tex, fr-refcard.ps, fr-drdref.tex, fr-drdref.ps: New
4707 files.
4708
49172314
GM
47092000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4710
4711 * ps-prin1.ps: Handle form feed better when ps-zebra-stripe-follow
4712 is non-nil.
4713 (printZebra, BeginPage): Code fix.
89d57763 4714
125f929e
MB
47152000-12-15 Miles Bader <miles@gnu.org>
4716
10d1d0af 4717 * DEBUG: Add note about using `inverse-video' to detect excessive
125f929e
MB
4718 screen redraw.
4719
e2849090 47202000-12-07 Dave Love <fx@gnu.org>
63dfcf4b 4721
e2849090 4722 * CODINGS, CHARSETS: Removed. (Mule 2.3 relics.)
f29d1e75 4723
e2849090 47242000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2f8a6857 4725
e2849090 4726 * ps-prin1.ps: Eliminated the line number font predefinition.
2f8a6857 4727
fccf2940
KH
47282000-11-09 Kenichi Handa <handa@etl.go.jp>
4729
4730 * TUTORIAL.ja: Adjusted for the change of TUTORIAL (use C-x C-l,
4731 not M-:, as example of disabled command).
4732
57731876
GM
47332000-11-02 Gerd Moellmann <gerd@gnu.org>
4734
4735 * ONEWS.1, ONEWS.2, ONEWS.3, ONEWS.4: Renamed from NEWS.*.
4736
1e4d32f8
GM
47372000-10-16 Gerd Moellmann <gerd@gnu.org>
4738
4739 * 3B-MAXMEM, AIX.DUMP, SUN-SUPPORT: Removed.
4740
4741 * tasks.texi: Updated to the version from /gd/gnuorg.
4742
76eebffc
GM
4743 * FTP: Refer to the GNU web site.
4744
ab6afc64
DL
47452000-10-12 Dave Love <fx@gnu.org>
4746
4747 * gnus.pbm: New file.
4748
4749 * gnus.xbm: Deleted.
4750
a3489ece
MB
47512000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4752
4753 * gnus-pointer.xbm, gnus-pointer.xpm: Remove top empty line.
4754
36eb0a91
GM
47552000-09-22 Gerd Moellmann <gerd@gnu.org>
4756
4757 * splash.xbm: File removed.
4758 * splash.pbm: New file.
89d57763 4759
b7e11c5b
GM
47602000-09-20 Gerd Moellmann <gerd@gnu.org>
4761
4762 * splash.xbm: New file.
4763
c113de23
GM
47642000-09-19 Gerd Moellmann <gerd@gnu.org>
4765
4766 * splash.xpm: New file.
4767
e7997ff4
DL
47682000-09-11 Dave Love <fx@gnu.org>
4769
4770 * gnus.xbm, gnus.xpm, gnus-pointer.xpm, gnus-pointer.xbm: New
4771 files.
4772
87d0f685
GM
47732000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4774
4775 * ps-prin3.ps: Eliminated.
4776
4777 * ps-prin2.ps: Changed comment version (6.0).
4778
4779 * ps-prin1.ps: Changed comment version (6.0).
4780
4781 * ps-prin0.ps: Changed comment version (6.0).
89d57763 4782
177c0ea7 47832000-08-24 Wlodzimierz Bzyl <matwb@univ.gda.pl>
85d6400c
KH
4784
4785 * survival.tex: New file.
4786
6917e6bb
GM
47872000-08-21 Gerd Moellmann <gerd@gnu.org>
4788
4789 * de-refcard.ps, de-refcard.tex: Renamed from refcard-de.*.
89d57763 4790
6917e6bb
GM
4791 * pl-refcard.ps, pl-refcard.tex: Renamed from refcard-pl.*.
4792
3787e12e
GM
47932000-08-17 Gerd Moellmann <gerd@gnu.org>
4794
4795 * NEWS.1: Reintegrated into NEWS.
4796
4797 * OOOOONEWS...OONEWS: Renamed to NEWS.1...NEWS.4.
4798
1c2eabab
GM
47992000-08-16 Gerd Moellmann <gerd@gnu.org>
4800
d7b38c05
GM
4801 * dired-ref.tex, dired-ref.ps: New files.
4802
1c2eabab
GM
4803 * refcard-de.tex, refcard-de.ps: New files.
4804
e8bea4c0
GM
48052000-07-20 Gerd Moellmann <gerd@gnu.org>
4806
4807 * emacs.1: Change `-b' to `-bw'.
4808
aa9efec9
AS
48092000-07-07 Andreas Schwab <schwab@suse.de>
4810
4811 * yow.lines: Fix indentation.
4812
45f485a6
GM
48132000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4814
4815 * ps-prin0.ps: Insert a version number comment (5.2.2).
4816 Indentation fix.
4817
bbf908bc
LM
4818 * ps-prin1.ps: Insert a version number comment (5.2.2).
4819 Can select page size with/without giving an error if PostScript
45f485a6
GM
4820 printer doesn't have this kind of page size. Zebra Stripe
4821 continues or restarts on next page. Indentation fix.
4822 (BeginSheet): If necessary, rescale n-up to fit on the sheet of
4823 paper.
4824 (BeginDoc, doColumnZebra, HeaderText): Code fix.
4825 (SetPageSize): New proc.
4826
4827 * ps-prin2.ps: Insert a version number comment (5.2.2).
4828
4829 * ps-prin3.ps: Insert a version number comment (5.2.2).
4830 Indentation fix.
4831
a199a865
GM
48322000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4833
4834 * ps-prin1.ps: PostScript code compatibility with other utilities
4835 like mpage, psnup, etc.
4836 (isLineStep): Code fix.
4837 (BeginDoc, BeginSheet): Utility compatibility.
4838
3281430c
DL
48392000-05-03 Dave Love <fx@gnu.org>
4840
4841 * letter.xbm: New file.
4842
57cb56f5
GM
48432000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4844
4845 * ps-prin0.ps: PostScript level 1 compatibility.
4846
4847 * ps-prin1.ps: PostScript level 1 compatibility, Upside-down
4848 printing and line number step.
4849 (BeginDoc, doLineNumber, SL, HL): Code fix.
4850 (isLineStep, PSL): New funs.
4851
4852 * ps-prin3.ps: PostScript level 1 compatibility.
4853
34f3f342
GM
48542000-04-10 Gerd Moellmann <gerd@gnu.org>
4855
4856 * refcard.bit: Removed.
4857
857e88e2
KH
48582000-04-10 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
4859
4860 * refcard-pl.ps: New file.
4861 * refcard-pl.tex: New file.
4862
7438c86b
GM
48632000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4864
4865 * ps-prin0.ps: Replace gs_languagelevel by languagelevel.
4866 (DefOp): New proc.
4867
4868 * ps-prin1.ps: Replace gs_languagelevel by languagelevel.
4869 (printBackground, SetColor): New procs.
4870 (ZebraColor): Renaming old ZebraGray var.
89d57763 4871
1a3199d9
GM
48722000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4873
4874 * ps-prin1.ps: Eliminate SkipFirstPage.
4875
ee1c5b21
GM
48762000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4877
4878 * ps-prin0.ps: Define command only for language level 1.
4879
d0ab3e9d 48802000-03-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
89d57763 4881
57cb56f5
GM
4882 * ps-prin0.ps: Define packedarray operator for language level 1,
4883 adjust setduplexmode and settumble definitions.
89d57763 4884
81c7ca69
GM
48852000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4886
f78b3baf 4887 * ps-prin0.ps: New file.
89d57763 4888
81c7ca69
GM
4889 * ps-prin1.ps, ps-prin3.ps: Eliminate CheckConfig.
4890
6ddb893f
KH
48912000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4892
4893 * ps-prin1.ps, ps-prin2.ps, ps-prin3.ps: New files.
4894
3156909f
PE
48951999-11-30 Paul Eggert <eggert@twinsun.com>
4896
4897 * PROBLEMS: Update Solaris 2.6 and 7 problems.
4898
1b0d24e7
PE
48991999-11-22 Paul Eggert <eggert@twinsun.com>
4900
4901 * NEWS: Rename messages-locale to system-messages-locale
4902 and time-locale to system-time-locale.
4903
bab4e322
NF
49041999-10-24 Noah Friedman <friedman@splode.com>
4905
4906 * yow.lines: Add more quotes. Correct a misquote.
4907
4908 * spook.lines: Add more phrases.
4909
83a4cf1d
PE
49101999-10-23 Paul Eggert <eggert@twinsun.com>
4911
1b0d24e7 4912 * NEWS: Describe new functions and variables for locales.
83a4cf1d 4913
c37bbd4f
GM
49141999-10-07 Gerd Moellmann <gerd@gnu.org>
4915
4916 * TUTORIAL.ro: Change copyright statement.
bab4e322 4917
a933dad1
DL
49181999-07-12 Richard Stallman <rms@gnu.org>
4919
4920 * Version 20.4 released.
4921
49221999-06-27 Karl Heuer <kwzh@gnu.org>
4923
4924 * yow.lines: Fix indentation. Fix typo.
4925
49261999-01-19 Dave Love <fx@gnu.org>
4927
4928 * MORE.STUFF: Revamped.
4929
49301999-01-14 Dave Love <fx@gnu.org>
4931
4932 * FAQ: Merge posted updates.
4933
49341998-12-14 Dave Love <fx@gnu.org>
4935
4936 * FAQ: Somewhat edited copy of the most recently posted version.
4937
49381998-11-04 Kenichi Handa <handa@etl.go.jp>
4939
4940 * MACHINES (NEC EWS4800): New section.
4941
49421998-09-04 Karl Heuer <kwzh@gnu.org>
4943
4944 * TUTORIAL: Use C-x C-l, not M-:, as example of disabled command.
4945
49461998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4947
4948 * Version 20.3 released.
4949
4950 * TUTORIAL.ro: New file.
4951
49521998-04-10 Ken'ichi Handa <handa@melange.gnu.org>
4953
4954 * TUTORIAL.sl: Renamed back to the original.
4955
49561998-04-10 Kenichi Handa <handa@etl.go.jp>
4957
4958 * TUTORIAL.cs: Renamed from TUTORIAL.cz.
4959 * TUTORIAL.ja: Renamed from TUTORIAL.jp.
4960 * TUTORIAL.ka: Renamed from TUTORIAL.kr.
4961 * TUTORIAL.sk: Renamed from TUTORIAL.sl.
4962
49631998-04-06 Kenichi Handa <handa@etl.go.jp>
4964
4965 * TUTORIAL.jp: Re-translated for the latest TUTORIAL.
4966
49671998-03-26 Richard Stallman <rms@psilocin.gnu.org>
4968
4969 * TUTORIAL.sl: New file.
4970
49711997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4972
4973 * Version 20.2 released.
4974
49751997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4976
4977 * Version 20.1 released.
4978
49791997-06-02 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
4980
4981 * CODINGS, CHARSETS: New files.
4982
49831996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4984
4985 * Version 19.33 released.
4986
49871996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4988
4989 * Version 19.32 released.
4990
49911996-06-23 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4992
4993 * refcard.ps: File obtained from someone else;
4994 it was generated badly here.
4995
49961996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
4997
4998 * Version 19.31 released.
4999
50001996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5001
5002 * TUTORIAL: Rephrase the first page to fit on a standard tty screen.
5003
50041996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
5005
5006 * emacs.bash: Use >|.
5007
50081996-01-20 Geoff Voelker <voelker@cs.washington.edu>
5009
5010 * rgb.txt: New file.
5011
50121995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5013
5014 * Version 19.30 released.
5015
50161995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
5017
5018 * gnus-tut.txt: New file.
5019
50201995-07-26 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5021
5022 * Rename termcap to termcap.src, the historical name for an
5023 uninstalled termcap file.
5024
50251995-06-28 Eric S. Raymond <esr@spiff.gnu.ai.mit.edu>
5026
5879ac68 5027 * termcap.dat, termcap.ucb: Deleted and replaced.
a933dad1
DL
5028
5029 * termcap: New termcap file from the ncurses project; bigger,
bbf908bc
LM
5030 better, brighter, does away with waxy yellow buildup.
5031 Email me at terminfo@ccil.org if you have any trouble with this.
a933dad1
DL
5032
5033 * README: Changed to track above change.
5034
50351995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5036
5037 * TUTORIAL: Delete reference to ALT. Change <Rubout> to <Delete>.
5038
50391995-04-26 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5040
bbf908bc 5041 * Makefile (maintainer-clean): Rename from realclean.
a933dad1
DL
5042
50431995-04-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5044
5045 * tpu-doc.el: File moved to etc dir and renamed.
5046
50471995-04-07 Boris Goldowsky <boris@cs.rochester.edu>
5048
5049 * enriched.doc: Rewritten and simplified.
5050
50511994-11-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5052
5053 * Makefile (eterm): New rule.
5054 (TIC): New variable.
5055
5056 * e/eterm, e/eterm.ti: New files.
5057
50581994-10-24 Boris Goldowsky <boris@mole.gnu.ai.mit.edu>
5059
5060 * enriched.doc: New file.
5061
50621994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5063
5064 * Version 19.26 released.
5065
50661994-07-03 Richard Stallman (rms@gnu.ai.mit.edu)
5067
5068 * TUTORIAL: Talk about flow control along with C-x C-s and C-s.
5069
50701994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5071
5072 * Version 19.25 released.
5073
50741994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5075
5076 * Version 19.24 released.
5077
50781994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5079
5080 * Version 19.23 released.
5081
50821994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5083
5084 * Makefile (clean): Delete DOC*.
5085
50861993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5087
5088 * Version 19.22 released.
5089
50901993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5091
5092 * Version 19.21 released.
5093
50941993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5095
5096 * Version 19.20 released.
5097
50981993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5099
5100 * Version 19.19 released.
5101
51021993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5103
5104 * Version 19.18 released.
5105
51061993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5107
5108 * Version 19.16 released.
5109
51101993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5111
5112 * version 19.15 released.
5113
51141993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5115
5116 * Version 19.14 released.
5117
51181993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5119
5879ac68 5120 Bring mumbleclean targets into conformance with GNU coding standards.
a933dad1
DL
5121 * Makefile (distclean): Don't remove backup and autosave files.
5122 These are easy to get rid of in other ways, and a pain to lose.
5123 (mostlyclean, realclean): New targets.
5124
51251993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5126
5127 * Version 19.13 released.
5128
51291993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5130
5131 * Version 19.10 released.
5132
51331993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5134
5135 * Version 19.9 released.
5136
51371993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5138
5139 * Version 19.8 released.
5140
51411993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5142
5879ac68 5143 * Version 19.7 released.
a933dad1
DL
5144
51451993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5146
5147 * MACHINES: Mention Linux.
5148
51491993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5150
5151 * MACHINES: Add section for NeXT, from Thorsten Ohl.
5152
51531993-04-28 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5154
5155 * NEWS: Documented picture-mode improvements.
5156
51571993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5158
5159 * NEWS: Described the new properties of arrow keys and
5160 next-line-add-newlines. Fixed up the GUD description, it was
5161 out of date. This file referenced LNEWS when it should have
5162 said news.texi; fixed.
5163
5879ac68 5164 * news.texi: invocation-name now exists.
a933dad1
DL
5165
51661993-03-27 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5167
5168 * MORE.STUFF: Added.
5169
51701993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5171
5172 * NEWS: Preserved jimb's last change (documenting kill on
5173 read-only buffers).
bab4e322 5174
a933dad1
DL
5175 Added documentation on new info features.
5176
51771993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5178
97fdf31e 5179 * spook.lines: Alpha-sorted this, and added some new hot buttons
a933dad1
DL
5180 for the 1990s.
5181
51821993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5183
5879ac68 5184 * MACHINES: Deleted some VMS caveats. If the src and lisp
97fdf31e 5185 ChangeLogs are correct, dired and mail and process control are now
a933dad1
DL
5186 fully supported.
5187
5188 * NEWS: Added finder news.
5189
51901993-03-19 Richard Stallman (rms@geech.gnu.ai.mit.edu)
5191
5192 * NEWS: Changed.
5193
51941993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5195
ed9265fc 5196 * sex.6: Added 900-line support.
a933dad1
DL
5197
5198 * NEWS: Added news about the package finder.
5199
52001993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5201
5202 * MACHINES: `Last updated 10 Feb 1992.' was obviously wrong, so
5203 I nuked it. Let the file mod date serve. Merged in APOLLO and
5204 SUNBUG files. Changed references to 18.* to past tense.
5205
5879ac68 5206 * emacs.names: Merged into JOKES. I faked a mail header from the
a933dad1
DL
5207 Unknown User to delimit the first (unheaded) bit.
5208
5209 * Makefile (relock, unlock): New productions.
5210
52111993-03-18 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5212
5213 Augean-stable cleaning time. Partly to save space, but mostly to
5214 reduce the dizzying amount of *stuff* confronting someone exploring
5215 the Emacs distribution, I have the following changes in the etc
5216 directory:
5217
5879ac68 5218 * CHARACTERS: Merged into TO-DO file under the heading "Long Range:"
a933dad1 5219
5879ac68 5220 * DIFF, CCADIFF, GOSDIFF: Merged into a new outline file titled
a933dad1
DL
5221 OTHER.EMACSES. The present names don't really convey anything.
5222 Various key bindings and feature descriptions have been updated.
5223
5879ac68 5224 * NICKLES.WORTH: Nuked. This is copyrighted material that could land
a933dad1
DL
5225 FSF in hot water.
5226
5879ac68 5227 * INTERVAL.IDEAS: Nuked. RMS's thinking, and indeed the
a933dad1
DL
5228 implementation of intervals, have progressed way beyond this.
5229
5879ac68 5230 * RCP: Nuked. It no longer said anything but "Ooops, sorry!"
a933dad1 5231
5879ac68 5232 * ED.WORSHIP, GNU.JOKES: Merged into a mailbox called JOKES.
a933dad1
DL
5233 Future jokes can accumulate there.
5234
5879ac68 5235 * DISTRIB: The actual domestic order form is now ORDERS.USA.
a933dad1
DL
5236 The DISTRIB text now mentions 19.
5237
bbf908bc
LM
5238 * ORDERS.USA: Created. This is just the order form.
5239 DISTRIB has a pointer to it at the beginning.
a933dad1 5240
5879ac68 5241 * EUROPE: Renamed to ORDERS.EUROPE. DISTRIB now has a pointer
a933dad1
DL
5242 to it at the beginning.
5243
25e90411 5244 * OOOONEWS, OOOONEWS: Nuked. It's version 19 --- nobody needs the
a933dad1
DL
5245 version 15 and 17 files anymore.
5246
5247 All files marked "Nuked" have actually been moved to =-prefixed
5248 names as per convention. Originals of all files merged still
5249 exist with =-names.
5250
52511993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5252
5879ac68 5253 * XENIX: Nuked (moved to =XENIX). The hackery it describes is
a933dad1
DL
5254 no longer necessary in the presence of 19's function-key-map
5255 feature; I've added an explanation to the beginning of the file.
5256
52571993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5258
5259 * MACHINES: Update description of SYSVr3 and r4 support, due to
5260 Eric Raymond's changes.
5261
52621993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5263
5264 * MACHINES: Mention that you have to edit the configure script
5265 when you add support for a new machine, to get it to recognize the
5266 configuration name.
5267
52681992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5269
5270 * MACHINES: Converted to use GCC-style configuration names,
5271 instead of listing m/*.h and s/*.h files. All knowledge of m/ and
5272 s/ files now lives in ../configure.
5273
52741992-10-06 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5275
5276 * NEWS: Document included tags tables.
5277
52781992-07-22 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5279
5280 * Corrected the news about VC to reflect reality.
5281
52821992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5283
5284 * etags.1: New file, from Richard K. Pixley at Cygnus.
5285
52861992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5287
5288 * Makefile: Most of the contents of this file were only relevant
5289 to things in `../lib-src'; removed all but the `distclean' and
5290 `clean' targets.
5291
52921992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5293
5294 * COPYING: Got June 1991 version of the GPL here.
5295
5296 * ChangeLog: Since the old etc contents have been split into etc
5297 and lib-src, the old etc's ChangeLog has been duplicated in the
5298 new etc and lib-src. That means that each contains complete and
5299 coherent information, although each contains extraneous
bab4e322 5300 information.
a933dad1
DL
5301
53021992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5303
5304 * lib-src/etags.c: "--no-warning" option renamed to "--no-warn",
5305 to be consistent with other GNU programs, like makeinfo.
5306
5307 * lib-src/Makefile: Renamed to Makefile.in; the configure script
5308 will edit this to produce Makefile.
5309
53101992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5311
5312 * etags.c (print_help, print_version): New functions.
5313 (main): Options added to support them.
5314
5315 * etags.c (longopts): New array of long names for the options.
5316 (main): Recognize them.
5317
53181992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5319
bbf908bc 5320 * etags.c (C_entries): Remove comment saying that \" in a string
a933dad1
DL
5321 isn't recognized as magic, because it is correctly handled.
5322
5323 * getopt.c, getopt.h: New files, from GNU C library.
5324 * etags.c: Rewritten to use getopt.
5325 #include "getopt.h".
5326 (file_num): Variable deleted; its role is now played by getopt's
5327 optind.
5328 (main): Argument processing loop rewritten to call getopt to get
5329 next option. Options which take parameters (-o and -i) rewritten
bbf908bc
LM
5330 to get parameter from optarg instead of argv[1].
5331 Filename preprocessing loop and update command changed similarly.
a933dad1
DL
5332 * Makefile (etags, ctags): Depend on and link with getopt.h,
5333 getopt.o, and getopt1.o.
5334 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
5335
5336 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
5337 is non-zero.
5338
5339 (main): In the argument processing loop, the 'goto next_arg'
5340 statements are breaking out of the switch statement in exactly the
5341 same way that a simple 'break' statement would; replace the gotos
5342 with breaks, and remove the label.
5343
53441992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5345
5346 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
5347 (consider_token): Move next_token_is_func to global.
5348
53491992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5350
5351 * Makefile: Conform with GNU coding standards:
5352 (mostlyclean): New target, synonymous with clean.
5353 (TAGS, check): New targets.
5354 (INSTALL, INSTALLFLAGS): New variables.
5355
53561992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5357
5879ac68 5358 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
a933dad1
DL
5359 `config.emacs' to `configure'.
5360
5361 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
5362 * etc/MACHINES: Same.
5363
53641992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5365
5366 * movemail.c (main): Allow tempname to be as long as necessary,
5367 instead of limiting it to 39 characters.
5368
5369 * movemail.c (main): Move declaration of buf from top of function
5370 to local block surrounding the copy loop. This makes it less
5371 likely to be confused with the buf used by the code which checks the
5372 permissions on outname's directory.
5373
53741992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
5375
5376 * SERVICE: Remove my entry.
5377
53781992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
5379
5380 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
5381 hardcoded -g.
5382
5383 * movemail.c (xmalloc): Return char *, not int.
5384 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
5385 that is off by default -- normally don't unlink the mail spool
5386 file, just empty it. Pass creat mode 0600, not 0666.
5387
dff28924 53881992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a933dad1
DL
5389
5390 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
5391 (all): Instead of here.
5392 (install): Don't use the -s option, since people need symbols to
5393 debug code.
5394
dff28924 53951992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
a933dad1
DL
5396
5397 * etags-vmslib.c (fn_exp): Add type cast.
5398
53991992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5400
5401 * movemail.c: Changes in comments.
5402
dff28924 54031992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a933dad1
DL
5404
5405 * Makefile: Make the distclean target erase the DOC files from
5406 ../share-lib and the executables from ../arch-lib.
5407
dff28924 54081992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a933dad1 5409
97fdf31e 5410 * emacsclient.c: #include <sys/stat.h>.
a933dad1
DL
5411 (main): Do declare statbfr.
5412
dff28924 54131991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
a933dad1
DL
5414
5415 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
5416 for the socket, depending on SERVER_HOME_DIR.
5417 If using /tmp, put host name in the socket name.
5418
5419 * movemail.c (pfatal_and_delete): New function.
5420 (main, popmail): Use it.
5421 (popmail): Close output before deleting messages.
5422 Check for error on close and on fsync.
5423 Use `fatal' where appropriate.
5424 (main): Remove (void).
5425
5426 * aixcc.lex: New file. Not officially part of Emacs.
5427 * Makefile: Rules for that.
5428
dff28924 54291991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
a933dad1
DL
5430
5431 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
5432
5433 * etags.c (main): Properly cast call to alloca that initializes
5434 included_files.
5435
54361991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
5437
5438 * etags.c (files_are_tag_tables): Remove global var.
5439 (process_file): Don't test it. Also remove hack checking for a
5440 file named "TAGS".
5441 (main): -i now takes an arg which is the name of a file to include.
5442 Collect these names and emit include tags for them after processing
5443 all the argument files.
5444
dff28924 54451991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
a933dad1
DL
5446
5447 * wakeup.c: Terminate if parent goes away.
5448
dff28924 54491991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
a933dad1
DL
5450
5451 * etags.c (C_entries): Process token before handling end of line.
5452 When inner loops reach end of line, just back up.
5453 Let the real end of line processing happen in just one place.
5879ac68 5454 (consider_token): Likewise.
a933dad1 5455
dff28924 54561991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
a933dad1
DL
5457
5458 * etags.c (TEX_mode): Skip comments while scanning the text to see
5459 which escape character this file uses.
5460
dff28924 54611991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
a933dad1
DL
5462
5463 * emacsserver.c [USG]: Terminate if msgrcv fails.
5464
dff28924 54651991-03-03 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5466
5467 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
5468
dff28924 54691991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu)
a933dad1
DL
5470
5471 * make-docfile: Find the arguments to a C function correctly,
bbf908bc
LM
5472 by not ignoring the character that read_c_string returns.
5473 Don't even try to find argument names for functions that take MANY
a933dad1
DL
5474 or UNEVALLED arguments, since they're a figment of the docstring's
5475 imagination.
5476
dff28924 54771991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu)
a933dad1
DL
5478
5479 * make-docfile: Read the .elc files generated by the new byte
5480 compiler.
5481
dff28924 54821990-12-31 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5483
5484 * refcard.tex: Use cm fonts, not am, in multi-column mode.
5485
dff28924 54861990-11-29 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5487
5488 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
5489
dff28924 54901990-11-27 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5491
5492 * Makefile (install*): No need to install wakeup.
5493
dff28924 54941990-11-26 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5495
5496 * Makefile (install*): Install emacsclient like etags.
5497
dff28924 54981990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5499
5500 * movemail.c (error): Handle 3 args.
5501 (main): Don't check input access if using pop.
5502
dff28924 55031990-10-16 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5504
5505 * etags.c (find_entries): Check for numbers after Scheme suffix.
5506
dff28924 55071990-10-14 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5508
5509 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
5510
dff28924 55111990-10-09 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5512
5513 * Makefile (nemacstool, xvetool): New targets.
5514
dff28924 55151990-09-26 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5516
5517 * emacsclient.c: Include errno.h and define related variables.
5518
dff28924 55191990-09-23 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5520
5521 * emacsclient.c: Change usage message.
5522
dff28924 55231990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
a933dad1 5524
5879ac68 5525 * emacs.1: Add break before -nw option.
a933dad1 5526
dff28924 55271990-08-19 David J. MacKenzie (djm@apple-gunkies)
a933dad1
DL
5528
5529 * qsort.c: Replace with GNU version.
5530
dff28924 55311990-08-14 David J. MacKenzie (djm@apple-gunkies)
a933dad1
DL
5532
5533 * wakeup.c: New program replacing loadst.c.
5534
dff28924 55351990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5536
5537 * emacsclient.c [USG]: Pass msgsnd only 4 args.
5538
dff28924 55391990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu)
a933dad1
DL
5540
5541 * etags.c: Rename `flag' variables for what they do instead of
5542 which option character sets them.
5543
dff28924 55441990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5545
5546 * loadst.c (main): Conditional to get load average on Apollo.
5547
dff28924 55481990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu)
a933dad1
DL
5549
5550 * emacsserver.c: Set the permission on the socket to 0600.
5551
dff28924 55521990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5553
5554 * emacsclient.c [BSD]: Print clean message for failing getwd.
5555
dff28924 55561990-03-20 David Lawrence (tale@pogo.ai.mit.edu)
a933dad1
DL
5557
5558 * getdate.y: Use the getdate.y from GNU tar for timer.
5559
dff28924 55601990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu)
a933dad1
DL
5561
5562 * emacsclient.c (main): Don't put brackets around "filename" in
5563 usage message. It isn't optional.
5564
dff28924 55651990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu)
a933dad1 5566
5879ac68 5567 * etags.c (getit): Recognize '$' as beginning identifiers.
a933dad1 5568
dff28924 55691990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
a933dad1
DL
5570
5571 * emacsserver.c: Renamed from server.c.
5572 * Makefile: Reference emacsserver rather than server.
5573 * MACHINES: Doc fix for new emacsserver name.
5574
dff28924 55751990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5576
5577 * emacsclient.c: Print program name in error messages.
5578
dff28924 55791990-01-19 David Lawrence (tale@cocoa-puffs)
a933dad1
DL
5580
5581 * timer.c, getdate.y (new files) and Makefile:
4e2af782
JB
5582 Sub-process support for run-at-time in timer.el.
5583 Doesn't yet work correctly for USG.
a933dad1 5584
dff28924 55851990-01-10 Jim Kingdon (kingdon@pogo)
a933dad1
DL
5586
5587 * MACHINES: Add HP 300 running BSD.
5588
dff28924 55891990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5590
5591 * yow.c: Dynamically allocate buffer; skip header before random
5592 choice to avoid bias toward first item.
5593
dff28924 55941989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5595
5596 * etags.c (readline): Separate out init of `pend'.
5597
dff28924 55981989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5599
5600 * etags.c: Undo changes relating to isgoodhdr.
5601
dff28924 56021989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5603
5604 * etags.c (isgoodhdr): New macro.
5605 (_gdh, notgdh): New variable used by that.
5606 (init): Initialize _gdh.
5607 (find_entries): Set header_file.
5608 (consider_token): Use isgoodhdr if in header file.
5609
5610 * etags.c (total_size_of_entries):
5611 Was miscalculating by 1 in rewritten case.
5612
5613 * etags.c (PAS_funcs): One arg to pfnote was missing.
5614
dff28924 56151989-12-05 Joseph Arceneaux (jla@spiff)
a933dad1
DL
5616
5617 * MACHINES: Change for the ULTRIX entry.
5618
dff28924 56191989-11-21 Joseph Arceneaux (jla@spiff)
a933dad1
DL
5620
5621 * etags.c (process_file): If file is not regular, return.
5622
dff28924 56231989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5624
5625 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
5626
dff28924 56271989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5628
5629 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
5630 (main): If HAVE_GETLOADAVG, don't call `nlist'.
5631
dff28924 56321989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5633
5634 * etags.c (consider_token): Allow any number of typespec keywords
5635 after `typedef', before new type name.
5636 (enum sym_type): Add st_C_typespec.
5637 (C_create_stab): Put typespec kwds in table.
5638
dff28924 56391989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
a933dad1
DL
5640
5641 * etags.c (main): Don't depend on name invoked by.
5642 If CTAGS is not defined, assume it is ETAGS.
5643
dff28924 56441989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5645
5646 * etags.c (L_funcs): Allow package name in define construct,
5647 as in (foo::defmumble name-defined ...).
5648
dff28924 56491989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5650
5651 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
5652
5653 * Makefile (yow): Depends on ../src/paths.h.
5654
dff28924 56551989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
a933dad1
DL
5656
5657 * etags.c: Fix compilation by moving Pascal after Fortran.
5658
dff28924 56591989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5660
5661 * movemail.c [USG]: Define F_OK, etc., if not found in header.
5662
dff28924 56631989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5664
5665 * hexl.c: New file, supports hexl-mode.
5666
dff28924 56671989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5668
5669 * movemail.c: New compilation flag MAIL_USE_MMDF.
5670
dff28924 56711989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5672
5673 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
5674 * server.c: Likewise.
5675
5676 * make-docfile.c (scan_c_file): Output argument names at end of string.
5677 (write_c_args): New subroutine.
5678
dff28924 56791989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5680
5681 * movemail.c: Report failure of flock.
5682
dff28924 56831989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5684
5685 * etags.c (find_entries): Allow multi-letter extensions for fortran.
5686
dff28924 56871989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1 5688
5879ac68 5689 * loadst.c: On bsd4.3, use gettimeofday instead of CPUSTATES.
a933dad1 5690
dff28924 56911989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5692
5693 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
5694
7de6767d 5695 * emacstool.1: Update to document environment variables.
1e866943 5696
5879ac68 56971989-02-21 Mosur Mohan (email@notavailable)
1e866943 5698
28cfe103 5699 * etags.c (PAS_funcs): New function.
a933dad1 5700
dff28924 57011989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1 5702
a933dad1
DL
5703 * movemail.c: On sysv, include unistd.h.
5704
dff28924 57051989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5706
5707 * b2m.c: New file.
5708
dff28924 57091989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1 5710
5879ac68 5711 * etags.c: Prolog support from Sunichirou Sugou.
a933dad1 5712
dff28924 57131989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5714
5715 * Makefile (clean): New target.
5716
dff28924 57171989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5718
5719 * fakemail.c (put_line): Break header lines at 79 cols.
5720
28cfe103 57211989-01-19 Sam Kendall (email@notavailable)
a933dad1 5722
1e866943 5723 * etags.c: Greatly rewritten for C++ support and for multiple tags
5879ac68 5724 per line.
a933dad1 5725
dff28924 57261989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5727
5728 * movemail.c: Check access before doing real work.
5729 Check that outfile is in a writable directory.
5730 On fatal error, delete the lock file.
5731
dff28924 57321988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
a933dad1 5733
5879ac68 5734 * env.c: Add decl for my-index.
ed9265fc 5735 * etags.c (file-entries): .oak => scheme.
a933dad1 5736
dff28924 57371988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5738
5739 * movemail.c: Use `access' to check input and output files.
5740
dff28924 57411988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5742
5743 * emacsclient.c (main): Ignore all of CWD before first slash.
5744
dff28924 57451988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5746
5747 * etags.c (readline): Double linebuffer->size outside the xrealloc.
5748
dff28924 57491988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5750
5751 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
5752 * server.c: chmod the socket to 0700.
5753
dff28924 57541988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5755
5756 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
5757 (add_field): Delete comments and turn `<', `>' to spaces
5758 in header lines.
5759 (USE_FAKEMAIL): New customization macro says to make fakemail
5760 not be a no-op even on a BSD system.
5761
dff28924 57621988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5763
5764 * etags.c (consider_token): Skip comments just like whitespace.
5765 Notice `struct', etc. and set strtag for those tokens.
5766 Return 1 for the token following `struct' if an open-brace follows it.
5767 (C_entries): Special handling of token following `struct'
5768 needed because we have probably advanced to the following line
5769 to find the `{'.
5770 (main): New option `T' sets tflag and strflag.
5771 Set both of them by default if eflags.
5772
dff28924 57731988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5774
5775 * movemail.c: Do fsync before closing output.
5776
dff28924 57771988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu)
a933dad1 5778
5879ac68
JB
5779 * movemail.c: Better error message when can't create tempname.
5780 This file needs a great deal of extra error-checking and lucid reporting...
a933dad1 5781
dff28924 57821988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5783
5784 * etags.c: Support assembler code for .s and .a files.
5785 (getit): Allow underscore in a tag.
5786
dff28924 57871988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5788
5789 * movemail.c: Close output and check errors before deleting input.
5790
dff28924 57911988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
a933dad1
DL
5792
5793 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
5794 whether to prefix it. Handle line number args.
5795
dff28924 57961988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu)
a933dad1 5797
5879ac68 5798 * etags.c (main): Default setting of eflag was backwards.
a933dad1 5799
dff28924 58001988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5801
5802 * etags.c: New option -i. -f renamed -o.
5803 `-' as input file means read input file names from stdin.
5804 -i spec'd or input file named TAGS means the input file is another
5805 tag table; output an "include" line for it.
5806
dff28924 58071988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5808
5809 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
5810 New targets install, install.sysv, install.xenix.
5811 This makefile is now responsible for installing executables
5812 and documentation from this directory into system directories.
5813
dff28924 58141988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
a933dad1
DL
5815
5816 * server.c, emacsclient.c (main): Compute socket name from euid.
5817
dff28924 58181988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5819
5820 * emacsclient.c: Args like +DIGITS are passed through unchanged.
5821
dff28924 58221988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5823
5824 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
5825 * emacsclient.c: Likewise.
5826 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
5827
dff28924 58281988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5829
5830 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
5831 (istoken) New string-comparison macro.
5832 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
5833
dff28924 58341988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5835
5836 * etags.c: Changes for VMS.
5837 Always define ETAGS on VMS.
5838 Define macros GOOD and BAD for success and failure exit codes.
c4cc8b9a 5839 (begtk, intk): Allow `$' in identifiers.
a933dad1
DL
5840 (main): Don't support -B, -F or -u on VMS.
5841 Alternate loop for scanning filename arguments.
5842 (system): Delete definition of this function.
5843
5844 * etags-vmslib.c (system): Undefine this; VMS now provides it.
5845
dff28924 58461988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5847
5848 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
5849 around include of param.h. (Like fns.c.)
5850
dff28924 58511988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
a933dad1
DL
5852
5853 * loadst.c (load_average): Move load-average code to this new fn.
5854 Add conditionals to compute load ave on UMAX.
5855
dff28924 58561988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu)
a933dad1
DL
5857
5858 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
5859 with opposite sense.
5860
dff28924 58611988-05-13 Chris Hanson (cph@kleph)
a933dad1 5862
5879ac68
JB
5863 * emacsclient.c: Delete references to unused variable `out'.
5864 This caused a bus error when used under hp-ux.
a933dad1 5865
dff28924 58661988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
a933dad1
DL
5867
5868 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
5869
dff28924 58701988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu)
a933dad1
DL
5871
5872 * etags.c (find_entries): `.t' or `.sch' means scheme code.
5873
dff28924 58741988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
a933dad1
DL
5875
5876 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
5877
dff28924 58781988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
a933dad1
DL
5879
5880 * movemail.c: #undef close, since config can #define it on V.3.
5879ac68 5881 * emacsclient.c, fakemail.c, loadst.c, server.c: Likewise.
a933dad1 5882
dff28924 58831988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu)
a933dad1
DL
5884
5885 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
5886 invalid escape sequences such as `\{'.
5887
5888 * loadst.c: Add `sequent' conditional for file dk.h.
5889
dff28924 58901988-03-20 Richard M. Stallman (rms@wilson)
a933dad1 5891
5879ac68 5892 * server.c [not BSD and not HAVE_SYSVIPC]: Fix error message.
a933dad1 5893
5879ac68 5894 * loadst.c (main) [XENIX]: Use /usr/spool/mail, not /usr/mail.
6922b018
KH
5895
5896;; Local Variables:
880820fe 5897;; coding: utf-8
6922b018 5898;; End:
2a34a036 5899
acaf905b 5900 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
5b87ad55
GM
5901
5902 This file is part of GNU Emacs.
5903
ab73e885 5904 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 5905 it under the terms of the GNU General Public License as published by
ab73e885
GM
5906 the Free Software Foundation, either version 3 of the License, or
5907 (at your option) any later version.
5b87ad55
GM
5908
5909 GNU Emacs is distributed in the hope that it will be useful,
5910 but WITHOUT ANY WARRANTY; without even the implied warranty of
5911 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5912 GNU General Public License for more details.
5913
5914 You should have received a copy of the GNU General Public License
ab73e885 5915 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.