Merge from emacs-24 branch; up to 2012-05-01T18:47:23Z!rgm@gnu.org
[bpt/emacs.git] / etc / ChangeLog
CommitLineData
1781b9e9
PE
12012-07-26 Paul Eggert <eggert@cs.ucla.edu>
2
3 Simplify export of symbols to GDB.
4 * emacs-buffer.gdb ($tagmask, $valmask): Remove.
5 (ygetptr): Adjust to recent changes in lisp.h and emacs.c,
6 by using VALMASK instead of $valmask, CHECK_LISP_OBJECT_TYPE
7 instead of gdb_use_union, and DATA_SEG_BITS instead of
8 gdb_data_seg_bits. Also, use $ptr.i rather than $ptr.u.val.
9
87ab808f
EZ
102012-07-20 Eli Zaretskii <eliz@gnu.org>
11
12 * tutorials/TUTORIAL.he: Make the first sentence display correctly
13 in a left-to-right paragraph, such as what is shown on the fancy
14 splash screen.
15
2e2d2a13
LL
162012-07-15 Leo Liu <sdl.web@gmail.com>
17
18 * NEWS: Mention exclamation-mark and flymake.
19
1ac8b55c
JB
202012-07-08 Juanma Barranquero <lekktu@gmail.com>
21
22 * tutorials/TUTORIAL.es: Sync with changes in 2012-07-07T10:34:37Z!cyd@gnu.org.
23
95486d46
MW
242012-07-07 Michael Witten <mfwitten@gmail.com> (tiny change)
25
26 * tutorials/TUTORIAL: Copyedits (Bug#11689).
27
9ab89959
GM
282012-06-28 Glenn Morris <rgm@gnu.org>
29
30 * emacs.py, emacs2.py, emacs3.py: Remove files, no longer used.
31
bbf908bc
LM
322012-06-24 Lawrence Mitchell <wence@gmx.li>
33
34 * NEWS: Move and improve the defun/defalias changes (bug#11686).
35
d35af63c
PE
362012-06-22 Paul Eggert <eggert@cs.ucla.edu>
37
38 Support higher-resolution time stamps (Bug#9000).
39 * NEWS: Mention addition of picoseconds to time stamp format.
40
65a962ba
DD
412012-06-13 Deniz Dogan <deniz@dogan.se>
42
43 * tutorials/TUTORIAL.sv: Fix grammar and a couple of typos.
44
a043d353
PE
452012-06-04 Paul Eggert <eggert@cs.ucla.edu>
46
47 * PROBLEMS (68000 C compiler problems): Remove obsolete section.
48 Not only are the compilers long-dead, the obsolete advice
49 typically doesn't apply to current Emacs sources.
50
5205d6f6
CY
512012-06-03 Chong Yidong <cyd@gnu.org>
52
53 * themes/wheatgrass-theme.el:
54 * themes/deeper-blue-theme.el:
55 * themes/tango-dark-theme.el:
56 * themes/tsdh-dark-theme.el: Add compilation-mode-line-fail,
57 compilation-mode-line-run, and compilation-mode-line-exit faces.
58
59 * themes/manoj-dark-theme.el: Remove :family attributes.
60
501390c5
PE
612012-06-01 Paul Eggert <eggert@cs.ucla.edu>
62
63 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
64 * NEWS: Mention this.
65
f51b6486
AB
662012-06-01 Andrew Beals <andrew.beals@gmail.com> (tiny change)
67
68 * spook.lines: Additions. (Bug#11598)
69
ba93a187
PE
702012-05-31 Paul Eggert <eggert@cs.ucla.edu>
71
72 * PROBLEMS: Remove obsolete '#define static' cruft.
73
af8630f4
GM
742012-05-07 Glenn Morris <rgm@gnu.org>
75
76 * forms/forms-d2.el, forms/forms-pass.el: Move here from ../lisp.
77 * forms/forms-d2.dat: Move to forms/ subdirectory.
78 * forms/README: New.
79
ab0fa4e4
PE
802012-05-03 Paul Eggert <eggert@cs.ucla.edu>
81
82 * NEWS: Do not limit current-time-string to years 1000..9999.
83
578c1d4b 842012-04-27 Jambunathan K <kjambunathan@gmail.com>
2f885dca 85
bbf908bc
LM
86 * org/OrgOdtStyles.xml (OrgDescriptionList): Modify style.
87 With this change, in a description list, if the description paragraph
2f885dca
BG
88 spawns multiple lines then it will correctly indented.
89
c04627ac
GM
902012-04-20 Glenn Morris <rgm@gnu.org>
91
50e5ebca
GM
92 * CONTRIBUTE: Expand a bit on copyright assignments.
93
c04627ac
GM
94 * MORE.STUFF: General update. Mention list-packages.
95 Remove many old/outdated URLs.
9ea49b28
LMI
962012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
97
98 * publicsuffix.txt: New file (bug#1401).
99
551b046f
AM
1002012-04-02 Alan Mackenzie <acm@muc.de>
101
102 * NEWS: Add CC Mode entries.
103
153ae947
BG
1042012-04-01 Jambunathan K <kjambunathan@gmail.com>
105
106 * org/OrgOdtContentTemplate.xml (OrgIndentedSection-Level-*):
107 New section styles. These sections are indented to the same
108 level as the corresponding list entries. These sections hold
bbf908bc
LM
109 tables that occur within a list. (OrgTable):
110 Increased relative width from 90% to 96% for aesthetic reasons.
153ae947 111
66ecdc9e
GM
1122012-03-16 Glenn Morris <rgm@gnu.org>
113
114 * HELLO: Say that this is not a comprehensive list.
115 Remove "duplicate" entry. (Bug#11024)
116
cb3a28cc
PE
1172012-02-20 Paul Eggert <eggert@cs.ucla.edu>
118
119 * emacs-buffer.gdb ($valmask): Don't assume EMACS_INT fits in 'long'.
120
1be3ca5a
LL
1212012-02-10 Leo Liu <sdl.web@gmail.com>
122
123 * NEWS: Change condition-case-no-debug to
124 condition-case-unless-debug and split the entry in two.
125
5eb7536f
AO
1262012-02-08 Alex Ott <alexott@gmail.com>
127
128 * tutorials/TUTORIAL.ru: Updated; synchronize with TUTORIAL.
129 Coding system changed to UTF-8.
130
62106554
JB
1312012-02-06 Juanma Barranquero <lekktu@gmail.com>
132
133 * tutorials/TUTORIAL.es: Updated; synchronize with TUTORIAL.
134
9ff3f0fd
PS
1352012-02-03 Pieter Schoenmakers <tiggr@tiggr.net>
136
137 * tutorials/TUTORIAL.nl: Updated; synchronize with TUTORIAL.
138
1714d1ee
CY
1392012-01-30 Chong Yidong <cyd@gnu.org>
140
141 * tutorials/TUTORIAL: Delete a repeat sentence.
142
21f50183
ML
1432012-01-25 Mats Lidell <mats.lidell@cag.se>
144
145 * tutorials/TUTORIAL.sv: Updated; synchronize with TUTORIAL.
146
7a22e700
OK
1472012-01-21 Ognyan Kulev <ogi@tower.3.bg>
148
149 * tutorials/TUTORIAL.bg: Updated; synchronize with TUTORIAL.
150
3fcca64d
WL
1512012-01-19 Werner Lemberg <wl@gnu.org>
152
153 * tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
154 Minor typographical improvements.
155
6d0bd9ba
PP
1562012-01-17 Primoz PETERLIN <primoz.peterlin@mf.uni-lj.si>
157
158 * tutorials/TUTORIAL.sl: Update.
159
0dc18ae0
EZ
1602012-01-14 Eli Zaretskii <eliz@gnu.org>
161
162 * tutorials/TUTORIAL.he: Update to follow changes to TUTORIAL in
163 2012-01-10T08:27:22Z!cyd@gnu.org.
164
107ddb97
CY
1652012-01-10 Chong Yidong <cyd@gnu.org>
166
167 * tutorials/TUTORIAL: Don't give instructions for old-style X
bbf908bc
LM
168 scrollbars. Use DEL terminology instead of DelBack.
169 Improve description of graphical continuation lines and mode-line.
107ddb97
CY
170 Promote use of C-/ and C-SPC. Remove discussion of flow control.
171
1c6e5a32
GM
1722012-01-05 Glenn Morris <rgm@gnu.org>
173
220b1945
GM
174 * refcards/calccard.tex, refcards/cs-dired-ref.tex:
175 * refcards/cs-refcard.tex, refcards/cs-survival.tex:
176 * refcards/de-refcard.tex, refcards/dired-ref.tex:
177 * refcards/fr-dired-ref.tex, refcards/fr-refcard.tex:
178 * refcards/fr-survival.tex, refcards/pl-refcard.tex:
179 * refcards/pt-br-refcard.tex, refcards/refcard.tex:
180 * refcards/ru-refcard.tex, refcards/sk-dired-ref.tex:
181 * refcards/sk-refcard.tex, refcards/sk-survival.tex:
182 * refcards/survival.tex: Bump version number to 24.
183
1c6e5a32
GM
184 * refcards/calccard.tex, refcards/cs-dired-ref.tex:
185 * refcards/cs-refcard.tex, refcards/cs-survival.tex:
186 * refcards/de-refcard.tex, refcards/dired-ref.tex:
187 * refcards/fr-dired-ref.tex, refcards/fr-refcard.tex:
188 * refcards/fr-survival.tex, refcards/orgcard.tex:
189 * refcards/pl-refcard.tex, refcards/pt-br-refcard.tex:
190 * refcards/refcard.tex, refcards/ru-refcard.tex:
191 * refcards/sk-dired-ref.tex, refcards/sk-refcard.tex:
192 * refcards/sk-survival.tex, refcards/survival.tex:
193 * refcards/vipcard.tex, refcards/viperCard.tex:
194 Update short copyright year to 2012.
195
2057c040 1962012-01-04 Chong Yidong <cyd@stupidchicken.com>
e66ba1df 197
2057c040
GM
198 * org/README: Rename from COPYRIGHT-AND-LICENSE.
199
2002012-01-03 Jambunathan K <kjambunathan@gmail.com>
e66ba1df 201
2057c040 202 * org/OrgOdtContentTemplate.xml, org/OrgOdtStyles.xml: New files.
e66ba1df 203
2057c040
GM
2042012-01-03 Bastien Guerry <bzg@altern.org>
205
206 * org/COPYRIGHT-AND-LICENSE: New file.
e66ba1df
BG
207
208 * org/: New directory.
209
2102012-01-03 Julian Gehring <julian.gehring@googlemail.com>
211
212 * refcards/orgcard.tex: Correct one markup in the "Timestamps" section.
213
ffdcbd1c
LMI
2142011-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
215
216 * NEWS: Mention auth-source twice in connection with smtpmail to
217 clarify that smtpmail uses auth-source.
218
06b08b88
BW
2192011-11-20 Bill Wohler <wohler@newt.com>
220
221 Release MH-E version 8.3.1.
222
223 * NEWS, MH-E-NEWS: Update for MH-E release 8.3.1.
224
0b381c7e
JB
2252011-11-14 Juanma Barranquero <lekktu@gmail.com>
226
227 * MAILINGLISTS: Fix typo.
228
5f72f6cb
EZ
2292011-10-29 Eli Zaretskii <eliz@gnu.org>
230
231 * themes/wombat-theme.el: Add a coding cookie. (Bug#9905)
232
be890cb8
SM
2332011-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * NEWS: Document the disappearance of binding caches (bug#9899).
236
487ffd7a
JB
2372011-10-01 Juanma Barranquero <lekktu@gmail.com>
238
239 * NEWS: Fix typo. Remove duplicate info.
240
c4682d18
MR
2412011-09-23 Martin Rudalics <rudalics@gmx.at>
242
243 * NEWS: Document some window code changes.
244
c78268f1
BW
2452011-09-20 Bill Wohler <wohler@newt.com>
246
247 Release MH-E version 8.3.
248
249 * NEWS, MH-E-NEWS: Update for MH-E release 8.3.
250
76e20fd6
WS
2512011-09-13 William Stevenson <yhvh2000@gmail.com>
252
253 * themes/adwaita-theme.el: New file.
254
1cc15067
SF
2552011-09-13 Scott Frazer <frazer.scott@gmail.com>
256
257 * themes/whiteboard-theme.el:
76e20fd6 258 * themes/deeper-blue-theme.el: New files.
1cc15067 259
f62bd846
JL
2602011-09-05 Juri Linkov <juri@jurta.org>
261
262 * grep.txt: Add `eval' to the Local Variables section that
263 emulates `grep-filter'.
264
f9453fcb
PE
2652011-08-30 Paul Eggert <eggert@cs.ucla.edu>
266
393aa9d4
PE
267 * MACHINES: Remove obsolete info and update a bit (Bug#9404).
268
f9453fcb
PE
269 * PROBLEMS: Remove obsolete comment re Yellow Dog (Bug#9403).
270
c1ec8ad0
SC
2712011-08-24 Steve Chapel <schapel@laptop.stevechapel.com> (tiny change)
272
273 * refcards/refcard.tex: Add a few more commands. (Bug#9343)
274
4d993e7b
JL
2752011-08-22 Juri Linkov <juri@jurta.org>
276
277 * compilation.txt: Add more samples of output and non-output
278 switches (bug#9319).
279
5226c7c0
CY
2802011-08-19 Chong Yidong <cyd@stupidchicken.com>
281
282 * themes/dichromacy-theme.el:
283 * themes/wheatgrass-theme.el:
284 * themes/tango-theme.el:
285 * themes/tango-dark-theme.el: Add error, warning, and success
286 faces.
287
5b409b39 2882011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
289
290 * refcards/orgcard.tex: Document `org-copy-visible'.
291
5b409b39 2922011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
293
294 * refcards/orgcard.tex: Documentation of new Babel function.
295
5b409b39 2962011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
297
298 * refcards/orgcard.tex: Adding line for org-babel-check-src-block.
299
5b409b39 3002011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
301
302 * refcards/orgcard.tex: Document key for clock consistency check.
303
5b409b39
BG
3042011-07-30 Chong Yidong <cyd@stupidchicken.com>
305
306 * grammars: New directory.
307
3082011-07-28 Andreas Schwab <schwab@linux-m68k.org>
309
310 * NEWS: Document ## and #:.
311
8f8eda06
AS
3122011-07-18 Andreas Schwab <schwab@linux-m68k.org>
313
314 * charsets/GB180302.map: Update to 2005 edition.
315 * charsets/GB180304.map: Likewise.
316
6265325e
BW
3172011-07-17 Bill Wohler <wohler@newt.com>
318
319 Release MH-E version 8.2.93.
320
321 * NEWS, MH-E-NEWS: Update for MH-E release 8.2.93.
322
8020905a
BW
3232011-07-16 Bill Wohler <wohler@newt.com>
324
325 Release MH-E version 8.2.92.
326
327 * NEWS, MH-E-NEWS: Update for MH-E release 8.2.92.
328
d9882322
BW
3292011-07-12 Bill Wohler <wohler@newt.com>
330
71e0ea13
BW
331 Release MH-E version 8.2.91.
332
333 * NEWS, MH-E-NEWS: Update for MH-E release 8.2.91.
334
d9882322
BW
335 * MH-E-NEWS: Mention that SourceForge MH-E users will have to
336 update their load-paths.
337
d76674bb
BW
3382011-07-10 Bill Wohler <wohler@newt.com>
339
340 Release MH-E version 8.2.90.
341
342 * NEWS, MH-E-NEWS: Update for MH-E release 8.2.90.
343
095f79fc
TH
3442011-07-07 Tassilo Horn <tassilo@member.fsf.org>
345
346 * themes/tsdh-light-theme.el:
347 * themes/tsdh-dark-theme.el: Make `gnus-button' face inherit from
348 `button', `gnus-header-name' boxed, and define `rcirc-my-nick'
349 face.
350
e2430e31
LMI
3512011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
352
353 * NEWS: Clarify `smtpmail-auth-credentials' non-existence.
6870aaef 354 Mention the `send-mail-function' default change.
e2430e31 355
9970bcb2
CY
3562011-07-07 Chong Yidong <cyd@stupidchicken.com>
357
358 * themes/dichromacy-theme.el:
359 * themes/tango-theme.el:
360 * themes/tango-dark-theme.el:
361 * themes/wheatgrass-theme.el: Don't define button face separately;
362 it inherits from link now.
363
84e04a29
LMI
3642011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
365
366 * NEWS: Clarify that `smtpmail-starttls-credentials' doesn't exist.
367
53bbe3ad
JB
3682011-07-05 Juanma Barranquero <lekktu@gmail.com>
369
370 * NEWS: Document new emacs-lock.el and renaming of old one.
371
3ca5c03f
MS
3722011-07-05 Manoj Srivastava <srivasta@ieee.org>
373
374 * themes/manoj-dark-theme.el (manoj-dark): New file.
375
6cbbc20c
KR
3762011-03-29 Kevin Ryde <user42@zip.com.au>
377
378 * compilation.txt (perl-Test2): New samples.
379
3653687a
LMI
3802011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
381
382 * tutorials/TUTORIAL.zh: Remove spurious ")" character on the
383 first line.
384
ca5eed61
AM
3852011-07-01 Alan Mackenzie <acm@muc.de>
386
387 * NEWS: CC Mode: New "guessing" of style.
388
7f3f739f
LL
3892011-06-21 Leo Liu <sdl.web@gmail.com>
390
487ffd7a 391 * NEWS: Mention the new primitive secure-hash.
7f3f739f 392
b9958282
CY
3932011-06-14 Chong Yidong <cyd@stupidchicken.com>
394
395 * themes/dichromacy-theme.el: New theme.
396
81eafe29
PE
3972011-06-07 Paul Eggert <eggert@cs.ucla.edu>
398
399 * NEWS: Mention new configure option --with-wide-int.
400
42d4bcc8
LL
4012011-05-24 Leo Liu <sdl.web@gmail.com>
402
403 * NEWS: Mention the new primitive sha1 and the removal of sha1.el.
404
bcfcf8a5
UJ
4052011-05-14 Ulf Jasper <ulf.jasper@web.de>
406
407 * images/newsticker/README: Added.
408
42c7e61e
UJ
4092011-05-13 Ulf Jasper <ulf.jasper@web.de>
410
411 * images/newsticker: Added.
412 * images/newsticker/browse-url.xpm: Added.
413 * images/newsticker/get-all.xpm: Added.
414 * images/newsticker/mark-immortal.xpm: Added.
415 * images/newsticker/mark-read.xpm: Added.
416 * images/newsticker/narrow.xpm: Added.
417 * images/newsticker/next-feed.xpm: Added.
418 * images/newsticker/next-item.xpm: Added.
419 * images/newsticker/prev-feed.xpm: Added.
420 * images/newsticker/prev-item.xpm: Added.
421 * images/newsticker/update.xpm: Added.
422
79b70037
GM
4232011-05-10 Jim Meyering <meyering@redhat.com>
424
425 * MH-E-NEWS, PROBLEMS: Fix typo "the the -> the".
426
25666126
LL
4272011-05-03 Leo Liu <sdl.web@gmail.com>
428
429 * NEWS: Mention the new command isearch-yank-pop.
430
e2574f2c
TZ
4312011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
432
433 * NEWS: Mention new library gnutls.el and explain GnuTLS
434 functionality. Mention new configure.bat options --without-gnutls
435 and --lib for W32.
436
7deebf1b
LMI
4372011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
438
439 * NEWS: Mention `url-retrieve-queue', (:file "file") and
440 `server-eval-at'.
441
638f053a
JB
4422011-04-28 Juanma Barranquero <lekktu@gmail.com>
443
444 * NEWS: Document `delayed-warnings-list' and `delayed-warnings-hook'.
71edd0ec 445 Document new "default HOME" warning.
638f053a 446
0438ce91
DC
4472011-04-26 Daniel Colascione <dan.colascione@gmail.com>
448
bd0d2ee2 449 * DEBUG: Document debug-on-event default behavior and utility for
0438ce91
DC
450 debugging.
451
c243bc79
NF
4522011-04-22 Noah Friedman <friedman@splode.com>
453
454 * emacs-buffer.gdb: Add trailing underscores to appropriate member
455 names, per change tromey@redhat.com-20110214153919-bxkckrdmmg4qhyyj
456 of src/lisp.h.
457
1c6c854e
CS
4582011-04-08 Christoph Scholtes <cschol2112@googlemail.com>
459
460 * NEWS: Document new function `vc-ediff'.
461
3e214b50
JB
4622011-04-06 Juanma Barranquero <lekktu@gmail.com>
463
464 * NEWS: New variable `revert-buffer-in-progress-p'.
465
65084709
SH
4662011-03-22 Sebastian Hermida <sebas00@gmail.com>
467
468 * themes/misterioso-theme.el: New file.
469
8a05b668
JB
4702011-03-16 Juanma Barranquero <lekktu@gmail.com>
471
472 * NEWS: Document warning about _emacs.
473
70436396
MA
4742011-03-14 Michael Albinus <michael.albinus@gmx.de>
475
476 * NEWS: `shell' prompts for the shell path name, when the default
477 directory is a remote file name and neither environment variable
478 $ESHELL nor variable `explicit-shell-file-name' is set.
479
0d53df48
KG
4802011-03-08 Kristoffer Grönlund <krig@koru.se>
481
482 * themes/wombat-theme.el: New file.
483
33383987
JB
4842011-03-07 Chong Yidong <cyd@stupidchicken.com>
485
486 * Version 23.3 released.
487
01c35094
JB
4882011-03-06 Juanma Barranquero <lekktu@gmail.com>
489
490 * srecode/el.srt: Fix typo.
491
6b483b66
CY
4922011-02-21 Chong Yidong <cyd@stupidchicken.com>
493
494 * themes/tango-dark-theme.el: Tweak background on low-color
495 terminals.
496
3a00a363
KM
4972011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
498
7a71b18d
GM
499 * images/icons/allout-widgets/dark-bg/locked-encrypted.png:
500 * images/icons/allout-widgets/dark-bg/locked-encrypted.xpm:
9b5c21bb
GM
501 * images/icons/allout-widgets/dark-bg/unlocked-encrypted.png:
502 * images/icons/allout-widgets/dark-bg/unlocked-encrypted.xpm:
7a71b18d
GM
503 * images/icons/allout-widgets/light-bg/locked-encrypted.png:
504 * images/icons/allout-widgets/light-bg/locked-encrypted.xpm:
9b5c21bb
GM
505 * images/icons/allout-widgets/light-bg/unlocked-encrypted.png:
506 * images/icons/allout-widgets/light-bg/unlocked-encrypted.xpm:
3a00a363
KM
507 Reorganize icon directories and files to reconcile against windows
508 short-filename clashes.
509
aac7a935
KM
5102011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
511
9b5c21bb
GM
512 * images/icons/allout-widgets-dark-bg,
513 * images/icons/allout-widgets-light-bg: Icons for new
aac7a935
KM
514 allout-widgets.el.
515
9b5c21bb 516 * images/icons/README: Include coypright and GPL 3 license for
aac7a935
KM
517 new icons.
518
12fe5bcc
MA
5192011-02-16 Michael Albinus <michael.albinus@gmx.de>
520
521 * NEWS: Add soap-client.el and soap-inspect.el.
522
ea843702
MA
5232011-02-13 Michael Albinus <michael.albinus@gmx.de>
524
525 * NEWS: Tramp methods "imap" and "imaps" are discontinued.
526
cdfa139d
DA
5272011-02-12 Drew Adams <drew.adams@oracle.com>
528
529 * themes/light-blue-theme.el: New file.
530
a4180391
PE
5312011-02-01 Paul Eggert <eggert@cs.ucla.edu>
532
533 format-time-string now supports subsecond time stamp resolution
534 * NEWS: Document this.
535
68b5f855
PE
5362011-01-28 Paul Eggert <eggert@cs.ucla.edu>
537
538 Redo spelling of Makefile variables to conform to POSIX.
539 POSIX does not allow "-" in Makefile variable names.
540 Reported by Bruno Haible in
541 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00990.html>.
bbf908bc 542 * refcards/Makefile (DIRED_REFCARDS_PDF): Rename from
68b5f855 543 DIRED-REFCARDS_PDF.
bbf908bc
LM
544 (MISC_REFCARDS_PDF): Rename from MISC-REFCARDS_PDF.
545 (SURVIVAL_CARDS_PDF): Rename from SURVIVAL-CARDS_PDF.
546 (VIPER_CARDS_PDF): Rename from VIPER-CARDS_PDF.
68b5f855 547
9d760d75
GM
5482011-01-18 Glenn Morris <rgm@gnu.org>
549
550 * PROBLEMS: Add note about svn+ssh. (Bug#7791)
551
77ab81d0 5522011-01-14 Glenn Morris <rgm@gnu.org>
970b9a42
GM
553
554 * refcards/calccard.tex, refcards/cs-dired-ref.tex:
555 * refcards/cs-refcard.tex, refcards/cs-survival.tex:
556 * refcards/de-refcard.tex, refcards/dired-ref.tex:
557 * refcards/fr-dired-ref.tex, refcards/fr-refcard.tex:
558 * refcards/fr-survival.tex, refcards/orgcard.tex:
559 * refcards/pl-refcard.tex, refcards/pt-br-refcard.tex:
560 * refcards/refcard.tex, refcards/ru-refcard.tex:
561 * refcards/sk-dired-ref.tex, refcards/sk-refcard.tex:
562 * refcards/sk-survival.tex, refcards/survival.tex:
563 * refcards/vipcard.tex, refcards/viperCard.tex:
564 Update short copyright year to 2011.
565
d221e780
CO
5662011-01-13 Christian Ohler <ohler@gnu.org>
567
568 * NEWS: Mention ERT.
569
3c3d4f5b
MA
5702011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
571
572 * NEWS: Add new function dbus-register-service.
573
2c243704
CY
5742011-01-09 Chong Yidong <cyd@stupidchicken.com>
575
576 * themes/tango-theme.el, themes/tango-dark-theme.el: Let-bind
577 tango palette colors. Only define faces for color displays.
578 Customize the ansi-color-names-vector variable. Add Ediff,
579 Flyspell, and Semantic faces as suggested by Jan Moringen.
580
7c837933
AS
5812011-01-08 Andreas Schwab <schwab@linux-m68k.org>
582
583 * compilation.txt: Add column to gcc-include sample.
584
16eea16b
GM
5852011-01-08 Glenn Morris <rgm@gnu.org>
586
587 * PROBLEMS: -batch implies -q.
588
f3699ed6
TH
5892011-01-07 Tassilo Horn <tassilo@member.fsf.org>
590
591 * themes/tsdh-light-theme.el, themes/tsdh-dark-theme.el: Remove
592 dev-prefix from file names, so that the files don't clash on 8x3
593 filesystems.
594
2d3e1aed
TH
5952011-01-06 Tassilo Horn <tassilo@member.fsf.org>
596
597 * themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
598 * themes/dev-tsdh-dark-theme.el (dev-tsdh-dark): New theme.
599
412b9ee5
MA
6002011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
601
91af3942 602 * NEWS: Extended behavior of dbus-register-{method,property}.
412b9ee5 603
7c420169 6042011-01-02 Kenichi Handa <handa@m17n.org>
76428f01 605
7c420169 606 * NEWS.23: Describe the changes for rmail's MIME handling.
76428f01 607
94975270
CY
6082010-12-18 Chong Yidong <cyd@stupidchicken.com>
609
610 * images/separator.xpm: Tweak colors.
611
a808d31f
MA
6122010-12-14 Michael Albinus <michael.albinus@gmx.de>
613
614 * NEWS: Mention new Tramp method "ksu".
615
01c35094 6162010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
617
618 * schema/schemas.xml: Add DocBook (Bug#7491).
619
acedf35c
CD
6202010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
621
622 * refcards/orgcard.tex: Cleanup.
623
07976ae3 6242010-11-27 Ulrich Mueller <ulm@gentoo.org>
f102b345
UM
625
626 * HELLO: Add ancient Greek (Bug#7418).
627
0eb025fb
EZ
6282010-11-13 Eli Zaretskii <eliz@gnu.org>
629
630 * NEWS: Document display of glyphless characters.
631
afe98dfa
CD
6322010-11-11 Eric Schulte <schulte.eric@gmail.com>
633
56f5a94e 634 * refcards/orgcard.tex: Add new Babel key sequences.
afe98dfa 635
57c17ca4
GM
6362010-10-26 Glenn Morris <rgm@gnu.org>
637
638 * images/README: Add (un)checked.xpm
639 * images/checked.xpm, images/unchecked.xpm: Add copyright.
640
01898dc2
CY
6412010-10-24 Chong Yidong <cyd@stupidchicken.com>
642
643 * images/checked.xpm:
644 * images/unchecked.xpm: New images.
645
5793a7bc 6462010-10-24 Richard Stallman <rms@gnu.org>
945c0344
RS
647
648 * DISTRIB: Update donation section.
649
5793a7bc 6502010-10-24 Glenn Morris <rgm@gnu.org>
22dd677b
GM
651
652 * DISTRIB: Small updates.
653
3f12b18c
JD
6542010-10-19 Julien Danjou <julien@danjou.info>
655
656 * tutorials/TUTORIAL: Don't mention mode-line end dashes.
657
782b5e8d
CY
6582010-10-16 Chong Yidong <cyd@stupidchicken.com>
659
660 * themes: New directory for custom theme files, moved from lisp/.
661
220d91b8 6622010-10-14 Juanma Barranquero <lekktu@gmail.com>
c0943d3d
JB
663
664 * tutorials/TUTORIAL.es: Fix typos.
665
2e288d54
JB
6662010-10-13 Juanma Barranquero <lekktu@gmail.com>
667
668 * NEWS: Mention `dynamic-library-alist'.
669
013b96cc
GM
6702010-10-13 Glenn Morris <rgm@gnu.org>
671
672 * NEXTSTEP: New file, extracted from ../nextstep/{AUTHORS,README}.
673
a2c31846
GM
6742010-10-12 Glenn Morris <rgm@gnu.org>
675
8521e69b
GM
676 * TODO: Merge ../nextstep/FOR-RELEASE into this file.
677
a2c31846
GM
678 * BABYL: Remove file.
679
b9749554
EL
6802010-09-21 Eric Ludlam <zappo@gnu.org>
681
682 * srecode/java.srt: Make NAME be a prompt.
683
459bba37
MA
6842010-09-13 Michael Albinus <michael.albinus@gmx.de>
685
686 * NEWS: Some Tramp methods are discontinued.
687
ac1e75b3
GM
6882010-09-11 Glenn Morris <rgm@gnu.org>
689
690 * emacs.bash, emacs.csh, ms-kermit: Remove obsolete files (use
691 emacsclient -a instead of the first two).
692
71c17aec
LMI
6932010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
694
695 * NEWS: Mention the new libxml2 functions.
696
b60f961f
KH
6972010-08-25 Kenichi Handa <handa@m17n.org>
698
699 * HELLO: Change designation sequences for Arabic text.
700
37221432
MA
7012010-08-23 Michael Albinus <michael.albinus@gmx.de>
702
703 * NEWS: dbus.el supports alternative buses.
704
8818c329 7052010-08-22 Alex Harsanyi <harsanyi@mac.com> (tiny change)
d8f0aff6
AH
706
707 * emacs3.py: Import imp module and use it (Bug#5756).
708
b482d923
EZ
7092010-08-14 Eli Zaretskii <eliz@gnu.org>
710
711 * tutorials/TUTORIAL.he: Use MAQAF instead of hyphen where appropriate.
712 Fix a few typos.
713
7815fe19 7142010-08-08 Ken Brown <kbrown@cornell.edu>
4f35b2e8
KB
715
716 * PROBLEMS: Mention problem with Cygwin 1.5.19.
717
309a663f
EZ
7182010-08-07 Eli Zaretskii <eliz@gnu.org>
719
d064e6a6
EZ
720 * NEWS: Mention the Hebrew translation.
721
309a663f
EZ
722 * tutorials/TUTORIAL.he: Don't use acronyms.
723
29cf3e20
EZ
7242010-08-05 Eli Zaretskii <eliz@gnu.org>
725
726 * AUTHORS: Rename unexec.o => unexcoff.o.
727 * PROBLEMS: Rename unexec.o => unexcoff.o.
728
cd83d522
EZ
7292010-07-31 Eli Zaretskii <eliz@gnu.org>
730
731 * tutorials/TUTORIAL.he: New file.
732
733 * tutorials/TUTORIAL.translators: Add TUTORIAL.he.
734
e3aef5c6
CS
7352010-07-24 Christoph Scholtes <cschol2112@gmail.com>
736
737 * NEWS: Document new --distfiles configure.bat option and
738 `dist' make target on Windows.
739
0a46152e
JB
7402010-07-20 Juanma Barranquero <lekktu@gmail.com>
741
742 * PROBLEMS: Add note about use of backslashes in Windows paths.
743
04779484
JB
7442010-07-19 Juanma Barranquero <lekktu@gmail.com>
745
746 * NEWS: Mention --enable-checking is now supported on Windows.
747
86fbb8ca
CD
7482010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
749
750 * refcards/orgcard.tex: Remove the key for the TODO sparse tree
751 and add the new key. Document new keys for image and entity
752 display. Document the Org Babel keys.
86fbb8ca 753
024681aa
KB
7542010-06-19 Ken Brown <kbrown@cornell.edu>
755
756 * PROBLEMS: Update Cygwin GCC information. (Bug#6458)
757
6955432c
GM
7582010-06-12 Glenn Morris <rgm@gnu.org>
759
760 * tutorials/TUTORIAL.bg, tutorials/TUTORIAL.es: Fix typos.
761
f9e78150
MA
7622010-06-09 Michael Albinus <michael.albinus@gmx.de>
763
764 * NEWS: Add notifications.el.
765
ad5a7209
GM
7662010-05-28 Glenn Morris <rgm@gnu.org>
767
768 * MACHINES: Remove some old information no longer of relevance.
769 Switch to outline-mode.
770
f995538b
GM
7712010-05-27 Glenn Morris <rgm@gnu.org>
772
773 * PROBLEMS: Remove old information no longer of relevance.
774
171eda53 7752010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
c3bb441d
SM
776
777 * NEWS: Add sections for Emacs-23.3.
778
0235128c
SM
7792010-05-08 Chong Yidong <cyd@stupidchicken.com>
780
781 * PROBLEMS: Document gcc-4.5 bug (Bug#6031).
782
7832010-05-08 Kenichi Handa <handa@m17n.org>
784
785 * HELLO: Adjust Burmese for Unicode 5.2 encoding.
786
61a808e8
CY
7872010-05-07 Chong Yidong <cyd@stupidchicken.com>
788
789 * Version 23.2 released.
790
5f43e51c
EZ
7912010-05-07 Eli Zaretskii <eliz@gnu.org>
792
793 * HELLO: Reorder Arabic greetings into logical order (they were
794 mistakenly changed to visual order by the 2010-03-28 change).
795
6e104790 7962010-04-18 Francesc Rocher <rocher@member.fsf.org>
46ac1194
FR
797
798 * MORE.STUFF: Add a new entry for QWE.
799
b9f20364
SM
8002010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
801
802 * HELLO (Mathematics): Prefer Unicode charset.
803
85738751 8042010-03-30 Chong Yidong <cyd@stupidchicken.com>
727be773
CY
805
806 * images/icons/hicolor/scalable/apps/emacs.svg: Put preamble after
807 svg tag (Bug#5790).
808
85738751 8092010-03-30 Eli Zaretskii <eliz@gnu.org>
5660c0f5
EZ
810
811 * PROBLEMS: Mention problems on MS-Windows with incompatible
812 regex.h headers.
813
a7b02820
EZ
8142010-03-28 Eli Zaretskii <eliz@gnu.org>
815
816 * HELLO: Reorder Arabic and Hebrew into logical order, and
817 insert RLM before the opening paren, to make the display more
818 reasonable. Add setting for bidi-display-reordering in the local
819 variables section.
820 * NEWS: Mention initial support for bidirectional editing.
821
e867cb5d 8222010-03-24 Francesc Rocher <rocher@member.fsf.org>
3af45ae1 823
c3bb441d 824 * MORE.STUFF: Remove CEDET entry, now distributed as part of Emacs.
3af45ae1 825
1888398e
KY
8262010-03-22 Teodor Zlatanov <tzz@lifelogs.com>
827
828 * gnus/gnus-setup.ast: Add finish links to the top nodes.
829
830 * gnus/news-server.ast: Add some trivial validation.
831
7725ebb7
MA
8322010-03-13 Michael Albinus <michael.albinus@gmx.de>
833
834 * NEWS: Add secrets.el.
835
e3c5dd11
CY
8362010-03-12 Chong Yidong <cyd@stupidchicken.com>
837
838 * images/custom/down.xpm, images/custom/right.xpm: Update images
839 to increase contrast on bright backgrounds.
840
288f9fc0
CY
8412010-03-10 Chong Yidong <cyd@stupidchicken.com>
842
843 * Branch for 23.2.
844
d40a7570
GM
8452010-03-06 Glenn Morris <rgm@gnu.org>
846
847 * srecode/default.srt (COPYRIGHT): Update template copyright to GPLv3+.
848
324f60ef
GM
8492010-03-05 Glenn Morris <rgm@gnu.org>
850
851 * refcards/orgcard.tex: Use pdflayout.sty.
852 * refcards/Makefile (orgcard.pdf): Special rule no longer needed.
853
3bb1fc91
GM
8542010-03-02 Glenn Morris <rgm@gnu.org>
855
856 * refcards/Makefile: For cs- and sk-, use pdfcsplain if available.
857 (pl-refcard.pdf): Let presence of pdfmex be another test for the
858 required TeX files. Pass explicit output-format to tex command.
859 (orgcard.pdf): Use ps2pdf, since pdftex tends to produce a
860 portrait layout rather than the desired landscape.
861
09e98003
GM
8622010-03-01 Glenn Morris <rgm@gnu.org>
863
28a138be
GM
864 * refcards/pl-refcard.tex: Double forward-slashes in URL for Mex.
865
f9728733
GM
866 * refcards/de-refcard.tex: Fix paren typo.
867
2509f654
GM
868 * refcards/ru-refcard.tex: Rename \year command to \cyear, since
869 the former seems to be already used in some TeX installations.
870
09e98003
GM
871 * refcards/calccard.tex, refcards/cs-dired-ref.tex:
872 * refcards/cs-refcard.tex, refcards/cs-survival.tex:
873 * refcards/de-refcard.tex, refcards/dired-ref.tex:
874 * refcards/fr-dired-ref.tex, refcards/fr-refcard.tex:
875 * refcards/fr-survival.tex, refcards/orgcard.pdf:
876 * refcards/orgcard.tex, refcards/pl-refcard.tex:
877 * refcards/pt-br-refcard.tex, refcards/refcard.tex:
878 * refcards/ru-refcard.tex, refcards/sk-dired-ref.tex:
879 * refcards/sk-refcard.tex, refcards/sk-survival.tex:
880 * refcards/survival.tex, refcards/vipcard.tex:
881 * refcards/viperCard.tex: Update short copyright year to 2010.
882
183c7ef9
GM
8832010-02-26 Glenn Morris <rgm@gnu.org>
884
885 * tutorials/TUTORIAL.es, tutorials/TUTORIAL.pt_BR:
886 Fix some keybinding typos.
887
6fd060bf
CY
8882010-02-14 Chong Yidong <cyd@stupidchicken.com>
889
22adfe08
GM
890 * images/custom/down-pushed.xpm, images/custom/down.xpm:
891 * images/custom/right-pushed.xpm:
892 * images/custom/right-pushed.xpm: Increase height by four
6fd060bf
CY
893 pixels, to improve text alignment.
894
045b9da7
ML
8952010-01-16 Mario Lang <mlang@delysid.org>
896
897 * srecode/doc-cpp.srt, srecode/doc-default.srt:
898 * srecode/doc-java.srt: Remove duplicated words.
899
c30667d4
GM
9002010-01-14 Nick Roberts <nickrob@snap.net.nz>
901
22adfe08
GM
902 * images/gud/recstart.xpm, images/gud/recstop.xpm:
903 * images/gud/rcont.xpm, images/gud/rnext.xpm:
904 * images/gud/rfinish.xpm, images/gud/rnexti.xpm:
905 * images/gud/rstep.xpm, images/gud/rstepi.xpm:
c30667d4
GM
906 New icons for reverse debugging.
907
c2dd1910
JB
9082010-01-14 Juanma Barranquero <lekktu@gmail.com>
909
910 * srecode/doc-cpp.srt (function-comment, variable-same-line-comment)
911 (group-comment-start, group-comment-end):
912 * srecode/doc-default.srt (section-comment, function-comment)
913 (variable-same-line-comment, group-comment-start, group-comment-end):
914 * srecode/doc-java.srt (function-comment, variable-same-line-comment)
b762841f 915 (group-comment-start, group-comment-end):
c2dd1910
JB
916 Fix typos in template docstrings.
917
d9a7c140
KH
9182010-01-14 Kenichi Handa <handa@m17n.org>
919
920 * NEWS: Describe the change of auto-composition-mode.
921
893db5bc
GM
9222010-01-12 Glenn Morris <rgm@gnu.org>
923
924 * CONTRIBUTE, NEWS: Use bug-gnu-emacs rather than emacs-pretest-bug
925 for bug reports for development versions.
926
da14b7ca
JB
9272010-01-01 Juanma Barranquero <lekktu@gmail.com>
928
929 * NEWS: Fix typos.
930
5b94cf5f
GM
9312009-12-15 Glenn Morris <rgm@gnu.org>
932
d40084d1
GM
933 * CONTRIBUTE (Coding Standards): Update URL.
934 (Getting the Source Code): Other VCSs are available.
935
8a0d3b3f
GM
936 * ORDERS: Update some URLs.
937
5b94cf5f
GM
938 * edt-user.el: New file, split out from edt-user.doc.
939 * edt-user.doc: Split into edt-user.el and ../doc/misc/edt.texi,
940 and remove.
941
9bbd0cac
MA
9422009-12-09 Michael Albinus <michael.albinus@gmx.de>
943
944 * NEWS: Point to the external counterparts of su and sudo.
945
eb7799da
GM
9462009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
947
948 * images/mpc/add.xpm, images/mpc/ffwd.xpm, images/mpc/next.xpm:
949 * images/mpc/pause.xpm, images/mpc/play.xpm, images/mpc/prev.xpm:
950 * images/mpc/rewind.xpm, images/mpc/stop.xpm:
951 New images.
952
59ffcfc4
MA
9532009-11-27 Michael Albinus <michael.albinus@gmx.de>
954
955 * NEWS: New functions eshell/su and eshell/sudo.
956
1d5aaabd
KR
9572009-11-26 Kevin Ryde <user42@zip.com.au>
958
959 * MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki".
960 Aubrey Jaffer's texinfo R5RS moved to
961 http://groups.csail.mit.edu/mac/ftpdir/scm/r5rs.info.tar.gz
962 (per http://people.csail.mit.edu/jaffer/Scheme.html).
963
6a7ce3a2
JD
9642009-11-26 Jan Djärv <jan.h.d@swipnet.se>
965
966 * PROBLEMS: Mention Metacity hang on Emacs resize.
967
abbdc6a0
CY
9682009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
969
5c3ef352
CY
970 * PROBLEMS: Add workaround for Cygwin crash and remove fixed
971 rebasing problem.
abbdc6a0 972
637fa988
JD
9732009-11-17 Jan Djärv <jan.h.d@swipnet.se>
974
975 * NEWS: Mention dynamic font changes (font-use-system-font).
976
17673adf
CD
9772009-11-15 Carsten Dominik <dominik@u016822.science.uva.nl>
978
979 * refcards/orgcard.tex: Push version number to 6.33a.
980
a351880d
CD
9812009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
982
983 * refcards/orgcard.tex: Document the new archiving keys.
984
951802d0
CY
9852009-11-08 Chong Yidong <cyd@stupidchicken.com>
986
987 * compilation.txt: Add one more error message for msft (Bug#4100).
988
3aa8040c
KF
9892009-10-09 Karl Fogel <karl.fogel@red-bean.com>
990
991 * NEWS: Document bookmark.el at 2008-06-25T16:51:33Z!monnier@iro.umontreal.ca format upgrade. (Bug#3375)
992
9a03b2e1
MA
9932009-10-04 Michael Albinus <michael.albinus@gmx.de>
994
995 * NEWS: New function copy-directory.
996
c05676c5
CY
9972009-10-03 Chong Yidong <cyd@stupidchicken.com>
998
999 * srecode: New directory for SRecode template files.
1000
d3080264
MA
10012009-10-01 Michael Albinus <michael.albinus@gmx.de>
1002
1003 * NEWS: delete-directory has an optional parameter RECURSIVE.
1004
7006d207
CD
10052009-10-01 Carsten Dominik <dominik@u016822.science.uva.nl>
1006
1007 * refcards/orgcard.tex: New version number.
1008
8b15e920
MA
10092009-09-28 Michael Albinus <michael.albinus@gmx.de>
1010
1011 * NEWS: Mention Tramp connection methods "imap" and "imaps".
1012
3d994264
TZ
10132009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1014
ed9265fc 1015 * NEWS: Mention new library imap-hash.el.
3d994264 1016
1659ada0
JB
10172009-09-22 Juanma Barranquero <lekktu@gmail.com>
1018
1019 * NEWS: Mention new variable `help-downcase-arguments'
1020 and new default for arguments in *Help* buffers.
1021
8686ac71
JB
10222009-09-15 Juanma Barranquero <lekktu@gmail.com>
1023
1024 * NEWS: Mention new behavior of -Q and new variable
1025 `inhibit-x-resources'.
1026
b2d98113
CY
10272009-09-13 Chong Yidong <cyd@stupidchicken.com>
1028
1029 * PROBLEMS: Document Athena/Lucid internationalization
1030 problem (Bug#4333).
1031
6eb02347
CD
10322009-09-02 Carsten Dominik <dominik@u016822.science.uva.nl>
1033
1034 * refcards/orgcard.tex: Document new effort setting commands.
1035 Document the new keys for agenda time motion.
1036 Document the `E' key in the agenda.
1037
82e98df4
SM
10382009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * NEWS: Declare unibyte sessions obsolete.
1041
7284d47a
MA
10422009-08-28 Michael Albinus <michael.albinus@gmx.de>
1043
1044 * NEWS: Mention Tramp connection method "rsyncc" and variable
1045 `process-file-side-effects'.
1046
3c736e33
KH
10472009-08-13 Kenichi Handa <handa@m17n.org>
1048
1049 * NEWS: Mention the new coding systme `utf-8-hfs' and many
1050 functions for Unicode normalization.
1051
f10ce991
CY
10522009-08-09 CHENG Gao <chenggao@gmail.com>
1053
1054 * MORE.STUFF: Update Etags and Ispell URLs.
1055
5ce6e4f4 10562009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
e9b23a04
DD
1057
1058 * images/gud/all.xpm, images/gud/thread.xpm: New icons for
ed9265fc 1059 gdb-mi.el.
e9b23a04 1060
3bca7ca5
DN
10612009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1062
1063 * e/eterm-color.ti (msgr, u6, u7): New capabilities.
1064
aa16c75d
MA
10652009-08-02 Michael Albinus <michael.albinus@gmx.de>
1066
1067 * NEWS: Autorevert Tail mode works now for remote files.
1068
cabb1527
CY
10692009-07-26 Kevin Ryde <user42@zip.com.au>
1070
1071 * compilation.txt: Add Perl-Glib sample message.
1072
100b6355
KR
10732009-07-23 Ken Raeburn <raeburn@raeburn.org>
1074
1075 * NEWS: `load-in-progress' corruption fixed.
1076
0b5546d6
GM
10772009-07-21 Glenn Morris <rgm@gnu.org>
1078
1079 * refcards/cs-dired-ref.tex, refcards/dired-ref.tex:
1080 * refcards/fr-dired-ref.tex, refcards/sk-dired-ref.tex:
1081 * refcards/cs-refcard.tex, refcards/de-refcard.tex:
1082 * refcards/fr-refcard.tex, refcards/pl-refcard.tex:
1083 * refcards/pt-br-refcard.tex, refcards/refcard.tex:
1084 * refcards/ru-refcard.tex, refcards/sk-refcard.tex:
1085 * refcards/cs-survival.tex, refcards/fr-survival.tex:
1086 * refcards/sk-survival.tex, refcards/survival.tex:
1087 Remove version numbers that don't mean much. Instead, just use Emacs
1088 version and date. Use FSF URL rather than postal address.
1089
1090 * refcards/vipcard.tex (versionnumber, version): Remove.
1091 (versionemacs, versionvip): New.
1092 (copyrightnotice): Use FSF URL rather than postal address.
1093
1094 * refcards/viperCard.tex (versionnumber): Rename to versionviper.
1095 (versionemacs, versionxemacs): New.
1096 (version): Remove.
1097 (copyrightnotice): Use FSF URL rather than postal address.
1098
f3cc0ddb
GM
10992009-07-16 Glenn Morris <rgm@gnu.org>
1100
c2c847d2
GM
1101 * refcards/cs-dired-ref.tex, refcards/fr-dired-ref.tex:
1102 * refcards/sk-dired-ref.tex:
1103 Remove non-existent (?) bindings: w, C-u o, U, delete.
1104 Fix bindings: delete marked files = D, not X; flag garbage = % &, not &.
1105
f3cc0ddb
GM
1106 * refcards/gnus-refcard.tex: Condense a few sentences in order to
1107 make them fit on one line, and add some page breaks, to improve the
1108 layout in the pdfs.
1109
c1baf2d1
GM
11102009-07-15 Glenn Morris <rgm@gnu.org>
1111
1112 * refcards/dired-ref.tex: Change from A4 to letter paper.
1113 Remove non-existent (?) bindings: w, C-u o, U, delete.
1114 Fix bindings: delete marked files = D, not X; flag garbage = % &, not &.
1115 New: async shell command = &.
1116
1117 * refcards/gnus-refcard.tex (Copyright): Add 2009.
1118 (Notes): Add missing line-break.
1119 (Threading): Reword to fit on one line.
1120
1121 * refcards/calccard.tex (emacsversionnumber): Just use major version.
1122
1123 * refcards/Makefile (gnus-booklet.pdf): Use jobname rather than
1124 clobbering gnus-refcard.pdf.
1125 (clean): Remove .aux files.
31a9ab9d 1126 (gnus-logo.pdf): Remove rule, since this file is distributed.
c1baf2d1 1127
86b12161
KH
11282009-07-10 Kenichi Handa <handa@m17n.org>
1129
1130 * tutorials/TUTORIAL.ja: Reflect the latest change of TUTORIAL.
1131
4cbe53b4
GM
11322009-07-10 Kevin Ryde <user42@zip.com.au>
1133
1134 * compilation.txt: Fix names of some elements.
1135
45ea35bf
GM
11362009-07-08 Glenn Morris <rgm@gnu.org>
1137
1138 * tutorials/TUTORIAL: Standardize the way M-x commands are written:
1139 dashes inside command names, not spaces; spaces before <Return>.
1140 (Summary): Describe the new behavior of C-l.
1141 (Basic Cursor Control): Don't say that files "ought" to end in newlines.
1142 Try to distinguish scroll bar from fringes.
1143 You can also scroll with a wheel mouse.
1144 (If Emacs Stops Responding): Rename from "When Emacs is hung".
1145 (Inserting And Deleting): Continuation marks appear in the fringe.
1146 Clarify that deletion can be undone. Mention cut and paste, and
1147 the Glossary.
1148 (Files, Mode Line): Update mode-line format.
1149 (Extending The Command Set): Downplay C-z, since using Emacs on a
1150 text-only terminal is less common these days.
1151 (Searching): Incremental searching is no longer atypical.
1152 Downplay flow control issues, remove reference to deleted FAQ node.
1153 (Multiple Windows): Mention frames.
1154 (Multiple Frames): New section.
1155 (Getting More Help): Downplay C-h having a different binding.
1156 Don't say help is "on-line", since the meaning has changed.
1157 (More Features): Replace "on-line". Use C-h rather than F10 h.
1158 Say a little more about completion.
1159 (Conclusion): Don't mention C-z again here.
1160
3f1c6666
JD
11612009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1162
1163 * NEWS: Mention maximized.
1164
edb54f27
MA
11652009-06-30 Michael Albinus <michael.albinus@gmx.de>
1166
1167 * NEWS: Add "synce" connection method of Tramp.
1168
ac8b8fcd
MA
11692009-06-24 Michael Albinus <michael.albinus@gmx.de>
1170
1171 * NEWS: Add new connection methods of Tramp.
1172
aa4a9384
KH
11732009-06-24 Kenichi Handa <handa@m17n.org>
1174
1175 * charsets/stdenc.map: Re-generated.
1176
1177 * charsets/symbol.map: Re-generated.
1178
70243478
CY
11792009-06-21 Chong Yidong <cyd@stupidchicken.com>
1180
1181 * Branch for 23.1.
1182
043dfe24
AM
11832009-06-15 Alan Mackenzie <acm@muc.de>
1184
1185 * NEWS: Document changes to end-of-defun-function, clarifying
1186 entry for beginning-of-defun-function.
1187
d1d87851
BW
11882009-06-13 Bill Wohler <wohler@newt.com>
1189
1190 Release MH-E version 8.2.
1191
1192 * NEWS, MH-E-NEWS: Update for MH-E release 8.2.
1193
742c7b4c
KH
11942009-06-12 Kenichi Handa <handa@m17n.org>
1195
b643362c 1196 * HELLO: Use "/" instead of "," to separate independent words.
67cbe681 1197
742c7b4c
KH
1198 * charsets/*.map: All re-generated.
1199
12002009-06-08 Kenichi Handa <handa@m17n.org>
1201
1202 * HELLO: Downcase "suomi".
1203
74815974
WL
12042009-05-25 Werner Lemberg <wl@gnu.org>
1205
1206 * tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
1207 Use reformed Orthography.
1208 Minor improvements.
1209
ece53951
CY
12102009-05-19 Chong Yidong <cyd@stupidchicken.com>
1211
1212 * refcards/survival.tex: Add M-g M-g binding.
1213
1214 * refcards/survival.tex:
1215 * refcards/sk-survival.tex:
1216 * refcards/sk-refcard.tex:
1217 * refcards/sk-dired-ref.tex:
1218 * refcards/ru-refcard.tex:
1219 * refcards/pt-br-refcard.tex:
1220 * refcards/pl-refcard.tex:
1221 * refcards/fr-survival.tex:
1222 * refcards/fr-dired-ref.tex:
1223 * refcards/dired-ref.tex:
1224 * refcards/cs-survival.tex:
1225 * refcards/cs-refcard.tex:
1226 * refcards/cs-dired-ref.tex: Bump refcard version numbers to 23.
1227
a96da3ab
CY
12282009-05-15 Chong Yidong <cyd@stupidchicken.com>
1229
1230 * refcards/refcard.tex: Update Emacs version to 23.
1231
91ce9459
CY
12322009-05-15 Sven Joachim <svenjoac@gmx.de>
1233
da14b7ca
JB
1234 * refcards/de-refcard.tex: Merge changes from refcard.tex.
1235 Change `Paragraph' to `Absatz'.
91ce9459 1236
583ebd63
GM
12372009-04-09 Glenn Morris <rgm@gnu.org>
1238
1239 * MORE.STUFF: Update some urls. Remove dead links: eshell, expand,
1240 ffap, hideshow. Remove original whitespace, now in obsolete/.
1241 Remember and nXML are part of the distribution now.
1242
2d2db320
KH
12432009-03-13 Kenichi Handa <handa@m17n.org>
1244
1245 * NEWS: Add description for the argument change of
1246 `set-fontset-font' and `print-fontset'.
1247
bd6e492c
GM
12482009-02-25 Glenn Morris <rgm@gnu.org>
1249
1250 * MORE.STUFF: Mention Zile.
1251
a20878b6
MB
12522009-02-23 Miles Bader <miles@gnu.org>
1253
1254 * NEWS: Rename `system-process-attributes' to `process-attributes'.
1255
6766b10c
NR
12562009-02-19 Nick Roberts <nickrob@snap.net.nz>
1257
1258 * compilation.txt: Add entry for maven.
1259
f623f737
JB
12602009-02-14 Jay Belanger <jay.p.belanger@gmail.com>
1261
1262 * refcards/calccard.tex: Update version number.
1263 Mention Maxima mode.
1264
bec18736
DN
12652009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
1266
1267 * compilation.txt (gnu): Add an example for the "note" format.
1268
8c4fae51
JR
12692009-02-04 Jason Rumney <jasonr@gnu.org>
1270
1271 * PROBLEMS (CPP): Note problem with resource compiler of MSVC.
1272
2c015ae7
GM
12732009-02-02 Carsten Dominik <dominik@science.uva.nl>
1274
1275 * refcards/orgcard.tex: New version number.
1276
62e466d0
JB
12772009-01-28 Juanma Barranquero <lekktu@gmail.com>
1278
1279 * PROBLEMS (Windows): Add entry about TCC/4NT and App Paths keys.
1280
7ddb1b5f
CD
12812009-01-28 Carsten Dominik <dominik@science.uva.nl>
1282
1283 * refcards/orgcard.tex: New version number.
1284
3da3282e
CD
12852009-01-27 Carsten Dominik <dominik@science.uva.nl>
1286
1287 * refcards/orgcard.tex: New version number.
1288
be7ca044
KH
12892009-01-27 Kenichi Handa <handa@m17n.org>
1290
1291 * NEWS: New function `coding-sytem-from-name'.
1292
55e0839d
CD
12932009-01-25 Carsten Dominik <dominik@science.uva.nl>
1294
1295 * refcards/orgcard.tex: New year and version number.
1296 Document heading/item conversion commands.
1297 Document C-c RET in tables.
1298
cc2fc5a2
MA
12992009-01-03 Michael Albinus <michael.albinus@gmx.de>
1300
1301 * NEWS: Tramp supports IPv6 addresses.
1302
b6cb4cd5
CD
13032008-12-20 Carsten Dominik <dominik@science.uva.nl>
1304
1305 * refcards/orgcard.tex: Version number change.
1306
bde76d3e
EZ
13072008-12-19 Eli Zaretskii <eliz@gnu.org>
1308
1309 * PROBLEMS (MS-DOS): Document the problems on Vista.
1310
ed208c8a
CD
13112008-12-17 Carsten Dominik <dominik@science.uva.nl>
1312
1313 * refcards/orgcard.tex: Version number change.
1314
67df9cfb
CD
13152008-12-16 Carsten Dominik <dominik@science.uva.nl>
1316
1317 * refcards/orgcard.tex: Version number change.
1318
7c3cb0ab
DN
13192008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1320
1321 * MACHINES: SH3 is still supported.
1322
96c8522a
CD
13232008-12-07 Carsten Dominik <dominik@science.uva.nl>
1324
1325 * refcards/orgcard.tex: Version number update.
1326
0956be4f
JB
13272008-11-27 Juanma Barranquero <lekktu@gmail.com>
1328
1329 * NEWS: Fix typo. (Bug#1439)
1330
e45e3595
CD
13312008-11-12 Carsten Dominik <dominik@science.uva.nl>
1332
1333 * refcards/orgcard.tex: Document the extra yanking key.
1334
33198156
MH
13352008-11-08 Mark A. Hershberger <mah@everybody.org>
1336
1337 * compilation.txt (php): Add regexp for php error messages.
1338
d6c180c4
JB
13392008-10-24 Juanma Barranquero <lekktu@gmail.com>
1340
1341 * NEWS: New function `locate-user-emacs-file'.
1342
fac5dc61
DN
13432008-10-18 Ulrich Mueller <ulm@gentoo.org>
1344
1345 * MACHINES: Add section for SuperH.
1346
47ffc456
CD
13472008-10-12 Carsten Dominik <dominik@science.uva.nl>
1348
1349 * refcards/orgcard.tex: Add description for attachments, plus
1350 minor changes.
1351
13522008-07-24 Carsten Dominik <dominik@science.uva.nl>
1353
1354 * refcards/orgcard.tex: Minor fixes.
1355
29c068d1
DU
13562008-09-08 Daiki Ueno <ueno@unixuser.org>
1357
1358 * TODO: Remove the entry describing auto-encryption.
1359
3256a475
RC
13602008-08-26 Robert J. Chassell <bob@rattlesnake.com>
1361
10d1d0af 1362 * PROBLEMS: Prevent pasting a region twice on an xterm or rxvt in X.
3256a475 1363
5bd950ea
CY
13642008-08-23 Chong Yidong <cyd@stupidchicken.com>
1365
1366 * HELLO: Fix Javanese pun.
1367
f956beb6
BW
13682008-08-18 Bill Wohler <wohler@newt.com>
1369
1370 Release MH-E version 8.1.
10d1d0af 1371
f956beb6
BW
1372 * NEWS, MH-E-NEWS: Update for MH-E release 8.1.
1373
4e5a8be9
VJL
13742008-08-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1375
1376 * NEWS: Improve information about whitespace package.
1377
6d496c76
TZ
13782008-08-01 Teodor Zlatanov <tzz@lifelogs.com>
1379
1380 * NEWS: Add entries about the new auth-source integration and
1381 about the cyrillic-translit modifications.
1382
7ded3383
AR
13832008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
1384
1385 * Emacs.clr: Remove.
1386
7c2fb837
DN
13872008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1388
1389 * termcap.src: Remove file.
1390 * README:
1391 * PROBLEMS:
1392 * MACHINES: Remove VMS info.
1393
9e2a2647
DN
13942008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1395
1396 * PROBLEMS:
1397 * MACHINES: Remove mentions of Mac Carbon.
1398
355b422f
VJL
13992008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1400
1401 * NEWS: New function `diff-show-trailing-blanks' in diff-mode.el.
1402
b8454fe2
MA
14032008-07-24 Michael Albinus <michael.albinus@gmx.de>
1404
1405 * NEWS: Add xesam.el.
1406
2f56f788
VJL
14072008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1408
1409 * NEWS: Add information about whitespace package.
1410
15f54450
JL
14112008-07-19 Juri Linkov <juri@jurta.org>
1412
1413 * tutorials/TUTORIAL: Add information about C-g to the introduction.
1414
555b0992
JB
14152008-07-18 Francesc Rocher <rocher@member.fsf.org>
1416
1417 * images/splash8.xpm: Remove.
1418
ba60bd44 14192008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
06b62770
AR
1420
1421 * NEWS: Add entry about NS port.
1422
ba60bd44 14232008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
1424
1425 * Emacs.clr: New file, add support for X color names to NS display
1426 implementations.
1427
268207a3
JL
14282008-07-12 Juri Linkov <juri@jurta.org>
1429
1430 * HELLO: Use more correct IPA characters for English pronunciation.
1431 Add the combining acute accent after the accented vowel in the
1432 Russian example like it is used in dictionaries.
1433
3b48f0d2
KH
14342008-07-11 Kenichi Handa <handa@m17n.org>
1435
10d1d0af 1436 * HELLO: Change the Arabic words appearing in Non-ASCII examples to
3b48f0d2
KH
1437 iso-8859-6 characters.
1438
68548459
JB
14392008-07-02 Francesc Rocher <rocher@member.fsf.org>
1440
1441 * images/splash.png:
1442 * images/splash.svg:
1443 * images/gnus/gnus.png:
1444 * images/gnus/gnus.svg: New files.
1445
50542767
KH
14462008-06-25 Kenichi Handa <handa@m17n.org>
1447
1448 * NEWS: Mention string-to-unibyte.
1449
e9e70c43
MA
14502008-06-21 Michael Albinus <michael.albinus@gmx.de>
1451
1452 * NEWS: Tramp uses auth-source.
1453
203553fd
JPW
14542008-06-08 John Paul Wallington <jpw@pobox.com>
1455
68548459 1456 * NEWS: Document that `completion-ignore-case' is nil on MS-Windows.
203553fd 1457
23aaf52b
MO
14582008-05-19 Tom Tromey <tromey@redhat.com>
1459
1460 * NEWS: Mention directory-local variables.
1461
5525fa30
JL
14622008-05-11 Juri Linkov <juri@jurta.org>
1463
1464 * images/custom/README:
1465 * images/custom/down.xpm:
1466 * images/custom/down-pushed.xpm:
1467 * images/custom/right.xpm:
1468 * images/custom/right-pushed.xpm: New files.
1469
db86064f
ER
14702008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
1471
1472 * NEWS: Support for Meta-CVS removed.
1473
ba82b36e
NR
14742008-05-05 Nick Roberts <nickrob@snap.net.nz>
1475
1476 * compilation.txt: Add regexp for Open Watcom compiler output.
1477
e405fa5f
RS
14782008-05-04 Reiner Steib <reiner.steib@gmx.de>
1479
1480 * NEWS: Reword previous commit.
1481 * NEWS.22: Document removal of duplicated "alt-" input methods.
1482
14832008-05-03 Glenn Morris <rgm@gnu.org>
1484
1485 * NEWS: Document removal of duplicated "alt-" input methods.
1486
1cb33438
GM
14872008-04-26 Glenn Morris <rgm@gnu.org>
1488
1489 * forms-d2.dat: Move here from ../lisp.
1490
312082e9
JR
14912008-04-06 Jason Rumney <jasonr@gnu.org>
1492
1493 * HELLO (Burmese): Rename from Myanmar.
1494
e652d4d3
RS
14952008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
1496
1497 * GNUS-NEWS (incoming mail files): Add version.
1498
bd6b0b01
RS
14992008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
1500
5bc6ddff
MB
1501 * tutorials/TUTORIAL.de: Remove even more discussion of flow
1502 control. Refer to node name `Init Rebinding' instead of title.
1503
28a16a1b
CD
15042008-03-13 Carsten Dominik <dominik@science.uva.nl>
1505
1506 * refcards/orgcard.tex: Minor fixes.
1507
4d2d106e
CY
15082008-03-12 Chong Yidong <cyd@stupidchicken.com>
1509
5bc6ddff
MB
1510 * tutorials/TUTORIAL, tutorials/TUTORIAL.fr, tutorials/TUTORIAL.ro:
1511 * tutorials/TUTORIAL.bg, tutorials/TUTORIAL.it, tutorials/TUTORIAL.ru:
1512 * tutorials/TUTORIAL.cn, tutorials/TUTORIAL.ja, tutorials/TUTORIAL.sk:
1513 * tutorials/TUTORIAL.cs, tutorials/TUTORIAL.ko, tutorials/TUTORIAL.sl:
1514 * tutorials/TUTORIAL.de, tutorials/TUTORIAL.nl, tutorials/TUTORIAL.sv:
1515 * tutorials/TUTORIAL.eo, tutorials/TUTORIAL.pl, tutorials/TUTORIAL.th:
1516 * tutorials/TUTORIAL.es, tutorials/TUTORIAL.pt_BR:
1517 Remove discussion of flow control.
4d2d106e 1518
85efdcf3
JB
15192008-03-12 Juanma Barranquero <lekktu@gmail.com>
1520
1521 * NEWS: Describe linum.el.
1522
cf358568
GM
15232008-03-11 Glenn Morris <rgm@gnu.org>
1524
1525 * images/icons/hicolor/128x128/apps/emacs.png:
1526 * images/icons/hicolor/16x16/apps/emacs.png:
1527 * images/icons/hicolor/24x24/apps/emacs.png:
1528 * images/icons/hicolor/32x32/apps/emacs.png:
1529 * images/icons/hicolor/48x48/apps/emacs.png:
1530 * images/icons/hicolor/scalable/apps/emacs.svg:
1531 * images/icons/hicolor/scalable/mimetypes/emacs-document.svg:
1532 Remove `creator' metadata.
1533
880820fe 15342008-03-06 Jan Djärv <jan.h.d@swipnet.se>
e8db5c59
JD
1535
1536 * images/README: Update with bookmark_add.
1537
cf358568 1538 * images/bookmark_add.pbm, images/bookmark_add.xpm: New files.
e8db5c59 1539
7b7b316e
DN
15402008-03-03 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
1541
67ab2045
JR
1542 * images/icons/hicolor/32x32/apps/emacs.png: Make transparency 8 bit.
1543 * images/icons/hicolor/scalable/mimetypes/emacs-document.svg: New file.
7b7b316e
DN
1544 * images/icons/hicolor/scalable/apps/emacs.svg: Fix format.
1545
8298ed37
GM
15462008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com>
1547
1548 * images/icons/hicolor/16x16/apps/emacs22.png:
1549 * images/icons/hicolor/24x24/apps/emacs22.png:
1550 * images/icons/hicolor/32x32/apps/emacs22.png:
1551 * images/icons/hicolor/48x48/apps/emacs22.png: New files.
1552 These are the old versions of `emacs.png' under a new name.
1553
c9cc6462
DN
15542008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
1555
1556 * images/icons/README: Update info for the icons.
1557
1558 * images/icons/emacs16_mac.png:
1559 * images/icons/emacs24_mac.png:
1560 * images/icons/emacs256_mac.png:
1561 * images/icons/emacs32_mac.png:
1562 * images/icons/emacs48_mac.png:
8298ed37 1563 * images/icons/emacs512_mac.png: Remove.
c9cc6462
DN
1564
1565 * images/icons/hicolor/16x16/apps/emacs.png:
1566 * images/icons/hicolor/24x24/apps/emacs.png:
1567 * images/icons/hicolor/32x32/apps/emacs.png:
1568 * images/icons/hicolor/48x48/apps/emacs.png: New icon.
1569
1570 * images/icons/hicolor/scalable/apps/emacs.svg:
1571 * images/icons/hicolor/128x128/apps/emacs.png: New files.
1572
143cecdb
RS
15732008-02-26 Reiner Steib <Reiner.Steib@gmx.de>
1574
1575 * NEWS (Gnus): Mention problem with coding system `utf-8-emacs'
1576 when using different Emacs versions.
1577
880820fe 15782008-02-25 Jan Djärv <jan.h.d@swipnet.se>
28bcb349 1579
51fb064b
MB
1580 * NEWS.22: Mention stock icons for Gtk+.
1581
19095422
KH
15822008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
1583
4a4bdfc7 1584 * NEWS: Mention the new language environments Bengali, Punjabi,
19095422
KH
1585 Gujarati, Oriya, Telugu, Sinhala. Mention the removal of features
1586 devanagari, devan-util, kannada, knd-util, malayalam, mlm-util,
1587 tamil, and tml-util.
1588
607d3be2
MO
15892008-02-22 Michael Olson <mwolson@gnu.org>
1590
1591 * NEWS: Describe nXML mode and json.el.
1592
6a6b4d7d
KH
15932008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
1594
4a4bdfc7
JB
1595 * NEWS: Improve the description about the removal of cp-...-codepage
1596 functions. Describe the removal of the feature `devan-util'.
6a6b4d7d 1597
027cd644
GM
15982008-02-21 Glenn Morris <rgm@gnu.org>
1599
1600 * NEWS.unicode: Merge into NEWS and remove file.
1601
3d8c4938
KH
16022008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
1603
1604 * NEWS.unicode: Mention the removal of codepage related functions.
1605
1f7bdd6f
GM
16062008-02-16 Glenn Morris <rgm@gnu.org>
1607
1608 * nxml/test-invalid.xml, nxml/test-valid.xml: Move here from lisp/nxml.
1609 Rename from "test." to "test-" for doschk.
1610
c6588a85
MO
16112008-02-10 Daiki Ueno <ueno@unixuser.org>
1612
1613 * NEWS: Clarify EasyPG functionalities.
1614
f34cec5c
EZ
16152008-02-09 Eli Zaretskii <eliz@gnu.org>
1616
b03f96dc
MB
1617 * tutorials/TUTORIAL.ru: Remove redundant empty lines, insert a
1618 magic line instead.
1619
880820fe 16202008-02-08 Jan Djärv <jan.h.d@swipnet.se>
7b476dbe
JD
1621
1622 * NEWS: Mention XEmbed and --parent-id.
1623
4b01af2e
MO
16242008-02-08 Daiki Ueno <ueno@unixuser.org>
1625
1626 * NEWS: Mention EasyPG.
1627
ee2502fa
EZ
16282008-02-02 Eli Zaretskii <eliz@gnu.org>
1629
85efdcf3
JB
1630 * tutorials/TUTORIAL.ru: Restore copyright years. Update tutorial.
1631 Fix wording.
ee2502fa 1632
aca7a3d2
MB
16332008-02-02 Kenichi Handa <handa@ni.aist.go.jp>
1634
19095422 1635 * HELLO: Add Bengali, Gujarati, Khmer, Myanmar, Oriya, Sinhala,
10d1d0af 1636 Telugu. Fix ISO-2022 designations in Cantonese line.
aca7a3d2 1637
f78b3baf 16382008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1639
fe7a3057 1640 * HELLO: Remove non-Unicode character from Tibetan text.
aca7a3d2 1641
f78b3baf 16422008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
1643
1644 * TODO, PROBLEMS, NEWS: Replace references to Emacs version "22"
1645 with "23".
1646
f78b3baf 16472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1648
1649 * charsets: New directory for charset mapping tables.
1650
1651 * charsets/README: New file.
1652
1653 * charsets/*.map: New files.
1654
f78b3baf 16552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1656
1657 * HELLO: Change "Hindi" to more common characters.
1658
f78b3baf 16592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1660
bcc891c2
GM
1661 * HELLO: Fix upcase and downcase for several languages.
1662 Change the two German lines into one. Change "Nederlangs" to
1663 "Dutch (Nederlands)". Add original language names to several entries.
aca7a3d2 1664
f78b3baf 16652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1666
b03f96dc 1667 * tutorials/TUTORIAL.es: Add local variable coding: latin-1.
aca7a3d2 1668
f78b3baf 16692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1670
bcc891c2 1671 * HELLO: Change indian-2-column chars of Hindi line to Unicode chars.
aca7a3d2 1672
f78b3baf 16732008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
1674
1675 * HELLO: Add pseudo-maths example.
1676
f05c591d
CY
16772008-01-31 Alex Ott <alexott@gmail.com>
1678
1679 * tutorials/TUTORIAL.ru: Update tutorial.
1680
5e56b3fb
MO
16812008-01-25 Michael Olson <mwolson@gnu.org>
1682
1683 * ERC-NEWS: Update for ERC 5.3 release candidate.
1684
1966aa84
JB
16852008-01-22 Juanma Barranquero <lekktu@gmail.com>
1686
1687 * DEVEL.HUMOR: New entry.
1688
dbc28aaa
CD
16892008-01-18 Carsten Dominik <dominik@science.uva.nl>
1690
1691 * refcards/orgcard.tex: Update to Org-mode version 5.19.
1692
bb9f7948
EZ
16932008-01-12 Eli Zaretskii <eliz@gnu.org>
1694
1695 * MACHINES: Add an explicit list of platforms that are no longer
1696 supported.
1697 * NEWS: Refer to this list.
1698
6c5a8964
GM
16992008-01-08 Glenn Morris <rgm@gnu.org>
1700
7de6767d
GM
1701 * refcards/calccard.tex, refcards/cs-dired-ref.tex:
1702 * refcards/cs-refcard.tex, refcards/cs-survival.tex:
1703 * refcards/de-refcard.tex, refcards/dired-ref.tex:
1704 * refcards/fr-drdref.tex, refcards/fr-refcard.tex:
1705 * refcards/fr-survival.tex, refcards/gnus-refcard.tex:
1706 * refcards/orgcard.tex, refcards/pl-refcard.tex:
1707 * refcards/pt-br-refcard.tex, refcards/refcard.tex:
1708 * refcards/ru-refcard.tex, refcards/sk-dired-ref.tex:
1709 * refcards/sk-refcard.tex, refcards/sk-survival.tex:
1710 * refcards/survival.tex, refcards/vipcard.tex:
1711 * refcards/viperCard.tex: Update printed copyright year to 2008.
6c5a8964 1712
049dcb6f
GM
17132008-01-08 Kevin Ryde <user42@zip.com.au>
1714
1715 * compilation.txt (perl): Add a "during global destruction" sample.
1716
f3041af1
DN
17172008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1718
1719 * PROBLEMS:
1720 * MACHINES: Remove references to systems not supported anymore.
1721
d35e1cd7
DN
17222008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1723
1724 * MACHINES: Remove Masscomp.
1725
1c884795
DN
17262008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
1727
1728 * images/icons/emacs_16.png, images/icons/emacs_24.png
1729 * images/icons/emacs_32.png, images/icons/emacs_48.png: Rename to
1966aa84 1730 hicolor/16x16/apps/emacs.png, hicolor/24x24/apps/emacs.png,
1c884795
DN
1731 hicolor/32x32/apps/emacs.png and hicolor/48x48/apps/emacs.png.
1732
1733 * images/icons/README (Author): Update for renaming.
1734
1735 * emacs.desktop (Icon): Update icon name.
1736
243d547c
EZ
17372007-12-15 Eli Zaretskii <eliz@gnu.org>
1738
0afd5f04
EZ
1739 The following files renamed to avoid file-name clashes in
1740 8+3 (a.k.a. DOS) namespace:
1741
30361fee
EZ
1742 * schema/xhtml-basic-form.rnc: Renamed to xhtml-bform.rnc.
1743 * schema/xhtml-basic-table.rnc: Renamed to xhtml-btable.rnc.
1744 * schema/xhtml-list.rnc: Renamed to xhtml-lst.rnc.
1745 * schema/xhtml-target.rnc: Renamed to xhtml-tgt.rnc.
1746 * schema/xhtml-style.rnc: Renamed to xhtml-xstyle.rnc.
1747 * schema/xhtml-form.rnc, schema/xhtml-table.rnc, schema/xhtml.rnc:
1748 Updated accordingly.
1749
e7bdf123 1750 * schema/docbook-dyntbl.rnc, schema/docbook-soextbl.rnc: Renamed to
30361fee
EZ
1751 docbk-dyntbl.rnc and docbk-soextbl.rnc, respectively.
1752
243d547c
EZ
1753 * images/icons/macemacs_16.png, images/icons/macemacs_24.png:
1754 * images/icons/macemacs_32.png, images/icons/macemacs_48.png:
1755 * images/icons/macemacs_256.png, images/icons/macemacs_512.png:
1756 Renamed to emacs16_mac.png, emacs24_mac.png, emacs32_mac.png,
1757 emacs48_mac.png, emacs256_mac.png, and emacs512_mac.png,
0afd5f04 1758 respectively.
243d547c 1759
97fdf31e 17602007-12-08 Ulrich Mueller <ulm@gentoo.org> (tiny change)
d65f0593
DN
1761
1762 * emacs.desktop (Exec, Icon, Categories): Fix entries.
1763
cf944fa4
RS
17642007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1765
1766 * NEWS: Add minimal Gnus item.
1767
e10fe1cb
DN
17682007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1769
1770 * emacs.desktop: New file.
1771
5adb5026 17722007-11-30 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
fb87d8de
GM
1773
1774 * images/icons/macemacs_16.png, images/icons/macemacs_24.png:
1775 * images/icons/macemacs_32.png, images/icons/macemacs_48.png:
1776 * images/icons/macemacs_256.png, images/icons/macemacs_512.png:
1777 New files.
1778
6d4ca4d2
GM
17792007-11-28 Glenn Morris <rgm@gnu.org>
1780
1781 * nxml/: New directory, moved here from lisp/nxml/char-name/unicode.
d98a6328 1782 * nxml/README: New file.
6d4ca4d2 1783
e3b0153a
GM
17842007-11-24 Glenn Morris <rgm@gnu.org>
1785
1786 * images/gnus/mail_send.xpm: Rename to mail-send.xpm.
1787
8cd39fb3
MH
17882007-11-23 Mark A. Hershberger <mah@everybody.org>
1789
ac97a16b
MH
1790 * NXML-NEWS: New File.
1791
8cd39fb3
MH
1792 * schema: Initial merge of nxml.
1793
880820fe 17942007-11-22 Francesco Potortì <pot@gnu.org>
20f123b4
FP
1795
1796 * NEWS: etags: the --members option is now the default.
1797
fe22da3c
GM
17982007-11-22 Glenn Morris <rgm@gnu.org>
1799
1800 * images/smilies/grayscale/README, images/smilies/medium/README:
1801 New files.
1802
afefed62
VJL
18032007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1804
1805 * compilation.txt: Add new entries: compilation-perl--Pod::Checker,
1806 compilation-perl--Test, compilation-perl--Test::Harness and
1807 compilation-weblint.
1808
07e5c0b0
DN
18092007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1810
1811 * MACHINES: Remove Sun windows info.
1812
15f3eb73
MO
18132007-10-30 Michael Olson <mwolson@gnu.org>
1814
1815 * NEWS: Add entry for Remember Mode.
1816
f930e1a4
GM
18172007-10-29 Glenn Morris <rgm@gnu.org>
1818
1819 * refcards/gnus-refcard.tex: Restore Feb 2007 copyright
1820 clarifications lost in update to Gnus trunk.
1821
880820fe 18222007-10-28 Adam Sjøgren <asjo@koldfront.dk>
a352dec1 1823
a61646e1
GM
1824 * images/smilies/grayscale/blink.xpm:
1825 * images/smilies/grayscale/braindamaged.xpm
1826 * images/smilies/grayscale/cry.xpm, images/smilies/grayscale/dead.xpm:
1827 * images/smilies/grayscale/evil.xpm:
1828 * images/smilies/grayscale/forced.xpm:
1829 * images/smilies/grayscale/frown.xpm, images/smilies/grayscale/grin.xpm:
1830 * images/smilies/grayscale/indifferent.xpm:
1831 * images/smilies/grayscale/reverse-smile.xpm:
1832 * images/smilies/grayscale/sad.xpm, images/smilies/grayscale/smile.xpm:
1833 * images/smilies/grayscale/wry.xpm: New larger grayscale smileys.
1834
1835 * images/smilies/medium/blink.xpm:
1836 * images/smilies/medium/braindamaged.xpm, images/smilies/medium/cry.xpm:
1837 * images/smilies/medium/dead.xpm, images/smilies/medium/evil.xpm:
1838 * images/smilies/medium/forced.xpm, images/smilies/medium/frown.xpm:
1839 * images/smilies/medium/grin.xpm, images/smilies/medium/indifferent.xpm:
1840 * images/smilies/medium/reverse-smile.xpm:
1841 * images/smilies/medium/sad.xpm, images/smilies/medium/smile.xpm:
1842 * images/smilies/medium/wry.xpm: New colorful smileys.
a352dec1 1843
b6675b2d
MO
18442007-10-29 Michael Olson <mwolson@gnu.org>
1845
1846 * ERC-NEWS: Update for recent change.
1847
2697297f
JB
18482007-10-27 Juanma Barranquero <lekktu@gmail.com>
1849
1850 * .cvsignore: Add *.pyc.
1851
d88da39a
JY
18522007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
1853
1854 * ses-example.ses: Get rid of silly life-universe-everything local
1855 variable. `symbolic-formulas' is now `ses--symbolic-formulas'.
1856
a8d7b1a0
JB
18572007-10-24 Juanma Barranquero <lekktu@gmail.com>
1858
1859 * NEWS: Mention desktop locking.
1860
4a11b6b5
ER
18612007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1862
1863 * NEWS: Explain the VC fileset changes a bit better.
1864
8b6f62fc
GM
18652007-09-28 Glenn Morris <rgm@gnu.org>
1866
1867 * PROBLEMS: Mention Tex superscript font issue.
1868
d87b5ced
JB
18692007-09-25 Johannes Weiner <hannes@saeurebad.de>
1870
1871 * NEWS: Fix typo.
1872
a0e0e2db
GM
18732007-09-24 Glenn Morris <rgm@gnu.org>
1874
1875 * CONTRIBUTE: Remove information on maintaining copyright years;
1876 it does not belong here and is in admin/notes anyway.
1877
c3f01f42
GM
18782007-09-24 Adam Hupp <adam@hupp.org>
1879
1880 * emacs.py: Split for python 2 and python 3 compatibility.
1881 * emacs2.py: New file, split off from emacs.py.
1882 * emacs3.py: New file, python 3 version of emacs2.py.
1883
44f9ac8a
GM
18842007-09-21 Glenn Morris <rgm@gnu.org>
1885
1886 * emacstool.1: Remove file.
6f022c19 1887 * emacs.bash: Adapt for removal of emacstool.
ac3afa5a 1888 * emacs.csh: Remove emacstool-related code.
44f9ac8a 1889
4a155610
GM
18902007-09-16 Glenn Morris <rgm@gnu.org>
1891
1892 * gfdl.1: Remove unused file.
1893
0d75dcc8
GM
18942007-09-12 Glenn Morris <rgm@gnu.org>
1895
1896 * Makefile (SOURCES, unlock, relock): Delete.
1897
880820fe 18982007-09-10 Michaël Cadilhac <michael@cadilhac.name>
f664fee9
MC
1899
1900 * NEWS: Document the interactive specification for C functions.
1901 Say that `set-file-modes' is now interactive.
1902
c10b0597
MO
19032007-09-10 Michael Olson <mwolson@gnu.org>
1904
1905 * ERC-NEWS: Improve description of erc-tls and erc-ssl change.
1906
67bd779a
JL
19072007-09-09 Juri Linkov <juri@jurta.org>
1908
1909 * AUTHORS, CONTRIBUTE: New files, moved here from the root dir.
1910
526dc846
MO
19112007-09-08 Michael Olson <mwolson@gnu.org>
1912
d87b5ced 1913 * ERC-NEWS: Update for changes to the development version of ERC 5.3.
526dc846 1914
fb6794d5
GM
19152007-09-06 Glenn Morris <rgm@gnu.org>
1916
1917 * ctags.1, emacs.1, emacsclient.1, etags.1: Move from etc/ to
1918 doc/man/.
1919
1920 * refcards/README: Also mention gnus-logo.pdf license.
1921
223afe64
CD
19222007-08-30 Carsten Dominik <dominik@science.uva.nl>
1923
1924 * NEWS.22 (Note): Lower-case for orgtbl-mode.
1925
880820fe 19262007-08-29 Jan Djärv <jan.h.d@swipnet.se>
2e3695d2
JD
1927
1928 * NEWS: Say that Gtk+ build uses stock icons.
1929
23e2b39d
WL
19302007-08-28 Werner LEMBERG <wl@gnu.org>
1931
1932 * refcards/de-refcard.tex, refcards/de-refcard.pdf: Use `C-M-%'
1933 instead of `M-x query-replace-regexp'.
1934
4b340319
YM
19352007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1936
1937 * PROBLEMS (Mac OS X): Add alternative workaround for QuickTime
1938 updater breakage.
1939
880820fe 19402007-08-26 Michaël Cadilhac <michael@cadilhac.name>
8fb9a9b6 1941
c0dadae9
MC
1942 * NEWS: Say that PDF files are now the default for refcards.
1943
7de6767d
GM
1944 * refcards/fr-drdref.tex, refcards/fr-drdref.pdf: Move these to...
1945 * refcards/fr-dired-ref.tex, refcards/fr-dired-ref.pdf: ... those names.
ea404efc 1946
8fb9a9b6
MC
1947 * refcards/pdflayout.sty: New. Handle PDF layouts through
1948 \pdfpagewidth and \pdfpageheight.
1949
7de6767d
GM
1950 * refcards/calccard.pdf, refcards/cs-dired-ref.pdf:
1951 * refcards/cs-refcard.pdf, refcards/de-refcard.pdf:
1952 * refcards/dired-ref.pdf, refcards/fr-drdref.pdf:
1953 * refcards/fr-refcard.pdf, refcards/gnus-booklet.pdf:
1954 * refcards/gnus-logo.pdf, refcards/gnus-refcard.pdf:
1955 * refcards/orgcard.pdf, refcards/pl-refcard.pdf:
1956 * refcards/pt-br-refcard.pdf, refcards/refcard.pdf:
1957 * refcards/ru-refcard.pdf, refcards/sk-dired-ref.pdf:
1958 * refcards/sk-refcard.pdf: Add PDF versions of the refcards.
1959
1960 * refcards/calccard.ps, refcards/cs-dired-ref.ps:
1961 * refcards/cs-refcard.ps, refcards/de-refcard.ps, refcards/dired-ref.ps:
1962 * refcards/fr-drdref.ps, refcards/fr-refcard.ps:
1963 * refcards/gnus-booklet.ps, refcards/gnus-logo.ps:
1964 * refcards/gnus-refcard.ps, refcards/orgcard.ps, refcards/pl-refcard.ps:
1965 * refcards/pt-br-refcard.ps, refcards/refcard.ps:
1966 * refcards/ru-refcard.ps, refcards/sk-dired-ref.ps:
1967 * refcards/sk-refcard.ps: Remove the PS versions of the refcards.
1968
1969 * refcards/calccard.tex, refcards/fr-survival.tex, refcards/orgcard.tex:
1970 * refcards/pl-refcard.tex, refcards/pt-br-refcard.tex:
1971 * refcards/refcard.tex, refcards/survival.tex, refcards/vipcard.tex:
1972 * refcards/viperCard.tex: Specify PDF layout,
1973 use a PDF `compile-command' local variable.
1974
1975 * refcards/cs-dired-ref.tex, refcards/cs-refcard.tex:
1976 * refcards/cs-survival.tex, refcards/dired-ref.tex:
1977 * refcards/fr-drdref.tex, refcards/sk-dired-ref.tex:
1978 * refcards/sk-refcard.tex, refcards/sk-survival.tex:
8fb9a9b6
MC
1979 Specify PDF layout.
1980
7de6767d
GM
1981 * refcards/fr-refcard.tex: Update copyright notice.
1982 Update the examples. Fix a typo. Remove the `letterpaper' counter,
1983 specify PDF layout, use a PDF `compile-command' local variable.
8fb9a9b6 1984
7de6767d
GM
1985 * refcards/de-refcard.tex: Remove the `letterpaper' counter,
1986 specify PDF layout, use a PDF `compile-command' local variable.
8fb9a9b6 1987
7de6767d 1988 * refcards/ru-refcard.tex: Use a PDF `compile-command' local variable.
8fb9a9b6 1989
7de6767d
GM
1990 * refcards/Makefile: Add rules for creating the refcards in PDF,
1991 make them the default. Change `fr-drdref' to `fr-dired-ref'.
8fb9a9b6 1992
08039aa2
GM
19932007-08-23 Glenn Morris <rgm@gnu.org>
1994
1995 * Makefile (mostlyclean, clean, distclean, maintainer-clean):
1996 Delete these targets since nothing uses them.
1997 (SOURCES): Update.
1998 Move comments to e/README. Remove license from now-trivial file.
1999
2000 * e/README: New file, with most information formerly in Makefile.
2001
1af74d06
MB
20022007-09-05 Jason Rumney <jasonr@gnu.org>
2003
2004 * NEWS.22: Mention focus-follows-mouse change.
2005
3baad51b
KB
20062007-08-22 Karl Berry <karl@gnu.org>
2007
7de6767d 2008 * refcards/refcard.tex: Updates for printing.
d87b5ced 2009 (\versionyear): Update to 2007.
bbf908bc 2010 (\copyrightnotice): Modify or unmodified ok.
d87b5ced 2011 (Simple Customization): Don't use goto-line, since now it's bound.
fe6b2fd0 2012 Also, use now-preferred (kbd ...) syntax.
3baad51b 2013
6c5d503f
MA
20142007-08-22 Michael Albinus <michael.albinus@gmx.de>
2015
2016 * NEWS: `shell' prompts for the default directory if called with a
2017 prefix and `default-directory' is a remote file name.
2018
45196e0b
GM
20192007-08-22 Glenn Morris <rgm@gnu.org>
2020
2021 * tree-widget: Move this directory into images/ subdirectory.
2022
a523f0c7 2023 * refcards/: New directory. Move refcards here.
86965385
GM
2024 * Makefile: Move refcard rules from here...
2025 * refcards/Makefile: ...to here.
9f56b5ee
GM
2026 * README: Move information about tex files from here...
2027 * refcards/README: ...to here.
a523f0c7 2028
d87b5ced 2029 * tutorials/: New directory. Move TUTORIAL* here.
38f37c0f
GM
2030
2031 * gnus.pbm, letter.pbm, letter.xpm:
2032 * splash.pbm, splash.xpm, splash8.xpm: Move from etc/ to etc/images/.
5511c2e6
GM
2033 * README: Move license information for the above files from here...
2034 * images/README: ...to here.
2035
7de6767d
GM
20362007-08-22 Carsten Dominik <dominik@science.uva.nl>
2037
2038 * orgcard.tex: Version number upgrade.
2039
0b964e14
GM
20402007-08-14 Glenn Morris <rgm@gnu.org>
2041
2042 * NEWS: Mention `bad-packages-alist'.
2043
cfbe2731
GM
20442007-08-08 Glenn Morris <rgm@gnu.org>
2045
2046 * TODO: `iff' item is dealt with.
2047 * GNUS-NEWS, NEWS, NEWS.1-17, NEWS.19, NEWS.21: Replace `iff'.
2048
dbcbec02
GM
20492007-08-01 Glenn Morris <rgm@gnu.org>
2050
2051 * NEWS: Add fortran-line-length, plus some more sections.
2052
cacc7b51
GM
20532007-07-25 Glenn Morris <rgm@gnu.org>
2054
4227cc48 2055 * Relicense all FSF files to GPLv3 or later.
cacc7b51
GM
2056
2057 * COPYING: Switch to GPLv3.
2058
6dbe7eb4
MA
20592007-07-24 Michael Albinus <michael.albinus@gmx.de>
2060
2061 * NEWS: New functions `start-file-process-shell-command' and
2062 `process-file-shell-command'.
2063
41bd52f7
MA
20642007-07-17 Michael Albinus <michael.albinus@gmx.de>
2065
2066 * NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.
2067
36ae4ff7
KF
20682007-07-15 Karl Fogel <kfogel@red-bean.com>
2069
2070 * NEWS: Revert 2007-07-13T23:20:21Z!kfogel@red-bean.com, which
2071 documented bookmark keybinding changes that were later reverted.
2072
880820fe 20732007-07-14 Jan Djärv <jan.h.d@swipnet.se>
a3475659
JD
2074
2075 * PROBLEMS: Mention gtk-engines-qt problem.
2076
488eebbd
KF
20772007-07-13 Karl Fogel <kfogel@red-bean.com>
2078
2079 * NEWS: Update for recent bookmark keybinding changes.
2080
cc213f24
MA
20812007-07-10 Michael Albinus <michael.albinus@gmx.de>
2082
2083 * NEWS: Add Tramp and comint-mode changes.
2084
64639e26
MA
20852007-07-08 Michael Albinus <michael.albinus@gmx.de>
2086
2087 * NEWS: `file-remote-p' has a new optional parameter CONNECTED.
2088
b2b387f9
MA
20892007-07-07 Michael Albinus <michael.albinus@gmx.de>
2090
2091 * NEWS: New function `start-file-process'.
2092
386477e3
CD
20932007-07-02 Carsten Dominik <dominik@science.uva.nl>
2094
ed9265fc 2095 * orgcard.tex: Version 5.01.
386477e3 2096
03605a28
MA
20972007-06-27 Michael Albinus <michael.albinus@gmx.de>
2098
2099 * NEWS: `dired-call-process' has been removed.
2100
5b8ffa11
GM
21012007-06-20 Glenn Morris <rgm@gnu.org>
2102
2103 * NEWS: configure prefers libgif over libungif.
2104
f2f6e8df
NR
21052007-06-14 Nick Roberts <nickrob@snap.net.nz>
2106
2107 * NEWS: Mention mouse highlighting in a GNU/Linux console.
2108
2c341244
WL
21092007-06-14 Werner Lemberg <wl@gnu.org>
2110
2111 * emacs.1: Completely revised.
2112 Fix many typographical glitches.
2113 Updated to handle current state of options and resources.
2114
7a9a50d8
GM
21152007-06-12 Glenn Morris <rgm@gnu.org>
2116
2117 * NEWS: Change bug address. Add back +++/--- note.
2118 Use present tense for X-toolkit entry. Mention libgif.
2119
236a4178
GM
21202007-06-07 Mark H. Weaver <mhw@netris.org> (tiny change)
2121
2122 * NEWS (set-mark-command-repeat-pop): Fix duplicate entry.
2123
70bb6a65
GM
21242007-06-07 Michael Olson <mwolson@gnu.org>
2125
2126 * MORE.STUFF: Update eshell URL.
2127
31e5288c
CD
21282007-06-06 Carsten Dominik <dominik@science.uva.nl>
2129
2130 * orgcard.tex: Version 4.77.
2131
7253ac49
MA
21322007-06-05 Michael Albinus <michael.albinus@gmx.de>
2133
2134 * NEWS: Add socks.el as new package.
2135
6ee20a68
TTN
21362007-06-02 Thien-Thi Nguyen <ttn@gnuvola.org>
2137
2138 * MORE.STUFF (Hideshow): Delete.
2139 (EDB, Go in a buffer): Update urls.
2140 Suggested by CHENG Gao <chenggao@gmail.com>.
2141
7dfc4cda
CY
21422007-06-02 Chong Yidong <cyd@stupidchicken.com>
2143
2144 * Version 22.1 released.
2145
9e38fa7e
CY
21462007-06-02 CHENG Gao <chenggao@gmail.com>
2147
2148 * MORE.STUFF: Remove dead URL for Fortune, and update URLs for
2149 Hideshow, Org, EDB, and Remember.
2150
73187b26
GM
21512007-05-29 Robert J. Chassell <bob@rattlesnake.com>
2152
2153 * NEWS: Fix instances of `allow' without object.
2154
782f8379
GM
21552007-05-22 Glenn Morris <rgm@gnu.org>
2156
2157 * NEWS.22: New file with entries for Emacs 22.
2158 * NEWS: Move Emacs 22 entries to new file NEWS.22, leave empty
2159 template for next Emacs version.
2160
06157c5b
GM
21612007-05-19 Glenn Morris <rgm@gnu.org>
2162
2163 * images/cancel.pbm: Convert from PGM to PBM.
2164
2165 * images/copy.pbm, images/next-node.pbm, images/prev-node.pbm:
2166 * images/save.pbm, images/up-node.pbm: Convert from PPM to PBM.
2167
3877988d
GM
21682007-05-17 Glenn Morris <rgm@gnu.org>
2169
2170 * PROBLEMS (Dumping): Mention OpenBSD macppc problem.
2171
880820fe 21722007-05-15 Michaël Cadilhac <michael@cadilhac.name>
021fc1e3
MC
2173
2174 * fr-refcard.tex: Rewrite using German layout.
2175
2176 * fr-refcard.ps: Regenerate.
2177
80012aeb
RS
21782007-05-12 Richard Stallman <rms@gnu.org>
2179
2180 * refcard.tex (section{Incremental Search}): Minor corrections.
2181
880820fe 21822007-05-12 Michaël Cadilhac <michael@cadilhac.name>
d0d8a657
MC
2183
2184 * Makefile (viperCard.ps, calccard.ps refcard.ps)
2185 (sk-dired-ref.ps sk-refcard.ps sk-survival.ps)
2186 (de-refcard.ps fr-refcard.ps pt-br-refcard.ps orgcard.ps): Use an
2187 explicit output argument for `dvips'.
2188
2aaacad4
GM
21892007-05-05 Glenn Morris <rgm@gnu.org>
2190
2191 * NEWS: Re-order.
2192
5fed56d6
GM
21932007-04-28 Glenn Morris <rgm@gnu.org>
2194
b409bcaf
GM
2195 * emacs.py: Restore file pending consideration of python.el legal
2196 status.
2197 * NEWS: Restore mention of python.el pending consideration of
2198 legal status.
5fed56d6
GM
2199
22002007-04-28 David R. Linn <drl@jekyll.vuse.vanderbilt.edu>
2201
2202 * PROBLEMS: Add section on Solaris out-of-tree install issues with
2203 non-GNU make.
2204
e40e449f
GM
22052007-04-25 Werner Lemberg <wl@gnu.org>
2206
2207 * emacs.1: Replace -- with \(em.
2208
22092007-04-25 Yavor Doganov <yavor@gnu.org> (tiny change)
bbf6b0ba 2210
78290f50 2211 * emacs.1, etags.1: Escape some minus signs.
bbf6b0ba 2212
ac8fa58f
GM
22132007-04-22 Glenn Morris <rgm@gnu.org>
2214
2215 * NEWS: Change to EMACS env-var was reverted, so delete this entry.
2216
211fb124
GM
22172007-04-19 Glenn Morris <rgm@gnu.org>
2218
2219 * PROBLEMS: Expand a little on Emacs not knowing fqdn.
2220
fc6a2250
DK
22212007-04-17 David Kastrup <dak@gnu.org>
2222
2223 * NEWS: Mention `query-replace-regexp-eval' being deprecated.
2224
c98b464f
GM
22252007-04-15 Glenn Morris <rgm@gnu.org>
2226
2227 * FTP: Make it a duplicate of ../FTP.
2228
1ed5afd9
GM
22292007-04-14 Glenn Morris <rgm@gnu.org>
2230
19608e42
GM
2231 * SERVICE: Replace with a pointer to the web version.
2232
1ed5afd9
GM
2233 * emacs.1: Update some of the more obsolete information.
2234
178b60d7
GM
22352007-04-13 Glenn Morris <rgm@gnu.org>
2236
2237 * MACHINES: emacserver is removed.
2238
fc6ee824
GM
2239 * MORE.STUFF: Update some links, remove some dead ones.
2240
ade817bd
SM
22412007-04-04 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
2242
2243 * emacs.py (format_exception): New function.
2244 (eexecfile): Use it instead of traceback.print_exception.
2245 Don't use execfile to avoid a bug in w32.
2246
2c0b72db
GM
22472007-04-04 Glenn Morris <rgm@gnu.org>
2248
2249 * MACHINES: Mention preprocessor to use with /opt/SUNWspro/bin/cc
2250 on Solaris.
2251
2252 * PROBLEMS (Configuration): Add entries on compiler/preprocessor
2253 mismatch, and on preprocessor inserting whitespace.
2254
b49b5137
EZ
22552007-04-03 Eli Zaretskii <eliz@gnu.org>
2256
2257 * TODO: Add entry for switching MS-Windows keyboard input to
2258 Unicode. Add specific pointer to msdos.c functions that support
2259 menus on text terminals.
2260
ff59d266
MB
22612007-04-01 Michael Olson <mwolson@gnu.org>
2262
2263 * ERC-NEWS: Update for the ERC 5.2 release. Most of these entries
2264 were for previously-committed changes.
2265
dc13f3f5
MA
22662007-03-31 Michael Albinus <michael.albinus@gmx.de>
2267
2268 * PROBLEMS: Remove Tramp problem; it has been fixed.
2269
89a4f43f
EZ
22702007-03-31 Eli Zaretskii <eliz@gnu.org>
2271
2272 * PROBLEMS (MS-Windows problems): How to bind non-ASCII keys with
2273 modifiers.
2274
deac6bc5
GM
22752007-03-23 Glenn Morris <rgm@gnu.org>
2276
7315c8d9
JB
2277 * Makefile (DESTDIR, LIBDIR, BINDIR, MANDIR, MANEXT):
2278 Delete unused variables.
2279 (dired-refcards, misc-refcards, survival-card, viper-cards):
2280 New targets.
7ba3f463
GM
2281 (all): Also build dired-refcards and misc-refcards.
2282 (clean, distclean, maintainer-clean): Depend on mostlyclean.
2283 (SOURCES): Remove non-existent files.
2284 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
2285 Mark as phony.
2286 (.ps files): Specify default papersize in the dvips command.
2287
deac6bc5
GM
2288 * fr-refcard.tex (\letterpaper): Switch to A4.
2289 (\section): Reduce \vskips to fit on A4 paper.
2290 (\shortcopyrightnotice): Display at end of first column.
2291
76b0b55f
GM
22922007-03-21 Glenn Morris <rgm@gnu.org>
2293
2294 * fr-refcard.tex (\metax): Tweak \hsize to avoid overfull columns.
2295 (\shortcopyrightnotice): Do not display in middle of file.
2296 Numerous \cr and \hskip hacks to avoid overfull columns.
2297
2298 * fr-refcard.ps: Regenerate.
2299
8ea7ad27
CY
23002007-03-19 Chong Yidong <cyd@stupidchicken.com>
2301
2b715cfe 2302 * dired-ref.tex:
76b0b55f 2303 * fr-drdref.tex:
2b715cfe
CY
2304 * cs-dired-ref.tex:
2305 * sk-dired-ref.tex: Emacs 21 -> 22.
2306
2307 * dired-ref.ps:
76b0b55f 2308 * fr-drdref.ps:
2b715cfe
CY
2309 * cs-dired-ref.ps:
2310 * sk-dired-ref.ps: Regenerate.
8ea7ad27 2311
dc9332a6
GM
23122007-03-11 Glenn Morris <rgm@gnu.org>
2313
2314 * ms-7bkermit, ulimit.hack, Xkeymap.txt: Remove files.
2315
2316 * Makefile (SOURCES): ulimit.hack is removed.
2317
d0483d25
DK
23182007-03-04 David Kastrup <dak@gnu.org>
2319
2320 * NEWS (fontification): Mention that the new default for
2321 jit-lock-stealth-time is now nil.
2322
e4ddce5a
KS
23232007-03-01 Kim F. Storm <storm@cua.dk>
2324
115f38b1
KS
2325 * ORDERS: Reformat text.
2326
e4ddce5a
KS
2327 * NEWS (About external Lisp packages): New section.
2328
73b21162
TTN
23292007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
2330
2331 * TUTORIAL.it: Fix typo.
2332
6a419438
GM
23332007-02-27 Glenn Morris <rgm@gnu.org>
2334
f199f76c
GM
2335 * cs-dired-ref.tex: Increase in 2 column case to make room
2336 for copyright notice.
2337 (nopagenumbers): Call to turn off numbers in 1 page document.
880820fe 2338 (Nápovìda, Modifikace Dired bufferu): Swap sections to
f199f76c
GM
2339 balance column length in presence of copyright notice.
2340 (copyrightnotice): Uncomment so that notice is displayed.
2341
c16a484b
GM
2342 * dired-ref.tex (vsize): Increase in 2 column case to make room
2343 for copyright notice.
2344 (nopagenumbers): Call to turn off numbers in 1 page document.
2345 (Getting Help, Modifying the Dired Buffer): Swap sections to
2346 balance column length in presence of copyright notice.
2347 (copyrightnotice): Uncomment so that notice is displayed.
2348
df352395
GM
2349 * fr-drdref.tex (vsize): Increase in 2 column case.
2350 (\key): Tweak space for description.
2351 (\overfullrule): Set to 0pt to hide small overflows.
2352 (nopagenumbers): Call to turn off numbers in 1 page document.
2353 (Obtenir de l'aide, Modifier le tampon Dired): Swap sections to
2354 balance column length.
2355 (Mettre un flag sur les fichiers \`a d\'etruire): Hack in a line
2356 break to prevent overfull line.
2357 (find-names-dired): Use \key rather than \metax as a hack fix for
2358 overflow.
2359
c16a484b 2360 * sk-dired-ref.tex (vsize): Increase in 2 column case to make room
6a419438
GM
2361 for copyright notice.
2362 (nopagenumbers): Call to turn off numbers in 1 page document.
880820fe 2363 (Nápoveda, Modifikácia Dired bufferu): Swap sections to
6a419438
GM
2364 balance column length in presence of copyright notice.
2365 (copyrightnotice): Uncomment so that notice is displayed.
2366
86c09668
CD
23672007-02-26 Carsten Dominik <dominik@science.uva.nl>
2368
2369 * orgcard.tex (section{Visibility Cycling}): Document key for
2370 indirect buffer access.
2371 (section{Archiving}): New keys for archiving.
2372 (section{Tables}): Combine two lines for hline creation.
2373 Named-field formula changed to Field formula.
2374 (section{Links}): Document keys for finding links.
2375 (section{Agenda Views}): New key for agenda file cycling.
2376 Document keys for stuck projects. Typos fixed.
2377 (section{Exporting and Publishing}): Export options no longer in
2378 reference card.
2379
880820fe 23802007-02-25 Jan Djärv <jan.h.d@swipnet.se>
6df79155
JD
2381
2382 * PROBLEMS: Gtk+ and cygwin doesn't work.
2383
b0629b0d
EZ
23842007-02-23 Eli Zaretskii <eliz@gnu.org>
2385
2386 * MORE.STUFF: Add a pointer to Phil Sung's Emacs slides on MIT.
2387
880820fe 23882007-02-22 Per Starbäck <starback@stp.lingfil.uu.se> (tiny change)
b6cba91b
TTN
2389
2390 * NEWS: Grammar and capitalization fixes.
2391
dfd839dc
GM
23922007-02-22 Glenn Morris <rgm@gnu.org>
2393
2394 * orgcard.tex, orgcard.ps: Restore deleted files following
2395 copyright assignment.
2396
0971f887
GM
23972007-02-20 Glenn Morris <rgm@gnu.org>
2398
2399 * TUTORIAL.eo: Unjustify.
2400
d92c8e14
GM
24012007-02-20 Sergio Pokrovskij <sergio.pokrovskij@gmail.com>
2402
2403 * TUTORIAL.eo: Change license to GPL. Add translator credits.
2404
5a1ffd73
KH
24052007-02-19 Kenichi Handa <handa@m17n.org>
2406
7253ac49 2407 * NEWS (New language environments): Add "Esperanto".
5a1ffd73 2408
8b93e342
KH
24092007-02-16 Dale Gulledge <dsplat@rochester.rr.com>
2410
2411 * TUTORIAL.eo: Add "See end ..." at the first line.
2412
e79c1ab3
KH
24132007-02-19 Kenichi Handa <handa@m17n.org>
2414
2415 * TUTORIAL.eo: Add "." at the end of the first line.
2416
9230e12d
RS
24172007-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2418
2419 * gnus-refcard.tex: Remove obsolete comments. Add a short note
2420 creating PostScript files for Emacs without using Makefile rules.
2421
2422 * gnus-booklet.ps, gnus-refcard.ps: Generate with letter paper.
2423
68810cae
GM
24242007-02-17 Glenn Morris <rgm@gnu.org>
2425
2426 * TUTORIAL.eo: Add 2007 to copyright years. Remove translator
2427 copyrights (disclaimers on file), merge years into FSF copyrights.
2428 Move copyright to end. Remove "LocalWords" at end of file.
2429
51ce60a7
VJL
24302007-02-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2431
2432 * TUTORIAL.pt_BR: Fix some accentuation, verbal conjugation and typos.
2433
06af3b9b
KH
24342007-02-16 Kenichi Handa <handa@m17n.org>
2435
2436 * TUTORIAL.translators: Add TUTORIAL.eo.
2437
24382007-02-16 Dale Gulledge <dsplat@rochester.rr.com>
2439
2440 * TUTORIAL.eo: New file.
2441
0f92897e
CY
24422007-02-14 Chong Yidong <cyd@stupidchicken.com>
2443
83842b1b
CY
2444 * images/smilies/dead.xpm: Moved from images/gnus/dead.xpm.
2445
e931c04f
KS
2446 * images/gnus/reverse-smile.xpm:
2447 * images/gnus/bar.xbm:
2448 * images/gnus/bar.xpm: Unused images removed.
0f92897e 2449
5aa27cc9
GM
24502007-02-14 Glenn Morris <rgm@gnu.org>
2451
2452 * OTHER.EMACSES: Remove obsolete file.
2453
a3a23192
CY
24542007-02-13 Chong Yidong <cyd@stupidchicken.com>
2455
23e91aa1
CY
2456 * cs-refcard.tex (versionemacs): New macro.
2457 * cs-refcard.ps: Regenerate.
2458
7c3c7af4
CY
2459 * sk-refcard.ps: Regenerate.
2460
a3a23192
CY
2461 * pl-refcard.ps: Regenerate.
2462
1cb20781
BW
24632007-02-13 Bill Wohler <wohler@newt.com>
2464
2465 * images/README: Add section for icons that are a part of Emacs.
2466
3ef3bb3e
CY
24672007-02-12 Chong Yidong <cyd@stupidchicken.com>
2468
44c27de9
CY
2469 * gnu.xpm: Unused file removed.
2470
3ef3bb3e
CY
2471 * emacs.xbm: Unused file removed.
2472
b9988d51
JB
24732007-02-11 Juanma Barranquero <lekktu@gmail.com>
2474
2475 * DEVEL.HUMOR: New entry.
2476
880820fe 24772007-02-05 Francesco Potortì <pot@gnu.org>
bf8a8244 2478
933ccc8c 2479 * etags.1: Now --members is the default for etags, not for ctags yet.
18422db5 2480 * NEWS (etags): Document it.
bf8a8244 2481
70a90813
GM
24822007-02-04 Reiner Steib <Reiner.Steib@gmx.de>
2483
2484 * gnus-refcard.tex: Fix copyright.
2485 * gnus-booklet.ps, gnus-refcard.ps: Generate.
2486
d4c2a0cc
GM
24872007-01-20 Glenn Morris <rgm@gnu.org>
2488
2489 * orgcard.tex: Remove for legal reasons.
2490 * orgcard.ps: Remove for legal reasons.
2491
a134cd5e
EZ
24922007-01-27 Kevin Rodgers <kevin.d.rodgers@gmail.com>
2493
2494 * PROBLEMS: More details about disabling features that hamper
2495 performance with slow X connections.
2496
d4757043
VJL
24972007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2498
2499 * ps-prin1.ps (printBackground): Fix background height.
2500
14d3ef8f
GM
25012007-01-20 Glenn Morris <rgm@gnu.org>
2502
2503 * cd-dired-ref.tex (versionemacs): New def.
2504 * cs-refcard.tex (versionemacs, versionyear): New defs.
2505 * cs-survival.tex (versionemacs, versiondate): New defs.
2506 * de-refcard.tex (versionemacs, versionyear): New defs.
2507 * fr-refcard.tex (versionemacs, versionyear): New defs.
2508 * fr-survival.tex (versionemacs, versiondate): New defs.
2509 * orgcard.tex (versionyear): New def.
2510 (shortcopyrightnotice): Only display last copyright year.
2511 * pl-refcard.tex (versionemacs, versiondate): New defs.
2512 * pt-br-refcard.tex (versionemacs, versionyear): New defs.
2513 * refcard.tex (versionemacs, versionyear): New defs.
2514 * ru-refcard.tex (versionemacs): New def.
2515 * survival.tex (versionemacs): New def.
2516 * sk-dired-ref.tex (versionemacs): New def.
2517 * sk-refcard.tex (versionemacs, versionyear): New defs.
2518 * sk-survival.tex (versionemacs): New def.
2519
4e251bd1
EZ
25202007-01-20 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2521
2522 * MACHINES: Describe how 32-bit and 64-bit versions of Emacs can
2523 be compiled on Solaris systems.
2524
c5e36186
CY
25252007-01-19 Chong Yidong <cyd@stupidchicken.com>
2526
2527 * TODO: Proper background color handling for pngs.
2528
4bbe413d 25292007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
0bfc93be
CY
2530
2531 * emacs.1: Info files moved to share/info.
2532
dcdd88e0
RF
25332007-01-17 Romain Francoise <romain@orebokech.com>
2534
2535 * emacs.1: Update bug-gnu-emacs address. Remove reference to
2536 info-gnu-emacs-request@prep.ai.mit.edu. Update copyrights.
2537
6904f7fe
MB
25382007-01-13 Michael Olson <mwolson@gnu.org>
2539
2540 * ERC-NEWS: Mention new erc-capab.el file.
2541
806d93ce
GM
25422007-01-13 Glenn Morris <rgm@gnu.org>
2543
2544 * MACHINES: Add information on compiling 32-bit Emacs on 64-bit
2545 GNU/Linux.
2546 * PROBLEMS: As above.
2547
880820fe 25482007-01-02 Francesco Potortì <pot@gnu.org>
56c0d866
FP
2549
2550 * etags.1: Undocument the --no-warn option.
2551
303958a9
RS
25522006-12-17 Richard Stallman <rms@gnu.org>
2553
2554 * TUTORIAL: Say that C-d and DEL with arg do killing.
2555
b58d0378
EZ
25562006-12-16 Eli Zaretskii <eliz@gnu.org>
2557
2558 * PROBLEMS: Document problems with rebasing Cygwin DLLs.
2559
cb0a26d3
MB
25602006-12-08 Michael Olson <mwolson@gnu.org>
2561
2562 * ERC-NEWS: Note that the list module has been removed.
2563
880820fe 25642006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
dd4b03cd
JB
2565
2566 * NEWS (Changes to cmuscheme): Mention the alternative for
2567 `~/.emacs_SCHEMEPROG' which is `~/.emacs.d/init_SCHEMEPROG.scm'.
2568 (Init file changes): Same for `~/.emacs_SHELL' versus
2569 `~/.emacs.d/init_SHELL.sh'.
2570
e1fb4a0b
JB
25712006-12-01 Juanma Barranquero <lekktu@gmail.com>
2572
2573 * DEVEL.HUMOR: Another entry.
2574
9b492fad
FP
25752006-08-14 Masatake YAMATO <jet@gyve.org>
2576
2577 * etags.1: Added / to the end of DEVAR regex.
2578
53e842f1
JB
25792006-11-22 Juanma Barranquero <lekktu@gmail.com>
2580
2581 * emacsclient.1 (DESCRIPTION): Suggest also `server-mode'.
2582 (OPTIONS): Document `-f', `--server-file' and EMACS_SERVER_FILE.
2583
83dc6995
MB
25842006-11-20 Michael Olson <mwolson@gnu.org>
2585
2586 * NEWS: Change M-x erc-select to M-x erc.
2587
e15a0495
KH
25882006-11-20 Sun Yijiang <sunyijiang@gmail.com>
2589
2590 * TUTORIAL.cn: Updated.
2591
119ee84f
CD
25922006-11-17 Carsten Dominik <dominik@science.uva.nl>
2593
2594 * orgcard.tex (section{Agenda Views}): Document `C-k'.
2595
1585c4a6
CD
25962006-11-13 Carsten Dominik <dominik@science.uva.nl>
2597
2598 * orgcard.tex: Version number change.
2599
2f984b39
BW
26002006-11-13 Bill Wohler <wohler@newt.com>
2601
2602 Release MH-E version 8.0.3.
2603
2604 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.3.
2605
ac2072cd
JB
26062006-11-10 Juanma Barranquero <lekktu@gmail.com>
2607
2608 * DEVEL.HUMOR: Two more entries.
2609
72e16456
CD
26102006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
2611
2612 * orgcard.tex (section{Archiving}): Document C-TAB.
2613 (section{TODO Items and Checkboxes}): Checkbox keys moved to this
2614 section, added documentation for the key `C-c #'.
2615
ade817bd 26162006-11-05 Slawomir Nowaczyk <slawek@cs.lth.se>
0b0cccd5 2617
82c1177c 2618 * emacs.py (eargs): Provide eldoc message for builtin types.
4e2af782 2619 Make sure eargs always outputs sentinel, to avoid Emacs freeze.
0b0cccd5 2620
7902148a
CY
26212006-10-22 Chong Yidong <cyd@stupidchicken.com>
2622
2623 * emacs.py (eargs): Return expected _emacs_out string even if
2624 errors occur.
2625
73a99edb
DK
26262006-10-09 David Kastrup <dak@gnu.org>
2627
2628 * DEVEL.HUMOR: Add the topic line for last entry since that was
2629 what the joke was about.
2630
857b15e9
EZ
26312006-10-07 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
2632
2633 * TUTORIAL.bg: Synchronize with TUTORIAL.
2634
5879ac68
JB
26352006-10-06 Juanma Barranquero <lekktu@gmail.com>
2636
2637 * DEVEL.HUMOR: New file.
2638
0e71e4a8
CY
26392006-09-30 Chong Yidong <cyd@stupidchicken.com>
2640
2641 * PROBLEMS: Document Emacs/XIM/gnome-settings-terminal clash.
2642
fb25feae
VJL
26432006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2644
2645 * NEWS: ebnf2ps changes.
2646
abff6314
RS
26472006-09-26 Reiner Steib <Reiner.Steib@gmx.de>
2648
2649 * refcard.ps: Regenerate.
2650
880820fe 26512006-09-18 Jan Djärv <jan.h.d@swipnet.se>
a280ecc4
JD
2652
2653 * NEWS: Rename x-use-old-gtk-file-dialog to x-gtk-use-old-file-dialog.
2654
45a2056c
JB
26552006-09-15 Jay Belanger <belanger@truman.edu>
2656
2657 * COPYING: Replace "Library Public License" by "Lesser Public
2658 License" throughout.
2659
004d27a6
RS
26602006-09-15 Richard Stallman <rms@gnu.org>
2661
2662 * THE-GNU-PROJECT: Update with the latest footnotes
ed9265fc 2663 from www.gnu.org/gnu/the-gnu-project.html.
004d27a6 2664
b74e16a3
DK
26652006-09-15 David Kastrup <dak@gnu.org>
2666
5879ac68 2667 * NEWS: Explain new behavior and arguments of `key-binding' and
b74e16a3
DK
2668 `command-remapping'.
2669
4b1aaa8b
PE
26702006-09-11 Paul Eggert <eggert@cs.ucla.edu>
2671
2672 * NEWS: In terminal-oriented subshells, the EMACS environment
2673 variable now defaults to Emacs's absolute file name, instead of
2674 to "t".
2675 * PROBLEMS: Adjust tcsh advice for this.
2676
880820fe 26772006-09-10 Jan Djärv <jan.h.d@swipnet.se>
1437ec2b 2678
4b1aaa8b 2679 * PROBLEMS (are): Emacs compiled with Gtk+ crashes when closing a
1437ec2b
JD
2680 display (x-close-connection).
2681
83dc6995
MB
26822006-09-03 Diane Murray <disumu@x3y2z1.net>
2683
bbf908bc 2684 * erc.texi (Getting Started, Connecting): Change erc-select to erc.
83dc6995 2685
6a8c7cfe
JL
26862006-09-02 Juri Linkov <juri@jurta.org>
2687
2688 * HELLO: Regroup Europe Non-ASCII examples by similar scripts.
2689
f9de7738
RS
26902006-08-25 Richard Stallman <rms@gnu.org>
2691
2692 * TUTORIAL: Give priority to graphical terminals over text terminals
2693 regarding C-z.
2694
c2659d23
KH
26952006-08-21 Sun Yijiang <sunyijiang@gmail.com>
2696
2697 * TUTORIAL.cn: Sync with the latest TUTORIAL.
2698
67b595a2
SM
26992006-08-20 Dave Love <fx@gnu.org>
2700
2701 * emacs.py: Update to Dave Love's latest version.
2702 (__all__): Fix args -> eargs. Add new `modpath' fun.
2703 (eargs): Add `imports' arg.
2704 (all_names): New fun.
2705 (complete): Rewrite without using rlcompleter.
2706 Remove `namespace' arg, add `imports' arg.
2707 (ehelp): Replace g and l args with `imports'.
2708 (eimport): Use __main__ rather than `emacs' namespace.
2709 (modpath): New fun.
2710
ade817bd 27112006-08-20 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
c7bb83bd
SM
2712
2713 * emacs.py (eexecfile): Use the __main__ rather than `emacs' namespace.
2714
fa1f7927
EZ
27152006-08-18 Primoz PETERLIN <primoz.peterlin@mf.uni-lj.si>
2716
2717 * TUTORIAL.sl: Synchronize with TUTORIAL.
2718
27192006-08-18 Mats Lidell <matsl@contactor.se>
2720
2721 * TUTORIAL.sv: Synchronize with TUTORIAL.
2722
27232006-08-18 Alfredo Finelli <alfredofnl@tiscali.it>
2724
2725 * TUTORIAL.it: Synchronize with TUTORIAL.
2726
4c3ec0fc
CD
27272006-08-15 Carsten Dominik <dominik@science.uva.nl>
2728
2729 * orgcard.tex: Version number change.
2730
9ae1fac1
WL
27312006-08-12 Werner Lemberg <wl@gnu.org>
2732
2733 * TUTORIAL.de: Synchronize with TUTORIAL.
2734
82a33a21
RF
27352006-08-10 Romain Francoise <romain@orebokech.com>
2736
2737 * NEWS: Mention that zone-mode.el is now obsolete.
2738
541a0de1
RS
27392006-08-09 Richard Stallman <rms@gnu.org>
2740
2741 * TUTORIAL: Don't say which side scroll bar is on.
2742
27bd6273
NR
27432006-08-06 Nick Roberts <nickrob@snap.net.nz>
2744
9c6598c2 2745 * DEBUG (Note): Add note about following a longjmp call.
bf69439f 2746 Add local variables list for outline mode.
27bd6273 2747
2e3ef421
MB
27482006-08-03 Michael Olson <mwolson@gnu.org>
2749
2750 * ERC-NEWS: Update for ERC 5.1.4.
2751
68ce47af
KH
27522006-08-01 Kenichi Handa <handa@m17n.org>
2753
2754 * NEWS (find-operation-coding-system): Describe the more detail of
2755 the change.
2756
ebf693f3
MB
27572006-07-28 Reiner Steib <Reiner.Steib@gmx.de>
2758
2759 * GNUS-NEWS: Regenerate from Oort Gnus node in texi/gnus.texi using
2760 texi/gnus-news.el of the trunk.
2761
ebdcf65a
RS
27622006-07-29 Reiner Steib <Reiner.Steib@gmx.de>
2763
2764 * NEWS: Fix typo.
2765
652d420b
RS
27662006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
2767
2768 * ru-refcard.ps: Regenerate.
2769
27702006-07-17 Alex Ott <alexott@gmail.com>
2771
2772 * ru-refcard.tex: Update for Emacs 22.
2773
d753d9b7
KS
27742006-07-14 Kim F. Storm <storm@cua.dk>
2775
2776 * PROBLEMS: Emacs now requires ws2_32.dll on Windows.
2777
880820fe 27782006-07-14 Károly Lőrentey <lorentey@elte.hu>
580b488b
KL
2779
2780 * HELLO: Update Hungarian sample.
d753d9b7 2781
0b6bb130
MB
27822006-07-12 Michael Olson <mwolson@gnu.org>
2783
2784 * ERC-NEWS: Update for ERC 5.1.3.
2785
8c9676fb
DK
27862006-07-08 David Kastrup <dak@gnu.org>
2787
2788 * TODO: Suggest consolidation with user customization when the
2789 system default of a customized variable changes.
2790
f2bb3ca3
TTN
27912006-07-08 Thien-Thi Nguyen <ttn@gnu.org>
2792
2793 * compilation.txt: Add an example "Compilation started ..." line.
2794
c7251076
CD
27952006-07-07 Carsten Dominik <dominik@science.uva.nl>
2796
2797 * orgcard.tex: Version number change.
2798
5693ccd6
KH
27992006-07-05 Kenichi Handa <handa@m17n.org>
2800
bbf908bc
LM
2801 * HELLO: Add a paragraph for non-ASCII examples at the head.
2802 Add Bulgarian and Hungarian. Add more "hello"s to Danish and Swedish.
5693ccd6 2803
70314b54
BW
28042006-07-03 Bill Wohler <wohler@newt.com>
2805
2806 Release MH-E version 8.0.2.
2807
2808 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.2.
2809
7f70c4e9
CD
28102006-07-03 Carsten Dominik <dominik@science.uva.nl>
2811
2812 * orgcard.tex (section{Agenda Views}): Document `s' key to save
2813 all org-mode buffers.
2814
880820fe 28152006-06-30 Francesco Potortì <pot@gnu.org>
9a4be099
FP
2816
2817 * etags.1: -m and -M options do not exist.
2818
a71f543e
CD
28192006-06-29 Carsten Dominik <dominik@science.uva.nl>
2820
2821 * orgcard.tex (section{Structure Editing}): Document checkbox
2822 toggling.
2823
f98f7873
JL
28242006-06-28 Juri Linkov <juri@jurta.org>
2825
2826 * grep.txt (Local Variables): Move to end of file.
2827
33a4be7c
RS
28282006-06-28 Reiner Steib <Reiner.Steib@gmx.de>
2829
ba0a643f
RS
2830 * Makefile: Add rules for refcards.
2831
33a4be7c
RS
2832 * de-refcard.ps, fr-refcard.ps, pt-br-refcard.ps: Regenerate.
2833
576f72d7
NR
28342006-06-24 Nick Roberts <nickrob@snap.net.nz>
2835
2836 * NEWS: Remove duplicate entries.
2837
353694fd
CD
28382006-06-23 Carsten Dominik <dominik@science.uva.nl>
2839
2840 * orgcard.tex (section{LaTeX and cdlatex-mode}): New section.
2841
55b903a3
KS
28422006-06-23 Kim F. Storm <storm@cua.dk>
2843
2844 * DEBUG: Mention `pv variable' to print value of Lisp variables.
2845 Mention `xpr' and fix example to use it. Add section describing
2846 commands such as `pit' that are useful for debugging redisplay
2847 related problems.
2848
e2f48107
KS
28492006-06-22 Kim F. Storm <storm@cua.dk>
2850
2851 * HELLO (Local Variables): Move to end of file.
2852
4f187c9d
BW
28532006-06-20 Bill Wohler <wohler@newt.com>
2854
2855 Release MH-E version 8.0.1.
2856
2857 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.1.
2858
3d62681d
CD
28592006-06-19 Carsten Dominik <dominik@science.uva.nl>
2860
5879ac68 2861 * orgcard.tex (section{Clocking Time}): Add new clocking commands.
3d62681d
CD
2862 (section{Structure Editing}): Add global archiving command.
2863
761b9fd2
TTN
28642006-06-14 Thien-Thi Nguyen <ttn@gnu.org>
2865
2866 * yow.lines: Delete existing data; add a new entry.
2867
880820fe 28682006-06-09 WÅ‚odek Bzyl <matwb@univ.gda.pl>
5e7c994b
RS
2869
2870 * pl-refcard.ps: Regenerate.
2871
880820fe 28722006-06-08 WÅ‚odek Bzyl <matwb@univ.gda.pl>
7b651efb 2873
906671d0
RS
2874 * pl-refcard.tex: Update for Emacs 22.
2875
34c5305c
RS
28762006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
2877
7b651efb
RS
2878 * fr-refcard.tex: Fix errors in previous commit.
2879
880820fe 28802006-06-08 Éric Jacoboni <jaco@jacoboni.fr>
c9993712
RS
2881
2882 * fr-refcard.tex: Update for Emacs 22.
2883
8dec0e01
KH
28842006-06-07 Kenichi Handa <handa@m17n.org>
2885
2886 * NEWS: Mention how to disable character translation for a file.
2887
6dfbf803
TTN
28882006-06-04 Sven Joachim <svenjoac@gmx.de>
2889
2890 * de-refcard.tex: Update for Emacs 22: Use German quotes
2891 and umlauts; fix overfull /hboxes; many rewordings.
2892
32a877bb
KS
28932006-06-04 Kim F. Storm <storm@cua.dk>
2894
2895 * NEWS: Move news for pre-22 versions into...
2896 * NEWS.21, NEWS.20: ... new files for Emacs 21 and Emacs 20 news.
2897 * ONEWS, ONEWS.1, ONEWS.2, ONEWS.3, ONEWS.4: Remove (rename) files ...
2898 * NEWS.19, NEWS.18, NEWS.1-17: ... and organize news about older Emacs
c68af44c 2899 versions in separate files. Update copyright notices.
32a877bb 2900
a941b26b
EZ
29012006-06-03 Eli Zaretskii <eliz@gnu.org>
2902
a88e0343
KS
2903 * LPF, LEDIT: Remove files.
2904
2905 * FTP, README, HELLO, MACHINES, MAILINGLISTS, MORE.STUFF, ETAGS.EBNF:
2906 * MOTIVATION, ORDERS, SERVICE, TERMS, TODO:
2907 * enriched.doc, ulimit.hack, ses-example.ses, ms-7bkermit, emacs.csh:
2908 * Xkeymap.txt, compilation.txt, grep.txt:
2909 Add copyright notice and copying permissions.
2910
b9d6735c
DP
29112006-05-31 David Ponce <david@dponce.com>
2912
a88e0343
KS
2913 * tree-widget/default/close.png, tree-widget/default/close.xpm:
2914 * tree-widget/default/empty.png, tree-widget/default/empty.xpm:
2915 * tree-widget/default/end-guide.png, tree-widget/default/end-guide.xpm:
2916 * tree-widget/default/guide.png, tree-widget/default/guide.xpm:
2917 * tree-widget/default/handle.png, tree-widget/default/handle.xpm:
2918 * tree-widget/default/leaf.png, tree-widget/default/leaf.xpm:
2919 * tree-widget/default/no-guide.png, tree-widget/default/no-guide.xpm:
2920 * tree-widget/default/no-handle.png, tree-widget/default/no-handle.xpm:
2921 * tree-widget/default/open.png, tree-widget/default/open.xpm:
2922 * tree-widget/folder/close.png, tree-widget/folder/close.xpm:
2923 * tree-widget/folder/empty.png, tree-widget/folder/empty.xpm:
2924 * tree-widget/folder/end-guide.png, tree-widget/folder/end-guide.xpm:
2925 * tree-widget/folder/guide.png, tree-widget/folder/guide.xpm:
2926 * tree-widget/folder/handle.png, tree-widget/folder/handle.xpm:
2927 * tree-widget/folder/leaf.png, tree-widget/folder/leaf.xpm:
2928 * tree-widget/folder/no-guide.png, tree-widget/folder/no-guide.xpm:
2929 * tree-widget/folder/no-handle.png, tree-widget/folder/no-handle.xpm:
2930 * tree-widget/folder/open.png, tree-widget/folder/open.xpm:
2931 Reduce the size of images.
b9d6735c 2932
880820fe 29332006-05-29 Jan Djärv <jan.h.d@swipnet.se>
c3724dcc 2934
4c88aa80 2935 * NEWS: Mention F10 for Gtk+/Lesstif/Lucid menus.
c3724dcc 2936
3d0793e4
EZ
29372006-05-26 Eli Zaretskii <eliz@gnu.org>
2938
2939 * ledit.l: Remove file.
2940
f1c582b4
KH
29412006-05-26 Kenichi Handa <handa@m17n.org>
2942
2943 * NEWS (find-operation-coding-system): Mention the new argument
2944 format.
2945
e8166ad7
CD
29462006-05-24 Carsten Dominik <dominik@science.uva.nl>
2947
bbf908bc 2948 * orgcard.tex (section{Motion}): Add the item navigation commands.
e8166ad7
CD
2949 (section{Publishing}): New section.
2950 (section{Links}): Documented elisp and shell links.
2951
4ea5193b
RS
29522006-05-20 Rodrigo Real <rreal@ucpel.tche.br>
2953
2954 * pt-br-refcard.tex: Update.
2955
0804c86c
RS
29562006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
2957
ba9acf6a
RS
2958 * pl-refcard.tex (Local variables): Add compile-command.
2959
5879ac68 2960 * ru-refcard.tex (Local variables): Add compile-command and coding.
ba9acf6a
RS
2961
2962 * pt-br-refcard.tex: Don't \input psfig.
2963
0804c86c
RS
2964 * refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
2965
2966 * de-refcard.tex (section{Info}): Ditto.
2967
2968 * fr-refcard.tex (section{Info}): Ditto. Translation suggested by
2969 Stefan Monnier <monnier@iro.umontreal.ca>.
2970
2971 * pl-refcard.tex (section{Info}): Ditto. Translation suggested by
2972 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>.
2973
ade817bd
SM
2974 * cs-refcard.tex (section{Info}): Use `s' instead of `M-s'.
2975 Entry for `i' is not translated yet.
0804c86c
RS
2976
2977 * pt-br-refcard.tex (section{Info}): Ditto.
2978
2979 * ru-refcard.tex (section{Info}): Ditto.
2980
2981 * sk-refcard.tex (section{Info}): Ditto.
2982
e6d33cab
RS
29832006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2984
2985 * MORE.STUFF: Update AUCTeX entry.
2986
424567e3
EZ
29872006-05-20 Rodrigo Real <rreal@ucpel.tche.br>
2988
2989 * pt-br-refcard.tex:
2990 * pt-br-refcard.ps: New files.
2991
98662f48
RS
29922006-05-15 Reiner Steib <Reiner.Steib@gmx.de>
2993
2994 * sk-refcard.tex: Add coding cookie.
2995
4449f659
MB
29962006-05-15 Michael Olson <mwolson@gnu.org>
2997
2998 * MORE.STUFF: Update URL for Planner Mode and add description.
2999 Canonicalize URLs for Emacs Muse and Emacs Wiki Mode.
3000
6b481006
RF
30012006-05-12 Romain Francoise <romain@orebokech.com>
3002
3003 * MORE.STUFF: ERC is now part of Emacs.
3004 Add Emacs Muse.
3005
4b1af9ac
RS
30062006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
3007
3008 * NEWS (allout): Update.
3009
7c36a00a
BW
30102006-05-06 Bill Wohler <wohler@newt.com>
3011
3012 Release MH-E version 8.0.
3013
3014 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.
3015
1c9e62fe
BW
30162006-04-28 Bill Wohler <wohler@newt.com>
3017
3018 Release MH-E version 7.95.
3019
3020 * NEWS, MH-E-NEWS: Update for MH-E release 7.95.
3021
66f7848b
BW
30222006-04-21 Bill Wohler <wohler@newt.com>
3023
3024 Release MH-E version 7.94.
3025
3026 * NEWS, MH-E-NEWS: Update for MH-E release 7.94.
3027
bf49275d
NR
30282006-04-21 Nick Roberts <nickrob@snap.net.nz>
3029
3030 * NEWS: Mention t-mouse.el. Touch up description of gdb-ui.el.
3031
b744e319
CD
30322006-04-20 Carsten Dominik <dominik@science.uva.nl>
3033
3034 * orgcard.tex: Version number change only.
3035
9f6dc5a8
RS
30362006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
3037
a88e0343
KS
3038 * gnus-refcard.tex: Bump version to 5.11. Remove duplicate \def's.
3039 Update date.
9f6dc5a8 3040
11227360
BW
30412006-04-18 Bill Wohler <wohler@newt.com>
3042
3043 * MORE.STUFF: Add MH-E.
3044
87acbfda
CD
30452006-04-18 Carsten Dominik <dominik@science.uva.nl>
3046
3047 * orgcard.tex: Version number change only.
3048
94c3a9d8
KH
30492006-04-12 Kenichi Handa <handa@m17n.org>
3050
3051 * PROBLEMS (C-SPC fails ...): Explicitly say fcitx in the header.
3052
8a70fed7
CD
30532006-04-11 Carsten Dominik <dominik@science.uva.nl>
3054
5879ac68 3055 * orgcard.tex (section{Tables}): Document column narrowing.
8a70fed7
CD
3056 (section{Links}): Document bracket links.
3057
2fb18d13
KH
30582006-04-11 Kenichi Handa <handa@m17n.org>
3059
3060 * PROBLEMS (C-SPC fails ...): Add description for fcitx.
3061
f327867a
BW
30622006-04-10 Bill Wohler <wohler@newt.com>
3063
3064 * NEWS: Add package-version keyword to `defcustom' and mention
3065 associated variable `customize-package-emacs-version-alist'.
3066
1ca9b532
RS
30672006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3068
3069 * NEWS: Add string-or-null-p.
3070
84a9c798
BW
30712006-03-28 Bill Wohler <wohler@newt.com>
3072
3073 * images/README: Update with following information.
461e9977 3074
84a9c798 3075 * images/data-save.xpm, images/mail/flag-for-followup.xpm:
a88e0343 3076 * images/zoom-in.xpm, images/zoom-out.xpm: New images from GNOME 2.12.
84a9c798
BW
3077
3078 * images/contact.pbm, images/data-save.pbm, images/delete.pbm:
3079 * images/mail/flag-for-followup.pbm, images/mail/inbox.pbm:
3080 * images/mail/move.pbm, images/next-page.pbm, images/zoom-out.pbm:
3081 New bitmaps for new images.
461e9977
RF
3082
3083 * images/refresh.xpm, images/sort-ascending.xpm,
bbf908bc
LM
3084 * images/sort-descending.xpm: Update with GTK 2.x images.
3085 Note that the default GTK icons are not overridden by the GNOME theme
5879ac68 3086 due to a bug which was fixed in GNOME 2.15. Once GNOME 2.16 is in
84a9c798 3087 wide circulation, then the GTK icons should be replaced with the
5879ac68 3088 equivalent GNOME icons. Until then, we should be consistent with
84a9c798 3089 GTK first, then GNOME.
461e9977
RF
3090
3091 * images/mail/repack.xpm, images/mail/reply-from.xpm:
84a9c798
BW
3092 * images/mail/reply-to.xpm, images/search-replace.xpm:
3093 * images/separator.xpm, images/show.xpm: Update custom icons to be
3094 closer to their GNOME counterparts.
461e9977
RF
3095
3096 * images/attach.pbm, images/exit.pbm, images/mail/compose.pbm:
84a9c798
BW
3097 * images/mail/repack.pbm, images/mail/reply-all.pbm:
3098 * images/mail/reply-from.pbm, images/mail/reply-to.pbm:
3099 * images/mail/reply.pbm, images/mail/send.pbm, images/show.pbm:
3100 * images/search-replace.pbm: Update bitmaps.
461e9977
RF
3101
3102 * images/execute.pbm, images/execute.xpm, images/fld-open.pbm:
84a9c798
BW
3103 * images/fld-open.xpm, images/highlight.pbm, images/highlight.xpm:
3104 * images/mail.pbm, images/mail.xpm, images/mail/alias.pbm:
3105 * images/mail/alias.xpm, images/mail/refile.pbm:
3106 * images/mail/refile.xpm, images/page-down.pbm:
3107 * images/page-down.xpm, images/widen.pbm, images/widen.xpm: Remove
a88e0343 3108 custom MH-E icons -- MH-E is now using the equivalent GTK/GNOME icons.
84a9c798 3109
679ce4d5
RF
31102006-03-23 Romain Francoise <romain@orebokech.com>
3111
3112 * NEWS: Misc. fixes.
3113
9212fe99
CD
31142006-03-15 Carsten Dominik <dominik@science.uva.nl>
3115
3116 * orgcard.tex: Version number change only.
3117
3470ef37
NR
31182006-03-15 Nick Roberts <nickrob@snap.net.nz>
3119
3120 * DEBUG (Note): Describe features for debugging with GDB in Emacs.
3121
8cf1c5a4
MB
31222006-03-11 Miles Bader <miles@gnu.org>
3123
3124 * images/mail: New directory.
3125 * images/attach.xpm, images/connect.xpm:
3126 * images/contact.xpm, images/delete.xpm:
3127 * images/describe.xpm, images/disconnect.xpm:
3128 * images/exit.xpm, images/gnus/toggle-subscription.xpm:
3129 * images/lock-broken.xpm, images/lock-ok.xpm:
3130 * images/lock.xpm, images/mail/compose.xpm:
3131 * images/mail/copy.xpm, images/mail/forward.xpm:
3132 * images/mail/inbox.xpm, images/mail/move.xpm:
3133 * images/mail/not-spam.xpm, images/mail/outbox.xpm:
3134 * images/mail/preview.xpm, images/mail/reply-all.xpm:
3135 * images/mail/reply.xpm, images/mail/save-draft.xpm:
3136 * images/mail/save.xpm, images/mail/send.xpm:
3137 * images/mail/spam.xpm, images/next-page.xpm:
3138 * images/refresh.xpm, images/separator.xpm:
a88e0343 3139 * images/sort-ascending.xpm, images/sort-column-ascending.xpm:
8cf1c5a4
MB
3140 * images/sort-criteria.xpm, images/sort-descending.xpm:
3141 * images/sort-row-ascending.xpm:
3142 New icons, copied from Gnus trunk (originally from Gnome 2.6).
3143
d5b08376
BW
31442006-03-11 Bill Wohler <wohler@newt.com>
3145
5879ac68 3146 * NEWS: Document `image-load-path-for-library'. Note that all
d5b08376 3147 images have been moved from lisp into etc/images in `find-image'
5879ac68 3148 item. Fix typo in `copy-tree'.
d5b08376 3149
3f9c65ca
RS
31502006-03-09 Reiner Steib <Reiner.Steib@gmx.de>
3151
880820fe 3152 * TUTORIAL.de: Replace "Schreiben" by "Drücken" where appropriate.
3f9c65ca 3153
7204b00e
CD
31542006-03-07 Carsten Dominik <dominik@science.uva.nl>
3155
3156 * orgcard.tex: Version number change only.
3157
dec817ba
BW
31582006-03-05 Bill Wohler <wohler@newt.com>
3159
3160 Release MH-E version 7.93.
3161
3162 * NEWS, MH-E-NEWS: Update for MH-E release 7.93.
3163
db13601b 31642006-02-23 Guanpeng Xu <herberteuler@hotmail.com>
cca17969
TTN
3165
3166 * TUTORIAL.cn: Fix omission bug: Add dot (ASCII 0x2E) on first line.
3167
3bfb8112
CD
31682006-02-22 Carsten Dominik <dominik@science.uva.nl>
3169
5879ac68 3170 * orgcard.tex (section{Links}): Rewritten to cover the modified
3bfb8112
CD
3171 link system.
3172
0951cd36
BW
31732006-02-18 Bill Wohler <wohler@newt.com>
3174
3175 Release MH-E version 7.92.
3176
3177 * NEWS, MH-E-NEWS: Update for MH-E release 7.92.
3178
4599a9a5
KH
31792006-02-17 Kenichi Handa <handa@m17n.org>
3180
3181 * TUTORIAL.translators (TUTORIAL.cn): Update the maintainer.
3182
31832006-02-17 Sun Yijiang <sunyijiang@gmail.com>
3184
3185 * TUTORIAL.cn: Reworked.
3186
542f7c55
CY
31872006-02-14 Chong Yidong <cyd@stupidchicken.com>
3188
3189 * NEWS: Changes in handling of file local variables.
3190
880820fe 31912006-02-14 Jan Djärv <jan.h.d@swipnet.se>
3430357a
JD
3192
3193 * NEWS: Gtk+ 2.4 is required.
3194
cbd488c4
YM
31952006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3196
3197 * PROBLEMS (Mac OS X): Add QuickTime 7.0.4 / Mac OS X 10.3.9 breakage.
3198
5f64e9f6
MD
31992006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
3200
2ccc6e66 3201 * NEWS: New key bindings for Tumme in Dired.
5f64e9f6 3202
4c003d2f
JB
32032006-02-05 Jay Belanger <belanger@truman.edu>
3204
3205 * calccard.tex: Update copyright year.
3206
8508e990
MB
32072006-02-04 Michael Olson <mwolson@gnu.org>
3208
3209 * NEWS: Update for ERC 5.1.1. Use the same wording for headings
3210 that Emacs does in its NEWS file.
3211
5384dc93
BW
32122006-02-03 Bill Wohler <wohler@newt.com>
3213
3214 Release MH-E version 7.91.
3215
3216 * NEWS, MH-E-NEWS: Update for MH-E release 7.91.
3217
c80ba99d
BW
32182006-02-02 Bill Wohler <wohler@newt.com>
3219
3220 Release MH-E version 7.90.
3221
5384dc93 3222 * NEWS, MH-E-NEWS: Update for MH-E release 7.90.
c80ba99d 3223
597993cf
MB
32242006-01-29 Michael Olson <mwolson@gnu.org>
3225
3226 * NEWS: Add entry for ERC.
3227
7cef6228
CY
32282006-01-27 Chong Yidong <cyd@stupidchicken.com>
3229
3230 * TODO: Make SYNC_INPUT the default.
3231
3140b91b
NR
32322006-01-25 Nick Roberts <nickrob@snap.net.nz>
3233
3234 * images/gud/pstar.xpm: Make background transparent.
3235
82a31b62
NF
32362006-01-24 Noah Friedman <friedman@splode.com>
3237
3238 * emacs-buffer.gdb: Replace all references to `cdr' field of
3239 conses with `u.cdr', per change Andreas Schwab 2005-11-15
3240 of src/lisp.h.
3241
87899d7e
MA
32422006-01-23 Michael Albinus <michael.albinus@gmx.de>
3243
5879ac68 3244 * NEWS: Tramp can be removed by M-x tramp-unload-tramp.
87899d7e 3245
14397ea7
DN
32462006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3247
5879ac68 3248 * e/eterm-color.ti: Re-enable the ri entry. Add kich1.
14397ea7 3249
3c005b12
RS
32502006-01-13 Richard M. Stallman <rms@gnu.org>
3251
3252 * emacs.1: +N applies only to next file.
3253
04a4075f
DN
32542005-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3255
3256 * e/eterm-color.ti: Temporarily disable the ri entry.
3257 * e/eterm-color: Regenerate.
cdda1b59 3258
880820fe 32592005-12-21 Lőrentey Károly <lorentey@elte.hu>
4e8b322f
KL
3260
3261 * TODO: Add note on the multi-tty branch.
3262
880820fe 32632005-12-16 Lőrentey Károly <lorentey@elte.hu>
f4695519
KL
3264
3265 * NEWS: Change `prev-buffer' to `previous-buffer'; add note on
3266 them using the frame-local buffer list.
3267
5fdf9b7c
EZ
32682005-12-10 David Koppelman <koppel@ece.lsu.edu>
3269
3270 * NEWS: hi-lock-mode is now buffer local, use global-hi-lock-mode
3271 instead.
3272
61322d72
JB
32732005-12-02 Jay Belanger <belanger@truman.edu>
3274
3275 * NEWS: Add comment about the Calc prefix.
3276
55a03101
TTN
32772005-11-28 Thien-Thi Nguyen <ttn@gnu.org>
3278
3279 * MORE.STUFF: Add entry: "Go in a buffer: Go Text Protocol client".
3280
fd993ce2
CY
32812005-11-18 Chong Yidong <cyd@stupidchicken.com>
3282
3283 * images/icons/emacs_16.png, images/icons/emacs_24.png
3284 * images/icons/emacs_32.png, images/icons/emacs_48.png:
3285 New Emacs icons.
3286
35af3490
CD
32872005-11-18 Carsten Dominik <dominik@science.uva.nl>
3288
ed9265fc 3289 * orgcard.tex: Version 3.20.
35af3490 3290
cdda1b59 32912005-11-16 Nick Roberts <nickrob@snap.net.nz>
a354cf39
NR
3292
3293 * images/gud/go.xpm, images/gud/go.pbm: Old gud-remove icons.
3294 Use for run/continue.
3295 * images/gud/stop.xpm, images/gud/stop.pbm: Old gud-break icons.
3296 Use for interrupting inferior.
3297 * images/gud/pp.xpm, images/gud/pstar.xpm, images/gud/until.xpm:
3298 Use a more appropriate variable name.
3299 * images/gud/remove.xpm, images/gud/remove.pbm
3300 * images/gud/break.xpm, images/gud/break.pbm: Make more intuitive.
cdda1b59 3301
31fa5025
NR
33022005-11-09 Nick Roberts <nickrob@snap.net.nz>
3303
3304 * images/gud/pp.xpm, images/gud/pp.pbm: New icons.
3305
880820fe 33062005-11-06 Jan Djärv <jan.h.d@swipnet.se>
32087ea3
JD
3307
3308 * images/copy.xpm, images/copy.pbm, images/low-color/copy.xpm
3309 * images/save.xpm, images/save.pbm, images/low-color/save.xpm:
3310 Adjust baseline.
cdda1b59 3311
880820fe 33122005-11-06 Jan Djärv <jan.h.d@swipnet.se>
16896f67
JD
3313
3314 * images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
3315 * images/up-node.pbm, images/prev-node.pbm, images/next-node.pbm
3316 * images/low-color/up-node.xpm, images/low-color/prev-node.xpm
3317 * images/low-color/next-node.xpm: Adjust paper size and layout.
3318
7dab700a
NR
33192005-11-05 Nick Roberts <nickrob@snap.net.nz>
3320
3321 * DEBUG: Describe how to provide preprocessor macro information.
3322
880820fe 33232005-11-04 Jan Djärv <jan.h.d@swipnet.se>
db2cf961
JD
3324
3325 * images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
3326 * images/up-node.pbm, images/prev-node.pbm, images/next-node.pbm
3327 * images/low-color/up-node.xpm, images/low-color/prev-node.xpm
3328 * images/low-color/next-node.xpm: New images.
3329
94539089
CD
33302005-11-04 Carsten Dominik <dominik@science.uva.nl>
3331
3332 * orgcard.tex (section{Notes}): Version number change.
3333
719e04b6
RF
33342005-11-03 Romain Francoise <romain@orebokech.com>
3335
3336 * orgcard.tex: Update FSF's address.
3337
99ac5182
NR
33382005-11-03 Nick Roberts <nickrob@snap.net.nz>
3339
7dab700a 3340 * DEBUG: GDB can sometimes expand macros.
99ac5182 3341
4ac4f9ce
RF
33422005-11-01 Romain Francoise <romain@orebokech.com>
3343
3344 * NEWS: Source files are compressed by default.
3345
ae3859c0
BW
33462005-10-28 Bill Wohler <wohler@newt.com>
3347
3348 * NEWS: Help mode now creates hyperlinks for URLs.
3349
cc795ef0
DN
33502005-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3351
4ac4f9ce 3352 * e/eterm-color.ti (el1): Undo 2005-10-23 change.
5879ac68 3353 Add some comments on how to update this file. Add ri
cc795ef0
DN
3354 capability that has long been supported by term.el.
3355
a42d1309
NR
33562005-10-25 Nick Roberts <nickrob@snap.net.nz>
3357
6772c8e1 3358 * images/gud/until.xpm: Color correction.
a42d1309 3359
61796b3c
RS
33602005-10-23 Richard M. Stallman <rms@gnu.org>
3361
3362 * e/eterm-color.ti (el1): Capability deleted,
3363 since term.el doesn't implement it.
3364
6f97b9c8
DN
33652005-10-20 Dan Nicolaescu <dann@ics.uci.edu>
3366
3367 * e/eterm-color.ti: Change the terminal name to eterm-color.
3368 * e/eterm-color: Regenerate.
3369
a12ba300
EZ
33702005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
3371
3372 * Makefile (e/eterm-color): Rename eterm to eterm-color.
3373
436a2ccd
CY
33742005-10-18 Chong Yidong <cyd@stupidchicken.com>
3375
3376 * NEWS: New variable `max-image-size'.
3377
ffda926c
BW
33782005-10-17 Bill Wohler <wohler@newt.com>
3379
5879ac68 3380 Moved all remaining images from lisp/toolbar to etc/images. The
ffda926c
BW
3381 low resolution images were placed in their own directory (low-color).
3382
3383 * images/attach.*, images/cancel.*, images/close.*:
3384 * images/copy.*, images/cut.*, images/diropen.*:
3385 * images/exit.*, images/help.*, images/home.*:
3386 * images/index.*, images/info.*, images/mail.*:
3387 * images/new.*, images/open.*, images/paste.*:
3388 * images/preferences.*, images/print.*, images/save.*:
3389 * images/saveas.*, images/search.*:
3390 * images/search-replace.*, images/spell.*:
3391 * images/undo.*: Moved here from lisp/toolbar.
3392
3393 * images/low-color/copy.*: Moved here from lisp/toolbar/lc-copy.*.
3394 * images/low-color/cut.*: Moved here from lisp/toolbar/lc-cut.*.
3395 * images/low-color/help.*: Moved here from lisp/toolbar/lc-help.*.
3396 * images/low-color/home.*: Moved here from lisp/toolbar/lc-home.*.
3397 * images/low-color/index.*: Moved here from lisp/toolbar/lc-index.*.
3398 * images/low-color/new.*: Moved here from lisp/toolbar/lc-new.*.
3399 * images/low-color/open.*: Moved here from lisp/toolbar/lc-open.*.
3400 * images/low-color/paste.*: Moved here from lisp/toolbar/lc-paste.*.
3401 * images/low-color/preferences.*: Moved here from
3402 lisp/toolbar/lc-preferences.*.
3403 * images/low-color/print.*: Moved here from lisp/toolbar/lc-print.*.
3404 * images/low-color/save.*: Moved here from lisp/toolbar/lc-save.*.
3405 * images/low-color/saveas.*: Moved here from lisp/toolbar/lc-saveas.*.
3406 * images/low-color/search.*: Moved here from lisp/toolbar/lc-search.*.
3407 * images/low-color/spell.*: Moved here from lisp/toolbar/lc-spell.*.
3408 * images/low-color/undo.*: Moved here from lisp/toolbar/lc-undo.*.
3409
3410 To conform with convention, the underscore (_) in the following
3411 image names were replaced with dash (-) or (/) as appropriate.
3412
3413 * images/back-arrow.*: Moved here from lisp/toolbar/back_arrow.*.
3414 * images/fld-open.*: Moved here from lisp/toolbar/fld_open.*.
3415 * images/fwd-arrow.*: Moved here from lisp/toolbar/fwd_arrow.*.
3416 * images/jump-to.*: Moved here from lisp/toolbar/jump_to.*.
3417 * images/left-arrow.*: Moved here from lisp/toolbar/left_arrow.*.
3418 * images/right-arrow.*: Moved here from lisp/toolbar/right_arrow.*.
3419 * images/up-arrow.*: Moved here from lisp/toolbar/up_arrow.*.
3420 * images/low-color/back-arrow.*: Moved here from
cdda1b59 3421 lisp/toolbar/lc-back_arrow.*.
ffda926c
BW
3422 * images/low-color/fwd-arrow.*: Moved here from
3423 lisp/toolbar/lc-fwd_arrow.*.
3424 * images/low-color/jump-to.*: Moved here from
3425 lisp/toolbar/lc-jump_to.*.
3426 * images/low-color/left-arrow.*: Moved here from
cdda1b59 3427 lisp/toolbar/lc-left_arrow.*.
ffda926c 3428 * images/low-color/right-arrow.*: Moved here from
cdda1b59 3429 lisp/toolbar/lc-right_arrow.*.
ffda926c
BW
3430 * images/low-color/up-arrow.*: Moved here from
3431 lisp/toolbar/lc-up_arrow.*.
cdda1b59 3432 * images/mail/compose.*: Moved here from lisp/toolbar/mail_compose.*.
ffda926c
BW
3433 * images/mail/send.*: Moved here from lisp/toolbar/mail_send.*.
3434
3435 * images/README: Incorporated the content of lisp/toolbar/README
3436 now that all of the images are here.
3437
eae86e67
NR
34382005-10-16 Nick Roberts <nickrob@snap.net.nz>
3439
3440 * images/gud/n.pbm, images/gud/n.xpm
3441 * images/gud/ni.xpm, images/gud/ni.xpm
3442 * images/gud/s.xpm, images/gud/s.xpm
3443 * images/gud/si.xpm, images/gud/si.xpm: Rename to
22adfe08 3444 next.*, nexti.*, step.*, and stepi.*, respectively, as the
eae86e67
NR
3445 file-name no longer clashes on 8+3 filesystems.
3446
cdda1b59 34472005-10-14 Bill Wohler <wohler@newt.com>
aa2361eb 3448
ffda926c
BW
3449 * images/gud/break.*: Moved here from toolbar/gud-break.*.
3450 * images/gud/cont.*: Moved here from toolbar/gud-cont.*.
3451 * images/gud/down.*: Moved here from toolbar/gud-down.*.
3452 * images/gud/finish.*: Moved here from toolbar/gud-finish.*.
3453 * images/gud/ni.*: Moved here from toolbar/gud-ni.*.
3454 * images/gud/n.*: Moved here from toolbar/gud-n.*.
3455 * images/gud/print.*: Moved here from toolbar/gud-print.*.
3456 * images/gud/pstar.*: Moved here from toolbar/gud-pstar.*.
3457 * images/gud/remove.*: Moved here from toolbar/gud-remove.*.
3458 * images/gud/run.*: Moved here from toolbar/gud-run.*.
3459 * images/gud/si.*: Moved here from toolbar/gud-si.*.
3460 * images/gud/s.*: Moved here from toolbar/gud-s.*.
3461 * images/gud/until.*: Moved here from toolbar/gud-until.*.
3462 * images/gud/up.*: Moved here from toolbar/gud-up.*.
3463 * images/gud/watch.*: Moved here from toolbar/gud-watch.*.
aa2361eb 3464
cdda1b59 34652005-10-14 Bill Wohler <wohler@newt.com>
03ab074b
BW
3466
3467 Released MH-E version 7.85.
cdda1b59 3468
03ab074b
BW
3469 * NEWS, MH-E-NEWS: Updated for release 7.85.
3470
880820fe 34712005-10-10 Jan Djärv <jan.h.d@swipnet.se>
f9e36a6d
JD
3472
3473 * NEWS: -nb => -nbi
3474
86bebbbc
CD
34752005-10-10 Carsten Dominik <dominik@science.uva.nl>
3476
3477 * orgcard.tex: Version 3.17, no changes except version number.
3478
880820fe 34792005-10-09 Jan Djärv <jan.h.d@swipnet.se>
0597ab12
JD
3480
3481 * NEWS: -nb, --no-bitmap-icon
3482
ba6be78d
SM
34832005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 * TODO: Clarify the local variables entry.
3486
c2e59571
BW
34872005-09-30 Bill Wohler <wohler@newt.com>
3488
3489 Moved MH-E image files from toolbar and mail directories into
ffda926c 3490 images.
c2e59571
BW
3491
3492 * images/mail: New directory.
3493
3494 * images/mail/reply.*: Moved here from lisp/mail/reply2*.
3495
3496 * images/mail/alias.*, images/mail/refile.*, images/mail/repack.*:
3497 * images/mail/reply*: Moved here from lisp/toolbar.
3498
3499 * images/execute.*, images/highlight.*, images/mh-logo.xpm:
3500 * images/page-down.*, images/show.*, images/widen.*: Moved here
3501 from lisp/toolbar.
ba6be78d
SM
3502
3503 * images/refresh.*: Moved here from lisp/toolbar/rescan.*.
3504 Use GNOME 2.10's refresh icon.
c2e59571
BW
3505
3506 * images/README: New file that indicates which icons came from
3507 GNOME (see lisp/toolbar/README).
3508
b6473e48
RF
35092005-09-30 Romain Francoise <romain@orebokech.com>
3510
3511 * NEWS: Mention changes to `read-buffer'.
3512
a0292bb5
CY
35132005-09-30 Chong Yidong <cyd@stupidchicken.com>
3514
3515 * images/ezimage: New directory.
3516
3517 * images/ezimage/*.xpm: Add images used by speedbar.el.
3518
50a9d14a
DP
35192005-09-30 David Ponce <david@dponce.com>
3520
3521 * NEWS: Update recentf changes.
3522
a33704bb
MB
35232005-09-28 Simon Josefsson <jas@extundo.com>
3524
3525 * GNUS-NEWS: Fix IDNA notes.
3526
5879ac68 35272005-09-27 Jay Belanger <belanger@truman.edu>
0b292bd0
JB
3528
3529 * calccard.tex: Update `versionnumber', remove `versiondate'.
ba6be78d 3530 (Error Recovery): Refer to "initial state" rather than "default state".
0b292bd0
JB
3531 (Algebra): Mention LaTeX language mode.
3532 (Programming): Delete reference to "Z =".
3533
f7938fdd 35342005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
917551f2
EZ
3535
3536 * emacs.py (ehelp): Add g and l to arg list, and use them in the
3537 call to `help'.
3538
49844623
RF
35392005-09-17 Romain Francoise <romain@orebokech.com>
3540
3541 * gfdl.1: Update to version 1.2. Delete UC macro.
3542
ce9b56fe
KH
35432005-09-15 Kenichi Handa <handa@m17n.org>
3544
ba6be78d 3545 * PROBLEMS: Fix the paragraph describing the limitation of UTF-8/16/7.
ce9b56fe 3546
8c4a54e2
RF
35472005-09-14 Romain Francoise <romain@orebokech.com>
3548
3549 * NEWS: Add entry for write-region-inhibit-fsync.
3550
cacb2615 35512005-09-09 Kevin Ryde <user42@zip.com.au>
50a6ff15
EZ
3552
3553 * MORE.STUFF: Update url for calculator.el.
3554
d87ceee0
KH
35552005-09-08 Kenichi Handa <handa@m17n.org>
3556
3557 * PROBLEMS: Show a patch for Mule-UCS to make it byte-compiled
3558 correctly.
3559
c1105d05
MA
35602005-08-31 Michael Albinus <michael.albinus@gmx.de>
3561
3562 * NEWS: Add entry for `make-auto-save-file-name'.
3563
fef741ad
TTN
35642005-08-19 Emilio C. Lopes <eclig@gmx.net>
3565
3566 * emacsclient.1 (DESCRIPTION): Reflect inclusion in the
3567 Emacs distribution. Make role of EDITOR clearer.
3568 (OPTIONS): Document `-s', `-V' and `-h'
3569 as well as their long name counterparts.
3570 (BUGS): Remove.
3571
20dc2215
RF
35722005-08-26 Romain Francoise <romain@orebokech.com>
3573
3574 * PROBLEMS: Fix capitalization of "Gnus".
3575
217b694f
EZ
35762005-08-20 Chong Yidong <cyd@stupidchicken.com>
3577
3578 * MORE.STUFF: Update links and URLs.
3579
4f27bfc3
KH
35802005-08-05 Kenichi Handa <handa@m17n.org>
3581
3582 * NEWS: Fix the entry describing code-pages.
3583
c638055f
JB
35842005-07-28 Juanma Barranquero <lekktu@gmail.com>
3585
3586 * .cvsignore: Add `icons' (for in-place installs).
3587
cdf9f986
JL
35882005-07-19 Juri Linkov <juri@jurta.org>
3589
3590 * grep.txt: New file.
3591
880820fe 35922005-07-19 Jan Djärv <jan.h.d@swipnet.se>
25fd144d 3593
c638055f 3594 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
25fd144d
JD
3595 -R comes after i386 in setarch command.
3596
9e5f497d
JL
35972005-07-12 Juri Linkov <juri@jurta.org>
3598
3599 * refcard.tex (Files): Change description of `C-x C-q' from
3600 `checkin/checkout' to `toggle read-only'.
3601 (Getting Help): Replace `C-h c' with `C-h k'.
3602 (Error Recovery): Replace `recover-file' with `recover-session'.
3603 (Info): Replace key binding `C-h C-i' with `C-h S'. Add `t'.
3604
bc4c8456
RS
36052005-07-07 Richard M. Stallman <rms@gnu.org>
3606
b713c813 3607 * GNU: Update how to help. Improve footnote 7.
bc4c8456 3608
9d42fe6f
LK
36092005-07-07 Lute Kamstra <lute@gnu.org>
3610
3611 * tasks.texi: Delete file. The GNU Task List is obsolete and has
3612 been replaced by http://savannah.gnu.org/projects/tasklist.
3613
36142005-07-07 Lute Kamstra <lute@gnu.org>
60b34e06
LK
3615
3616 * refcard.tex: Update `versionnumber' and `year'. Update Emacs's
3617 version to 22.
3618 (Starting Emacs): Delete sentence to fix formatting problems.
3619 (Multiple Windows): Clarify first sentence. Mention C-x 5 1.
3620 (Formatting): Update the binding of set face.
3621 (International Character Sets): set-language-environment is bound
9d42fe6f 3622 to C-x RET l.
60b34e06 3623
a0ec7a4a
LK
36242005-07-05 Lute Kamstra <lute@gnu.org>
3625
3626 Update FSF's address in GPL notices.
3627
a88e0343
KS
3628 * INTERVIEW, calccard.tex, cs-dired-ref.tex, cs-refcard.tex:
3629 * dired-ref.tex, fr-drdref.tex, fr-refcard.tex, gfdl.1:
3630 * pl-refcard.tex, refcard.tex, ru-refcard.tex, sk-dired-ref.tex:
3631 * sk-refcard.tex, vipcard.tex, viperCard.tex: Update FSF's address.
a0ec7a4a 3632
880820fe 36332005-07-03 Jan Djärv <jan.h.d@swipnet.se>
cf14a51c 3634
a0ec7a4a 3635 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
ba6be78d 3636 Add it again.
cf14a51c 3637
01d37825
CD
36382005-06-29 Carsten Dominik <dominik@science.uva.nl>
3639
ba6be78d 3640 * NEWS: Add an entry for Org-mode, and a change entry for reftex-mode.
01d37825 3641
025691ed
RS
36422005-06-28 Richard M. Stallman <rms@gnu.org>
3643
3644 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping): New.
3645
98d1a1cf
EZ
36462005-06-11 Eli Zaretskii <eliz@gnu.org>
3647
3648 * DEBUG: Mention emacs-buffer.gdb.
3649
58f498fe
NF
36502005-06-10 Noah Friedman <friedman@splode.com>
3651
3652 * emacs-buffer.gdb (ybuffer-list): Don't use $filename; can't use
3653 char as placeholder when buffer has no file name and process is
3654 still live. Use different printf cases instead.
3655
4a29de23
KS
36562005-06-08 Kim F. Storm <storm@cua.dk>
3657
3658 * PROBLEMS: Linux kernel 2.6.10 may corrupt process output.
3659 Warn that using CVS+SSH may corrupt files, include work-around.
3660
c476bcb0
JL
36612005-06-06 Juri Linkov <juri@jurta.org>
3662
3663 * TUTORIAL.cs, TUTORIAL.sk: Change NBSP to space.
3664
3665 * TUTORIAL.ro: Change NBSP to space. Move coding cookie from the
3666 second line to Local Variables. Fix title line.
3667
6b5341d3
MB
36682005-05-30 Miles Bader <miles@gnu.org>
3669
3670 * emacs-buffer.gdb: Remove RCS keywords.
3671
a7868bfa
NF
36722005-05-30 Noah Friedman <friedman@splode.com>
3673
3674 * emacs-buffer.gdb: New file.
e55df387 3675 * NEWS: Mention it.
a7868bfa 3676
36f28e7f
RS
36772005-05-28 Richard M. Stallman <rms@gnu.org>
3678
3679 * TUTORIAL.fr: Change NBSP to space.
3680
e495eaec
BW
36812005-05-28 Bill Wohler <wohler@newt.com>
3682
3683 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.84.
3684
639ec765
NR
36852005-05-19 Nick Roberts <nickrob@snap.net.nz>
3686
3687 * TODO: post-command-idle-hook has gone.
3688
1e866943
JB
36892005-05-16 Juanma Barranquero <lekktu@gmail.com>
3690
3691 * NEWS: Remove references to open-network-stream-nowait and
3692 open-network-stream-server.
3693
820f92e1
RS
36942005-05-15 Richard M. Stallman <rms@gnu.org>
3695
3696 * GNU: Correct/improve previous change.
3697
d06ba294
RS
36982005-05-14 Richard M. Stallman <rms@gnu.org>
3699
3700 * GNU: Update footnotes.
3701
85ddb888
RS
3702 * NEWS: Lots of clarifications and cleanups.
3703
ade817bd 37042005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se>
e31eb62c 3705
1953295b 3706 * TUTORIAL.pl: Updated header.
e31eb62c 3707
406c0f12
RS
37082005-05-02 Richard M. Stallman <rms@gnu.org>
3709
3710 * NEWS: More rearrangements.
3711
30b0da81
RS
37122005-05-02 Chong Yidong <cyd@stupidchicken.com>
3713
3714 * NEWS: Items rearranged in logical order.
3715
6544b8f6
LH
37162005-05-01 Lars Hansen <larsh@math.ku.dk>
3717
3718 * NEWS: Correct key binding for dired-mark-omitted.
3719
c9b630f7
DN
37202005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3721
35b1b8ab
DN
3722 * NEWS: Mention xterm key bindings.
3723
c9b630f7
DN
3724 * e/eterm.ti: Add a comment.
3725 * e/eterm: Regenerate.
3726
70ca7cb3
TTN
37272005-04-25 Alex Ott <ott@jet.msk.su>
3728
3729 * TUTORIAL.ru: Update.
3730
880820fe 37312005-04-13 Pavel Janík <Pavel@Janik.cz>
f425f742
PJ
3732
3733 * TUTORIAL.sk: Updated header.
3734
880820fe 37352005-04-12 Jan Djärv <jan.h.d@swipnet.se>
ed0fb1f1
JD
3736
3737 * NEWS: Mention cursorBlink resource.
3738
b7461be9
YM
37392005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3740
3741 * NEWS: Mention dynamic change of keyboard-coding-system on Mac.
3742
880820fe 37432005-04-10 Jan Djärv <jan.h.d@swipnet.se>
4a4cbd00
JD
3744
3745 * NEWS: Mention fontSet for Lucid menus.
3746
0c9a01ff
MY
37472005-04-10 Masatake YAMATO <jet@gyve.org>
3748
1953295b
SM
3749 * compilation.txt (symbol): Add gcov-file
3750 gcov-bb-file gcov-never-called-line gcov-called-line.
0c9a01ff 3751
c09b2b56
KH
37522005-04-08 Kenichi Handa <handa@m17n.org>
3753
3754 * TUTORIAL.ja: Updated header, contents synchronized with
3755 TUTORIAL at 2005-04-01T00:31:25Z!rms@gnu.org.
3756
880820fe 37572005-04-06 Pavel Janík <Pavel@Janik.cz>
7237931b
PJ
3758
3759 * TUTORIAL.cs: Updated header.
3760
7bade82d
WL
37612005-04-05 Werner Lemberg <wl@gnu.org>
3762
3763 * TUTORIAL.de: Updated header.
3764
28cfe103 37652005-04-05 Marcelo Toledo <marcelo@gnu.org>
a049b36c 3766
1953295b 3767 * TUTORIAL.translators: Added the field Maintainer.
a049b36c 3768
b2c2fcb7
TTN
37692005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
3770
3771 * TUTORIAL.it: Move "copying conditions at end" sentence after title.
3772
e3039e63
TTN
37732005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
3774
3775 * TUTORIAL.ja: Update text before first period.
3776 Reported by Kenichi Handa.
3777
b7dc1e82 37782005-04-02 Richard M. Stallman <rms@gnu.org>
e3039e63 3779
b7dc1e82
RS
3780 * TUTORIAL.ja, TUTORIAL.cn, TUTORIAL.ru, TUTORIAL.zh: Remove the
3781 old intro line that apparently was a longer version of "Emacs
3782 tutorial".
3783
3784 * TUTORIAL.es: Clean up line breaks.
3785
28cfe103 37862005-04-01 Marcelo Toledo <marcelo@gnu.org>
f290db1d 3787
51ce60a7 3788 * TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de,
1953295b
SM
3789 * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko,
3790 * TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru,
3791 * TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line.
1e866943 3792
28cfe103 37932005-04-01 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
1e866943 3794
1953295b
SM
3795 * TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in
3796 2005-02-08T14:20:54Z!lute@gnu.org, "Emacs" is not transliterated to cyrillic anymore;
3797 Minor fixes.
28cfe103
MT
3798
37992005-04-01 Mats Lidell <matsl@contactor.se>
e3039e63 3800
1953295b
SM
3801 * TUTORIAL.sv: Sync some other changes with the TUTORIAL version
3802 2005-04-01T00:31:25Z!rms@gnu.org.
f290db1d 3803
1d88af04
LK
38042005-04-01 Lute Kamstra <lute@gnu.org>
3805
3806 * TUTORIAL.nl: Fix title line.
3807
19577b0e
TTN
38082005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3809
3810 * TUTORIAL: Add title line.
3811 * TUTORIAL.bg, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de,
3812 * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja,
3813 * TUTORIAL.ko, TUTORIAL.nl, TUTORIAL.pl, TUTORIAL.pt_BR,
3814 * TUTORIAL.ro, TUTORIAL.ru, TUTORIAL.sk, TUTORIAL.sl
3815 * TUTORIAL.sv, TUTORIAL.th, TUTORIAL.zh: Likewise.
3816
10ace8ea
MB
38172005-03-29 Reiner Steib <Reiner.Steib@gmx.de>
3818
3819 * gnus-refcard.tex, gnus-logo.eps: New files.
3820
bbcb3b44
DP
38212005-03-23 David Ponce <david@dponce.com>
3822
3823 * NEWS: Mention recentf-keep.
3824
f31259da
LK
38252005-03-17 Lute Kamstra <lute@gnu.org>
3826
3827 * TODO: Remove define-generic-mode entry (DONE).
3828
3235a9ea
MA
38292005-03-10 Michael Albinus <michael.albinus@gmx.de>
3830
3831 * NEWS: Explain how to default Tramp to FTP.
3832
7709cbbd
YM
38332005-03-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3834
2313f861 3835 * NEWS: Mention Carbon build on Mac OS 9.
3235a9ea 3836
70d9a9cd
DK
38372005-03-01 David Kastrup <dak@gnu.org>
3838
3839 * DEBUG: Add information about `-fno-crossjumping' for GCC.
3840
2dbccf96
LK
38412005-02-14 Lute Kamstra <lute@gnu.org>
3842
6a361c41
LK
3843 * TODO: Remove battery.el entry (DONE).
3844
2dbccf96
LK
3845 * TUTORIAL.nl: Synchronize with TUTORIAL. Correct some typos.
3846 Make the terminology more consistent. Fill the text using the
3847 default `fill-column'.
3848
41835686
LK
38492005-02-08 Lute Kamstra <lute@gnu.org>
3850
3851 * TUTORIAL: Remove some uses of the term "buffer" before it is
3852 properly introduced. Update the description of the mode line.
3853 Consistently use "<ESC>" to denote the ESC key and "<SPC>" to
3854 denote the Space bar. Capitalize all command descriptions.
3855
ba2c991c
RS
38562005-02-06 Richard M. Stallman <rms@gnu.org>
3857
3858 * DEBUG: Minor clarification.
3859
6082a820
EZ
38602005-02-05 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3861
3862 * emacs.bash: Update the name of the socket of the Emacs server.
3863
3d4d788a
DK
38642005-01-22 David Kastrup <dak@gnu.org>
3865
3866 * NEWS: Mention alias `find-grep' for `grep-find'.
3867
568931f0
NR
38682005-01-22 Nick Roberts <nickrob@snap.net.nz>
3869
3870 * TODO: Add entry for toolbar on ttys.
3871
6869a824
NR
38722005-01-18 Nick Roberts <nickrob@snap.net.nz>
3873
3874 * DEBUG: Suggest separate terminal for debug session.
3875
43805352
EZ
38762005-01-15 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3877
3878 * TUTORIAL.nl: Correct translation and the Dutch text (typos).
3879 More consistent use of terminology.
3880
20d6de82
RS
38812005-01-13 Cheng Gao <chenggao@gmail.com>
3882
3883 * MORE.STUFF: Add entries of some well known and widely used packages.
3235a9ea 3884
9abb41eb
LH
38852005-01-07 Lars Hansen <larsh@math.ku.dk>
3886
3887 * NEWS: Describe desktop package lazy restore feature.
3888
fda2922a
RS
38892004-12-21 Richard M. Stallman <rms@gnu.org>
3890
3891 * DISTRIB: Don't say "freeware".
3892
d3d89631
NR
38932004-12-15 Nick Roberts <nickrob@snap.net.nz>
3894
3895 * DEBUG: Change printing example to break on a procedure name.
3896
09411f50
DN
38972004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
3898
3899 * e/eterm.ti: Add rs1.
3900 * e/eterm: Regenerate.
3901
0473753a
RS
39022004-12-08 Alexandre VEYRENC <veyrenc@wanadoo.fr> (tiny change)
3903
3904 * fr-refcard.tex: Fix typos.
3905
880820fe 39062004-12-07 Jan Djärv <jan.h.d@swipnet.se>
b11e8823
JD
3907
3908 * PROBLEMS: Update information about klipper on KDE.
3909
880820fe 39102004-11-26 Jan Djärv <jan.h.d@swipnet.se>
3a0ab7ec
JD
3911
3912 * NEWS: Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
3913
880820fe 39142004-10-08 Frédéric Bothamy <frederic.bothamy@free.fr> (tiny change)
657f0f9c
EZ
3915
3916 * TUTORIAL.fr: Minor wording fix.
3917
5086e75d
LT
39182004-10-04 Luc Teirlinck <teirllm@auburn.edu>
3919
3920 * enriched.doc: Update for new bindings of `set-left-margin' and
3921 `set-right-margin'.
3922
0207b8ad
KS
39232004-10-04 Kim F. Storm <storm@cua.dk>
3924
3925 * DEBUG: Mention pp and ff commands.
3926
3326c1b5
LT
39272004-09-26 Luc Teirlinck <teirllm@auburn.edu>
3928
3929 * enriched.doc: `enriched-annotation-alist' is now called
3930 `enriched-translations'.
3931
d6be0122
DN
39322004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
3933
5879ac68 3934 * e/eterm.ti: Comment out smcup, rmcup. Add kbs, kdch1, rc, sc.
d6be0122 3935 Reformat.
1953295b 3936 * e/eterm: Regenerate.
d6be0122 3937
880820fe 39382004-09-25 Jan Djärv <jan.h.d@swipnet.se>
1f02a4ba
JD
3939
3940 * PROBLEMS: Updated exec-shield description.
3941
c8be3fe8
KS
39422004-09-16 Dan Nicolaescu <dann@ics.uci.edu>
3943
3944 * e/eterm.ti: Change the strings for smso and rmso.
25e90411 3945 * e/eterm: Regenerate.
c8be3fe8 3946
8bca0606
TTN
39472004-09-09 Thien-Thi Nguyen <ttn@gnu.org>
3948
3949 * MORE.STUFF (EDB): Update entry.
3950
4e14f66c
KS
39512004-09-07 Dan Nicolaescu <dann@ics.uci.edu>
3952
3953 * e/eterm.ti: Add `op' entry to enable colors in term.
1953295b 3954 * e/eterm: Regenerate.
4e14f66c 3955
db1febad
EZ
39562004-09-04 Eric S. Raymond <esr@thyrsus.com>
3957
3958 * PROBLEMS: More reorganization to exile old stuff to the
3959 pre-2000 section. I looked up end-of-life dates for a bunch
3960 of old Unixes to check.
3961
eccf9613
BW
39622004-08-24 Bill Wohler <wohler@newt.com>
3963
3964 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.82.
3965
90a02640
DK
39662004-08-22 David Kastrup <dak@gnu.org>
3967
3968 * PROBLEMS, MAILINGLISTS: Update AUCTeX information.
3969
d103d8b3
BW
39702004-08-21 Bill Wohler <wohler@newt.com>
3971
3972 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.81.
3973
29bbca9e
EZ
39742004-08-21 Eric S. Raymond <esr@thyrsus.com>
3975
3976 * PROBLEMS: Massively rearranged by category, to make environment
3977 features and symptoms easier to find. Bugs relating to
3978 20th-century systems moved to the end. Most problem headers
3979 changed to "object: variation" format.
3980
f0d73c14
BW
39812004-08-15 Bill Wohler <wohler@newt.com>
3982
3983 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.4.80.
3984
e11d1dd9
EZ
39852004-08-14 Romain Francoise <romain@orebokech.com>
3986
3987 * NEWS: Mention the thumbs.el package.
3988
25f38310 39892004-08-14 Eric Hanchrow <offby1@blarg.net>
ab5a4a32
EZ
3990
3991 * TUTORIAL.es: Replace actual whitespace with the magic string
3992 that causes help-with-tutorial to automatically insert the correct
3993 amount.
3994
7c3225c3
ST
39952004-08-10 Steven Tamm <steventamm@mac.com>
3996
3997 * PROBLEMS: Remove description of Mac OS version upgrade
3998 problems as it is no longer applicable.
3999
05ea6a26
WL
40002004-07-27 Werner Lemberg <wl@gnu.org>
4001
4002 * NEWS: Document all new tutorials.
4003
23f87bed
MB
40042004-08-05 Reiner Steib <Reiner.Steib@gmx.de>
4005
4006 * GNUS-NEWS: Import from the v5_10 branch of the Gnus repository.
4007
4008 * NEWS (Gnus package): Gnus includes Sieve and PGG. Gnus changes
4009 are described in GNUS-NEWS.
4010
40112004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
4012
4013 * gnus.xpm, gnus-pointer.xbm, gnus-pointer.xpm: Import from the
4014 v5_10 branch of the Gnus repository.
4015
0f74bf4c
LT
40162004-07-14 Luc Teirlinck <teirllm@auburn.edu>
4017
4018 * MORE.STUFF: Tramp is now distributed with Emacs.
4019
a66894d8
BW
40202004-07-12 Bill Wohler <wohler@newt.com>
4021
4022 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.4.4.
4023
bcdf2143
DK
40242004-07-08 David Kastrup <dak@gnu.org>
4025
1953295b 4026 * NEWS (Lisp changes in 21.4): Document (match-data t) change.
bcdf2143 4027
ad8a607d
EZ
40282002-06-26 Eli Zaretskii <eliz@is.elta.co.il>
4029
4030 * FOR-RELEASE: Moved to the admin directory.
4031
1791907b
DK
40322004-06-24 David Kastrup <dak@gnu.org>
4033
4034 * NEWS: Move description from new paragraph-start and
4035 indent-line-function defaults to general news instead of new
1953295b
SM
4036 packages. Same for query-replace-skip-read-only.
4037 Add description of new `\,' and `\?' replacement string features.
1791907b 4038
dce417e7
LT
40392004-06-23 Luc Teirlinck <teirllm@auburn.edu>
4040
4041 * MORE.STUFF: Delete obsolete URL.
4042
61d244ca
LH
40432004-06-10 Lars Hansen <larsh@math.ku.dk>
4044
5879ac68 4045 * NEWS: Describe dired-omit-mode. Describe desktop package changes.
61d244ca 4046
32364f49
ST
40472004-05-29 Steven Tamm <steventamm@mac.com>
4048
4049 * PROBLEMS: Document the workaround for the Mac OS X port not
4050 picking up the environment variables from dotfiles.
4051
f3298aad
JL
40522004-05-16 Juri Linkov <juri@jurta.org>
4053
4054 * TUTORIAL.pt_BR: Add coding: latin-1, sentence-end-double-space: nil.
4055
4056 * ru-refcard.tex: Add C-u and RET to `C-h t Russian'.
4057
c1380aa6
EZ
40582004-05-15 Alex Ott <ott@jet.msk.su>
4059
4060 * ru-refcard.tex, ru-refcard.ps: New files.
4061
ddda21d3
DP
40622004-05-14 David Ponce <david@dponce.com>
4063
1953295b 4064 * tree-widget: New directory containing tree-widget themes and images.
ddda21d3 4065
28cfe103 40662004-04-13 Marcelo Toledo <marcelo@gnu.org>
b8d5565f 4067
5879ac68 4068 * TUTORIAL.pt_BR: Initial check-in.
b8d5565f 4069
24d5055c
SM
40702004-05-06 Dave Love <fx@gnu.org>
4071
4072 * emacs.py: New file for python-mode's internal use.
4073
ba1c68de
SM
40742004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4075
4076 * TODO: Use outline mode. Remove compile.el entry (done).
4077
d1d37da8
JL
40782004-04-18 Juri Linkov <juri@jurta.org>
4079
4080 * TUTORIAL.fr, TUTORIAL.pl, TUTORIAL.ru, TUTORIAL.sl, TUTORIAL.sv
4081 * TUTORIAL.th: Add sentence-end-double-space: nil.
4082
4083 * TUTORIAL.it, TUTORIAL.nl, TUTORIAL.sv: Add coding: latin-1.
4084
28cfe103 40852004-04-16 Alex Ott <ottalex@narod.ru>
02913968 4086
28cfe103 4087 * TUTORIAL.ru: Various corrections.
02913968 4088
d2072c54
JL
40892004-04-14 Jan Nieuwenhuizen <janneke@gnu.org>
4090
4091 * TUTORIAL.nl: Update Delete/Delback translation.
4092
43ea9947
JH
40932004-04-05 Jesper Harder <harder@ifa.au.dk>
4094
4095 * TODO: Remove index-apropos entry.
4096
35aeddc4
JL
40972004-04-01 Juri Linkov <juri@jurta.org>
4098
4099 * HELLO: Add Javanese.
4100
30301a73
VJL
41012004-03-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4102
4103 * ps-prin1.ps: Clip the header and footer area, so text will not be
4104 printed outside header or footer, respectively.
4105 (HeaderClip, FooterClip): New PostScript funs.
4106 (HeaderText, FooterText): Adjust PostScript code.
4107
880820fe 41082004-03-29 Jan Djärv <jan.h.d@swipnet.se>
6d8e13a0
JD
4109
4110 * TODO: Removed drag-and-drop entry (DONE).
4111
ab24c127
KS
41122004-03-19 Kim F. Storm <storm@cua.dk>
4113
4114 * TODO: Remove entries for fringe related issues (DONE).
4115 Remove entry about image-relative coordinates of mouse clicks (DONE).
4116
44c0a465
SM
41172004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4118
4119 * compilation.txt: New file.
4120
89b1172b
JB
41212004-02-29 Juanma Barranquero <lektu@terra.es>
4122
4123 * NEWS: Remove bogus reference to user option unicode-data.
4124
8c094106
EZ
41252004-02-16 Klaus Zeitler <kzeitler@lucent.com>
4126
4127 * PROBLEMS: Document crashes on X when build with GCC and GNU ld.
4128
ea855511
AS
41292004-02-08 Andreas Schwab <schwab@suse.de>
4130
4131 * NEWS: Fix typo.
4132
89b1172b 41332003-12-29 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
d9c4f512
EZ
4134
4135 * TUTORIAL.bg: Use windows-1251 encoding. Fix punctuation errors.
4136
cae8ddbb
LH
41372003-11-21 Lars Hansen <larsh@math.ku.dk>
4138
4139 * TODO: Add plans for change of file attributes UID and GID from
4140 integer to string.
89b1172b
JB
4141
41422003-11-10 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
e0739877
KH
4143
4144 * HELLO: Add Kannada.
4145
b8811003
KH
41462003-11-05 Juri Linkov <juri@jurta.org>
4147
4148 * HELLO: Fix language names. Add C, Braille, Georgian, Ukrainian.
4149 Add IPA pronunciation to English. Fix tab widths.
4150
984002eb
EZ
41512003-11-03 David Ponce <david.ponce@wanadoo.fr>
4152
4153 * PROBLEMS: Document segfaults with Linux kernels that enable the
4154 Exec-shield functionality.
4155
85afc7c7
KH
41562003-10-30 Kenichi Handa <handa@m17n.org>
4157
4158 * HELLO: Fix cases of language names. Make German lines one.
89b1172b 4159 Delete FORTRAN, add Mathematics.
85afc7c7 4160
880820fe 41612003-10-24 Jan Djärv <jan.h.d@swipnet.se>
f16a1bf6
JD
4162
4163 * PROBLEMS: Characters are displayed as empty boxes or
4164 with wrong font under X.
4165
00694c20
WL
41662003-09-30 Werner Lemberg <wl@gnu.org>
4167
4168 * TUTORIAL.de: Minor updates and grammatical fixes.
4169
b9e6b498
GM
41702003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
4171
4172 * TODO: Add invisible text kill/yank issue.
4173
f387bdea
RS
41742003-08-29 Wim Nieuwenhuizen <wwwillem@xs4all.nl>
4175
4176 * TUTORIAL.nl: Many changes.
4177
70d76272
SE
41782003-08-20 Stephen Eglen <stephen@gnu.org>
4179
4180 * MORE.STUFF: Update URLs for several projects.
4181
5b4ffca2
AC
41822003-07-22 Andrew Choi <akochoi@shaw.ca>
4183
4184 * PROBLEMS: Truncated process output with pty's on Mac OS X.
4185
0ea94e9b
NR
41862003-07-14 Nick Roberts <nick@nick.uklinux.net>
4187
4188 * NEWS: Merge in the changes for versions 21.2 and 21.3 as
4189 documented on the EMACS_21_1_RC branch.
4190
603b8073
KH
41912003-03-03 Chao-Hong Liu <chliu@gnu.org>
4192
4193 * TUTORIAL.cn: Updated.
4194 * TUTORIAL.zh: Updated.
4195
924df208
BW
41962003-04-24 Bill Wohler <wohler@newt.com>
4197
4198 * MH-E-NEWS: Upgraded to MH-E version 7.3.
4199
a8feaa04 42002003-04-03 Kenichi Handa <handa@m17n.org>
162eab5f
KH
4201
4202 * HELLO: Fix the malayalam line.
4203
19c37f01
DL
42042003-04-01 Dave Love <fx@gnu.org>
4205
6772c8e1 4206 * letter.xpm: Use transparent/opaque `colors'.
19c37f01 4207
8064e321
DL
4208 * letter.xbm: Deleted.
4209
4210 * letter.pbm: New.
4211
a670d17a
AS
42122003-03-24 Andreas Schwab <schwab@suse.de>
4213
4214 * HELLO: Remove extra TAB in Greek entries.
4215
9a6155bb
KH
42162003-03-03 Chao-Hong Liu <chliu@gnu.org>
4217
4218 * TUTORIAL.cn, TUTORIAL.zh: New files.
4219
0a8548de 4220 * TUTORIAL.translators: List TUTORIAL.cn and TUTORIAL.zh.
9a6155bb 4221
746ba5c1
KH
42222003-02-24 Kenichi Handa <handa@m17n.org>
4223
4224 * HELLO: Add Malayalam.
4225
b8b42717
DL
42262003-02-13 Dave Love <fx@gnu.org>
4227
4228 * TUTORIAL.es: Add coding spec.
4229
61cb0b53
KH
42302003-02-11 Kenichi Handa <handa@m17n.org>
4231
4232 * HELLO: Fix Hindi and add Tamil.
4233
880820fe 42342003-02-05 Francesco Potortì <pot@gnu.org>
bd6f8e84
FP
4235
4236 * TUTORIAL.it: Italian tutorial.
4237 From Alfredo Finelli <alfredofnl@tiscali.it> (original translator).
880820fe 4238 Revised by Francesco Potortì <pot@gnu.org>.
bd6f8e84 4239
3d7ca223
BW
42402003-02-03 Bill Wohler <wohler@newt.com>
4241
4242 * MH-E-NEWS: Upgraded to MH-E version 7.2.
4243
c60ee5e7
JB
42442003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4245
4246 * MACHINES: Added Cygwin.
4247
880820fe 42482003-01-27 Jan Djärv <jan.h.d@swipnet.se>
46def989
JD
4249
4250 * DEBUG: Added note about xmon.
4251
675d000f
RS
42522003-01-20 Joanna Pluta <joanna_p@gazeta.pl>
4253
4254 * TUTORIAL.pl: Updated.
4255
880820fe 42562003-01-11 Pavel Janík <Pavel@Janik.cz>
50ac5b3c
PJ
4257
4258 * TUTORIAL.sk: Updated to reflect changes in English version.
880820fe 4259 From Miroslav Vaško <zemiak@zoznam.sk>.
50ac5b3c 4260
880820fe 42612003-01-09 Francesco Potortì <pot@gnu.org>
98657898
FP
4262
4263 * etags.1: Added reference to the new `etags --help --lang=LANG'
4264 option.
4265
c3d9274a
BW
42662003-01-08 Bill Wohler <wohler@newt.com>
4267
4268 * MH-E-NEWS: Upgraded to MH-E version 7.1.
4269
128a6043
ST
42702003-01-01 Steven Tamm <steventamm@mac.com>
4271
4272 * MACHINES: Added pointer to Mac OS X install instructions.
4273
14e7b3a9
KH
42742002-12-10 Kenichi Handa <handa@m17n.org>
4275
4276 * TUTORIAL.sv: Renamed from TUTORIAL.se.
4277
bdcfe844
BW
42782002-11-29 Bill Wohler <wohler@newt.com>
4279
4280 * MH-E-NEWS: Upgraded to MH-E version 7.0.
4281
880820fe 42822002-11-22 Rafael Sepúlveda <drs@gnulinux.org.mx>
1fc628ee 4283
28cfe103 4284 * TUTORIAL.es: Extensively changed and updated.
1fc628ee 4285
a1b4049d
BW
42862002-10-01 Bill Wohler <wohler@newt.com>
4287
4288 * MH-E-NEWS: Upgraded to mh-e version 6.1.1.
4289
7ed9159a
JY
42902002-09-16 Jonathan Yavner <jyavner@engineer.com>
4291
4292 * ses-example.ses: New file: example spreadsheet.
4293
6c61f3f4
KH
42942002-09-04 Kenichi Handa <handa@etl.go.jp>
4295
4296 * HELLO: Fix Unicode Greek line.
4297
42982002-09-03 Kenichi Handa <handa@etl.go.jp>
4299
4300 * TUTORIAL.ja: Updated in accordance with the latest English
4301 version.
4302
60753e2d
AS
43032002-09-01 Andreas Schwab <schwab@suse.de>
4304
4305 * TUTORIAL.de: Updated in accordance with the English version.
4306 From Mario Lang <mlang@delysid.org>.
4307
473d2053
MR
43082002-08-12 Markus Rost <rost@math.ohio-state.edu>
4309
4310 * HELLO: Fix some white spaces.
4311
ca8f3642
RS
43122002-06-26 Richard M. Stallman <rms@gnu.org>
4313
4314 * ps-prin0.ps, ps-prin1.ps: Add license exception.
4315
5fd4d159
EZ
43162002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
4317
880820fe 4318 * TUTORIAL.fr: New version from Éric Jacoboni <jaco@teaser.fr>.
5fd4d159 4319
9e00616f
EZ
43202002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
4321
4322 * HELLO: Add a few greetings that use Unicode characters.
4323
45fd9aa5
EZ
43242002-04-20 Eli Zaretskii <eliz@is.elta.co.il>
4325
4326 * termcap.src: New version from ftp://invisible-island.net.
4327
880820fe 43282002-03-24 Pavel Janík <Pavel@Janik.cz>
bb2f7e35
PJ
4329
4330 * TUTORIAL.translators: New file, list of tutorial translators.
4331
43ef72f2
SZ
43322002-02-01 ShengHuo ZHU <zsh@cs.rochester.edu>
4333
3ed8598c 4334 * gnus.xpm: Remove garbage.
43ef72f2 4335
880820fe 43362002-01-27 Pavel Janík <Pavel@Janik.cz>
7a4b11ca
PJ
4337
4338 * letter.xpm: New file, XPM variant of letter.xbm.
4339
880820fe 43402001-12-03 Pavel Janík <Pavel@Janik.cz>
58cfce98
PJ
4341
4342 * COPYING: Move back.
4343
880820fe 43442001-11-29 Pavel Janík <Pavel@Janik.cz>
0142178a
PJ
4345
4346 * COPYING: Removed.
4347
d4b56a8f
EZ
43482001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4349
4350 * emacstool.1, etags.1, emacs.1: Modify distribution terms to
4351 something simpler than the GFDL.
4352
f2d176f2
CW
43532001-11-22 Colin Walters <walters@debian.org>
4354
bbf908bc
LM
4355 * PROBLEMS: Remove already applied calc info patches.
4356 Clarify that there is no such thing as Debian GNU/Linux 2.4.3. ftpd is
f2d176f2
CW
4357 not handled by alternatives in Debian, the reporter surely meant
4358 just "--config ftp".
4359
740d1567
EZ
43602001-11-18 Eli Zaretskii <eliz@is.elta.co.il>
4361
880820fe 4362 * fr-survival.tex: New file, from Éric Jacoboni <jaco@teaser.fr>.
740d1567 4363
bcd83ff9
EZ
43642001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
4365
880820fe 4366 * TUTORIAL.fr: New version from Éric Jacoboni <jaco@teaser.fr>.
bcd83ff9 4367
d1c9842e
CW
43682001-11-17 Colin Walters <walters@debian.org>
4369
4370 * PROBLEMS: Remove calc problems.
4371
c054b556
EZ
43722001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
4373
880820fe 4374 * TUTORIAL.fr: New file. From Éric Jacoboni <jaco@teaser.fr>.
c054b556 4375
1b23afd5
EZ
43762001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
4377
4378 * Makefile (mostlyclean, clean, distclean, maintainer-clean):
4379 Add *.dvi and *.log.
4380 (SOURCES): Update the list of files.
4381
4382 * calccard.tex: New file.
4383 * calccard.ps: New file.
4384
177338c4
EZ
43852001-11-01 Eli Zaretskii <eliz@is.elta.co.il>
4386
4387 * etags.1: Replace presentation-level troff macros that simulate
4388 tables with tbl markup. From Eric S. Raymond <esr@thyrsus.com>.
4389
71431a0e
GM
43902001-10-20 Gerd Moellmann <gerd@gnu.org>
4391
6aa97356 4392 * (Version 21.1 released.)
71431a0e 4393
07b041a7
EZ
43942001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
4395
4396 * HELLO: Fix the Italian and Maltese entries. From Trevor Spiteri
4397 <tbspit@eng.um.edu.mt>.
4398
880820fe 43992001-08-25 Pavel Janík <Pavel@Janik.cz>
13583fa4
EZ
4400
4401 * HELLO: Slovak language name added to be compatible with other
4402 languages.
4403
13544774
EZ
44042001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
4405
4406 * TUTORIAL.pl: Updated in accordance with the English version.
880820fe 4407 From Beata Wierzchołowska <beataw@orient.uw.edu.pl> and
744d746b 4408 Janusz S. Bien <jsbien@mail.uw.edu.pl>.
13544774 4409
3a4f8160
EZ
44102001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
4411
4412 * MACHINES: Modify the entry for HITACHI SR2001/SR2201 series, as
4413 per config.sub and config.guess. Reported by Ryo Furue
4414 <furufuru@ccsr.u-tokyo.ac.jp>.
4415
880820fe 44162001-08-10 Pavel Janík <Pavel@Janik.cz>
9d9fd4e8
PJ
4417
4418 * TUTORIAL.sk: Updated in accordance with the English version.
880820fe 4419 From Miroslav Vaško <vasko@debian.cz>.
9d9fd4e8 4420
402acb3e
EZ
44212001-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4422
4423 * TUTORIAL.ko: Updated in accordance with the English version.
4424 From Koaunghi Un <koaunghi@world.kaist.ac.kr>.
4425
880820fe 44262001-08-06 Pavel Janík <Pavel@Janik.cz>
86f9d5af 4427
402acb3e 4428 * TUTORIAL.cs: Update from Milan Zamazal.
86f9d5af 4429
880820fe 44302001-08-05 Pavel Janík <Pavel@Janik.cz>
dffb6224 4431
5879ac68 4432 * TUTORIAL.cs, TUTORIAL.sk, cs-refcard.tex, sk-refcard.tex: E-mail
dffb6224
PJ
4433 address of Milan Zamazal changed.
4434
880820fe 44352001-08-04 Pavel Janík <Pavel@Janik.cz>
1e78d347 4436
402acb3e
EZ
4437 * TUTORIAL, TUTORIAL.cs: Be consistent when naming CONTROL and
4438 META keys.
1e78d347 4439
b344d29d 44402001-05-17 Francesco Potortì <pot@gnu.org>
6f460497 4441
fffa137c 4442 * etags.1: Add the latest changes to etags behavior.
6f460497 4443
716d48ed
EZ
44442001-05-04 Eli Zaretskii <eliz@is.elta.co.il>
4445
4446 * emacsclient.1: Place in the public domain.
4447
42ec1588
EZ
44482001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
4449
4450 * emacstool.1: Place under GFDL.
4451
26978e9a
EZ
44522001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
4453
4454 * emacs.1: Place under GFDL.
4455
4456 * etags.1: Ditto.
4457
4458 * gfdl.1: New file.
4459
6f4dd4dc
GM
44602001-04-18 Gerd Moellmann <gerd@gnu.org>
4461
4462 * TUTORIAL.sk, sk-survival.tex
4463 * sk-refcard.ps, sk-refcard.tex, sk-dired-ref.ps
4464 * sk-dired-ref.tex: New files.
6f460497 4465
6f4dd4dc 4466 * cs-survival.tex, cs-dired-ref.ps, cs-dired-ref.tex: New files.
880820fe 4467 From Pavel@Janik.cz (Pavel Janík).
6f4dd4dc 4468
719d83ad
GM
44692001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4470
4471 * ps-prin1.ps: Footer implementation. Doc fix.
4472 (doLineNumber): Code fix for line number color.
bbf908bc
LM
4473 (BeginPage, BeginSheet, HeaderFramePath, HeaderFrame, HeaderText):
4474 Code fix for footer implementation.
719d83ad
GM
4475 (TextStart, SetFooterLines, FooterFrameStart, doFramePath)
4476 (FooterFramePath, doFrame, FooterFrame, FooterStart)
4477 (HeaderOrFooterTextLines, HeaderOrFooterText, FooterText): New funs.
4478
b3f6107b
GM
44792001-04-03 Gerd Moellmann <gerd@gnu.org>
4480
4481 * splash8.xpm: New image from Luis Fernandes <elf@ee.ryerson.ca>
4482 for color depth 8.
4483
acfb077d
GM
44842001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4485
4486 * ps-prin1.ps: Line and paragraph spacing feature.
4487 (LineHS, ParagraphHS, EffectUnderline, EffectStrikeou, EffectOverline)
4488 (EffectShadow, EffectBox, EffectOutline): New vars.
4489 (PSL, S, EF, printZebra, doColumnZebra, doZebra): Code fix.
4490 (PHL, LHL): New funs.
4491
4492 * ps-prin2.ps: File eliminated.
6f460497 4493
e6b13c74
GM
44942001-03-26 Gerd Moellmann <gerd@gnu.org>
4495
4496 * splash.pbm: New image from Luis Fernandes <elf@ee.ryerson.ca>.
4497
7589860e
GM
44982001-03-15 Gerd Moellmann <gerd@gnu.org>
4499
4500 * splash.xpm, splash.pbm: Replaced with new images from
4501 Luis Fernandes <elf@ee.ryerson.ca>.
4502
75dfe990
GM
45032001-03-05 Gerd Moellmann <gerd@gnu.org>
4504
4505 * cs-refcard.ps, cs-refcard.tex: New files.
4506
baebd8a5
GM
45072001-02-26 Gerd Moellmann <gerd@gnu.org>
4508
4509 * THE-GNU-PROJECT: New file.
4510
f6839838
AI
45112001-02-22 Andrew Innes <andrewi@gnu.org>
4512
4513 * MACHINES: Update pointer to MS-Windows install instructions.
4514
54ed3bd2
GM
45152001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4516
4517 * ps-prin1.ps: Code fix to support `ps-zebra-stripe-follow'
4518 functionality enhancement.
4519 (doColumnZebra): Code fix.
6f460497 4520
5f87b051
DL
45212001-02-08 Dave Love <fx@gnu.org>
4522
e57c6a77 4523 * tasks.texi, SERVICE: Updated.
5f87b051 4524
350d71b3
AI
45252001-02-03 Andrew Innes <andrewi@gnu.org>
4526
4527 * PROBLEMS: Add note about need to specify extra compiler flags
4528 with recent Cygwin ports of gcc.
4529
437368fe
EZ
45302001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4531
4532 * DEBUG: Expand and update, based on the instructions to
4533 pretesters, nt/INSTALL, and private communications and experience.
4534
35e8600f
DL
45352001-01-17 Dave Love <fx@gnu.org>
4536
4537 * termcap.src: New version from http://www.tuxedo.org/~esr/terminfo/.
4538
6d0afc03
GM
45392001-01-08 Gerd Moellmann <gerd@gnu.org>
4540
4541 * TUTORIAL.es: New file.
4542
a758f97d
GM
45432001-01-08 Kevin Gallagher <kevingal@onramp.net>
4544
4545 * edt-user.doc: Updated to reflect EDT Emulation version 4.0
5879ac68 4546 enhancements.
89d57763 4547
5e56e175
GM
45482000-12-29 Gerd Moellmann <gerd@gnu.org>
4549
4550 * fr-refcard.tex, fr-refcard.ps, fr-drdref.tex, fr-drdref.ps: New
4551 files.
4552
49172314
GM
45532000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4554
4555 * ps-prin1.ps: Handle form feed better when ps-zebra-stripe-follow
4556 is non-nil.
4557 (printZebra, BeginPage): Code fix.
89d57763 4558
125f929e
MB
45592000-12-15 Miles Bader <miles@gnu.org>
4560
10d1d0af 4561 * DEBUG: Add note about using `inverse-video' to detect excessive
125f929e
MB
4562 screen redraw.
4563
e2849090 45642000-12-07 Dave Love <fx@gnu.org>
63dfcf4b 4565
e2849090 4566 * CODINGS, CHARSETS: Removed. (Mule 2.3 relics.)
f29d1e75 4567
e2849090 45682000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2f8a6857 4569
e2849090 4570 * ps-prin1.ps: Eliminated the line number font predefinition.
2f8a6857 4571
fccf2940
KH
45722000-11-09 Kenichi Handa <handa@etl.go.jp>
4573
4574 * TUTORIAL.ja: Adjusted for the change of TUTORIAL (use C-x C-l,
4575 not M-:, as example of disabled command).
4576
57731876
GM
45772000-11-02 Gerd Moellmann <gerd@gnu.org>
4578
4579 * ONEWS.1, ONEWS.2, ONEWS.3, ONEWS.4: Renamed from NEWS.*.
4580
1e4d32f8
GM
45812000-10-16 Gerd Moellmann <gerd@gnu.org>
4582
4583 * 3B-MAXMEM, AIX.DUMP, SUN-SUPPORT: Removed.
4584
4585 * tasks.texi: Updated to the version from /gd/gnuorg.
4586
76eebffc
GM
4587 * FTP: Refer to the GNU web site.
4588
ab6afc64
DL
45892000-10-12 Dave Love <fx@gnu.org>
4590
4591 * gnus.pbm: New file.
4592
4593 * gnus.xbm: Deleted.
4594
a3489ece
MB
45952000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4596
4597 * gnus-pointer.xbm, gnus-pointer.xpm: Remove top empty line.
4598
36eb0a91
GM
45992000-09-22 Gerd Moellmann <gerd@gnu.org>
4600
4601 * splash.xbm: File removed.
4602 * splash.pbm: New file.
89d57763 4603
b7e11c5b
GM
46042000-09-20 Gerd Moellmann <gerd@gnu.org>
4605
4606 * splash.xbm: New file.
4607
c113de23
GM
46082000-09-19 Gerd Moellmann <gerd@gnu.org>
4609
4610 * splash.xpm: New file.
4611
e7997ff4
DL
46122000-09-11 Dave Love <fx@gnu.org>
4613
4614 * gnus.xbm, gnus.xpm, gnus-pointer.xpm, gnus-pointer.xbm: New
4615 files.
4616
87d0f685
GM
46172000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4618
4619 * ps-prin3.ps: Eliminated.
4620
4621 * ps-prin2.ps: Changed comment version (6.0).
4622
4623 * ps-prin1.ps: Changed comment version (6.0).
4624
4625 * ps-prin0.ps: Changed comment version (6.0).
89d57763 4626
177c0ea7 46272000-08-24 Wlodzimierz Bzyl <matwb@univ.gda.pl>
85d6400c
KH
4628
4629 * survival.tex: New file.
4630
6917e6bb
GM
46312000-08-21 Gerd Moellmann <gerd@gnu.org>
4632
4633 * de-refcard.ps, de-refcard.tex: Renamed from refcard-de.*.
89d57763 4634
6917e6bb
GM
4635 * pl-refcard.ps, pl-refcard.tex: Renamed from refcard-pl.*.
4636
3787e12e
GM
46372000-08-17 Gerd Moellmann <gerd@gnu.org>
4638
4639 * NEWS.1: Reintegrated into NEWS.
4640
4641 * OOOOONEWS...OONEWS: Renamed to NEWS.1...NEWS.4.
4642
1c2eabab
GM
46432000-08-16 Gerd Moellmann <gerd@gnu.org>
4644
d7b38c05
GM
4645 * dired-ref.tex, dired-ref.ps: New files.
4646
1c2eabab
GM
4647 * refcard-de.tex, refcard-de.ps: New files.
4648
e8bea4c0
GM
46492000-07-20 Gerd Moellmann <gerd@gnu.org>
4650
4651 * emacs.1: Change `-b' to `-bw'.
4652
aa9efec9
AS
46532000-07-07 Andreas Schwab <schwab@suse.de>
4654
4655 * yow.lines: Fix indentation.
4656
45f485a6
GM
46572000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4658
4659 * ps-prin0.ps: Insert a version number comment (5.2.2).
4660 Indentation fix.
4661
bbf908bc
LM
4662 * ps-prin1.ps: Insert a version number comment (5.2.2).
4663 Can select page size with/without giving an error if PostScript
45f485a6
GM
4664 printer doesn't have this kind of page size. Zebra Stripe
4665 continues or restarts on next page. Indentation fix.
4666 (BeginSheet): If necessary, rescale n-up to fit on the sheet of
4667 paper.
4668 (BeginDoc, doColumnZebra, HeaderText): Code fix.
4669 (SetPageSize): New proc.
4670
4671 * ps-prin2.ps: Insert a version number comment (5.2.2).
4672
4673 * ps-prin3.ps: Insert a version number comment (5.2.2).
4674 Indentation fix.
4675
a199a865
GM
46762000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4677
4678 * ps-prin1.ps: PostScript code compatibility with other utilities
4679 like mpage, psnup, etc.
4680 (isLineStep): Code fix.
4681 (BeginDoc, BeginSheet): Utility compatibility.
4682
3281430c
DL
46832000-05-03 Dave Love <fx@gnu.org>
4684
4685 * letter.xbm: New file.
4686
57cb56f5
GM
46872000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4688
4689 * ps-prin0.ps: PostScript level 1 compatibility.
4690
4691 * ps-prin1.ps: PostScript level 1 compatibility, Upside-down
4692 printing and line number step.
4693 (BeginDoc, doLineNumber, SL, HL): Code fix.
4694 (isLineStep, PSL): New funs.
4695
4696 * ps-prin3.ps: PostScript level 1 compatibility.
4697
34f3f342
GM
46982000-04-10 Gerd Moellmann <gerd@gnu.org>
4699
4700 * refcard.bit: Removed.
4701
857e88e2
KH
47022000-04-10 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
4703
4704 * refcard-pl.ps: New file.
4705 * refcard-pl.tex: New file.
4706
7438c86b
GM
47072000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4708
4709 * ps-prin0.ps: Replace gs_languagelevel by languagelevel.
4710 (DefOp): New proc.
4711
4712 * ps-prin1.ps: Replace gs_languagelevel by languagelevel.
4713 (printBackground, SetColor): New procs.
4714 (ZebraColor): Renaming old ZebraGray var.
89d57763 4715
1a3199d9
GM
47162000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4717
4718 * ps-prin1.ps: Eliminate SkipFirstPage.
4719
ee1c5b21
GM
47202000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4721
4722 * ps-prin0.ps: Define command only for language level 1.
4723
d0ab3e9d 47242000-03-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
89d57763 4725
57cb56f5
GM
4726 * ps-prin0.ps: Define packedarray operator for language level 1,
4727 adjust setduplexmode and settumble definitions.
89d57763 4728
81c7ca69
GM
47292000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4730
f78b3baf 4731 * ps-prin0.ps: New file.
89d57763 4732
81c7ca69
GM
4733 * ps-prin1.ps, ps-prin3.ps: Eliminate CheckConfig.
4734
6ddb893f
KH
47352000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4736
4737 * ps-prin1.ps, ps-prin2.ps, ps-prin3.ps: New files.
4738
3156909f
PE
47391999-11-30 Paul Eggert <eggert@twinsun.com>
4740
4741 * PROBLEMS: Update Solaris 2.6 and 7 problems.
4742
1b0d24e7
PE
47431999-11-22 Paul Eggert <eggert@twinsun.com>
4744
4745 * NEWS: Rename messages-locale to system-messages-locale
4746 and time-locale to system-time-locale.
4747
bab4e322
NF
47481999-10-24 Noah Friedman <friedman@splode.com>
4749
4750 * yow.lines: Add more quotes. Correct a misquote.
4751
4752 * spook.lines: Add more phrases.
4753
83a4cf1d
PE
47541999-10-23 Paul Eggert <eggert@twinsun.com>
4755
1b0d24e7 4756 * NEWS: Describe new functions and variables for locales.
83a4cf1d 4757
c37bbd4f
GM
47581999-10-07 Gerd Moellmann <gerd@gnu.org>
4759
4760 * TUTORIAL.ro: Change copyright statement.
bab4e322 4761
a933dad1
DL
47621999-07-12 Richard Stallman <rms@gnu.org>
4763
4764 * Version 20.4 released.
4765
47661999-06-27 Karl Heuer <kwzh@gnu.org>
4767
4768 * yow.lines: Fix indentation. Fix typo.
4769
47701999-01-19 Dave Love <fx@gnu.org>
4771
4772 * MORE.STUFF: Revamped.
4773
47741999-01-14 Dave Love <fx@gnu.org>
4775
4776 * FAQ: Merge posted updates.
4777
47781998-12-14 Dave Love <fx@gnu.org>
4779
4780 * FAQ: Somewhat edited copy of the most recently posted version.
4781
47821998-11-04 Kenichi Handa <handa@etl.go.jp>
4783
4784 * MACHINES (NEC EWS4800): New section.
4785
47861998-09-04 Karl Heuer <kwzh@gnu.org>
4787
4788 * TUTORIAL: Use C-x C-l, not M-:, as example of disabled command.
4789
47901998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4791
4792 * Version 20.3 released.
4793
4794 * TUTORIAL.ro: New file.
4795
47961998-04-10 Ken'ichi Handa <handa@melange.gnu.org>
4797
4798 * TUTORIAL.sl: Renamed back to the original.
4799
48001998-04-10 Kenichi Handa <handa@etl.go.jp>
4801
4802 * TUTORIAL.cs: Renamed from TUTORIAL.cz.
4803 * TUTORIAL.ja: Renamed from TUTORIAL.jp.
4804 * TUTORIAL.ka: Renamed from TUTORIAL.kr.
4805 * TUTORIAL.sk: Renamed from TUTORIAL.sl.
4806
48071998-04-06 Kenichi Handa <handa@etl.go.jp>
4808
4809 * TUTORIAL.jp: Re-translated for the latest TUTORIAL.
4810
48111998-03-26 Richard Stallman <rms@psilocin.gnu.org>
4812
4813 * TUTORIAL.sl: New file.
4814
48151997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4816
4817 * Version 20.2 released.
4818
48191997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4820
4821 * Version 20.1 released.
4822
48231997-06-02 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
4824
4825 * CODINGS, CHARSETS: New files.
4826
48271996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4828
4829 * Version 19.33 released.
4830
48311996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4832
4833 * Version 19.32 released.
4834
48351996-06-23 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4836
4837 * refcard.ps: File obtained from someone else;
4838 it was generated badly here.
4839
48401996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
4841
4842 * Version 19.31 released.
4843
48441996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
4845
4846 * TUTORIAL: Rephrase the first page to fit on a standard tty screen.
4847
48481996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
4849
4850 * emacs.bash: Use >|.
4851
48521996-01-20 Geoff Voelker <voelker@cs.washington.edu>
4853
4854 * rgb.txt: New file.
4855
48561995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4857
4858 * Version 19.30 released.
4859
48601995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
4861
4862 * gnus-tut.txt: New file.
4863
48641995-07-26 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
4865
4866 * Rename termcap to termcap.src, the historical name for an
4867 uninstalled termcap file.
4868
48691995-06-28 Eric S. Raymond <esr@spiff.gnu.ai.mit.edu>
4870
5879ac68 4871 * termcap.dat, termcap.ucb: Deleted and replaced.
a933dad1
DL
4872
4873 * termcap: New termcap file from the ncurses project; bigger,
bbf908bc
LM
4874 better, brighter, does away with waxy yellow buildup.
4875 Email me at terminfo@ccil.org if you have any trouble with this.
a933dad1
DL
4876
4877 * README: Changed to track above change.
4878
48791995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
4880
4881 * TUTORIAL: Delete reference to ALT. Change <Rubout> to <Delete>.
4882
48831995-04-26 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
4884
bbf908bc 4885 * Makefile (maintainer-clean): Rename from realclean.
a933dad1
DL
4886
48871995-04-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4888
4889 * tpu-doc.el: File moved to etc dir and renamed.
4890
48911995-04-07 Boris Goldowsky <boris@cs.rochester.edu>
4892
4893 * enriched.doc: Rewritten and simplified.
4894
48951994-11-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4896
4897 * Makefile (eterm): New rule.
4898 (TIC): New variable.
4899
4900 * e/eterm, e/eterm.ti: New files.
4901
49021994-10-24 Boris Goldowsky <boris@mole.gnu.ai.mit.edu>
4903
4904 * enriched.doc: New file.
4905
49061994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4907
4908 * Version 19.26 released.
4909
49101994-07-03 Richard Stallman (rms@gnu.ai.mit.edu)
4911
4912 * TUTORIAL: Talk about flow control along with C-x C-s and C-s.
4913
49141994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4915
4916 * Version 19.25 released.
4917
49181994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4919
4920 * Version 19.24 released.
4921
49221994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4923
4924 * Version 19.23 released.
4925
49261994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4927
4928 * Makefile (clean): Delete DOC*.
4929
49301993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4931
4932 * Version 19.22 released.
4933
49341993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4935
4936 * Version 19.21 released.
4937
49381993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4939
4940 * Version 19.20 released.
4941
49421993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4943
4944 * Version 19.19 released.
4945
49461993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4947
4948 * Version 19.18 released.
4949
49501993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4951
4952 * Version 19.16 released.
4953
49541993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4955
4956 * version 19.15 released.
4957
49581993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4959
4960 * Version 19.14 released.
4961
49621993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4963
5879ac68 4964 Bring mumbleclean targets into conformance with GNU coding standards.
a933dad1
DL
4965 * Makefile (distclean): Don't remove backup and autosave files.
4966 These are easy to get rid of in other ways, and a pain to lose.
4967 (mostlyclean, realclean): New targets.
4968
49691993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4970
4971 * Version 19.13 released.
4972
49731993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4974
4975 * Version 19.10 released.
4976
49771993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4978
4979 * Version 19.9 released.
4980
49811993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4982
4983 * Version 19.8 released.
4984
49851993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4986
5879ac68 4987 * Version 19.7 released.
a933dad1
DL
4988
49891993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4990
4991 * MACHINES: Mention Linux.
4992
49931993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4994
4995 * MACHINES: Add section for NeXT, from Thorsten Ohl.
4996
49971993-04-28 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4998
4999 * NEWS: Documented picture-mode improvements.
5000
50011993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5002
5003 * NEWS: Described the new properties of arrow keys and
5004 next-line-add-newlines. Fixed up the GUD description, it was
5005 out of date. This file referenced LNEWS when it should have
5006 said news.texi; fixed.
5007
5879ac68 5008 * news.texi: invocation-name now exists.
a933dad1
DL
5009
50101993-03-27 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5011
5012 * MORE.STUFF: Added.
5013
50141993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5015
5016 * NEWS: Preserved jimb's last change (documenting kill on
5017 read-only buffers).
bab4e322 5018
a933dad1
DL
5019 Added documentation on new info features.
5020
50211993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5022
97fdf31e 5023 * spook.lines: Alpha-sorted this, and added some new hot buttons
a933dad1
DL
5024 for the 1990s.
5025
50261993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5027
5879ac68 5028 * MACHINES: Deleted some VMS caveats. If the src and lisp
97fdf31e 5029 ChangeLogs are correct, dired and mail and process control are now
a933dad1
DL
5030 fully supported.
5031
5032 * NEWS: Added finder news.
5033
50341993-03-19 Richard Stallman (rms@geech.gnu.ai.mit.edu)
5035
5036 * NEWS: Changed.
5037
50381993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5039
ed9265fc 5040 * sex.6: Added 900-line support.
a933dad1
DL
5041
5042 * NEWS: Added news about the package finder.
5043
50441993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5045
5046 * MACHINES: `Last updated 10 Feb 1992.' was obviously wrong, so
5047 I nuked it. Let the file mod date serve. Merged in APOLLO and
5048 SUNBUG files. Changed references to 18.* to past tense.
5049
5879ac68 5050 * emacs.names: Merged into JOKES. I faked a mail header from the
a933dad1
DL
5051 Unknown User to delimit the first (unheaded) bit.
5052
5053 * Makefile (relock, unlock): New productions.
5054
50551993-03-18 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5056
5057 Augean-stable cleaning time. Partly to save space, but mostly to
5058 reduce the dizzying amount of *stuff* confronting someone exploring
5059 the Emacs distribution, I have the following changes in the etc
5060 directory:
5061
5879ac68 5062 * CHARACTERS: Merged into TO-DO file under the heading "Long Range:"
a933dad1 5063
5879ac68 5064 * DIFF, CCADIFF, GOSDIFF: Merged into a new outline file titled
a933dad1
DL
5065 OTHER.EMACSES. The present names don't really convey anything.
5066 Various key bindings and feature descriptions have been updated.
5067
5879ac68 5068 * NICKLES.WORTH: Nuked. This is copyrighted material that could land
a933dad1
DL
5069 FSF in hot water.
5070
5879ac68 5071 * INTERVAL.IDEAS: Nuked. RMS's thinking, and indeed the
a933dad1
DL
5072 implementation of intervals, have progressed way beyond this.
5073
5879ac68 5074 * RCP: Nuked. It no longer said anything but "Ooops, sorry!"
a933dad1 5075
5879ac68 5076 * ED.WORSHIP, GNU.JOKES: Merged into a mailbox called JOKES.
a933dad1
DL
5077 Future jokes can accumulate there.
5078
5879ac68 5079 * DISTRIB: The actual domestic order form is now ORDERS.USA.
a933dad1
DL
5080 The DISTRIB text now mentions 19.
5081
bbf908bc
LM
5082 * ORDERS.USA: Created. This is just the order form.
5083 DISTRIB has a pointer to it at the beginning.
a933dad1 5084
5879ac68 5085 * EUROPE: Renamed to ORDERS.EUROPE. DISTRIB now has a pointer
a933dad1
DL
5086 to it at the beginning.
5087
25e90411 5088 * OOOONEWS, OOOONEWS: Nuked. It's version 19 --- nobody needs the
a933dad1
DL
5089 version 15 and 17 files anymore.
5090
5091 All files marked "Nuked" have actually been moved to =-prefixed
5092 names as per convention. Originals of all files merged still
5093 exist with =-names.
5094
50951993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5096
5879ac68 5097 * XENIX: Nuked (moved to =XENIX). The hackery it describes is
a933dad1
DL
5098 no longer necessary in the presence of 19's function-key-map
5099 feature; I've added an explanation to the beginning of the file.
5100
51011993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5102
5103 * MACHINES: Update description of SYSVr3 and r4 support, due to
5104 Eric Raymond's changes.
5105
51061993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5107
5108 * MACHINES: Mention that you have to edit the configure script
5109 when you add support for a new machine, to get it to recognize the
5110 configuration name.
5111
51121992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5113
5114 * MACHINES: Converted to use GCC-style configuration names,
5115 instead of listing m/*.h and s/*.h files. All knowledge of m/ and
5116 s/ files now lives in ../configure.
5117
51181992-10-06 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5119
5120 * NEWS: Document included tags tables.
5121
51221992-07-22 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5123
5124 * Corrected the news about VC to reflect reality.
5125
51261992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5127
5128 * etags.1: New file, from Richard K. Pixley at Cygnus.
5129
51301992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5131
5132 * Makefile: Most of the contents of this file were only relevant
5133 to things in `../lib-src'; removed all but the `distclean' and
5134 `clean' targets.
5135
51361992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5137
5138 * COPYING: Got June 1991 version of the GPL here.
5139
5140 * ChangeLog: Since the old etc contents have been split into etc
5141 and lib-src, the old etc's ChangeLog has been duplicated in the
5142 new etc and lib-src. That means that each contains complete and
5143 coherent information, although each contains extraneous
bab4e322 5144 information.
a933dad1
DL
5145
51461992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5147
5148 * lib-src/etags.c: "--no-warning" option renamed to "--no-warn",
5149 to be consistent with other GNU programs, like makeinfo.
5150
5151 * lib-src/Makefile: Renamed to Makefile.in; the configure script
5152 will edit this to produce Makefile.
5153
51541992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5155
5156 * etags.c (print_help, print_version): New functions.
5157 (main): Options added to support them.
5158
5159 * etags.c (longopts): New array of long names for the options.
5160 (main): Recognize them.
5161
51621992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5163
bbf908bc 5164 * etags.c (C_entries): Remove comment saying that \" in a string
a933dad1
DL
5165 isn't recognized as magic, because it is correctly handled.
5166
5167 * getopt.c, getopt.h: New files, from GNU C library.
5168 * etags.c: Rewritten to use getopt.
5169 #include "getopt.h".
5170 (file_num): Variable deleted; its role is now played by getopt's
5171 optind.
5172 (main): Argument processing loop rewritten to call getopt to get
5173 next option. Options which take parameters (-o and -i) rewritten
bbf908bc
LM
5174 to get parameter from optarg instead of argv[1].
5175 Filename preprocessing loop and update command changed similarly.
a933dad1
DL
5176 * Makefile (etags, ctags): Depend on and link with getopt.h,
5177 getopt.o, and getopt1.o.
5178 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
5179
5180 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
5181 is non-zero.
5182
5183 (main): In the argument processing loop, the 'goto next_arg'
5184 statements are breaking out of the switch statement in exactly the
5185 same way that a simple 'break' statement would; replace the gotos
5186 with breaks, and remove the label.
5187
51881992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5189
5190 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
5191 (consider_token): Move next_token_is_func to global.
5192
51931992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5194
5195 * Makefile: Conform with GNU coding standards:
5196 (mostlyclean): New target, synonymous with clean.
5197 (TAGS, check): New targets.
5198 (INSTALL, INSTALLFLAGS): New variables.
5199
52001992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5201
5879ac68 5202 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
a933dad1
DL
5203 `config.emacs' to `configure'.
5204
5205 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
5206 * etc/MACHINES: Same.
5207
52081992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5209
5210 * movemail.c (main): Allow tempname to be as long as necessary,
5211 instead of limiting it to 39 characters.
5212
5213 * movemail.c (main): Move declaration of buf from top of function
5214 to local block surrounding the copy loop. This makes it less
5215 likely to be confused with the buf used by the code which checks the
5216 permissions on outname's directory.
5217
52181992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
5219
5220 * SERVICE: Remove my entry.
5221
52221992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
5223
5224 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
5225 hardcoded -g.
5226
5227 * movemail.c (xmalloc): Return char *, not int.
5228 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
5229 that is off by default -- normally don't unlink the mail spool
5230 file, just empty it. Pass creat mode 0600, not 0666.
5231
dff28924 52321992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a933dad1
DL
5233
5234 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
5235 (all): Instead of here.
5236 (install): Don't use the -s option, since people need symbols to
5237 debug code.
5238
dff28924 52391992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
a933dad1
DL
5240
5241 * etags-vmslib.c (fn_exp): Add type cast.
5242
52431992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5244
5245 * movemail.c: Changes in comments.
5246
dff28924 52471992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a933dad1
DL
5248
5249 * Makefile: Make the distclean target erase the DOC files from
5250 ../share-lib and the executables from ../arch-lib.
5251
dff28924 52521992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a933dad1 5253
97fdf31e 5254 * emacsclient.c: #include <sys/stat.h>.
a933dad1
DL
5255 (main): Do declare statbfr.
5256
dff28924 52571991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
a933dad1
DL
5258
5259 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
5260 for the socket, depending on SERVER_HOME_DIR.
5261 If using /tmp, put host name in the socket name.
5262
5263 * movemail.c (pfatal_and_delete): New function.
5264 (main, popmail): Use it.
5265 (popmail): Close output before deleting messages.
5266 Check for error on close and on fsync.
5267 Use `fatal' where appropriate.
5268 (main): Remove (void).
5269
5270 * aixcc.lex: New file. Not officially part of Emacs.
5271 * Makefile: Rules for that.
5272
dff28924 52731991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
a933dad1
DL
5274
5275 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
5276
5277 * etags.c (main): Properly cast call to alloca that initializes
5278 included_files.
5279
52801991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
5281
5282 * etags.c (files_are_tag_tables): Remove global var.
5283 (process_file): Don't test it. Also remove hack checking for a
5284 file named "TAGS".
5285 (main): -i now takes an arg which is the name of a file to include.
5286 Collect these names and emit include tags for them after processing
5287 all the argument files.
5288
dff28924 52891991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
a933dad1
DL
5290
5291 * wakeup.c: Terminate if parent goes away.
5292
dff28924 52931991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
a933dad1
DL
5294
5295 * etags.c (C_entries): Process token before handling end of line.
5296 When inner loops reach end of line, just back up.
5297 Let the real end of line processing happen in just one place.
5879ac68 5298 (consider_token): Likewise.
a933dad1 5299
dff28924 53001991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
a933dad1
DL
5301
5302 * etags.c (TEX_mode): Skip comments while scanning the text to see
5303 which escape character this file uses.
5304
dff28924 53051991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
a933dad1
DL
5306
5307 * emacsserver.c [USG]: Terminate if msgrcv fails.
5308
dff28924 53091991-03-03 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5310
5311 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
5312
dff28924 53131991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu)
a933dad1
DL
5314
5315 * make-docfile: Find the arguments to a C function correctly,
bbf908bc
LM
5316 by not ignoring the character that read_c_string returns.
5317 Don't even try to find argument names for functions that take MANY
a933dad1
DL
5318 or UNEVALLED arguments, since they're a figment of the docstring's
5319 imagination.
5320
dff28924 53211991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu)
a933dad1
DL
5322
5323 * make-docfile: Read the .elc files generated by the new byte
5324 compiler.
5325
dff28924 53261990-12-31 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5327
5328 * refcard.tex: Use cm fonts, not am, in multi-column mode.
5329
dff28924 53301990-11-29 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5331
5332 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
5333
dff28924 53341990-11-27 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5335
5336 * Makefile (install*): No need to install wakeup.
5337
dff28924 53381990-11-26 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5339
5340 * Makefile (install*): Install emacsclient like etags.
5341
dff28924 53421990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5343
5344 * movemail.c (error): Handle 3 args.
5345 (main): Don't check input access if using pop.
5346
dff28924 53471990-10-16 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5348
5349 * etags.c (find_entries): Check for numbers after Scheme suffix.
5350
dff28924 53511990-10-14 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5352
5353 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
5354
dff28924 53551990-10-09 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5356
5357 * Makefile (nemacstool, xvetool): New targets.
5358
dff28924 53591990-09-26 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5360
5361 * emacsclient.c: Include errno.h and define related variables.
5362
dff28924 53631990-09-23 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
5364
5365 * emacsclient.c: Change usage message.
5366
dff28924 53671990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
a933dad1 5368
5879ac68 5369 * emacs.1: Add break before -nw option.
a933dad1 5370
dff28924 53711990-08-19 David J. MacKenzie (djm@apple-gunkies)
a933dad1
DL
5372
5373 * qsort.c: Replace with GNU version.
5374
dff28924 53751990-08-14 David J. MacKenzie (djm@apple-gunkies)
a933dad1
DL
5376
5377 * wakeup.c: New program replacing loadst.c.
5378
dff28924 53791990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5380
5381 * emacsclient.c [USG]: Pass msgsnd only 4 args.
5382
dff28924 53831990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu)
a933dad1
DL
5384
5385 * etags.c: Rename `flag' variables for what they do instead of
5386 which option character sets them.
5387
dff28924 53881990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5389
5390 * loadst.c (main): Conditional to get load average on Apollo.
5391
dff28924 53921990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu)
a933dad1
DL
5393
5394 * emacsserver.c: Set the permission on the socket to 0600.
5395
dff28924 53961990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5397
5398 * emacsclient.c [BSD]: Print clean message for failing getwd.
5399
dff28924 54001990-03-20 David Lawrence (tale@pogo.ai.mit.edu)
a933dad1
DL
5401
5402 * getdate.y: Use the getdate.y from GNU tar for timer.
5403
dff28924 54041990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu)
a933dad1
DL
5405
5406 * emacsclient.c (main): Don't put brackets around "filename" in
5407 usage message. It isn't optional.
5408
dff28924 54091990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu)
a933dad1 5410
5879ac68 5411 * etags.c (getit): Recognize '$' as beginning identifiers.
a933dad1 5412
dff28924 54131990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
a933dad1
DL
5414
5415 * emacsserver.c: Renamed from server.c.
5416 * Makefile: Reference emacsserver rather than server.
5417 * MACHINES: Doc fix for new emacsserver name.
5418
dff28924 54191990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5420
5421 * emacsclient.c: Print program name in error messages.
5422
dff28924 54231990-01-19 David Lawrence (tale@cocoa-puffs)
a933dad1
DL
5424
5425 * timer.c, getdate.y (new files) and Makefile:
4e2af782
JB
5426 Sub-process support for run-at-time in timer.el.
5427 Doesn't yet work correctly for USG.
a933dad1 5428
dff28924 54291990-01-10 Jim Kingdon (kingdon@pogo)
a933dad1
DL
5430
5431 * MACHINES: Add HP 300 running BSD.
5432
dff28924 54331990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5434
5435 * yow.c: Dynamically allocate buffer; skip header before random
5436 choice to avoid bias toward first item.
5437
dff28924 54381989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5439
5440 * etags.c (readline): Separate out init of `pend'.
5441
dff28924 54421989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5443
5444 * etags.c: Undo changes relating to isgoodhdr.
5445
dff28924 54461989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5447
5448 * etags.c (isgoodhdr): New macro.
5449 (_gdh, notgdh): New variable used by that.
5450 (init): Initialize _gdh.
5451 (find_entries): Set header_file.
5452 (consider_token): Use isgoodhdr if in header file.
5453
5454 * etags.c (total_size_of_entries):
5455 Was miscalculating by 1 in rewritten case.
5456
5457 * etags.c (PAS_funcs): One arg to pfnote was missing.
5458
dff28924 54591989-12-05 Joseph Arceneaux (jla@spiff)
a933dad1
DL
5460
5461 * MACHINES: Change for the ULTRIX entry.
5462
dff28924 54631989-11-21 Joseph Arceneaux (jla@spiff)
a933dad1
DL
5464
5465 * etags.c (process_file): If file is not regular, return.
5466
dff28924 54671989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5468
5469 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
5470
dff28924 54711989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5472
5473 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
5474 (main): If HAVE_GETLOADAVG, don't call `nlist'.
5475
dff28924 54761989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5477
5478 * etags.c (consider_token): Allow any number of typespec keywords
5479 after `typedef', before new type name.
5480 (enum sym_type): Add st_C_typespec.
5481 (C_create_stab): Put typespec kwds in table.
5482
dff28924 54831989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
a933dad1
DL
5484
5485 * etags.c (main): Don't depend on name invoked by.
5486 If CTAGS is not defined, assume it is ETAGS.
5487
dff28924 54881989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5489
5490 * etags.c (L_funcs): Allow package name in define construct,
5491 as in (foo::defmumble name-defined ...).
5492
dff28924 54931989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5494
5495 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
5496
5497 * Makefile (yow): Depends on ../src/paths.h.
5498
dff28924 54991989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
a933dad1
DL
5500
5501 * etags.c: Fix compilation by moving Pascal after Fortran.
5502
dff28924 55031989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5504
5505 * movemail.c [USG]: Define F_OK, etc., if not found in header.
5506
dff28924 55071989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5508
5509 * hexl.c: New file, supports hexl-mode.
5510
dff28924 55111989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5512
5513 * movemail.c: New compilation flag MAIL_USE_MMDF.
5514
dff28924 55151989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5516
5517 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
5518 * server.c: Likewise.
5519
5520 * make-docfile.c (scan_c_file): Output argument names at end of string.
5521 (write_c_args): New subroutine.
5522
dff28924 55231989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5524
5525 * movemail.c: Report failure of flock.
5526
dff28924 55271989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5528
5529 * etags.c (find_entries): Allow multi-letter extensions for fortran.
5530
dff28924 55311989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1 5532
5879ac68 5533 * loadst.c: On bsd4.3, use gettimeofday instead of CPUSTATES.
a933dad1 5534
dff28924 55351989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5536
5537 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
5538
7de6767d 5539 * emacstool.1: Update to document environment variables.
1e866943 5540
5879ac68 55411989-02-21 Mosur Mohan (email@notavailable)
1e866943 5542
28cfe103 5543 * etags.c (PAS_funcs): New function.
a933dad1 5544
dff28924 55451989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1 5546
a933dad1
DL
5547 * movemail.c: On sysv, include unistd.h.
5548
dff28924 55491989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5550
5551 * b2m.c: New file.
5552
dff28924 55531989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1 5554
5879ac68 5555 * etags.c: Prolog support from Sunichirou Sugou.
a933dad1 5556
dff28924 55571989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5558
5559 * Makefile (clean): New target.
5560
dff28924 55611989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5562
5563 * fakemail.c (put_line): Break header lines at 79 cols.
5564
28cfe103 55651989-01-19 Sam Kendall (email@notavailable)
a933dad1 5566
1e866943 5567 * etags.c: Greatly rewritten for C++ support and for multiple tags
5879ac68 5568 per line.
a933dad1 5569
dff28924 55701989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5571
5572 * movemail.c: Check access before doing real work.
5573 Check that outfile is in a writable directory.
5574 On fatal error, delete the lock file.
5575
dff28924 55761988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
a933dad1 5577
5879ac68 5578 * env.c: Add decl for my-index.
ed9265fc 5579 * etags.c (file-entries): .oak => scheme.
a933dad1 5580
dff28924 55811988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5582
5583 * movemail.c: Use `access' to check input and output files.
5584
dff28924 55851988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5586
5587 * emacsclient.c (main): Ignore all of CWD before first slash.
5588
dff28924 55891988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5590
5591 * etags.c (readline): Double linebuffer->size outside the xrealloc.
5592
dff28924 55931988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5594
5595 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
5596 * server.c: chmod the socket to 0700.
5597
dff28924 55981988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5599
5600 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
5601 (add_field): Delete comments and turn `<', `>' to spaces
5602 in header lines.
5603 (USE_FAKEMAIL): New customization macro says to make fakemail
5604 not be a no-op even on a BSD system.
5605
dff28924 56061988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5607
5608 * etags.c (consider_token): Skip comments just like whitespace.
5609 Notice `struct', etc. and set strtag for those tokens.
5610 Return 1 for the token following `struct' if an open-brace follows it.
5611 (C_entries): Special handling of token following `struct'
5612 needed because we have probably advanced to the following line
5613 to find the `{'.
5614 (main): New option `T' sets tflag and strflag.
5615 Set both of them by default if eflags.
5616
dff28924 56171988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5618
5619 * movemail.c: Do fsync before closing output.
5620
dff28924 56211988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu)
a933dad1 5622
5879ac68
JB
5623 * movemail.c: Better error message when can't create tempname.
5624 This file needs a great deal of extra error-checking and lucid reporting...
a933dad1 5625
dff28924 56261988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5627
5628 * etags.c: Support assembler code for .s and .a files.
5629 (getit): Allow underscore in a tag.
5630
dff28924 56311988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5632
5633 * movemail.c: Close output and check errors before deleting input.
5634
dff28924 56351988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
a933dad1
DL
5636
5637 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
5638 whether to prefix it. Handle line number args.
5639
dff28924 56401988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu)
a933dad1 5641
5879ac68 5642 * etags.c (main): Default setting of eflag was backwards.
a933dad1 5643
dff28924 56441988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5645
5646 * etags.c: New option -i. -f renamed -o.
5647 `-' as input file means read input file names from stdin.
5648 -i spec'd or input file named TAGS means the input file is another
5649 tag table; output an "include" line for it.
5650
dff28924 56511988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5652
5653 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
5654 New targets install, install.sysv, install.xenix.
5655 This makefile is now responsible for installing executables
5656 and documentation from this directory into system directories.
5657
dff28924 56581988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
a933dad1
DL
5659
5660 * server.c, emacsclient.c (main): Compute socket name from euid.
5661
dff28924 56621988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5663
5664 * emacsclient.c: Args like +DIGITS are passed through unchanged.
5665
dff28924 56661988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5667
5668 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
5669 * emacsclient.c: Likewise.
5670 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
5671
dff28924 56721988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5673
5674 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
5675 (istoken) New string-comparison macro.
5676 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
5677
dff28924 56781988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5679
5680 * etags.c: Changes for VMS.
5681 Always define ETAGS on VMS.
5682 Define macros GOOD and BAD for success and failure exit codes.
c4cc8b9a 5683 (begtk, intk): Allow `$' in identifiers.
a933dad1
DL
5684 (main): Don't support -B, -F or -u on VMS.
5685 Alternate loop for scanning filename arguments.
5686 (system): Delete definition of this function.
5687
5688 * etags-vmslib.c (system): Undefine this; VMS now provides it.
5689
dff28924 56901988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
5691
5692 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
5693 around include of param.h. (Like fns.c.)
5694
dff28924 56951988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
a933dad1
DL
5696
5697 * loadst.c (load_average): Move load-average code to this new fn.
5698 Add conditionals to compute load ave on UMAX.
5699
dff28924 57001988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu)
a933dad1
DL
5701
5702 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
5703 with opposite sense.
5704
dff28924 57051988-05-13 Chris Hanson (cph@kleph)
a933dad1 5706
5879ac68
JB
5707 * emacsclient.c: Delete references to unused variable `out'.
5708 This caused a bus error when used under hp-ux.
a933dad1 5709
dff28924 57101988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
a933dad1
DL
5711
5712 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
5713
dff28924 57141988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu)
a933dad1
DL
5715
5716 * etags.c (find_entries): `.t' or `.sch' means scheme code.
5717
dff28924 57181988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
a933dad1
DL
5719
5720 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
5721
dff28924 57221988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
a933dad1
DL
5723
5724 * movemail.c: #undef close, since config can #define it on V.3.
5879ac68 5725 * emacsclient.c, fakemail.c, loadst.c, server.c: Likewise.
a933dad1 5726
dff28924 57271988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu)
a933dad1
DL
5728
5729 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
5730 invalid escape sequences such as `\{'.
5731
5732 * loadst.c: Add `sequent' conditional for file dk.h.
5733
dff28924 57341988-03-20 Richard M. Stallman (rms@wilson)
a933dad1 5735
5879ac68 5736 * server.c [not BSD and not HAVE_SYSVIPC]: Fix error message.
a933dad1 5737
5879ac68 5738 * loadst.c (main) [XENIX]: Use /usr/spool/mail, not /usr/mail.
6922b018
KH
5739
5740;; Local Variables:
880820fe 5741;; coding: utf-8
6922b018 5742;; End:
2a34a036 5743
acaf905b 5744 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
5b87ad55
GM
5745
5746 This file is part of GNU Emacs.
5747
ab73e885 5748 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 5749 it under the terms of the GNU General Public License as published by
ab73e885
GM
5750 the Free Software Foundation, either version 3 of the License, or
5751 (at your option) any later version.
5b87ad55
GM
5752
5753 GNU Emacs is distributed in the hope that it will be useful,
5754 but WITHOUT ANY WARRANTY; without even the implied warranty of
5755 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5756 GNU General Public License for more details.
5757
5758 You should have received a copy of the GNU General Public License
ab73e885 5759 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.