1commit 62bfb33c545c6afd0cd5ee050168ce1fd461a956
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Thu May 4 16:54:24 2023 -0700
4
5    xcalc 1.1.2
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit b81cfc8c61991a8f997340f5c67704d695c1fc21
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Sat Feb 18 13:45:45 2023 -0800
12
13    Accept number keys on main keyboard when NumLock is on
14    
15    Adds translations with NumLock modifier active, since removing "None"
16    from the existing translations would make shifted keys enter numbers
17    instead of doing the operations corresponding to the shifted character.
18    
19    Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=173314
20    
21    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
22
23commit d8e95b8b949970dbeeeeba73b1bc71d7f662e5cc
24Author: Alan Coopersmith <alan.coopersmith@oracle.com>
25Date:   Sun Feb 5 11:13:41 2023 -0800
26
27    Add -help option
28    
29    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
30
31commit fc6543c0f9292880180531d656e80c903e8e7dfd
32Author: Alan Coopersmith <alan.coopersmith@oracle.com>
33Date:   Sun Feb 5 10:22:09 2023 -0800
34
35    Stop casting function returns to void
36    
37    This was used with old versions of lint to stop warnings about
38    unused return values.
39    
40    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
41
42commit 28429cd68dfdc9850d3ebc7f712dc752a1c9244c
43Author: Alan Coopersmith <alan.coopersmith@oracle.com>
44Date:   Sun Feb 5 10:17:01 2023 -0800
45
46    Fix -version handling to not require opening a display first
47    
48    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
49
50commit d624c05dc44dcb69ae48d0c0665e326fcdc972ba
51Author: Alan Coopersmith <alan.coopersmith@oracle.com>
52Date:   Sat Jan 28 11:25:46 2023 -0800
53
54    Add -version option
55    
56    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
57
58commit 846249c8bb9f113573c7c6504ea45ae673f4652b
59Author: Michael Bäuerle  <michael.baeuerle@stz-e.de>
60Date:   Wed Jan 25 16:00:51 2023 +0100
61
62    Key color highlighting still incorrect
63    
64    Update red keys on right and make the hexadecimal digit keys white too
65    
66    Fixes: 19eb8ce ("TI mode: correct key color highlighting")
67    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
68
69commit 478c9725430c0087e08547fad5f93072f459da94
70Author: Alan Coopersmith <alan.coopersmith@oracle.com>
71Date:   Wed Jul 13 15:46:06 2022 -0700
72
73    gitlab CI: stop requiring Signed-off-by in commits
74    
75    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
76
77commit dfbeedae7eefa1605ed2f912beb0de31810ec63f
78Author: Alan Coopersmith <alan.coopersmith@oracle.com>
79Date:   Sun Apr 3 10:33:30 2022 -0700
80
81    xcalc 1.1.1
82    
83    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
84
85commit d484e053d54801f1afdcc67ef7651d048df97295
86Author: Alan Coopersmith <alan.coopersmith@oracle.com>
87Date:   Sat Apr 2 13:01:49 2022 -0700
88
89    man page: remove out-of-date COPYRIGHT section
90    
91    The information previously listed here didn't match what is present in
92    the source code or the COPYING file, and the X(7) man page doesn't list
93    any license information as this had claimed.
94    
95    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
96
97commit 7889111d9809af38a2cfb8c1ead1931c1f593be8
98Author: Alan Coopersmith <alan.coopersmith@oracle.com>
99Date:   Sat Dec 4 10:42:03 2021 -0800
100
101    Build xz tarballs instead of bzip2
102    
103    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
104
105commit 242bcecfbb662a1c57f3d8d505492be2b6db89a2
106Author: Alan Coopersmith <alan.coopersmith@oracle.com>
107Date:   Sat Dec 4 10:42:00 2021 -0800
108
109    gitlab CI: add a basic build test
110    
111    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
112
113commit b7886c8da2a3d8a92dea43828202d1762898041b
114Author: Alan Coopersmith <alan.coopersmith@oracle.com>
115Date:   Sun Nov 28 11:42:06 2021 -0800
116
117    Fix spelling/wording issues
118    
119    Found by using:
120        codespell --builtin clear,rare,usage,informal,code,names
121    
122    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
123
124commit 19eb8cefe1c3f7b5018e51d3dd5cc4bf691a553d
125Author: Alan Coopersmith <alan.coopersmith@oracle.com>
126Date:   Fri Sep 17 17:02:35 2021 -0700
127
128    TI mode: correct key color highlighting
129    
130    Decimal number key mapping in XCalc-color was offset after adding
131    the bitwise ops & base conversion keys in commit c4f1bdb1
132    
133    Fixes: #2
134    
135    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
136
137commit df1721c44e0b357f4d8ae80247861b4a6f7a7bbb
138Author: Alan Coopersmith <alan.coopersmith@oracle.com>
139Date:   Sun Jun 9 13:44:24 2019 -0700
140
141    xcalc 1.1.0
142    
143    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
144
145commit 74a71638ace07252e85106d87f80a62b1f07280f
146Author: Alan Coopersmith <alan.coopersmith@oracle.com>
147Date:   Sat Jun 1 17:33:44 2019 -0700
148
149    Fix -Wsign-compare warning in quit() function
150    
151    Reported by gcc 7.3:
152    actions.c: In function ‘quit’:
153    actions.c:414:60: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
154         if (ev->type == ClientMessage && ev->xclient.data.l[0] != wm_delete_window)
155                                                                ^~
156    
157    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
158
159commit 012115650d15697e1cdc13edf770ac9775b108f4
160Author: Alan Coopersmith <alan.coopersmith@oracle.com>
161Date:   Sat Jun 1 17:29:15 2019 -0700
162
163    Fix -Wsign-compare warning in Syntax() function
164    
165    Reported by gcc 7.3:
166    xcalc.c: In function ‘Syntax’:
167    xcalc.c:322:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
168         for (i=0; i < XtNumber(Options); i++)
169                     ^
170    
171    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
172
173commit 7a04d51cb90b9a314eea117bc36fedb2bfaab516
174Author: Alan Coopersmith <alan.coopersmith@oracle.com>
175Date:   Sat Jun 1 17:24:20 2019 -0700
176
177    Pass -D_CONST_X_STRING to make libXt declare String as const char *
178    
179    Clears up 58 of 62 gcc -Wdiscarded-qualifiers warnings in the xcalc build
180    
181    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
182
183commit 519e35d2c5649a995d39ee26e39809a3b7ffabc9
184Author: Alan Coopersmith <alan.coopersmith@oracle.com>
185Date:   Sat Jun 1 17:16:11 2019 -0700
186
187    Add bitwise ops and base conversion (DEC/OCT/HEX) to man page
188    
189    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
190
191commit c4f1bdb16b560d813e6ded83c2d7a4f4d280a90a
192Author: Tim Hentenaar <tim@hentenaar.com>
193Date:   Sat Mar 22 02:47:33 2014 +0100
194
195    Add bitwise ops and base conversion (DEC/OCT/HEX) in TI mode
196    
197    These operations implicitly truncate their parameters, and result to
198    integers:
199    
200    * not
201    * and
202    * or
203    * xor
204    * shl
205    * shr
206    * mod
207    * trunc
208    
209    Base 2 was left out of the base conversion code intentionally as it
210    would require making the UI at least one third wider.
211    
212    Attempts to change base with negative values will simply display
213    "error." Note that with larger numbers, the result may be inaccurate
214    due to rounding.
215    
216    I've also bound the Return key to the equal() action.
217    
218    Signed-off-by: Tim Hentenaar <tim@hentenaar.com>
219
220commit be5114cebfdc29788cf038d349c0ed6cce4bb536
221Author: Alan Coopersmith <alan.coopersmith@oracle.com>
222Date:   Sun Feb 17 13:50:58 2019 -0800
223
224    xcalc 1.0.7
225    
226    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
227
228commit 85c9feb6e10cea1ef017d702151b14717c40b9d5
229Author: Stéphane Aulery  <lkppo@free.fr>
230Date:   Sun Jul 7 22:50:30 2013 +0200
231
232    Reduce scope of i (cppcheck --verbose --enable=all)
233    
234    Signed-off-by: Stéphane Aulery <lkppo@free.fr>
235    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
236    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
237
238commit aa3d39389bfc752486a83933574d0365c74d4e29
239Author: Stéphane Aulery  <lkppo@free.fr>
240Date:   Sun Jul 7 22:50:29 2013 +0200
241
242    Reduce scope of cell (cppcheck --verbose --enable=all)
243    
244    Signed-off-by: Stéphane Aulery <lkppo@free.fr>
245    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
246    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
247
248commit 8d156f428912aecdd493e075b75e735bfbae7dda
249Author: Alan Coopersmith <alan.coopersmith@oracle.com>
250Date:   Wed Nov 21 16:59:17 2018 -0800
251
252    Update configure.ac bug URL for gitlab migration
253    
254    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
255
256commit b8f4da1126dd44b4adc5f83ba5c7e06a2de75996
257Author: Alan Coopersmith <alan.coopersmith@oracle.com>
258Date:   Fri Nov 16 21:11:40 2018 -0800
259
260    Update README for gitlab migration
261    
262    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
263
264commit 8df4b463f69fc3e7e08ce5de284ed7f318935c1e
265Author: Alan Coopersmith <alan.coopersmith@oracle.com>
266Date:   Sat May 5 12:20:12 2018 -0700
267
268    Reword fall through comments to appease gcc -Wimplicit-fallthrough
269    
270    Gets rid of these warnings:
271    math.c:707:24: warning: this statement may fall through [-Wimplicit-fallthrough=]
272       case kSQR:   flagINV = !flagINV; /* fall through to */
273                    ~~~~~~~~^~~~~~~~~~
274    math.c:708:3: note: here
275       case kSQRT:  if (flagINV) dnum=dnum*dnum;
276       ^~~~
277    math.c:711:24: warning: this statement may fall through [-Wimplicit-fallthrough=]
278       case k10X:   flagINV = !flagINV; /* fall through to */
279                    ~~~~~~~~^~~~~~~~~~
280    math.c:712:3: note: here
281       case kLOG:   if (flagINV) dnum=pow(10.0,dnum);
282       ^~~~
283    math.c:715:24: warning: this statement may fall through [-Wimplicit-fallthrough=]
284       case kEXP:   flagINV = !flagINV; /* fall through to */
285                    ~~~~~~~~^~~~~~~~~~
286    math.c:716:3: note: here
287       case kLN:    if (flagINV) dnum=exp(dnum);
288       ^~~~
289    
290    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
291
292commit 7a90211e35841758ff11e79a1633494e2055df88
293Author: Alan Coopersmith <alan.coopersmith@oracle.com>
294Date:   Sat May 5 12:15:19 2018 -0700
295
296    Fix misleading indentation in math.c
297    
298    math.c: In function ‘numeric’:
299    math.c:267:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentat
300    ion]
301       if ((int) strlen(dispstr) >= MAXDISP)
302       ^~
303    math.c:270:5: note: ...this statement, but the latter is misleadingly indented a
304    s if it were guarded by the ‘if’
305         switch (keynum){
306         ^~~~~~
307    
308    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
309
310commit d056a3c6843cf5f6c8b392c46bc4f1b637f87d0b
311Author: Mihail Konev <k.mvc@ya.ru>
312Date:   Thu Jan 26 14:00:20 2017 +1000
313
314    autogen: add default patch prefix
315    
316    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
317
318commit f5982d0175359f7db28127cba3a42e08352f295b
319Author: Emil Velikov <emil.l.velikov@gmail.com>
320Date:   Mon Mar 9 12:00:52 2015 +0000
321
322    autogen.sh: use quoted string variables
323    
324    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
325    fall-outs, when they contain space.
326    
327    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
328    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
329    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
330
331commit 004ce8287f9afab014a44c8bb8ba476ef5930a57
332Author: Peter Hutterer <peter.hutterer@who-t.net>
333Date:   Tue Jan 24 10:32:07 2017 +1000
334
335    autogen.sh: use exec instead of waiting for configure to finish
336    
337    Syncs the invocation of configure with the one from the server.
338    
339    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
340    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
341
342commit 0fba659f91bebe1f92f4de2660bf806fd049350b
343Author: Alan Coopersmith <alan.coopersmith@oracle.com>
344Date:   Mon Jan 19 21:26:22 2015 -0800
345
346    xcalc 1.0.6
347    
348    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
349
350commit a647c9bd255c136f9e6e3e274ecf4253e9ead6d6
351Author: Alan Coopersmith <alan.coopersmith@oracle.com>
352Date:   Thu Aug 7 19:20:44 2014 -0700
353
354    Replace index() call with strchr()
355    
356    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
357
358commit a91574fe283263a3f9d91fb257ecb2c5b0a97541
359Author: Alan Coopersmith <alan.coopersmith@oracle.com>
360Date:   Mon Jun 2 22:10:55 2014 -0700
361
362    autogen.sh: Honor NOCONFIGURE=1
363    
364    See http://people.gnome.org/~walters/docs/build-api.txt
365    
366    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
367
368commit 6387133e231ec16da4204fddaffafe70d077e5d8
369Author: Alan Coopersmith <alan.coopersmith@oracle.com>
370Date:   Mon Jun 2 22:10:55 2014 -0700
371
372    configure: Drop AM_MAINTAINER_MODE
373    
374    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
375
376commit 8afe5270310698d24fff370276c7fd91eb816720
377Author: Gaetan Nadon <memsize@videotron.ca>
378Date:   Tue Dec 17 08:24:45 2013 -0500
379
380    Replace signal_t with void
381    
382    Now that Imake SIGNALRETURNSINT has been removed, the signal handler
383    function return type can only be void.
384    
385    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
386    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
387
388commit 40911339c45a880abbe6ad60dac4718a402d88ab
389Author: Gaetan Nadon <memsize@videotron.ca>
390Date:   Mon Dec 16 10:04:46 2013 -0500
391
392    Assume signal handlers return void, as C89 requires
393    
394    Drops use of Imake's obsolete SIGNALRETURNSINT.
395    
396    Reviewd-by: Mark Kettenis <kettenis@openbsd.org>
397    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
398
399commit 25454313c637f2b6983ba289deed96141cec8000
400Author: Alan Coopersmith <alan.coopersmith@oracle.com>
401Date:   Tue Jul 9 23:01:23 2013 -0700
402
403    Mark functions noreturn as suggested by gcc -Wmissing-noreturn
404    
405    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
406
407commit de0e13ada857191a59c0e8f985d2317a7c41f43b
408Author: Alan Coopersmith <alan.coopersmith@oracle.com>
409Date:   Tue Jul 9 22:56:02 2013 -0700
410
411    Rename "e" arguments to "ev" to avoid shadowing e() function
412    
413    Resolves many gcc warnings of the form:
414    actions.c: In function ‘add’:
415    actions.c:142:35: warning: declaration of ‘e’ shadows a global declaration
416    actions.c:57:13: warning: shadowed declaration is here [-Wshadow]
417    
418    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
419
420commit 40da34202dffa96197c6248a9d80894611e27921
421Author: Alan Coopersmith <alan.coopersmith@oracle.com>
422Date:   Tue Jul 9 22:53:07 2013 -0700
423
424    Remove redundant redeclaration of ‘factorial’
425    
426    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
427
428commit 1de8253f0ede02ec87d28b028de97da79adc12e2
429Author: Alan Coopersmith <alan.coopersmith@oracle.com>
430Date:   Tue Jul 9 22:49:21 2013 -0700
431
432    Replace sprintf & strcpy calls with snprintf & strlcpy
433    
434    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
435
436commit 3d58c22c4c2729d52b5278c0e6350c0f9f44cfa8
437Author: Alan Coopersmith <alan.coopersmith@oracle.com>
438Date:   Sat Jul 6 20:45:40 2013 -0700
439
440    Remove unused min & max macros from math.c
441    
442    Flagged by clang:
443    
444     math.c:33:9: warning: macro is not used [-Wunused-macros]
445     #define min(a,b) ((a) < (b) ? (a) : (b))
446             ^
447     math.c:34:9: warning: macro is not used [-Wunused-macros]
448     #define max(a,b) ((a) > (b) ? (a) : (b))
449             ^
450    
451    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
452
453commit 3e6d23bb9d57ae3d19e9eb47ced654669fca4d7c
454Author: Stéphane Aulery  <lkppo@free.fr>
455Date:   Sun Jul 7 02:02:46 2013 +0200
456
457    Use the new M_E symbol from math.h
458    
459    Use the new M_E symbol from math.h and fix and a value of the same
460    accuracy if it's necessary to redefine M_E.
461    
462    Signed-off-by: Stéphane Aulery <lkppo@free.fr>
463    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
464    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
465
466commit f3b065f03a7b68310b489d5d97b11985ef36e977
467Author: Stéphane Aulery  <lkppo@free.fr>
468Date:   Sun Jul 7 02:02:38 2013 +0200
469
470    Use the new M_PI symbol from math.h
471    
472    Use the new M_PI symbol from math.h and fix and a value of the same
473    accuracy if it's necessary to redefine M_PI.
474    
475    Signed-off-by: Stéphane Aulery <lkppo@free.fr>
476    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
477    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
478
479commit b9a89876666a42ad8692e8384a5a826456e6ae56
480Author: Stéphane Aulery  <lkppo@free.fr>
481Date:   Sat Jul 6 15:39:07 2013 +0200
482
483    Drop CRAY support
484    
485    Signed-off-by: Stéphane Aulery <lkppo@free.fr>
486    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
487
488commit 7e67bcb9563302f4e89be7a2afb1ae30c185689e
489Author: Alan Coopersmith <alan.coopersmith@oracle.com>
490Date:   Mon Jan 14 23:08:54 2013 -0800
491
492    xcalc 1.0.5
493    
494    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
495
496commit fa70ea30be4c1a13d553785da8f6e920471655d4
497Author: Eric S. Raymond <esr@thyrsus.com>
498Date:   Thu Aug 23 06:12:20 2012 -0400
499
500    Use table markup rather than tab stops.  Aids DocBook translation.
501
502commit 1e885381028c2e94a7f83a6489f11ed00f18b530
503Author: Alan Coopersmith <alan.coopersmith@oracle.com>
504Date:   Wed Sep 28 20:28:31 2011 -0700
505
506    Strip trailing whitespace
507    
508    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
509    git diff -w & git diff -b show no diffs from this change
510    
511    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
512
513commit cad47868c99d4eac0ae2ad305399143a9aed3b2d
514Author: Alan Coopersmith <alan.coopersmith@oracle.com>
515Date:   Wed Sep 28 20:27:03 2011 -0700
516
517    Add const to parse_double() args to fix gcc -Wwrite-strings warnings
518    
519    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
520
521commit c8ef1bb20266365a46ea82dfff79c78b6c61337d
522Author: Gaetan Nadon <memsize@videotron.ca>
523Date:   Wed Jan 19 10:06:55 2011 -0500
524
525    config: move man pages into their own directory
526    
527    Use services provided by XORG_MANPAGE_SECTIONS.
528    Use standard Makefile for man pages.
529    
530    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
531
532commit c9c8030e71d2a3d6663f177963d8dcf148a46067
533Author: Gaetan Nadon <memsize@videotron.ca>
534Date:   Thu Jan 13 17:15:36 2011 -0500
535
536    man: replace hard coded man page section with substitution strings
537    
538    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
539
540commit 8cc897e03ff972d2f2addf54ed54d014845cc9bb
541Author: Gaetan Nadon <memsize@videotron.ca>
542Date:   Thu Jan 13 11:15:47 2011 -0500
543
544    man: remove trailing spaces and tabs
545    
546    Using s/[ \t]*$//
547    
548    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
549
550commit d1dac5141b2398d5490453e0ff150b3db836a15f
551Author: Gaetan Nadon <memsize@videotron.ca>
552Date:   Wed Jan 12 15:29:49 2011 -0500
553
554    config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
555    
556    This silences an Automake warning.
557    
558    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
559
560commit 2755eae3be5fc239da792c46a10426281ee77b85
561Author: Alan Coopersmith <alan.coopersmith@oracle.com>
562Date:   Fri Nov 26 13:53:42 2010 -0800
563
564    xcalc 1.0.4.1
565    
566    Just respinning the tarballs with the correct install-sh instead of the
567    broken copy accidentally included in the 1.0.4 tarballs.
568    
569    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
570
571commit 8245b9f8451b92a1aaa7a3520114a4afdd37c2e8
572Author: Alan Coopersmith <alan.coopersmith@oracle.com>
573Date:   Wed Nov 24 15:58:04 2010 -0800
574
575    xcalc 1.0.4
576    
577    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
578
579commit 4ac002703c8bda62f768f581e1ec81bbf7446365
580Author: Alan Coopersmith <alan.coopersmith@oracle.com>
581Date:   Sat Nov 20 11:12:55 2010 -0800
582
583    create_keypad: declare list of button name strings as const
584    
585    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
586
587commit 0d7aa29c6209391cf8307c19b5cf84528f8c2184
588Author: Alan Coopersmith <alan.coopersmith@oracle.com>
589Date:   Sat Nov 20 10:55:58 2010 -0800
590
591    Purge RCS/CVS version tags
592    
593    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
594
595commit 9ede32efd5f840b7728e28e24efe2759e2c3917b
596Author: Alan Coopersmith <alan.coopersmith@oracle.com>
597Date:   Sat Nov 20 10:41:45 2010 -0800
598
599    config: Explicitly check for xt & x11 pkgs, since xcalc calls those directly
600    
601    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
602
603commit 4be6d1bd7b6293ff4af1042098a6164aa9639595
604Author: Alan Coopersmith <alan.coopersmith@oracle.com>
605Date:   Sat Nov 20 10:37:40 2010 -0800
606
607    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
608    
609    Regroup AC statements under the Autoconf initialization section.
610    Regroup AM statements under the Automake initialization section.
611    Add missing AC_CONFIG_SRCDIR
612    
613    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
614
615commit 30e01e9b012c7191c28946a73c2ff5b969d9eec7
616Author: Alan Coopersmith <alan.coopersmith@oracle.com>
617Date:   Sat Nov 20 10:35:57 2010 -0800
618
619    config: Remove unnecessary calls from configure.ac
620    
621    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
622    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
623    
624    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
625
626commit 5505a663714c71aa3545889633f36079522edcb5
627Author: Alan Coopersmith <alan.coopersmith@oracle.com>
628Date:   Sat Nov 20 10:34:33 2010 -0800
629
630    config: upgrade to util-macros 1.8 for additional man page support
631    
632    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
633    The value of MAN_SUBST is the same for all X.Org packages.
634    
635    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
636    Enables use of platform appropriate version of sed.
637    
638    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
639
640commit 6919c12a985abd335b4890005d572107f833c3ec
641Author: Gaetan Nadon <memsize@videotron.ca>
642Date:   Sat Nov 20 10:31:43 2010 -0800
643
644    config: update AC_PREREQ statement to 2.60
645    
646    Unrelated to the previous patches, the new value simply reflects
647    the reality that the minimum level for autoconf to configure
648    all x.org modules is 2.60 dated June 2006.
649    
650    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
651    
652    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
653    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
654
655commit 8180d8ea42cfdda9ed3828fb28d1a6cd24d951db
656Author: Gaetan Nadon <memsize@videotron.ca>
657Date:   Thu Feb 11 10:08:06 2010 -0500
658
659    config: move CWARNFLAGS from configure.ac to Makefile.am
660    
661    Compiler warning flags should be explicitly set in the makefile
662    rather than being merged with other packages compiler flags.
663    
664    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
665
666commit 04d8b9bfcd40eee452ba080b654dac9281251115
667Author: Gaetan Nadon <memsize@videotron.ca>
668Date:   Sat Dec 19 20:48:47 2009 -0500
669
670    configure.ac: use backticks rather than $() for cmd subs
671    
672    Use "$PKG_CONFIG" rather than hard coded "pkg-config"
673    
674    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
675
676commit 6c21e467c805d62593d34da9e83a2fa2f01798a6
677Author: Alan Coopersmith <alan.coopersmith@sun.com>
678Date:   Thu Dec 17 19:51:44 2009 -0800
679
680    xcalc 1.0.3
681    
682    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
683
684commit 146b1da64e575d330c2599161938140a4233cb6a
685Author: Alan Coopersmith <alan.coopersmith@sun.com>
686Date:   Thu Dec 17 19:21:22 2009 -0800
687
688    Apply automake silencer to man page generation rule
689    
690    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
691
692commit abb1bf5b74642f8d40ca5fbf87490c5186f41590
693Author: Gaetan Nadon <memsize@videotron.ca>
694Date:   Thu Nov 26 09:19:52 2009 -0500
695
696    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
697    
698    Now that the INSTALL file is generated.
699    Allows running make maintainer-clean.
700
701commit 109d08574cf3d951d73668a5a23c97dad94d6e75
702Author: Gaetan Nadon <memsize@videotron.ca>
703Date:   Wed Oct 28 14:09:08 2009 -0400
704
705    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
706    
707    Add missing INSTALL file. Use standard GNU file on building tarball
708    README may have been updated
709    Remove AUTHORS file as it is empty and no content available yet.
710    Remove NEWS file as it is empty and no content available yet.
711
712commit dc35d949925e76e74403b4aea02c2ff198bf0ec6
713Author: Gaetan Nadon <memsize@videotron.ca>
714Date:   Tue Oct 27 15:07:24 2009 -0400
715
716    Deploy the new XORG_DEFAULT_OPTIONS #24242
717    
718    This macro aggregate a number of existing macros that sets commmon
719    X.Org components configuration options. It shields the configuration file from
720    future changes.
721
722commit 31a1d8fc1486e6dd0cb9c5ba569c820b3b79d890
723Author: Gaetan Nadon <memsize@videotron.ca>
724Date:   Mon Oct 26 22:08:38 2009 -0400
725
726    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
727    
728    ChangeLog filename is known to Automake and requires no further
729    coding in the makefile.
730
731commit befb756a62a11a857f20f903b8b892768a58e229
732Author: Gaetan Nadon <memsize@videotron.ca>
733Date:   Thu Oct 22 12:34:15 2009 -0400
734
735    .gitignore: use common defaults with custom section # 24239
736    
737    Using common defaults will reduce errors and maintenance.
738    Only the very small or inexistent custom section need periodic maintenance
739    when the structure of the component changes. Do not edit defaults.
740
741commit eab3461ac8e9e809094f45ca2084ddf7b4485035
742Author: Gaetan Nadon <memsize@videotron.ca>
743Date:   Sun Sep 27 15:37:25 2009 -0400
744
745    Makefile.am: do not include autogen.sh in distribution #24183
746    
747    This is a private build script that should not be distributed
748
749commit b685a52aa117e9c7841fdb9b9e6b44fe898cd929
750Author: Alan Coopersmith <alan.coopersmith@sun.com>
751Date:   Thu Oct 1 14:54:20 2009 -0700
752
753    Add README with pointers to mailing lists, bugzilla, & git
754    
755    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
756
757commit dd6ca812a9e540ade4afd5db9dd13ea7ed3ea3ab
758Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
759Date:   Mon Jan 12 20:09:07 2009 -0200
760
761    Ansification and compile warning fixes.
762    
763      This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
764    make distcheck and all gcc 4.3 and sparse warnings.
765
766commit fd75efe1d9b57c483f7cedd9e2dce34b97eef75e
767Author: James Cloos <cloos@jhcloos.com>
768Date:   Wed Aug 20 10:32:49 2008 -0400
769
770    xaw8 is gone, use xaw7
771
772commit e8360958ef3dba1e7ab8282c5055b0ccf5650f1c
773Author: Julien Cristau <jcristau@debian.org>
774Date:   Fri May 16 14:20:03 2008 +0200
775
776    $(builddir) is the current directory
777    
778    Apparently automake doesn't always export the builddir variable.
779    This fixes my previous commit.
780
781commit d3849e5474e65d2cf4212118896883330752c763
782Author: Julien Cristau <jcristau@debian.org>
783Date:   Sun Apr 20 19:42:48 2008 +0200
784
785    Fix build with builddir != srcdir
786
787commit 18db0ddc3a18317585172374d0157dbdc76146aa
788Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
789Date:   Thu Mar 27 20:07:34 2008 -0700
790
791    Build fix for file systems that are not case sensitive
792
793commit 9f76a0d8684da6dfad67282be213139b6f87a05a
794Author: Matthieu Herrb <matthieu@bluenote.herrb.net>
795Date:   Sat Mar 8 22:09:59 2008 +0100
796
797    Makefile.am: nuke RCS Id
798
799commit 19fad31ddef4c1063ee2315dfee94e4ebb5f0ff0
800Author: Alan Coopersmith <alan.coopersmith@sun.com>
801Date:   Tue Aug 21 11:23:52 2007 -0700
802
803    Version bump: 1.0.2
804
805commit c4ada4a7ee46f8ab0dfeb2cd311758d9197a59a8
806Author: Alan Coopersmith <alan.coopersmith@sun.com>
807Date:   Tue Aug 21 11:19:09 2007 -0700
808
809    Fill in COPYING with copyright/license notices from source files
810
811commit 5ee182a964d0ba16315935ec9bfd91779ed4a2a1
812Author: Alan Coopersmith <alan.coopersmith@sun.com>
813Date:   Tue Aug 21 11:15:50 2007 -0700
814
815    Replace static changelog with dist-hook to generate from git log
816
817commit 3c9230230e88f6421ea3549f813eabceb4120734
818Author: Alan Coopersmith <alan.coopersmith@sun.com>
819Date:   Tue Aug 21 11:03:07 2007 -0700
820
821    renamed: .cvsignore -> .gitignore
822
823commit b2c489924708b202f33f6528d3269911662f906c
824Author: Alan Coopersmith <alan.coopersmith@sun.com>
825Date:   Tue Aug 21 11:02:19 2007 -0700
826
827    Change xcalc_CFLAGS to AM_CFLAGS to make automake-1.10 happier
828
829commit b586f35824d7c3bc061ba96e82b48744041dac59
830Author: Mike Markowski <mm@udel.edu>
831Date:   Wed Jul 12 11:28:40 2006 -0700
832
833    Bug #4914: Add HP mode resources to XCalc-color app-defaults
834    
835    X.Org bug #4914 <https://bugs.freedesktop.org/show_bug.cgi?id=4914>
836    Patch #3658 <https://bugs.freedesktop.org/attachment.cgi?id=3658>
837
838commit 322a3bd493b99164925e852df5ffa8e1a650f496
839Author: Kevin E Martin <kem@kem.org>
840Date:   Wed Dec 21 02:29:48 2005 +0000
841
842    Update package version for X11R7 release.
843
844commit 8b7933c8192364e55b863b3e88ad64dbd6004bcc
845Author: Adam Jackson <ajax@nwnk.net>
846Date:   Mon Dec 19 16:22:42 2005 +0000
847
848    Stub COPYING files
849
850commit 543045f1c5effcafe60ee86ab02663ea5253d7b1
851Author: Kevin E Martin <kem@kem.org>
852Date:   Thu Dec 15 00:24:05 2005 +0000
853
854    Update package version number for final X11R7 release candidate.
855
856commit ffb4bc9e1bbff3648d9a60d29c8efe8292b2e6d2
857Author: Kevin E Martin <kem@kem.org>
858Date:   Wed Dec 7 16:17:58 2005 +0000
859
860    Change to use the app-defaults default dir configured in libXt.
861
862commit f8c6b6ee02de9f4991e4894386fd1f914e71f295
863Author: Kevin E Martin <kem@kem.org>
864Date:   Tue Dec 6 22:48:19 2005 +0000
865
866    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
867
868commit db75d5541e32a82c1a200f5db94258c55144aee9
869Author: Kevin E Martin <kem@kem.org>
870Date:   Sat Dec 3 05:49:18 2005 +0000
871
872    Update package version number for X11R7 RC3 release.
873
874commit 217c43175b253fb436dfe2c17c258440efbf1b4d
875Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
876Date:   Mon Nov 28 22:01:39 2005 +0000
877
878    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
879        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
880
881commit 35347991b10472019e814b4346f9f55f33fa6850
882Author: Eric Anholt <anholt@freebsd.org>
883Date:   Mon Nov 21 10:34:58 2005 +0000
884
885    Another pass at .cvsignores for apps.
886
887commit ec23a703b3dd3ca07bcb67599d2aa20186b812db
888Author: Eric Anholt <anholt@freebsd.org>
889Date:   Sun Nov 20 22:08:50 2005 +0000
890
891    Add/improve .cvsignore files for apps.
892
893commit 4b974526a94abe02297f7ecf427cb78681c9bfb3
894Author: Kevin E Martin <kem@kem.org>
895Date:   Wed Oct 19 02:47:52 2005 +0000
896
897    Update package version number for RC1 release.
898
899commit b0d618388ae24bb2bbcfbb43b313306b3b8d342f
900Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
901Date:   Tue Oct 18 00:32:54 2005 +0000
902
903    Change default install dir for app-default files from
904        $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match
905        the monolith & allow localization
906
907commit 933a86b8c6d64e974b314c5e3617fa2cbb213cce
908Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
909Date:   Mon Oct 17 23:56:21 2005 +0000
910
911    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
912        work better with BSD make
913
914commit 203bc6e49653660050a874508da2c57e089c3c54
915Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
916Date:   Fri Oct 14 00:25:43 2005 +0000
917
918    Use sed to fill in variables in man page
919
920commit e70773cb5c4269627e0d8750f7852ed865fd8eaf
921Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
922Date:   Thu Oct 13 20:11:00 2005 +0000
923
924    Fix app-default files to install under the same names as in the monolith
925        instead of their short names used only for 14-character filename length
926        limited ancient filesystems
927
928commit 9648bcddee6779eed395d60f17a13bcf13fa9042
929Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
930Date:   Mon Aug 1 20:25:29 2005 +0000
931
932    Install man pages to section 1 instead of section m (Patch from Donnie
933        Berkholz)
934
935commit cdd93a4e3c1dac5f23ad21c5fac4fbc054e0a42d
936Author: Kevin E Martin <kem@kem.org>
937Date:   Fri Jul 29 21:22:31 2005 +0000
938
939    Various changes preparing packages for RC0:
940    - Verify and update package version numbers as needed
941    - Implement versioning scheme
942    - Change bug address to point to bugzilla bug entry form
943    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
944        reenable it)
945    - Fix makedepend to use pkgconfig and pass distcheck
946    - Update build script to build macros first
947    - Update modular Xorg version
948
949commit 2347df01911fc8061071cb80018963b79514e4b4
950Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
951Date:   Tue Jul 26 15:44:01 2005 +0000
952
953    Replace more GNU make-ism's with more portable macros
954
955commit b7161f370dbabeb536e9dc078f05e1ffd67847fb
956Author: Adam Jackson <ajax@nwnk.net>
957Date:   Wed Jul 20 19:31:51 2005 +0000
958
959    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
960        configure cache, you cache it, and the cached value is probably wrong.
961
962commit 526ab098fe73f9dde13b651ae8c70fbec56594c2
963Author: Matthieu Herrb <matthieu.herrb@laas.fr>
964Date:   Sun Jul 17 20:11:02 2005 +0000
965
966    fix rules to work with non-GNU make and outside of $srcdir
967
968commit 392f5dd1907a5110c89b308ef51122b39b23dde5
969Author: Søren Sandmann Pedersen  <sandmann@daimi.au.dk>
970Date:   Wed Jun 29 23:12:07 2005 +0000
971
972    Build system for Xcalc
973
974commit a72c79567a4f550dfafb532b03be79339c5a4a30
975Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
976Date:   Tue Jul 6 09:24:58 2004 +0000
977
978    Bugzilla #665: bugs in xcalc -rpn mode decimal_point is a const char* not
979        char. the patch uses strcmp instead of plain char == char operator and
980        allows decimal_point to be of any length. localeconv() is only called
981        if X_LOCALE is _not_ defined
982
983commit bbcc481006d4b5f4e8d1276db2220cf96a355985
984Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
985Date:   Sun May 23 20:03:49 2004 +0000
986
987    xc/programs/xcalc/math.c
988    xcalc -rpn mode errors (Geoffery Coram)
989
990commit ed6ab3f1b45a5101a4cddfca754291b4523520a1
991Author: Egbert Eich <eich@suse.de>
992Date:   Fri Apr 23 19:54:38 2004 +0000
993
994    Merging XORG-CURRENT into trunk
995
996commit bb536859850357b05511068fab838dd3a1436ef6
997Author: Egbert Eich <eich@suse.de>
998Date:   Sun Mar 14 08:35:00 2004 +0000
999
1000    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
1001
1002commit fecd81156f60db136eaf9cf79a34b7d076bbae06
1003Author: Egbert Eich <eich@suse.de>
1004Date:   Wed Mar 3 12:12:55 2004 +0000
1005
1006    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
1007
1008commit 3acc8a33b8eec4fe9164e12507cafb3c161d3cbe
1009Author: Egbert Eich <eich@suse.de>
1010Date:   Thu Feb 26 13:36:16 2004 +0000
1011
1012    readding XFree86's cvs IDs
1013
1014commit 70f4b224345cc7c43d1960858c27a11541ea55c4
1015Author: Egbert Eich <eich@suse.de>
1016Date:   Thu Feb 26 09:23:58 2004 +0000
1017
1018    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
1019
1020commit c61023614eb9182293f5c26c22a3babf65f1dee1
1021Author: Kaleb Keithley <kaleb@freedesktop.org>
1022Date:   Tue Nov 25 19:29:03 2003 +0000
1023
1024    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
1025
1026commit c538606166a71ab7b711de7394cc61add265a209
1027Author: Kaleb Keithley <kaleb@freedesktop.org>
1028Date:   Fri Nov 14 16:48:58 2003 +0000
1029
1030    XFree86 4.3.0.1
1031
1032commit 411b0e9e319550a394b0a5945543f39a5affc6a6
1033Author: Kaleb Keithley <kaleb@freedesktop.org>
1034Date:   Fri Nov 14 16:48:58 2003 +0000
1035
1036    Initial revision
1037