]> code.delx.au - gnu-emacs/blob - admin/ChangeLog
Merge from mainline.
[gnu-emacs] / admin / ChangeLog
1 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
2
3 Remove no-longer needed getloadavg symbols.
4 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
5 (LDAV_SYMBOL): Remove.
6
7 2011-02-05 Glenn Morris <rgm@gnu.org>
8
9 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
10 (bzrmerge-apply): Use it.
11 (bzrmerge): Kill any old warning buffer first.
12
13 2011-02-03 Glenn Morris <rgm@gnu.org>
14
15 * bzrmerge.el (bzrmerge-buffer): New constant.
16 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
17 (bzrmerge-missing): If nothing to do, return nil not (nil).
18 (bzrmerge-apply): Remove odd character from message.
19 (bzrmerge): Give status messages.
20
21 2011-01-31 Eli Zaretskii <eliz@gnu.org>
22
23 * admin.el (set-version): Remove lib-src/makefile.w32-in.
24 Add nt/config.nt.
25
26 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
27
28 src/emacs.c now gets version number from configure.in
29 * admin.el (set-version): Don't update src/emacs.c.
30 * quick-install-emacs (VERSION): Get it from configure.in, not from
31 src/emacs.c.
32
33 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
34
35 strftime: import from gnulib
36 * notes/copyright: strftime.c moved from src to lib.
37
38 2011-01-25 Glenn Morris <rgm@gnu.org>
39
40 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
41 (bzrmerge-missing): Use it.
42
43 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
44
45 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
46 rather than doing rm and autoconf by hand. See
47 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
48
49 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
50
51 * notes/bzr (Installing changes from gnulib): New section.
52 Need for this suggested by Stefan Monnier.
53
54 2011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
57 an inconsistent state.
58
59 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
60
61 Update copyright notes to match recent gnulib-related changes.
62 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
63 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
64 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
65 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
66 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
67 subsumed by m4/*.m4 rule). config.guess, config.sub, and
68 doc/man/texinfo.tex are now copied in from gnulib.
69
70 2011-01-15 Glenn Morris <rgm@gnu.org>
71
72 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
73
74 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
75 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
76
77 2011-01-14 Glenn Morris <rgm@gnu.org>
78
79 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
80
81 2011-01-14 Glenn Morris <rgm@gnu.org>
82
83 * bzrmerge.el: Require cl when compiling.
84 (bzrmerge-merges): Doc fix.
85
86 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
87
88 * notes/copyright: There's only one install-sh, not two, so fix a
89 typo claiming that there's two. Add move-if-change to the list of
90 GPL files imported from gnulib.
91
92 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
93
94 * notes/copyright: Report status more accurately for non-GPL files.
95 Report copyright status more accurately for mkinstalldirs,
96 configure, m4/getopt.m4, and msdos/sed*.inp.
97
98 2011-01-02 Eli Zaretskii <eliz@gnu.org>
99
100 * nt/README.W32: Update the information about PNG support libraries.
101 (Bug#7716)
102
103 2010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * bzrmerge.el: New file to help merge branches while skipping
106 some revisions (e.g. from emacs-23 to trunk).
107
108 2010-12-03 Andreas Schwab <schwab@linux-m68k.org>
109
110 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
111
112 2010-10-12 Glenn Morris <rgm@gnu.org>
113
114 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
115
116 2010-10-09 Glenn Morris <rgm@gnu.org>
117
118 * admin.el (set-version): Add doc/emacs/emacsver.texi.
119
120 2010-10-09 Glenn Morris <rgm@gnu.org>
121
122 * admin.el (set-version): No need to act on doc/ files any more.
123
124 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
125
126 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
127
128 * unidata/BidiMirroring.txt: Update from
129 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
130
131 * unidata/UnicodeData.txt: Update from
132 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
133
134 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
135
136 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
137
138 2010-08-05 Eli Zaretskii <eliz@gnu.org>
139
140 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
141
142 2010-07-24 Christoph Scholtes <cschol2112@gmail.com>
143
144 * admin.el: Write version number to nt/makefile.w32-in.
145 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
146 in the nt/ directory.
147 * nt/README.W32: Relocate to nt/ directory.
148
149 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
150
151 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
152
153 2010-07-08 Eli Zaretskii <eliz@gnu.org>
154
155 * MAINTAINERS: Update my responsibilities.
156
157 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
158
159 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
160 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
161 Remove.
162
163 2010-06-12 Eli Zaretskii <eliz@gnu.org>
164
165 * unidata/bidimirror.awk: New file.
166
167 * unidata/BidiMirroring.txt: New file from
168 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
169
170 * unidata/Makefile.in: (../../src/bidimirror.h): New target.
171 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
172
173 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
174 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
175
176 * unidata/biditype.awk: New file.
177
178 * unidata/Makefile.in (../../src/biditype.h): New target.
179
180 * unidata/makefile.w32-in (../../src/biditype.h): New target.
181
182 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
183
184 * unidata/UnicodeData.txt: Update from
185 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
186
187 2010-05-27 Glenn Morris <rgm@gnu.org>
188
189 * quick-install-emacs (AVOID): No more Makefile.c files.
190
191 * notes/cpp: Remove file.
192
193 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
194
195 * admin.el (set-version, set-copyright): Update emacs.c instead of
196 version.el.
197
198 * make-tarball.txt: Update filename list in step 6.
199
200 * quick-install-emacs: Scan emacs.c instead of version.el for
201 version string.
202
203 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
204
205 * Version 23.2 released.
206
207 2010-04-01 Eli Zaretskii <eliz@gnu.org>
208
209 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
210
211 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
212
213 * Branch for 23.2.
214
215 2010-03-10 Miles Bader <miles@gnu.org>
216
217 * quick-install-emacs: Use more portable shell syntax.
218
219 * quick-install-emacs: (AVOID): Be more picky about files we avoid
220 installing.
221
222 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
223
224 * quick-install-emacs (PRUNED): Fix typo in message.
225
226 2010-01-20 Glenn Morris <rgm@gnu.org>
227
228 * revdiff: Remove file that only works with CVS, and isn't really
229 needed with Bazaar (given the in-built revision options of bzr diff).
230
231 2010-01-12 Glenn Morris <rgm@gnu.org>
232
233 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
234 than emacs-pretest-bug for bug reports for development versions.
235
236 2009-11-06 Kenichi Handa <handa@m17n.org>
237
238 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
239 that the block data and the following per-char data fall into the
240 same char-table leaf.
241
242 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
243
244 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
245
246 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
247
248 * unidata/.gitignore: New file.
249
250 2009-08-22 Eli Zaretskii <eliz@gnu.org>
251
252 * notes/bugtracker: How to reassign a bug to a list of packages.
253
254 * notes/newfile: Details of how to check for problems with DOS 8+3
255 file-name restrictions.
256
257 2009-08-18 Glenn Morris <rgm@gnu.org>
258
259 * notes/newfile: New file.
260
261 2009-07-11 Eli Zaretskii <eliz@gnu.org>
262
263 * make-tarball.txt: Add a note about bumping the value of
264 customize-changed-options-previous-release.
265
266 2009-06-24 Kenichi Handa <handa@m17n.org>
267
268 * charsets/mapconv: For the UNICODE format files, do reverse sort
269 and don't compact the map. This is to prefer the first one in the
270 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
271
272 2009-06-12 Kenichi Handa <handa@m17n.org>
273
274 * charsets/Makefile (JISX213A.map): Make it depend on
275 mapfiles/JISX213A.map.gz.
276 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
277
278 * charsets/mapfiles/JISX213A.map.gz: New file.
279
280 * charsets/mapfiles/README: Describe JISX213A.map.gz.
281
282 2009-06-12 Kenichi Handa <handa@m17n.org>
283
284 * charsets/mapfiles/*: New files.
285
286 * charsets/mule-charsets.el: Mostly re-written to generate all
287 MULE-*.map files.
288
289 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
290 files.
291
292 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
293 EUC-JP-MS.
294
295 * charsets/cp51932.awk (END): Print arch-tag at the tail.
296
297 * charsets/Makefile: Maps depend on files under mapfiles or
298 ${GLIBC_CHARMAPS}.
299
300 2009-04-21 Kenichi Handa <handa@m17n.org>
301
302 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
303 change.
304
305 2009-04-17 Kenichi Handa <handa@m17n.org>
306
307 * unidata/unidata-gen.el (unidata-get-decomposition): Adjust
308 Hangle decomposition rule to Unicode.
309
310 2009-04-09 Kenichi Handa <handa@m17n.org>
311
312 * unidata/unidata-gen.el (unidata-describe-decomposition): Return
313 a string with a composition property to disable combining
314 characters being composed.
315
316 2009-03-11 Miles Bader <miles@gnu.org>
317
318 * quick-install-emacs: Be more clever about locating info directory.
319
320 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
321
322 * nt/README.W32: Fix typos.
323
324 2009-02-23 Jason Rumney <jasonr@gnu.org>
325
326 * nt/README-ftp-server: Update for 23.0.91
327
328 * nt/README.W32: Remove ever expanding versions of Windows.
329 Shorten FAQ URL. Remove mention of obsolete lock directory.
330 Windows distribution now bin and barebin only. Add note about
331 SVG support. Remove old tar and gzip problem workarounds.
332 Use new (22.x) -Q option. Report all bugs through bug tracker.
333
334 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
335 undumped distribution no longer exists.
336
337 2009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
338
339 * nt/README.W32: Fix typo. (Bug#2207)
340
341 2009-02-01 Chong Yidong <cyd@stupidchicken.com>
342
343 * admin.el (set-version): Remove deleted file ns-emacs.texi.
344
345 2008-12-02 Kenichi Handa <handa@m17n.org>
346
347 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
348 `decomposition' property adjusted.
349 (unidata-split-decomposition): Don't include surrounding "<" and
350 ">" in a symbol name.
351
352 2008-12-01 Kenichi Handa <handa@m17n.org>
353
354 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
355 property generator to unidata-gen-table-numeric. Docstring adjusted.
356 (unidata-get-numeric, unidata-put-numeric)
357 (unidata-gen-table-numeric): New functions.
358 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
359
360 2008-11-29 Eli Zaretskii <eliz@gnu.org>
361
362 * notes/documentation: Add notes about Antinews.
363
364 2008-10-23 Glenn Morris <rgm@gnu.org>
365
366 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
367 Add/tweak some nextstep/ entries.
368
369 2008-09-19 Kenichi Handa <handa@m17n.org>
370
371 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
372 positions.
373
374 2008-08-23 Eli Zaretskii <eliz@gnu.org>
375
376 * CPP-DEFINES: Add USER_FULL_NAME.
377
378 2008-08-16 Jason Rumney <jasonr@gnu.org>
379
380 * admin.el (set-version): Set version in nt/emacsclient.rc.
381
382 2008-08-06 Juanma Barranquero <lekktu@gmail.com>
383
384 * nt/dump.bat: Fix mixed EOLs.
385
386 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
387
388 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
389
390 2008-08-02 Eli Zaretskii <eliz@gnu.org>
391
392 * CPP-DEFINES: Add defines for accessing system processes.
393
394 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
395
396 * make-tarball.txt:
397 * admin.el:
398 * FOR-RELEASE:
399 * CPP-DEFINES: Remove mentions of Mac Carbon.
400
401 2008-07-16 Glenn Morris <rgm@gnu.org>
402
403 * admin.el (set-version, set-copyright): Add nextstep/ files.
404
405 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
406
407 * CPP-DEFINES: Add NS port related defines.
408
409 2008-06-16 Glenn Morris <rgm@gnu.org>
410
411 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
412 doc/lispref/book-spine.texinfo.
413
414 2008-06-15 Glenn Morris <rgm@gnu.org>
415
416 * admin.el (set-version): Add doc/misc/faq.texi.
417
418 2008-05-22 Juanma Barranquero <lekktu@gmail.com>
419
420 * FOR-RELEASE: Remove Windows problem about the XPM image library
421 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
422
423 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
424
425 * unidata/UnicodeData.txt: Update to Unicode 5.1.
426
427 2008-04-14 Juanma Barranquero <lekktu@gmail.com>
428
429 * unidata/unidata-gen.el (unidata-prop-alist):
430 Fix typo in description of `numeric-value'.
431 (unidata-put-character): Fix typo in error message.
432
433 2008-02-21 Glenn Morris <rgm@gnu.org>
434
435 * notes/unicode, notes/font-backend: New files, split off from
436 README.unicode.
437
438 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
439
440 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
441 being used in latin1-disp.el. Remove the problem of
442 cp-supported-codepages. Remove the problem of lost changelog for
443 ps-prin1.ps.
444
445 2008-02-16 Eli Zaretskii <eliz@gnu.org>
446
447 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
448 non-portable in this context.
449
450 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
451 non-portable in this context.
452
453 2008-02-09 Eli Zaretskii <eliz@gnu.org>
454
455 * unidata/makefile.w32-in (lisp): New variable.
456 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
457 lisp/emacs-lisp.
458
459 2008-02-04 Jason Rumney <jasonr@gnu.org>
460
461 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
462
463 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
464
465 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
466
467 2008-02-02 Eli Zaretskii <eliz@gnu.org>
468
469 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
470
471 * unidata/Makefile.in: Rename from Makefile.
472
473 * unidata/makefile.w32-in: New file.
474
475 2008-02-02 Jason Rumney <jasonr@gnu.org>
476
477 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
478
479 2008-02-01 Kenichi Handa <handa@m17n.org>
480
481 * unidata/copyright.html: New file.
482
483 2008-02-01 Kenichi Handa <handa@m17n.org>
484
485 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
486 decomposition, if T is the same as TBase, don't include it in the
487 returned list.
488
489 2008-02-01 Kenichi Handa <handa@m17n.org>
490
491 * unidata/unidata-gen.el (unidata-text-file): Delete it.
492 (unidata-list): Initialize to nil.
493 (unidata-setup-list): New function.
494 (unidata-gen-files): New optional arg unidata-text-file.
495 If it's nil, set unidata-text-file to the left command line arg.
496 Call unidate-setup-list at first.
497
498 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
499 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
500
501 2008-02-01 Kenichi Handa <handa@m17n.org>
502
503 * unidata/unidata-gen.el: Fix comment typo.
504 Change string-to-int to string-to-number.
505 (unidata-text-file): Define to .../unidata.txt.
506 (unidata-list): Just insert unidata-text-file.
507 (unidata-get-decomposition): Handle Hangul decomposition.
508 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
509
510 * unidata/Makefile (unidata.txt): New target.
511 (charprop.el): Depends on unidata.txt.
512 (clean): Remove unidata.txt.
513
514 2008-02-01 Kenichi Handa <handa@m17n.org>
515
516 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
517 (unidata-get-name): Handle U+110B.
518
519 2008-02-01 Kenichi Handa <handa@m17n.org>
520
521 Sub-directory `unidata' is for codes to generate charprop.el and
522 many other uni-*.el files from `UnicodeData.txt'.
523
524 * Unidata/README: New file.
525
526 * unidata/Makefile: New file.
527
528 * unidata/unidata-gen.el: New file.
529
530 * unidata/UnicodeData.txt: New file. Copied from
531 http://www.unicode.org on 2006-05-23.
532
533 * unidata/.cvsignore: New file.
534
535 2008-02-01 Kenichi Handa <handa@m17n.org>
536
537 * charsets/.cvsignore: New file.
538
539 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
540
541 * charsets/Makefile (all): Rename target from charsets.
542 Depend on ${TRANS_TABLE}.
543 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
544 Generate from cns2ucsdkw.txt.
545 (install): Copy updated files only.
546
547 2008-02-02 Kenichi Handa <handa@m17n.org>
548
549 * charsets/cp932.awk: Append user-defined area of CP932.
550
551 2008-02-02 Kenichi Handa <handa@m17n.org>
552
553 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
554 0x2299 to 0x29BF.
555
556 2008-02-01 Kenichi Handa <handa@m17n.org>
557
558 * charsets/Makefile (TRANS_TABLE): New macro.
559 (JISX0208.map): Convert 0x2015 to 0x2014.
560 (cp51932.el): New target.
561 (eucjp-ms.el): New target.
562 (install): Include ${TRANS_TABLE}.
563 (CJK): Include JISX213A.map.
564 (JISX213A.map): New target.
565
566 * charsets/eucjp-ms.awk: New file.
567
568 * charsets/cp51932.awk: New file.
569
570 2008-02-01 Kenichi Handa <handa@m17n.org>
571
572 * charsets/cp932.awk: New file.
573
574 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
575
576 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
577 running an awk program.
578
579 2008-02-01 Kenichi Handa <handa@m17n.org>
580
581 * charsets/mapconv: Handle UNICODE2.
582
583 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
584 (CP932-2BYTE.map): New target.
585
586 2008-02-01 Kenichi Handa <handa@m17n.org>
587
588 * charsets: New directory for scripts to generate charset map
589 files in ../etc/charsets/.
590
591 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
592 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
593 * charsets/kuten.awk: New files.
594
595 2008-01-08 Glenn Morris <rgm@gnu.org>
596
597 * admin.el (set-version): Add doc/man/emacs.1.
598
599 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
600
601 * notes/copyright:
602 * MAINTAINERS: Remove references to files that have been removed.
603
604 2008-01-04 Glenn Morris <rgm@gnu.org>
605
606 * admin.el (set-copyright): Add lib-src/ebrowse.c.
607
608 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * CPP-DEFINES: New file.
611
612 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
613
614 * FOR-RELEASE: Remove "window-system in face definition" [of
615 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
616 on gnus-dired.el.
617
618 2007-12-05 Glenn Morris <rgm@gnu.org>
619
620 * admin.el (set-version): Handle configure.in. Adapt for doc/
621 directory layout for manuals.
622
623 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
624
625 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
626 been fixed in Gnus CVS but have not yet been synched to Emacs.
627
628 2007-11-17 Glenn Morris <rgm@gnu.org>
629
630 * admin.el (process-lines): Move to ../lisp/subr.el.
631
632 2007-10-23 Glenn Morris <rgm@gnu.org>
633
634 * MAINTAINERS: Move here from ../.
635
636 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
637
638 * make-emacs: Doc fix.
639
640 2007-08-28 Glenn Morris <rgm@gnu.org>
641
642 * admin.el: Provide self.
643
644 2007-08-10 Jan Djärv <jan.h.d@swipnet.se>
645
646 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
647
648 2007-07-25 Glenn Morris <rgm@gnu.org>
649
650 * Relicense all FSF files to GPLv3 or later.
651
652 2007-06-07 Glenn Morris <rgm@gnu.org>
653
654 * admin.el (set-copyright): New function.
655
656 2007-04-25 Nick Roberts <nickrob@snap.net.nz>
657
658 * make-tarball.txt: Add note about cutting the branch.
659
660 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
661
662 * Version 22.1 released.
663
664 2007-02-03 Eli Zaretskii <eliz@gnu.org>
665
666 * nt/makedist.bat: Change EOL format to DOS. Don't use
667 redirection characters in REM lines.
668
669 2007-01-27 Jan Djärv <jan.h.d@swipnet.se>
670
671 * FOR-RELEASE: Removed Gtk/Xft issue.
672
673 2007-01-01 Miles Bader <miles@gnu.org>
674
675 * quick-install-emacs (get_config_var): Deal with weird magic
676 string inserted by recent versions of autoconf.
677
678 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
679
680 * admin.el (set-version): Set version number in
681 lib-src/makefile.w32-in.
682
683 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
684
685 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
686 due to a local miss-configuration.
687
688 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
689
690 * make-announcement (OLD): Remove LEIM references in announcement
691 since it is now built-in.
692
693 2006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
694
695 * admin.el (set-version): Set version numbers in "mac" subdirectory.
696
697 2006-10-03 Kenichi Handa <handa@m17n.org>
698
699 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
700
701 2006-08-13 Chong Yidong <cyd@stupidchicken.com>
702
703 * FOR-RELEASE: Elisp manual checking completed.
704
705 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
706
707 * FOR-RELEASE: Update refcard section.
708
709 2006-07-14 Kim F. Storm <storm@cua.dk>
710
711 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
712
713 2006-07-09 Kim F. Storm <storm@cua.dk>
714
715 * README: Use outline format. Add FOR-RELEASE.
716
717 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
718
719 * FOR-RELEASE: Checking of info.texi done.
720
721 2006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
722
723 * FOR-RELEASE: Update refcard section.
724
725 2006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
726
727 * FOR-RELEASE: Update refcard section.
728
729 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
730
731 * FOR-RELEASE: Key sequence elisp node done.
732
733 2006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
734
735 * FOR-RELEASE: Update refcard translations. Add coding cookie.
736
737 2006-05-21 Chong Yidong <cyd@mit.edu>
738
739 * FOR-RELEASE: point-entered /point-left bug fixed.
740
741 2006-05-12 Eli Zaretskii <eliz@gnu.org>
742
743 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
744 entry.
745
746 2006-05-06 Bill Wohler <wohler@newt.com>
747
748 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
749 about it.
750
751 2006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
752
753 * ./* (Copyright): Updated Copyright year(s).
754
755 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
756
757 * FOR-RELEASE (BUGS): Add URLs/MIDs.
758
759 2006-02-20 Kim F. Storm <storm@cua.dk>
760
761 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
762 Rework how fringe bitmaps are defined and used.
763 Currently, bitmap usage and bitmap appearence are "mixed-up" in a
764 one-level representation. It would be cleaner to split the
765 representation into a two-level model where first level maps
766 bitmap usage to a bitmap name, and second level maps bitmap name to
767 a bitmap appearence.
768
769 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
770
771 * FOR-RELEASE: String allocation bugs fixed.
772
773 2005-12-13 Bill Wohler <wohler@newt.com>
774
775 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
776
777 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
778
779 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
780 completing-read-multiple, mail-extract-address-components,
781 mail-mode, quail-define-package, save-buffer and
782 ucs-set-table-for-input from doc strings item (Done).
783
784 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
785
786 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
787
788 2005-11-11 Kim F. Storm <storm@cua.dk>
789
790 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
791 when displaying a non-breaking space in an overlay string.
792
793 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
794
795 * FOR-RELEASE: Init file change implemented.
796
797 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
798
799 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
800
801 2005-10-19 Chong Yidong <cyd@stupidchicken.com>
802
803 * FOR-RELEASE (New features): max-image-size implemented.
804 (Bugs): split-window done, by Kim F. Storm.
805
806 2005-10-17 Bill Wohler <wohler@newt.com>
807
808 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
809 since it's gone. Also marked mh-e as done.
810
811 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
812
813 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
814 libraries on Windows (Done).
815
816 2005-10-01 Jason Rumney <jasonr@gnu.org>
817
818 * admin.el (set-version): Set version numbers in nt/emacs.rc.
819
820 2005-08-31 Romain Francoise <romain@orebokech.com>
821
822 * FOR-RELEASE (New features): Remove vhdl-mode.el update
823 item (Done).
824
825 2005-08-27 Romain Francoise <romain@orebokech.com>
826
827 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
828
829 2005-07-04 Lute Kamstra <lute@gnu.org>
830
831 Update FSF's address in GPL notices.
832
833 2005-06-10 Lute Kamstra <lute@gnu.org>
834
835 * admin.el (set-version): Set version in lisp manual too.
836 * make-tarball.txt: Commit lispref/elisp.texi too.
837
838 2005-06-04 Richard M. Stallman <rms@gnu.org>
839
840 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
841 Other cleanups.
842
843 2005-04-19 Lute Kamstra <lute@gnu.org>
844
845 * make-tarball.txt: Don't commit lisp/loaddefs.el.
846
847 2005-04-14 Lute Kamstra <lute@gnu.org>
848
849 * nt/makedist.bat (elfiles): Update.
850
851 * admin.el (add-release-logs): Fix require call.
852
853 2005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
854
855 * FOR-RELEASE (Documentation): Added check the Emacs Tutorial.
856 The first line of every tutorial must begin with a sentence saying
857 "Emacs Tutorial" in the respective language. This should be
858 followed by "See end for copying conditions", likewise in the
859 respective language.
860
861 2005-03-29 Luc Teirlinck <teirllm@auburn.edu>
862
863 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
864 Add `undo-ask-before-discard' to it.
865
866 2005-03-02 Miles Bader <miles@gnu.org>
867
868 * quick-install-emacs: Only use the mkdir --verbose option if the
869 script's --verbose option was specified (this avoids problems with
870 default usage on systems where mkdir doesn't support that option).
871
872 2005-02-15 Jason Rumney <jasonr@gnu.org>
873
874 * nt/makedist.bat: Do not rely on non-standard behavior of
875 tar --exclude.
876
877 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
878
879 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
880
881 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
882
883 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
884 Elisp manuals.
885
886 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
887
888 * FOR-RELEASE (Indications): Clean up and update checklists for
889 Emacs and Elisp manuals.
890
891 2004-09-11 Kim F. Storm <storm@cua.dk>
892
893 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
894 (Documentation): Add NEWS entry.
895 Add section lists for proof-reading Emacs and Lisp manuals.
896
897 2004-08-29 Kim F. Storm <storm@cua.dk>
898
899 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
900
901 2004-08-28 Jan Djärv <jan.h.d@swipnet.se>
902
903 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
904 (now behaves as well as other ports).
905
906 2004-06-28 Jan Djärv <jan.h.d@swipnet.se>
907
908 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
909
910 2004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
911
912 * FOR-RELEASE: Moved here from the etc directory.
913
914 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
915
916 * notes/BRANCH: New file, to be maintained per CVS branch.
917
918 2003-10-01 Miles Bader <miles@gnu.org>
919
920 * quick-install-emacs: Don't use "function" keyword when defining
921 shell functions.
922
923 2003-09-29 Lute Kamstra <lute@gnu.org>
924
925 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
926
927 2003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
928
929 * quick-install-emacs: Remove fns-* pruning, since that file no
930 longer seems to be generated.
931 (AVOID): Quote literal periods. Quote braces in a way acceptable
932 to all parties (gawk gets bitchy about using `\').
933
934 2003-08-19 Miles Bader <miles@gnu.org>
935
936 * quick-install-emacs: Add arch-specific ignored files to
937 quick-install-emacs. Use quoting for periods that's acceptable
938 to recent versions of gawk.
939
940 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
941
942 * cus-test.el: Remove obsolete workaround.
943
944 2003-04-22 Andrew Innes <andrewi@gnu.org>
945
946 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
947 emacs.exe before zipping, and including batch file to recreate
948 after unpacking.
949
950 * nt/stitch.bat: New file.
951
952 * nt/README-ftp-server: Update wording and version number etc.
953 Add extra instructions for installing multi-file .zip
954 distribution.
955
956 * nt/README.W32: Remove personal email address and update wording.
957
958 * nt/README-UNDUMP.W32: Remove personal email address and update
959 wording.
960
961 2003-02-10 Francesco Potortì <pot@gnu.org>
962
963 * make-changelog-diff: New script, code stolen from make-announcement.
964
965 * make-announcement: Use make-changelog-diff.
966
967 2003-01-20 Francesco Potortì <pot@gnu.org>
968
969 * make-tarball.txt: Step-by-step instructions for making a tarball.
970
971 * make-announcement: A script for creating pretest announcements.
972
973 2003-01-17 Francesco Potortì <pot@gnu.org>
974
975 * admin.el (add-release-logs): Expand the directory name before
976 calling find(1).
977 (add-release-logs): Use the same methods as add-log.el for writing
978 the date and the user's name and address.
979
980 2003-01-07 Miles Bader <miles@gnu.org>
981
982 * quick-install-emacs: Unset LANG etc. to avoid non-standard
983 command output from non-C locales.
984
985 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
986
987 * cus-test.el: Extended and reorganized. There are now 4 tests
988 which can be run in batch mode. See the Commentary section.
989
990 2002-10-08 Markus Rost <rost@math.ohio-state.edu>
991
992 * cus-test.el: New file.
993
994 2002-05-27 Miles Bader <miles@gnu.org>
995
996 * quick-install-emacs (VERSION): Calculate using the same method
997 that configure.in uses.
998
999 2002-04-26 Pavel Janík <Pavel@Janik.cz>
1000
1001 * emacs-pretesters: New file with information for Emacs
1002 pretesters.
1003
1004 2002-03-22 Paul Eggert <eggert@twinsun.com>
1005
1006 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1007 POSIX 1003.1-2001 disallows both usages.
1008
1009 2002-02-11 Andrew Innes <andrewi@gnu.org>
1010
1011 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1012
1013 2002-01-24 Andrew Innes <andrewi@gnu.org>
1014
1015 * nt/README.W32: Remove unnecessary version number and date
1016 references.
1017
1018 * nt/README-UNDUMP.W32: Ditto.
1019
1020 2001-12-06 Gerd Moellmann <gerd@gnu.org>
1021
1022 * make-emacs: Add --trace-move.
1023
1024 2001-10-23 Andrew Innes <andrewi@gnu.org>
1025
1026 * nt/makedist.bat: Remove remaining obsolete reference to
1027 GETTING.GNU.SOFTWARE.
1028
1029 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1030
1031 * admin.el (set-version): Use `s' interactive spec for
1032 version number.
1033
1034 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1035
1036 * (Version 21.1 released.)
1037
1038 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1039
1040 * admin.el (add-release-logs): Put the log entry in lispref, too.
1041
1042 2001-10-20 Miles Bader <miles@gnu.org>
1043
1044 * quick-install-emacs: Exit if we can't find some variable.
1045 (AVOID): Add .orig & .rej files.
1046 (get_config_var): Be more liberal about format of config.status
1047 sed commands.
1048
1049 2001-10-19 Gerd Moellmann <gerd@gnu.org>
1050
1051 * admin.el: New file.
1052
1053 * build-configs: Add --help option. Add support for building
1054 in arbitrary source trees.
1055
1056 2001-10-17 Gerd Moellmann <gerd@gnu.org>
1057
1058 * alloc-colors.c: New file.
1059
1060 2001-10-13 Gerd Moellmann <gerd@gnu.org>
1061
1062 * make-emacs: Add --boot switch for bootstrapping. Logs to
1063 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1064
1065 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1066
1067 * Branch for 21.1.
1068
1069 2001-09-04 Andrew Innes <andrewi@gnu.org>
1070
1071 * admin/nt/makedist.bat: Remove reference to obsolete file
1072 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1073 version of tar used.
1074
1075 ;; Local Variables:
1076 ;; coding: utf-8
1077 ;; End:
1078
1079 Copyright (C) 2001-2011 Free Software Foundation, Inc.
1080
1081 This file is part of GNU Emacs.
1082
1083 GNU Emacs is free software: you can redistribute it and/or modify
1084 it under the terms of the GNU General Public License as published by
1085 the Free Software Foundation, either version 3 of the License, or
1086 (at your option) any later version.
1087
1088 GNU Emacs is distributed in the hope that it will be useful,
1089 but WITHOUT ANY WARRANTY; without even the implied warranty of
1090 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1091 GNU General Public License for more details.
1092
1093 You should have received a copy of the GNU General Public License
1094 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.