* lisp/vc/vc.el (vc-diff-build-argument-list-internal)
[bpt/emacs.git] / etc / ChangeLog
1 2011-04-08 Christoph Scholtes <cschol2112@googlemail.com>
2
3 * NEWS: Document new function `vc-ediff'.
4
5 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
6
7 * NEWS: New variable `revert-buffer-in-progress-p'.
8
9 2011-03-22 Sebastian Hermida <sebas00@gmail.com>
10
11 * themes/misterioso-theme.el: New file.
12
13 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
14
15 * NEWS: Document warning about _emacs.
16
17 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
18
19 * NEWS: `shell' prompts for the shell path name, when the default
20 directory is a remote file name and neither environment variable
21 $ESHELL nor variable `explicit-shell-file-name' is set.
22
23 2011-03-08 Kristoffer Grönlund <krig@koru.se>
24
25 * themes/wombat-theme.el: New file.
26
27 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
28
29 * Version 23.3 released.
30
31 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
32
33 * srecode/el.srt: Fix typo.
34
35 2011-02-21 Chong Yidong <cyd@stupidchicken.com>
36
37 * themes/tango-dark-theme.el: Tweak background on low-color
38 terminals.
39
40 2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
41
42 * etc/images/icons/allout-widgets/dark-bg,
43 * etc/images/icons/allout-widgets/light-bg,
44 * encrypted-locked.{xpm,png}, unlocked-encrypted.{xpm,png}:
45 Reorganize icon directories and files to reconcile against windows
46 short-filename clashes.
47
48 2011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
49
50 * etc/images/icons/allout-widgets-dark-bg,
51 * etc/images/icons/allout-widgets-light-bg: Icons for new
52 allout-widgets.el.
53
54 * etc/images/icons/README: Include coypright and GPL 3 license for
55 new icons.
56
57 2011-02-16 Michael Albinus <michael.albinus@gmx.de>
58
59 * NEWS: Add soap-client.el and soap-inspect.el.
60
61 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
62
63 * NEWS: Tramp methods "imap" and "imaps" are discontinued.
64
65 2011-02-12 Drew Adams <drew.adams@oracle.com>
66
67 * themes/light-blue-theme.el: New file.
68
69 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
70
71 format-time-string now supports subsecond time stamp resolution
72 * NEWS: Document this.
73
74 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
75
76 Redo spelling of Makefile variables to conform to POSIX.
77 POSIX does not allow "-" in Makefile variable names.
78 Reported by Bruno Haible in
79 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00990.html>.
80 * refcards/Makefile (DIRED_REFCARDS_PDF): Renamed from
81 DIRED-REFCARDS_PDF.
82 (MISC_REFCARDS_PDF): Renamed from MISC-REFCARDS_PDF.
83 (SURVIVAL_CARDS_PDF): Renamed from SURVIVAL-CARDS_PDF.
84 (VIPER_CARDS_PDF): Renamed from VIPER-CARDS_PDF.
85
86 2011-01-18 Glenn Morris <rgm@gnu.org>
87
88 * PROBLEMS: Add note about svn+ssh. (Bug#7791)
89
90 2011-01-14 Glenn Morris <rgm@gnu.org>
91
92 * refcards/calccard.tex, refcards/cs-dired-ref.tex:
93 * refcards/cs-refcard.tex, refcards/cs-survival.tex:
94 * refcards/de-refcard.tex, refcards/dired-ref.tex:
95 * refcards/fr-dired-ref.tex, refcards/fr-refcard.tex:
96 * refcards/fr-survival.tex, refcards/orgcard.tex:
97 * refcards/pl-refcard.tex, refcards/pt-br-refcard.tex:
98 * refcards/refcard.tex, refcards/ru-refcard.tex:
99 * refcards/sk-dired-ref.tex, refcards/sk-refcard.tex:
100 * refcards/sk-survival.tex, refcards/survival.tex:
101 * refcards/vipcard.tex, refcards/viperCard.tex:
102 Update short copyright year to 2011.
103
104 2011-01-13 Christian Ohler <ohler@gnu.org>
105
106 * NEWS: Mention ERT.
107
108 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
109
110 * NEWS: Add new function dbus-register-service.
111
112 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
113
114 * themes/tango-theme.el, themes/tango-dark-theme.el: Let-bind
115 tango palette colors. Only define faces for color displays.
116 Customize the ansi-color-names-vector variable. Add Ediff,
117 Flyspell, and Semantic faces as suggested by Jan Moringen.
118
119 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
120
121 * compilation.txt: Add column to gcc-include sample.
122
123 2011-01-08 Glenn Morris <rgm@gnu.org>
124
125 * PROBLEMS: -batch implies -q.
126
127 2011-01-07 Tassilo Horn <tassilo@member.fsf.org>
128
129 * themes/tsdh-light-theme.el, themes/tsdh-dark-theme.el: Remove
130 dev-prefix from file names, so that the files don't clash on 8x3
131 filesystems.
132
133 2011-01-06 Tassilo Horn <tassilo@member.fsf.org>
134
135 * themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
136 * themes/dev-tsdh-dark-theme.el (dev-tsdh-dark): New theme.
137
138 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
139
140 * NEWS: Extended behaviour of dbus-register-{method,property}.
141
142 2011-01-02 Kenichi Handa <handa@m17n.org>
143
144 * NEWS.23: Describe the changes for rmail's MIME handling.
145
146 2010-12-18 Chong Yidong <cyd@stupidchicken.com>
147
148 * images/separator.xpm: Tweak colors.
149
150 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
151
152 * NEWS: Mention new Tramp method "ksu".
153
154 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
155
156 * schema/schemas.xml: Add DocBook (Bug#7491).
157
158 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
159
160 * refcards/orgcard.tex: Cleanup.
161
162 2010-11-27 Ulrich Mueller <ulm@gentoo.org>
163
164 * HELLO: Add ancient Greek (Bug#7418).
165
166 2010-11-13 Eli Zaretskii <eliz@gnu.org>
167
168 * NEWS: Document display of glyphless characters.
169
170 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
171
172 * refcards/orgcard.tex: Add new Babel key sequences.
173
174 2010-10-26 Glenn Morris <rgm@gnu.org>
175
176 * images/README: Add (un)checked.xpm
177 * images/checked.xpm, images/unchecked.xpm: Add copyright.
178
179 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
180
181 * images/checked.xpm:
182 * images/unchecked.xpm: New images.
183
184 2010-10-24 Richard Stallman <rms@gnu.org>
185
186 * DISTRIB: Update donation section.
187
188 2010-10-24 Glenn Morris <rgm@gnu.org>
189
190 * DISTRIB: Small updates.
191
192 2010-10-19 Julien Danjou <julien@danjou.info>
193
194 * tutorials/TUTORIAL: Don't mention mode-line end dashes.
195
196 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
197
198 * themes: New directory for custom theme files, moved from lisp/.
199
200 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
201
202 * tutorials/TUTORIAL.es: Fix typos.
203
204 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
205
206 * NEWS: Mention `dynamic-library-alist'.
207
208 2010-10-13 Glenn Morris <rgm@gnu.org>
209
210 * NEXTSTEP: New file, extracted from ../nextstep/{AUTHORS,README}.
211
212 2010-10-12 Glenn Morris <rgm@gnu.org>
213
214 * TODO: Merge ../nextstep/FOR-RELEASE into this file.
215
216 * BABYL: Remove file.
217
218 2010-09-21 Eric Ludlam <zappo@gnu.org>
219
220 * srecode/java.srt: Make NAME be a prompt.
221
222 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
223
224 * NEWS: Some Tramp methods are discontinued.
225
226 2010-09-11 Glenn Morris <rgm@gnu.org>
227
228 * emacs.bash, emacs.csh, ms-kermit: Remove obsolete files (use
229 emacsclient -a instead of the first two).
230
231 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
232
233 * NEWS: Mention the new libxml2 functions.
234
235 2010-08-25 Kenichi Handa <handa@m17n.org>
236
237 * HELLO: Change designation sequences for Arabic text.
238
239 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
240
241 * NEWS: dbus.el supports alternative buses.
242
243 2010-08-22 Alex Harsanyi <harsanyi@mac.com> (tiny change)
244
245 * emacs3.py: Import imp module and use it (Bug#5756).
246
247 2010-08-14 Eli Zaretskii <eliz@gnu.org>
248
249 * tutorials/TUTORIAL.he: Use MAQAF instead of hyphen where appropriate.
250 Fix a few typos.
251
252 2010-08-08 Ken Brown <kbrown@cornell.edu>
253
254 * PROBLEMS: Mention problem with Cygwin 1.5.19.
255
256 2010-08-07 Eli Zaretskii <eliz@gnu.org>
257
258 * NEWS: Mention the Hebrew translation.
259
260 * tutorials/TUTORIAL.he: Don't use acronyms.
261
262 2010-08-05 Eli Zaretskii <eliz@gnu.org>
263
264 * AUTHORS: Rename unexec.o => unexcoff.o.
265 * PROBLEMS: Rename unexec.o => unexcoff.o.
266
267 2010-07-31 Eli Zaretskii <eliz@gnu.org>
268
269 * tutorials/TUTORIAL.he: New file.
270
271 * tutorials/TUTORIAL.translators: Add TUTORIAL.he.
272
273 2010-07-24 Christoph Scholtes <cschol2112@gmail.com>
274
275 * NEWS: Document new --distfiles configure.bat option and
276 `dist' make target on Windows.
277
278 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
279
280 * PROBLEMS: Add note about use of backslashes in Windows paths.
281
282 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
283
284 * NEWS: Mention --enable-checking is now supported on Windows.
285
286 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
287
288 * refcards/orgcard.tex: Remove the key for the TODO sparse tree
289 and add the new key. Document new keys for image and entity
290 display. Document the Org Babel keys.
291
292 2010-06-19 Ken Brown <kbrown@cornell.edu>
293
294 * PROBLEMS: Update Cygwin GCC information. (Bug#6458)
295
296 2010-06-12 Glenn Morris <rgm@gnu.org>
297
298 * tutorials/TUTORIAL.bg, tutorials/TUTORIAL.es: Fix typos.
299
300 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
301
302 * NEWS: Add notifications.el.
303
304 2010-05-28 Glenn Morris <rgm@gnu.org>
305
306 * MACHINES: Remove some old information no longer of relevance.
307 Switch to outline-mode.
308
309 2010-05-27 Glenn Morris <rgm@gnu.org>
310
311 * PROBLEMS: Remove old information no longer of relevance.
312
313 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
314
315 * NEWS: Add sections for Emacs-23.3.
316
317 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
318
319 * PROBLEMS: Document gcc-4.5 bug (Bug#6031).
320
321 2010-05-08 Kenichi Handa <handa@m17n.org>
322
323 * HELLO: Adjust Burmese for Unicode 5.2 encoding.
324
325 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
326
327 * Version 23.2 released.
328
329 2010-05-07 Eli Zaretskii <eliz@gnu.org>
330
331 * HELLO: Reorder Arabic greetings into logical order (they were
332 mistakenly changed to visual order by the 2010-03-28 change).
333
334 2010-04-18 Francesc Rocher <rocher@member.fsf.org>
335
336 * MORE.STUFF: Add a new entry for QWE.
337
338 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * HELLO (Mathematics): Prefer Unicode charset.
341
342 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
343
344 * images/icons/hicolor/scalable/apps/emacs.svg: Put preamble after
345 svg tag (Bug#5790).
346
347 2010-03-30 Eli Zaretskii <eliz@gnu.org>
348
349 * PROBLEMS: Mention problems on MS-Windows with incompatible
350 regex.h headers.
351
352 2010-03-28 Eli Zaretskii <eliz@gnu.org>
353
354 * HELLO: Reorder Arabic and Hebrew into logical order, and
355 insert RLM before the opening paren, to make the display more
356 reasonable. Add setting for bidi-display-reordering in the local
357 variables section.
358 * NEWS: Mention initial support for bidirectional editing.
359
360 2010-03-24 Francesc Rocher <rocher@member.fsf.org>
361
362 * MORE.STUFF: Remove CEDET entry, now distributed as part of Emacs.
363
364 2010-03-22 Teodor Zlatanov <tzz@lifelogs.com>
365
366 * gnus/gnus-setup.ast: Add finish links to the top nodes.
367
368 * gnus/news-server.ast: Add some trivial validation.
369
370 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
371
372 * NEWS: Add secrets.el.
373
374 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
375
376 * images/custom/down.xpm, images/custom/right.xpm: Update images
377 to increase contrast on bright backgrounds.
378
379 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
380
381 * Branch for 23.2.
382
383 2010-03-06 Glenn Morris <rgm@gnu.org>
384
385 * srecode/default.srt (COPYRIGHT): Update template copyright to GPLv3+.
386
387 2010-03-05 Glenn Morris <rgm@gnu.org>
388
389 * refcards/orgcard.tex: Use pdflayout.sty.
390 * refcards/Makefile (orgcard.pdf): Special rule no longer needed.
391
392 2010-03-02 Glenn Morris <rgm@gnu.org>
393
394 * refcards/Makefile: For cs- and sk-, use pdfcsplain if available.
395 (pl-refcard.pdf): Let presence of pdfmex be another test for the
396 required TeX files. Pass explicit output-format to tex command.
397 (orgcard.pdf): Use ps2pdf, since pdftex tends to produce a
398 portrait layout rather than the desired landscape.
399
400 2010-03-01 Glenn Morris <rgm@gnu.org>
401
402 * refcards/pl-refcard.tex: Double forward-slashes in URL for Mex.
403
404 * refcards/de-refcard.tex: Fix paren typo.
405
406 * refcards/ru-refcard.tex: Rename \year command to \cyear, since
407 the former seems to be already used in some TeX installations.
408
409 * refcards/calccard.tex, refcards/cs-dired-ref.tex:
410 * refcards/cs-refcard.tex, refcards/cs-survival.tex:
411 * refcards/de-refcard.tex, refcards/dired-ref.tex:
412 * refcards/fr-dired-ref.tex, refcards/fr-refcard.tex:
413 * refcards/fr-survival.tex, refcards/orgcard.pdf:
414 * refcards/orgcard.tex, refcards/pl-refcard.tex:
415 * refcards/pt-br-refcard.tex, refcards/refcard.tex:
416 * refcards/ru-refcard.tex, refcards/sk-dired-ref.tex:
417 * refcards/sk-refcard.tex, refcards/sk-survival.tex:
418 * refcards/survival.tex, refcards/vipcard.tex:
419 * refcards/viperCard.tex: Update short copyright year to 2010.
420
421 2010-02-26 Glenn Morris <rgm@gnu.org>
422
423 * tutorials/TUTORIAL.es, tutorials/TUTORIAL.pt_BR:
424 Fix some keybinding typos.
425
426 2010-02-14 Chong Yidong <cyd@stupidchicken.com>
427
428 * images/custom/down-pushed.xpm, images/custom/down.xpm:
429 * images/custom/right-pushed.xpm:
430 * images/custom/right-pushed.xpm: Increase height by four
431 pixels, to improve text alignment.
432
433 2010-01-16 Mario Lang <mlang@delysid.org>
434
435 * srecode/doc-cpp.srt, srecode/doc-default.srt:
436 * srecode/doc-java.srt: Remove duplicated words.
437
438 2010-01-14 Nick Roberts <nickrob@snap.net.nz>
439
440 * images/gud/recstart.xpm, images/gud/recstop.xpm:
441 * images/gud/rcont.xpm, images/gud/rnext.xpm:
442 * images/gud/rfinish.xpm, images/gud/rnexti.xpm:
443 * images/gud/rstep.xpm, images/gud/rstepi.xpm:
444 New icons for reverse debugging.
445
446 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
447
448 * srecode/doc-cpp.srt (function-comment, variable-same-line-comment)
449 (group-comment-start, group-comment-end):
450 * srecode/doc-default.srt (section-comment, function-comment)
451 (variable-same-line-comment, group-comment-start, group-comment-end):
452 * srecode/doc-java.srt (function-comment, variable-same-line-comment)
453 (group-comment-start, group-comment-end):
454 Fix typos in template docstrings.
455
456 2010-01-14 Kenichi Handa <handa@m17n.org>
457
458 * NEWS: Describe the change of auto-composition-mode.
459
460 2010-01-12 Glenn Morris <rgm@gnu.org>
461
462 * CONTRIBUTE, NEWS: Use bug-gnu-emacs rather than emacs-pretest-bug
463 for bug reports for development versions.
464
465 2010-01-01 Juanma Barranquero <lekktu@gmail.com>
466
467 * NEWS: Fix typos.
468
469 2009-12-15 Glenn Morris <rgm@gnu.org>
470
471 * CONTRIBUTE (Coding Standards): Update URL.
472 (Getting the Source Code): Other VCSs are available.
473
474 * ORDERS: Update some URLs.
475
476 * edt-user.el: New file, split out from edt-user.doc.
477 * edt-user.doc: Split into edt-user.el and ../doc/misc/edt.texi,
478 and remove.
479
480 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
481
482 * NEWS: Point to the external counterparts of su and sudo.
483
484 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * images/mpc/add.xpm, images/mpc/ffwd.xpm, images/mpc/next.xpm:
487 * images/mpc/pause.xpm, images/mpc/play.xpm, images/mpc/prev.xpm:
488 * images/mpc/rewind.xpm, images/mpc/stop.xpm:
489 New images.
490
491 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
492
493 * NEWS: New functions eshell/su and eshell/sudo.
494
495 2009-11-26 Kevin Ryde <user42@zip.com.au>
496
497 * MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki".
498 Aubrey Jaffer's texinfo R5RS moved to
499 http://groups.csail.mit.edu/mac/ftpdir/scm/r5rs.info.tar.gz
500 (per http://people.csail.mit.edu/jaffer/Scheme.html).
501
502 2009-11-26 Jan Djärv <jan.h.d@swipnet.se>
503
504 * PROBLEMS: Mention Metacity hang on Emacs resize.
505
506 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
507
508 * PROBLEMS: Add workaround for Cygwin crash and remove fixed
509 rebasing problem.
510
511 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
512
513 * NEWS: Mention dynamic font changes (font-use-system-font).
514
515 2009-11-15 Carsten Dominik <dominik@u016822.science.uva.nl>
516
517 * refcards/orgcard.tex: Push version number to 6.33a.
518
519 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
520
521 * refcards/orgcard.tex: Document the new archiving keys.
522
523 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
524
525 * compilation.txt: Add one more error message for msft (Bug#4100).
526
527 2009-10-09 Karl Fogel <karl.fogel@red-bean.com>
528
529 * NEWS: Document bookmark.el at 2008-06-25T16:51:33Z!monnier@iro.umontreal.ca format upgrade. (Bug#3375)
530
531 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
532
533 * NEWS: New function copy-directory.
534
535 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
536
537 * srecode: New directory for SRecode template files.
538
539 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
540
541 * NEWS: delete-directory has an optional parameter RECURSIVE.
542
543 2009-10-01 Carsten Dominik <dominik@u016822.science.uva.nl>
544
545 * refcards/orgcard.tex: New version number.
546
547 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
548
549 * NEWS: Mention Tramp connection methods "imap" and "imaps".
550
551 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
552
553 * NEWS: Mention new library imap-hash.el
554
555 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
556
557 * NEWS: Mention new variable `help-downcase-arguments'
558 and new default for arguments in *Help* buffers.
559
560 2009-09-15 Juanma Barranquero <lekktu@gmail.com>
561
562 * NEWS: Mention new behavior of -Q and new variable
563 `inhibit-x-resources'.
564
565 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
566
567 * PROBLEMS: Document Athena/Lucid internationalization
568 problem (Bug#4333).
569
570 2009-09-02 Carsten Dominik <dominik@u016822.science.uva.nl>
571
572 * refcards/orgcard.tex: Document new effort setting commands.
573 Document the new keys for agenda time motion.
574 Document the `E' key in the agenda.
575
576 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
577
578 * NEWS: Declare unibyte sessions obsolete.
579
580 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
581
582 * NEWS: Mention Tramp connection method "rsyncc" and variable
583 `process-file-side-effects'.
584
585 2009-08-13 Kenichi Handa <handa@m17n.org>
586
587 * NEWS: Mention the new coding systme `utf-8-hfs' and many
588 functions for Unicode normalization.
589
590 2009-08-09 CHENG Gao <chenggao@gmail.com>
591
592 * MORE.STUFF: Update Etags and Ispell URLs.
593
594 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
595
596 * images/gud/all.xpm, images/gud/thread.xpm: New icons for
597 gdb-mi.el
598
599 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
600
601 * e/eterm-color.ti (msgr, u6, u7): New capabilities.
602
603 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
604
605 * NEWS: Autorevert Tail mode works now for remote files.
606
607 2009-07-26 Kevin Ryde <user42@zip.com.au>
608
609 * compilation.txt: Add Perl-Glib sample message.
610
611 2009-07-23 Ken Raeburn <raeburn@raeburn.org>
612
613 * NEWS: `load-in-progress' corruption fixed.
614
615 2009-07-21 Glenn Morris <rgm@gnu.org>
616
617 * refcards/cs-dired-ref.tex, refcards/dired-ref.tex:
618 * refcards/fr-dired-ref.tex, refcards/sk-dired-ref.tex:
619 * refcards/cs-refcard.tex, refcards/de-refcard.tex:
620 * refcards/fr-refcard.tex, refcards/pl-refcard.tex:
621 * refcards/pt-br-refcard.tex, refcards/refcard.tex:
622 * refcards/ru-refcard.tex, refcards/sk-refcard.tex:
623 * refcards/cs-survival.tex, refcards/fr-survival.tex:
624 * refcards/sk-survival.tex, refcards/survival.tex:
625 Remove version numbers that don't mean much. Instead, just use Emacs
626 version and date. Use FSF URL rather than postal address.
627
628 * refcards/vipcard.tex (versionnumber, version): Remove.
629 (versionemacs, versionvip): New.
630 (copyrightnotice): Use FSF URL rather than postal address.
631
632 * refcards/viperCard.tex (versionnumber): Rename to versionviper.
633 (versionemacs, versionxemacs): New.
634 (version): Remove.
635 (copyrightnotice): Use FSF URL rather than postal address.
636
637 2009-07-16 Glenn Morris <rgm@gnu.org>
638
639 * refcards/cs-dired-ref.tex, refcards/fr-dired-ref.tex:
640 * refcards/sk-dired-ref.tex:
641 Remove non-existent (?) bindings: w, C-u o, U, delete.
642 Fix bindings: delete marked files = D, not X; flag garbage = % &, not &.
643
644 * refcards/gnus-refcard.tex: Condense a few sentences in order to
645 make them fit on one line, and add some page breaks, to improve the
646 layout in the pdfs.
647
648 2009-07-15 Glenn Morris <rgm@gnu.org>
649
650 * refcards/dired-ref.tex: Change from A4 to letter paper.
651 Remove non-existent (?) bindings: w, C-u o, U, delete.
652 Fix bindings: delete marked files = D, not X; flag garbage = % &, not &.
653 New: async shell command = &.
654
655 * refcards/gnus-refcard.tex (Copyright): Add 2009.
656 (Notes): Add missing line-break.
657 (Threading): Reword to fit on one line.
658
659 * refcards/calccard.tex (emacsversionnumber): Just use major version.
660
661 * refcards/Makefile (gnus-booklet.pdf): Use jobname rather than
662 clobbering gnus-refcard.pdf.
663 (clean): Remove .aux files.
664 (gnus-logo.pdf): Remove rule, since this file is distributed.
665
666 2009-07-10 Kenichi Handa <handa@m17n.org>
667
668 * tutorials/TUTORIAL.ja: Reflect the latest change of TUTORIAL.
669
670 2009-07-10 Kevin Ryde <user42@zip.com.au>
671
672 * compilation.txt: Fix names of some elements.
673
674 2009-07-08 Glenn Morris <rgm@gnu.org>
675
676 * tutorials/TUTORIAL: Standardize the way M-x commands are written:
677 dashes inside command names, not spaces; spaces before <Return>.
678 (Summary): Describe the new behavior of C-l.
679 (Basic Cursor Control): Don't say that files "ought" to end in newlines.
680 Try to distinguish scroll bar from fringes.
681 You can also scroll with a wheel mouse.
682 (If Emacs Stops Responding): Rename from "When Emacs is hung".
683 (Inserting And Deleting): Continuation marks appear in the fringe.
684 Clarify that deletion can be undone. Mention cut and paste, and
685 the Glossary.
686 (Files, Mode Line): Update mode-line format.
687 (Extending The Command Set): Downplay C-z, since using Emacs on a
688 text-only terminal is less common these days.
689 (Searching): Incremental searching is no longer atypical.
690 Downplay flow control issues, remove reference to deleted FAQ node.
691 (Multiple Windows): Mention frames.
692 (Multiple Frames): New section.
693 (Getting More Help): Downplay C-h having a different binding.
694 Don't say help is "on-line", since the meaning has changed.
695 (More Features): Replace "on-line". Use C-h rather than F10 h.
696 Say a little more about completion.
697 (Conclusion): Don't mention C-z again here.
698
699 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
700
701 * NEWS: Mention maximized.
702
703 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
704
705 * NEWS: Add "synce" connection method of Tramp.
706
707 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
708
709 * NEWS: Add new connection methods of Tramp.
710
711 2009-06-24 Kenichi Handa <handa@m17n.org>
712
713 * charsets/stdenc.map: Re-generated.
714
715 * charsets/symbol.map: Re-generated.
716
717 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
718
719 * Branch for 23.1.
720
721 2009-06-15 Alan Mackenzie <acm@muc.de>
722
723 * NEWS: Document changes to end-of-defun-function, clarifying
724 entry for beginning-of-defun-function.
725
726 2009-06-13 Bill Wohler <wohler@newt.com>
727
728 Release MH-E version 8.2.
729
730 * NEWS, MH-E-NEWS: Update for MH-E release 8.2.
731
732 2009-06-12 Kenichi Handa <handa@m17n.org>
733
734 * HELLO: Use "/" instead of "," to separate independent words.
735
736 * charsets/*.map: All re-generated.
737
738 2009-06-08 Kenichi Handa <handa@m17n.org>
739
740 * HELLO: Downcase "suomi".
741
742 2009-05-25 Werner Lemberg <wl@gnu.org>
743
744 * tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
745 Use reformed Orthography.
746 Minor improvements.
747
748 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
749
750 * refcards/survival.tex: Add M-g M-g binding.
751
752 * refcards/survival.tex:
753 * refcards/sk-survival.tex:
754 * refcards/sk-refcard.tex:
755 * refcards/sk-dired-ref.tex:
756 * refcards/ru-refcard.tex:
757 * refcards/pt-br-refcard.tex:
758 * refcards/pl-refcard.tex:
759 * refcards/fr-survival.tex:
760 * refcards/fr-dired-ref.tex:
761 * refcards/dired-ref.tex:
762 * refcards/cs-survival.tex:
763 * refcards/cs-refcard.tex:
764 * refcards/cs-dired-ref.tex: Bump refcard version numbers to 23.
765
766 2009-05-15 Chong Yidong <cyd@stupidchicken.com>
767
768 * refcards/refcard.tex: Update Emacs version to 23.
769
770 2009-05-15 Sven Joachim <svenjoac@gmx.de>
771
772 * refcards/de-refcard.tex: Merge changes from refcard.tex.
773 Change `Paragraph' to `Absatz'.
774
775 2009-04-09 Glenn Morris <rgm@gnu.org>
776
777 * MORE.STUFF: Update some urls. Remove dead links: eshell, expand,
778 ffap, hideshow. Remove original whitespace, now in obsolete/.
779 Remember and nXML are part of the distribution now.
780
781 2009-03-13 Kenichi Handa <handa@m17n.org>
782
783 * NEWS: Add description for the argument change of
784 `set-fontset-font' and `print-fontset'.
785
786 2009-02-25 Glenn Morris <rgm@gnu.org>
787
788 * MORE.STUFF: Mention Zile.
789
790 2009-02-23 Miles Bader <miles@gnu.org>
791
792 * NEWS: Rename `system-process-attributes' to `process-attributes'.
793
794 2009-02-19 Nick Roberts <nickrob@snap.net.nz>
795
796 * compilation.txt: Add entry for maven.
797
798 2009-02-14 Jay Belanger <jay.p.belanger@gmail.com>
799
800 * refcards/calccard.tex: Update version number.
801 Mention Maxima mode.
802
803 2009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
804
805 * compilation.txt (gnu): Add an example for the "note" format.
806
807 2009-02-04 Jason Rumney <jasonr@gnu.org>
808
809 * PROBLEMS (CPP): Note problem with resource compiler of MSVC.
810
811 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
812
813 * refcards/orgcard.tex: New version number.
814
815 2009-01-28 Juanma Barranquero <lekktu@gmail.com>
816
817 * PROBLEMS (Windows): Add entry about TCC/4NT and App Paths keys.
818
819 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
820
821 * refcards/orgcard.tex: New version number.
822
823 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
824
825 * refcards/orgcard.tex: New version number.
826
827 2009-01-27 Kenichi Handa <handa@m17n.org>
828
829 * NEWS: New function `coding-sytem-from-name'.
830
831 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
832
833 * refcards/orgcard.tex: New year and version number.
834 Document heading/item conversion commands.
835 Document C-c RET in tables.
836
837 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
838
839 * NEWS: Tramp supports IPv6 addresses.
840
841 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
842
843 * refcards/orgcard.tex: Version number change.
844
845 2008-12-19 Eli Zaretskii <eliz@gnu.org>
846
847 * PROBLEMS (MS-DOS): Document the problems on Vista.
848
849 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
850
851 * refcards/orgcard.tex: Version number change.
852
853 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
854
855 * refcards/orgcard.tex: Version number change.
856
857 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
858
859 * MACHINES: SH3 is still supported.
860
861 2008-12-07 Carsten Dominik <dominik@science.uva.nl>
862
863 * refcards/orgcard.tex: Version number update.
864
865 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
866
867 * NEWS: Fix typo. (Bug#1439)
868
869 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
870
871 * refcards/orgcard.tex: Document the extra yanking key.
872
873 2008-11-08 Mark A. Hershberger <mah@everybody.org>
874
875 * compilation.txt (php): Add regexp for php error messages.
876
877 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
878
879 * NEWS: New function `locate-user-emacs-file'.
880
881 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
882
883 * MACHINES: Add section for SuperH.
884
885 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
886
887 * refcards/orgcard.tex: Add description for attachments, plus
888 minor changes.
889
890 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
891
892 * refcards/orgcard.tex: Minor fixes.
893
894 2008-09-08 Daiki Ueno <ueno@unixuser.org>
895
896 * TODO: Remove the entry describing auto-encryption.
897
898 2008-08-26 Robert J. Chassell <bob@rattlesnake.com>
899
900 * PROBLEMS: Prevent pasting a region twice on an xterm or rxvt in X.
901
902 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
903
904 * HELLO: Fix Javanese pun.
905
906 2008-08-18 Bill Wohler <wohler@newt.com>
907
908 Release MH-E version 8.1.
909
910 * NEWS, MH-E-NEWS: Update for MH-E release 8.1.
911
912 2008-08-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
913
914 * NEWS: Improve information about whitespace package.
915
916 2008-08-01 Teodor Zlatanov <tzz@lifelogs.com>
917
918 * NEWS: Add entries about the new auth-source integration and
919 about the cyrillic-translit modifications.
920
921 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
922
923 * Emacs.clr: Remove.
924
925 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
926
927 * termcap.src: Remove file.
928 * README:
929 * PROBLEMS:
930 * MACHINES: Remove VMS info.
931
932 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
933
934 * PROBLEMS:
935 * MACHINES: Remove mentions of Mac Carbon.
936
937 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
938
939 * NEWS: New function `diff-show-trailing-blanks' in diff-mode.el.
940
941 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
942
943 * NEWS: Add xesam.el.
944
945 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
946
947 * NEWS: Add information about whitespace package.
948
949 2008-07-19 Juri Linkov <juri@jurta.org>
950
951 * tutorials/TUTORIAL: Add information about C-g to the introduction.
952
953 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
954
955 * images/splash8.xpm: Remove.
956
957 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
958
959 * NEWS: Add entry about NS port.
960
961 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
962
963 * Emacs.clr: New file, add support for X color names to NS display
964 implementations.
965
966 2008-07-12 Juri Linkov <juri@jurta.org>
967
968 * HELLO: Use more correct IPA characters for English pronunciation.
969 Add the combining acute accent after the accented vowel in the
970 Russian example like it is used in dictionaries.
971
972 2008-07-11 Kenichi Handa <handa@m17n.org>
973
974 * HELLO: Change the Arabic words appearing in Non-ASCII examples to
975 iso-8859-6 characters.
976
977 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
978
979 * images/splash.png:
980 * images/splash.svg:
981 * images/gnus/gnus.png:
982 * images/gnus/gnus.svg: New files.
983
984 2008-06-25 Kenichi Handa <handa@m17n.org>
985
986 * NEWS: Mention string-to-unibyte.
987
988 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
989
990 * NEWS: Tramp uses auth-source.
991
992 2008-06-08 John Paul Wallington <jpw@pobox.com>
993
994 * NEWS: Document that `completion-ignore-case' is nil on MS-Windows.
995
996 2008-05-19 Tom Tromey <tromey@redhat.com>
997
998 * NEWS: Mention directory-local variables.
999
1000 2008-05-11 Juri Linkov <juri@jurta.org>
1001
1002 * images/custom/README:
1003 * images/custom/down.xpm:
1004 * images/custom/down-pushed.xpm:
1005 * images/custom/right.xpm:
1006 * images/custom/right-pushed.xpm: New files.
1007
1008 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
1009
1010 * NEWS: Support for Meta-CVS removed.
1011
1012 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
1013
1014 * compilation.txt: Add regexp for Open Watcom compiler output.
1015
1016 2008-05-04 Reiner Steib <reiner.steib@gmx.de>
1017
1018 * NEWS: Reword previous commit.
1019 * NEWS.22: Document removal of duplicated "alt-" input methods.
1020
1021 2008-05-03 Glenn Morris <rgm@gnu.org>
1022
1023 * NEWS: Document removal of duplicated "alt-" input methods.
1024
1025 2008-04-26 Glenn Morris <rgm@gnu.org>
1026
1027 * forms-d2.dat: Move here from ../lisp.
1028
1029 2008-04-06 Jason Rumney <jasonr@gnu.org>
1030
1031 * HELLO (Burmese): Rename from Myanmar.
1032
1033 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
1034
1035 * GNUS-NEWS (incoming mail files): Add version.
1036
1037 2008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
1038
1039 * tutorials/TUTORIAL.de: Remove even more discussion of flow
1040 control. Refer to node name `Init Rebinding' instead of title.
1041
1042 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
1043
1044 * refcards/orgcard.tex: Minor fixes.
1045
1046 2008-03-12 Chong Yidong <cyd@stupidchicken.com>
1047
1048 * tutorials/TUTORIAL, tutorials/TUTORIAL.fr, tutorials/TUTORIAL.ro:
1049 * tutorials/TUTORIAL.bg, tutorials/TUTORIAL.it, tutorials/TUTORIAL.ru:
1050 * tutorials/TUTORIAL.cn, tutorials/TUTORIAL.ja, tutorials/TUTORIAL.sk:
1051 * tutorials/TUTORIAL.cs, tutorials/TUTORIAL.ko, tutorials/TUTORIAL.sl:
1052 * tutorials/TUTORIAL.de, tutorials/TUTORIAL.nl, tutorials/TUTORIAL.sv:
1053 * tutorials/TUTORIAL.eo, tutorials/TUTORIAL.pl, tutorials/TUTORIAL.th:
1054 * tutorials/TUTORIAL.es, tutorials/TUTORIAL.pt_BR:
1055 Remove discussion of flow control.
1056
1057 2008-03-12 Juanma Barranquero <lekktu@gmail.com>
1058
1059 * NEWS: Describe linum.el.
1060
1061 2008-03-11 Glenn Morris <rgm@gnu.org>
1062
1063 * images/icons/hicolor/128x128/apps/emacs.png:
1064 * images/icons/hicolor/16x16/apps/emacs.png:
1065 * images/icons/hicolor/24x24/apps/emacs.png:
1066 * images/icons/hicolor/32x32/apps/emacs.png:
1067 * images/icons/hicolor/48x48/apps/emacs.png:
1068 * images/icons/hicolor/scalable/apps/emacs.svg:
1069 * images/icons/hicolor/scalable/mimetypes/emacs-document.svg:
1070 Remove `creator' metadata.
1071
1072 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
1073
1074 * images/README: Update with bookmark_add.
1075
1076 * images/bookmark_add.pbm, images/bookmark_add.xpm: New files.
1077
1078 2008-03-03 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
1079
1080 * images/icons/hicolor/32x32/apps/emacs.png: Make transparency 8 bit.
1081 * images/icons/hicolor/scalable/mimetypes/emacs-document.svg: New file.
1082 * images/icons/hicolor/scalable/apps/emacs.svg: Fix format.
1083
1084 2008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com>
1085
1086 * images/icons/hicolor/16x16/apps/emacs22.png:
1087 * images/icons/hicolor/24x24/apps/emacs22.png:
1088 * images/icons/hicolor/32x32/apps/emacs22.png:
1089 * images/icons/hicolor/48x48/apps/emacs22.png: New files.
1090 These are the old versions of `emacs.png' under a new name.
1091
1092 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
1093
1094 * images/icons/README: Update info for the icons.
1095
1096 * images/icons/emacs16_mac.png:
1097 * images/icons/emacs24_mac.png:
1098 * images/icons/emacs256_mac.png:
1099 * images/icons/emacs32_mac.png:
1100 * images/icons/emacs48_mac.png:
1101 * images/icons/emacs512_mac.png: Remove.
1102
1103 * images/icons/hicolor/16x16/apps/emacs.png:
1104 * images/icons/hicolor/24x24/apps/emacs.png:
1105 * images/icons/hicolor/32x32/apps/emacs.png:
1106 * images/icons/hicolor/48x48/apps/emacs.png: New icon.
1107
1108 * images/icons/hicolor/scalable/apps/emacs.svg:
1109 * images/icons/hicolor/128x128/apps/emacs.png: New files.
1110
1111 2008-02-26 Reiner Steib <Reiner.Steib@gmx.de>
1112
1113 * NEWS (Gnus): Mention problem with coding system `utf-8-emacs'
1114 when using different Emacs versions.
1115
1116 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
1117
1118 * NEWS.22: Mention stock icons for Gtk+.
1119
1120 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
1121
1122 * NEWS: Mention the new language environments Bengali, Punjabi,
1123 Gujarati, Oriya, Telugu, Sinhala. Mention the removal of features
1124 devanagari, devan-util, kannada, knd-util, malayalam, mlm-util,
1125 tamil, and tml-util.
1126
1127 2008-02-22 Michael Olson <mwolson@gnu.org>
1128
1129 * NEWS: Describe nXML mode and json.el.
1130
1131 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
1132
1133 * NEWS: Improve the description about the removal of cp-...-codepage
1134 functions. Describe the removal of the feature `devan-util'.
1135
1136 2008-02-21 Glenn Morris <rgm@gnu.org>
1137
1138 * NEWS.unicode: Merge into NEWS and remove file.
1139
1140 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
1141
1142 * NEWS.unicode: Mention the removal of codepage related functions.
1143
1144 2008-02-16 Glenn Morris <rgm@gnu.org>
1145
1146 * nxml/test-invalid.xml, nxml/test-valid.xml: Move here from lisp/nxml.
1147 Rename from "test." to "test-" for doschk.
1148
1149 2008-02-10 Daiki Ueno <ueno@unixuser.org>
1150
1151 * NEWS: Clarify EasyPG functionalities.
1152
1153 2008-02-09 Eli Zaretskii <eliz@gnu.org>
1154
1155 * tutorials/TUTORIAL.ru: Remove redundant empty lines, insert a
1156 magic line instead.
1157
1158 2008-02-08 Jan Djärv <jan.h.d@swipnet.se>
1159
1160 * NEWS: Mention XEmbed and --parent-id.
1161
1162 2008-02-08 Daiki Ueno <ueno@unixuser.org>
1163
1164 * NEWS: Mention EasyPG.
1165
1166 2008-02-02 Eli Zaretskii <eliz@gnu.org>
1167
1168 * tutorials/TUTORIAL.ru: Restore copyright years. Update tutorial.
1169 Fix wording.
1170
1171 2008-02-02 Kenichi Handa <handa@ni.aist.go.jp>
1172
1173 * HELLO: Add Bengali, Gujarati, Khmer, Myanmar, Oriya, Sinhala,
1174 Telugu. Fix ISO-2022 designations in Cantonese line.
1175
1176 2008-02-01 Kenichi Handa <handa@m17n.org>
1177
1178 * HELLO: Remove non-unicode character from Tibetan text.
1179
1180 2008-02-01 Miles Bader <miles@gnu.org>
1181
1182 * TODO, PROBLEMS, NEWS: Replace references to Emacs version "22"
1183 with "23".
1184
1185 2008-02-01 Kenichi Handa <handa@m17n.org>
1186
1187 * charsets: New directory for charset mapping tables.
1188
1189 * charsets/README: New file.
1190
1191 * charsets/*.map: New files.
1192
1193 2008-02-01 Kenichi Handa <handa@m17n.org>
1194
1195 * HELLO: Change "Hindi" to more common characters.
1196
1197 2008-02-01 Kenichi Handa <handa@m17n.org>
1198
1199 * HELLO: Fix upcase and downcase for several languages.
1200 Change the two German lines into one. Change "Nederlangs" to
1201 "Dutch (Nederlands)". Add original language names to several entries.
1202
1203 2008-02-01 Kenichi Handa <handa@m17n.org>
1204
1205 * tutorials/TUTORIAL.es: Add local variable coding: latin-1.
1206
1207 2008-02-01 Kenichi Handa <handa@m17n.org>
1208
1209 * HELLO: Change indian-2-column chars of Hindi line to Unicode chars.
1210
1211 2008-02-01 Dave Love <fx@gnu.org>
1212
1213 * HELLO: Add pseudo-maths example.
1214
1215 2008-01-31 Alex Ott <alexott@gmail.com>
1216
1217 * tutorials/TUTORIAL.ru: Update tutorial.
1218
1219 2008-01-25 Michael Olson <mwolson@gnu.org>
1220
1221 * ERC-NEWS: Update for ERC 5.3 release candidate.
1222
1223 2008-01-22 Juanma Barranquero <lekktu@gmail.com>
1224
1225 * DEVEL.HUMOR: New entry.
1226
1227 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
1228
1229 * refcards/orgcard.tex: Update to Org-mode version 5.19.
1230
1231 2008-01-12 Eli Zaretskii <eliz@gnu.org>
1232
1233 * MACHINES: Add an explicit list of platforms that are no longer
1234 supported.
1235 * NEWS: Refer to this list.
1236
1237 2008-01-08 Glenn Morris <rgm@gnu.org>
1238
1239 * refcards/calccard.tex, refcards/cs-dired-ref.tex:
1240 * refcards/cs-refcard.tex, refcards/cs-survival.tex:
1241 * refcards/de-refcard.tex, refcards/dired-ref.tex:
1242 * refcards/fr-drdref.tex, refcards/fr-refcard.tex:
1243 * refcards/fr-survival.tex, refcards/gnus-refcard.tex:
1244 * refcards/orgcard.tex, refcards/pl-refcard.tex:
1245 * refcards/pt-br-refcard.tex, refcards/refcard.tex:
1246 * refcards/ru-refcard.tex, refcards/sk-dired-ref.tex:
1247 * refcards/sk-refcard.tex, refcards/sk-survival.tex:
1248 * refcards/survival.tex, refcards/vipcard.tex:
1249 * refcards/viperCard.tex: Update printed copyright year to 2008.
1250
1251 2008-01-08 Kevin Ryde <user42@zip.com.au>
1252
1253 * compilation.txt (perl): Add a "during global destruction" sample.
1254
1255 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1256
1257 * PROBLEMS:
1258 * MACHINES: Remove references to systems not supported anymore.
1259
1260 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1261
1262 * MACHINES: Remove Masscomp.
1263
1264 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
1265
1266 * images/icons/emacs_16.png, images/icons/emacs_24.png
1267 * images/icons/emacs_32.png, images/icons/emacs_48.png: Rename to
1268 hicolor/16x16/apps/emacs.png, hicolor/24x24/apps/emacs.png,
1269 hicolor/32x32/apps/emacs.png and hicolor/48x48/apps/emacs.png.
1270
1271 * images/icons/README (Author): Update for renaming.
1272
1273 * emacs.desktop (Icon): Update icon name.
1274
1275 2007-12-15 Eli Zaretskii <eliz@gnu.org>
1276
1277 The following files renamed to avoid file-name clashes in
1278 8+3 (a.k.a. DOS) namespace:
1279
1280 * schema/xhtml-basic-form.rnc: Renamed to xhtml-bform.rnc.
1281 * schema/xhtml-basic-table.rnc: Renamed to xhtml-btable.rnc.
1282 * schema/xhtml-list.rnc: Renamed to xhtml-lst.rnc.
1283 * schema/xhtml-target.rnc: Renamed to xhtml-tgt.rnc.
1284 * schema/xhtml-style.rnc: Renamed to xhtml-xstyle.rnc.
1285 * schema/xhtml-form.rnc, schema/xhtml-table.rnc, schema/xhtml.rnc:
1286 Updated accordingly.
1287
1288 * schema/docbook-dyntbl.rnc, schema/docbook-soextbl.rnc: Renamed to
1289 docbk-dyntbl.rnc and docbk-soextbl.rnc, respectively.
1290
1291 * images/icons/macemacs_16.png, images/icons/macemacs_24.png:
1292 * images/icons/macemacs_32.png, images/icons/macemacs_48.png:
1293 * images/icons/macemacs_256.png, images/icons/macemacs_512.png:
1294 Renamed to emacs16_mac.png, emacs24_mac.png, emacs32_mac.png,
1295 emacs48_mac.png, emacs256_mac.png, and emacs512_mac.png,
1296 respectively.
1297
1298 2007-12-08 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1299
1300 * emacs.desktop (Exec, Icon, Categories): Fix entries.
1301
1302 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1303
1304 * NEWS: Add minimal Gnus item.
1305
1306 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1307
1308 * emacs.desktop: New file.
1309
1310 2007-11-30 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
1311
1312 * images/icons/macemacs_16.png, images/icons/macemacs_24.png:
1313 * images/icons/macemacs_32.png, images/icons/macemacs_48.png:
1314 * images/icons/macemacs_256.png, images/icons/macemacs_512.png:
1315 New files.
1316
1317 2007-11-28 Glenn Morris <rgm@gnu.org>
1318
1319 * nxml/: New directory, moved here from lisp/nxml/char-name/unicode.
1320 * nxml/README: New file.
1321
1322 2007-11-24 Glenn Morris <rgm@gnu.org>
1323
1324 * images/gnus/mail_send.xpm: Rename to mail-send.xpm.
1325
1326 2007-11-23 Mark A. Hershberger <mah@everybody.org>
1327
1328 * NXML-NEWS: New File.
1329
1330 * schema: Initial merge of nxml.
1331
1332 2007-11-22 Francesco Potortì <pot@gnu.org>
1333
1334 * NEWS: etags: the --members option is now the default.
1335
1336 2007-11-22 Glenn Morris <rgm@gnu.org>
1337
1338 * images/smilies/grayscale/README, images/smilies/medium/README:
1339 New files.
1340
1341 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1342
1343 * compilation.txt: Add new entries: compilation-perl--Pod::Checker,
1344 compilation-perl--Test, compilation-perl--Test::Harness and
1345 compilation-weblint.
1346
1347 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1348
1349 * MACHINES: Remove Sun windows info.
1350
1351 2007-10-30 Michael Olson <mwolson@gnu.org>
1352
1353 * NEWS: Add entry for Remember Mode.
1354
1355 2007-10-29 Glenn Morris <rgm@gnu.org>
1356
1357 * refcards/gnus-refcard.tex: Restore Feb 2007 copyright
1358 clarifications lost in update to Gnus trunk.
1359
1360 2007-10-28 Adam Sjøgren <asjo@koldfront.dk>
1361
1362 * images/smilies/grayscale/blink.xpm:
1363 * images/smilies/grayscale/braindamaged.xpm
1364 * images/smilies/grayscale/cry.xpm, images/smilies/grayscale/dead.xpm:
1365 * images/smilies/grayscale/evil.xpm:
1366 * images/smilies/grayscale/forced.xpm:
1367 * images/smilies/grayscale/frown.xpm, images/smilies/grayscale/grin.xpm:
1368 * images/smilies/grayscale/indifferent.xpm:
1369 * images/smilies/grayscale/reverse-smile.xpm:
1370 * images/smilies/grayscale/sad.xpm, images/smilies/grayscale/smile.xpm:
1371 * images/smilies/grayscale/wry.xpm: New larger grayscale smileys.
1372
1373 * images/smilies/medium/blink.xpm:
1374 * images/smilies/medium/braindamaged.xpm, images/smilies/medium/cry.xpm:
1375 * images/smilies/medium/dead.xpm, images/smilies/medium/evil.xpm:
1376 * images/smilies/medium/forced.xpm, images/smilies/medium/frown.xpm:
1377 * images/smilies/medium/grin.xpm, images/smilies/medium/indifferent.xpm:
1378 * images/smilies/medium/reverse-smile.xpm:
1379 * images/smilies/medium/sad.xpm, images/smilies/medium/smile.xpm:
1380 * images/smilies/medium/wry.xpm: New colorful smileys.
1381
1382 2007-10-29 Michael Olson <mwolson@gnu.org>
1383
1384 * ERC-NEWS: Update for recent change.
1385
1386 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
1387
1388 * .cvsignore: Add *.pyc.
1389
1390 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
1391
1392 * ses-example.ses: Get rid of silly life-universe-everything local
1393 variable. `symbolic-formulas' is now `ses--symbolic-formulas'.
1394
1395 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1396
1397 * NEWS: Mention desktop locking.
1398
1399 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1400
1401 * NEWS: Explain the VC fileset changes a bit better.
1402
1403 2007-09-28 Glenn Morris <rgm@gnu.org>
1404
1405 * PROBLEMS: Mention Tex superscript font issue.
1406
1407 2007-09-25 Johannes Weiner <hannes@saeurebad.de>
1408
1409 * NEWS: Fix typo.
1410
1411 2007-09-24 Glenn Morris <rgm@gnu.org>
1412
1413 * CONTRIBUTE: Remove information on maintaining copyright years;
1414 it does not belong here and is in admin/notes anyway.
1415
1416 2007-09-24 Adam Hupp <adam@hupp.org>
1417
1418 * emacs.py: Split for python 2 and python 3 compatibility.
1419 * emacs2.py: New file, split off from emacs.py.
1420 * emacs3.py: New file, python 3 version of emacs2.py.
1421
1422 2007-09-21 Glenn Morris <rgm@gnu.org>
1423
1424 * emacstool.1: Remove file.
1425 * emacs.bash: Adapt for removal of emacstool.
1426 * emacs.csh: Remove emacstool-related code.
1427
1428 2007-09-16 Glenn Morris <rgm@gnu.org>
1429
1430 * gfdl.1: Remove unused file.
1431
1432 2007-09-12 Glenn Morris <rgm@gnu.org>
1433
1434 * Makefile (SOURCES, unlock, relock): Delete.
1435
1436 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
1437
1438 * NEWS: Document the interactive specification for C functions.
1439 Say that `set-file-modes' is now interactive.
1440
1441 2007-09-10 Michael Olson <mwolson@gnu.org>
1442
1443 * ERC-NEWS: Improve description of erc-tls and erc-ssl change.
1444
1445 2007-09-09 Juri Linkov <juri@jurta.org>
1446
1447 * AUTHORS, CONTRIBUTE: New files, moved here from the root dir.
1448
1449 2007-09-08 Michael Olson <mwolson@gnu.org>
1450
1451 * ERC-NEWS: Update for changes to the development version of ERC 5.3.
1452
1453 2007-09-06 Glenn Morris <rgm@gnu.org>
1454
1455 * ctags.1, emacs.1, emacsclient.1, etags.1: Move from etc/ to
1456 doc/man/.
1457
1458 * refcards/README: Also mention gnus-logo.pdf license.
1459
1460 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
1461
1462 * NEWS.22 (Note): Lower-case for orgtbl-mode.
1463
1464 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
1465
1466 * NEWS: Say that Gtk+ build uses stock icons.
1467
1468 2007-08-28 Werner LEMBERG <wl@gnu.org>
1469
1470 * refcards/de-refcard.tex, refcards/de-refcard.pdf: Use `C-M-%'
1471 instead of `M-x query-replace-regexp'.
1472
1473 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1474
1475 * PROBLEMS (Mac OS X): Add alternative workaround for QuickTime
1476 updater breakage.
1477
1478 2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
1479
1480 * NEWS: Say that PDF files are now the default for refcards.
1481
1482 * refcards/fr-drdref.tex, refcards/fr-drdref.pdf: Move these to...
1483 * refcards/fr-dired-ref.tex, refcards/fr-dired-ref.pdf: ... those names.
1484
1485 * refcards/pdflayout.sty: New. Handle PDF layouts through
1486 \pdfpagewidth and \pdfpageheight.
1487
1488 * refcards/calccard.pdf, refcards/cs-dired-ref.pdf:
1489 * refcards/cs-refcard.pdf, refcards/de-refcard.pdf:
1490 * refcards/dired-ref.pdf, refcards/fr-drdref.pdf:
1491 * refcards/fr-refcard.pdf, refcards/gnus-booklet.pdf:
1492 * refcards/gnus-logo.pdf, refcards/gnus-refcard.pdf:
1493 * refcards/orgcard.pdf, refcards/pl-refcard.pdf:
1494 * refcards/pt-br-refcard.pdf, refcards/refcard.pdf:
1495 * refcards/ru-refcard.pdf, refcards/sk-dired-ref.pdf:
1496 * refcards/sk-refcard.pdf: Add PDF versions of the refcards.
1497
1498 * refcards/calccard.ps, refcards/cs-dired-ref.ps:
1499 * refcards/cs-refcard.ps, refcards/de-refcard.ps, refcards/dired-ref.ps:
1500 * refcards/fr-drdref.ps, refcards/fr-refcard.ps:
1501 * refcards/gnus-booklet.ps, refcards/gnus-logo.ps:
1502 * refcards/gnus-refcard.ps, refcards/orgcard.ps, refcards/pl-refcard.ps:
1503 * refcards/pt-br-refcard.ps, refcards/refcard.ps:
1504 * refcards/ru-refcard.ps, refcards/sk-dired-ref.ps:
1505 * refcards/sk-refcard.ps: Remove the PS versions of the refcards.
1506
1507 * refcards/calccard.tex, refcards/fr-survival.tex, refcards/orgcard.tex:
1508 * refcards/pl-refcard.tex, refcards/pt-br-refcard.tex:
1509 * refcards/refcard.tex, refcards/survival.tex, refcards/vipcard.tex:
1510 * refcards/viperCard.tex: Specify PDF layout,
1511 use a PDF `compile-command' local variable.
1512
1513 * refcards/cs-dired-ref.tex, refcards/cs-refcard.tex:
1514 * refcards/cs-survival.tex, refcards/dired-ref.tex:
1515 * refcards/fr-drdref.tex, refcards/sk-dired-ref.tex:
1516 * refcards/sk-refcard.tex, refcards/sk-survival.tex:
1517 Specify PDF layout.
1518
1519 * refcards/fr-refcard.tex: Update copyright notice.
1520 Update the examples. Fix a typo. Remove the `letterpaper' counter,
1521 specify PDF layout, use a PDF `compile-command' local variable.
1522
1523 * refcards/de-refcard.tex: Remove the `letterpaper' counter,
1524 specify PDF layout, use a PDF `compile-command' local variable.
1525
1526 * refcards/ru-refcard.tex: Use a PDF `compile-command' local variable.
1527
1528 * refcards/Makefile: Add rules for creating the refcards in PDF,
1529 make them the default. Change `fr-drdref' to `fr-dired-ref'.
1530
1531 2007-08-23 Glenn Morris <rgm@gnu.org>
1532
1533 * Makefile (mostlyclean, clean, distclean, maintainer-clean):
1534 Delete these targets since nothing uses them.
1535 (SOURCES): Update.
1536 Move comments to e/README. Remove license from now-trivial file.
1537
1538 * e/README: New file, with most information formerly in Makefile.
1539
1540 2007-09-05 Jason Rumney <jasonr@gnu.org>
1541
1542 * NEWS.22: Mention focus-follows-mouse change.
1543
1544 2007-08-22 Karl Berry <karl@gnu.org>
1545
1546 * refcards/refcard.tex: Updates for printing.
1547 (\versionyear): Update to 2007.
1548 (\copyrightnotice): Modified or unmodified ok.
1549 (Simple Customization): Don't use goto-line, since now it's bound.
1550 Also, use now-preferred (kbd ...) syntax.
1551
1552 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
1553
1554 * NEWS: `shell' prompts for the default directory if called with a
1555 prefix and `default-directory' is a remote file name.
1556
1557 2007-08-22 Glenn Morris <rgm@gnu.org>
1558
1559 * tree-widget: Move this directory into images/ subdirectory.
1560
1561 * refcards/: New directory. Move refcards here.
1562 * Makefile: Move refcard rules from here...
1563 * refcards/Makefile: ...to here.
1564 * README: Move information about tex files from here...
1565 * refcards/README: ...to here.
1566
1567 * tutorials/: New directory. Move TUTORIAL* here.
1568
1569 * gnus.pbm, letter.pbm, letter.xpm:
1570 * splash.pbm, splash.xpm, splash8.xpm: Move from etc/ to etc/images/.
1571 * README: Move license information for the above files from here...
1572 * images/README: ...to here.
1573
1574 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
1575
1576 * orgcard.tex: Version number upgrade.
1577
1578 2007-08-14 Glenn Morris <rgm@gnu.org>
1579
1580 * NEWS: Mention `bad-packages-alist'.
1581
1582 2007-08-08 Glenn Morris <rgm@gnu.org>
1583
1584 * TODO: `iff' item is dealt with.
1585 * GNUS-NEWS, NEWS, NEWS.1-17, NEWS.19, NEWS.21: Replace `iff'.
1586
1587 2007-08-01 Glenn Morris <rgm@gnu.org>
1588
1589 * NEWS: Add fortran-line-length, plus some more sections.
1590
1591 2007-07-25 Glenn Morris <rgm@gnu.org>
1592
1593 * Relicense all FSF files to GPLv3 or later.
1594
1595 * COPYING: Switch to GPLv3.
1596
1597 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
1598
1599 * NEWS: New functions `start-file-process-shell-command' and
1600 `process-file-shell-command'.
1601
1602 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
1603
1604 * NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.
1605
1606 2007-07-15 Karl Fogel <kfogel@red-bean.com>
1607
1608 * NEWS: Revert 2007-07-13T23:20:21Z!kfogel@red-bean.com, which
1609 documented bookmark keybinding changes that were later reverted.
1610
1611 2007-07-14 Jan Djärv <jan.h.d@swipnet.se>
1612
1613 * PROBLEMS: Mention gtk-engines-qt problem.
1614
1615 2007-07-13 Karl Fogel <kfogel@red-bean.com>
1616
1617 * NEWS: Update for recent bookmark keybinding changes.
1618
1619 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
1620
1621 * NEWS: Add Tramp and comint-mode changes.
1622
1623 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
1624
1625 * NEWS: `file-remote-p' has a new optional parameter CONNECTED.
1626
1627 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
1628
1629 * NEWS: New function `start-file-process'.
1630
1631 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
1632
1633 * orgcard.tex: Version 5.01
1634
1635 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
1636
1637 * NEWS: `dired-call-process' has been removed.
1638
1639 2007-06-20 Glenn Morris <rgm@gnu.org>
1640
1641 * NEWS: configure prefers libgif over libungif.
1642
1643 2007-06-14 Nick Roberts <nickrob@snap.net.nz>
1644
1645 * NEWS: Mention mouse highlighting in a GNU/Linux console.
1646
1647 2007-06-14 Werner Lemberg <wl@gnu.org>
1648
1649 * emacs.1: Completely revised.
1650 Fix many typographical glitches.
1651 Updated to handle current state of options and resources.
1652
1653 2007-06-12 Glenn Morris <rgm@gnu.org>
1654
1655 * NEWS: Change bug address. Add back +++/--- note.
1656 Use present tense for X-toolkit entry. Mention libgif.
1657
1658 2007-06-07 Mark H. Weaver <mhw@netris.org> (tiny change)
1659
1660 * NEWS (set-mark-command-repeat-pop): Fix duplicate entry.
1661
1662 2007-06-07 Michael Olson <mwolson@gnu.org>
1663
1664 * MORE.STUFF: Update eshell URL.
1665
1666 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
1667
1668 * orgcard.tex: Version 4.77.
1669
1670 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
1671
1672 * NEWS: Add socks.el as new package.
1673
1674 2007-06-02 Thien-Thi Nguyen <ttn@gnuvola.org>
1675
1676 * MORE.STUFF (Hideshow): Delete.
1677 (EDB, Go in a buffer): Update urls.
1678 Suggested by CHENG Gao <chenggao@gmail.com>.
1679
1680 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1681
1682 * Version 22.1 released.
1683
1684 2007-06-02 CHENG Gao <chenggao@gmail.com>
1685
1686 * MORE.STUFF: Remove dead URL for Fortune, and update URLs for
1687 Hideshow, Org, EDB, and Remember.
1688
1689 2007-05-29 Robert J. Chassell <bob@rattlesnake.com>
1690
1691 * NEWS: Fix instances of `allow' without object.
1692
1693 2007-05-22 Glenn Morris <rgm@gnu.org>
1694
1695 * NEWS.22: New file with entries for Emacs 22.
1696 * NEWS: Move Emacs 22 entries to new file NEWS.22, leave empty
1697 template for next Emacs version.
1698
1699 2007-05-19 Glenn Morris <rgm@gnu.org>
1700
1701 * images/cancel.pbm: Convert from PGM to PBM.
1702
1703 * images/copy.pbm, images/next-node.pbm, images/prev-node.pbm:
1704 * images/save.pbm, images/up-node.pbm: Convert from PPM to PBM.
1705
1706 2007-05-17 Glenn Morris <rgm@gnu.org>
1707
1708 * PROBLEMS (Dumping): Mention OpenBSD macppc problem.
1709
1710 2007-05-15 Michaël Cadilhac <michael@cadilhac.name>
1711
1712 * fr-refcard.tex: Rewrite using German layout.
1713
1714 * fr-refcard.ps: Regenerate.
1715
1716 2007-05-12 Richard Stallman <rms@gnu.org>
1717
1718 * refcard.tex (section{Incremental Search}): Minor corrections.
1719
1720 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
1721
1722 * Makefile (viperCard.ps, calccard.ps refcard.ps)
1723 (sk-dired-ref.ps sk-refcard.ps sk-survival.ps)
1724 (de-refcard.ps fr-refcard.ps pt-br-refcard.ps orgcard.ps): Use an
1725 explicit output argument for `dvips'.
1726
1727 2007-05-05 Glenn Morris <rgm@gnu.org>
1728
1729 * NEWS: Re-order.
1730
1731 2007-04-28 Glenn Morris <rgm@gnu.org>
1732
1733 * emacs.py: Restore file pending consideration of python.el legal
1734 status.
1735 * NEWS: Restore mention of python.el pending consideration of
1736 legal status.
1737
1738 2007-04-28 David R. Linn <drl@jekyll.vuse.vanderbilt.edu>
1739
1740 * PROBLEMS: Add section on Solaris out-of-tree install issues with
1741 non-GNU make.
1742
1743 2007-04-25 Werner Lemberg <wl@gnu.org>
1744
1745 * emacs.1: Replace -- with \(em.
1746
1747 2007-04-25 Yavor Doganov <yavor@gnu.org> (tiny change)
1748
1749 * emacs.1, etags.1: Escape some minus signs.
1750
1751 2007-04-22 Glenn Morris <rgm@gnu.org>
1752
1753 * NEWS: Change to EMACS env-var was reverted, so delete this entry.
1754
1755 2007-04-19 Glenn Morris <rgm@gnu.org>
1756
1757 * PROBLEMS: Expand a little on Emacs not knowing fqdn.
1758
1759 2007-04-17 David Kastrup <dak@gnu.org>
1760
1761 * NEWS: Mention `query-replace-regexp-eval' being deprecated.
1762
1763 2007-04-15 Glenn Morris <rgm@gnu.org>
1764
1765 * FTP: Make it a duplicate of ../FTP.
1766
1767 2007-04-14 Glenn Morris <rgm@gnu.org>
1768
1769 * SERVICE: Replace with a pointer to the web version.
1770
1771 * emacs.1: Update some of the more obsolete information.
1772
1773 2007-04-13 Glenn Morris <rgm@gnu.org>
1774
1775 * MACHINES: emacserver is removed.
1776
1777 * MORE.STUFF: Update some links, remove some dead ones.
1778
1779 2007-04-04 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
1780
1781 * emacs.py (format_exception): New function.
1782 (eexecfile): Use it instead of traceback.print_exception.
1783 Don't use execfile to avoid a bug in w32.
1784
1785 2007-04-04 Glenn Morris <rgm@gnu.org>
1786
1787 * MACHINES: Mention preprocessor to use with /opt/SUNWspro/bin/cc
1788 on Solaris.
1789
1790 * PROBLEMS (Configuration): Add entries on compiler/preprocessor
1791 mismatch, and on preprocessor inserting whitespace.
1792
1793 2007-04-03 Eli Zaretskii <eliz@gnu.org>
1794
1795 * TODO: Add entry for switching MS-Windows keyboard input to
1796 Unicode. Add specific pointer to msdos.c functions that support
1797 menus on text terminals.
1798
1799 2007-04-01 Michael Olson <mwolson@gnu.org>
1800
1801 * ERC-NEWS: Update for the ERC 5.2 release. Most of these entries
1802 were for previously-committed changes.
1803
1804 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
1805
1806 * PROBLEMS: Remove Tramp problem; it has been fixed.
1807
1808 2007-03-31 Eli Zaretskii <eliz@gnu.org>
1809
1810 * PROBLEMS (MS-Windows problems): How to bind non-ASCII keys with
1811 modifiers.
1812
1813 2007-03-23 Glenn Morris <rgm@gnu.org>
1814
1815 * Makefile (DESTDIR, LIBDIR, BINDIR, MANDIR, MANEXT):
1816 Delete unused variables.
1817 (dired-refcards, misc-refcards, survival-card, viper-cards):
1818 New targets.
1819 (all): Also build dired-refcards and misc-refcards.
1820 (clean, distclean, maintainer-clean): Depend on mostlyclean.
1821 (SOURCES): Remove non-existent files.
1822 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
1823 Mark as phony.
1824 (.ps files): Specify default papersize in the dvips command.
1825
1826 * fr-refcard.tex (\letterpaper): Switch to A4.
1827 (\section): Reduce \vskips to fit on A4 paper.
1828 (\shortcopyrightnotice): Display at end of first column.
1829
1830 2007-03-21 Glenn Morris <rgm@gnu.org>
1831
1832 * fr-refcard.tex (\metax): Tweak \hsize to avoid overfull columns.
1833 (\shortcopyrightnotice): Do not display in middle of file.
1834 Numerous \cr and \hskip hacks to avoid overfull columns.
1835
1836 * fr-refcard.ps: Regenerate.
1837
1838 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
1839
1840 * dired-ref.tex:
1841 * fr-drdref.tex:
1842 * cs-dired-ref.tex:
1843 * sk-dired-ref.tex: Emacs 21 -> 22.
1844
1845 * dired-ref.ps:
1846 * fr-drdref.ps:
1847 * cs-dired-ref.ps:
1848 * sk-dired-ref.ps: Regenerate.
1849
1850 2007-03-11 Glenn Morris <rgm@gnu.org>
1851
1852 * ms-7bkermit, ulimit.hack, Xkeymap.txt: Remove files.
1853
1854 * Makefile (SOURCES): ulimit.hack is removed.
1855
1856 2007-03-04 David Kastrup <dak@gnu.org>
1857
1858 * NEWS (fontification): Mention that the new default for
1859 jit-lock-stealth-time is now nil.
1860
1861 2007-03-01 Kim F. Storm <storm@cua.dk>
1862
1863 * ORDERS: Reformat text.
1864
1865 * NEWS (About external Lisp packages): New section.
1866
1867 2007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
1868
1869 * TUTORIAL.it: Fix typo.
1870
1871 2007-02-27 Glenn Morris <rgm@gnu.org>
1872
1873 * cs-dired-ref.tex: Increase in 2 column case to make room
1874 for copyright notice.
1875 (nopagenumbers): Call to turn off numbers in 1 page document.
1876 (Nápovìda, Modifikace Dired bufferu): Swap sections to
1877 balance column length in presence of copyright notice.
1878 (copyrightnotice): Uncomment so that notice is displayed.
1879
1880 * dired-ref.tex (vsize): Increase in 2 column case to make room
1881 for copyright notice.
1882 (nopagenumbers): Call to turn off numbers in 1 page document.
1883 (Getting Help, Modifying the Dired Buffer): Swap sections to
1884 balance column length in presence of copyright notice.
1885 (copyrightnotice): Uncomment so that notice is displayed.
1886
1887 * fr-drdref.tex (vsize): Increase in 2 column case.
1888 (\key): Tweak space for description.
1889 (\overfullrule): Set to 0pt to hide small overflows.
1890 (nopagenumbers): Call to turn off numbers in 1 page document.
1891 (Obtenir de l'aide, Modifier le tampon Dired): Swap sections to
1892 balance column length.
1893 (Mettre un flag sur les fichiers \`a d\'etruire): Hack in a line
1894 break to prevent overfull line.
1895 (find-names-dired): Use \key rather than \metax as a hack fix for
1896 overflow.
1897
1898 * sk-dired-ref.tex (vsize): Increase in 2 column case to make room
1899 for copyright notice.
1900 (nopagenumbers): Call to turn off numbers in 1 page document.
1901 (Nápoveda, Modifikácia Dired bufferu): Swap sections to
1902 balance column length in presence of copyright notice.
1903 (copyrightnotice): Uncomment so that notice is displayed.
1904
1905 2007-02-26 Carsten Dominik <dominik@science.uva.nl>
1906
1907 * orgcard.tex (section{Visibility Cycling}): Document key for
1908 indirect buffer access.
1909 (section{Archiving}): New keys for archiving.
1910 (section{Tables}): Combine two lines for hline creation.
1911 Named-field formula changed to Field formula.
1912 (section{Links}): Document keys for finding links.
1913 (section{Agenda Views}): New key for agenda file cycling.
1914 Document keys for stuck projects. Typos fixed.
1915 (section{Exporting and Publishing}): Export options no longer in
1916 reference card.
1917
1918 2007-02-25 Jan Djärv <jan.h.d@swipnet.se>
1919
1920 * PROBLEMS: Gtk+ and cygwin doesn't work.
1921
1922 2007-02-23 Eli Zaretskii <eliz@gnu.org>
1923
1924 * MORE.STUFF: Add a pointer to Phil Sung's Emacs slides on MIT.
1925
1926 2007-02-22 Per Starbäck <starback@stp.lingfil.uu.se> (tiny change)
1927
1928 * NEWS: Grammar and capitalization fixes.
1929
1930 2007-02-22 Glenn Morris <rgm@gnu.org>
1931
1932 * orgcard.tex, orgcard.ps: Restore deleted files following
1933 copyright assignment.
1934
1935 2007-02-20 Glenn Morris <rgm@gnu.org>
1936
1937 * TUTORIAL.eo: Unjustify.
1938
1939 2007-02-20 Sergio Pokrovskij <sergio.pokrovskij@gmail.com>
1940
1941 * TUTORIAL.eo: Change license to GPL. Add translator credits.
1942
1943 2007-02-19 Kenichi Handa <handa@m17n.org>
1944
1945 * NEWS (New language environments): Add "Esperanto".
1946
1947 2007-02-16 Dale Gulledge <dsplat@rochester.rr.com>
1948
1949 * TUTORIAL.eo: Add "See end ..." at the first line.
1950
1951 2007-02-19 Kenichi Handa <handa@m17n.org>
1952
1953 * TUTORIAL.eo: Add "." at the end of the first line.
1954
1955 2007-02-17 Reiner Steib <Reiner.Steib@gmx.de>
1956
1957 * gnus-refcard.tex: Remove obsolete comments. Add a short note
1958 creating PostScript files for Emacs without using Makefile rules.
1959
1960 * gnus-booklet.ps, gnus-refcard.ps: Generate with letter paper.
1961
1962 2007-02-17 Glenn Morris <rgm@gnu.org>
1963
1964 * TUTORIAL.eo: Add 2007 to copyright years. Remove translator
1965 copyrights (disclaimers on file), merge years into FSF copyrights.
1966 Move copyright to end. Remove "LocalWords" at end of file.
1967
1968 2007-02-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1969
1970 * TUTORIAL.pt_BR: Fix some accentuation, verbal conjugation and typos.
1971
1972 2007-02-16 Kenichi Handa <handa@m17n.org>
1973
1974 * TUTORIAL.translators: Add TUTORIAL.eo.
1975
1976 2007-02-16 Dale Gulledge <dsplat@rochester.rr.com>
1977
1978 * TUTORIAL.eo: New file.
1979
1980 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
1981
1982 * images/smilies/dead.xpm: Moved from images/gnus/dead.xpm.
1983
1984 * images/gnus/reverse-smile.xpm:
1985 * images/gnus/bar.xbm:
1986 * images/gnus/bar.xpm: Unused images removed.
1987
1988 2007-02-14 Glenn Morris <rgm@gnu.org>
1989
1990 * OTHER.EMACSES: Remove obsolete file.
1991
1992 2007-02-13 Chong Yidong <cyd@stupidchicken.com>
1993
1994 * cs-refcard.tex (versionemacs): New macro.
1995 * cs-refcard.ps: Regenerate.
1996
1997 * sk-refcard.ps: Regenerate.
1998
1999 * pl-refcard.ps: Regenerate.
2000
2001 2007-02-13 Bill Wohler <wohler@newt.com>
2002
2003 * images/README: Add section for icons that are a part of Emacs.
2004
2005 2007-02-12 Chong Yidong <cyd@stupidchicken.com>
2006
2007 * gnu.xpm: Unused file removed.
2008
2009 * emacs.xbm: Unused file removed.
2010
2011 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
2012
2013 * DEVEL.HUMOR: New entry.
2014
2015 2007-02-05 Francesco Potortì <pot@gnu.org>
2016
2017 * etags.1: Now --members is the default for etags, not for ctags yet.
2018 * NEWS (etags): Document it.
2019
2020 2007-02-04 Reiner Steib <Reiner.Steib@gmx.de>
2021
2022 * gnus-refcard.tex: Fix copyright.
2023 * gnus-booklet.ps, gnus-refcard.ps: Generate.
2024
2025 2007-01-20 Glenn Morris <rgm@gnu.org>
2026
2027 * orgcard.tex: Remove for legal reasons.
2028 * orgcard.ps: Remove for legal reasons.
2029
2030 2007-01-27 Kevin Rodgers <kevin.d.rodgers@gmail.com>
2031
2032 * PROBLEMS: More details about disabling features that hamper
2033 performance with slow X connections.
2034
2035 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2036
2037 * ps-prin1.ps (printBackground): Fix background height.
2038
2039 2007-01-20 Glenn Morris <rgm@gnu.org>
2040
2041 * cd-dired-ref.tex (versionemacs): New def.
2042 * cs-refcard.tex (versionemacs, versionyear): New defs.
2043 * cs-survival.tex (versionemacs, versiondate): New defs.
2044 * de-refcard.tex (versionemacs, versionyear): New defs.
2045 * fr-refcard.tex (versionemacs, versionyear): New defs.
2046 * fr-survival.tex (versionemacs, versiondate): New defs.
2047 * orgcard.tex (versionyear): New def.
2048 (shortcopyrightnotice): Only display last copyright year.
2049 * pl-refcard.tex (versionemacs, versiondate): New defs.
2050 * pt-br-refcard.tex (versionemacs, versionyear): New defs.
2051 * refcard.tex (versionemacs, versionyear): New defs.
2052 * ru-refcard.tex (versionemacs): New def.
2053 * survival.tex (versionemacs): New def.
2054 * sk-dired-ref.tex (versionemacs): New def.
2055 * sk-refcard.tex (versionemacs, versionyear): New defs.
2056 * sk-survival.tex (versionemacs): New def.
2057
2058 2007-01-20 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2059
2060 * MACHINES: Describe how 32-bit and 64-bit versions of Emacs can
2061 be compiled on Solaris systems.
2062
2063 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
2064
2065 * TODO: Proper background color handling for pngs.
2066
2067 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2068
2069 * emacs.1: Info files moved to share/info.
2070
2071 2007-01-17 Romain Francoise <romain@orebokech.com>
2072
2073 * emacs.1: Update bug-gnu-emacs address. Remove reference to
2074 info-gnu-emacs-request@prep.ai.mit.edu. Update copyrights.
2075
2076 2007-01-13 Michael Olson <mwolson@gnu.org>
2077
2078 * ERC-NEWS: Mention new erc-capab.el file.
2079
2080 2007-01-13 Glenn Morris <rgm@gnu.org>
2081
2082 * MACHINES: Add information on compiling 32-bit Emacs on 64-bit
2083 GNU/Linux.
2084 * PROBLEMS: As above.
2085
2086 2007-01-02 Francesco Potortì <pot@gnu.org>
2087
2088 * etags.1: Undocument the --no-warn option.
2089
2090 2006-12-17 Richard Stallman <rms@gnu.org>
2091
2092 * TUTORIAL: Say that C-d and DEL with arg do killing.
2093
2094 2006-12-16 Eli Zaretskii <eliz@gnu.org>
2095
2096 * PROBLEMS: Document problems with rebasing Cygwin DLLs.
2097
2098 2006-12-08 Michael Olson <mwolson@gnu.org>
2099
2100 * ERC-NEWS: Note that the list module has been removed.
2101
2102 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2103
2104 * NEWS (Changes to cmuscheme): Mention the alternative for
2105 `~/.emacs_SCHEMEPROG' which is `~/.emacs.d/init_SCHEMEPROG.scm'.
2106 (Init file changes): Same for `~/.emacs_SHELL' versus
2107 `~/.emacs.d/init_SHELL.sh'.
2108
2109 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
2110
2111 * DEVEL.HUMOR: Another entry.
2112
2113 2006-08-14 Masatake YAMATO <jet@gyve.org>
2114
2115 * etags.1: Added / to the end of DEVAR regex.
2116
2117 2006-11-22 Juanma Barranquero <lekktu@gmail.com>
2118
2119 * emacsclient.1 (DESCRIPTION): Suggest also `server-mode'.
2120 (OPTIONS): Document `-f', `--server-file' and EMACS_SERVER_FILE.
2121
2122 2006-11-20 Michael Olson <mwolson@gnu.org>
2123
2124 * NEWS: Change M-x erc-select to M-x erc.
2125
2126 2006-11-20 Sun Yijiang <sunyijiang@gmail.com>
2127
2128 * TUTORIAL.cn: Updated.
2129
2130 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
2131
2132 * orgcard.tex (section{Agenda Views}): Document `C-k'.
2133
2134 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
2135
2136 * orgcard.tex: Version number change.
2137
2138 2006-11-13 Bill Wohler <wohler@newt.com>
2139
2140 Release MH-E version 8.0.3.
2141
2142 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.3.
2143
2144 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
2145
2146 * DEVEL.HUMOR: Two more entries.
2147
2148 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
2149
2150 * orgcard.tex (section{Archiving}): Document C-TAB.
2151 (section{TODO Items and Checkboxes}): Checkbox keys moved to this
2152 section, added documentation for the key `C-c #'.
2153
2154 2006-11-05 Slawomir Nowaczyk <slawek@cs.lth.se>
2155
2156 * emacs.py (eargs): Provide eldoc message for builtin types.
2157 Make sure eargs always outputs sentinel, to avoid Emacs freeze.
2158
2159 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
2160
2161 * emacs.py (eargs): Return expected _emacs_out string even if
2162 errors occur.
2163
2164 2006-10-09 David Kastrup <dak@gnu.org>
2165
2166 * DEVEL.HUMOR: Add the topic line for last entry since that was
2167 what the joke was about.
2168
2169 2006-10-07 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
2170
2171 * TUTORIAL.bg: Synchronize with TUTORIAL.
2172
2173 2006-10-06 Juanma Barranquero <lekktu@gmail.com>
2174
2175 * DEVEL.HUMOR: New file.
2176
2177 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
2178
2179 * PROBLEMS: Document Emacs/XIM/gnome-settings-terminal clash.
2180
2181 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2182
2183 * NEWS: ebnf2ps changes.
2184
2185 2006-09-26 Reiner Steib <Reiner.Steib@gmx.de>
2186
2187 * refcard.ps: Regenerate.
2188
2189 2006-09-18 Jan Djärv <jan.h.d@swipnet.se>
2190
2191 * NEWS: Rename x-use-old-gtk-file-dialog to x-gtk-use-old-file-dialog.
2192
2193 2006-09-15 Jay Belanger <belanger@truman.edu>
2194
2195 * COPYING: Replace "Library Public License" by "Lesser Public
2196 License" throughout.
2197
2198 2006-09-15 Richard Stallman <rms@gnu.org>
2199
2200 * THE-GNU-PROJECT: Update with the latest footnotes
2201 from www.gnu.org/gnu/the-gnu-project.html
2202
2203 2006-09-15 David Kastrup <dak@gnu.org>
2204
2205 * NEWS: Explain new behavior and arguments of `key-binding' and
2206 `command-remapping'.
2207
2208 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
2209
2210 * NEWS: In terminal-oriented subshells, the EMACS environment
2211 variable now defaults to Emacs's absolute file name, instead of
2212 to "t".
2213 * PROBLEMS: Adjust tcsh advice for this.
2214
2215 2006-09-10 Jan Djärv <jan.h.d@swipnet.se>
2216
2217 * PROBLEMS (are): Emacs compiled with Gtk+ crashes when closing a
2218 display (x-close-connection).
2219
2220 2006-09-03 Diane Murray <disumu@x3y2z1.net>
2221
2222 * erc.texi (Getting Started, Connecting): Changed erc-select to erc.
2223
2224 2006-09-02 Juri Linkov <juri@jurta.org>
2225
2226 * HELLO: Regroup Europe Non-ASCII examples by similar scripts.
2227
2228 2006-08-25 Richard Stallman <rms@gnu.org>
2229
2230 * TUTORIAL: Give priority to graphical terminals over text terminals
2231 regarding C-z.
2232
2233 2006-08-21 Sun Yijiang <sunyijiang@gmail.com>
2234
2235 * TUTORIAL.cn: Sync with the latest TUTORIAL.
2236
2237 2006-08-20 Dave Love <fx@gnu.org>
2238
2239 * emacs.py: Update to Dave Love's latest version.
2240 (__all__): Fix args -> eargs. Add new `modpath' fun.
2241 (eargs): Add `imports' arg.
2242 (all_names): New fun.
2243 (complete): Rewrite without using rlcompleter.
2244 Remove `namespace' arg, add `imports' arg.
2245 (ehelp): Replace g and l args with `imports'.
2246 (eimport): Use __main__ rather than `emacs' namespace.
2247 (modpath): New fun.
2248
2249 2006-08-20 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
2250
2251 * emacs.py (eexecfile): Use the __main__ rather than `emacs' namespace.
2252
2253 2006-08-18 Primoz PETERLIN <primoz.peterlin@mf.uni-lj.si>
2254
2255 * TUTORIAL.sl: Synchronize with TUTORIAL.
2256
2257 2006-08-18 Mats Lidell <matsl@contactor.se>
2258
2259 * TUTORIAL.sv: Synchronize with TUTORIAL.
2260
2261 2006-08-18 Alfredo Finelli <alfredofnl@tiscali.it>
2262
2263 * TUTORIAL.it: Synchronize with TUTORIAL.
2264
2265 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
2266
2267 * orgcard.tex: Version number change.
2268
2269 2006-08-12 Werner Lemberg <wl@gnu.org>
2270
2271 * TUTORIAL.de: Synchronize with TUTORIAL.
2272
2273 2006-08-10 Romain Francoise <romain@orebokech.com>
2274
2275 * NEWS: Mention that zone-mode.el is now obsolete.
2276
2277 2006-08-09 Richard Stallman <rms@gnu.org>
2278
2279 * TUTORIAL: Don't say which side scroll bar is on.
2280
2281 2006-08-06 Nick Roberts <nickrob@snap.net.nz>
2282
2283 * DEBUG (Note): Add note about following a longjmp call.
2284 Add local variables list for outline mode.
2285
2286 2006-08-03 Michael Olson <mwolson@gnu.org>
2287
2288 * ERC-NEWS: Update for ERC 5.1.4.
2289
2290 2006-08-01 Kenichi Handa <handa@m17n.org>
2291
2292 * NEWS (find-operation-coding-system): Describe the more detail of
2293 the change.
2294
2295 2006-07-28 Reiner Steib <Reiner.Steib@gmx.de>
2296
2297 * GNUS-NEWS: Regenerate from Oort Gnus node in texi/gnus.texi using
2298 texi/gnus-news.el of the trunk.
2299
2300 2006-07-29 Reiner Steib <Reiner.Steib@gmx.de>
2301
2302 * NEWS: Fix typo.
2303
2304 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
2305
2306 * ru-refcard.ps: Regenerate.
2307
2308 2006-07-17 Alex Ott <alexott@gmail.com>
2309
2310 * ru-refcard.tex: Update for Emacs 22.
2311
2312 2006-07-14 Kim F. Storm <storm@cua.dk>
2313
2314 * PROBLEMS: Emacs now requires ws2_32.dll on Windows.
2315
2316 2006-07-14 Károly Lőrentey <lorentey@elte.hu>
2317
2318 * HELLO: Update Hungarian sample.
2319
2320 2006-07-12 Michael Olson <mwolson@gnu.org>
2321
2322 * ERC-NEWS: Update for ERC 5.1.3.
2323
2324 2006-07-08 David Kastrup <dak@gnu.org>
2325
2326 * TODO: Suggest consolidation with user customization when the
2327 system default of a customized variable changes.
2328
2329 2006-07-08 Thien-Thi Nguyen <ttn@gnu.org>
2330
2331 * compilation.txt: Add an example "Compilation started ..." line.
2332
2333 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
2334
2335 * orgcard.tex: Version number change.
2336
2337 2006-07-05 Kenichi Handa <handa@m17n.org>
2338
2339 * HELLO: Add a paragraph for non-ASCII examples at the head. Add
2340 Bulgarian and Hungarian. Add more "hello"s to Danish and Swedish.
2341
2342 2006-07-03 Bill Wohler <wohler@newt.com>
2343
2344 Release MH-E version 8.0.2.
2345
2346 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.2.
2347
2348 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
2349
2350 * orgcard.tex (section{Agenda Views}): Document `s' key to save
2351 all org-mode buffers.
2352
2353 2006-06-30 Francesco Potortì <pot@gnu.org>
2354
2355 * etags.1: -m and -M options do not exist.
2356
2357 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
2358
2359 * orgcard.tex (section{Structure Editing}): Document checkbox
2360 toggling.
2361
2362 2006-06-28 Juri Linkov <juri@jurta.org>
2363
2364 * grep.txt (Local Variables): Move to end of file.
2365
2366 2006-06-28 Reiner Steib <Reiner.Steib@gmx.de>
2367
2368 * Makefile: Add rules for refcards.
2369
2370 * de-refcard.ps, fr-refcard.ps, pt-br-refcard.ps: Regenerate.
2371
2372 2006-06-24 Nick Roberts <nickrob@snap.net.nz>
2373
2374 * NEWS: Remove duplicate entries.
2375
2376 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
2377
2378 * orgcard.tex (section{LaTeX and cdlatex-mode}): New section.
2379
2380 2006-06-23 Kim F. Storm <storm@cua.dk>
2381
2382 * DEBUG: Mention `pv variable' to print value of Lisp variables.
2383 Mention `xpr' and fix example to use it. Add section describing
2384 commands such as `pit' that are useful for debugging redisplay
2385 related problems.
2386
2387 2006-06-22 Kim F. Storm <storm@cua.dk>
2388
2389 * HELLO (Local Variables): Move to end of file.
2390
2391 2006-06-20 Bill Wohler <wohler@newt.com>
2392
2393 Release MH-E version 8.0.1.
2394
2395 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.1.
2396
2397 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
2398
2399 * orgcard.tex (section{Clocking Time}): Add new clocking commands.
2400 (section{Structure Editing}): Add global archiving command.
2401
2402 2006-06-14 Thien-Thi Nguyen <ttn@gnu.org>
2403
2404 * yow.lines: Delete existing data; add a new entry.
2405
2406 2006-06-09 WĹ‚odek Bzyl <matwb@univ.gda.pl>
2407
2408 * pl-refcard.ps: Regenerate.
2409
2410 2006-06-08 WĹ‚odek Bzyl <matwb@univ.gda.pl>
2411
2412 * pl-refcard.tex: Update for Emacs 22.
2413
2414 2006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
2415
2416 * fr-refcard.tex: Fix errors in previous commit.
2417
2418 2006-06-08 Éric Jacoboni <jaco@jacoboni.fr>
2419
2420 * fr-refcard.tex: Update for Emacs 22.
2421
2422 2006-06-07 Kenichi Handa <handa@m17n.org>
2423
2424 * NEWS: Mention how to disable character translation for a file.
2425
2426 2006-06-04 Sven Joachim <svenjoac@gmx.de>
2427
2428 * de-refcard.tex: Update for Emacs 22: Use German quotes
2429 and umlauts; fix overfull /hboxes; many rewordings.
2430
2431 2006-06-04 Kim F. Storm <storm@cua.dk>
2432
2433 * NEWS: Move news for pre-22 versions into...
2434 * NEWS.21, NEWS.20: ... new files for Emacs 21 and Emacs 20 news.
2435 * ONEWS, ONEWS.1, ONEWS.2, ONEWS.3, ONEWS.4: Remove (rename) files ...
2436 * NEWS.19, NEWS.18, NEWS.1-17: ... and organize news about older Emacs
2437 versions in separate files. Update copyright notices.
2438
2439 2006-06-03 Eli Zaretskii <eliz@gnu.org>
2440
2441 * LPF, LEDIT: Remove files.
2442
2443 * FTP, README, HELLO, MACHINES, MAILINGLISTS, MORE.STUFF, ETAGS.EBNF:
2444 * MOTIVATION, ORDERS, SERVICE, TERMS, TODO:
2445 * enriched.doc, ulimit.hack, ses-example.ses, ms-7bkermit, emacs.csh:
2446 * Xkeymap.txt, compilation.txt, grep.txt:
2447 Add copyright notice and copying permissions.
2448
2449 2006-05-31 David Ponce <david@dponce.com>
2450
2451 * tree-widget/default/close.png, tree-widget/default/close.xpm:
2452 * tree-widget/default/empty.png, tree-widget/default/empty.xpm:
2453 * tree-widget/default/end-guide.png, tree-widget/default/end-guide.xpm:
2454 * tree-widget/default/guide.png, tree-widget/default/guide.xpm:
2455 * tree-widget/default/handle.png, tree-widget/default/handle.xpm:
2456 * tree-widget/default/leaf.png, tree-widget/default/leaf.xpm:
2457 * tree-widget/default/no-guide.png, tree-widget/default/no-guide.xpm:
2458 * tree-widget/default/no-handle.png, tree-widget/default/no-handle.xpm:
2459 * tree-widget/default/open.png, tree-widget/default/open.xpm:
2460 * tree-widget/folder/close.png, tree-widget/folder/close.xpm:
2461 * tree-widget/folder/empty.png, tree-widget/folder/empty.xpm:
2462 * tree-widget/folder/end-guide.png, tree-widget/folder/end-guide.xpm:
2463 * tree-widget/folder/guide.png, tree-widget/folder/guide.xpm:
2464 * tree-widget/folder/handle.png, tree-widget/folder/handle.xpm:
2465 * tree-widget/folder/leaf.png, tree-widget/folder/leaf.xpm:
2466 * tree-widget/folder/no-guide.png, tree-widget/folder/no-guide.xpm:
2467 * tree-widget/folder/no-handle.png, tree-widget/folder/no-handle.xpm:
2468 * tree-widget/folder/open.png, tree-widget/folder/open.xpm:
2469 Reduce the size of images.
2470
2471 2006-05-29 Jan Djärv <jan.h.d@swipnet.se>
2472
2473 * NEWS: Mention F10 for Gtk+/Lesstif/Lucid menus.
2474
2475 2006-05-26 Eli Zaretskii <eliz@gnu.org>
2476
2477 * ledit.l: Remove file.
2478
2479 2006-05-26 Kenichi Handa <handa@m17n.org>
2480
2481 * NEWS (find-operation-coding-system): Mention the new argument
2482 format.
2483
2484 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
2485
2486 * orgcard.tex (section{Motion}): Added the item navigation commands.
2487 (section{Publishing}): New section.
2488 (section{Links}): Documented elisp and shell links.
2489
2490 2006-05-20 Rodrigo Real <rreal@ucpel.tche.br>
2491
2492 * pt-br-refcard.tex: Update.
2493
2494 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
2495
2496 * pl-refcard.tex (Local variables): Add compile-command.
2497
2498 * ru-refcard.tex (Local variables): Add compile-command and coding.
2499
2500 * pt-br-refcard.tex: Don't \input psfig.
2501
2502 * refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
2503
2504 * de-refcard.tex (section{Info}): Ditto.
2505
2506 * fr-refcard.tex (section{Info}): Ditto. Translation suggested by
2507 Stefan Monnier <monnier@iro.umontreal.ca>.
2508
2509 * pl-refcard.tex (section{Info}): Ditto. Translation suggested by
2510 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>.
2511
2512 * cs-refcard.tex (section{Info}): Use `s' instead of `M-s'.
2513 Entry for `i' is not translated yet.
2514
2515 * pt-br-refcard.tex (section{Info}): Ditto.
2516
2517 * ru-refcard.tex (section{Info}): Ditto.
2518
2519 * sk-refcard.tex (section{Info}): Ditto.
2520
2521 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2522
2523 * MORE.STUFF: Update AUCTeX entry.
2524
2525 2006-05-20 Rodrigo Real <rreal@ucpel.tche.br>
2526
2527 * pt-br-refcard.tex:
2528 * pt-br-refcard.ps: New files.
2529
2530 2006-05-15 Reiner Steib <Reiner.Steib@gmx.de>
2531
2532 * sk-refcard.tex: Add coding cookie.
2533
2534 2006-05-15 Michael Olson <mwolson@gnu.org>
2535
2536 * MORE.STUFF: Update URL for Planner Mode and add description.
2537 Canonicalize URLs for Emacs Muse and Emacs Wiki Mode.
2538
2539 2006-05-12 Romain Francoise <romain@orebokech.com>
2540
2541 * MORE.STUFF: ERC is now part of Emacs.
2542 Add Emacs Muse.
2543
2544 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2545
2546 * NEWS (allout): Update.
2547
2548 2006-05-06 Bill Wohler <wohler@newt.com>
2549
2550 Release MH-E version 8.0.
2551
2552 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.
2553
2554 2006-04-28 Bill Wohler <wohler@newt.com>
2555
2556 Release MH-E version 7.95.
2557
2558 * NEWS, MH-E-NEWS: Update for MH-E release 7.95.
2559
2560 2006-04-21 Bill Wohler <wohler@newt.com>
2561
2562 Release MH-E version 7.94.
2563
2564 * NEWS, MH-E-NEWS: Update for MH-E release 7.94.
2565
2566 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2567
2568 * NEWS: Mention t-mouse.el. Touch up description of gdb-ui.el.
2569
2570 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2571
2572 * orgcard.tex: Version number change only.
2573
2574 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
2575
2576 * gnus-refcard.tex: Bump version to 5.11. Remove duplicate \def's.
2577 Update date.
2578
2579 2006-04-18 Bill Wohler <wohler@newt.com>
2580
2581 * MORE.STUFF: Add MH-E.
2582
2583 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
2584
2585 * orgcard.tex: Version number change only.
2586
2587 2006-04-12 Kenichi Handa <handa@m17n.org>
2588
2589 * PROBLEMS (C-SPC fails ...): Explicitly say fcitx in the header.
2590
2591 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
2592
2593 * orgcard.tex (section{Tables}): Document column narrowing.
2594 (section{Links}): Document bracket links.
2595
2596 2006-04-11 Kenichi Handa <handa@m17n.org>
2597
2598 * PROBLEMS (C-SPC fails ...): Add description for fcitx.
2599
2600 2006-04-10 Bill Wohler <wohler@newt.com>
2601
2602 * NEWS: Add package-version keyword to `defcustom' and mention
2603 associated variable `customize-package-emacs-version-alist'.
2604
2605 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
2606
2607 * NEWS: Add string-or-null-p.
2608
2609 2006-03-28 Bill Wohler <wohler@newt.com>
2610
2611 * images/README: Update with following information.
2612
2613 * images/data-save.xpm, images/mail/flag-for-followup.xpm:
2614 * images/zoom-in.xpm, images/zoom-out.xpm: New images from GNOME 2.12.
2615
2616 * images/contact.pbm, images/data-save.pbm, images/delete.pbm:
2617 * images/mail/flag-for-followup.pbm, images/mail/inbox.pbm:
2618 * images/mail/move.pbm, images/next-page.pbm, images/zoom-out.pbm:
2619 New bitmaps for new images.
2620
2621 * images/refresh.xpm, images/sort-ascending.xpm,
2622 * images/sort-descending.xpm: Update with GTK 2.x images. Note
2623 that the default GTK icons are not overridden by the GNOME theme
2624 due to a bug which was fixed in GNOME 2.15. Once GNOME 2.16 is in
2625 wide circulation, then the GTK icons should be replaced with the
2626 equivalent GNOME icons. Until then, we should be consistent with
2627 GTK first, then GNOME.
2628
2629 * images/mail/repack.xpm, images/mail/reply-from.xpm:
2630 * images/mail/reply-to.xpm, images/search-replace.xpm:
2631 * images/separator.xpm, images/show.xpm: Update custom icons to be
2632 closer to their GNOME counterparts.
2633
2634 * images/attach.pbm, images/exit.pbm, images/mail/compose.pbm:
2635 * images/mail/repack.pbm, images/mail/reply-all.pbm:
2636 * images/mail/reply-from.pbm, images/mail/reply-to.pbm:
2637 * images/mail/reply.pbm, images/mail/send.pbm, images/show.pbm:
2638 * images/search-replace.pbm: Update bitmaps.
2639
2640 * images/execute.pbm, images/execute.xpm, images/fld-open.pbm:
2641 * images/fld-open.xpm, images/highlight.pbm, images/highlight.xpm:
2642 * images/mail.pbm, images/mail.xpm, images/mail/alias.pbm:
2643 * images/mail/alias.xpm, images/mail/refile.pbm:
2644 * images/mail/refile.xpm, images/page-down.pbm:
2645 * images/page-down.xpm, images/widen.pbm, images/widen.xpm: Remove
2646 custom MH-E icons -- MH-E is now using the equivalent GTK/GNOME icons.
2647
2648 2006-03-23 Romain Francoise <romain@orebokech.com>
2649
2650 * NEWS: Misc. fixes.
2651
2652 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
2653
2654 * orgcard.tex: Version number change only.
2655
2656 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
2657
2658 * DEBUG (Note): Describe features for debugging with GDB in Emacs.
2659
2660 2006-03-11 Miles Bader <miles@gnu.org>
2661
2662 * images/mail: New directory.
2663 * images/attach.xpm, images/connect.xpm:
2664 * images/contact.xpm, images/delete.xpm:
2665 * images/describe.xpm, images/disconnect.xpm:
2666 * images/exit.xpm, images/gnus/toggle-subscription.xpm:
2667 * images/lock-broken.xpm, images/lock-ok.xpm:
2668 * images/lock.xpm, images/mail/compose.xpm:
2669 * images/mail/copy.xpm, images/mail/forward.xpm:
2670 * images/mail/inbox.xpm, images/mail/move.xpm:
2671 * images/mail/not-spam.xpm, images/mail/outbox.xpm:
2672 * images/mail/preview.xpm, images/mail/reply-all.xpm:
2673 * images/mail/reply.xpm, images/mail/save-draft.xpm:
2674 * images/mail/save.xpm, images/mail/send.xpm:
2675 * images/mail/spam.xpm, images/next-page.xpm:
2676 * images/refresh.xpm, images/separator.xpm:
2677 * images/sort-ascending.xpm, images/sort-column-ascending.xpm:
2678 * images/sort-criteria.xpm, images/sort-descending.xpm:
2679 * images/sort-row-ascending.xpm:
2680 New icons, copied from Gnus trunk (originally from Gnome 2.6).
2681
2682 2006-03-11 Bill Wohler <wohler@newt.com>
2683
2684 * NEWS: Document `image-load-path-for-library'. Note that all
2685 images have been moved from lisp into etc/images in `find-image'
2686 item. Fix typo in `copy-tree'.
2687
2688 2006-03-09 Reiner Steib <Reiner.Steib@gmx.de>
2689
2690 * TUTORIAL.de: Replace "Schreiben" by "DrĂĽcken" where appropriate.
2691
2692 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
2693
2694 * orgcard.tex: Version number change only.
2695
2696 2006-03-05 Bill Wohler <wohler@newt.com>
2697
2698 Release MH-E version 7.93.
2699
2700 * NEWS, MH-E-NEWS: Update for MH-E release 7.93.
2701
2702 2006-02-23 Guanpeng Xu <herberteuler@hotmail.com>
2703
2704 * TUTORIAL.cn: Fix omission bug: Add dot (ASCII 0x2E) on first line.
2705
2706 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
2707
2708 * orgcard.tex (section{Links}): Rewritten to cover the modified
2709 link system.
2710
2711 2006-02-18 Bill Wohler <wohler@newt.com>
2712
2713 Release MH-E version 7.92.
2714
2715 * NEWS, MH-E-NEWS: Update for MH-E release 7.92.
2716
2717 2006-02-17 Kenichi Handa <handa@m17n.org>
2718
2719 * TUTORIAL.translators (TUTORIAL.cn): Update the maintainer.
2720
2721 2006-02-17 Sun Yijiang <sunyijiang@gmail.com>
2722
2723 * TUTORIAL.cn: Reworked.
2724
2725 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2726
2727 * NEWS: Changes in handling of file local variables.
2728
2729 2006-02-14 Jan Djärv <jan.h.d@swipnet.se>
2730
2731 * NEWS: Gtk+ 2.4 is required.
2732
2733 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2734
2735 * PROBLEMS (Mac OS X): Add QuickTime 7.0.4 / Mac OS X 10.3.9 breakage.
2736
2737 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2738
2739 * NEWS: New key bindings for Tumme in Dired.
2740
2741 2006-02-05 Jay Belanger <belanger@truman.edu>
2742
2743 * calccard.tex: Update copyright year.
2744
2745 2006-02-04 Michael Olson <mwolson@gnu.org>
2746
2747 * NEWS: Update for ERC 5.1.1. Use the same wording for headings
2748 that Emacs does in its NEWS file.
2749
2750 2006-02-03 Bill Wohler <wohler@newt.com>
2751
2752 Release MH-E version 7.91.
2753
2754 * NEWS, MH-E-NEWS: Update for MH-E release 7.91.
2755
2756 2006-02-02 Bill Wohler <wohler@newt.com>
2757
2758 Release MH-E version 7.90.
2759
2760 * NEWS, MH-E-NEWS: Update for MH-E release 7.90.
2761
2762 2006-01-29 Michael Olson <mwolson@gnu.org>
2763
2764 * NEWS: Add entry for ERC.
2765
2766 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
2767
2768 * TODO: Make SYNC_INPUT the default.
2769
2770 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
2771
2772 * images/gud/pstar.xpm: Make background transparent.
2773
2774 2006-01-24 Noah Friedman <friedman@splode.com>
2775
2776 * emacs-buffer.gdb: Replace all references to `cdr' field of
2777 conses with `u.cdr', per change Andreas Schwab 2005-11-15
2778 of src/lisp.h.
2779
2780 2006-01-23 Michael Albinus <michael.albinus@gmx.de>
2781
2782 * NEWS: Tramp can be removed by M-x tramp-unload-tramp.
2783
2784 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2785
2786 * e/eterm-color.ti: Re-enable the ri entry. Add kich1.
2787
2788 2006-01-13 Richard M. Stallman <rms@gnu.org>
2789
2790 * emacs.1: +N applies only to next file.
2791
2792 2005-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2793
2794 * e/eterm-color.ti: Temporarily disable the ri entry.
2795 * e/eterm-color: Regenerate.
2796
2797 2005-12-21 Lőrentey Károly <lorentey@elte.hu>
2798
2799 * TODO: Add note on the multi-tty branch.
2800
2801 2005-12-16 Lőrentey Károly <lorentey@elte.hu>
2802
2803 * NEWS: Change `prev-buffer' to `previous-buffer'; add note on
2804 them using the frame-local buffer list.
2805
2806 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
2807
2808 * NEWS: hi-lock-mode is now buffer local, use global-hi-lock-mode
2809 instead.
2810
2811 2005-12-02 Jay Belanger <belanger@truman.edu>
2812
2813 * NEWS: Add comment about the Calc prefix.
2814
2815 2005-11-28 Thien-Thi Nguyen <ttn@gnu.org>
2816
2817 * MORE.STUFF: Add entry: "Go in a buffer: Go Text Protocol client".
2818
2819 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
2820
2821 * images/icons/emacs_16.png, images/icons/emacs_24.png
2822 * images/icons/emacs_32.png, images/icons/emacs_48.png:
2823 New Emacs icons.
2824
2825 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
2826
2827 * orgcard.tex: Version 3.20
2828
2829 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2830
2831 * images/gud/go.xpm, images/gud/go.pbm: Old gud-remove icons.
2832 Use for run/continue.
2833 * images/gud/stop.xpm, images/gud/stop.pbm: Old gud-break icons.
2834 Use for interrupting inferior.
2835 * images/gud/pp.xpm, images/gud/pstar.xpm, images/gud/until.xpm:
2836 Use a more appropriate variable name.
2837 * images/gud/remove.xpm, images/gud/remove.pbm
2838 * images/gud/break.xpm, images/gud/break.pbm: Make more intuitive.
2839
2840 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
2841
2842 * images/gud/pp.xpm, images/gud/pp.pbm: New icons.
2843
2844 2005-11-06 Jan Djärv <jan.h.d@swipnet.se>
2845
2846 * images/copy.xpm, images/copy.pbm, images/low-color/copy.xpm
2847 * images/save.xpm, images/save.pbm, images/low-color/save.xpm:
2848 Adjust baseline.
2849
2850 2005-11-06 Jan Djärv <jan.h.d@swipnet.se>
2851
2852 * images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
2853 * images/up-node.pbm, images/prev-node.pbm, images/next-node.pbm
2854 * images/low-color/up-node.xpm, images/low-color/prev-node.xpm
2855 * images/low-color/next-node.xpm: Adjust paper size and layout.
2856
2857 2005-11-05 Nick Roberts <nickrob@snap.net.nz>
2858
2859 * DEBUG: Describe how to provide preprocessor macro information.
2860
2861 2005-11-04 Jan Djärv <jan.h.d@swipnet.se>
2862
2863 * images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
2864 * images/up-node.pbm, images/prev-node.pbm, images/next-node.pbm
2865 * images/low-color/up-node.xpm, images/low-color/prev-node.xpm
2866 * images/low-color/next-node.xpm: New images.
2867
2868 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
2869
2870 * orgcard.tex (section{Notes}): Version number change.
2871
2872 2005-11-03 Romain Francoise <romain@orebokech.com>
2873
2874 * orgcard.tex: Update FSF's address.
2875
2876 2005-11-03 Nick Roberts <nickrob@snap.net.nz>
2877
2878 * DEBUG: GDB can sometimes expand macros.
2879
2880 2005-11-01 Romain Francoise <romain@orebokech.com>
2881
2882 * NEWS: Source files are compressed by default.
2883
2884 2005-10-28 Bill Wohler <wohler@newt.com>
2885
2886 * NEWS: Help mode now creates hyperlinks for URLs.
2887
2888 2005-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2889
2890 * e/eterm-color.ti (el1): Undo 2005-10-23 change.
2891 Add some comments on how to update this file. Add ri
2892 capability that has long been supported by term.el.
2893
2894 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
2895
2896 * images/gud/until.xpm: Color correction.
2897
2898 2005-10-23 Richard M. Stallman <rms@gnu.org>
2899
2900 * e/eterm-color.ti (el1): Capability deleted,
2901 since term.el doesn't implement it.
2902
2903 2005-10-20 Dan Nicolaescu <dann@ics.uci.edu>
2904
2905 * e/eterm-color.ti: Change the terminal name to eterm-color.
2906 * e/eterm-color: Regenerate.
2907
2908 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
2909
2910 * Makefile (e/eterm-color): Rename eterm to eterm-color.
2911
2912 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
2913
2914 * NEWS: New variable `max-image-size'.
2915
2916 2005-10-17 Bill Wohler <wohler@newt.com>
2917
2918 Moved all remaining images from lisp/toolbar to etc/images. The
2919 low resolution images were placed in their own directory (low-color).
2920
2921 * images/attach.*, images/cancel.*, images/close.*:
2922 * images/copy.*, images/cut.*, images/diropen.*:
2923 * images/exit.*, images/help.*, images/home.*:
2924 * images/index.*, images/info.*, images/mail.*:
2925 * images/new.*, images/open.*, images/paste.*:
2926 * images/preferences.*, images/print.*, images/save.*:
2927 * images/saveas.*, images/search.*:
2928 * images/search-replace.*, images/spell.*:
2929 * images/undo.*: Moved here from lisp/toolbar.
2930
2931 * images/low-color/copy.*: Moved here from lisp/toolbar/lc-copy.*.
2932 * images/low-color/cut.*: Moved here from lisp/toolbar/lc-cut.*.
2933 * images/low-color/help.*: Moved here from lisp/toolbar/lc-help.*.
2934 * images/low-color/home.*: Moved here from lisp/toolbar/lc-home.*.
2935 * images/low-color/index.*: Moved here from lisp/toolbar/lc-index.*.
2936 * images/low-color/new.*: Moved here from lisp/toolbar/lc-new.*.
2937 * images/low-color/open.*: Moved here from lisp/toolbar/lc-open.*.
2938 * images/low-color/paste.*: Moved here from lisp/toolbar/lc-paste.*.
2939 * images/low-color/preferences.*: Moved here from
2940 lisp/toolbar/lc-preferences.*.
2941 * images/low-color/print.*: Moved here from lisp/toolbar/lc-print.*.
2942 * images/low-color/save.*: Moved here from lisp/toolbar/lc-save.*.
2943 * images/low-color/saveas.*: Moved here from lisp/toolbar/lc-saveas.*.
2944 * images/low-color/search.*: Moved here from lisp/toolbar/lc-search.*.
2945 * images/low-color/spell.*: Moved here from lisp/toolbar/lc-spell.*.
2946 * images/low-color/undo.*: Moved here from lisp/toolbar/lc-undo.*.
2947
2948 To conform with convention, the underscore (_) in the following
2949 image names were replaced with dash (-) or (/) as appropriate.
2950
2951 * images/back-arrow.*: Moved here from lisp/toolbar/back_arrow.*.
2952 * images/fld-open.*: Moved here from lisp/toolbar/fld_open.*.
2953 * images/fwd-arrow.*: Moved here from lisp/toolbar/fwd_arrow.*.
2954 * images/jump-to.*: Moved here from lisp/toolbar/jump_to.*.
2955 * images/left-arrow.*: Moved here from lisp/toolbar/left_arrow.*.
2956 * images/right-arrow.*: Moved here from lisp/toolbar/right_arrow.*.
2957 * images/up-arrow.*: Moved here from lisp/toolbar/up_arrow.*.
2958 * images/low-color/back-arrow.*: Moved here from
2959 lisp/toolbar/lc-back_arrow.*.
2960 * images/low-color/fwd-arrow.*: Moved here from
2961 lisp/toolbar/lc-fwd_arrow.*.
2962 * images/low-color/jump-to.*: Moved here from
2963 lisp/toolbar/lc-jump_to.*.
2964 * images/low-color/left-arrow.*: Moved here from
2965 lisp/toolbar/lc-left_arrow.*.
2966 * images/low-color/right-arrow.*: Moved here from
2967 lisp/toolbar/lc-right_arrow.*.
2968 * images/low-color/up-arrow.*: Moved here from
2969 lisp/toolbar/lc-up_arrow.*.
2970 * images/mail/compose.*: Moved here from lisp/toolbar/mail_compose.*.
2971 * images/mail/send.*: Moved here from lisp/toolbar/mail_send.*.
2972
2973 * images/README: Incorporated the content of lisp/toolbar/README
2974 now that all of the images are here.
2975
2976 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
2977
2978 * images/gud/n.pbm, images/gud/n.xpm
2979 * images/gud/ni.xpm, images/gud/ni.xpm
2980 * images/gud/s.xpm, images/gud/s.xpm
2981 * images/gud/si.xpm, images/gud/si.xpm: Rename to
2982 next.*, nexti.*, step.*, and stepi.*, respectively, as the
2983 file-name no longer clashes on 8+3 filesystems.
2984
2985 2005-10-14 Bill Wohler <wohler@newt.com>
2986
2987 * images/gud/break.*: Moved here from toolbar/gud-break.*.
2988 * images/gud/cont.*: Moved here from toolbar/gud-cont.*.
2989 * images/gud/down.*: Moved here from toolbar/gud-down.*.
2990 * images/gud/finish.*: Moved here from toolbar/gud-finish.*.
2991 * images/gud/ni.*: Moved here from toolbar/gud-ni.*.
2992 * images/gud/n.*: Moved here from toolbar/gud-n.*.
2993 * images/gud/print.*: Moved here from toolbar/gud-print.*.
2994 * images/gud/pstar.*: Moved here from toolbar/gud-pstar.*.
2995 * images/gud/remove.*: Moved here from toolbar/gud-remove.*.
2996 * images/gud/run.*: Moved here from toolbar/gud-run.*.
2997 * images/gud/si.*: Moved here from toolbar/gud-si.*.
2998 * images/gud/s.*: Moved here from toolbar/gud-s.*.
2999 * images/gud/until.*: Moved here from toolbar/gud-until.*.
3000 * images/gud/up.*: Moved here from toolbar/gud-up.*.
3001 * images/gud/watch.*: Moved here from toolbar/gud-watch.*.
3002
3003 2005-10-14 Bill Wohler <wohler@newt.com>
3004
3005 Released MH-E version 7.85.
3006
3007 * NEWS, MH-E-NEWS: Updated for release 7.85.
3008
3009 2005-10-10 Jan Djärv <jan.h.d@swipnet.se>
3010
3011 * NEWS: -nb => -nbi
3012
3013 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
3014
3015 * orgcard.tex: Version 3.17, no changes except version number.
3016
3017 2005-10-09 Jan Djärv <jan.h.d@swipnet.se>
3018
3019 * NEWS: -nb, --no-bitmap-icon
3020
3021 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * TODO: Clarify the local variables entry.
3024
3025 2005-09-30 Bill Wohler <wohler@newt.com>
3026
3027 Moved MH-E image files from toolbar and mail directories into
3028 images.
3029
3030 * images/mail: New directory.
3031
3032 * images/mail/reply.*: Moved here from lisp/mail/reply2*.
3033
3034 * images/mail/alias.*, images/mail/refile.*, images/mail/repack.*:
3035 * images/mail/reply*: Moved here from lisp/toolbar.
3036
3037 * images/execute.*, images/highlight.*, images/mh-logo.xpm:
3038 * images/page-down.*, images/show.*, images/widen.*: Moved here
3039 from lisp/toolbar.
3040
3041 * images/refresh.*: Moved here from lisp/toolbar/rescan.*.
3042 Use GNOME 2.10's refresh icon.
3043
3044 * images/README: New file that indicates which icons came from
3045 GNOME (see lisp/toolbar/README).
3046
3047 2005-09-30 Romain Francoise <romain@orebokech.com>
3048
3049 * NEWS: Mention changes to `read-buffer'.
3050
3051 2005-09-30 Chong Yidong <cyd@stupidchicken.com>
3052
3053 * images/ezimage: New directory.
3054
3055 * images/ezimage/*.xpm: Add images used by speedbar.el.
3056
3057 2005-09-30 David Ponce <david@dponce.com>
3058
3059 * NEWS: Update recentf changes.
3060
3061 2005-09-28 Simon Josefsson <jas@extundo.com>
3062
3063 * GNUS-NEWS: Fix IDNA notes.
3064
3065 2005-09-27 Jay Belanger <belanger@truman.edu>
3066
3067 * calccard.tex: Update `versionnumber', remove `versiondate'.
3068 (Error Recovery): Refer to "initial state" rather than "default state".
3069 (Algebra): Mention LaTeX language mode.
3070 (Programming): Delete reference to "Z =".
3071
3072 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
3073
3074 * emacs.py (ehelp): Add g and l to arg list, and use them in the
3075 call to `help'.
3076
3077 2005-09-17 Romain Francoise <romain@orebokech.com>
3078
3079 * gfdl.1: Update to version 1.2. Delete UC macro.
3080
3081 2005-09-15 Kenichi Handa <handa@m17n.org>
3082
3083 * PROBLEMS: Fix the paragraph describing the limitation of UTF-8/16/7.
3084
3085 2005-09-14 Romain Francoise <romain@orebokech.com>
3086
3087 * NEWS: Add entry for write-region-inhibit-fsync.
3088
3089 2005-09-09 Kevin Ryde <user42@zip.com.au>
3090
3091 * MORE.STUFF: Update url for calculator.el.
3092
3093 2005-09-08 Kenichi Handa <handa@m17n.org>
3094
3095 * PROBLEMS: Show a patch for Mule-UCS to make it byte-compiled
3096 correctly.
3097
3098 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
3099
3100 * NEWS: Add entry for `make-auto-save-file-name'.
3101
3102 2005-08-19 Emilio C. Lopes <eclig@gmx.net>
3103
3104 * emacsclient.1 (DESCRIPTION): Reflect inclusion in the
3105 Emacs distribution. Make role of EDITOR clearer.
3106 (OPTIONS): Document `-s', `-V' and `-h'
3107 as well as their long name counterparts.
3108 (BUGS): Remove.
3109
3110 2005-08-26 Romain Francoise <romain@orebokech.com>
3111
3112 * PROBLEMS: Fix capitalization of "Gnus".
3113
3114 2005-08-20 Chong Yidong <cyd@stupidchicken.com>
3115
3116 * MORE.STUFF: Update links and URLs.
3117
3118 2005-08-05 Kenichi Handa <handa@m17n.org>
3119
3120 * NEWS: Fix the entry describing code-pages.
3121
3122 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3123
3124 * .cvsignore: Add `icons' (for in-place installs).
3125
3126 2005-07-19 Juri Linkov <juri@jurta.org>
3127
3128 * grep.txt: New file.
3129
3130 2005-07-19 Jan Djärv <jan.h.d@swipnet.se>
3131
3132 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
3133 -R comes after i386 in setarch command.
3134
3135 2005-07-12 Juri Linkov <juri@jurta.org>
3136
3137 * refcard.tex (Files): Change description of `C-x C-q' from
3138 `checkin/checkout' to `toggle read-only'.
3139 (Getting Help): Replace `C-h c' with `C-h k'.
3140 (Error Recovery): Replace `recover-file' with `recover-session'.
3141 (Info): Replace key binding `C-h C-i' with `C-h S'. Add `t'.
3142
3143 2005-07-07 Richard M. Stallman <rms@gnu.org>
3144
3145 * GNU: Update how to help. Improve footnote 7.
3146
3147 2005-07-07 Lute Kamstra <lute@gnu.org>
3148
3149 * tasks.texi: Delete file. The GNU Task List is obsolete and has
3150 been replaced by http://savannah.gnu.org/projects/tasklist.
3151
3152 2005-07-07 Lute Kamstra <lute@gnu.org>
3153
3154 * refcard.tex: Update `versionnumber' and `year'. Update Emacs's
3155 version to 22.
3156 (Starting Emacs): Delete sentence to fix formatting problems.
3157 (Multiple Windows): Clarify first sentence. Mention C-x 5 1.
3158 (Formatting): Update the binding of set face.
3159 (International Character Sets): set-language-environment is bound
3160 to C-x RET l.
3161
3162 2005-07-05 Lute Kamstra <lute@gnu.org>
3163
3164 Update FSF's address in GPL notices.
3165
3166 * INTERVIEW, calccard.tex, cs-dired-ref.tex, cs-refcard.tex:
3167 * dired-ref.tex, fr-drdref.tex, fr-refcard.tex, gfdl.1:
3168 * pl-refcard.tex, refcard.tex, ru-refcard.tex, sk-dired-ref.tex:
3169 * sk-refcard.tex, vipcard.tex, viperCard.tex: Update FSF's address.
3170
3171 2005-07-03 Jan Djärv <jan.h.d@swipnet.se>
3172
3173 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
3174 Add it again.
3175
3176 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
3177
3178 * NEWS: Add an entry for Org-mode, and a change entry for reftex-mode.
3179
3180 2005-06-28 Richard M. Stallman <rms@gnu.org>
3181
3182 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping): New.
3183
3184 2005-06-11 Eli Zaretskii <eliz@gnu.org>
3185
3186 * DEBUG: Mention emacs-buffer.gdb.
3187
3188 2005-06-10 Noah Friedman <friedman@splode.com>
3189
3190 * emacs-buffer.gdb (ybuffer-list): Don't use $filename; can't use
3191 char as placeholder when buffer has no file name and process is
3192 still live. Use different printf cases instead.
3193
3194 2005-06-08 Kim F. Storm <storm@cua.dk>
3195
3196 * PROBLEMS: Linux kernel 2.6.10 may corrupt process output.
3197 Warn that using CVS+SSH may corrupt files, include work-around.
3198
3199 2005-06-06 Juri Linkov <juri@jurta.org>
3200
3201 * TUTORIAL.cs, TUTORIAL.sk: Change NBSP to space.
3202
3203 * TUTORIAL.ro: Change NBSP to space. Move coding cookie from the
3204 second line to Local Variables. Fix title line.
3205
3206 2005-05-30 Miles Bader <miles@gnu.org>
3207
3208 * emacs-buffer.gdb: Remove RCS keywords.
3209
3210 2005-05-30 Noah Friedman <friedman@splode.com>
3211
3212 * emacs-buffer.gdb: New file.
3213 * NEWS: Mention it.
3214
3215 2005-05-28 Richard M. Stallman <rms@gnu.org>
3216
3217 * TUTORIAL.fr: Change NBSP to space.
3218
3219 2005-05-28 Bill Wohler <wohler@newt.com>
3220
3221 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.84.
3222
3223 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
3224
3225 * TODO: post-command-idle-hook has gone.
3226
3227 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
3228
3229 * NEWS: Remove references to open-network-stream-nowait and
3230 open-network-stream-server.
3231
3232 2005-05-15 Richard M. Stallman <rms@gnu.org>
3233
3234 * GNU: Correct/improve previous change.
3235
3236 2005-05-14 Richard M. Stallman <rms@gnu.org>
3237
3238 * GNU: Update footnotes.
3239
3240 * NEWS: Lots of clarifications and cleanups.
3241
3242 2005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se>
3243
3244 * TUTORIAL.pl: Updated header.
3245
3246 2005-05-02 Richard M. Stallman <rms@gnu.org>
3247
3248 * NEWS: More rearrangements.
3249
3250 2005-05-02 Chong Yidong <cyd@stupidchicken.com>
3251
3252 * NEWS: Items rearranged in logical order.
3253
3254 2005-05-01 Lars Hansen <larsh@math.ku.dk>
3255
3256 * NEWS: Correct key binding for dired-mark-omitted.
3257
3258 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3259
3260 * NEWS: Mention xterm key bindings.
3261
3262 * e/eterm.ti: Add a comment.
3263 * e/eterm: Regenerate.
3264
3265 2005-04-25 Alex Ott <ott@jet.msk.su>
3266
3267 * TUTORIAL.ru: Update.
3268
3269 2005-04-13 Pavel JanĂ­k <Pavel@Janik.cz>
3270
3271 * TUTORIAL.sk: Updated header.
3272
3273 2005-04-12 Jan Djärv <jan.h.d@swipnet.se>
3274
3275 * NEWS: Mention cursorBlink resource.
3276
3277 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3278
3279 * NEWS: Mention dynamic change of keyboard-coding-system on Mac.
3280
3281 2005-04-10 Jan Djärv <jan.h.d@swipnet.se>
3282
3283 * NEWS: Mention fontSet for Lucid menus.
3284
3285 2005-04-10 Masatake YAMATO <jet@gyve.org>
3286
3287 * compilation.txt (symbol): Add gcov-file
3288 gcov-bb-file gcov-never-called-line gcov-called-line.
3289
3290 2005-04-08 Kenichi Handa <handa@m17n.org>
3291
3292 * TUTORIAL.ja: Updated header, contents synchronized with
3293 TUTORIAL at 2005-04-01T00:31:25Z!rms@gnu.org.
3294
3295 2005-04-06 Pavel JanĂ­k <Pavel@Janik.cz>
3296
3297 * TUTORIAL.cs: Updated header.
3298
3299 2005-04-05 Werner Lemberg <wl@gnu.org>
3300
3301 * TUTORIAL.de: Updated header.
3302
3303 2005-04-05 Marcelo Toledo <marcelo@gnu.org>
3304
3305 * TUTORIAL.translators: Added the field Maintainer.
3306
3307 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
3308
3309 * TUTORIAL.it: Move "copying conditions at end" sentence after title.
3310
3311 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
3312
3313 * TUTORIAL.ja: Update text before first period.
3314 Reported by Kenichi Handa.
3315
3316 2005-04-02 Richard M. Stallman <rms@gnu.org>
3317
3318 * TUTORIAL.ja, TUTORIAL.cn, TUTORIAL.ru, TUTORIAL.zh: Remove the
3319 old intro line that apparently was a longer version of "Emacs
3320 tutorial".
3321
3322 * TUTORIAL.es: Clean up line breaks.
3323
3324 2005-04-01 Marcelo Toledo <marcelo@gnu.org>
3325
3326 * TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de,
3327 * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko,
3328 * TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru,
3329 * TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line.
3330
3331 2005-04-01 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
3332
3333 * TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in
3334 2005-02-08T14:20:54Z!lute@gnu.org, "Emacs" is not transliterated to cyrillic anymore;
3335 Minor fixes.
3336
3337 2005-04-01 Mats Lidell <matsl@contactor.se>
3338
3339 * TUTORIAL.sv: Sync some other changes with the TUTORIAL version
3340 2005-04-01T00:31:25Z!rms@gnu.org.
3341
3342 2005-04-01 Lute Kamstra <lute@gnu.org>
3343
3344 * TUTORIAL.nl: Fix title line.
3345
3346 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3347
3348 * TUTORIAL: Add title line.
3349 * TUTORIAL.bg, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de,
3350 * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja,
3351 * TUTORIAL.ko, TUTORIAL.nl, TUTORIAL.pl, TUTORIAL.pt_BR,
3352 * TUTORIAL.ro, TUTORIAL.ru, TUTORIAL.sk, TUTORIAL.sl
3353 * TUTORIAL.sv, TUTORIAL.th, TUTORIAL.zh: Likewise.
3354
3355 2005-03-29 Reiner Steib <Reiner.Steib@gmx.de>
3356
3357 * gnus-refcard.tex, gnus-logo.eps: New files.
3358
3359 2005-03-23 David Ponce <david@dponce.com>
3360
3361 * NEWS: Mention recentf-keep.
3362
3363 2005-03-17 Lute Kamstra <lute@gnu.org>
3364
3365 * TODO: Remove define-generic-mode entry (DONE).
3366
3367 2005-03-10 Michael Albinus <michael.albinus@gmx.de>
3368
3369 * NEWS: Explain how to default Tramp to FTP.
3370
3371 2005-03-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3372
3373 * NEWS: Mention Carbon build on Mac OS 9.
3374
3375 2005-03-01 David Kastrup <dak@gnu.org>
3376
3377 * DEBUG: Add information about `-fno-crossjumping' for GCC.
3378
3379 2005-02-14 Lute Kamstra <lute@gnu.org>
3380
3381 * TODO: Remove battery.el entry (DONE).
3382
3383 * TUTORIAL.nl: Synchronize with TUTORIAL. Correct some typos.
3384 Make the terminology more consistent. Fill the text using the
3385 default `fill-column'.
3386
3387 2005-02-08 Lute Kamstra <lute@gnu.org>
3388
3389 * TUTORIAL: Remove some uses of the term "buffer" before it is
3390 properly introduced. Update the description of the mode line.
3391 Consistently use "<ESC>" to denote the ESC key and "<SPC>" to
3392 denote the Space bar. Capitalize all command descriptions.
3393
3394 2005-02-06 Richard M. Stallman <rms@gnu.org>
3395
3396 * DEBUG: Minor clarification.
3397
3398 2005-02-05 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3399
3400 * emacs.bash: Update the name of the socket of the Emacs server.
3401
3402 2005-01-22 David Kastrup <dak@gnu.org>
3403
3404 * NEWS: Mention alias `find-grep' for `grep-find'.
3405
3406 2005-01-22 Nick Roberts <nickrob@snap.net.nz>
3407
3408 * TODO: Add entry for toolbar on ttys.
3409
3410 2005-01-18 Nick Roberts <nickrob@snap.net.nz>
3411
3412 * DEBUG: Suggest separate terminal for debug session.
3413
3414 2005-01-15 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3415
3416 * TUTORIAL.nl: Correct translation and the Dutch text (typos).
3417 More consistent use of terminology.
3418
3419 2005-01-13 Cheng Gao <chenggao@gmail.com>
3420
3421 * MORE.STUFF: Add entries of some well known and widely used packages.
3422
3423 2005-01-07 Lars Hansen <larsh@math.ku.dk>
3424
3425 * NEWS: Describe desktop package lazy restore feature.
3426
3427 2004-12-21 Richard M. Stallman <rms@gnu.org>
3428
3429 * DISTRIB: Don't say "freeware".
3430
3431 2004-12-15 Nick Roberts <nickrob@snap.net.nz>
3432
3433 * DEBUG: Change printing example to break on a procedure name.
3434
3435 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
3436
3437 * e/eterm.ti: Add rs1.
3438 * e/eterm: Regenerate.
3439
3440 2004-12-08 Alexandre VEYRENC <veyrenc@wanadoo.fr> (tiny change)
3441
3442 * fr-refcard.tex: Fix typos.
3443
3444 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
3445
3446 * PROBLEMS: Update information about klipper on KDE.
3447
3448 2004-11-26 Jan Djärv <jan.h.d@swipnet.se>
3449
3450 * NEWS: Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
3451
3452 2004-10-08 Frédéric Bothamy <frederic.bothamy@free.fr> (tiny change)
3453
3454 * TUTORIAL.fr: Minor wording fix.
3455
3456 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
3457
3458 * enriched.doc: Update for new bindings of `set-left-margin' and
3459 `set-right-margin'.
3460
3461 2004-10-04 Kim F. Storm <storm@cua.dk>
3462
3463 * DEBUG: Mention pp and ff commands.
3464
3465 2004-09-26 Luc Teirlinck <teirllm@auburn.edu>
3466
3467 * enriched.doc: `enriched-annotation-alist' is now called
3468 `enriched-translations'.
3469
3470 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
3471
3472 * e/eterm.ti: Comment out smcup, rmcup. Add kbs, kdch1, rc, sc.
3473 Reformat.
3474 * e/eterm: Regenerate.
3475
3476 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
3477
3478 * PROBLEMS: Updated exec-shield description.
3479
3480 2004-09-16 Dan Nicolaescu <dann@ics.uci.edu>
3481
3482 * e/eterm.ti: Change the strings for smso and rmso.
3483 * e/eterm: Regenerate.
3484
3485 2004-09-09 Thien-Thi Nguyen <ttn@gnu.org>
3486
3487 * MORE.STUFF (EDB): Update entry.
3488
3489 2004-09-07 Dan Nicolaescu <dann@ics.uci.edu>
3490
3491 * e/eterm.ti: Add `op' entry to enable colors in term.
3492 * e/eterm: Regenerate.
3493
3494 2004-09-04 Eric S. Raymond <esr@thyrsus.com>
3495
3496 * PROBLEMS: More reorganization to exile old stuff to the
3497 pre-2000 section. I looked up end-of-life dates for a bunch
3498 of old Unixes to check.
3499
3500 2004-08-24 Bill Wohler <wohler@newt.com>
3501
3502 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.82.
3503
3504 2004-08-22 David Kastrup <dak@gnu.org>
3505
3506 * PROBLEMS, MAILINGLISTS: Update AUCTeX information.
3507
3508 2004-08-21 Bill Wohler <wohler@newt.com>
3509
3510 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.81.
3511
3512 2004-08-21 Eric S. Raymond <esr@thyrsus.com>
3513
3514 * PROBLEMS: Massively rearranged by category, to make environment
3515 features and symptoms easier to find. Bugs relating to
3516 20th-century systems moved to the end. Most problem headers
3517 changed to "object: variation" format.
3518
3519 2004-08-15 Bill Wohler <wohler@newt.com>
3520
3521 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.4.80.
3522
3523 2004-08-14 Romain Francoise <romain@orebokech.com>
3524
3525 * NEWS: Mention the thumbs.el package.
3526
3527 2004-08-14 Eric Hanchrow <offby1@blarg.net>
3528
3529 * TUTORIAL.es: Replace actual whitespace with the magic string
3530 that causes help-with-tutorial to automatically insert the correct
3531 amount.
3532
3533 2004-08-10 Steven Tamm <steventamm@mac.com>
3534
3535 * PROBLEMS: Remove description of Mac OS version upgrade
3536 problems as it is no longer applicable.
3537
3538 2004-07-27 Werner Lemberg <wl@gnu.org>
3539
3540 * NEWS: Document all new tutorials.
3541
3542 2004-08-05 Reiner Steib <Reiner.Steib@gmx.de>
3543
3544 * GNUS-NEWS: Import from the v5_10 branch of the Gnus repository.
3545
3546 * NEWS (Gnus package): Gnus includes Sieve and PGG. Gnus changes
3547 are described in GNUS-NEWS.
3548
3549 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
3550
3551 * gnus.xpm, gnus-pointer.xbm, gnus-pointer.xpm: Import from the
3552 v5_10 branch of the Gnus repository.
3553
3554 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3555
3556 * MORE.STUFF: Tramp is now distributed with Emacs.
3557
3558 2004-07-12 Bill Wohler <wohler@newt.com>
3559
3560 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.4.4.
3561
3562 2004-07-08 David Kastrup <dak@gnu.org>
3563
3564 * NEWS (Lisp changes in 21.4): Document (match-data t) change.
3565
3566 2002-06-26 Eli Zaretskii <eliz@is.elta.co.il>
3567
3568 * FOR-RELEASE: Moved to the admin directory.
3569
3570 2004-06-24 David Kastrup <dak@gnu.org>
3571
3572 * NEWS: Move description from new paragraph-start and
3573 indent-line-function defaults to general news instead of new
3574 packages. Same for query-replace-skip-read-only.
3575 Add description of new `\,' and `\?' replacement string features.
3576
3577 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3578
3579 * MORE.STUFF: Delete obsolete URL.
3580
3581 2004-06-10 Lars Hansen <larsh@math.ku.dk>
3582
3583 * NEWS: Describe dired-omit-mode. Describe desktop package changes.
3584
3585 2004-05-29 Steven Tamm <steventamm@mac.com>
3586
3587 * PROBLEMS: Document the workaround for the Mac OS X port not
3588 picking up the environment variables from dotfiles.
3589
3590 2004-05-16 Juri Linkov <juri@jurta.org>
3591
3592 * TUTORIAL.pt_BR: Add coding: latin-1, sentence-end-double-space: nil.
3593
3594 * ru-refcard.tex: Add C-u and RET to `C-h t Russian'.
3595
3596 2004-05-15 Alex Ott <ott@jet.msk.su>
3597
3598 * ru-refcard.tex, ru-refcard.ps: New files.
3599
3600 2004-05-14 David Ponce <david@dponce.com>
3601
3602 * tree-widget: New directory containing tree-widget themes and images.
3603
3604 2004-04-13 Marcelo Toledo <marcelo@gnu.org>
3605
3606 * TUTORIAL.pt_BR: Initial check-in.
3607
3608 2004-05-06 Dave Love <fx@gnu.org>
3609
3610 * emacs.py: New file for python-mode's internal use.
3611
3612 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3613
3614 * TODO: Use outline mode. Remove compile.el entry (done).
3615
3616 2004-04-18 Juri Linkov <juri@jurta.org>
3617
3618 * TUTORIAL.fr, TUTORIAL.pl, TUTORIAL.ru, TUTORIAL.sl, TUTORIAL.sv
3619 * TUTORIAL.th: Add sentence-end-double-space: nil.
3620
3621 * TUTORIAL.it, TUTORIAL.nl, TUTORIAL.sv: Add coding: latin-1.
3622
3623 2004-04-16 Alex Ott <ottalex@narod.ru>
3624
3625 * TUTORIAL.ru: Various corrections.
3626
3627 2004-04-14 Jan Nieuwenhuizen <janneke@gnu.org>
3628
3629 * TUTORIAL.nl: Update Delete/Delback translation.
3630
3631 2004-04-05 Jesper Harder <harder@ifa.au.dk>
3632
3633 * TODO: Remove index-apropos entry.
3634
3635 2004-04-01 Juri Linkov <juri@jurta.org>
3636
3637 * HELLO: Add Javanese.
3638
3639 2004-03-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3640
3641 * ps-prin1.ps: Clip the header and footer area, so text will not be
3642 printed outside header or footer, respectively.
3643 (HeaderClip, FooterClip): New PostScript funs.
3644 (HeaderText, FooterText): Adjust PostScript code.
3645
3646 2004-03-29 Jan Djärv <jan.h.d@swipnet.se>
3647
3648 * TODO: Removed drag-and-drop entry (DONE).
3649
3650 2004-03-19 Kim F. Storm <storm@cua.dk>
3651
3652 * TODO: Remove entries for fringe related issues (DONE).
3653 Remove entry about image-relative coordinates of mouse clicks (DONE).
3654
3655 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
3656
3657 * compilation.txt: New file.
3658
3659 2004-02-29 Juanma Barranquero <lektu@terra.es>
3660
3661 * NEWS: Remove bogus reference to user option unicode-data.
3662
3663 2004-02-16 Klaus Zeitler <kzeitler@lucent.com>
3664
3665 * PROBLEMS: Document crashes on X when build with GCC and GNU ld.
3666
3667 2004-02-08 Andreas Schwab <schwab@suse.de>
3668
3669 * NEWS: Fix typo.
3670
3671 2003-12-29 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
3672
3673 * TUTORIAL.bg: Use windows-1251 encoding. Fix punctuation errors.
3674
3675 2003-11-21 Lars Hansen <larsh@math.ku.dk>
3676
3677 * TODO: Add plans for change of file attributes UID and GID from
3678 integer to string.
3679
3680 2003-11-10 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
3681
3682 * HELLO: Add Kannada.
3683
3684 2003-11-05 Juri Linkov <juri@jurta.org>
3685
3686 * HELLO: Fix language names. Add C, Braille, Georgian, Ukrainian.
3687 Add IPA pronunciation to English. Fix tab widths.
3688
3689 2003-11-03 David Ponce <david.ponce@wanadoo.fr>
3690
3691 * PROBLEMS: Document segfaults with Linux kernels that enable the
3692 Exec-shield functionality.
3693
3694 2003-10-30 Kenichi Handa <handa@m17n.org>
3695
3696 * HELLO: Fix cases of language names. Make German lines one.
3697 Delete FORTRAN, add Mathematics.
3698
3699 2003-10-24 Jan Djärv <jan.h.d@swipnet.se>
3700
3701 * PROBLEMS: Characters are displayed as empty boxes or
3702 with wrong font under X.
3703
3704 2003-09-30 Werner Lemberg <wl@gnu.org>
3705
3706 * TUTORIAL.de: Minor updates and grammatical fixes.
3707
3708 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
3709
3710 * TODO: Add invisible text kill/yank issue.
3711
3712 2003-08-29 Wim Nieuwenhuizen <wwwillem@xs4all.nl>
3713
3714 * TUTORIAL.nl: Many changes.
3715
3716 2003-08-20 Stephen Eglen <stephen@gnu.org>
3717
3718 * MORE.STUFF: Update URLs for several projects.
3719
3720 2003-07-22 Andrew Choi <akochoi@shaw.ca>
3721
3722 * PROBLEMS: Truncated process output with pty's on Mac OS X.
3723
3724 2003-07-14 Nick Roberts <nick@nick.uklinux.net>
3725
3726 * NEWS: Merge in the changes for versions 21.2 and 21.3 as
3727 documented on the EMACS_21_1_RC branch.
3728
3729 2003-03-03 Chao-Hong Liu <chliu@gnu.org>
3730
3731 * TUTORIAL.cn: Updated.
3732 * TUTORIAL.zh: Updated.
3733
3734 2003-04-24 Bill Wohler <wohler@newt.com>
3735
3736 * MH-E-NEWS: Upgraded to MH-E version 7.3.
3737
3738 2003-04-03 Kenichi Handa <handa@m17n.org>
3739
3740 * HELLO: Fix the malayalam line.
3741
3742 2003-04-01 Dave Love <fx@gnu.org>
3743
3744 * letter.xpm: Use transparent/opaque `colors'.
3745
3746 * letter.xbm: Deleted.
3747
3748 * letter.pbm: New.
3749
3750 2003-03-24 Andreas Schwab <schwab@suse.de>
3751
3752 * HELLO: Remove extra TAB in Greek entries.
3753
3754 2003-03-03 Chao-Hong Liu <chliu@gnu.org>
3755
3756 * TUTORIAL.cn, TUTORIAL.zh: New files.
3757
3758 * TUTORIAL.translators: List TUTORIAL.cn and TUTORIAL.zh.
3759
3760 2003-02-24 Kenichi Handa <handa@m17n.org>
3761
3762 * HELLO: Add Malayalam.
3763
3764 2003-02-13 Dave Love <fx@gnu.org>
3765
3766 * TUTORIAL.es: Add coding spec.
3767
3768 2003-02-11 Kenichi Handa <handa@m17n.org>
3769
3770 * HELLO: Fix Hindi and add Tamil.
3771
3772 2003-02-05 Francesco Potortì <pot@gnu.org>
3773
3774 * TUTORIAL.it: Italian tutorial.
3775 From Alfredo Finelli <alfredofnl@tiscali.it> (original translator).
3776 Revised by Francesco Potortì <pot@gnu.org>.
3777
3778 2003-02-03 Bill Wohler <wohler@newt.com>
3779
3780 * MH-E-NEWS: Upgraded to MH-E version 7.2.
3781
3782 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3783
3784 * MACHINES: Added Cygwin.
3785
3786 2003-01-27 Jan Djärv <jan.h.d@swipnet.se>
3787
3788 * DEBUG: Added note about xmon.
3789
3790 2003-01-20 Joanna Pluta <joanna_p@gazeta.pl>
3791
3792 * TUTORIAL.pl: Updated.
3793
3794 2003-01-11 Pavel JanĂ­k <Pavel@Janik.cz>
3795
3796 * TUTORIAL.sk: Updated to reflect changes in English version.
3797 From Miroslav Vaško <zemiak@zoznam.sk>.
3798
3799 2003-01-09 Francesco Potortì <pot@gnu.org>
3800
3801 * etags.1: Added reference to the new `etags --help --lang=LANG'
3802 option.
3803
3804 2003-01-08 Bill Wohler <wohler@newt.com>
3805
3806 * MH-E-NEWS: Upgraded to MH-E version 7.1.
3807
3808 2003-01-01 Steven Tamm <steventamm@mac.com>
3809
3810 * MACHINES: Added pointer to Mac OS X install instructions.
3811
3812 2002-12-10 Kenichi Handa <handa@m17n.org>
3813
3814 * TUTORIAL.sv: Renamed from TUTORIAL.se.
3815
3816 2002-11-29 Bill Wohler <wohler@newt.com>
3817
3818 * MH-E-NEWS: Upgraded to MH-E version 7.0.
3819
3820 2002-11-22 Rafael SepĂşlveda <drs@gnulinux.org.mx>
3821
3822 * TUTORIAL.es: Extensively changed and updated.
3823
3824 2002-10-01 Bill Wohler <wohler@newt.com>
3825
3826 * MH-E-NEWS: Upgraded to mh-e version 6.1.1.
3827
3828 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
3829
3830 * ses-example.ses: New file: example spreadsheet.
3831
3832 2002-09-04 Kenichi Handa <handa@etl.go.jp>
3833
3834 * HELLO: Fix Unicode Greek line.
3835
3836 2002-09-03 Kenichi Handa <handa@etl.go.jp>
3837
3838 * TUTORIAL.ja: Updated in accordance with the latest English
3839 version.
3840
3841 2002-09-01 Andreas Schwab <schwab@suse.de>
3842
3843 * TUTORIAL.de: Updated in accordance with the English version.
3844 From Mario Lang <mlang@delysid.org>.
3845
3846 2002-08-12 Markus Rost <rost@math.ohio-state.edu>
3847
3848 * HELLO: Fix some white spaces.
3849
3850 2002-06-26 Richard M. Stallman <rms@gnu.org>
3851
3852 * ps-prin0.ps, ps-prin1.ps: Add license exception.
3853
3854 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
3855
3856 * TUTORIAL.fr: New version from Éric Jacoboni <jaco@teaser.fr>.
3857
3858 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
3859
3860 * HELLO: Add a few greetings that use Unicode characters.
3861
3862 2002-04-20 Eli Zaretskii <eliz@is.elta.co.il>
3863
3864 * termcap.src: New version from ftp://invisible-island.net.
3865
3866 2002-03-24 Pavel JanĂ­k <Pavel@Janik.cz>
3867
3868 * TUTORIAL.translators: New file, list of tutorial translators.
3869
3870 2002-02-01 ShengHuo ZHU <zsh@cs.rochester.edu>
3871
3872 * gnus.xpm: Remove garbages.
3873
3874 2002-01-27 Pavel JanĂ­k <Pavel@Janik.cz>
3875
3876 * letter.xpm: New file, XPM variant of letter.xbm.
3877
3878 2001-12-03 Pavel JanĂ­k <Pavel@Janik.cz>
3879
3880 * COPYING: Move back.
3881
3882 2001-11-29 Pavel JanĂ­k <Pavel@Janik.cz>
3883
3884 * COPYING: Removed.
3885
3886 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3887
3888 * emacstool.1, etags.1, emacs.1: Modify distribution terms to
3889 something simpler than the GFDL.
3890
3891 2001-11-22 Colin Walters <walters@debian.org>
3892
3893 * PROBLEMS: Remove already applied calc info patches. Clarify
3894 that there is no such thing as Debian GNU/Linux 2.4.3. ftpd is
3895 not handled by alternatives in Debian, the reporter surely meant
3896 just "--config ftp".
3897
3898 2001-11-18 Eli Zaretskii <eliz@is.elta.co.il>
3899
3900 * fr-survival.tex: New file, from Éric Jacoboni <jaco@teaser.fr>.
3901
3902 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3903
3904 * TUTORIAL.fr: New version from Éric Jacoboni <jaco@teaser.fr>.
3905
3906 2001-11-17 Colin Walters <walters@debian.org>
3907
3908 * PROBLEMS: Remove calc problems.
3909
3910 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
3911
3912 * TUTORIAL.fr: New file. From Éric Jacoboni <jaco@teaser.fr>.
3913
3914 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3915
3916 * Makefile (mostlyclean, clean, distclean, maintainer-clean):
3917 Add *.dvi and *.log.
3918 (SOURCES): Update the list of files.
3919
3920 * calccard.tex: New file.
3921 * calccard.ps: New file.
3922
3923 2001-11-01 Eli Zaretskii <eliz@is.elta.co.il>
3924
3925 * etags.1: Replace presentation-level troff macros that simulate
3926 tables with tbl markup. From Eric S. Raymond <esr@thyrsus.com>.
3927
3928 2001-10-20 Gerd Moellmann <gerd@gnu.org>
3929
3930 * (Version 21.1 released.)
3931
3932 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
3933
3934 * HELLO: Fix the Italian and Maltese entries. From Trevor Spiteri
3935 <tbspit@eng.um.edu.mt>.
3936
3937 2001-08-25 Pavel JanĂ­k <Pavel@Janik.cz>
3938
3939 * HELLO: Slovak language name added to be compatible with other
3940 languages.
3941
3942 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3943
3944 * TUTORIAL.pl: Updated in accordance with the English version.
3945 From Beata Wierzchołowska <beataw@orient.uw.edu.pl> and
3946 Janusz S. Bien <jsbien@mail.uw.edu.pl>.
3947
3948 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3949
3950 * MACHINES: Modify the entry for HITACHI SR2001/SR2201 series, as
3951 per config.sub and config.guess. Reported by Ryo Furue
3952 <furufuru@ccsr.u-tokyo.ac.jp>.
3953
3954 2001-08-10 Pavel JanĂ­k <Pavel@Janik.cz>
3955
3956 * TUTORIAL.sk: Updated in accordance with the English version.
3957 From Miroslav Vaško <vasko@debian.cz>.
3958
3959 2001-08-08 Eli Zaretskii <eliz@is.elta.co.il>
3960
3961 * TUTORIAL.ko: Updated in accordance with the English version.
3962 From Koaunghi Un <koaunghi@world.kaist.ac.kr>.
3963
3964 2001-08-06 Pavel JanĂ­k <Pavel@Janik.cz>
3965
3966 * TUTORIAL.cs: Update from Milan Zamazal.
3967
3968 2001-08-05 Pavel JanĂ­k <Pavel@Janik.cz>
3969
3970 * TUTORIAL.cs, TUTORIAL.sk, cs-refcard.tex, sk-refcard.tex: E-mail
3971 address of Milan Zamazal changed.
3972
3973 2001-08-04 Pavel JanĂ­k <Pavel@Janik.cz>
3974
3975 * TUTORIAL, TUTORIAL.cs: Be consistent when naming CONTROL and
3976 META keys.
3977
3978 2001-05-17 Francesco Potortì <pot@gnu.org>
3979
3980 * etags.1: Add the latest changes to etags behavior.
3981
3982 2001-05-04 Eli Zaretskii <eliz@is.elta.co.il>
3983
3984 * emacsclient.1: Place in the public domain.
3985
3986 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3987
3988 * emacstool.1: Place under GFDL.
3989
3990 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3991
3992 * emacs.1: Place under GFDL.
3993
3994 * etags.1: Ditto.
3995
3996 * gfdl.1: New file.
3997
3998 2001-04-18 Gerd Moellmann <gerd@gnu.org>
3999
4000 * TUTORIAL.sk, sk-survival.tex
4001 * sk-refcard.ps, sk-refcard.tex, sk-dired-ref.ps
4002 * sk-dired-ref.tex: New files.
4003
4004 * cs-survival.tex, cs-dired-ref.ps, cs-dired-ref.tex: New files.
4005 From Pavel@Janik.cz (Pavel JanĂ­k).
4006
4007 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4008
4009 * ps-prin1.ps: Footer implementation. Doc fix.
4010 (doLineNumber): Code fix for line number color.
4011 (BeginPage, BeginSheet, HeaderFramePath, HeaderFrame, HeaderText): Code
4012 fix for footer implementation.
4013 (TextStart, SetFooterLines, FooterFrameStart, doFramePath)
4014 (FooterFramePath, doFrame, FooterFrame, FooterStart)
4015 (HeaderOrFooterTextLines, HeaderOrFooterText, FooterText): New funs.
4016
4017 2001-04-03 Gerd Moellmann <gerd@gnu.org>
4018
4019 * splash8.xpm: New image from Luis Fernandes <elf@ee.ryerson.ca>
4020 for color depth 8.
4021
4022 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4023
4024 * ps-prin1.ps: Line and paragraph spacing feature.
4025 (LineHS, ParagraphHS, EffectUnderline, EffectStrikeou, EffectOverline)
4026 (EffectShadow, EffectBox, EffectOutline): New vars.
4027 (PSL, S, EF, printZebra, doColumnZebra, doZebra): Code fix.
4028 (PHL, LHL): New funs.
4029
4030 * ps-prin2.ps: File eliminated.
4031
4032 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4033
4034 * splash.pbm: New image from Luis Fernandes <elf@ee.ryerson.ca>.
4035
4036 2001-03-15 Gerd Moellmann <gerd@gnu.org>
4037
4038 * splash.xpm, splash.pbm: Replaced with new images from
4039 Luis Fernandes <elf@ee.ryerson.ca>.
4040
4041 2001-03-05 Gerd Moellmann <gerd@gnu.org>
4042
4043 * cs-refcard.ps, cs-refcard.tex: New files.
4044
4045 2001-02-26 Gerd Moellmann <gerd@gnu.org>
4046
4047 * THE-GNU-PROJECT: New file.
4048
4049 2001-02-22 Andrew Innes <andrewi@gnu.org>
4050
4051 * MACHINES: Update pointer to MS-Windows install instructions.
4052
4053 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4054
4055 * ps-prin1.ps: Code fix to support `ps-zebra-stripe-follow'
4056 functionality enhancement.
4057 (doColumnZebra): Code fix.
4058
4059 2001-02-08 Dave Love <fx@gnu.org>
4060
4061 * tasks.texi, SERVICE: Updated.
4062
4063 2001-02-03 Andrew Innes <andrewi@gnu.org>
4064
4065 * PROBLEMS: Add note about need to specify extra compiler flags
4066 with recent Cygwin ports of gcc.
4067
4068 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4069
4070 * DEBUG: Expand and update, based on the instructions to
4071 pretesters, nt/INSTALL, and private communications and experience.
4072
4073 2001-01-17 Dave Love <fx@gnu.org>
4074
4075 * termcap.src: New version from http://www.tuxedo.org/~esr/terminfo/.
4076
4077 2001-01-08 Gerd Moellmann <gerd@gnu.org>
4078
4079 * TUTORIAL.es: New file.
4080
4081 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
4082
4083 * edt-user.doc: Updated to reflect EDT Emulation version 4.0
4084 enhancements.
4085
4086 2000-12-29 Gerd Moellmann <gerd@gnu.org>
4087
4088 * fr-refcard.tex, fr-refcard.ps, fr-drdref.tex, fr-drdref.ps: New
4089 files.
4090
4091 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4092
4093 * ps-prin1.ps: Handle form feed better when ps-zebra-stripe-follow
4094 is non-nil.
4095 (printZebra, BeginPage): Code fix.
4096
4097 2000-12-15 Miles Bader <miles@gnu.org>
4098
4099 * DEBUG: Add note about using `inverse-video' to detect excessive
4100 screen redraw.
4101
4102 2000-12-07 Dave Love <fx@gnu.org>
4103
4104 * CODINGS, CHARSETS: Removed. (Mule 2.3 relics.)
4105
4106 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4107
4108 * ps-prin1.ps: Eliminated the line number font predefinition.
4109
4110 2000-11-09 Kenichi Handa <handa@etl.go.jp>
4111
4112 * TUTORIAL.ja: Adjusted for the change of TUTORIAL (use C-x C-l,
4113 not M-:, as example of disabled command).
4114
4115 2000-11-02 Gerd Moellmann <gerd@gnu.org>
4116
4117 * ONEWS.1, ONEWS.2, ONEWS.3, ONEWS.4: Renamed from NEWS.*.
4118
4119 2000-10-16 Gerd Moellmann <gerd@gnu.org>
4120
4121 * 3B-MAXMEM, AIX.DUMP, SUN-SUPPORT: Removed.
4122
4123 * tasks.texi: Updated to the version from /gd/gnuorg.
4124
4125 * FTP: Refer to the GNU web site.
4126
4127 2000-10-12 Dave Love <fx@gnu.org>
4128
4129 * gnus.pbm: New file.
4130
4131 * gnus.xbm: Deleted.
4132
4133 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4134
4135 * gnus-pointer.xbm, gnus-pointer.xpm: Remove top empty line.
4136
4137 2000-09-22 Gerd Moellmann <gerd@gnu.org>
4138
4139 * splash.xbm: File removed.
4140 * splash.pbm: New file.
4141
4142 2000-09-20 Gerd Moellmann <gerd@gnu.org>
4143
4144 * splash.xbm: New file.
4145
4146 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4147
4148 * splash.xpm: New file.
4149
4150 2000-09-11 Dave Love <fx@gnu.org>
4151
4152 * gnus.xbm, gnus.xpm, gnus-pointer.xpm, gnus-pointer.xbm: New
4153 files.
4154
4155 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4156
4157 * ps-prin3.ps: Eliminated.
4158
4159 * ps-prin2.ps: Changed comment version (6.0).
4160
4161 * ps-prin1.ps: Changed comment version (6.0).
4162
4163 * ps-prin0.ps: Changed comment version (6.0).
4164
4165 2000-08-24 Wlodzimierz Bzyl <matwb@univ.gda.pl>
4166
4167 * survival.tex: New file.
4168
4169 2000-08-21 Gerd Moellmann <gerd@gnu.org>
4170
4171 * de-refcard.ps, de-refcard.tex: Renamed from refcard-de.*.
4172
4173 * pl-refcard.ps, pl-refcard.tex: Renamed from refcard-pl.*.
4174
4175 2000-08-17 Gerd Moellmann <gerd@gnu.org>
4176
4177 * NEWS.1: Reintegrated into NEWS.
4178
4179 * OOOOONEWS...OONEWS: Renamed to NEWS.1...NEWS.4.
4180
4181 2000-08-16 Gerd Moellmann <gerd@gnu.org>
4182
4183 * dired-ref.tex, dired-ref.ps: New files.
4184
4185 * refcard-de.tex, refcard-de.ps: New files.
4186
4187 2000-07-20 Gerd Moellmann <gerd@gnu.org>
4188
4189 * emacs.1: Change `-b' to `-bw'.
4190
4191 2000-07-07 Andreas Schwab <schwab@suse.de>
4192
4193 * yow.lines: Fix indentation.
4194
4195 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4196
4197 * ps-prin0.ps: Insert a version number comment (5.2.2).
4198 Indentation fix.
4199
4200 * ps-prin1.ps: Insert a version number comment (5.2.2). Can
4201 select page size with/without giving an error if PostScript
4202 printer doesn't have this kind of page size. Zebra Stripe
4203 continues or restarts on next page. Indentation fix.
4204 (BeginSheet): If necessary, rescale n-up to fit on the sheet of
4205 paper.
4206 (BeginDoc, doColumnZebra, HeaderText): Code fix.
4207 (SetPageSize): New proc.
4208
4209 * ps-prin2.ps: Insert a version number comment (5.2.2).
4210
4211 * ps-prin3.ps: Insert a version number comment (5.2.2).
4212 Indentation fix.
4213
4214 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4215
4216 * ps-prin1.ps: PostScript code compatibility with other utilities
4217 like mpage, psnup, etc.
4218 (isLineStep): Code fix.
4219 (BeginDoc, BeginSheet): Utility compatibility.
4220
4221 2000-05-03 Dave Love <fx@gnu.org>
4222
4223 * letter.xbm: New file.
4224
4225 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4226
4227 * ps-prin0.ps: PostScript level 1 compatibility.
4228
4229 * ps-prin1.ps: PostScript level 1 compatibility, Upside-down
4230 printing and line number step.
4231 (BeginDoc, doLineNumber, SL, HL): Code fix.
4232 (isLineStep, PSL): New funs.
4233
4234 * ps-prin3.ps: PostScript level 1 compatibility.
4235
4236 2000-04-10 Gerd Moellmann <gerd@gnu.org>
4237
4238 * refcard.bit: Removed.
4239
4240 2000-04-10 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
4241
4242 * refcard-pl.ps: New file.
4243 * refcard-pl.tex: New file.
4244
4245 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4246
4247 * ps-prin0.ps: Replace gs_languagelevel by languagelevel.
4248 (DefOp): New proc.
4249
4250 * ps-prin1.ps: Replace gs_languagelevel by languagelevel.
4251 (printBackground, SetColor): New procs.
4252 (ZebraColor): Renaming old ZebraGray var.
4253
4254 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4255
4256 * ps-prin1.ps: Eliminate SkipFirstPage.
4257
4258 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4259
4260 * ps-prin0.ps: Define command only for language level 1.
4261
4262 2000-03-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4263
4264 * ps-prin0.ps: Define packedarray operator for language level 1,
4265 adjust setduplexmode and settumble definitions.
4266
4267 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4268
4269 * ps-prin0.ps: New file.
4270
4271 * ps-prin1.ps, ps-prin3.ps: Eliminate CheckConfig.
4272
4273 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4274
4275 * ps-prin1.ps, ps-prin2.ps, ps-prin3.ps: New files.
4276
4277 1999-11-30 Paul Eggert <eggert@twinsun.com>
4278
4279 * PROBLEMS: Update Solaris 2.6 and 7 problems.
4280
4281 1999-11-22 Paul Eggert <eggert@twinsun.com>
4282
4283 * NEWS: Rename messages-locale to system-messages-locale
4284 and time-locale to system-time-locale.
4285
4286 1999-10-24 Noah Friedman <friedman@splode.com>
4287
4288 * yow.lines: Add more quotes. Correct a misquote.
4289
4290 * spook.lines: Add more phrases.
4291
4292 1999-10-23 Paul Eggert <eggert@twinsun.com>
4293
4294 * NEWS: Describe new functions and variables for locales.
4295
4296 1999-10-07 Gerd Moellmann <gerd@gnu.org>
4297
4298 * TUTORIAL.ro: Change copyright statement.
4299
4300 1999-07-12 Richard Stallman <rms@gnu.org>
4301
4302 * Version 20.4 released.
4303
4304 1999-06-27 Karl Heuer <kwzh@gnu.org>
4305
4306 * yow.lines: Fix indentation. Fix typo.
4307
4308 1999-01-19 Dave Love <fx@gnu.org>
4309
4310 * MORE.STUFF: Revamped.
4311
4312 1999-01-14 Dave Love <fx@gnu.org>
4313
4314 * FAQ: Merge posted updates.
4315
4316 1998-12-14 Dave Love <fx@gnu.org>
4317
4318 * FAQ: Somewhat edited copy of the most recently posted version.
4319
4320 1998-11-04 Kenichi Handa <handa@etl.go.jp>
4321
4322 * MACHINES (NEC EWS4800): New section.
4323
4324 1998-09-04 Karl Heuer <kwzh@gnu.org>
4325
4326 * TUTORIAL: Use C-x C-l, not M-:, as example of disabled command.
4327
4328 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4329
4330 * Version 20.3 released.
4331
4332 * TUTORIAL.ro: New file.
4333
4334 1998-04-10 Ken'ichi Handa <handa@melange.gnu.org>
4335
4336 * TUTORIAL.sl: Renamed back to the original.
4337
4338 1998-04-10 Kenichi Handa <handa@etl.go.jp>
4339
4340 * TUTORIAL.cs: Renamed from TUTORIAL.cz.
4341 * TUTORIAL.ja: Renamed from TUTORIAL.jp.
4342 * TUTORIAL.ka: Renamed from TUTORIAL.kr.
4343 * TUTORIAL.sk: Renamed from TUTORIAL.sl.
4344
4345 1998-04-06 Kenichi Handa <handa@etl.go.jp>
4346
4347 * TUTORIAL.jp: Re-translated for the latest TUTORIAL.
4348
4349 1998-03-26 Richard Stallman <rms@psilocin.gnu.org>
4350
4351 * TUTORIAL.sl: New file.
4352
4353 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4354
4355 * Version 20.2 released.
4356
4357 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4358
4359 * Version 20.1 released.
4360
4361 1997-06-02 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
4362
4363 * CODINGS, CHARSETS: New files.
4364
4365 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4366
4367 * Version 19.33 released.
4368
4369 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4370
4371 * Version 19.32 released.
4372
4373 1996-06-23 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4374
4375 * refcard.ps: File obtained from someone else;
4376 it was generated badly here.
4377
4378 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
4379
4380 * Version 19.31 released.
4381
4382 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
4383
4384 * TUTORIAL: Rephrase the first page to fit on a standard tty screen.
4385
4386 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
4387
4388 * emacs.bash: Use >|.
4389
4390 1996-01-20 Geoff Voelker <voelker@cs.washington.edu>
4391
4392 * rgb.txt: New file.
4393
4394 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4395
4396 * Version 19.30 released.
4397
4398 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
4399
4400 * gnus-tut.txt: New file.
4401
4402 1995-07-26 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
4403
4404 * Rename termcap to termcap.src, the historical name for an
4405 uninstalled termcap file.
4406
4407 1995-06-28 Eric S. Raymond <esr@spiff.gnu.ai.mit.edu>
4408
4409 * termcap.dat, termcap.ucb: Deleted and replaced.
4410
4411 * termcap: New termcap file from the ncurses project; bigger,
4412 better, brighter, does away with waxy yellow buildup. Email
4413 me at terminfo@ccil.org if you have any trouble with this.
4414
4415 * README: Changed to track above change.
4416
4417 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
4418
4419 * TUTORIAL: Delete reference to ALT. Change <Rubout> to <Delete>.
4420
4421 1995-04-26 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
4422
4423 * Makefile (maintainer-clean): Renamed from realclean.
4424
4425 1995-04-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4426
4427 * tpu-doc.el: File moved to etc dir and renamed.
4428
4429 1995-04-07 Boris Goldowsky <boris@cs.rochester.edu>
4430
4431 * enriched.doc: Rewritten and simplified.
4432
4433 1994-11-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4434
4435 * Makefile (eterm): New rule.
4436 (TIC): New variable.
4437
4438 * e/eterm, e/eterm.ti: New files.
4439
4440 1994-10-24 Boris Goldowsky <boris@mole.gnu.ai.mit.edu>
4441
4442 * enriched.doc: New file.
4443
4444 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4445
4446 * Version 19.26 released.
4447
4448 1994-07-03 Richard Stallman (rms@gnu.ai.mit.edu)
4449
4450 * TUTORIAL: Talk about flow control along with C-x C-s and C-s.
4451
4452 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4453
4454 * Version 19.25 released.
4455
4456 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4457
4458 * Version 19.24 released.
4459
4460 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4461
4462 * Version 19.23 released.
4463
4464 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4465
4466 * Makefile (clean): Delete DOC*.
4467
4468 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4469
4470 * Version 19.22 released.
4471
4472 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4473
4474 * Version 19.21 released.
4475
4476 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4477
4478 * Version 19.20 released.
4479
4480 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4481
4482 * Version 19.19 released.
4483
4484 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4485
4486 * Version 19.18 released.
4487
4488 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4489
4490 * Version 19.16 released.
4491
4492 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4493
4494 * version 19.15 released.
4495
4496 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4497
4498 * Version 19.14 released.
4499
4500 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4501
4502 Bring mumbleclean targets into conformance with GNU coding standards.
4503 * Makefile (distclean): Don't remove backup and autosave files.
4504 These are easy to get rid of in other ways, and a pain to lose.
4505 (mostlyclean, realclean): New targets.
4506
4507 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4508
4509 * Version 19.13 released.
4510
4511 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4512
4513 * Version 19.10 released.
4514
4515 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4516
4517 * Version 19.9 released.
4518
4519 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4520
4521 * Version 19.8 released.
4522
4523 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4524
4525 * Version 19.7 released.
4526
4527 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4528
4529 * MACHINES: Mention Linux.
4530
4531 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4532
4533 * MACHINES: Add section for NeXT, from Thorsten Ohl.
4534
4535 1993-04-28 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4536
4537 * NEWS: Documented picture-mode improvements.
4538
4539 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4540
4541 * NEWS: Described the new properties of arrow keys and
4542 next-line-add-newlines. Fixed up the GUD description, it was
4543 out of date. This file referenced LNEWS when it should have
4544 said news.texi; fixed.
4545
4546 * news.texi: invocation-name now exists.
4547
4548 1993-03-27 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4549
4550 * MORE.STUFF: Added.
4551
4552 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4553
4554 * NEWS: Preserved jimb's last change (documenting kill on
4555 read-only buffers).
4556
4557 Added documentation on new info features.
4558
4559 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4560
4561 * spook.lines: Alpha-sorted this, and added some new hot buttons
4562 for the 1990s.
4563
4564 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4565
4566 * MACHINES: Deleted some VMS caveats. If the src and lisp
4567 ChangeLogs are correct, dired and mail and process control are now
4568 fully supported.
4569
4570 * NEWS: Added finder news.
4571
4572 1993-03-19 Richard Stallman (rms@geech.gnu.ai.mit.edu)
4573
4574 * NEWS: Changed.
4575
4576 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4577
4578 * sex.6: Added 900-line support
4579
4580 * NEWS: Added news about the package finder.
4581
4582 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4583
4584 * MACHINES: `Last updated 10 Feb 1992.' was obviously wrong, so
4585 I nuked it. Let the file mod date serve. Merged in APOLLO and
4586 SUNBUG files. Changed references to 18.* to past tense.
4587
4588 * emacs.names: Merged into JOKES. I faked a mail header from the
4589 Unknown User to delimit the first (unheaded) bit.
4590
4591 * Makefile (relock, unlock): New productions.
4592
4593 1993-03-18 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4594
4595 Augean-stable cleaning time. Partly to save space, but mostly to
4596 reduce the dizzying amount of *stuff* confronting someone exploring
4597 the Emacs distribution, I have the following changes in the etc
4598 directory:
4599
4600 * CHARACTERS: Merged into TO-DO file under the heading "Long Range:"
4601
4602 * DIFF, CCADIFF, GOSDIFF: Merged into a new outline file titled
4603 OTHER.EMACSES. The present names don't really convey anything.
4604 Various key bindings and feature descriptions have been updated.
4605
4606 * NICKLES.WORTH: Nuked. This is copyrighted material that could land
4607 FSF in hot water.
4608
4609 * INTERVAL.IDEAS: Nuked. RMS's thinking, and indeed the
4610 implementation of intervals, have progressed way beyond this.
4611
4612 * RCP: Nuked. It no longer said anything but "Ooops, sorry!"
4613
4614 * ED.WORSHIP, GNU.JOKES: Merged into a mailbox called JOKES.
4615 Future jokes can accumulate there.
4616
4617 * DISTRIB: The actual domestic order form is now ORDERS.USA.
4618 The DISTRIB text now mentions 19.
4619
4620 * ORDERS.USA: Created. This is just the order form. DISTRIB
4621 has a pointer to it at the beginning.
4622
4623 * EUROPE: Renamed to ORDERS.EUROPE. DISTRIB now has a pointer
4624 to it at the beginning.
4625
4626 * OOOONEWS, OOOONEWS: Nuked. It's version 19 --- nobody needs the
4627 version 15 and 17 files anymore.
4628
4629 All files marked "Nuked" have actually been moved to =-prefixed
4630 names as per convention. Originals of all files merged still
4631 exist with =-names.
4632
4633 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4634
4635 * XENIX: Nuked (moved to =XENIX). The hackery it describes is
4636 no longer necessary in the presence of 19's function-key-map
4637 feature; I've added an explanation to the beginning of the file.
4638
4639 1993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4640
4641 * MACHINES: Update description of SYSVr3 and r4 support, due to
4642 Eric Raymond's changes.
4643
4644 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4645
4646 * MACHINES: Mention that you have to edit the configure script
4647 when you add support for a new machine, to get it to recognize the
4648 configuration name.
4649
4650 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4651
4652 * MACHINES: Converted to use GCC-style configuration names,
4653 instead of listing m/*.h and s/*.h files. All knowledge of m/ and
4654 s/ files now lives in ../configure.
4655
4656 1992-10-06 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4657
4658 * NEWS: Document included tags tables.
4659
4660 1992-07-22 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4661
4662 * Corrected the news about VC to reflect reality.
4663
4664 1992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4665
4666 * etags.1: New file, from Richard K. Pixley at Cygnus.
4667
4668 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4669
4670 * Makefile: Most of the contents of this file were only relevant
4671 to things in `../lib-src'; removed all but the `distclean' and
4672 `clean' targets.
4673
4674 1992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4675
4676 * COPYING: Got June 1991 version of the GPL here.
4677
4678 * ChangeLog: Since the old etc contents have been split into etc
4679 and lib-src, the old etc's ChangeLog has been duplicated in the
4680 new etc and lib-src. That means that each contains complete and
4681 coherent information, although each contains extraneous
4682 information.
4683
4684 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4685
4686 * lib-src/etags.c: "--no-warning" option renamed to "--no-warn",
4687 to be consistent with other GNU programs, like makeinfo.
4688
4689 * lib-src/Makefile: Renamed to Makefile.in; the configure script
4690 will edit this to produce Makefile.
4691
4692 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4693
4694 * etags.c (print_help, print_version): New functions.
4695 (main): Options added to support them.
4696
4697 * etags.c (longopts): New array of long names for the options.
4698 (main): Recognize them.
4699
4700 1992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4701
4702 * etags.c (C_entries): Removed comment saying that \" in a string
4703 isn't recognized as magic, because it is correctly handled.
4704
4705 * getopt.c, getopt.h: New files, from GNU C library.
4706 * etags.c: Rewritten to use getopt.
4707 #include "getopt.h".
4708 (file_num): Variable deleted; its role is now played by getopt's
4709 optind.
4710 (main): Argument processing loop rewritten to call getopt to get
4711 next option. Options which take parameters (-o and -i) rewritten
4712 to get parameter from optarg instead of argv[1]. Filename
4713 preprocessing loop and update command changed similarly.
4714 * Makefile (etags, ctags): Depend on and link with getopt.h,
4715 getopt.o, and getopt1.o.
4716 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
4717
4718 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
4719 is non-zero.
4720
4721 (main): In the argument processing loop, the 'goto next_arg'
4722 statements are breaking out of the switch statement in exactly the
4723 same way that a simple 'break' statement would; replace the gotos
4724 with breaks, and remove the label.
4725
4726 1992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4727
4728 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
4729 (consider_token): Move next_token_is_func to global.
4730
4731 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4732
4733 * Makefile: Conform with GNU coding standards:
4734 (mostlyclean): New target, synonymous with clean.
4735 (TAGS, check): New targets.
4736 (INSTALL, INSTALLFLAGS): New variables.
4737
4738 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4739
4740 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
4741 `config.emacs' to `configure'.
4742
4743 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
4744 * etc/MACHINES: Same.
4745
4746 1992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4747
4748 * movemail.c (main): Allow tempname to be as long as necessary,
4749 instead of limiting it to 39 characters.
4750
4751 * movemail.c (main): Move declaration of buf from top of function
4752 to local block surrounding the copy loop. This makes it less
4753 likely to be confused with the buf used by the code which checks the
4754 permissions on outname's directory.
4755
4756 1992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
4757
4758 * SERVICE: Remove my entry.
4759
4760 1992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
4761
4762 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
4763 hardcoded -g.
4764
4765 * movemail.c (xmalloc): Return char *, not int.
4766 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
4767 that is off by default -- normally don't unlink the mail spool
4768 file, just empty it. Pass creat mode 0600, not 0666.
4769
4770 1992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4771
4772 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
4773 (all): Instead of here.
4774 (install): Don't use the -s option, since people need symbols to
4775 debug code.
4776
4777 1992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
4778
4779 * etags-vmslib.c (fn_exp): Add type cast.
4780
4781 1992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4782
4783 * movemail.c: Changes in comments.
4784
4785 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4786
4787 * Makefile: Make the distclean target erase the DOC files from
4788 ../share-lib and the executables from ../arch-lib.
4789
4790 1992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4791
4792 * emacsclient.c: #include <sys/stat.h>.
4793 (main): Do declare statbfr.
4794
4795 1991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4796
4797 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
4798 for the socket, depending on SERVER_HOME_DIR.
4799 If using /tmp, put host name in the socket name.
4800
4801 * movemail.c (pfatal_and_delete): New function.
4802 (main, popmail): Use it.
4803 (popmail): Close output before deleting messages.
4804 Check for error on close and on fsync.
4805 Use `fatal' where appropriate.
4806 (main): Remove (void).
4807
4808 * aixcc.lex: New file. Not officially part of Emacs.
4809 * Makefile: Rules for that.
4810
4811 1991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
4812
4813 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
4814
4815 * etags.c (main): Properly cast call to alloca that initializes
4816 included_files.
4817
4818 1991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
4819
4820 * etags.c (files_are_tag_tables): Remove global var.
4821 (process_file): Don't test it. Also remove hack checking for a
4822 file named "TAGS".
4823 (main): -i now takes an arg which is the name of a file to include.
4824 Collect these names and emit include tags for them after processing
4825 all the argument files.
4826
4827 1991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4828
4829 * wakeup.c: Terminate if parent goes away.
4830
4831 1991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4832
4833 * etags.c (C_entries): Process token before handling end of line.
4834 When inner loops reach end of line, just back up.
4835 Let the real end of line processing happen in just one place.
4836 (consider_token): Likewise.
4837
4838 1991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4839
4840 * etags.c (TEX_mode): Skip comments while scanning the text to see
4841 which escape character this file uses.
4842
4843 1991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4844
4845 * emacsserver.c [USG]: Terminate if msgrcv fails.
4846
4847 1991-03-03 Richard Stallman (rms@mole.ai.mit.edu)
4848
4849 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
4850
4851 1991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu)
4852
4853 * make-docfile: Find the arguments to a C function correctly,
4854 by not ignoring the character that read_c_string returns. Don't
4855 even try to find argument names for functions that take MANY
4856 or UNEVALLED arguments, since they're a figment of the docstring's
4857 imagination.
4858
4859 1991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu)
4860
4861 * make-docfile: Read the .elc files generated by the new byte
4862 compiler.
4863
4864 1990-12-31 Richard Stallman (rms@mole.ai.mit.edu)
4865
4866 * refcard.tex: Use cm fonts, not am, in multi-column mode.
4867
4868 1990-11-29 Richard Stallman (rms@mole.ai.mit.edu)
4869
4870 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
4871
4872 1990-11-27 Richard Stallman (rms@mole.ai.mit.edu)
4873
4874 * Makefile (install*): No need to install wakeup.
4875
4876 1990-11-26 Richard Stallman (rms@mole.ai.mit.edu)
4877
4878 * Makefile (install*): Install emacsclient like etags.
4879
4880 1990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
4881
4882 * movemail.c (error): Handle 3 args.
4883 (main): Don't check input access if using pop.
4884
4885 1990-10-16 Richard Stallman (rms@mole.ai.mit.edu)
4886
4887 * etags.c (find_entries): Check for numbers after Scheme suffix.
4888
4889 1990-10-14 Richard Stallman (rms@mole.ai.mit.edu)
4890
4891 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
4892
4893 1990-10-09 Richard Stallman (rms@mole.ai.mit.edu)
4894
4895 * Makefile (nemacstool, xvetool): New targets.
4896
4897 1990-09-26 Richard Stallman (rms@mole.ai.mit.edu)
4898
4899 * emacsclient.c: Include errno.h and define related variables.
4900
4901 1990-09-23 Richard Stallman (rms@mole.ai.mit.edu)
4902
4903 * emacsclient.c: Change usage message.
4904
4905 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
4906
4907 * emacs.1: Add break before -nw option.
4908
4909 1990-08-19 David J. MacKenzie (djm@apple-gunkies)
4910
4911 * qsort.c: Replace with GNU version.
4912
4913 1990-08-14 David J. MacKenzie (djm@apple-gunkies)
4914
4915 * wakeup.c: New program replacing loadst.c.
4916
4917 1990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4918
4919 * emacsclient.c [USG]: Pass msgsnd only 4 args.
4920
4921 1990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu)
4922
4923 * etags.c: Rename `flag' variables for what they do instead of
4924 which option character sets them.
4925
4926 1990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4927
4928 * loadst.c (main): Conditional to get load average on Apollo.
4929
4930 1990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu)
4931
4932 * emacsserver.c: Set the permission on the socket to 0600.
4933
4934 1990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4935
4936 * emacsclient.c [BSD]: Print clean message for failing getwd.
4937
4938 1990-03-20 David Lawrence (tale@pogo.ai.mit.edu)
4939
4940 * getdate.y: Use the getdate.y from GNU tar for timer.
4941
4942 1990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu)
4943
4944 * emacsclient.c (main): Don't put brackets around "filename" in
4945 usage message. It isn't optional.
4946
4947 1990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu)
4948
4949 * etags.c (getit): Recognize '$' as beginning identifiers.
4950
4951 1990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
4952
4953 * emacsserver.c: Renamed from server.c.
4954 * Makefile: Reference emacsserver rather than server.
4955 * MACHINES: Doc fix for new emacsserver name.
4956
4957 1990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4958
4959 * emacsclient.c: Print program name in error messages.
4960
4961 1990-01-19 David Lawrence (tale@cocoa-puffs)
4962
4963 * timer.c, getdate.y (new files) and Makefile:
4964 Sub-process support for run-at-time in timer.el.
4965 Doesn't yet work correctly for USG.
4966
4967 1990-01-10 Jim Kingdon (kingdon@pogo)
4968
4969 * MACHINES: Add HP 300 running BSD.
4970
4971 1990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4972
4973 * yow.c: Dynamically allocate buffer; skip header before random
4974 choice to avoid bias toward first item.
4975
4976 1989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4977
4978 * etags.c (readline): Separate out init of `pend'.
4979
4980 1989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4981
4982 * etags.c: Undo changes relating to isgoodhdr.
4983
4984 1989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu)
4985
4986 * etags.c (isgoodhdr): New macro.
4987 (_gdh, notgdh): New variable used by that.
4988 (init): Initialize _gdh.
4989 (find_entries): Set header_file.
4990 (consider_token): Use isgoodhdr if in header file.
4991
4992 * etags.c (total_size_of_entries):
4993 Was miscalculating by 1 in rewritten case.
4994
4995 * etags.c (PAS_funcs): One arg to pfnote was missing.
4996
4997 1989-12-05 Joseph Arceneaux (jla@spiff)
4998
4999 * MACHINES: Change for the ULTRIX entry.
5000
5001 1989-11-21 Joseph Arceneaux (jla@spiff)
5002
5003 * etags.c (process_file): If file is not regular, return.
5004
5005 1989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5006
5007 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
5008
5009 1989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5010
5011 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
5012 (main): If HAVE_GETLOADAVG, don't call `nlist'.
5013
5014 1989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5015
5016 * etags.c (consider_token): Allow any number of typespec keywords
5017 after `typedef', before new type name.
5018 (enum sym_type): Add st_C_typespec.
5019 (C_create_stab): Put typespec kwds in table.
5020
5021 1989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
5022
5023 * etags.c (main): Don't depend on name invoked by.
5024 If CTAGS is not defined, assume it is ETAGS.
5025
5026 1989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5027
5028 * etags.c (L_funcs): Allow package name in define construct,
5029 as in (foo::defmumble name-defined ...).
5030
5031 1989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5032
5033 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
5034
5035 * Makefile (yow): Depends on ../src/paths.h.
5036
5037 1989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
5038
5039 * etags.c: Fix compilation by moving Pascal after Fortran.
5040
5041 1989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5042
5043 * movemail.c [USG]: Define F_OK, etc., if not found in header.
5044
5045 1989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5046
5047 * hexl.c: New file, supports hexl-mode.
5048
5049 1989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5050
5051 * movemail.c: New compilation flag MAIL_USE_MMDF.
5052
5053 1989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5054
5055 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
5056 * server.c: Likewise.
5057
5058 * make-docfile.c (scan_c_file): Output argument names at end of string.
5059 (write_c_args): New subroutine.
5060
5061 1989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5062
5063 * movemail.c: Report failure of flock.
5064
5065 1989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5066
5067 * etags.c (find_entries): Allow multi-letter extensions for fortran.
5068
5069 1989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5070
5071 * loadst.c: On bsd4.3, use gettimeofday instead of CPUSTATES.
5072
5073 1989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu)
5074
5075 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
5076
5077 * emacstool.1: Update to document environment variables.
5078
5079 1989-02-21 Mosur Mohan (email@notavailable)
5080
5081 * etags.c (PAS_funcs): New function.
5082
5083 1989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5084
5085 * movemail.c: On sysv, include unistd.h.
5086
5087 1989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5088
5089 * b2m.c: New file.
5090
5091 1989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5092
5093 * etags.c: Prolog support from Sunichirou Sugou.
5094
5095 1989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5096
5097 * Makefile (clean): New target.
5098
5099 1989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5100
5101 * fakemail.c (put_line): Break header lines at 79 cols.
5102
5103 1989-01-19 Sam Kendall (email@notavailable)
5104
5105 * etags.c: Greatly rewritten for C++ support and for multiple tags
5106 per line.
5107
5108 1989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5109
5110 * movemail.c: Check access before doing real work.
5111 Check that outfile is in a writable directory.
5112 On fatal error, delete the lock file.
5113
5114 1988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
5115
5116 * env.c: Add decl for my-index.
5117 * etags.c (file-entries): .oak => scheme
5118
5119 1988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5120
5121 * movemail.c: Use `access' to check input and output files.
5122
5123 1988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5124
5125 * emacsclient.c (main): Ignore all of CWD before first slash.
5126
5127 1988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5128
5129 * etags.c (readline): Double linebuffer->size outside the xrealloc.
5130
5131 1988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5132
5133 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
5134 * server.c: chmod the socket to 0700.
5135
5136 1988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5137
5138 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
5139 (add_field): Delete comments and turn `<', `>' to spaces
5140 in header lines.
5141 (USE_FAKEMAIL): New customization macro says to make fakemail
5142 not be a no-op even on a BSD system.
5143
5144 1988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5145
5146 * etags.c (consider_token): Skip comments just like whitespace.
5147 Notice `struct', etc. and set strtag for those tokens.
5148 Return 1 for the token following `struct' if an open-brace follows it.
5149 (C_entries): Special handling of token following `struct'
5150 needed because we have probably advanced to the following line
5151 to find the `{'.
5152 (main): New option `T' sets tflag and strflag.
5153 Set both of them by default if eflags.
5154
5155 1988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5156
5157 * movemail.c: Do fsync before closing output.
5158
5159 1988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu)
5160
5161 * movemail.c: Better error message when can't create tempname.
5162 This file needs a great deal of extra error-checking and lucid reporting...
5163
5164 1988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5165
5166 * etags.c: Support assembler code for .s and .a files.
5167 (getit): Allow underscore in a tag.
5168
5169 1988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5170
5171 * movemail.c: Close output and check errors before deleting input.
5172
5173 1988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
5174
5175 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
5176 whether to prefix it. Handle line number args.
5177
5178 1988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu)
5179
5180 * etags.c (main): Default setting of eflag was backwards.
5181
5182 1988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5183
5184 * etags.c: New option -i. -f renamed -o.
5185 `-' as input file means read input file names from stdin.
5186 -i spec'd or input file named TAGS means the input file is another
5187 tag table; output an "include" line for it.
5188
5189 1988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5190
5191 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
5192 New targets install, install.sysv, install.xenix.
5193 This makefile is now responsible for installing executables
5194 and documentation from this directory into system directories.
5195
5196 1988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
5197
5198 * server.c, emacsclient.c (main): Compute socket name from euid.
5199
5200 1988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5201
5202 * emacsclient.c: Args like +DIGITS are passed through unchanged.
5203
5204 1988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5205
5206 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
5207 * emacsclient.c: Likewise.
5208 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
5209
5210 1988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5211
5212 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
5213 (istoken) New string-comparison macro.
5214 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
5215
5216 1988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5217
5218 * etags.c: Changes for VMS.
5219 Always define ETAGS on VMS.
5220 Define macros GOOD and BAD for success and failure exit codes.
5221 (begtk, intk): Allow `$' in identifiers.
5222 (main): Don't support -B, -F or -u on VMS.
5223 Alternate loop for scanning filename arguments.
5224 (system): Delete definition of this function.
5225
5226 * etags-vmslib.c (system): Undefine this; VMS now provides it.
5227
5228 1988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5229
5230 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
5231 around include of param.h. (Like fns.c.)
5232
5233 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
5234
5235 * loadst.c (load_average): Move load-average code to this new fn.
5236 Add conditionals to compute load ave on UMAX.
5237
5238 1988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu)
5239
5240 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
5241 with opposite sense.
5242
5243 1988-05-13 Chris Hanson (cph@kleph)
5244
5245 * emacsclient.c: Delete references to unused variable `out'.
5246 This caused a bus error when used under hp-ux.
5247
5248 1988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
5249
5250 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
5251
5252 1988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu)
5253
5254 * etags.c (find_entries): `.t' or `.sch' means scheme code.
5255
5256 1988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
5257
5258 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
5259
5260 1988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
5261
5262 * movemail.c: #undef close, since config can #define it on V.3.
5263 * emacsclient.c, fakemail.c, loadst.c, server.c: Likewise.
5264
5265 1988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu)
5266
5267 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
5268 invalid escape sequences such as `\{'.
5269
5270 * loadst.c: Add `sequent' conditional for file dk.h.
5271
5272 1988-03-20 Richard M. Stallman (rms@wilson)
5273
5274 * server.c [not BSD and not HAVE_SYSVIPC]: Fix error message.
5275
5276 * loadst.c (main) [XENIX]: Use /usr/spool/mail, not /usr/mail.
5277
5278 ;; Local Variables:
5279 ;; coding: utf-8
5280 ;; End:
5281
5282 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
5283
5284 This file is part of GNU Emacs.
5285
5286 GNU Emacs is free software: you can redistribute it and/or modify
5287 it under the terms of the GNU General Public License as published by
5288 the Free Software Foundation, either version 3 of the License, or
5289 (at your option) any later version.
5290
5291 GNU Emacs is distributed in the hope that it will be useful,
5292 but WITHOUT ANY WARRANTY; without even the implied warranty of
5293 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5294 GNU General Public License for more details.
5295
5296 You should have received a copy of the GNU General Public License
5297 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.