ChangeLog revision c05e22d7
1commit 3fc23c464e814cad0fcf318dfa06afb90006917c
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Sat Oct 30 15:29:20 2010 -0700
4
5    xedit 1.2.0
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit 503b075a868e8f88eb9816a1ce859e75e7341ca9
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Sat Oct 30 15:27:51 2010 -0700
12
13    config: Remove unnecessary calls from configure.ac
14    
15    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
16    
17    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
18
19commit f3a39e6188f7ff4baec52d4bd2efc4f029b696c9
20Author: Gaetan Nadon <memsize@videotron.ca>
21Date:   Sat Oct 30 15:26:40 2010 -0700
22
23    config: update AC_PREREQ statement to 2.60
24    
25    Unrelated to the previous patches, the new value simply reflects
26    the reality that the minimum level for autoconf to configure
27    all x.org modules is 2.60 dated June 2006.
28    
29    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
30    
31    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
32    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
33
34commit ee574a68128653e184389f66cfc5ca686f258455
35Author: Alan Coopersmith <alan.coopersmith@oracle.com>
36Date:   Thu Jul 1 17:51:53 2010 -0700
37
38    Xmu functions are called directly, so include it in PKG_CHECK_MODULES
39    
40    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
41
42commit 1da695772d64d4919a91c085d96ce1bd528d048e
43Author: Alan Coopersmith <alan.coopersmith@oracle.com>
44Date:   Wed Jun 30 23:25:03 2010 -0700
45
46    config: upgrade to util-macros 1.8 for additional man page support
47    
48    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
49    The value of MAN_SUBST is the same for all X.Org packages.
50    
51    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
52    The existing statement can now be removed from the configuration file.
53    
54    Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
55    Enables silent rule and use platform appropriate version of sed.
56    
57    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
58
59commit b67fdbae96217bda5eecbff3706ff12a25ed2934
60Author: Gaetan Nadon <memsize@videotron.ca>
61Date:   Thu Mar 25 20:04:31 2010 -0400
62
63    xprint: remove conditionally defined related C code
64    
65    Reviewed-by: Jeremy Huddleston <jeremyhu@freedestop.org>
66    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
67
68commit 47b6e661024970b8f3b53d9f7930b9ec77ccdbdc
69Author: Gaetan Nadon <memsize@videotron.ca>
70Date:   Thu Mar 25 19:55:11 2010 -0400
71
72    xprint: remove xprint related C code
73    
74    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
75
76commit 4f452ccf18993f3a68c6f30719fc6ed4e7fe9b13
77Author: Gaetan Nadon <memsize@videotron.ca>
78Date:   Thu Mar 25 19:37:54 2010 -0400
79
80    xprint: remove Xedit-xprint resource file
81    
82    Remove configuration regarding xprint support
83    
84    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
85
86commit 40b17bb87cb89a1b851e1d39e03431ecbc9c155e
87Author: Gaetan Nadon <memsize@videotron.ca>
88Date:   Thu Mar 25 19:30:50 2010 -0400
89
90    config: remove dependency on xaw8
91    
92    Remove configure option --enable-xprint
93    Remove AM conditional USE_XPRINT
94    
95    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
96
97commit 553e84525830c551d423d837f7b317df10d69e3f
98Author: Gaetan Nadon <memsize@videotron.ca>
99Date:   Sat Dec 19 20:48:48 2009 -0500
100
101    configure.ac: use backticks rather than $() for cmd subs
102    
103    Use "$PKG_CONFIG" rather than hard coded "pkg-config"
104    
105    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
106
107commit 7adc430f7e76a04cd0f2abfa6ea46a3035d8e2ab
108Author: Gaetan Nadon <memsize@videotron.ca>
109Date:   Thu Nov 26 09:19:53 2009 -0500
110
111    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
112    
113    Now that the INSTALL file is generated.
114    Allows running make maintainer-clean.
115
116commit 8a56edb05d0881354ec0f5c849495e7604cf5ca7
117Author: Gaetan Nadon <memsize@videotron.ca>
118Date:   Wed Oct 28 14:09:08 2009 -0400
119
120    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
121    
122    Add missing INSTALL file. Use standard GNU file on building tarball
123    README may have been updated
124    Remove AUTHORS file as it is empty and no content available yet.
125    Remove NEWS file as it is empty and no content available yet.
126
127commit b495f585017d7d441bc2a7b117d400f2ee082a9c
128Author: Gaetan Nadon <memsize@videotron.ca>
129Date:   Tue Oct 27 15:07:24 2009 -0400
130
131    Deploy the new XORG_DEFAULT_OPTIONS #24242
132    
133    This macro aggregate a number of existing macros that sets commmon
134    X.Org components configuration options. It shields the configuration file from
135    future changes.
136
137commit 7014a702382d55464aefdbd61405a1c49b30cf26
138Author: Gaetan Nadon <memsize@videotron.ca>
139Date:   Mon Oct 26 22:08:38 2009 -0400
140
141    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
142    
143    ChangeLog filename is known to Automake and requires no further
144    coding in the makefile.
145
146commit 64a4c3d43b8521c51d9ef77ce6987b274937818d
147Author: Gaetan Nadon <memsize@videotron.ca>
148Date:   Thu Oct 22 12:34:15 2009 -0400
149
150    .gitignore: use common defaults with custom section # 24239
151    
152    Using common defaults will reduce errors and maintenance.
153    Only the very small or inexistent custom section need periodic maintenance
154    when the structure of the component changes. Do not edit defaults.
155
156commit b5980a1f03ebbc97267682fa912f145728867364
157Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
158Date:   Mon Jan 26 20:14:44 2009 -0200
159
160    Set text properties after loading all command line files.
161    
162      This is more of a workaround for a problem where the first file
163    will end up using the "text properties" of the last file with a
164    syntax highlight definition.
165      A more proper correction could be to actually display the last
166    file loaded (and removed the duplicated code in xedit.c:main()).
167
168commit bb19bb3d1dd5bb9c0070f867324f740894c76887
169Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
170Date:   Mon Jan 12 20:33:01 2009 -0200
171
172    Correct problems in make distcheck.
173
174commit e7d66545e71cdd223761ce14416cbebccbd6dd75
175Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
176Date:   Tue Dec 2 02:25:41 2008 -0200
177
178    Use new XORG_CWARNFLAGS and XORG_CHANGELOG macros.
179    
180      Also correct a possible uninitialized variable.
181
182commit 99faa7b727a5441b0dfeed72f43571a85ff0a079
183Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
184Date:   Tue Dec 2 02:05:42 2008 -0200
185
186    Properly read symbol name in tags interface.
187    
188      If the symbol is not in a full text "Piece", XawTextSourceRead() will
189    return an XawTextBlock that points to an incomplete buffer, and a new
190    call must be made to read the remaining data.
191
192commit 2c5007e4aa838b0faf1020d90661adfe0a9b6275
193Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
194Date:   Tue Dec 2 01:27:52 2008 -0200
195
196    Don't put EOF in the unget buffer.
197
198commit e79879904eea8495b28d7895ce126269a9ef300f
199Author: A Costa <agcosta@gis.net>
200Date:   Thu Apr 28 01:47:05 2005 -0400
201
202    Man page typo fixes
203    
204    Debian bug#306707 <http://bugs.debian.org/306707>
205
206commit ab754905b2878ba76e309963138bf47c2ae8df2a
207Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
208Date:   Wed Nov 12 01:25:22 2008 -0200
209
210    Add missing check for symbolic links.
211    
212      It was properly checking when using <tab-completion>+<enter>, but not
213    when using <tab-completion>+<click-on-filename>, what would allow loading
214    the same file with different names (but save would be done to the
215    real file, and not overwrite the link).
216
217commit cfc78a1c2452362a5e7c88ed239c9d7ef0240a4d
218Author: Peter Breitenlohner <peb@mppmu.mpg.de>
219Date:   Tue Nov 11 10:52:18 2008 +0100
220
221    reorganize app default files
222
223commit 9d4a9520409fdb50987be6f4ca2c8afd5b53c994
224Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
225Date:   Mon Nov 10 01:47:46 2008 -0200
226
227    Don't highlight quotes in nested syntax tables for "auto" mode.
228    
229      To properly do it, it should also match the pattern for the macro name,
230    to know if it is a plain text one or not, otherwise, it will get confused
231    with usage of the characters (') and (`).
232
233commit 0ab2815743d89b1cd283abaf4d2cb77fed4a2df4
234Author: Peter Breitenlohner <peb@mppmu.mpg.de>
235Date:   Sun Nov 9 14:24:10 2008 +0100
236
237    avoid race condition for parallel jobs
238
239commit 01ba3d66731e679d07f7083306a712bbfed16b38
240Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
241Date:   Fri Nov 7 16:41:36 2008 -0200
242
243    Xedit version 1.1.2.
244    
245      Also update to use ``git log'' instead of ``git-log'', to match
246    newer versions of git.
247
248commit 0d133999449ce7c5db19d46680430ab16e81e4fd
249Author: Peter Breitenlohner <peb@mppmu.mpg.de>
250Date:   Thu Nov 6 21:19:56 2008 +0100
251
252    enabled VPATH build
253
254commit f5edc6424b6553d58e271f64471cef32e063dd19
255Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
256Date:   Wed Oct 8 19:21:28 2008 -0300
257
258    Rewrite double click confirmation code.
259    
260      Remove the double_click global boolean, and change dc_state to a bit
261    field, instead of a single state variable.
262      The old code was the xedit original code with minimal changes, but was
263    a bit confusing when two confirmations would be required.
264      Also, this patch moves the check for file overwriting before
265    MaybeCreateFile() as it can actually call creat(), what means that it
266    can no longer ask for confirmations, as the file has been just backed up,
267    and a zero sized one created.
268
269commit d96491aad5542f052b722b94d86f0ce7661ae98b
270Merge: cc7cb04 f1efec7
271Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
272Date:   Fri Sep 26 17:47:32 2008 -0300
273
274    Merge branch 'master' of ssh://pcpa@git.freedesktop.org/git/xorg/app/xedit
275
276commit cc7cb041c4144f1401fd520f05018028c0e0c87e
277Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
278Date:   Fri Sep 26 17:34:50 2008 -0300
279
280    Proper implementation of AddDoubleClickCallback
281    
282      I tracked it down to
283    http://cvsweb.xfree86.org/cvsweb/xc/programs/xedit/commands.c?rev=1.5&content-type=text/vnd.viewcvs-markup
284    After my patches to libXaw. Instead of checking for
285    "if (XtIsSubclass(w, asciiSrcObjectClass)) {" it should really
286    do something like "if (isXaw7orNewer) {". But I believe only XFree86
287    and Xorg versions of Xaw have the XawVersion macro in XawInit.h...
288    
289      This corrects the problem described in
290    http://bugs.freedesktop.org/show_bug.cgi?id=17726
291    
292      And the main reason is that xedit always default'ed to use a 8 bits
293    iso8859-x locale, while in Xorg it was modified to use multibyte by
294    default.
295
296commit f1efec76814500a14acf7c64184ebef1a28e264d
297Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
298Date:   Mon Aug 4 13:22:52 2008 -0700
299
300    Fixed filename conflict during compilation on case-insensitive file systems.
301
302commit dc857b78c00432de6d57124ca2e060ef0a76684f
303Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
304Date:   Thu Jul 31 14:17:17 2008 -0300
305
306    Correct make dist and update to xedit-1.1.1.
307
308commit bc470a831ee3c8d5aa254661122187048f245c92
309Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
310Date:   Wed Jul 30 18:52:32 2008 -0300
311
312    Update to xedit 1.1.0.
313
314commit fb6c60031936bdaaeb808fb61b3073bdb058607a
315Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
316Date:   Thu Jul 10 16:38:09 2008 -0300
317
318      Update file type pattern matching.
319    
320      Consider a file ending in .l a lisp source file.
321      Allow an arbitrary number of bytes following the filename for xconf
322    and xlog modes.
323      Don't use make mode for "Imakefile". Require a slash before [Mm]akefile.*.
324
325commit ed21e75c45e92c4c52f80bdb5fba0e17f5afaca1
326Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
327Date:   Tue Jul 8 18:53:50 2008 -0300
328
329      CancelFindFile is almost the same as XeditFocus, and could be merged in a
330    same Xt action. For the moment, automatically leave line_edit in XeditFocus.
331    
332      There is one other bug that should be fixed, that I am trying to repeat
333    (having the same file loaded twice when using tags) before a new release.
334    
335      Thre is also a problem in Xaw when deleting large amounts of selections
336    that crashes xedit, aparently due to Xaw Text widget doing some wrong math
337    and attempting to allocate a huge chunk of memory.
338
339commit c23ce2ff2439f09d00dc2c226562d44f02ca591a
340Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
341Date:   Sat May 10 21:38:23 2008 -0300
342
343    Fix an off by one error check that can lead to an infinite loop.
344    
345      This can happen when using the line edit mode to search&replace regexes.
346
347commit 2b4ebe868b660a69800dc5fe801bbcc05ccaefac
348Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
349Date:   Sat May 10 21:36:36 2008 -0300
350
351    Warn if a newer version of a file exists before overwritting it.
352
353commit 0b8304c49ab2958bc2b4ef7286467a71faa38f41
354Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
355Date:   Sat Apr 12 17:43:04 2008 -0300
356
357    Add python mode.
358    
359      This mode adds syntax highlight and automatic indentation.
360      Unlike most other modes with automatic indentation, this mode most
361    only reads one line back to figure the proper indentation.
362      Some features include:
363    o When the first character in a line is typped, it automatically
364      moves it to the proper tab stop.
365    o Increments one indentation level if line ends in ':'.
366    o Properly handle vector/hash table declarations.
367
368commit 614563884d2b19e514af233089e392127c4f4027
369Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
370Date:   Sun Mar 16 20:51:25 2008 -0300
371
372    Compile warning fixes.
373    
374      Add parenthesis around a test where after macro expansion it looked like
375    boolexpr==boolres==boolres.
376      "Ansifiy" a function without arguments.
377
378commit 60643e8f0dcd86e65400160c0a6e264e7a2a081c
379Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
380Date:   Tue Mar 11 22:28:04 2008 -0300
381
382    Support multiple make jobs.
383    
384      Minor patch to avoid requiring xedit to have some special rule in a
385    buildsystem that defaults to something like "make -j 16".
386
387commit ee636f8565931f8d897b6c8c07eb08d41695778c
388Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
389Date:   Tue Mar 11 21:52:58 2008 -0300
390
391    Fix an incorrect buffer size calculation and allocation.
392
393commit 5bd8082a9788a1b5343eb03400944a03e4250577
394Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
395Date:   Wed Mar 12 21:59:34 2008 -0300
396
397    Add perl and "auto tools" modes.
398    
399      Auto mode has only syntax highlight mode; needs some tweaking to
400    ignore "'" characters where they are allowed, i.e. usually descriptions.
401      Perl mode has syntax highlight and indentation support. May need
402    some tweaking for some files where it may parse back too much lines before
403    assuming the indentation is correct.
404
405commit a17bf690a8f80f252c3a831c79d6e8d11ce8d66c
406Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
407Date:   Tue Mar 11 21:51:57 2008 -0300
408
409    Add support for scrolling textwindow with mouse wheel.
410
411commit b1dd01f67a48785678209b90c1b0e4f44621c146
412Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
413Date:   Wed Mar 12 21:53:48 2008 -0300
414
415    Add a tags interface to xedit.
416    
417      To use the tags, first create a tags file with a command like "ctags -R".
418      The interface can be disabled with resources, see the updated man page.
419      Tag files are searched descending to the root directory.
420      Multiple tags files are properly handled, and multiple symbol definitions
421    can be searched.
422
423commit 3468f9f2cb65294771e1095a14b7263ae0a6a043
424Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
425Date:   Tue Mar 11 21:50:13 2008 -0300
426
427    Update syntax highlight table and some minor tweaks including:
428    
429    o Don't cause an warning due to an unused variable after macro expansion
430      in some indentation tables.
431    o Properly handle c++ style comments in preprocessor lines. Also highlight
432      strings and character constants.
433    o Change color of "quote" property in lisp mode. This is mainly due to
434      an undesirable side effect of using the same XrmQuark in different
435      syntax highlight definitions, causing the first one to be used, and
436      later defined ones to be ignored.
437
438commit 371c42ab955357d586cf4501762f6e9cf1be53b8
439Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
440Date:   Tue Mar 11 21:49:14 2008 -0300
441
442    Add support to enter line number in command line.
443    
444    This works the same way as for vi, i.e. "xedit file +num" will load
445    file and move cursor to line "num".
446
447commit cb30367f10f2e38065d336d331afdc50900de76d
448Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
449Date:   Tue Mar 11 21:48:58 2008 -0300
450
451    Generic lisp interface bug fixes including:
452    
453    o Allow calling disassemble in all function types
454    o Don't limit amount of bytes to generate a hash table
455    o Allow "unreadable" symbol names to be keywords
456
457commit 953664369cc66ba17c7b9c1939fd9d7f6c6137ad
458Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
459Date:   Tue Mar 11 21:48:39 2008 -0300
460
461    Fix several problems in the line edit mode.
462    
463    Also allow replacing control characters in the replace pattern as well
464    as nul characters.
465
466commit a2c47d3487aaf4667926195ba3f5b05b94626daf
467Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
468Date:   Tue Mar 11 21:46:58 2008 -0300
469
470    Fix several generic bugs including:
471    
472    o Several memory read/write errors.
473    o Implement smarter XeditPrintf that will show how many times a text
474      has been printed.
475    o Check all arguments to XeditPrintf to ensure the '%' character cannot
476      be sent to it.
477    o Some minor reindentation to code that still had the original 2 spaces
478      indentation.
479
480commit a1949714b99a502a57b3dd7a99e619c10211d9fc
481Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
482Date:   Tue Mar 11 21:46:38 2008 -0300
483
484    Make ispell interface work correctly again.
485    
486    This new interface should work properly with asciiSrc and multiSrc widgets,
487    i.e. single byte and multibyte.
488    Also added an empty dictionary entry that is understood by aspell as the
489    "default" dictionary.
490    Code is also more robust to detect aspell exiting too early.
491
492commit f1d58be104f4020ef718a542d7f5ca72cd1f531b
493Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
494Date:   Tue Mar 11 21:44:25 2008 -0300
495
496    Readd support for *international resource and default to false.
497    
498    This allows several features, like syntax highlight and indentation,
499    turned off to be enabled again.
500
501commit 7d5dbf4a19ec6bbd36784f5d7307629b69dda873
502Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
503Date:   Wed Mar 12 21:52:30 2008 -0300
504
505    Add a generic hash table interface to replace the other implementations.
506
507commit 2f7992eaefb19f23c127e15624ba38208c03439b
508Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
509Date:   Tue Mar 11 21:43:04 2008 -0300
510
511    Update build for sane defaults.
512    
513    Check for existing system functions.
514    Don't add test program sources with main functions to libraries.
515    Build test programs.
516
517commit 19e3f51f9758e2708fb4abfa364b346591089bcd
518Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
519Date:   Tue Mar 11 21:41:45 2008 -0300
520
521    Add updated/meaningful README, COPYING and AUTHORS files.
522
523commit 618a07e8131f49bbda77d2cfe5832218a561a5c8
524Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
525Date:   Tue Jul 1 18:17:44 2008 -0300
526
527    Fix a bug in the regex library
528    
529    The bug causes the regex parser to enter an infinite loop with certain
530    special patterns with alternatives. Test cases also added to ensure
531    the bug will be triggered by the tests if it is somehow reinstantiated.
532    
533    Also testing commit to xedit git repository.
534
535commit 946b5b745d9d326799a23f7210b799e1b690643d
536Author: James Cloos <cloos@jhcloos.com>
537Date:   Thu Dec 6 16:37:12 2007 -0500
538
539    Replace static ChangeLog with dist-hook to generate from git log
540
541commit dd27b05c49b6e747203c83a96ca812993b2a2def
542Author: James Cloos <cloos@jhcloos.com>
543Date:   Mon Sep 3 05:51:19 2007 -0400
544
545    Add *~ to .gitignore to skip patch/emacs droppings
546
547commit e582ba82e04632157c8a7ead56b62da7ba0eddfe
548Author: James Cloos <cloos@jhcloos.com>
549Date:   Thu Aug 23 19:24:44 2007 -0400
550
551    Rename .cvsignore to .gitignore
552
553commit baafaa1dee42640d15f4e74ff43b0ee3343de940
554Author: Adam Jackson <ajax@nwnk.net>
555Date:   Wed Apr 26 23:39:19 2006 +0000
556
557    Bump to 1.0.2
558
559commit 86e42e7030394b58d9b16eddd9ccc90efa3a11b2
560Author: Adam Jackson <ajax@nwnk.net>
561Date:   Mon Apr 3 19:42:16 2006 +0000
562
563    Bug #6480: Cygwin build fix. (Yaakov Selkowitz)
564
565commit beae4e7a8875dfe3bdae54bd3f48b922a8f8a3c1
566Author: Kevin E Martin <kem@kem.org>
567Date:   Wed Dec 21 02:29:49 2005 +0000
568
569    Update package version for X11R7 release.
570
571commit ac432c05b782f4d97943de23b97d4b3878e8fe02
572Author: Adam Jackson <ajax@nwnk.net>
573Date:   Mon Dec 19 16:22:43 2005 +0000
574
575    Stub COPYING files
576
577commit 814ad517c4de7dfecbc51636e00a62289af45a8f
578Author: Kevin E Martin <kem@kem.org>
579Date:   Thu Dec 15 00:24:06 2005 +0000
580
581    Update package version number for final X11R7 release candidate.
582
583commit e70ce0696695b7e6d627d046c19c3b6c9a8ce3da
584Author: Kevin E Martin <kem@kem.org>
585Date:   Wed Dec 7 16:17:59 2005 +0000
586
587    Change to use the app-defaults default dir configured in libXt.
588
589commit 6090b669a399c4663517b845d76945c6c2f97ef9
590Author: Kevin E Martin <kem@kem.org>
591Date:   Tue Dec 6 22:48:21 2005 +0000
592
593    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
594
595commit 2abc4c46f8d89aa95262db207f7796ee4ee2e2ea
596Author: Kevin E Martin <kem@kem.org>
597Date:   Sat Dec 3 05:49:19 2005 +0000
598
599    Update package version number for X11R7 RC3 release.
600
601commit 83a772ee412acc4cea221e1eb416dfb641f074ed
602Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
603Date:   Mon Nov 28 22:01:41 2005 +0000
604
605    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
606        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
607
608commit 08e9327b251c7bebf85befe0c927ed82183ac874
609Author: Eric Anholt <anholt@freebsd.org>
610Date:   Mon Nov 21 10:35:00 2005 +0000
611
612    Another pass at .cvsignores for apps.
613
614commit e63cf486fac692f01a5717da970eaee2b711acec
615Author: Eric Anholt <anholt@freebsd.org>
616Date:   Sun Nov 20 22:08:52 2005 +0000
617
618    Add/improve .cvsignore files for apps.
619
620commit 312e176e35cb16b7ea2ab4ea706132786a4aa511
621Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
622Date:   Sun Nov 20 04:13:45 2005 +0000
623
624    Add dependency on xp module when building with Xprint support.
625
626commit cd2d0c1372d85eba2c097c652004f97eb0821cd1
627Author: Kevin E Martin <kem@kem.org>
628Date:   Wed Nov 9 21:09:20 2005 +0000
629
630    Update package version number for X11R7 RC2 release.
631
632commit 0d4e6039465c3ecadaf76c0558ecc77931c0aa54
633Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
634Date:   Fri Oct 28 15:45:02 2005 +0000
635
636    build fix
637
638commit 4f20443995b7e8b90058be829bbbbad8f5f8c935
639Author: Adam Jackson <ajax@nwnk.net>
640Date:   Sun Oct 23 20:03:47 2005 +0000
641
642    Bug #1860: Prevent walking off the end of the scan_types array.
643
644commit 83ba7062d74bb228ba9daddd1f4524dee905d4f2
645Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
646Date:   Fri Oct 21 08:18:25 2005 +0000
647
648    remove redundant include
649
650commit d9db7305c78e1b93c9b15f73356b8afd5cb26709
651Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
652Date:   Thu Oct 20 18:24:27 2005 +0000
653
654    programs/xedit/xedit.h
655    //bugs.freedesktop.org/show_bug.cgi?id=790)
656
657commit 54c3139890ae810b4c18eed15c82303917bcb2b9
658Author: Kevin E Martin <kem@kem.org>
659Date:   Wed Oct 19 02:47:53 2005 +0000
660
661    Update package version number for RC1 release.
662
663commit 3dbe6f823ce929fee91555933312c2ad81c6f371
664Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
665Date:   Tue Oct 18 00:32:55 2005 +0000
666
667    Change default install dir for app-default files from
668        $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match
669        the monolith & allow localization
670
671commit cd4bfca48225f3eb78095f4437be8667c9dde5a6
672Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
673Date:   Mon Oct 17 23:56:22 2005 +0000
674
675    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
676        work better with BSD make
677
678commit 636d350681f43816c658e09704242e0cad31de56
679Author: Kevin E Martin <kem@kem.org>
680Date:   Sun Oct 16 06:06:57 2005 +0000
681
682    Change man sources from xedit.1 to xedit.man to allow the man page to be
683        processed. Move man page to top level dir to pass check-tarball test.
684
685commit 47709c7118e6280221931189019a3fab1bfdc691
686Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
687Date:   Fri Oct 14 00:25:44 2005 +0000
688
689    Use sed to fill in variables in man page
690
691commit 1c94f8dbcfcf16a01e792942632d0a89df6d0768
692Author: Kevin E Martin <kem@kem.org>
693Date:   Wed Oct 5 03:27:56 2005 +0000
694
695    Add missing files to EXTRA_DIST
696
697commit ebd7eea10cf5add145b0428e953fce3691b8423a
698Author: Adam Jackson <ajax@nwnk.net>
699Date:   Wed Sep 28 03:04:23 2005 +0000
700
701    Don't override , automake predefines it.
702
703commit dad8235ff737556e2eaa645a5d7b48641eba270a
704Author: Kristian Høgsberg <krh@redhat.com>
705Date:   Tue Sep 27 20:20:36 2005 +0000
706
707    Only add -DINCLUDE_XPRINT_SUPPORT if the Xaw version supports it.
708
709commit bc2182af2f8d9455f9caeb686b71cae4ff1bc0bc
710Author: Matthieu Herrb <matthieu.herrb@laas.fr>
711Date:   Sun Aug 28 17:58:39 2005 +0000
712
713    Install the lisp files.
714
715commit d0691d15ae7cf68c8a617322a2a4a77d36c704d1
716Author: Kevin E Martin <kem@kem.org>
717Date:   Fri Jul 29 21:22:32 2005 +0000
718
719    Various changes preparing packages for RC0:
720    - Verify and update package version numbers as needed
721    - Implement versioning scheme
722    - Change bug address to point to bugzilla bug entry form
723    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
724        reenable it)
725    - Fix makedepend to use pkgconfig and pass distcheck
726    - Update build script to build macros first
727    - Update modular Xorg version
728
729commit aebfa8db8c0069d4474841414012b7f19ec14d53
730Author: Matthieu Herrb <matthieu.herrb@laas.fr>
731Date:   Sat Jul 23 16:12:58 2005 +0000
732
733    Fix DEP_* reference
734
735commit d9d6a51c74d055e93b2fb8450ef9de162e35945f
736Author: Matthieu Herrb <matthieu.herrb@laas.fr>
737Date:   Sat Jul 23 16:12:33 2005 +0000
738
739    - fix DEP_* references
740    - fix GNU-make only rule for app-defaults
741
742commit 0842c698bd90b2f47d808d47b37912a7a0e3ba78
743Author: Adam Jackson <ajax@nwnk.net>
744Date:   Wed Jul 20 19:31:52 2005 +0000
745
746    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
747        configure cache, you cache it, and the cached value is probably wrong.
748
749commit c46761f286f8c9a41ee0e510211b5ed667a78479
750Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
751Date:   Tue Jul 12 18:45:46 2005 +0000
752
753    - lib/lbxutil/lbxutil.pc.in: link to lbxutil, not Xfixes
754    - symlink.sh: add xedit.h, add xedit/lis/mp directory, add xfs
755    - xc/programs/xedit: include "lisp/../xedit.h" instead of xedit/xedit.h
756    - Change include of "foo.h" to <X11/.../foo.h> in various places in
757        xc/programs/lbxproxy and xc/programs/xfs
758    - add build system for xfs
759    - add forgotten lbxproxytrans.c file
760
761commit fc1f512d7cd7876f79190511315fe219667b2e81
762Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
763Date:   Tue Jul 12 17:41:52 2005 +0000
764
765    Build system for xprint
766
767commit 6bc36c6c67fed984af4f60224a7ea693d1b7d217
768Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
769Date:   Wed Apr 20 16:18:03 2005 +0000
770
771    Move variable declaration to top. Makes gcc2 happy.
772
773commit 33c2d047571cd4ebce2eb630515fc33aa3f05b98
774Author: Roland Mainz <roland.mainz@nrubsig.org>
775Date:   Mon Apr 11 01:06:15 2005 +0000
776
777    xc/programs/Xserver/Xprint/attributes.c
778    xc/programs/glxgears/glxgears.c
779    xc/programs/xdbedizzy/xdbedizzy.c
780    xc/programs/xedit/Imakefile
781    xc/programs/xedit/Xedit-xprint.ad
782    xc/programs/xedit/util.c
783    xc/programs/xedit/xedit.h
784    xc/programs/xlogo/print.c
785    xc/programs/xlogo/xlogo.c
786    xc/programs/xlogo/xlogo.h
787    xc/programs/xman/Imakefile
788    xc/programs/xman/print.h
789    xc/programs/xmore/Imakefile
790    xc/programs/xmore/print.c
791    xc/programs/xmore/print.h
792    xc/programs/xmore/printdialog.c
793    xc/programs/xphelloworld/xpawhelloworld/xpawhelloworld.c
794    xc/programs/xphelloworld/xphelloworld/xphelloworld.c
795    xc/programs/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.c
796    xc/programs/xphelloworld/xpxmhelloworld/xpxmhelloworld.c
797    //bugs.freedesktop.org/show_bug.cgi?id=790) attachment #2379
798        (https://bugs.freedesktop.org/attachment.cgi?id=2379) Implement support
799        client+Xserver support for passing output (stdout+stderr) of the
800        spooler command started by the Xprint server back to the application
801        using the "xp-spooler-command-results" XPJobAttr attribute
802        (applications can fetch the attribute value after the XPEndJobNotify
803        event was received; more details can be found in
804        http://xprint.mozdev.org/docs/dtprint_fspec.ps).
805
806commit bd31ddba0725738848be8298a7b1dd691c103fa3
807Author: Egbert Eich <eich@suse.de>
808Date:   Mon Apr 4 10:17:07 2005 +0000
809
810    Fixed sentinels in Xt, editres and xedit to reduce number of warnings with
811        gcc4 (Andreas Schwab).
812
813commit dfb0b2dac20f575a7be260895f2847daeeacb819
814Author: Roland Mainz <roland.mainz@nrubsig.org>
815Date:   Mon Jan 3 01:06:36 2005 +0000
816
817    xc/lib/XprintAppUtil/xpapputil.c
818    xc/lib/XprintAppUtil/xpapputil.h
819    xc/lib/XprintUtil/xprintutil.c
820    xc/lib/XprintUtil/xprintutil.h
821    xc/programs/glxgears/glxgears.c
822    xc/programs/xdbedizzy/xdbedizzy.c
823    xc/programs/xedit/Xedit-xprint.ad
824    xc/programs/xedit/commands.c
825    xc/programs/xlogo/print.c
826    xc/programs/xlsfonts/xlsfonts.c
827    xc/programs/xlsfonts/xlsfonts.man
828    xc/programs/xlsfonts/xlsfonts.sgml
829    xc/programs/xman/Xman-xprint.ad
830    xc/programs/xman/handler.c
831    xc/programs/xman/print.c
832    xc/programs/xman/print.h
833    xc/programs/xmore/XMore.ad
834    xc/programs/xmore/print.c
835    xc/programs/xmore/print.h
836    xc/programs/xmore/printdialog.c
837    xc/programs/xmore/printdialog.h
838    xc/programs/xmore/printdialogprivates.h
839    xc/programs/xmore/xmore.c
840    xc/programs/xphelloworld/xpawhelloworld/xpawhelloworld.c
841    xc/programs/xphelloworld/xphelloworld/xphelloworld.c
842    xc/programs/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.c
843    xc/programs/xphelloworld/xpxmhelloworld/xpxmhelloworld.c
844    xc/programs/xphelloworld/xpxthelloworld/xpxthelloworld.c
845    xc/programs/xplsprinters/xplsprinters.c
846    //bugs.freedesktop.org/show_bug.cgi?id=1706) attachment #1615
847        (https://bugs.freedesktop.org/attachment.cgi?id=1615): XprintUtils
848        2004/Q3 update. This adds various new features to the XprintUtils
849        library including support for page resolutions where
850        X_resolution!=Y_resolution, listfonts-mode control and initial
851        framework for the COLORSPACE extension. Patch by Roland Mainz
852        <roland.mainz@nrubsig.org> and Julien Lafon <julien.lafon@gmail.com>.
853
854commit 5581ed55c6918f69786d63e9a401f9d8b33a66d2
855Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
856Date:   Sat Dec 4 00:43:16 2004 +0000
857
858    Encoding of numerous files changed to UTF-8
859
860commit 4d6b4556b8517ac36d6f87837dfb936872581b12
861Author: Roland Mainz <roland.mainz@nrubsig.org>
862Date:   Tue Oct 12 22:46:40 2004 +0000
863
864    Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1601 - Fix
865        problems with wrong page counts in xedit&co. when a global "*geometry"
866        resource was overriding the internal geometry management used by
867        XawPrintShell(=usually adjust to current page size, the resource was
868        turning this into a static value). (Original patch by Felix Schulte
869        <felix.schulte@gmail.com>)
870
871commit 98e553431586c07fe0534c01c0a6e1b15ddc8958
872Author: Egbert Eich <eich@suse.de>
873Date:   Tue Sep 21 17:57:40 2004 +0000
874
875    Merged over libXpm security fix provided by Chris Evans, Matthieu Herrb and
876        Alan Coopersmith from release 6.8.1.
877    Fail during initialization with error if font/fontset is not set for
878        widget. This prevents a sig11 later when the non-existent font/fontset
879        structs are referenced.
880    Check if xf86Info.kbdProc pointer is really set before calling it on abort
881        as this pointer won't be set if the new modular keyboard driver is used
882        (Matthias Hopf).
883    Added new libs to the bindist control files.
884    Removed inclusion of unnecessary kernel header on Linux. This may fail in
885        an -ansi environment.
886
887commit 3981cffbb6f4f4fe4227481c51083063a9ea995e
888Author: Kevin E Martin <kem@kem.org>
889Date:   Thu Sep 2 08:40:32 2004 +0000
890
891    Restore xman and xedit changes that were previously reverted, and make
892        Xprint support optional (Bug #1273, Roland Mainz).
893
894commit 6b12ddbb33c8722e50e7f69f456ba0ba72b76ddd
895Author: Kristian Høgsberg <krh@redhat.com>
896Date:   Mon Aug 16 16:36:16 2004 +0000
897
898    As discussed and agreed on on the release-wranglers meeting of August 16,
899        I'm committing the patch from bug #1060 to back out unconditional
900        Xprint functionality.
901    Back out Xprint changes.
902    Revert xman to CVS of June 5, revert xlogo to CVS of May 8, revert xedit to
903        CVS of April 25, to back out unconditional Xprint support.
904    Fix up Xprint config logic to be like the rest of the extensions:
905        BuildXprint is a one-stop option for disabling everything Xprint
906        related. XprtServer controls building Xprt, BuildXprintLib controls
907        building Xprint libs and BuildXprintClients controls building clients
908        related to Xprint. BuiltXprint defaults to YES and the other options
909        respects relevant settings, i.e. BuildServer and BuildServersOnly.
910    Build Xaw regardless of BuildXprintLib setting.
911    Only build xphelloworld, xplsprinters and xprehashprinterlist when
912        BuildXprintClients it YES. Disable building xmore, it has always
913        supported XawPrintShell.
914    Make Xprint support depend on BuildXprintLib.
915
916commit d980ac394b3f828ce3c03d5894218d712d7b2846
917Author: Roland Mainz <roland.mainz@nrubsig.org>
918Date:   Thu Jul 29 00:40:35 2004 +0000
919
920    Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=938 - Update
921        XawPrintShell per feedback and review comments.
922
923commit d88d25361d5c03e126f040d08c4e005494ca9bfe
924Author: Roland Mainz <roland.mainz@nrubsig.org>
925Date:   Tue Jun 8 02:44:35 2004 +0000
926
927    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=668 - Add print
928        support to xman
929
930commit cf44083fa20c4f39a89a63ced16974c832039325
931Author: Roland Mainz <roland.mainz@nrubsig.org>
932Date:   Sun May 30 22:44:01 2004 +0000
933
934    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=695 - Add print
935        support to Xedit
936
937commit 3b70888a54396c1b5ab67be863b189c7b8775695
938Author: Roland Mainz <roland.mainz@nrubsig.org>
939Date:   Sun May 30 00:52:30 2004 +0000
940
941    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=693 - XMore and
942        XawPrintDialog work-in-progress, fixing various problems and adding
943        framework for i18n.
944
945commit aa3ab858ee6f5e51e0816dac708142bbcc38da5b
946Author: Roland Mainz <roland.mainz@nrubsig.org>
947Date:   Mon May 24 03:17:44 2004 +0000
948
949    Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=611 -
950        Adding simple text viewer (xmore)
951
952commit 5d7513ad1d0c061f97373b684d669ebf98d7867e
953Author: Egbert Eich <eich@suse.de>
954Date:   Thu May 6 17:31:17 2004 +0000
955
956    BugZilla #601: Fixing makedepend choking on floating point exception
957        because CHAR_BIT is defined to __CHAR_BIT__ which is a compiler
958        intrinsic define. BugZilla #605: Fixing build on IA64 which is broken
959        due to the inclusion of the kernel header asm/page.h. Kernel headers
960        however don't work with
961    -ansi. The inclusion of asm/page.h can however savely be removed as it
962        there are plenty of other ways to determine the page size.
963
964commit 9f5d0de96f079e84c648a0173bffac8ec2c3bef5
965Author: Egbert Eich <eich@suse.de>
966Date:   Fri Apr 23 19:54:46 2004 +0000
967
968    Merging XORG-CURRENT into trunk
969
970commit 91547cc15f41faa1a55f2d764f67abd24777e9be
971Author: Egbert Eich <eich@suse.de>
972Date:   Sun Mar 14 08:35:19 2004 +0000
973
974    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
975
976commit 8293776acb1b916f1f7199e975bae4d370668243
977Author: Egbert Eich <eich@suse.de>
978Date:   Wed Mar 3 12:13:05 2004 +0000
979
980    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
981
982commit b7c2da33938e1091850181d827a9ef6f51575883
983Author: Egbert Eich <eich@suse.de>
984Date:   Thu Feb 26 13:36:24 2004 +0000
985
986    readding XFree86's cvs IDs
987
988commit e502fd1629139ee9e5df1f0bdeb454710ab6adfa
989Author: Egbert Eich <eich@suse.de>
990Date:   Thu Feb 26 09:24:06 2004 +0000
991
992    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
993
994commit dc1aded02ad02936526d5528b6504121cf86e1b1
995Author: Kaleb Keithley <kaleb@freedesktop.org>
996Date:   Mon Feb 23 20:35:39 2004 +0000
997
998    Import most of XFree86 4.4RC3. This import excludes files which have the
999        new license. If we want to, later we can import 4.4RC3 again and pick
1000        up the files that have the new license, but for now the vendor branch
1001        is "pure."
1002
1003commit 71331fcaaca36aadf8f4857526a4ca2162b71df4
1004Author: Egbert Eich <eich@suse.de>
1005Date:   Thu Jan 29 08:09:08 2004 +0000
1006
1007    Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
1008
1009commit 39a948f028c2e3cb3083d7d2f847acbd27facc23
1010Author: Kaleb Keithley <kaleb@freedesktop.org>
1011Date:   Fri Dec 19 20:55:55 2003 +0000
1012
1013    XFree86 4.3.99.902 (RC 2)
1014
1015commit 54593d8ebb341f7c2a0321fbf4207d7848b44a7f
1016Author: Kaleb Keithley <kaleb@freedesktop.org>
1017Date:   Fri Dec 19 20:55:55 2003 +0000
1018
1019    Initial revision
1020
1021commit 0912e16e368c939d60f7b1400a247c6e5f080ff6
1022Author: Kaleb Keithley <kaleb@freedesktop.org>
1023Date:   Thu Dec 4 22:03:48 2003 +0000
1024
1025    XFree86 4.3.99.901 (RC 1)
1026
1027commit 10dc4a2c37597e02c12a9df3e9dba02a73bfc11b
1028Author: Kaleb Keithley <kaleb@freedesktop.org>
1029Date:   Tue Nov 25 19:29:12 2003 +0000
1030
1031    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
1032
1033commit 8ae60bfe8a4b233100f5128859c76239e5789f70
1034Author: Kaleb Keithley <kaleb@freedesktop.org>
1035Date:   Fri Nov 14 16:49:22 2003 +0000
1036
1037    XFree86 4.3.0.1
1038
1039commit 0a193e032ba1ecf3f003e027e833dc9d274cb740
1040Author: Kaleb Keithley <kaleb@freedesktop.org>
1041Date:   Fri Nov 14 16:49:22 2003 +0000
1042
1043    Initial revision
1044