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