Fix openssl support
[sxemacs] / ChangeLog.d / ChangeLog-22.1.1
1 # do not edit -- automatically generated by arch changelog
2 # non-id: automatic-ChangeLog--steve@sxemacs.org--2005/sxemacs--main--22.1.1
3 #
4
5 2005-01-31 02:41:22 GMT Steve Youngs <steve@sxemacs.org>        version-0
6
7     Summary:
8       SXEmacs 22.1.1 is released!
9     Revision:
10       sxemacs--main--22.1.1--version-0
11
12     * INSTALL: Add a prefix to the top of the file informing people to
13       disregard anything they see in that file about windoze.  Also direct
14       them to PROBLEMS for SXEmacs specific quirks.
15     
16     * PROBLEMS: Add some SXEmacs specific things to the top of the file.
17       Mention symlinking ~/.sxemacs to ~/.xemacs and $prefix/lib/sxemacs to
18       $prefix/lib/xemacs.  Also include the diffs for EFS and Dired to get
19       them working.
20     
21     * etc/NEWS: Add the major changes in this release.
22     
23
24     modified files:
25      INSTALL PROBLEMS etc/NEWS
26
27
28 2005-01-30 01:21:09 GMT Steve Youngs <steve@eicq.org>   patch-26
29
30     Summary:
31       Sync with XE 21.4 -- (movemail security fixes, texinfo updates)
32     Revision:
33       sxemacs--main--22.1.1--patch-26
34
35     More last minute sync'ing to XEmacs 21.4
36     
37     2005-01-29  Vin Shelton  <acs@xemacs.org>
38     
39         * lib-src/movemail.c (popmail): Security fixes.
40     
41     2004-10-17  Shyamal Prasad  <shyamal@member.fsf.org>
42     
43         * man/xemacs/programs.texi (Program Modes): Updated it to reflect
44         current status of programming modes.
45         * man/xemacs/programs.texi (CC Mode): New section introduces CC
46         Mode. Introduces customization with reference to CC Mode
47         manual. Also introduce C/AWK modes in prog-modes package
48         * man/xemacs/programs.texi (C Ident): Removed - it was
49         obsolete. prog-modes package documentation now contains
50         indentation description for old C mode 
51         * man/xemacs/major.texi (Mode Hooks): Add description of major mode
52         hooks. Cleaned up and updated programming mode descriptions.
53         * man/xemacs/xemacs.texi (Top): Updated Detailed Node listing for new
54         CC Mode section in programs.texi
55
56     modified files:
57      lib-src/movemail.c man/xemacs/major.texi
58      man/xemacs/programs.texi man/xemacs/xemacs.texi
59
60
61 2005-01-28 07:11:14 GMT Steve Youngs <steve@sxemacs.org>        patch-25
62
63     Summary:
64       Various XE 21.4 syncs
65     Revision:
66       sxemacs--main--22.1.1--patch-25
67
68     More sync'ing.
69     
70     2005-01-23  Vin Shelton  <acs@xemacs.org>
71     
72         * Makefile.in.in (finder): Force removal of lisp/finder-inf.el.
73     
74     2004-03-30  Zajcev Evgeny  <zevlg@yandex.ru>
75     
76         * src/window.c: Declare `allow_deletion_of_last_visible_frame' extern.
77         * src/window.c (window_loop): [fix] Take into account
78         `allow-deletion-of-last-visible-frame' variable.
79         * src/window.c (replace-buffer-in-windows): Ditto.
80     
81     2004-02-22  Stephen J. Turnbull  <stephen@xemacs.org>
82     
83         * console.c (function_key_map): Reference `key-binding'.
84     
85         * keymap.c (Vkey_translation_map): Improve docstring.
86
87     modified files:
88      Makefile.in.in src/console.c src/keymap.c src/window.c
89
90
91 2005-01-27 16:05:31 GMT Steve Youngs <steve@sxemacs.org>        patch-24
92
93     Summary:
94       Sync up with XEmacs 21.4
95     Revision:
96       sxemacs--main--22.1.1--patch-24
97
98     Sync up various things from XEmacs 21.4.
99     
100     2005-01-20  Malcolm Purvis  <malcolmp@xemacs.org>
101     
102         * src/event-gtk.c: Recognise AltGr as a valid modifier.
103     
104     
105     2005-01-19  Aidan Kehoe  <kehoea@parhasard.net>
106     
107         * man/lispref/functions.texi (Functions): Rename to "Functions and
108          Commands"
109         * man/lispref/functions.texi (What Is a Function): Move the definition
110         of a command further up the list, give information on a trivial
111         (interactive) declaration, and cross-reference to the key binding
112         detail. Cf. 87vf9wgd08.fsf@tleepslib.sk.tsukuba.ac.jp
113         (comp.emacs.xemacs, 2005-01-18). 
114         * man/lispref/eval.texi:
115             * man/lispref/lispref.texi:
116         * man/lispref/macros.texi:
117             * man/lispref/symbols.texi: 
118         * man/lispref/variables.texi: Fix cross references.
119     
120     2005-01-17  Adrian Aichner  <adrian@xemacs.org>
121     
122         * lisp/simple.el (shifted-motion-keys-select-region): Fix statement
123         about unshifted-motion-keys-deselect-region.
124     
125     2005-01-12  Ville Skyttä  <scop@xemacs.org>
126     
127         * src/console-x.h: #include X11/keysym.h before xintrinsic.h.
128     
129     2005-01-14  Stephen J. Turnbull  <stephen@xemacs.org>
130     
131         * tests/automated/mule-tests.el (file-system character conversion):
132         Improve Mac OS X compatibility.
133     
134     2005-01-13  Stephen J. Turnbull  <stephen@xemacs.org>
135     
136         Documentation, code clarification, and warning suppression.
137         
138         * src/regex.c (regex_compile):
139         Improve comments.
140         (re_match_2_internal):
141         Improve comments and avoid redundant braces.  [Most of the big hunk
142         at l. 4710 is indentation; use diff -w to see the real changes.]
143         (alt_match_null_string_p):
144         (common_op_match_null_string_p):
145         Avoid shadowing global on Mac OS X 10.4, at least.
146     
147     2005-01-13  Stephen J. Turnbull  <stephen@xemacs.org>
148     
149         Fix backreference bug caught by test suite.
150     
151         * src/regex.c (regex_compile):
152         Make backref duplicate internal register.
153     
154     2005-01-13  Stephen J. Turnbull  <stephen@xemacs.org>
155     
156         * tests/automated/regexp-tests.el:
157         Test trivial subpatterns and backreferences with shy groups.
158     
159     2004-11-21  Malcolm Purvis  <malcolmp@xemacs.org>
160     
161         * INSTALL: A POSIX compatible Make is no longer required for builds.
162         * Makefile.in.in (RECURSIVE_MAKE): Removed.
163         * Makefile.in.in (RECURSIVE_MAKE_ARGS): New.
164         * configure.in (RECURSIVE_MAKE): Removed.
165         * configure.in (RECURSIVE_MAKE_ARGS): New.
166         Always refer to make as $(MAKE) and use $(RECURSIVE_MAKE_ARGS) for
167         other parameters.  This allows -j to work in GNU Make while
168         removing need for POSIX compatible make on all systems.
169     
170     2004-11-21  Malcolm Purvis  <malcolmp@xemacs.org>
171     
172         * man/Makefile (RECURSIVE_MAKE): Removed.
173         * man/Makefile (RECURSIVE_MAKE_ARGS): New.  The new method for
174         handling parallel builds.
175     
176     2004-11-21  Malcolm Purvis  <malcolmp@xemacs.org>
177     
178         * src/Makefile.in.in: Always refer to make as $(MAKE) and use
179         $(RECURSIVE_MAKE_ARGS) for other parameters.  This allows -j to
180         work in GNU Make while removing need for POSIX compatible make on
181         all systems.
182     
183     2005-01-10  Vin Shelton  <acs@xemacs.org>
184     
185         * Makefile.in.in (RECURSIVE_MAKE_ARGS): Remove last few.
186     
187     2004-12-15  Ville Skyttä  <scop@xemacs.org>
188     
189         * lisp/bytecomp-runtime.el (make-obsolete): Add 3rd argument (no-op for
190         now) for GNU Emacs compatibility.
191         (make-obsolete-variable): Ditto.
192     
193     2004-12-15  Ville Skyttä  <scop@xemacs.org>
194     
195         * man/lispref/help.texi: Document 3rd arg to `make-obsolete'.
196     
197     2005-01-06  Zajcev Evgeny <zevlg@yandex.ru>
198     
199         * src/scrollbar.c (compute_scrollbar_instance_usage):
200         Only call device method compute_scrollbar_instance_usage() if it
201         is defined.
202     
203     
204
205     modified files:
206      Makefile.in.in configure.in lisp/bytecomp-runtime.el
207      lisp/simple.el man/Makefile man/lispref/eval.texi
208      man/lispref/functions.texi man/lispref/help.texi
209      man/lispref/lispref.texi man/lispref/macros.texi
210      man/lispref/symbols.texi man/lispref/variables.texi
211      src/Makefile.in.in src/console-x.h src/event-gtk.c src/regex.c
212      src/scrollbar.c tests/automated/mule-tests.el
213      tests/automated/regexp-tests.el
214
215
216 2005-01-27 08:28:36 GMT Steve Youngs <steve@sxemacs.org>        patch-23
217
218     Summary:
219       make core files precious
220     Revision:
221       sxemacs--main--22.1.1--patch-23
222
223
224     modified files:
225      {arch}/=tagging-method
226
227
228 2005-01-27 07:44:13 GMT Steve Youngs <steve@sxemacs.org>        patch-22
229
230     Summary:
231       Fix bug in re-matcher barfing deep inside the error-checking code.
232     Revision:
233       sxemacs--main--22.1.1--patch-22
234
235     * src/regex.c (re_match_2_internal): Use `num_nonshy_regs' instead of
236       `num_regs' as the start value of mcnt when setting extra reg elements
237       to -1.
238     
239     This fixes many of the regex and syntax-table bugs that have been
240     reported recently in XEmacs 21.4 and SXEmacs.
241     
242
243     modified files:
244      src/regex.c
245
246
247 2005-01-25 01:10:33 GMT Steve Youngs <steve@eicq.org>   patch-21
248
249     Summary:
250       From Norbert -- $old_version in lib-src/Makefile.in.in
251     Revision:
252       sxemacs--main--22.1.1--patch-21
253
254     Patches applied:
255     
256      * viteno@sxemacs.org--sxemacs/sxemacs--viteno--22.1.1--patch-1
257        Make old_version visible for lib-src builds
258     
259
260     modified files:
261      lib-src/Makefile.in.in
262
263     new patches:
264      viteno@sxemacs.org--sxemacs/sxemacs--viteno--22.1.1--patch-1
265
266
267 2005-01-18 09:38:19 GMT Steve Youngs <steve@sxemacs.org>        patch-20
268
269     Summary:
270       fix up the logos
271     Revision:
272       sxemacs--main--22.1.1--patch-20
273
274
275     new files:
276      etc/.arch-ids/sxemacs-beta.xpm.id etc/.arch-ids/sxemacs.xpm.id
277      etc/sxemacs-beta.xpm etc/sxemacs.xpm
278
279     removed files:
280      etc/.arch-ids/sxemacs-beta.xpm.id etc/.arch-ids/sxemacs.xpm.id
281      etc/sxemacs-beta.xpm etc/sxemacs.xpm
282
283
284 2005-01-17 22:58:32 GMT Steve Youngs <steve@sxemacs.org>        patch-19
285
286     Summary:
287       merge from Sebastian -- logo tweaks
288     Revision:
289       sxemacs--main--22.1.1--patch-19
290
291     Patches applied:
292     
293      * hroptatyr@sxemacs.org--sxemacs/sxemacs--hrop--22.1.1--patch-5
294        provide new logos
295     
296
297     modified files:
298      etc/sxemacs.xpm
299
300     new patches:
301      hroptatyr@sxemacs.org--sxemacs/sxemacs--hrop--22.1.1--patch-5
302
303
304 2005-01-16 00:42:27 GMT Steve Youngs <steve@sxemacs.org>        patch-18
305
306     Summary:
307       Fix build-report for SXEmacs.
308     Revision:
309       sxemacs--main--22.1.1--patch-18
310
311     This fixes build-report.el so that the subject header gets the right
312     value instead of "[Success] nil nil "" nil".
313     
314     
315     * lisp/build-report.el (build-report-version-file-regexp): Removed.
316     (build-report-version-file): Default to src/config.h instead of
317     version.sh. 
318     (build-report-insert-make-output): Don't insert the keep/delete regexp
319     into the report.
320     (build-report-installation-data): Removed.
321     (build-report-make-output-dir): Fix default.
322     (build-report-installation-version-regexp): Removed.
323     (build-report-installation-srcdir-regexp): Removed.
324     (build-report-insert-installation-file): Remove `all' argument and its
325     use.  It really isn't needed.
326     (build-report-installation-insert-all): Removed.
327     (build-report-subject): Get the version from `config-value-hash-table'.
328     (build-report): Don't jump through half a million hoops trying to be
329     clever with the subject header.
330     (build-report-version-file-data): Removed.
331     
332
333     modified files:
334      lisp/auto-autoloads.el lisp/build-report.el
335      lisp/custom-load.el
336
337
338 2005-01-12 23:43:22 GMT Steve Youngs <steve@sxemacs.org>        patch-17
339
340     Summary:
341       merge from lg -- cheating smart compilers
342     Revision:
343       sxemacs--main--22.1.1--patch-17
344
345     Patches applied:
346     
347      * lg@xwem.org--2005/sxemacs--lg--22.1.1--patch-5
348        smart compilers again, fix introduced bug
349     
350
351     modified files:
352      src/emacs.c
353
354     new patches:
355      lg@xwem.org--2005/sxemacs--lg--22.1.1--patch-5
356
357
358 2005-01-12 21:24:53 GMT Steve Youngs <steve@sxemacs.org>        patch-16
359
360     Summary:
361       merge from lg -- fooling smart compilers
362     Revision:
363       sxemacs--main--22.1.1--patch-16
364
365     Patches applied:
366     
367      * lg@xwem.org--2005/sxemacs--lg--22.1.1--patch-3
368        fooling smart compilers fixate
369     
370      * lg@xwem.org--2005/sxemacs--lg--22.1.1--patch-4
371        compilers optimisation again
372     
373
374     modified files:
375      lisp/auto-autoloads.el src/emacs.c
376
377     new patches:
378      lg@xwem.org--2005/sxemacs--lg--22.1.1--patch-3
379      lg@xwem.org--2005/sxemacs--lg--22.1.1--patch-4
380
381
382 2005-01-12 02:00:54 GMT Steve Youngs <steve@sxemacs.org>        patch-15
383
384     Summary:
385       make distclean should delete _all_ .elcs
386     Revision:
387       sxemacs--main--22.1.1--patch-15
388
389
390     modified files:
391      Makefile.in.in
392
393
394 2005-01-12 01:52:54 GMT Steve Youngs <steve@sxemacs.org>        patch-14
395
396     Summary:
397       add some missing semi-colons
398     Revision:
399       sxemacs--main--22.1.1--patch-14
400
401
402     modified files:
403      src/emacs.c src/malloc.c src/mem-limits.h
404
405
406 2005-01-12 01:31:14 GMT Steve Youngs <steve@sxemacs.org>        patch-13
407
408     Summary:
409       Type fixes for `lim_data'
410     Revision:
411       sxemacs--main--22.1.1--patch-13
412
413     From Andrey Slusar <anrays@gmail.com>
414     
415     * src/emacs.c: When _RLIM_T_DECLARED defined, use the rlim_t type to
416       lim_data. 
417     
418     * src/malloc.c: Ditto.
419     
420     * src/mem-limits.h: Ditto.
421     
422
423     modified files:
424      src/emacs.c src/malloc.c src/mem-limits.h
425
426
427 2005-01-11 21:13:02 GMT Steve Youngs <steve@sxemacs.org>        patch-12
428
429     Summary:
430       merge from hrop -- version.sh fixes
431     Revision:
432       sxemacs--main--22.1.1--patch-12
433
434     Patches applied:
435     
436      * hroptatyr@sxemacs.org--sxemacs/sxemacs--hrop--22.1.1--patch-3
437        fix problem when having multiple versions in one wd
438     
439
440     modified files:
441      version.sh
442
443     new patches:
444      hroptatyr@sxemacs.org--sxemacs/sxemacs--hrop--22.1.1--patch-3
445
446
447 2005-01-10 21:43:23 GMT Steve Youngs <steve@sxemacs.org>        patch-11
448
449     Summary:
450       Regenerate src/depend and lib-src/config.values.in
451     Revision:
452       sxemacs--main--22.1.1--patch-11
453
454     * src/depend: Regenerate
455     
456     * lib-src/config.values.in: Regenerate.
457     
458
459     modified files:
460      lib-src/config.values.in src/depend
461
462
463 2005-01-10 03:38:49 GMT Steve Youngs <steve@sxemacs.org>        patch-10
464
465     Summary:
466       FreeBSD alpha and amd64 build fixes from Andrey
467     Revision:
468       sxemacs--main--22.1.1--patch-10
469
470
471     modified files:
472      src/unexelf.c
473
474
475 2005-01-10 03:01:30 GMT Steve Youngs <steve@sxemacs.org>        patch-9
476
477     Summary:
478       etags bugfix -- avoid a segv in non i386 platforms
479     Revision:
480       sxemacs--main--22.1.1--patch-9
481
482     From Vin Shelton  <acs@xemacs.org>
483     
484     * lib-src/etags.c (add_regex): Use zeropattern to initialize patbuf and
485       thus avoid a segv.
486     
487     
488     
489
490     modified files:
491      lib-src/etags.c
492
493
494 2005-01-10 02:05:40 GMT Steve Youngs <steve@sxemacs.org>        patch-8
495
496     Summary:
497       Add bug reporting -- `report-sxemacs-bug'
498     Revision:
499       sxemacs--main--22.1.1--patch-8
500
501     * lisp/issue-tracker.el: New file.
502     
503     I'm hoping that eventually this will become a complete interface to our
504     issue tracker, BugZilla.  What it does right now is provide
505     `report-sxemacs-bug'.  And it does that by calling `report-xemacs-bug'
506     with the appropriate variables set to SXEmacs conditions.
507     
508
509     new files:
510      lisp/.arch-ids/issue-tracker.el.id lisp/issue-tracker.el
511
512
513 2005-01-09 12:21:08 GMT Steve Youngs <steve@sxemacs.org>        patch-7
514
515     Summary:
516       merge from Evgeny -- fix read access checking
517     Revision:
518       sxemacs--main--22.1.1--patch-7
519
520     Patches applied:
521     
522      * lg@xwem.org--2005/sxemacs--lg--22.1.1--patch-2
523        fixes, most of m$ crap removed
524     
525
526     modified files:
527      src/emacs.c
528
529     new patches:
530      lg@xwem.org--2005/sxemacs--lg--22.1.1--patch-2
531
532
533 2005-01-08 17:39:15 GMT Steve Youngs <steve@sxemacs.org>        patch-6
534
535     Summary:
536       Ben Wing's "Son of a Bitch" patch + FreeBSD build fixes
537     Revision:
538       sxemacs--main--22.1.1--patch-6
539
540     * lisp/code-files.el (load): Ben Wing's "Son of a Bitch" patch.
541     
542     
543     FreeBSD fixes From Andrey Slusar <anrays@gmail.com>:
544     
545     * lib-src/fakemail.c (CURRENT_USER): Define it if FreeBSD version is >=
546       400000
547     
548     * lib-src/fakemail.c (cuserid): If FreeBSD version is >= 400000 geteuid
549       is a uid_t.
550     
551     * src/s/freebsd.h (LIBS_SYSTEM): Only set to "-lutil -lxpg4" if FreeBSD
552       version is >= 199701 _and_ < 600006
553     
554
555     modified files:
556      lib-src/fakemail.c lisp/code-files.el lisp/custom-load.el
557      src/s/freebsd.h
558
559
560 2005-01-08 03:46:27 GMT Steve Youngs <steve@sxemacs.org>        patch-5
561
562     Summary:
563       merge in lg's patch-1 -- initial import of FFI code
564     Revision:
565       sxemacs--main--22.1.1--patch-5
566
567     Patches applied:
568     
569      * lg@xwem.org--2005/sxemacs--lg--22.1.1--patch-1
570        fixes, ffi initial import
571     
572
573     new files:
574      src/.arch-ids/ffi.c.id src/.arch-ids/ffi.h.id src/ffi.c
575      src/ffi.h
576
577     modified files:
578      configure.in lisp/custom-load.el lisp/menubar-items.el
579      src/Makefile.in.in src/emacs.c src/event-tty.c src/symsinit.h
580
581     new patches:
582      lg@xwem.org--2005/sxemacs--lg--22.1.1--patch-1
583
584
585 2005-01-08 01:26:04 GMT Steve Youngs <steve@sxemacs.org>        patch-4
586
587     Summary:
588       Fix missing paren & bogus use of `user-init-file' in menubar-items
589     Revision:
590       sxemacs--main--22.1.1--patch-4
591
592     * lisp/menubar-items.el (maybe-add-init-button): missing paren and don't
593       use `user-init-file' because it is nil at dump time.
594     
595
596     modified files:
597      lisp/menubar-items.el
598
599
600 2005-01-07 21:30:29 GMT Steve Youngs <steve@sxemacs.org>        patch-3
601
602     Summary:
603       XEmacs -> SXEmacs renaming (menubar-items.el)
604     Revision:
605       sxemacs--main--22.1.1--patch-3
606
607     * lisp/menubar-items.el: XEmacs -> SXEmacs renaming.
608     
609     From Andrey Slusar <anrays@gmail.com>
610     For the Help menu renaming.
611     
612
613     modified files:
614      lisp/menubar-items.el
615
616
617 2005-01-03 04:32:59 GMT Steve Youngs <steve@eicq.org>   patch-2
618
619     Summary:
620       Fix user-init-directory -- set it to "~/.sxemacs"
621     Revision:
622       sxemacs--main--22.1.1--patch-2
623
624     * lisp/startup.el (user-init-directory-base): Set it to ".sxemacs"
625       because at this stage of the boot process there's no way to fool around
626       with setting it to different things depending on what exists and what
627       doesn't.
628       (user-init-directory): Document symlinking old XE user-init-directory
629       to get up and running.
630     
631     * lisp/files.el (user-init-file): Document symlinking old XE
632       user-init-directory to get up and running.
633     
634     
635     At this point in SXEmacs' life you can easily use your XEmacs configs, so
636     the quick way to get up and running fast is:
637     
638       $ ln -s ~/.xemacs ~/.sxemacs
639
640     modified files:
641      lisp/custom-load.el lisp/files.el lisp/startup.el
642
643
644 2005-01-01 01:48:38 GMT Steve Youngs <steve@sxemacs.org>        patch-1
645
646     Summary:
647       add the 22.1.0 ChangeLog and change the codename in version.sh
648     Revision:
649       sxemacs--main--22.1.1--patch-1
650
651
652     new files:
653      ChangeLog.d/.arch-ids/=id
654      ChangeLog.d/.arch-ids/ChangeLog-22.1.0.id
655      ChangeLog.d/ChangeLog-22.1.0
656
657     modified files:
658      version.sh
659
660     new directories:
661      ChangeLog.d ChangeLog.d/.arch-ids
662
663
664 2004-12-31 21:42:47 GMT Steve Youngs <steve@sxemacs.org>        base-0
665
666     Summary:
667       tag of steve@sxemacs.org--2004/sxemacs--main--22.1.0--version-0
668     Revision:
669       sxemacs--main--22.1.1--base-0
670
671     (automatically generated log message)
672
673     new patches:
674      hroptatyr@sxemacs.org--sxemacs/sxemacs--hrop--22.1.0--patch-1
675      hroptatyr@sxemacs.org--sxemacs/sxemacs--hrop--22.1.0--patch-2
676      hroptatyr@sxemacs.org--sxemacs/sxemacs--hrop--22.1.0--patch-3
677      hroptatyr@sxemacs.org--sxemacs/sxemacs--hrop--22.1.0--patch-5
678      hroptatyr@sxemacs.org--sxemacs/sxemacs--hrop--22.1.0--patch-6
679      steve@sxemacs.org--2004/sxemacs--main--22.1.0--base-0
680      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-1
681      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-2
682      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-3
683      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-4
684      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-5
685      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-6
686      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-7
687      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-8
688      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-9
689      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-10
690      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-11
691      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-12
692      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-13
693      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-14
694      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-15
695      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-16
696      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-17
697      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-18
698      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-19
699      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-20
700      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-21
701      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-22
702      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-23
703      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-24
704      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-25
705      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-26
706      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-27
707      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-28
708      steve@sxemacs.org--2004/sxemacs--main--22.1.0--patch-29
709      steve@sxemacs.org--2004/sxemacs--main--22.1.0--version-0
710
711