Use INTERNAL_FIELD for processes.
[bpt/emacs.git] / admin / ChangeLog
1 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * coccinelle/process.cocci: Semantic patch to replace direct
4 access to Lisp_Object members of struct Lisp_Process to PVAR.
5
6 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
7
8 * coccinelle/window.cocci: Semantic patch to replace direct
9 access to Lisp_Object members of struct window to WVAR.
10
11 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
12
13 * coccinelle/frame.cocci: Semantic patch to replace direct
14 access to Lisp_Object members of struct frame to FVAR.
15
16 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
17
18 Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
19 * merge-gnulib: Add environ, stdalign.
20
21 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
22
23 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
24 make_unibyte_string to build_unibyte_string where appropriate.
25
26 2012-07-17 Eli Zaretskii <eliz@gnu.org>
27
28 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
29
30 2012-07-17 Chong Yidong <cyd@gnu.org>
31
32 * Version 24.1 released.
33
34 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
35
36 Assume mkdir, perror, rename, rmdir, strerror.
37 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
38 (HAVE_STRERROR, strerror):
39 Remove.
40
41 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
42
43 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
44 to XCDR and consistently use CONSP in the list iteration loops.
45 * coccinelle/vector_contents.cocci: Fix indentation.
46
47 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * bzrmerge.el: Use cl-lib.
50
51 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
52
53 Rename configure.in to configure.ac (Bug#11603).
54 * admin.el (set-version):
55 * quick-install-emacs (VERSION):
56 Get version number from configure.ac, not configure.in.
57
58 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
59
60 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
61 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
62
63 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
64
65 * coccinelle/xzalloc.cocci: Semantic patch to convert
66 calls to xmalloc with following memset to xzalloc.
67
68 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
69
70 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
71
72 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
73
74 * coccinelle/build_string.cocci: Semantic patch
75 to convert from make_string to build_string.
76
77 2012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
78
79 First Coccinelle semantic patch.
80 * coccinelle: New subdirectory
81 * coccinelle/README: Documentation stub.
82 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
83 access to `contents' member of Lisp_Vector objects with AREF and ASET
84 where appropriate.
85
86 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
87
88 Support higher-resolution time stamps (Bug#9000).
89 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
90 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
91 timespec-sub, utimens.
92 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
93 This trims down the gnulib import, from the very latest gnulib.
94 Emacs does its own implementation of 'select' and 'sigprocmask'
95 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
96 hosts, so it doesn't need these modules.
97 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
98 these gnulib modules are only for Windows porting and Emacs ports
99 to Windows in a different way.
100
101 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
102
103 * make-emacs: Rename --union-type to --check-lisp-type.
104 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
105 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
106 USE_LISP_UNION_TYPE.
107
108 2012-06-03 Glenn Morris <rgm@gnu.org>
109
110 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
111
112 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
113
114 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
115 * make-tarball.txt: Don't worry about maintainer mode.
116
117 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
118
119 * CPP-DEFINES: Remove HAVE_SYSINFO.
120
121 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
122
123 Assume gnulib does largefile.
124 * merge-gnulib (GNULIB_MODULES): Add largefile.
125
126 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
127
128 Remove src/m/*.
129 * CPP-DEFINES: Do not mention src/m/*.h.
130 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
131 (BITS_PER_SHORT, BITS_PER_INT): Remove.
132 * MAINTAINERS: Remove src/m/.
133
134 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
135
136 Use full name for m4/gnulib-comp.m4. (Bug#11529)
137 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
138
139 Assume C89 or later.
140 * CPP-DEFINES: Remove NULL, const.
141
142 Make merging from gnulib a script, not a makefile action.
143 * merge-gnulib: New script, with actions moved here from
144 ../Makefile.in.
145
146 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
147
148 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
149
150 * CPP-DEFINES (HAVE_FTIME): Remove.
151
152 2012-05-02 Glenn Morris <rgm@gnu.org>
153
154 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
155
156 2012-04-10 Glenn Morris <rgm@gnu.org>
157
158 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
159
160 * unidata/Makefile.in: Add FSF copyright.
161 Make it use autoconf features, and work for out-of-tree builds.
162
163 2012-04-07 Eli Zaretskii <eliz@gnu.org>
164
165 * unidata/README:
166 * unidata/copyright.html:
167 * unidata/BidiMirroring.txt:
168 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
169 the Unicode Standard.
170
171 2012-02-16 Kenichi Handa <handa@m17n.org>
172
173 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
174 values of name and old-name to nil.
175 (unidata-get-name): Return nil for the default value.
176
177 2012-02-11 Glenn Morris <rgm@gnu.org>
178
179 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
180 (cusver-check): New functions.
181
182 2012-01-19 Glenn Morris <rgm@gnu.org>
183
184 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
185 "skip?" question, since there can be multiple such for any revision.
186
187 2012-01-14 Eli Zaretskii <eliz@gnu.org>
188
189 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
190 updated and checked.
191
192 2011-11-26 Andreas Schwab <schwab@linux-m68k.org>
193
194 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
195 Avoid warning about old-style backquote.
196
197 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
198 in regexp.
199 (wisent-make-parsers): Likewise. Quote `.'.
200
201 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
202 in regexp.
203 (bovine-make-parsers): Likewise. Quote `.'.
204
205 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
206
207 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
208
209 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
210
211 * admin.el (manual-dvi): Fix typo.
212
213 2011-11-15 Eli Zaretskii <eliz@gnu.org>
214
215 * nt/README-ftp-server: Update the information about PNG libraries.
216
217 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
218
219 * make-emacs: Fix typo.
220
221 2011-11-07 Juanma Barranquero <lekktu@gmail.com>
222
223 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
224
225 2011-10-31 David Engster <deng@randomsample.de>
226
227 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
228
229 2011-10-28 Eli Zaretskii <eliz@gnu.org>
230
231 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
232 running Emacs on Windows 9X.
233
234 2011-09-26 Chong Yidong <cyd@stupidchicken.com>
235
236 * admin.el (set-version): Fix regexps for config.nt and
237 sed2v2.inp.
238
239 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
240
241 Merge from gnulib (Bug#9169).
242 * notes/copyright: The files compile, config.guess, config.sub,
243 depcomp, install-sh, missing, and move-if-change are now in the
244 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
245 and warn-on-use.h are now in build-aux/snippets. New file
246 build-aux/snippets/_Noreturn.h.
247
248 2011-08-23 Eli Zaretskii <eliz@gnu.org>
249
250 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
251 values of bidi-class according to DerivedBidiClass.txt from the
252 latest UCD.
253
254 2011-08-23 Kenichi Handa <handa@m17n.org>
255
256 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
257 values for name, general-category, canonical-combining-class,
258 mirrored, and bidi-class. Describe the meaning of value nil for
259 decimal-digit-value, digit-value, numeric-value, uppercase,
260 lowercase, titlecase, and mirroring.
261 (unidata-gen-table): Handle the case that default-value is a
262 list. Set default values of characters not listed in a table.
263 (unidata-get-name): Return an empty string if a value in a
264 char-table is nil.
265 (unidata-get-decomposition): Return a list of character itself if
266 a value in a char-table is nil.
267
268 2011-08-15 Eli Zaretskii <eliz@gnu.org>
269
270 * unidata/bidimirror.awk: File removed.
271
272 * unidata/biditype.awk: File removed.
273
274 * unidata/makefile.w32-in (all): Remove src/biditype.h and
275 src/bidimirror.h.
276 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
277
278 * unidata/Makefile.in (all): Remove src/biditype.h and
279 src/bidimirror.h.
280 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
281
282 2011-07-07 Juanma Barranquero <lekktu@gmail.com>
283
284 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
285 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
286
287 2011-07-06 Kenichi Handa <handa@m17n.org>
288
289 * unidata/unidata-gen.el (unidata-dir): New variable.
290 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
291 (unidata-prop-alist): INDEX element may be a function.
292 New optional element VAL-LIST (for general-category and bidi-class).
293 New entry `mirroring'.
294 (unidata-prop-default, unidata-prop-val-list): New subst.
295 (unidata-get-character, unidata-put-character): Delete them.
296 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
297 above changes.
298 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
299 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
300 Delete them.
301 (unidata-encode-val): Assume that the first element of VAL-LIST is
302 a cons (nil . 0).
303 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
304 Always store the encoded value.
305 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
306 Set the 1st and the 2nd extra slots to index numbers for C
307 functions.
308 (unidata-gen-table-integer): Likewise.
309 (unidata-gen-table-numeric): Likewise.
310 (unidata-gen-table-name): New arg IGNORE.
311 (unidata-gen-table-decomposition): Likewise.
312 (unidata-describe-general-category): Add the case nil to the
313 description alist.
314 (unidata-gen-mirroring-list): New function.
315 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
316 unidata-prop-alist. Handle the case of storing multiple
317 char-tables in a file.
318
319 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
320 unidata-gen-files.
321
322 2011-05-21 Glenn Morris <rgm@gnu.org>
323
324 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
325
326 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
327
328 * Version 23.3 released.
329
330 2011-02-23 Juanma Barranquero <lekktu@gmail.com>
331
332 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
333
334 2011-02-19 Eli Zaretskii <eliz@gnu.org>
335
336 * admin.el (set-version): Add msdos/sed2v2.inp.
337
338 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
339
340 Remove no-longer needed getloadavg symbols.
341 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
342 (LDAV_SYMBOL): Remove.
343
344 2011-02-12 Glenn Morris <rgm@gnu.org>
345
346 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
347
348 2011-02-05 Glenn Morris <rgm@gnu.org>
349
350 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
351 (bzrmerge-apply): Use it.
352 (bzrmerge): Kill any old warning buffer first.
353
354 2011-02-03 Glenn Morris <rgm@gnu.org>
355
356 * bzrmerge.el (bzrmerge-buffer): New constant.
357 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
358 (bzrmerge-missing): If nothing to do, return nil not (nil).
359 (bzrmerge-apply): Remove odd character from message.
360 (bzrmerge): Give status messages.
361
362 2011-01-31 Eli Zaretskii <eliz@gnu.org>
363
364 * admin.el (set-version): Remove lib-src/makefile.w32-in.
365 Add nt/config.nt.
366
367 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
368
369 src/emacs.c now gets version number from configure.in
370 * admin.el (set-version): Don't update src/emacs.c.
371 * quick-install-emacs (VERSION): Get it from configure.in, not from
372 src/emacs.c.
373
374 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
375
376 strftime: import from gnulib
377 * notes/copyright: strftime.c moved from src to lib.
378
379 2011-01-25 Glenn Morris <rgm@gnu.org>
380
381 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
382 (bzrmerge-missing): Use it.
383
384 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
385
386 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
387 rather than doing rm and autoconf by hand. See
388 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
389
390 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
391
392 * notes/bzr (Installing changes from gnulib): New section.
393 Need for this suggested by Stefan Monnier.
394
395 2011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
396
397 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
398 an inconsistent state.
399
400 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
401
402 Update copyright notes to match recent gnulib-related changes.
403 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
404 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
405 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
406 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
407 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
408 subsumed by m4/*.m4 rule). config.guess, config.sub, and
409 doc/man/texinfo.tex are now copied in from gnulib.
410
411 2011-01-15 Glenn Morris <rgm@gnu.org>
412
413 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
414
415 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
416 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
417
418 2011-01-14 Glenn Morris <rgm@gnu.org>
419
420 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
421
422 2011-01-14 Glenn Morris <rgm@gnu.org>
423
424 * bzrmerge.el: Require cl when compiling.
425 (bzrmerge-merges): Doc fix.
426
427 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
428
429 * notes/copyright: There's only one install-sh, not two, so fix a
430 typo claiming that there's two. Add move-if-change to the list of
431 GPL files imported from gnulib.
432
433 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
434
435 * notes/copyright: Report status more accurately for non-GPL files.
436 Report copyright status more accurately for mkinstalldirs,
437 configure, m4/getopt.m4, and msdos/sed*.inp.
438
439 2011-01-02 Eli Zaretskii <eliz@gnu.org>
440
441 * nt/README.W32: Update the information about PNG support libraries.
442 (Bug#7716)
443
444 2010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
445
446 * bzrmerge.el: New file to help merge branches while skipping
447 some revisions (e.g. from emacs-23 to trunk).
448
449 2010-12-03 Andreas Schwab <schwab@linux-m68k.org>
450
451 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
452
453 2010-10-12 Glenn Morris <rgm@gnu.org>
454
455 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
456
457 2010-10-09 Glenn Morris <rgm@gnu.org>
458
459 * admin.el (set-version): Add doc/emacs/emacsver.texi.
460
461 2010-10-09 Glenn Morris <rgm@gnu.org>
462
463 * admin.el (set-version): No need to act on doc/ files any more.
464
465 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
466
467 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
468
469 * unidata/BidiMirroring.txt: Update from
470 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
471
472 * unidata/UnicodeData.txt: Update from
473 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
474
475 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
476
477 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
478
479 2010-08-05 Eli Zaretskii <eliz@gnu.org>
480
481 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
482
483 2010-07-24 Christoph Scholtes <cschol2112@gmail.com>
484
485 * admin.el: Write version number to nt/makefile.w32-in.
486 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
487 in the nt/ directory.
488 * nt/README.W32: Relocate to nt/ directory.
489
490 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
491
492 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
493
494 2010-07-08 Eli Zaretskii <eliz@gnu.org>
495
496 * MAINTAINERS: Update my responsibilities.
497
498 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
499
500 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
501 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
502 Remove.
503
504 2010-06-12 Eli Zaretskii <eliz@gnu.org>
505
506 * unidata/bidimirror.awk: New file.
507
508 * unidata/BidiMirroring.txt: New file from
509 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
510
511 * unidata/Makefile.in (../../src/bidimirror.h): New target.
512 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
513
514 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
515 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
516
517 * unidata/biditype.awk: New file.
518
519 * unidata/Makefile.in (../../src/biditype.h): New target.
520
521 * unidata/makefile.w32-in (../../src/biditype.h): New target.
522
523 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
524
525 * unidata/UnicodeData.txt: Update from
526 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
527
528 2010-05-27 Glenn Morris <rgm@gnu.org>
529
530 * quick-install-emacs (AVOID): No more Makefile.c files.
531
532 * notes/cpp: Remove file.
533
534 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
535
536 * admin.el (set-version, set-copyright): Update emacs.c instead of
537 version.el.
538
539 * make-tarball.txt: Update filename list in step 6.
540
541 * quick-install-emacs: Scan emacs.c instead of version.el for
542 version string.
543
544 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
545
546 * Version 23.2 released.
547
548 2010-04-01 Eli Zaretskii <eliz@gnu.org>
549
550 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
551
552 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
553
554 * Branch for 23.2.
555
556 2010-03-10 Miles Bader <miles@gnu.org>
557
558 * quick-install-emacs: Use more portable shell syntax.
559
560 * quick-install-emacs (AVOID): Be more picky about files we avoid
561 installing.
562
563 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
564
565 * quick-install-emacs (PRUNED): Fix typo in message.
566
567 2010-01-20 Glenn Morris <rgm@gnu.org>
568
569 * revdiff: Remove file that only works with CVS, and isn't really
570 needed with Bazaar (given the in-built revision options of bzr diff).
571
572 2010-01-12 Glenn Morris <rgm@gnu.org>
573
574 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
575 than emacs-pretest-bug for bug reports for development versions.
576
577 2009-11-06 Kenichi Handa <handa@m17n.org>
578
579 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
580 that the block data and the following per-char data fall into the
581 same char-table leaf.
582
583 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
584
585 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
586
587 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
588
589 * unidata/.gitignore: New file.
590
591 2009-08-22 Eli Zaretskii <eliz@gnu.org>
592
593 * notes/bugtracker: How to reassign a bug to a list of packages.
594
595 * notes/newfile: Details of how to check for problems with DOS 8+3
596 file-name restrictions.
597
598 2009-08-18 Glenn Morris <rgm@gnu.org>
599
600 * notes/newfile: New file.
601
602 2009-07-11 Eli Zaretskii <eliz@gnu.org>
603
604 * make-tarball.txt: Add a note about bumping the value of
605 customize-changed-options-previous-release.
606
607 2009-06-24 Kenichi Handa <handa@m17n.org>
608
609 * charsets/mapconv: For the Unicode format files, do reverse sort
610 and don't compact the map. This is to prefer the first one in the
611 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
612
613 2009-06-12 Kenichi Handa <handa@m17n.org>
614
615 * charsets/Makefile (JISX213A.map): Make it depend on
616 mapfiles/JISX213A.map.gz.
617 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
618
619 * charsets/mapfiles/JISX213A.map.gz: New file.
620
621 * charsets/mapfiles/README: Describe JISX213A.map.gz.
622
623 2009-06-12 Kenichi Handa <handa@m17n.org>
624
625 * charsets/mapfiles/*: New files.
626
627 * charsets/mule-charsets.el: Mostly re-written to generate all
628 MULE-*.map files.
629
630 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
631 files.
632
633 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
634 EUC-JP-MS.
635
636 * charsets/cp51932.awk (END): Print arch-tag at the tail.
637
638 * charsets/Makefile: Maps depend on files under mapfiles or
639 ${GLIBC_CHARMAPS}.
640
641 2009-04-21 Kenichi Handa <handa@m17n.org>
642
643 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
644 change.
645
646 2009-04-17 Kenichi Handa <handa@m17n.org>
647
648 * unidata/unidata-gen.el (unidata-get-decomposition):
649 Adjust Hangle decomposition rule to Unicode.
650
651 2009-04-09 Kenichi Handa <handa@m17n.org>
652
653 * unidata/unidata-gen.el (unidata-describe-decomposition):
654 Return a string with a composition property to disable combining
655 characters being composed.
656
657 2009-03-11 Miles Bader <miles@gnu.org>
658
659 * quick-install-emacs: Be more clever about locating info directory.
660
661 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
662
663 * nt/README.W32: Fix typos.
664
665 2009-02-23 Jason Rumney <jasonr@gnu.org>
666
667 * nt/README-ftp-server: Update for 23.0.91.
668
669 * nt/README.W32: Remove ever expanding versions of Windows.
670 Shorten FAQ URL. Remove mention of obsolete lock directory.
671 Windows distribution now bin and barebin only. Add note about
672 SVG support. Remove old tar and gzip problem workarounds.
673 Use new (22.x) -Q option. Report all bugs through bug tracker.
674
675 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
676 undumped distribution no longer exists.
677
678 2009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
679
680 * nt/README.W32: Fix typo. (Bug#2207)
681
682 2009-02-01 Chong Yidong <cyd@stupidchicken.com>
683
684 * admin.el (set-version): Remove deleted file ns-emacs.texi.
685
686 2008-12-02 Kenichi Handa <handa@m17n.org>
687
688 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
689 `decomposition' property adjusted.
690 (unidata-split-decomposition): Don't include surrounding "<" and
691 ">" in a symbol name.
692
693 2008-12-01 Kenichi Handa <handa@m17n.org>
694
695 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
696 property generator to unidata-gen-table-numeric. Docstring adjusted.
697 (unidata-get-numeric, unidata-put-numeric)
698 (unidata-gen-table-numeric): New functions.
699 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
700
701 2008-11-29 Eli Zaretskii <eliz@gnu.org>
702
703 * notes/documentation: Add notes about Antinews.
704
705 2008-10-23 Glenn Morris <rgm@gnu.org>
706
707 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
708 Add/tweak some nextstep/ entries.
709
710 2008-09-19 Kenichi Handa <handa@m17n.org>
711
712 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
713 positions.
714
715 2008-08-23 Eli Zaretskii <eliz@gnu.org>
716
717 * CPP-DEFINES: Add USER_FULL_NAME.
718
719 2008-08-16 Jason Rumney <jasonr@gnu.org>
720
721 * admin.el (set-version): Set version in nt/emacsclient.rc.
722
723 2008-08-06 Juanma Barranquero <lekktu@gmail.com>
724
725 * nt/dump.bat: Fix mixed EOLs.
726
727 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
728
729 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
730
731 2008-08-02 Eli Zaretskii <eliz@gnu.org>
732
733 * CPP-DEFINES: Add defines for accessing system processes.
734
735 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
736
737 * make-tarball.txt:
738 * admin.el:
739 * FOR-RELEASE:
740 * CPP-DEFINES: Remove mentions of Mac Carbon.
741
742 2008-07-16 Glenn Morris <rgm@gnu.org>
743
744 * admin.el (set-version, set-copyright): Add nextstep/ files.
745
746 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
747
748 * CPP-DEFINES: Add NS port related defines.
749
750 2008-06-16 Glenn Morris <rgm@gnu.org>
751
752 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
753 doc/lispref/book-spine.texinfo.
754
755 2008-06-15 Glenn Morris <rgm@gnu.org>
756
757 * admin.el (set-version): Add doc/misc/faq.texi.
758
759 2008-05-22 Juanma Barranquero <lekktu@gmail.com>
760
761 * FOR-RELEASE: Remove Windows problem about the XPM image library
762 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
763
764 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
765
766 * unidata/UnicodeData.txt: Update to Unicode 5.1.
767
768 2008-04-14 Juanma Barranquero <lekktu@gmail.com>
769
770 * unidata/unidata-gen.el (unidata-prop-alist):
771 Fix typo in description of `numeric-value'.
772 (unidata-put-character): Fix typo in error message.
773
774 2008-02-21 Glenn Morris <rgm@gnu.org>
775
776 * notes/unicode, notes/font-backend: New files, split off from
777 README.unicode.
778
779 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
780
781 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
782 being used in latin1-disp.el. Remove the problem of
783 cp-supported-codepages. Remove the problem of lost changelog for
784 ps-prin1.ps.
785
786 2008-02-16 Eli Zaretskii <eliz@gnu.org>
787
788 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
789 non-portable in this context.
790
791 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
792 non-portable in this context.
793
794 2008-02-09 Eli Zaretskii <eliz@gnu.org>
795
796 * unidata/makefile.w32-in (lisp): New variable.
797 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
798 lisp/emacs-lisp.
799
800 2008-02-04 Jason Rumney <jasonr@gnu.org>
801
802 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
803
804 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
805
806 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
807
808 2008-02-02 Eli Zaretskii <eliz@gnu.org>
809
810 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
811
812 * unidata/Makefile.in: Rename from Makefile.
813
814 * unidata/makefile.w32-in: New file.
815
816 2008-02-02 Jason Rumney <jasonr@gnu.org>
817
818 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
819
820 2008-02-01 Kenichi Handa <handa@m17n.org>
821
822 * unidata/copyright.html: New file.
823
824 2008-02-01 Kenichi Handa <handa@m17n.org>
825
826 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
827 decomposition, if T is the same as TBase, don't include it in the
828 returned list.
829
830 2008-02-01 Kenichi Handa <handa@m17n.org>
831
832 * unidata/unidata-gen.el (unidata-text-file): Delete it.
833 (unidata-list): Initialize to nil.
834 (unidata-setup-list): New function.
835 (unidata-gen-files): New optional arg unidata-text-file.
836 If it's nil, set unidata-text-file to the left command line arg.
837 Call unidate-setup-list at first.
838
839 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
840 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
841
842 2008-02-01 Kenichi Handa <handa@m17n.org>
843
844 * unidata/unidata-gen.el: Fix comment typo.
845 Change string-to-int to string-to-number.
846 (unidata-text-file): Define to .../unidata.txt.
847 (unidata-list): Just insert unidata-text-file.
848 (unidata-get-decomposition): Handle Hangul decomposition.
849 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
850
851 * unidata/Makefile (unidata.txt): New target.
852 (charprop.el): Depends on unidata.txt.
853 (clean): Remove unidata.txt.
854
855 2008-02-01 Kenichi Handa <handa@m17n.org>
856
857 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
858 (unidata-get-name): Handle U+110B.
859
860 2008-02-01 Kenichi Handa <handa@m17n.org>
861
862 Sub-directory `unidata' is for codes to generate charprop.el and
863 many other uni-*.el files from `UnicodeData.txt'.
864
865 * Unidata/README: New file.
866
867 * unidata/Makefile: New file.
868
869 * unidata/unidata-gen.el: New file.
870
871 * unidata/UnicodeData.txt: New file. Copied from
872 http://www.unicode.org on 2006-05-23.
873
874 * unidata/.cvsignore: New file.
875
876 2008-02-01 Kenichi Handa <handa@m17n.org>
877
878 * charsets/.cvsignore: New file.
879
880 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
881
882 * charsets/Makefile (all): Rename target from charsets.
883 Depend on ${TRANS_TABLE}.
884 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
885 Generate from cns2ucsdkw.txt.
886 (install): Copy updated files only.
887
888 2008-02-02 Kenichi Handa <handa@m17n.org>
889
890 * charsets/cp932.awk: Append user-defined area of CP932.
891
892 2008-02-02 Kenichi Handa <handa@m17n.org>
893
894 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
895 0x2299 to 0x29BF.
896
897 2008-02-01 Kenichi Handa <handa@m17n.org>
898
899 * charsets/Makefile (TRANS_TABLE): New macro.
900 (JISX0208.map): Convert 0x2015 to 0x2014.
901 (cp51932.el): New target.
902 (eucjp-ms.el): New target.
903 (install): Include ${TRANS_TABLE}.
904 (CJK): Include JISX213A.map.
905 (JISX213A.map): New target.
906
907 * charsets/eucjp-ms.awk: New file.
908
909 * charsets/cp51932.awk: New file.
910
911 2008-02-01 Kenichi Handa <handa@m17n.org>
912
913 * charsets/cp932.awk: New file.
914
915 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
916
917 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
918 running an awk program.
919
920 2008-02-01 Kenichi Handa <handa@m17n.org>
921
922 * charsets/mapconv: Handle UNICODE2.
923
924 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
925 (CP932-2BYTE.map): New target.
926
927 2008-02-01 Kenichi Handa <handa@m17n.org>
928
929 * charsets: New directory for scripts to generate charset map
930 files in ../etc/charsets/.
931
932 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
933 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
934 * charsets/kuten.awk: New files.
935
936 2008-01-08 Glenn Morris <rgm@gnu.org>
937
938 * admin.el (set-version): Add doc/man/emacs.1.
939
940 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
941
942 * notes/copyright:
943 * MAINTAINERS: Remove references to files that have been removed.
944
945 2008-01-04 Glenn Morris <rgm@gnu.org>
946
947 * admin.el (set-copyright): Add lib-src/ebrowse.c.
948
949 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
950
951 * CPP-DEFINES: New file.
952
953 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
954
955 * FOR-RELEASE: Remove "window-system in face definition" [of
956 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
957 on gnus-dired.el.
958
959 2007-12-05 Glenn Morris <rgm@gnu.org>
960
961 * admin.el (set-version): Handle configure.in. Adapt for doc/
962 directory layout for manuals.
963
964 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
965
966 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
967 been fixed in Gnus CVS but have not yet been synched to Emacs.
968
969 2007-11-17 Glenn Morris <rgm@gnu.org>
970
971 * admin.el (process-lines): Move to ../lisp/subr.el.
972
973 2007-10-23 Glenn Morris <rgm@gnu.org>
974
975 * MAINTAINERS: Move here from ../.
976
977 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
978
979 * make-emacs: Doc fix.
980
981 2007-08-28 Glenn Morris <rgm@gnu.org>
982
983 * admin.el: Provide self.
984
985 2007-08-10 Jan Djärv <jan.h.d@swipnet.se>
986
987 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
988
989 2007-07-25 Glenn Morris <rgm@gnu.org>
990
991 * Relicense all FSF files to GPLv3 or later.
992
993 2007-06-07 Glenn Morris <rgm@gnu.org>
994
995 * admin.el (set-copyright): New function.
996
997 2007-04-25 Nick Roberts <nickrob@snap.net.nz>
998
999 * make-tarball.txt: Add note about cutting the branch.
1000
1001 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1002
1003 * Version 22.1 released.
1004
1005 2007-02-03 Eli Zaretskii <eliz@gnu.org>
1006
1007 * nt/makedist.bat: Change EOL format to DOS. Don't use
1008 redirection characters in REM lines.
1009
1010 2007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1011
1012 * FOR-RELEASE: Removed Gtk/Xft issue.
1013
1014 2007-01-01 Miles Bader <miles@gnu.org>
1015
1016 * quick-install-emacs (get_config_var): Deal with weird magic
1017 string inserted by recent versions of autoconf.
1018
1019 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
1020
1021 * admin.el (set-version): Set version number in
1022 lib-src/makefile.w32-in.
1023
1024 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1025
1026 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1027 due to a local miss-configuration.
1028
1029 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
1030
1031 * make-announcement (OLD): Remove LEIM references in announcement
1032 since it is now built-in.
1033
1034 2006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1035
1036 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1037
1038 2006-10-03 Kenichi Handa <handa@m17n.org>
1039
1040 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1041
1042 2006-08-13 Chong Yidong <cyd@stupidchicken.com>
1043
1044 * FOR-RELEASE: Elisp manual checking completed.
1045
1046 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1047
1048 * FOR-RELEASE: Update refcard section.
1049
1050 2006-07-14 Kim F. Storm <storm@cua.dk>
1051
1052 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1053
1054 2006-07-09 Kim F. Storm <storm@cua.dk>
1055
1056 * README: Use outline format. Add FOR-RELEASE.
1057
1058 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
1059
1060 * FOR-RELEASE: Checking of info.texi done.
1061
1062 2006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1063
1064 * FOR-RELEASE: Update refcard section.
1065
1066 2006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1067
1068 * FOR-RELEASE: Update refcard section.
1069
1070 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1071
1072 * FOR-RELEASE: Key sequence elisp node done.
1073
1074 2006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1075
1076 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1077
1078 2006-05-21 Chong Yidong <cyd@mit.edu>
1079
1080 * FOR-RELEASE: point-entered /point-left bug fixed.
1081
1082 2006-05-12 Eli Zaretskii <eliz@gnu.org>
1083
1084 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1085 entry.
1086
1087 2006-05-06 Bill Wohler <wohler@newt.com>
1088
1089 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1090 about it.
1091
1092 2006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1093
1094 * ./* (Copyright): Updated Copyright year(s).
1095
1096 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1097
1098 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1099
1100 2006-02-20 Kim F. Storm <storm@cua.dk>
1101
1102 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1103 Rework how fringe bitmaps are defined and used.
1104 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
1105 one-level representation. It would be cleaner to split the
1106 representation into a two-level model where first level maps
1107 bitmap usage to a bitmap name, and second level maps bitmap name to
1108 a bitmap appearance.
1109
1110 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
1111
1112 * FOR-RELEASE: String allocation bugs fixed.
1113
1114 2005-12-13 Bill Wohler <wohler@newt.com>
1115
1116 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1117
1118 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1119
1120 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1121 completing-read-multiple, mail-extract-address-components,
1122 mail-mode, quail-define-package, save-buffer and
1123 ucs-set-table-for-input from doc strings item (Done).
1124
1125 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
1126
1127 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1128
1129 2005-11-11 Kim F. Storm <storm@cua.dk>
1130
1131 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1132 when displaying a non-breaking space in an overlay string.
1133
1134 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
1135
1136 * FOR-RELEASE: Init file change implemented.
1137
1138 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
1139
1140 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1141
1142 2005-10-19 Chong Yidong <cyd@stupidchicken.com>
1143
1144 * FOR-RELEASE (New features): max-image-size implemented.
1145 (Bugs): split-window done, by Kim F. Storm.
1146
1147 2005-10-17 Bill Wohler <wohler@newt.com>
1148
1149 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
1150 since it's gone. Also marked mh-e as done.
1151
1152 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
1153
1154 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1155 libraries on Windows (Done).
1156
1157 2005-10-01 Jason Rumney <jasonr@gnu.org>
1158
1159 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1160
1161 2005-08-31 Romain Francoise <romain@orebokech.com>
1162
1163 * FOR-RELEASE (New features): Remove vhdl-mode.el update
1164 item (Done).
1165
1166 2005-08-27 Romain Francoise <romain@orebokech.com>
1167
1168 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1169
1170 2005-07-04 Lute Kamstra <lute@gnu.org>
1171
1172 Update FSF's address in GPL notices.
1173
1174 2005-06-10 Lute Kamstra <lute@gnu.org>
1175
1176 * admin.el (set-version): Set version in lisp manual too.
1177 * make-tarball.txt: Commit lispref/elisp.texi too.
1178
1179 2005-06-04 Richard M. Stallman <rms@gnu.org>
1180
1181 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1182 Other cleanups.
1183
1184 2005-04-19 Lute Kamstra <lute@gnu.org>
1185
1186 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1187
1188 2005-04-14 Lute Kamstra <lute@gnu.org>
1189
1190 * nt/makedist.bat (elfiles): Update.
1191
1192 * admin.el (add-release-logs): Fix require call.
1193
1194 2005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1195
1196 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
1197 The first line of every tutorial must begin with a sentence saying
1198 "Emacs Tutorial" in the respective language. This should be
1199 followed by "See end for copying conditions", likewise in the
1200 respective language.
1201
1202 2005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1203
1204 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1205 Add `undo-ask-before-discard' to it.
1206
1207 2005-03-02 Miles Bader <miles@gnu.org>
1208
1209 * quick-install-emacs: Only use the mkdir --verbose option if the
1210 script's --verbose option was specified (this avoids problems with
1211 default usage on systems where mkdir doesn't support that option).
1212
1213 2005-02-15 Jason Rumney <jasonr@gnu.org>
1214
1215 * nt/makedist.bat: Do not rely on non-standard behavior of
1216 tar --exclude.
1217
1218 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
1219
1220 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1221
1222 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1223
1224 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1225 Elisp manuals.
1226
1227 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1228
1229 * FOR-RELEASE (Indications): Clean up and update checklists for
1230 Emacs and Elisp manuals.
1231
1232 2004-09-11 Kim F. Storm <storm@cua.dk>
1233
1234 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
1235 (Documentation): Add NEWS entry.
1236 Add section lists for proof-reading Emacs and Lisp manuals.
1237
1238 2004-08-29 Kim F. Storm <storm@cua.dk>
1239
1240 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1241
1242 2004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1243
1244 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1245 (now behaves as well as other ports).
1246
1247 2004-06-28 Jan Djärv <jan.h.d@swipnet.se>
1248
1249 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
1250
1251 2004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
1252
1253 * FOR-RELEASE: Moved here from the etc directory.
1254
1255 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1256
1257 * notes/BRANCH: New file, to be maintained per CVS branch.
1258
1259 2003-10-01 Miles Bader <miles@gnu.org>
1260
1261 * quick-install-emacs: Don't use "function" keyword when defining
1262 shell functions.
1263
1264 2003-09-29 Lute Kamstra <lute@gnu.org>
1265
1266 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1267
1268 2003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1269
1270 * quick-install-emacs: Remove fns-* pruning, since that file no
1271 longer seems to be generated.
1272 (AVOID): Quote literal periods. Quote braces in a way acceptable
1273 to all parties (gawk gets bitchy about using `\').
1274
1275 2003-08-19 Miles Bader <miles@gnu.org>
1276
1277 * quick-install-emacs: Add arch-specific ignored files to
1278 quick-install-emacs. Use quoting for periods that's acceptable
1279 to recent versions of gawk.
1280
1281 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
1282
1283 * cus-test.el: Remove obsolete workaround.
1284
1285 2003-04-22 Andrew Innes <andrewi@gnu.org>
1286
1287 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1288 emacs.exe before zipping, and including batch file to recreate
1289 after unpacking.
1290
1291 * nt/stitch.bat: New file.
1292
1293 * nt/README-ftp-server: Update wording and version number etc.
1294 Add extra instructions for installing multi-file .zip
1295 distribution.
1296
1297 * nt/README.W32: Remove personal email address and update wording.
1298
1299 * nt/README-UNDUMP.W32: Remove personal email address and update
1300 wording.
1301
1302 2003-02-10 Francesco Potortì <pot@gnu.org>
1303
1304 * make-changelog-diff: New script, code stolen from make-announcement.
1305
1306 * make-announcement: Use make-changelog-diff.
1307
1308 2003-01-20 Francesco Potortì <pot@gnu.org>
1309
1310 * make-tarball.txt: Step-by-step instructions for making a tarball.
1311
1312 * make-announcement: A script for creating pretest announcements.
1313
1314 2003-01-17 Francesco Potortì <pot@gnu.org>
1315
1316 * admin.el (add-release-logs): Expand the directory name before
1317 calling find(1).
1318 (add-release-logs): Use the same methods as add-log.el for writing
1319 the date and the user's name and address.
1320
1321 2003-01-07 Miles Bader <miles@gnu.org>
1322
1323 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1324 command output from non-C locales.
1325
1326 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
1327
1328 * cus-test.el: Extended and reorganized. There are now 4 tests
1329 which can be run in batch mode. See the Commentary section.
1330
1331 2002-10-08 Markus Rost <rost@math.ohio-state.edu>
1332
1333 * cus-test.el: New file.
1334
1335 2002-05-27 Miles Bader <miles@gnu.org>
1336
1337 * quick-install-emacs (VERSION): Calculate using the same method
1338 that configure.in uses.
1339
1340 2002-04-26 Pavel Janík <Pavel@Janik.cz>
1341
1342 * emacs-pretesters: New file with information for Emacs
1343 pretesters.
1344
1345 2002-03-22 Paul Eggert <eggert@twinsun.com>
1346
1347 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1348 POSIX 1003.1-2001 disallows both usages.
1349
1350 2002-02-11 Andrew Innes <andrewi@gnu.org>
1351
1352 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1353
1354 2002-01-24 Andrew Innes <andrewi@gnu.org>
1355
1356 * nt/README.W32: Remove unnecessary version number and date
1357 references.
1358
1359 * nt/README-UNDUMP.W32: Ditto.
1360
1361 2001-12-06 Gerd Moellmann <gerd@gnu.org>
1362
1363 * make-emacs: Add --trace-move.
1364
1365 2001-10-23 Andrew Innes <andrewi@gnu.org>
1366
1367 * nt/makedist.bat: Remove remaining obsolete reference to
1368 GETTING.GNU.SOFTWARE.
1369
1370 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1371
1372 * admin.el (set-version): Use `s' interactive spec for
1373 version number.
1374
1375 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1376
1377 * (Version 21.1 released.)
1378
1379 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1380
1381 * admin.el (add-release-logs): Put the log entry in lispref, too.
1382
1383 2001-10-20 Miles Bader <miles@gnu.org>
1384
1385 * quick-install-emacs: Exit if we can't find some variable.
1386 (AVOID): Add .orig & .rej files.
1387 (get_config_var): Be more liberal about format of config.status
1388 sed commands.
1389
1390 2001-10-19 Gerd Moellmann <gerd@gnu.org>
1391
1392 * admin.el: New file.
1393
1394 * build-configs: Add --help option. Add support for building
1395 in arbitrary source trees.
1396
1397 2001-10-17 Gerd Moellmann <gerd@gnu.org>
1398
1399 * alloc-colors.c: New file.
1400
1401 2001-10-13 Gerd Moellmann <gerd@gnu.org>
1402
1403 * make-emacs: Add --boot switch for bootstrapping. Logs to
1404 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1405
1406 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1407
1408 * Branch for 21.1.
1409
1410 2001-09-04 Andrew Innes <andrewi@gnu.org>
1411
1412 * admin/nt/makedist.bat: Remove reference to obsolete file
1413 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1414 version of tar used.
1415
1416 ;; Local Variables:
1417 ;; coding: utf-8
1418 ;; End:
1419
1420 Copyright (C) 2001-2012 Free Software Foundation, Inc.
1421
1422 This file is part of GNU Emacs.
1423
1424 GNU Emacs is free software: you can redistribute it and/or modify
1425 it under the terms of the GNU General Public License as published by
1426 the Free Software Foundation, either version 3 of the License, or
1427 (at your option) any later version.
1428
1429 GNU Emacs is distributed in the hope that it will be useful,
1430 but WITHOUT ANY WARRANTY; without even the implied warranty of
1431 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1432 GNU General Public License for more details.
1433
1434 You should have received a copy of the GNU General Public License
1435 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.