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