1commit 75ad621cfcf3c2591b7b9602bc0934d445153c6a
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Sun Mar 24 09:36:54 2024 -0700
4
5    xedit 1.2.4
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit 4b6596aebd1fea78945881123c68a6aeb62bdb05
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Sun Mar 3 13:43:02 2024 -0800
12
13    Fix crash when undefined function called in lisp.lsp
14    
15    Reported-by: Gregory James DUCK <gjduck@gmail.com>
16    Closes: #1
17    
18    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
19
20commit 0d0f06bc317fa4e65b9689bbfa0565a7ba7bc013
21Author: Alan Coopersmith <alan.coopersmith@oracle.com>
22Date:   Sat Feb 17 14:45:56 2024 -0800
23
24    unifdef ISC
25    
26    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
27
28commit c5e1104503f13bb530f9c51bbe5674339675756f
29Author: Alan Coopersmith <alan.coopersmith@oracle.com>
30Date:   Sat Feb 17 11:00:19 2024 -0800
31
32    Use AC_C_INLINE instead of ifdef __GNUC__ to check for inline keyword
33    
34    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
35
36commit 7a9fa61950200eb13600cdb57830e58a53bf78fa
37Author: Alan Coopersmith <alan.coopersmith@oracle.com>
38Date:   Sat Feb 17 10:51:53 2024 -0800
39
40    unifdef __UNIXOS2__
41    
42    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
43
44commit 981dfdb23272bc02977c5bb9bc18d0d3fb618fa3
45Author: Alan Coopersmith <alan.coopersmith@oracle.com>
46Date:   Sat Feb 11 10:33:47 2023 -0800
47
48    Add -help and -version options
49    
50    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
51
52commit 13cef251511816a9b1b20675800ae6da3e1ff4c6
53Author: Alan Coopersmith <alan.coopersmith@oracle.com>
54Date:   Thu Jul 28 17:30:21 2022 -0700
55
56    gitlab CI: stop requiring Signed-off-by in commits
57    
58    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
59
60commit 4a6d485fd3d35fe9d58927971bfe653a425becc1
61Author: Alan Coopersmith <alan.coopersmith@oracle.com>
62Date:   Sun Apr 3 15:01:12 2022 -0700
63
64    xedit 1.2.3
65    
66    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
67
68commit e7641ca13c6d7195f057b08d091373f392785f0a
69Author: Alan Coopersmith <alan.coopersmith@oracle.com>
70Date:   Sat Apr 2 12:53:17 2022 -0700
71
72    man page: remove out-of-date COPYRIGHT section
73    
74    The information previously listed here didn't match what is present in
75    the source code or the COPYING file, and the X(7) man page doesn't list
76    any license information as this had claimed.
77    
78    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
79
80commit 02055920e23db6a42710cac0de324137e5f333e9
81Author: Alan Coopersmith <alan.coopersmith@oracle.com>
82Date:   Sat Dec 4 12:05:41 2021 -0800
83
84    Build xz tarballs instead of bzip2
85    
86    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
87
88commit 18d2efc2181fc05ec5ef37f4094b18f3e48b4dc2
89Author: Alan Coopersmith <alan.coopersmith@oracle.com>
90Date:   Sat Dec 4 12:05:38 2021 -0800
91
92    gitlab CI: add a basic build test
93    
94    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
95
96commit f3ce9aa82e26700d3c7ebe772ba1449bea0fdc31
97Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
98Date:   Tue Jan 5 10:00:11 2021 -0800
99
100    Followup to previous commit to use isinfinite for darwin rather than arm64.
101    
102    It's deprecated on Intel as well as of macOS 10.9.  This also restores
103    behavior on other platforms that define __arm64__.
104    
105    Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
106
107commit 97bb6ccc9ed75f38e339728642a9154004a93647
108Author: Gary Palter <palter@clozure.com>
109Date:   Sat Nov 28 23:01:17 2020 -0500
110
111    Minimal changes to build on Apple silicon (i.e., new Apple M1 Macs)
112
113commit 420fa2a8a4dd7294d0b23696103d7887ae570e43
114Author: Niclas Zeising <zeising@daemonic.se>
115Date:   Wed Sep 11 22:30:16 2019 +0200
116
117    Fix segfault when tags file isn't found
118    
119    Fix a segfault when the tags file isn't found.  xedit tries to construct
120    a path to the tags file (by defailt ${HOME}/tags), using amongst other
121    things basename(3).  However, basename is called with an immutable
122    string which causes segfaults on FreeBSD, since basename(3) uses the
123    provided buffer to store it's result.
124    Change the code to duplicate the string with strdup() and call basename
125    on the duplicated string instead.
126
127commit abbacff9e01616f08c469637fa24132e151446f9
128Author: Alan Coopersmith <alan.coopersmith@oracle.com>
129Date:   Wed Nov 21 17:02:21 2018 -0800
130
131    Update configure.ac bug URL for gitlab migration
132    
133    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
134
135commit 0d2b1ae91f7cfee5a96d49f1bb6c5e04cc04a618
136Author: Mihail Konev <k.mvc@ya.ru>
137Date:   Thu Jan 26 14:00:21 2017 +1000
138
139    autogen: add default patch prefix
140    
141    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
142
143commit 3cf58b05696ac7d06e43640ac1b70fd6ab141cfa
144Author: Emil Velikov <emil.l.velikov@gmail.com>
145Date:   Mon Mar 9 12:00:52 2015 +0000
146
147    autogen.sh: use quoted string variables
148    
149    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
150    fall-outs, when they contain space.
151    
152    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
153    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
154    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
155
156commit 7a8d28bc4cfb00daa40ca38d4cdfefe750ac2a76
157Author: Peter Hutterer <peter.hutterer@who-t.net>
158Date:   Tue Jan 24 10:32:07 2017 +1000
159
160    autogen.sh: use exec instead of waiting for configure to finish
161    
162    Syncs the invocation of configure with the one from the server.
163    
164    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
165    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
166
167commit 436a71e7390c51134f4fac629bf8d4a98b0592c5
168Author: Matt Turner <mattst88@gmail.com>
169Date:   Sat Feb 21 13:43:04 2015 -0800
170
171    xedit 1.2.2
172
173commit b8a142f798be57cd7f0d41b502f6960a9ffbae19
174Author: Ted Tanberry <ted.tanberry@gmail.com>
175Date:   Sun Aug 10 22:25:08 2014 +0200
176
177    Include AM_PROG_AR to detect 'ar' instead of hard-coding it
178    
179    see Gentoo bug https://bugs.gentoo.org/show_bug.cgi?id=486470
180    
181    Reviewed-by: Matthieu Herrb <matthieu@herrb.eu>
182    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
183
184commit 46a906557fcf321592d543d818bc8054aad0ee89
185Author: Alan Coopersmith <alan.coopersmith@oracle.com>
186Date:   Tue Sep 9 20:32:53 2014 -0700
187
188    Use automake subdir-objects option
189    
190    Stops automake from issuing a ton of warnings about how this will be the
191    default soon.
192    
193    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
194
195commit 4c63319d249cb796b735ec56904c088c56a5171f
196Author: Alan Coopersmith <alan.coopersmith@oracle.com>
197Date:   Tue Sep 9 20:26:15 2014 -0700
198
199    Check for pagesize options via autoconf instead of per-platform #ifdefs
200    
201    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
202
203commit 9f0f4a2c5495eec2d81a4381fb962fad93b2ddde
204Author: Alan Coopersmith <alan.coopersmith@oracle.com>
205Date:   Tue Sep 9 20:05:27 2014 -0700
206
207    Copious const cleanup
208    
209    Removes 1554 gcc warnings of "discards ‘const’ qualifier"
210    
211    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
212
213commit 40615f52b8fe7478599ce4948ccc751aa0a34397
214Author: Alan Coopersmith <alan.coopersmith@oracle.com>
215Date:   Tue Sep 9 19:23:59 2014 -0700
216
217    Require OS to provide rename(2), as all POSIX.1-1990 & later OS'es do
218    
219    Sorry SVR1-SVR3.
220    
221    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
222
223commit 28fa5649850622482d068b56ff46a023bc14c264
224Author: Alan Coopersmith <alan.coopersmith@oracle.com>
225Date:   Sat May 31 21:39:32 2014 -0700
226
227    autogen.sh: Honor NOCONFIGURE=1
228    
229    See http://people.gnome.org/~walters/docs/build-api.txt
230    
231    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
232
233commit 79ade2eda265d40c1485c3578e3b8e65e37daeae
234Author: Alan Coopersmith <alan.coopersmith@oracle.com>
235Date:   Sat May 31 21:38:41 2014 -0700
236
237    configure: Drop AM_MAINTAINER_MODE
238    
239    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
240
241commit b79cac135ca7b788892ff199231be2bfce62a4a3
242Author: Alan Coopersmith <alan.coopersmith@oracle.com>
243Date:   Sat May 3 00:21:27 2014 -0700
244
245    Fix man page tbl markup
246    
247    '\" t is needed to work with Solaris man/nroff commands
248    Other changes fix issues found on all platforms
249    
250    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
251
252commit 24b3001f0d857fa40225efc1db169b29e88b4b4d
253Author: Gaetan Nadon <memsize@videotron.ca>
254Date:   Tue Dec 17 11:28:21 2013 -0500
255
256    Remove obsolete Imake SIGNALRETURNSINT
257    
258    Assume signal handlers return void, as C89 requires
259    
260    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
261
262commit 505fc48999ca2c7040a47900697d95c6ab78d009
263Author: Stéphane Aulery <lkppo@free.fr>
264Date:   Sat Jul 6 15:40:00 2013 +0200
265
266    Drop CRAY support
267    
268    Signed-off-by: Stéphane Aulery <lkppo@free.fr>
269    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
270    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
271
272commit bde5fc6b3c493365139eb4451cd1829bf48f7ac2
273Author: Alan Coopersmith <alan.coopersmith@oracle.com>
274Date:   Sat Jan 12 17:01:02 2013 -0800
275
276    xedit 1.2.1
277    
278    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
279
280commit c13aa758f31596fbe3f99ce0f54f00493118e729
281Author: Alan Coopersmith <alan.coopersmith@oracle.com>
282Date:   Sat Jan 12 16:59:00 2013 -0800
283
284    Remove lisp/env.c from EXTRA_DIST to fix make_distcheck
285    
286    commit c110109f171 replaced it with getenv.c & setenv.c
287    
288    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
289
290commit df082b1133659d1e3b420c18efa6c2a4562add6c
291Author: Eric S. Raymond <esr@thyrsus.com>
292Date:   Thu Aug 23 11:57:03 2012 -0400
293
294    Eliminate use of tab stops. Use real TBL markup.
295    
296    These changes help structural lifting to DocBook.
297    
298    Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
299
300commit ce36f7be03ff0df79247baeda24d2c0a3b1ee0f7
301Author: Thomas Klausner <wiz@NetBSD.org>
302Date:   Wed Jul 11 13:30:56 2012 +0200
303
304    Do not unconditionally define DEBUG.
305    
306    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
307
308commit 33dacadbfb9adcb36c9b7ccd4f64d12e7995fd33
309Author: pcpa <paulo.cesar.pereira.de.andrade@gmail.com>
310Date:   Thu May 24 15:33:14 2012 -0300
311
312    Avoid problems with builds with -Werror=format-security.
313    
314    Signed-off-by: pcpa <paulo.cesar.pereira.de.andrade@gmail.com>
315    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
316
317commit 04ca5cd8abfe9851f0987b4739f9795e924024cf
318Author: pcpa <paulo.cesar.pereira.de.andrade@gmail.com>
319Date:   Thu May 24 15:29:01 2012 -0300
320
321    Use proper pointer when computing "realpath" of a new file.
322    
323      In some special conditions it previously could omit a slash, and
324    instead of creating foo/bar/baz would create foo/barbaz.
325    
326    Signed-off-by: pcpa <paulo.cesar.pereira.de.andrade@gmail.com>
327    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
328
329commit 63c70c830c79f0b4cfc0f7393662a9cb1169973e
330Author: pcpa <paulo.cesar.pereira.de.andrade@gmail.com>
331Date:   Thu May 24 15:26:50 2012 -0300
332
333    Correct 64 bit overflow check and bignum code.
334    
335    Signed-off-by: pcpa <paulo.cesar.pereira.de.andrade@gmail.com>
336    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
337
338commit c110109f1710758d7c87c05720bdff4df316fc7d
339Author: pcpa <paulo.cesar.pereira.de.andrade@gmail.com>
340Date:   Thu May 24 14:40:35 2012 -0300
341
342    Update fallback implementation of missing libc functions
343    
344      This commit updates realpath.c from
345    http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/stdlib/realpath.c?rev=1.14;content-type=text/plain
346    and lisp/env.c from
347    http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/stdlib/getenv.c?rev=1.10;content-type=text/plain
348    and
349    http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/stdlib/setenv.c?rev=1.13;content-type=text/plain
350    
351      The update reason is to replace files under "4 clause BSD", that
352    is considered problematic or require special documentation notation
353    or conditions when redistributing free software.
354    
355    Signed-off-by: pcpa <paulo.cesar.pereira.de.andrade@gmail.com>
356    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
357
358commit b6927e08121d5ccd9ef061ec0c393a7e23220114
359Author: Alan Coopersmith <alan.coopersmith@oracle.com>
360Date:   Sun Dec 4 09:01:28 2011 -0800
361
362    Fix builds of lisp/core.c with Solaris Studio compilers
363    
364    Required in order to build with Studio cc now that xorg-macros is
365    setting -errwarn=E_FUNC_HAS_NO_RETURN_STMT since a bug in the Solaris
366    system headers causes the noreturn attribute to not be correctly
367    applied to the exit() prototype in <stdlib.h> when building with
368    Studio instead of gcc.
369    
370    Otherwise compiler exits with error:
371    "lisp/core.c", line 4329: Function has no return statement : Lisp_Quit
372    
373    Uses Studio-specific pragma instead of adding another exit() prototype
374    with a noreturn attribute to avoid causing gcc to warn about having
375    a redundant prototype for the exit() function.
376    
377    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
378
379commit f5c245c4b24b25103fc6d8d3a77121a94689a5c0
380Author: Jeremy Huddleston <jeremyhu@apple.com>
381Date:   Sun Sep 25 00:57:14 2011 -0700
382
383    Require xt >= 1.0 for appdefaultdir
384    
385    https://bugs.freedesktop.org/show_bug.cgi?id=7237
386    
387    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
388
389commit 5a9cffc3f443030ac93d890611316d0994f0cc13
390Author: Gaetan Nadon <memsize@videotron.ca>
391Date:   Wed Jan 19 10:06:56 2011 -0500
392
393    config: move man pages into their own directory
394    
395    Use services provided by XORG_MANPAGE_SECTIONS.
396    Use standard Makefile for man pages.
397    
398    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
399
400commit e72e2768a573bc4d073ce2d56ab4e28678b559b2
401Author: Gaetan Nadon <memsize@videotron.ca>
402Date:   Thu Jan 13 17:15:36 2011 -0500
403
404    man: replace hard coded man page section with substitution strings
405    
406    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
407
408commit 5fb277811c7dde95aadb878542bb93672c0e8284
409Author: Gaetan Nadon <memsize@videotron.ca>
410Date:   Thu Jan 13 11:15:47 2011 -0500
411
412    man: remove trailing spaces and tabs
413    
414    Using s/[ \t]*$//
415    
416    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
417
418commit ab47a794352c16a00109bba2563b5dda53603225
419Author: Gaetan Nadon <memsize@videotron.ca>
420Date:   Wed Jan 12 16:28:02 2011 -0500
421
422    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
423    
424    This silences an Autoconf warning
425
426commit a1dbd197be7bb13ed2f31ad8b55b2b762dbf70b6
427Author: Gaetan Nadon <memsize@videotron.ca>
428Date:   Wed Jan 12 15:29:50 2011 -0500
429
430    config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
431    
432    This silences an Automake warning.
433    
434    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
435
436commit 3fc23c464e814cad0fcf318dfa06afb90006917c
437Author: Alan Coopersmith <alan.coopersmith@oracle.com>
438Date:   Sat Oct 30 15:29:20 2010 -0700
439
440    xedit 1.2.0
441    
442    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
443
444commit 503b075a868e8f88eb9816a1ce859e75e7341ca9
445Author: Alan Coopersmith <alan.coopersmith@oracle.com>
446Date:   Sat Oct 30 15:27:51 2010 -0700
447
448    config: Remove unnecessary calls from configure.ac
449    
450    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
451    
452    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
453
454commit f3a39e6188f7ff4baec52d4bd2efc4f029b696c9
455Author: Gaetan Nadon <memsize@videotron.ca>
456Date:   Sat Oct 30 15:26:40 2010 -0700
457
458    config: update AC_PREREQ statement to 2.60
459    
460    Unrelated to the previous patches, the new value simply reflects
461    the reality that the minimum level for autoconf to configure
462    all x.org modules is 2.60 dated June 2006.
463    
464    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
465    
466    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
467    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
468
469commit ee574a68128653e184389f66cfc5ca686f258455
470Author: Alan Coopersmith <alan.coopersmith@oracle.com>
471Date:   Thu Jul 1 17:51:53 2010 -0700
472
473    Xmu functions are called directly, so include it in PKG_CHECK_MODULES
474    
475    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
476
477commit 1da695772d64d4919a91c085d96ce1bd528d048e
478Author: Alan Coopersmith <alan.coopersmith@oracle.com>
479Date:   Wed Jun 30 23:25:03 2010 -0700
480
481    config: upgrade to util-macros 1.8 for additional man page support
482    
483    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
484    The value of MAN_SUBST is the same for all X.Org packages.
485    
486    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
487    The existing statement can now be removed from the configuration file.
488    
489    Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
490    Enables silent rule and use platform appropriate version of sed.
491    
492    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
493
494commit b67fdbae96217bda5eecbff3706ff12a25ed2934
495Author: Gaetan Nadon <memsize@videotron.ca>
496Date:   Thu Mar 25 20:04:31 2010 -0400
497
498    xprint: remove conditionally defined related C code
499    
500    Reviewed-by: Jeremy Huddleston <jeremyhu@freedestop.org>
501    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
502
503commit 47b6e661024970b8f3b53d9f7930b9ec77ccdbdc
504Author: Gaetan Nadon <memsize@videotron.ca>
505Date:   Thu Mar 25 19:55:11 2010 -0400
506
507    xprint: remove xprint related C code
508    
509    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
510
511commit 4f452ccf18993f3a68c6f30719fc6ed4e7fe9b13
512Author: Gaetan Nadon <memsize@videotron.ca>
513Date:   Thu Mar 25 19:37:54 2010 -0400
514
515    xprint: remove Xedit-xprint resource file
516    
517    Remove configuration regarding xprint support
518    
519    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
520
521commit 40b17bb87cb89a1b851e1d39e03431ecbc9c155e
522Author: Gaetan Nadon <memsize@videotron.ca>
523Date:   Thu Mar 25 19:30:50 2010 -0400
524
525    config: remove dependency on xaw8
526    
527    Remove configure option --enable-xprint
528    Remove AM conditional USE_XPRINT
529    
530    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
531
532commit 553e84525830c551d423d837f7b317df10d69e3f
533Author: Gaetan Nadon <memsize@videotron.ca>
534Date:   Sat Dec 19 20:48:48 2009 -0500
535
536    configure.ac: use backticks rather than $() for cmd subs
537    
538    Use "$PKG_CONFIG" rather than hard coded "pkg-config"
539    
540    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
541
542commit 7adc430f7e76a04cd0f2abfa6ea46a3035d8e2ab
543Author: Gaetan Nadon <memsize@videotron.ca>
544Date:   Thu Nov 26 09:19:53 2009 -0500
545
546    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
547    
548    Now that the INSTALL file is generated.
549    Allows running make maintainer-clean.
550
551commit 8a56edb05d0881354ec0f5c849495e7604cf5ca7
552Author: Gaetan Nadon <memsize@videotron.ca>
553Date:   Wed Oct 28 14:09:08 2009 -0400
554
555    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
556    
557    Add missing INSTALL file. Use standard GNU file on building tarball
558    README may have been updated
559    Remove AUTHORS file as it is empty and no content available yet.
560    Remove NEWS file as it is empty and no content available yet.
561
562commit b495f585017d7d441bc2a7b117d400f2ee082a9c
563Author: Gaetan Nadon <memsize@videotron.ca>
564Date:   Tue Oct 27 15:07:24 2009 -0400
565
566    Deploy the new XORG_DEFAULT_OPTIONS #24242
567    
568    This macro aggregate a number of existing macros that sets commmon
569    X.Org components configuration options. It shields the configuration file from
570    future changes.
571
572commit 7014a702382d55464aefdbd61405a1c49b30cf26
573Author: Gaetan Nadon <memsize@videotron.ca>
574Date:   Mon Oct 26 22:08:38 2009 -0400
575
576    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
577    
578    ChangeLog filename is known to Automake and requires no further
579    coding in the makefile.
580
581commit 64a4c3d43b8521c51d9ef77ce6987b274937818d
582Author: Gaetan Nadon <memsize@videotron.ca>
583Date:   Thu Oct 22 12:34:15 2009 -0400
584
585    .gitignore: use common defaults with custom section # 24239
586    
587    Using common defaults will reduce errors and maintenance.
588    Only the very small or inexistent custom section need periodic maintenance
589    when the structure of the component changes. Do not edit defaults.
590
591commit b5980a1f03ebbc97267682fa912f145728867364
592Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
593Date:   Mon Jan 26 20:14:44 2009 -0200
594
595    Set text properties after loading all command line files.
596    
597      This is more of a workaround for a problem where the first file
598    will end up using the "text properties" of the last file with a
599    syntax highlight definition.
600      A more proper correction could be to actually display the last
601    file loaded (and removed the duplicated code in xedit.c:main()).
602
603commit bb19bb3d1dd5bb9c0070f867324f740894c76887
604Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
605Date:   Mon Jan 12 20:33:01 2009 -0200
606
607    Correct problems in make distcheck.
608
609commit e7d66545e71cdd223761ce14416cbebccbd6dd75
610Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
611Date:   Tue Dec 2 02:25:41 2008 -0200
612
613    Use new XORG_CWARNFLAGS and XORG_CHANGELOG macros.
614    
615      Also correct a possible uninitialized variable.
616
617commit 99faa7b727a5441b0dfeed72f43571a85ff0a079
618Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
619Date:   Tue Dec 2 02:05:42 2008 -0200
620
621    Properly read symbol name in tags interface.
622    
623      If the symbol is not in a full text "Piece", XawTextSourceRead() will
624    return an XawTextBlock that points to an incomplete buffer, and a new
625    call must be made to read the remaining data.
626
627commit 2c5007e4aa838b0faf1020d90661adfe0a9b6275
628Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
629Date:   Tue Dec 2 01:27:52 2008 -0200
630
631    Don't put EOF in the unget buffer.
632
633commit e79879904eea8495b28d7895ce126269a9ef300f
634Author: A Costa <agcosta@gis.net>
635Date:   Thu Apr 28 01:47:05 2005 -0400
636
637    Man page typo fixes
638    
639    Debian bug#306707 <http://bugs.debian.org/306707>
640
641commit ab754905b2878ba76e309963138bf47c2ae8df2a
642Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
643Date:   Wed Nov 12 01:25:22 2008 -0200
644
645    Add missing check for symbolic links.
646    
647      It was properly checking when using <tab-completion>+<enter>, but not
648    when using <tab-completion>+<click-on-filename>, what would allow loading
649    the same file with different names (but save would be done to the
650    real file, and not overwrite the link).
651
652commit cfc78a1c2452362a5e7c88ed239c9d7ef0240a4d
653Author: Peter Breitenlohner <peb@mppmu.mpg.de>
654Date:   Tue Nov 11 10:52:18 2008 +0100
655
656    reorganize app default files
657
658commit 9d4a9520409fdb50987be6f4ca2c8afd5b53c994
659Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
660Date:   Mon Nov 10 01:47:46 2008 -0200
661
662    Don't highlight quotes in nested syntax tables for "auto" mode.
663    
664      To properly do it, it should also match the pattern for the macro name,
665    to know if it is a plain text one or not, otherwise, it will get confused
666    with usage of the characters (') and (`).
667
668commit 0ab2815743d89b1cd283abaf4d2cb77fed4a2df4
669Author: Peter Breitenlohner <peb@mppmu.mpg.de>
670Date:   Sun Nov 9 14:24:10 2008 +0100
671
672    avoid race condition for parallel jobs
673
674commit 01ba3d66731e679d07f7083306a712bbfed16b38
675Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
676Date:   Fri Nov 7 16:41:36 2008 -0200
677
678    Xedit version 1.1.2.
679    
680      Also update to use ``git log'' instead of ``git-log'', to match
681    newer versions of git.
682
683commit 0d133999449ce7c5db19d46680430ab16e81e4fd
684Author: Peter Breitenlohner <peb@mppmu.mpg.de>
685Date:   Thu Nov 6 21:19:56 2008 +0100
686
687    enabled VPATH build
688
689commit f5edc6424b6553d58e271f64471cef32e063dd19
690Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
691Date:   Wed Oct 8 19:21:28 2008 -0300
692
693    Rewrite double click confirmation code.
694    
695      Remove the double_click global boolean, and change dc_state to a bit
696    field, instead of a single state variable.
697      The old code was the xedit original code with minimal changes, but was
698    a bit confusing when two confirmations would be required.
699      Also, this patch moves the check for file overwriting before
700    MaybeCreateFile() as it can actually call creat(), what means that it
701    can no longer ask for confirmations, as the file has been just backed up,
702    and a zero sized one created.
703
704commit d96491aad5542f052b722b94d86f0ce7661ae98b
705Merge: cc7cb04 f1efec7
706Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
707Date:   Fri Sep 26 17:47:32 2008 -0300
708
709    Merge branch 'master' of ssh://pcpa@git.freedesktop.org/git/xorg/app/xedit
710
711commit cc7cb041c4144f1401fd520f05018028c0e0c87e
712Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
713Date:   Fri Sep 26 17:34:50 2008 -0300
714
715    Proper implementation of AddDoubleClickCallback
716    
717      I tracked it down to
718    http://cvsweb.xfree86.org/cvsweb/xc/programs/xedit/commands.c?rev=1.5&content-type=text/vnd.viewcvs-markup
719    After my patches to libXaw. Instead of checking for
720    "if (XtIsSubclass(w, asciiSrcObjectClass)) {" it should really
721    do something like "if (isXaw7orNewer) {". But I believe only XFree86
722    and Xorg versions of Xaw have the XawVersion macro in XawInit.h...
723    
724      This corrects the problem described in
725    http://bugs.freedesktop.org/show_bug.cgi?id=17726
726    
727      And the main reason is that xedit always default'ed to use a 8 bits
728    iso8859-x locale, while in Xorg it was modified to use multibyte by
729    default.
730
731commit f1efec76814500a14acf7c64184ebef1a28e264d
732Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
733Date:   Mon Aug 4 13:22:52 2008 -0700
734
735    Fixed filename conflict during compilation on case-insensitive file systems.
736
737commit dc857b78c00432de6d57124ca2e060ef0a76684f
738Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
739Date:   Thu Jul 31 14:17:17 2008 -0300
740
741    Correct make dist and update to xedit-1.1.1.
742
743commit bc470a831ee3c8d5aa254661122187048f245c92
744Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
745Date:   Wed Jul 30 18:52:32 2008 -0300
746
747    Update to xedit 1.1.0.
748
749commit fb6c60031936bdaaeb808fb61b3073bdb058607a
750Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
751Date:   Thu Jul 10 16:38:09 2008 -0300
752
753      Update file type pattern matching.
754    
755      Consider a file ending in .l a lisp source file.
756      Allow an arbitrary number of bytes following the filename for xconf
757    and xlog modes.
758      Don't use make mode for "Imakefile". Require a slash before [Mm]akefile.*.
759
760commit ed21e75c45e92c4c52f80bdb5fba0e17f5afaca1
761Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
762Date:   Tue Jul 8 18:53:50 2008 -0300
763
764      CancelFindFile is almost the same as XeditFocus, and could be merged in a
765    same Xt action. For the moment, automatically leave line_edit in XeditFocus.
766    
767      There is one other bug that should be fixed, that I am trying to repeat
768    (having the same file loaded twice when using tags) before a new release.
769    
770      Thre is also a problem in Xaw when deleting large amounts of selections
771    that crashes xedit, aparently due to Xaw Text widget doing some wrong math
772    and attempting to allocate a huge chunk of memory.
773
774commit c23ce2ff2439f09d00dc2c226562d44f02ca591a
775Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
776Date:   Sat May 10 21:38:23 2008 -0300
777
778    Fix an off by one error check that can lead to an infinite loop.
779    
780      This can happen when using the line edit mode to search&replace regexes.
781
782commit 2b4ebe868b660a69800dc5fe801bbcc05ccaefac
783Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
784Date:   Sat May 10 21:36:36 2008 -0300
785
786    Warn if a newer version of a file exists before overwritting it.
787
788commit 0b8304c49ab2958bc2b4ef7286467a71faa38f41
789Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
790Date:   Sat Apr 12 17:43:04 2008 -0300
791
792    Add python mode.
793    
794      This mode adds syntax highlight and automatic indentation.
795      Unlike most other modes with automatic indentation, this mode most
796    only reads one line back to figure the proper indentation.
797      Some features include:
798    o When the first character in a line is typped, it automatically
799      moves it to the proper tab stop.
800    o Increments one indentation level if line ends in ':'.
801    o Properly handle vector/hash table declarations.
802
803commit 614563884d2b19e514af233089e392127c4f4027
804Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
805Date:   Sun Mar 16 20:51:25 2008 -0300
806
807    Compile warning fixes.
808    
809      Add parenthesis around a test where after macro expansion it looked like
810    boolexpr==boolres==boolres.
811      "Ansifiy" a function without arguments.
812
813commit 60643e8f0dcd86e65400160c0a6e264e7a2a081c
814Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
815Date:   Tue Mar 11 22:28:04 2008 -0300
816
817    Support multiple make jobs.
818    
819      Minor patch to avoid requiring xedit to have some special rule in a
820    buildsystem that defaults to something like "make -j 16".
821
822commit ee636f8565931f8d897b6c8c07eb08d41695778c
823Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
824Date:   Tue Mar 11 21:52:58 2008 -0300
825
826    Fix an incorrect buffer size calculation and allocation.
827
828commit 5bd8082a9788a1b5343eb03400944a03e4250577
829Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
830Date:   Wed Mar 12 21:59:34 2008 -0300
831
832    Add perl and "auto tools" modes.
833    
834      Auto mode has only syntax highlight mode; needs some tweaking to
835    ignore "'" characters where they are allowed, i.e. usually descriptions.
836      Perl mode has syntax highlight and indentation support. May need
837    some tweaking for some files where it may parse back too much lines before
838    assuming the indentation is correct.
839
840commit a17bf690a8f80f252c3a831c79d6e8d11ce8d66c
841Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
842Date:   Tue Mar 11 21:51:57 2008 -0300
843
844    Add support for scrolling textwindow with mouse wheel.
845
846commit b1dd01f67a48785678209b90c1b0e4f44621c146
847Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
848Date:   Wed Mar 12 21:53:48 2008 -0300
849
850    Add a tags interface to xedit.
851    
852      To use the tags, first create a tags file with a command like "ctags -R".
853      The interface can be disabled with resources, see the updated man page.
854      Tag files are searched descending to the root directory.
855      Multiple tags files are properly handled, and multiple symbol definitions
856    can be searched.
857
858commit 3468f9f2cb65294771e1095a14b7263ae0a6a043
859Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
860Date:   Tue Mar 11 21:50:13 2008 -0300
861
862    Update syntax highlight table and some minor tweaks including:
863    
864    o Don't cause an warning due to an unused variable after macro expansion
865      in some indentation tables.
866    o Properly handle c++ style comments in preprocessor lines. Also highlight
867      strings and character constants.
868    o Change color of "quote" property in lisp mode. This is mainly due to
869      an undesirable side effect of using the same XrmQuark in different
870      syntax highlight definitions, causing the first one to be used, and
871      later defined ones to be ignored.
872
873commit 371c42ab955357d586cf4501762f6e9cf1be53b8
874Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
875Date:   Tue Mar 11 21:49:14 2008 -0300
876
877    Add support to enter line number in command line.
878    
879    This works the same way as for vi, i.e. "xedit file +num" will load
880    file and move cursor to line "num".
881
882commit cb30367f10f2e38065d336d331afdc50900de76d
883Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
884Date:   Tue Mar 11 21:48:58 2008 -0300
885
886    Generic lisp interface bug fixes including:
887    
888    o Allow calling disassemble in all function types
889    o Don't limit amount of bytes to generate a hash table
890    o Allow "unreadable" symbol names to be keywords
891
892commit 953664369cc66ba17c7b9c1939fd9d7f6c6137ad
893Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
894Date:   Tue Mar 11 21:48:39 2008 -0300
895
896    Fix several problems in the line edit mode.
897    
898    Also allow replacing control characters in the replace pattern as well
899    as nul characters.
900
901commit a2c47d3487aaf4667926195ba3f5b05b94626daf
902Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
903Date:   Tue Mar 11 21:46:58 2008 -0300
904
905    Fix several generic bugs including:
906    
907    o Several memory read/write errors.
908    o Implement smarter XeditPrintf that will show how many times a text
909      has been printed.
910    o Check all arguments to XeditPrintf to ensure the '%' character cannot
911      be sent to it.
912    o Some minor reindentation to code that still had the original 2 spaces
913      indentation.
914
915commit a1949714b99a502a57b3dd7a99e619c10211d9fc
916Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
917Date:   Tue Mar 11 21:46:38 2008 -0300
918
919    Make ispell interface work correctly again.
920    
921    This new interface should work properly with asciiSrc and multiSrc widgets,
922    i.e. single byte and multibyte.
923    Also added an empty dictionary entry that is understood by aspell as the
924    "default" dictionary.
925    Code is also more robust to detect aspell exiting too early.
926
927commit f1d58be104f4020ef718a542d7f5ca72cd1f531b
928Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
929Date:   Tue Mar 11 21:44:25 2008 -0300
930
931    Readd support for *international resource and default to false.
932    
933    This allows several features, like syntax highlight and indentation,
934    turned off to be enabled again.
935
936commit 7d5dbf4a19ec6bbd36784f5d7307629b69dda873
937Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
938Date:   Wed Mar 12 21:52:30 2008 -0300
939
940    Add a generic hash table interface to replace the other implementations.
941
942commit 2f7992eaefb19f23c127e15624ba38208c03439b
943Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
944Date:   Tue Mar 11 21:43:04 2008 -0300
945
946    Update build for sane defaults.
947    
948    Check for existing system functions.
949    Don't add test program sources with main functions to libraries.
950    Build test programs.
951
952commit 19e3f51f9758e2708fb4abfa364b346591089bcd
953Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
954Date:   Tue Mar 11 21:41:45 2008 -0300
955
956    Add updated/meaningful README, COPYING and AUTHORS files.
957
958commit 618a07e8131f49bbda77d2cfe5832218a561a5c8
959Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
960Date:   Tue Jul 1 18:17:44 2008 -0300
961
962    Fix a bug in the regex library
963    
964    The bug causes the regex parser to enter an infinite loop with certain
965    special patterns with alternatives. Test cases also added to ensure
966    the bug will be triggered by the tests if it is somehow reinstantiated.
967    
968    Also testing commit to xedit git repository.
969
970commit 946b5b745d9d326799a23f7210b799e1b690643d
971Author: James Cloos <cloos@jhcloos.com>
972Date:   Thu Dec 6 16:37:12 2007 -0500
973
974    Replace static ChangeLog with dist-hook to generate from git log
975
976commit dd27b05c49b6e747203c83a96ca812993b2a2def
977Author: James Cloos <cloos@jhcloos.com>
978Date:   Mon Sep 3 05:51:19 2007 -0400
979
980    Add *~ to .gitignore to skip patch/emacs droppings
981
982commit e582ba82e04632157c8a7ead56b62da7ba0eddfe
983Author: James Cloos <cloos@jhcloos.com>
984Date:   Thu Aug 23 19:24:44 2007 -0400
985
986    Rename .cvsignore to .gitignore
987
988commit baafaa1dee42640d15f4e74ff43b0ee3343de940
989Author: Adam Jackson <ajax@nwnk.net>
990Date:   Wed Apr 26 23:39:19 2006 +0000
991
992    Bump to 1.0.2
993
994commit 86e42e7030394b58d9b16eddd9ccc90efa3a11b2
995Author: Adam Jackson <ajax@nwnk.net>
996Date:   Mon Apr 3 19:42:16 2006 +0000
997
998    Bug #6480: Cygwin build fix. (Yaakov Selkowitz)
999
1000commit beae4e7a8875dfe3bdae54bd3f48b922a8f8a3c1
1001Author: Kevin E Martin <kem@kem.org>
1002Date:   Wed Dec 21 02:29:49 2005 +0000
1003
1004    Update package version for X11R7 release.
1005
1006commit ac432c05b782f4d97943de23b97d4b3878e8fe02
1007Author: Adam Jackson <ajax@nwnk.net>
1008Date:   Mon Dec 19 16:22:43 2005 +0000
1009
1010    Stub COPYING files
1011
1012commit 814ad517c4de7dfecbc51636e00a62289af45a8f
1013Author: Kevin E Martin <kem@kem.org>
1014Date:   Thu Dec 15 00:24:06 2005 +0000
1015
1016    Update package version number for final X11R7 release candidate.
1017
1018commit e70ce0696695b7e6d627d046c19c3b6c9a8ce3da
1019Author: Kevin E Martin <kem@kem.org>
1020Date:   Wed Dec 7 16:17:59 2005 +0000
1021
1022    Change to use the app-defaults default dir configured in libXt.
1023
1024commit 6090b669a399c4663517b845d76945c6c2f97ef9
1025Author: Kevin E Martin <kem@kem.org>
1026Date:   Tue Dec 6 22:48:21 2005 +0000
1027
1028    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
1029
1030commit 2abc4c46f8d89aa95262db207f7796ee4ee2e2ea
1031Author: Kevin E Martin <kem@kem.org>
1032Date:   Sat Dec 3 05:49:19 2005 +0000
1033
1034    Update package version number for X11R7 RC3 release.
1035
1036commit 83a772ee412acc4cea221e1eb416dfb641f074ed
1037Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1038Date:   Mon Nov 28 22:01:41 2005 +0000
1039
1040    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
1041        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
1042
1043commit 08e9327b251c7bebf85befe0c927ed82183ac874
1044Author: Eric Anholt <anholt@freebsd.org>
1045Date:   Mon Nov 21 10:35:00 2005 +0000
1046
1047    Another pass at .cvsignores for apps.
1048
1049commit e63cf486fac692f01a5717da970eaee2b711acec
1050Author: Eric Anholt <anholt@freebsd.org>
1051Date:   Sun Nov 20 22:08:52 2005 +0000
1052
1053    Add/improve .cvsignore files for apps.
1054
1055commit 312e176e35cb16b7ea2ab4ea706132786a4aa511
1056Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1057Date:   Sun Nov 20 04:13:45 2005 +0000
1058
1059    Add dependency on xp module when building with Xprint support.
1060
1061commit cd2d0c1372d85eba2c097c652004f97eb0821cd1
1062Author: Kevin E Martin <kem@kem.org>
1063Date:   Wed Nov 9 21:09:20 2005 +0000
1064
1065    Update package version number for X11R7 RC2 release.
1066
1067commit 0d4e6039465c3ecadaf76c0558ecc77931c0aa54
1068Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
1069Date:   Fri Oct 28 15:45:02 2005 +0000
1070
1071    build fix
1072
1073commit 4f20443995b7e8b90058be829bbbbad8f5f8c935
1074Author: Adam Jackson <ajax@nwnk.net>
1075Date:   Sun Oct 23 20:03:47 2005 +0000
1076
1077    Bug #1860: Prevent walking off the end of the scan_types array.
1078
1079commit 83ba7062d74bb228ba9daddd1f4524dee905d4f2
1080Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
1081Date:   Fri Oct 21 08:18:25 2005 +0000
1082
1083    remove redundant include
1084
1085commit d9db7305c78e1b93c9b15f73356b8afd5cb26709
1086Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
1087Date:   Thu Oct 20 18:24:27 2005 +0000
1088
1089    programs/xedit/xedit.h
1090    //bugs.freedesktop.org/show_bug.cgi?id=790)
1091
1092commit 54c3139890ae810b4c18eed15c82303917bcb2b9
1093Author: Kevin E Martin <kem@kem.org>
1094Date:   Wed Oct 19 02:47:53 2005 +0000
1095
1096    Update package version number for RC1 release.
1097
1098commit 3dbe6f823ce929fee91555933312c2ad81c6f371
1099Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1100Date:   Tue Oct 18 00:32:55 2005 +0000
1101
1102    Change default install dir for app-default files from
1103        $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match
1104        the monolith & allow localization
1105
1106commit cd4bfca48225f3eb78095f4437be8667c9dde5a6
1107Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1108Date:   Mon Oct 17 23:56:22 2005 +0000
1109
1110    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
1111        work better with BSD make
1112
1113commit 636d350681f43816c658e09704242e0cad31de56
1114Author: Kevin E Martin <kem@kem.org>
1115Date:   Sun Oct 16 06:06:57 2005 +0000
1116
1117    Change man sources from xedit.1 to xedit.man to allow the man page to be
1118        processed. Move man page to top level dir to pass check-tarball test.
1119
1120commit 47709c7118e6280221931189019a3fab1bfdc691
1121Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1122Date:   Fri Oct 14 00:25:44 2005 +0000
1123
1124    Use sed to fill in variables in man page
1125
1126commit 1c94f8dbcfcf16a01e792942632d0a89df6d0768
1127Author: Kevin E Martin <kem@kem.org>
1128Date:   Wed Oct 5 03:27:56 2005 +0000
1129
1130    Add missing files to EXTRA_DIST
1131
1132commit ebd7eea10cf5add145b0428e953fce3691b8423a
1133Author: Adam Jackson <ajax@nwnk.net>
1134Date:   Wed Sep 28 03:04:23 2005 +0000
1135
1136    Don't override , automake predefines it.
1137
1138commit dad8235ff737556e2eaa645a5d7b48641eba270a
1139Author: Kristian Høgsberg <krh@redhat.com>
1140Date:   Tue Sep 27 20:20:36 2005 +0000
1141
1142    Only add -DINCLUDE_XPRINT_SUPPORT if the Xaw version supports it.
1143
1144commit bc2182af2f8d9455f9caeb686b71cae4ff1bc0bc
1145Author: Matthieu Herrb <matthieu.herrb@laas.fr>
1146Date:   Sun Aug 28 17:58:39 2005 +0000
1147
1148    Install the lisp files.
1149
1150commit d0691d15ae7cf68c8a617322a2a4a77d36c704d1
1151Author: Kevin E Martin <kem@kem.org>
1152Date:   Fri Jul 29 21:22:32 2005 +0000
1153
1154    Various changes preparing packages for RC0:
1155    - Verify and update package version numbers as needed
1156    - Implement versioning scheme
1157    - Change bug address to point to bugzilla bug entry form
1158    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
1159        reenable it)
1160    - Fix makedepend to use pkgconfig and pass distcheck
1161    - Update build script to build macros first
1162    - Update modular Xorg version
1163
1164commit aebfa8db8c0069d4474841414012b7f19ec14d53
1165Author: Matthieu Herrb <matthieu.herrb@laas.fr>
1166Date:   Sat Jul 23 16:12:58 2005 +0000
1167
1168    Fix DEP_* reference
1169
1170commit d9d6a51c74d055e93b2fb8450ef9de162e35945f
1171Author: Matthieu Herrb <matthieu.herrb@laas.fr>
1172Date:   Sat Jul 23 16:12:33 2005 +0000
1173
1174    - fix DEP_* references
1175    - fix GNU-make only rule for app-defaults
1176
1177commit 0842c698bd90b2f47d808d47b37912a7a0e3ba78
1178Author: Adam Jackson <ajax@nwnk.net>
1179Date:   Wed Jul 20 19:31:52 2005 +0000
1180
1181    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
1182        configure cache, you cache it, and the cached value is probably wrong.
1183
1184commit c46761f286f8c9a41ee0e510211b5ed667a78479
1185Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1186Date:   Tue Jul 12 18:45:46 2005 +0000
1187
1188    - lib/lbxutil/lbxutil.pc.in: link to lbxutil, not Xfixes
1189    - symlink.sh: add xedit.h, add xedit/lis/mp directory, add xfs
1190    - xc/programs/xedit: include "lisp/../xedit.h" instead of xedit/xedit.h
1191    - Change include of "foo.h" to <X11/.../foo.h> in various places in
1192        xc/programs/lbxproxy and xc/programs/xfs
1193    - add build system for xfs
1194    - add forgotten lbxproxytrans.c file
1195
1196commit fc1f512d7cd7876f79190511315fe219667b2e81
1197Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1198Date:   Tue Jul 12 17:41:52 2005 +0000
1199
1200    Build system for xprint
1201
1202commit 6bc36c6c67fed984af4f60224a7ea693d1b7d217
1203Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
1204Date:   Wed Apr 20 16:18:03 2005 +0000
1205
1206    Move variable declaration to top. Makes gcc2 happy.
1207
1208commit 33c2d047571cd4ebce2eb630515fc33aa3f05b98
1209Author: Roland Mainz <roland.mainz@nrubsig.org>
1210Date:   Mon Apr 11 01:06:15 2005 +0000
1211
1212    xc/programs/Xserver/Xprint/attributes.c
1213    xc/programs/glxgears/glxgears.c
1214    xc/programs/xdbedizzy/xdbedizzy.c
1215    xc/programs/xedit/Imakefile
1216    xc/programs/xedit/Xedit-xprint.ad
1217    xc/programs/xedit/util.c
1218    xc/programs/xedit/xedit.h
1219    xc/programs/xlogo/print.c
1220    xc/programs/xlogo/xlogo.c
1221    xc/programs/xlogo/xlogo.h
1222    xc/programs/xman/Imakefile
1223    xc/programs/xman/print.h
1224    xc/programs/xmore/Imakefile
1225    xc/programs/xmore/print.c
1226    xc/programs/xmore/print.h
1227    xc/programs/xmore/printdialog.c
1228    xc/programs/xphelloworld/xpawhelloworld/xpawhelloworld.c
1229    xc/programs/xphelloworld/xphelloworld/xphelloworld.c
1230    xc/programs/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.c
1231    xc/programs/xphelloworld/xpxmhelloworld/xpxmhelloworld.c
1232    //bugs.freedesktop.org/show_bug.cgi?id=790) attachment #2379
1233        (https://bugs.freedesktop.org/attachment.cgi?id=2379) Implement support
1234        client+Xserver support for passing output (stdout+stderr) of the
1235        spooler command started by the Xprint server back to the application
1236        using the "xp-spooler-command-results" XPJobAttr attribute
1237        (applications can fetch the attribute value after the XPEndJobNotify
1238        event was received; more details can be found in
1239        http://xprint.mozdev.org/docs/dtprint_fspec.ps).
1240
1241commit bd31ddba0725738848be8298a7b1dd691c103fa3
1242Author: Egbert Eich <eich@suse.de>
1243Date:   Mon Apr 4 10:17:07 2005 +0000
1244
1245    Fixed sentinels in Xt, editres and xedit to reduce number of warnings with
1246        gcc4 (Andreas Schwab).
1247
1248commit dfb0b2dac20f575a7be260895f2847daeeacb819
1249Author: Roland Mainz <roland.mainz@nrubsig.org>
1250Date:   Mon Jan 3 01:06:36 2005 +0000
1251
1252    xc/lib/XprintAppUtil/xpapputil.c
1253    xc/lib/XprintAppUtil/xpapputil.h
1254    xc/lib/XprintUtil/xprintutil.c
1255    xc/lib/XprintUtil/xprintutil.h
1256    xc/programs/glxgears/glxgears.c
1257    xc/programs/xdbedizzy/xdbedizzy.c
1258    xc/programs/xedit/Xedit-xprint.ad
1259    xc/programs/xedit/commands.c
1260    xc/programs/xlogo/print.c
1261    xc/programs/xlsfonts/xlsfonts.c
1262    xc/programs/xlsfonts/xlsfonts.man
1263    xc/programs/xlsfonts/xlsfonts.sgml
1264    xc/programs/xman/Xman-xprint.ad
1265    xc/programs/xman/handler.c
1266    xc/programs/xman/print.c
1267    xc/programs/xman/print.h
1268    xc/programs/xmore/XMore.ad
1269    xc/programs/xmore/print.c
1270    xc/programs/xmore/print.h
1271    xc/programs/xmore/printdialog.c
1272    xc/programs/xmore/printdialog.h
1273    xc/programs/xmore/printdialogprivates.h
1274    xc/programs/xmore/xmore.c
1275    xc/programs/xphelloworld/xpawhelloworld/xpawhelloworld.c
1276    xc/programs/xphelloworld/xphelloworld/xphelloworld.c
1277    xc/programs/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.c
1278    xc/programs/xphelloworld/xpxmhelloworld/xpxmhelloworld.c
1279    xc/programs/xphelloworld/xpxthelloworld/xpxthelloworld.c
1280    xc/programs/xplsprinters/xplsprinters.c
1281    //bugs.freedesktop.org/show_bug.cgi?id=1706) attachment #1615
1282        (https://bugs.freedesktop.org/attachment.cgi?id=1615): XprintUtils
1283        2004/Q3 update. This adds various new features to the XprintUtils
1284        library including support for page resolutions where
1285        X_resolution!=Y_resolution, listfonts-mode control and initial
1286        framework for the COLORSPACE extension. Patch by Roland Mainz
1287        <roland.mainz@nrubsig.org> and Julien Lafon <julien.lafon@gmail.com>.
1288
1289commit 5581ed55c6918f69786d63e9a401f9d8b33a66d2
1290Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
1291Date:   Sat Dec 4 00:43:16 2004 +0000
1292
1293    Encoding of numerous files changed to UTF-8
1294
1295commit 4d6b4556b8517ac36d6f87837dfb936872581b12
1296Author: Roland Mainz <roland.mainz@nrubsig.org>
1297Date:   Tue Oct 12 22:46:40 2004 +0000
1298
1299    Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1601 - Fix
1300        problems with wrong page counts in xedit&co. when a global "*geometry"
1301        resource was overriding the internal geometry management used by
1302        XawPrintShell(=usually adjust to current page size, the resource was
1303        turning this into a static value). (Original patch by Felix Schulte
1304        <felix.schulte@gmail.com>)
1305
1306commit 98e553431586c07fe0534c01c0a6e1b15ddc8958
1307Author: Egbert Eich <eich@suse.de>
1308Date:   Tue Sep 21 17:57:40 2004 +0000
1309
1310    Merged over libXpm security fix provided by Chris Evans, Matthieu Herrb and
1311        Alan Coopersmith from release 6.8.1.
1312    Fail during initialization with error if font/fontset is not set for
1313        widget. This prevents a sig11 later when the non-existent font/fontset
1314        structs are referenced.
1315    Check if xf86Info.kbdProc pointer is really set before calling it on abort
1316        as this pointer won't be set if the new modular keyboard driver is used
1317        (Matthias Hopf).
1318    Added new libs to the bindist control files.
1319    Removed inclusion of unnecessary kernel header on Linux. This may fail in
1320        an -ansi environment.
1321
1322commit 3981cffbb6f4f4fe4227481c51083063a9ea995e
1323Author: Kevin E Martin <kem@kem.org>
1324Date:   Thu Sep 2 08:40:32 2004 +0000
1325
1326    Restore xman and xedit changes that were previously reverted, and make
1327        Xprint support optional (Bug #1273, Roland Mainz).
1328
1329commit 6b12ddbb33c8722e50e7f69f456ba0ba72b76ddd
1330Author: Kristian Høgsberg <krh@redhat.com>
1331Date:   Mon Aug 16 16:36:16 2004 +0000
1332
1333    As discussed and agreed on on the release-wranglers meeting of August 16,
1334        I'm committing the patch from bug #1060 to back out unconditional
1335        Xprint functionality.
1336    Back out Xprint changes.
1337    Revert xman to CVS of June 5, revert xlogo to CVS of May 8, revert xedit to
1338        CVS of April 25, to back out unconditional Xprint support.
1339    Fix up Xprint config logic to be like the rest of the extensions:
1340        BuildXprint is a one-stop option for disabling everything Xprint
1341        related. XprtServer controls building Xprt, BuildXprintLib controls
1342        building Xprint libs and BuildXprintClients controls building clients
1343        related to Xprint. BuiltXprint defaults to YES and the other options
1344        respects relevant settings, i.e. BuildServer and BuildServersOnly.
1345    Build Xaw regardless of BuildXprintLib setting.
1346    Only build xphelloworld, xplsprinters and xprehashprinterlist when
1347        BuildXprintClients it YES. Disable building xmore, it has always
1348        supported XawPrintShell.
1349    Make Xprint support depend on BuildXprintLib.
1350
1351commit d980ac394b3f828ce3c03d5894218d712d7b2846
1352Author: Roland Mainz <roland.mainz@nrubsig.org>
1353Date:   Thu Jul 29 00:40:35 2004 +0000
1354
1355    Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=938 - Update
1356        XawPrintShell per feedback and review comments.
1357
1358commit d88d25361d5c03e126f040d08c4e005494ca9bfe
1359Author: Roland Mainz <roland.mainz@nrubsig.org>
1360Date:   Tue Jun 8 02:44:35 2004 +0000
1361
1362    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=668 - Add print
1363        support to xman
1364
1365commit cf44083fa20c4f39a89a63ced16974c832039325
1366Author: Roland Mainz <roland.mainz@nrubsig.org>
1367Date:   Sun May 30 22:44:01 2004 +0000
1368
1369    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=695 - Add print
1370        support to Xedit
1371
1372commit 3b70888a54396c1b5ab67be863b189c7b8775695
1373Author: Roland Mainz <roland.mainz@nrubsig.org>
1374Date:   Sun May 30 00:52:30 2004 +0000
1375
1376    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=693 - XMore and
1377        XawPrintDialog work-in-progress, fixing various problems and adding
1378        framework for i18n.
1379
1380commit aa3ab858ee6f5e51e0816dac708142bbcc38da5b
1381Author: Roland Mainz <roland.mainz@nrubsig.org>
1382Date:   Mon May 24 03:17:44 2004 +0000
1383
1384    Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=611 -
1385        Adding simple text viewer (xmore)
1386
1387commit 5d7513ad1d0c061f97373b684d669ebf98d7867e
1388Author: Egbert Eich <eich@suse.de>
1389Date:   Thu May 6 17:31:17 2004 +0000
1390
1391    BugZilla #601: Fixing makedepend choking on floating point exception
1392        because CHAR_BIT is defined to __CHAR_BIT__ which is a compiler
1393        intrinsic define. BugZilla #605: Fixing build on IA64 which is broken
1394        due to the inclusion of the kernel header asm/page.h. Kernel headers
1395        however don't work with
1396    -ansi. The inclusion of asm/page.h can however savely be removed as it
1397        there are plenty of other ways to determine the page size.
1398
1399commit 9f5d0de96f079e84c648a0173bffac8ec2c3bef5
1400Author: Egbert Eich <eich@suse.de>
1401Date:   Fri Apr 23 19:54:46 2004 +0000
1402
1403    Merging XORG-CURRENT into trunk
1404
1405commit 91547cc15f41faa1a55f2d764f67abd24777e9be
1406Author: Egbert Eich <eich@suse.de>
1407Date:   Sun Mar 14 08:35:19 2004 +0000
1408
1409    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
1410
1411commit 8293776acb1b916f1f7199e975bae4d370668243
1412Author: Egbert Eich <eich@suse.de>
1413Date:   Wed Mar 3 12:13:05 2004 +0000
1414
1415    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
1416
1417commit b7c2da33938e1091850181d827a9ef6f51575883
1418Author: Egbert Eich <eich@suse.de>
1419Date:   Thu Feb 26 13:36:24 2004 +0000
1420
1421    readding XFree86's cvs IDs
1422
1423commit e502fd1629139ee9e5df1f0bdeb454710ab6adfa
1424Author: Egbert Eich <eich@suse.de>
1425Date:   Thu Feb 26 09:24:06 2004 +0000
1426
1427    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
1428
1429commit dc1aded02ad02936526d5528b6504121cf86e1b1
1430Author: Kaleb Keithley <kaleb@freedesktop.org>
1431Date:   Mon Feb 23 20:35:39 2004 +0000
1432
1433    Import most of XFree86 4.4RC3. This import excludes files which have the
1434        new license. If we want to, later we can import 4.4RC3 again and pick
1435        up the files that have the new license, but for now the vendor branch
1436        is "pure."
1437
1438commit 71331fcaaca36aadf8f4857526a4ca2162b71df4
1439Author: Egbert Eich <eich@suse.de>
1440Date:   Thu Jan 29 08:09:08 2004 +0000
1441
1442    Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
1443
1444commit 39a948f028c2e3cb3083d7d2f847acbd27facc23
1445Author: Kaleb Keithley <kaleb@freedesktop.org>
1446Date:   Fri Dec 19 20:55:55 2003 +0000
1447
1448    XFree86 4.3.99.902 (RC 2)
1449
1450commit 54593d8ebb341f7c2a0321fbf4207d7848b44a7f
1451Author: Kaleb Keithley <kaleb@freedesktop.org>
1452Date:   Fri Dec 19 20:55:55 2003 +0000
1453
1454    Initial revision
1455
1456commit 0912e16e368c939d60f7b1400a247c6e5f080ff6
1457Author: Kaleb Keithley <kaleb@freedesktop.org>
1458Date:   Thu Dec 4 22:03:48 2003 +0000
1459
1460    XFree86 4.3.99.901 (RC 1)
1461
1462commit 10dc4a2c37597e02c12a9df3e9dba02a73bfc11b
1463Author: Kaleb Keithley <kaleb@freedesktop.org>
1464Date:   Tue Nov 25 19:29:12 2003 +0000
1465
1466    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
1467
1468commit 8ae60bfe8a4b233100f5128859c76239e5789f70
1469Author: Kaleb Keithley <kaleb@freedesktop.org>
1470Date:   Fri Nov 14 16:49:22 2003 +0000
1471
1472    XFree86 4.3.0.1
1473
1474commit 0a193e032ba1ecf3f003e027e833dc9d274cb740
1475Author: Kaleb Keithley <kaleb@freedesktop.org>
1476Date:   Fri Nov 14 16:49:22 2003 +0000
1477
1478    Initial revision
1479