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