ChangeLog revision 43d802fa
1commit 68300c3452592a9e7bf60b4edb008785c4c891c4 2Author: Matt Turner <mattst88@gmail.com> 3Date: Thu Dec 8 10:37:07 2022 -0500 4 5 libfontenc 1.1.7 6 7 Signed-off-by: Matt Turner <mattst88@gmail.com> 8 9commit ec2ef12a0daf7bea60e9616ea8bc4bd61f3cf36f 10Author: Matt Turner <mattst88@gmail.com> 11Date: Tue Nov 29 12:05:32 2022 -0500 12 13 configure: Use AC_SYS_LARGEFILE to enable large file support 14 15 Signed-off-by: Matt Turner <mattst88@gmail.com> 16 17commit c8f8ce35a5eafe8ca0d1ed3dfdd098fe0943b99c 18Author: Alan Coopersmith <alan.coopersmith@oracle.com> 19Date: Tue Aug 30 16:51:28 2022 -0700 20 21 libfontenc 1.1.6 22 23 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 24 25commit f7f8c9af5773c3c73a635308054872b49c5bbe94 26Author: Alan Coopersmith <alan.coopersmith@oracle.com> 27Date: Tue Aug 30 08:21:01 2022 -0700 28 29 include config.h before system headers 30 31 Makes sure any defines needed to expose functions like reallocarray() 32 are present on platforms that need them (_GNU_SOURCE, _OPENBSD_SOURCE, 33 __EXTENSIONS__, etc.) 34 35 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 36 37commit 26ae989526a2c931d15a4c4ae2e84ab627bc0009 38Author: Alan Coopersmith <alan.coopersmith@oracle.com> 39Date: Fri Aug 26 14:59:03 2022 -0700 40 41 libfontenc 1.1.5 42 43 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 44 45commit be77631bbc5fee12c9028f9ffd577dc1066231b7 46Author: Alan Coopersmith <alan.coopersmith@oracle.com> 47Date: Sun Jul 17 13:00:37 2022 -0700 48 49 configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other defines 50 51 Ensures reallocarray is visible in system headers if available. 52 (See libxext#4.) 53 54 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 55 56commit 1aeb6a2d1673c1ae23763f55f09fb18d8e188fe0 57Author: Alan Coopersmith <alan.coopersmith@oracle.com> 58Date: Sun May 8 11:24:31 2022 -0700 59 60 Convert code to use Xmallocarray() & Xreallocarray() 61 62 Provides automatic integer overflow checking in allocation size calculations 63 64 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 65 66commit 3ff95c472abe8eb8fe1ccda5cd40d99407f1f9a4 67Author: Alan Coopersmith <alan.coopersmith@oracle.com> 68Date: Sun May 8 11:14:11 2022 -0700 69 70 Import reallocarray() from libX11 (originally from OpenBSD) 71 72 Wrapper for realloc() that checks for overflow when multiplying 73 arguments together, so we don't have to add overflow checks to 74 every single call. For documentation on usage, see: 75 http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/calloc.3 76 77 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 78 79commit a6a3bd1365798783f3fa5552d4ab061d5636d15a 80Author: Alan Coopersmith <alan.coopersmith@oracle.com> 81Date: Sun May 8 10:18:42 2022 -0700 82 83 gitlab CI: add a basic build test 84 85 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 86 87commit 256ff55667e70b4cdb91d0dc10636ec6c1b9d598 88Author: Alan Coopersmith <alan.coopersmith@oracle.com> 89Date: Sun May 8 10:15:47 2022 -0700 90 91 Fix spelling/wording issues 92 93 Found by using: 94 codespell --builtin clear,rare,usage,informal,code,names 95 96 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 97 98commit 91b7c7d02ddb2ddce39648270f5cb91fac7d978e 99Author: Alan Coopersmith <alan.coopersmith@oracle.com> 100Date: Sun May 8 10:14:39 2022 -0700 101 102 Build xz tarballs instead of bzip2 103 104 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 105 106commit 2baea13978759d1a011fc6d739465893b554d30a 107Author: Alan Coopersmith <alan.coopersmith@oracle.com> 108Date: Tue Feb 19 17:31:57 2019 -0800 109 110 libfontenc 1.1.4 111 112 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 113 114commit d7f661849c18c354f1692d9859e057aa3a7ddf93 115Author: Alan Coopersmith <alan.coopersmith@oracle.com> 116Date: Fri Dec 7 19:29:22 2018 -0800 117 118 Update configure.ac bug URL for gitlab migration 119 120 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 121 122commit b12b2d71f1547e832ac14b66a0d94d88b3675b25 123Author: Alan Coopersmith <alan.coopersmith@oracle.com> 124Date: Mon Nov 19 23:01:09 2018 -0800 125 126 Update README for gitlab migration 127 128 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 129 130commit b28c2d111e9d02ea1a42ac27a1330b0ba1efb4a6 131Author: Alan Coopersmith <alan.coopersmith@oracle.com> 132Date: Sun Nov 11 13:58:34 2018 -0800 133 134 Fix iso8859-7 mappings for 0xA1, 0xA2, & 0xFF 135 136 Fixes: https://gitlab.freedesktop.org/xorg/lib/libfontenc/issues/1 137 138 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 139 140commit 8d30ca25b54934e29206da64e80c044d05b14470 141Author: Mihail Konev <k.mvc@ya.ru> 142Date: Thu Jan 26 13:52:49 2017 +1000 143 144 autogen: add default patch prefix 145 146 Signed-off-by: Mihail Konev <k.mvc@ya.ru> 147 148commit cc7e0f5529ab5c25aa2adc31a629a5e43cf1f319 149Author: Emil Velikov <emil.l.velikov@gmail.com> 150Date: Mon Mar 9 12:00:52 2015 +0000 151 152 autogen.sh: use quoted string variables 153 154 Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent 155 fall-outs, when they contain space. 156 157 Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> 158 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 159 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 160 161commit 38aac013fcfd6e54a9fd9847ed798a5a20bd7139 162Author: Peter Hutterer <peter.hutterer@who-t.net> 163Date: Tue Jan 24 10:32:07 2017 +1000 164 165 autogen.sh: use exec instead of waiting for configure to finish 166 167 Syncs the invocation of configure with the one from the server. 168 169 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 170 Reviewed-by: Emil Velikov <emil.velikov@collabora.com> 171 172commit 8bbc9af3ef1160f16f176be07c917f9cccf229b2 173Author: Julien Cristau <jcristau@debian.org> 174Date: Sun Jul 26 18:32:23 2015 +0200 175 176 make FontEncDirectory return a const string 177 178 Its comment already said "This string is static and should not be 179 modified". 180 181 encparse.c: In function 'FontEncDirectory': 182 encparse.c:844:17: warning: assignment discards 'const' qualifier from pointer target type 183 dir = FONT_ENCODINGS_DIRECTORY; 184 ^ 185 186 Signed-off-by: Julien Cristau <jcristau@debian.org> 187 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 188 189commit 42f3a39c3085afd9ef904ae39102fd49bbc2e4a5 190Author: Alan Coopersmith <alan.coopersmith@oracle.com> 191Date: Thu Apr 30 21:39:51 2015 -0700 192 193 libfontenc 1.1.3 194 195 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 196 197commit de1843aaf76015c9d99416f3122d169fe331b849 198Author: Alan Coopersmith <alan.coopersmith@oracle.com> 199Date: Sat Jan 17 19:37:28 2015 -0800 200 201 Initialize aliases array in parseEncodingFile() 202 203 The static analyzer insisted there were code paths that entries in this 204 array could be read without them being initialized. While I couldn't 205 see any way that would happen, this makes sure it can't and makes the 206 analyzer quiet. 207 208 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 209 210commit c377d91157601df90936e49167ce28a548c9b740 211Author: Alan Coopersmith <alan.coopersmith@oracle.com> 212Date: Sat Jan 17 19:18:41 2015 -0800 213 214 Reformat code to X.Org standard style 215 216 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 217 218commit 8eefb5a18de41b693c00767458ee51f034201ebf 219Author: Alan Coopersmith <alan.coopersmith@oracle.com> 220Date: Sat Jan 17 18:46:49 2015 -0800 221 222 Replace strcpy+strcat calls with snprintf calls 223 224 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 225 226commit a5221fc11307eb1230ae2643c6e423b0f7867fde 227Author: Alan Coopersmith <alan.coopersmith@oracle.com> 228Date: Sat Jan 17 18:36:07 2015 -0800 229 230 Replace sprintf call with snprintf 231 232 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 233 234commit 0037a42107b952c9d903719615747e760e4e7247 235Author: Alan Coopersmith <alan.coopersmith@oracle.com> 236Date: Thu Dec 26 09:40:00 2013 -0800 237 238 Initialize both value1 & value2, not value1 twice 239 240 Flagged by cppcheck 1.62: 241 [src/encparse.c:303] -> [src/encparse.c:303]: (performance, inconclusive) 242 Variable 'value1' is reassigned a value before the old one has been used 243 if variable is no semaphore variable. 244 245 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 246 247commit 3acba630d8b57084f7e92c15732408711ed5137a 248Author: Alan Coopersmith <alan.coopersmith@oracle.com> 249Date: Thu Apr 25 20:52:11 2013 -0700 250 251 libfontenc 1.1.2 252 253 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 254 255commit 624508365ec3279bc74ce523d024533e062629e1 256Author: Nickolai Zeldovich <nickolai@csail.mit.edu> 257Date: Sun Mar 3 23:57:34 2013 -0500 258 259 libfontenc: setCode(): fix realloc invocation 260 261 This patch fixes two bugs in the realloc invocation in setCode(), which 262 most likely cause memory corruption when realloc is triggered: 263 264 1. Pass *enc to realloc (which is the dynamically-allocated buffer), 265 instead of enc (which stores a pointer to the dynamically-allocated 266 buffer). 267 268 2. Allocate enough memory for (*encsize) shorts, instead of (*encsize) 269 bytes; see the call to malloc just above the realloc call. 270 271 Signed-off-by: Nickolai Zeldovich <nickolai@csail.mit.edu> 272 Reviewed-by: Aaron Plattner <aplattner@nvidia.com> 273 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 274 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 275 276commit f5d1208172e965fdd7fae8927bd3e29b3cc3a975 277Author: Alan Coopersmith <alan.coopersmith@oracle.com> 278Date: Sat Jan 19 08:23:09 2013 -0800 279 280 Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS 281 282 Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html 283 284 - Support for the long-deprecated INCLUDES variable will be removed 285 altogether in Automake 1.14. The AM_CPPFLAGS variable should be 286 used instead. 287 288 This variable was deprecated in Automake releases prior to 1.10, which is 289 the current minimum level required to build X. 290 291 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 292 293commit 0c3518df24192f18f15ce91c2868560a5973a3dc 294Author: Colin Walters <walters@verbum.org> 295Date: Wed Jan 4 17:37:06 2012 -0500 296 297 autogen.sh: Implement GNOME Build API 298 299 http://people.gnome.org/~walters/docs/build-api.txt 300 301 Signed-off-by: Adam Jackson <ajax@redhat.com> 302 303commit edd325236d39b6ad130c82d90b04dcc3b153d8b2 304Author: Adam Jackson <ajax@redhat.com> 305Date: Tue Jan 15 14:28:48 2013 -0500 306 307 configure: Remove AM_MAINTAINER_MODE 308 309 Signed-off-by: Adam Jackson <ajax@redhat.com> 310 311commit 7de846ed190b2564b0642de79918dd3804083b4e 312Author: James Cloos <cloos@jhcloos.com> 313Date: Tue Apr 24 16:01:35 2012 -0400 314 315 Fix ISO-8859-7 → ISO-10646 mapping. 316 317 ISO-8859-7 code point 0xD2 is unassigned. 318 319 ISO-10646 code point U+03A2, to which 0xD2 was mapping, also is unassigned. 320 321 Reported by Norm Pierce. 322 323 Signed-off-by: James Cloos <cloos@jhcloos.com> 324 325commit f7682533fa6de77d8bd6fa6480a0f5188e0e56d7 326Author: James Cloos <cloos@jhcloos.com> 327Date: Tue Apr 24 15:55:59 2012 -0400 328 329 Fix ISO-8859-6 → ISO-10646 mapping. 330 331 ISO-8859-6 code point 0xC0 is unassigned. 332 333 ISO-10646 code point U+0620, to which 0xC0 was mapping, has since been 334 assigned an unrelated character. 335 336 Reported by Norm Pierce. 337 338 Signed-off-by: James Cloos <cloos@jhcloos.com> 339 340commit 6012075d945e527866ef31b8796e04d6581071db 341Author: Alan Coopersmith <alan.coopersmith@oracle.com> 342Date: Fri Mar 2 17:51:30 2012 -0800 343 344 libfontenc 1.1.1 345 346 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 347 348commit 381c9efec4c066d984514d226b61b3360741aea2 349Author: Jeremy Huddleston <jeremyhu@apple.com> 350Date: Fri Nov 11 10:22:52 2011 -0800 351 352 Include strings.h for strcasecmp 353 354 Our minimum requirement for X11 is currently Unix98. Unix98 provides 355 strcasecmp in <strings.h>. This commit fixes implicit declarations 356 of this function on systems that closely adhere to the standard. 357 358 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 359 360commit 1da600011b7e89981592308843ce7230fa5f87f1 361Author: Alan Coopersmith <alan.coopersmith@oracle.com> 362Date: Fri Sep 16 22:07:14 2011 -0700 363 364 Strip trailing whitespace 365 366 Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' 367 git diff -w & git diff -b show no diffs from this change 368 369 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 370 371commit 272b776fbd8598ff447585b8105e622d8244db7c 372Author: Jeremy Huddleston <jeremyhu@apple.com> 373Date: Mon May 9 09:43:24 2011 -0700 374 375 Dead code removal 376 377 encparse.c:750:9: warning: Value stored to 'namsize' is never read 378 namsize = 0; 379 ^ ~ 380 381 Found-by: clang static analyzer 382 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 383 384commit 39800e873e8a57ee904aaf3e39315f5250bcd26f 385Author: Gaetan Nadon <memsize@videotron.ca> 386Date: Thu Feb 3 17:37:36 2011 -0500 387 388 config: comment, minor upgrade, quote and layout configure.ac 389 390 Group statements per section as per Autoconf standard layout 391 Quote statements where appropriate. 392 Autoconf recommends not using dnl instead of # for comments 393 394 Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters. 395 Add AC_CONFIG_SRCDIR([Makefile.am]) 396 Update X.Org util-macros to version 1.8 397 398 This helps automated maintenance and release activities. 399 Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines 400 401 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 402 403commit bd845a08f03afc4065cf418647d27129044fe96f 404Author: Gaetan Nadon <memsize@videotron.ca> 405Date: Fri Jan 28 19:41:37 2011 -0500 406 407 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 408 409 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 410 411commit 8acc384499a31bd41a7b62e8f6977d67182e5f06 412Author: Gaetan Nadon <memsize@videotron.ca> 413Date: Thu Jan 27 18:50:14 2011 -0500 414 415 config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 416 417 XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls 418 AC_PROG_C_C99. This sets gcc with -std=gnu99. 419 If AC_PROG_CC macro is called afterwards, it resets CC to gcc. 420 421 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 422 423commit 0e3929c939d3f6c2ca79defcad8d2cceb3dba5df 424Author: Alan Coopersmith <alan.coopersmith@oracle.com> 425Date: Fri Nov 19 22:03:22 2010 -0800 426 427 Fail configure if zlib.h & -lz not found 428 429 Fixes https://bugs.freedesktop.org/show_bug.cgi?id=31595 430 431 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 432 Reviewed-by: Julien Cristau <jcristau@debian.org> 433 Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> 434 435commit a52174d1a7562a656559f9bb728a80982b814043 436Author: Alan Coopersmith <alan.coopersmith@oracle.com> 437Date: Wed Oct 20 22:35:18 2010 -0700 438 439 libfontenc 1.1.0 440 441 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 442 443commit af4a0a752c169b2c003978c550d57602af3fbe01 444Author: Alan Coopersmith <alan.coopersmith@oracle.com> 445Date: Fri May 14 20:15:18 2010 -0700 446 447 Don't need to check if pointer is NULL before calling free() 448 449 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 450 Reviewed-by: Jamey Sharp <jamey@minilop.net> 451 452commit 2218195ebb18b620f9e8e0adbea6f7c87ace33ce 453Author: Alan Coopersmith <alan.coopersmith@oracle.com> 454Date: Fri May 14 20:09:21 2010 -0700 455 456 Replace malloc(strlen()) + strcpy() with strdup() 457 458 Now that we use malloc directly instead of xalloc, we can use 459 strdup directly too. 460 461 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 462 Reviewed-by: Jamey Sharp <jamey@minilop.net> 463 464commit 4af0cf6ef7309df18c81a1fd109a168c767d9f3d 465Author: Mikhail Gusarov <dottedmag@dottedmag.net> 466Date: Mon May 10 22:52:42 2010 +0700 467 468 Nuke unnecessary casts 469 470 Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> 471 Reviewed-by: Jamey Sharp <jamey@minilop.net> 472 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 473 474commit cfc89d09f1bf0ecbe602578fc80dcf6fe46b1c54 475Author: Mikhail Gusarov <dottedmag@dottedmag.net> 476Date: Mon May 10 22:52:41 2010 +0700 477 478 Expand xalloc/xrealloc/xfree macros 479 480 Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> 481 Reviewed-by: Jamey Sharp <jamey@minilop.net> 482 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 483 484commit 3db0064e4b6108716767b136ba5867c4cdf57f99 485Author: Mikhail Gusarov <dottedmag@dottedmag.net> 486Date: Mon May 10 22:52:40 2010 +0700 487 488 unifdef FONTENC_NO_LIBFONT 489 490 This symbol was unconditionally defined in Makefile 491 Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> 492 Reviewed-by: Jamey Sharp <jamey@minilop.net> 493 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 494 495commit 8029fc07fc28e427979c81dd50087083e441d65d 496Author: Mikhail Gusarov <dottedmag@dottedmag.net> 497Date: Mon May 10 22:52:39 2010 +0700 498 499 Nuke RCS tags 500 501 Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> 502 Reviewed-by: Jamey Sharp <jamey@minilop.net> 503 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 504 505commit 3e00a8c322ea5fd8ea21f83f5861c59aa91ce341 506Author: Gaetan Nadon <memsize@videotron.ca> 507Date: Mon Mar 29 16:50:34 2010 -0400 508 509 config: update AC_PREREQ statement to 2.60 510 511 Unrelated to the previous patches, the new value simply reflects 512 the reality that the minimum level for autoconf to configure 513 all x.org modules is 2.60 dated June 2006. 514 515 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 516 517 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 518 519commit 0191826dd2f0fc54dfce72ce729d142ddecbabcf 520Author: Gaetan Nadon <memsize@videotron.ca> 521Date: Mon Mar 29 14:53:49 2010 -0400 522 523 config: remove the pkgconfig pc.in file from EXTRA_DIST 524 525 Automake always includes it in the tarball. 526 527 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 528 529commit d2d6e4d88b62aa84e2cc9d229adf32ede81cbf5c 530Author: Gaetan Nadon <memsize@videotron.ca> 531Date: Tue Feb 16 10:37:21 2010 -0500 532 533 config: move CWARNFLAGS from configure.ac to Makefile.am 534 535 Compiler warning flags should be explicitly set in the makefile 536 rather than being merged with other packages compiler flags. 537 538 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 539 540commit b3807dccab5aee5455137654647c9c083addb31e 541Author: Gaetan Nadon <memsize@videotron.ca> 542Date: Fri Nov 27 20:56:05 2009 -0500 543 544 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 545 546 Now that the INSTALL file is generated. 547 Allows running make maintainer-clean. 548 549commit 79c70fcf676778192e1d7bb0a194d75cb7227506 550Author: Gaetan Nadon <memsize@videotron.ca> 551Date: Wed Oct 28 14:09:10 2009 -0400 552 553 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 554 555 Add missing INSTALL file. Use standard GNU file on building tarball 556 README may have been updated 557 Remove AUTHORS file as it is empty and no content available yet. 558 Remove NEWS file as it is empty and no content available yet. 559 560commit e7337c1598b8f258122a1f1307b3c83ab6c74a9c 561Author: Gaetan Nadon <memsize@videotron.ca> 562Date: Tue Oct 27 15:07:25 2009 -0400 563 564 Deploy the new XORG_DEFAULT_OPTIONS #24242 565 566 This macro aggregate a number of existing macros that sets commmon 567 X.Org components configuration options. It shields the configuration file from 568 future changes. 569 570commit e3bd17c452be528f773bc976636ecc0c71bdba99 571Author: Gaetan Nadon <memsize@videotron.ca> 572Date: Mon Oct 26 22:08:43 2009 -0400 573 574 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 575 576 ChangeLog filename is known to Automake and requires no further 577 coding in the makefile. 578 579commit e6631b8352ff83ee69c1076846b4500304d978eb 580Author: Gaetan Nadon <memsize@videotron.ca> 581Date: Thu Oct 22 12:34:20 2009 -0400 582 583 .gitignore: use common defaults with custom section # 24239 584 585 Using common defaults will reduce errors and maintenance. 586 Only the very small or inexistent custom section need periodic maintenance 587 when the structure of the component changes. Do not edit defaults. 588 589commit 6210f1d458fa765699412b404fb88e40aeebf9e0 590Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 591Date: Wed Oct 21 12:47:27 2009 -0700 592 593 This is not a GNU project, so declare it foreign. 594 595 On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: 596 > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: 597 > > I noticed an INSTALL file in xlsclients and libXvMC today, and it 598 > > was quite annoying to work around since 'autoreconf -fvi' replaces 599 > > it and git wants to commit it. Should these files even be in git? 600 > > Can I nuke them for the betterment of humanity and since they get 601 > > created by autoreconf anyways? 602 > 603 > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 604 605 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with 606 AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation 607 of the INSTALL file. It is also part of the 24206 solution. 608 609 Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> 610 611commit eb4dbb8aac0858e1ee7169b2e0b90d5e3223de59 612Author: Alan Coopersmith <alan.coopersmith@sun.com> 613Date: Tue Oct 13 18:37:00 2009 -0700 614 615 Use font-utils 1.1 macros to find encodings path 616 617 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 618 619commit e609e939f8b2573ac50bdd317733a2fef194965a 620Author: Peter Hutterer <peter.hutterer@who-t.net> 621Date: Fri Aug 28 14:14:11 2009 +1000 622 623 libfontenc 1.0.5 624 625 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 626 627commit 8a0bd244c5da5baae73c51e45b075b1412682e43 628Author: Alan Coopersmith <alan.coopersmith@sun.com> 629Date: Mon Feb 2 20:34:38 2009 -0800 630 631 Add README with pointers to mailing list, bugzilla & git repos 632 633 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 634 635commit f160a71e9501a9d650fd99e9a080970bfd520abb 636Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 637Date: Wed Jan 28 16:25:32 2009 -0200 638 639 Janitor: Correct make distcheck and compiler warnings. 640 641commit 90f2dfbc40d6fa72213f508b0dd85f00965b6194 642Author: James Cloos <cloos@jhcloos.com> 643Date: Thu Dec 6 15:51:21 2007 -0500 644 645 Add missing PHONY line for automatic ChangeLog generation 646 647commit 1b4ca41a58016053220047b9f77a2eec812c03a0 648Author: Daniel Stone <daniel@fooishbar.org> 649Date: Sat Dec 16 01:19:45 2006 +0200 650 651 bump to 1.0.4 652 653commit 38855c00c9efe88af97a5f8208c2e6aef0e9e93f 654Author: Daniel Stone <daniel@fooishbar.org> 655Date: Wed Dec 6 18:57:29 2006 +0200 656 657 Makefile.am: make ChangeLog hook safer 658 Make ChangeLog hook as safe as possible. 659 660commit 111a9501c2c01d4b4f00ed221035953bfb256898 661Author: Adam Jackson <ajax@benzedrine.nwnk.net> 662Date: Fri Oct 13 15:20:48 2006 -0400 663 664 Bump to 1.0.3 665 666commit fc19e19275c213f5122b120e7b45f63c302916a1 667Author: Adam Jackson <ajax@benzedrine.nwnk.net> 668Date: Thu Oct 12 18:35:04 2006 -0400 669 670 Fix ChangeLog hook to distcheck. 671 672commit 2de626b53827fa1365c149c3fd2e1e280f8691e2 673Author: Alan Coopersmith <alan.coopersmith@sun.com> 674Date: Wed Oct 4 19:31:23 2006 -0700 675 676 Mark character mapping data tables as const 677 678commit 2daccee698507b27113e89b07af371905aa2bcd4 679Author: Alan Coopersmith <alan.coopersmith@sun.com> 680Date: Wed Oct 4 19:13:17 2006 -0700 681 682 Clear sparse warnings: Using plain integer as NULL pointer 683 684commit b00dcc90e490454fdd983b4bf6d0fa92ab91d0be 685Author: Alan Coopersmith <alan.coopersmith@sun.com> 686Date: Wed Oct 4 18:50:44 2006 -0700 687 688 Add XORG_WITH_LINT support for checking source code with lint/sparse/etc. 689 690commit 5d18f978c9085c3c9d9a44c90e73055125e11a68 691Author: Alan Coopersmith <alan.coopersmith@sun.com> 692Date: Wed Oct 4 18:50:07 2006 -0700 693 694 Clear sparse warning: non-ANSI function declaration of function 'FontEncDirectory' 695 696commit 1dc8867f53a81d6e1c413d393039747668d27bd4 697Author: Alan Coopersmith <alan.coopersmith@sun.com> 698Date: Wed Oct 4 18:34:20 2006 -0700 699 700 Replace static ChangeLog with dist-hook to generate from git log 701 702commit 81b27280717dc7e06a9ebbd196fae03a9e719db3 703Author: Alan Coopersmith <alan.coopersmith@sun.com> 704Date: Wed Oct 4 18:32:38 2006 -0700 705 706 Add *~ to .gitignore to skip over emacs droppings 707 708commit 187ec5a0cd96c3b6b13b9ccae51e2828db7c6d3e 709Author: Alan Coopersmith <alan.coopersmith@sun.com> 710Date: Wed Oct 4 18:32:07 2006 -0700 711 712 Copy copyright notice/license from source to COPYING 713 714commit 1a9f5d7cb1aba4d65b28b5cdcaa7b68053b733ee 715Author: Alan Coopersmith <alan.coopersmith@sun.com> 716Date: Thu Jul 13 14:59:16 2006 -0700 717 718 renamed: .cvsignore -> .gitignore 719 720commit 2c2f63d0f17106964c808f8f0ec5bb58f35b4fe5 721Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 722Date: Sat Jun 3 06:33:40 2006 +0000 723 724 Coverity #1523: Dereferencing freed pointer "mapping" 725 726commit f991560c0f599d82b23380de4a681b0d218f5cef 727Author: Adam Jackson <ajax@nwnk.net> 728Date: Wed Apr 26 23:55:31 2006 +0000 729 730 Bump to 1.0.2 731 732commit a9604c242f7f53a8cd26a2764c1a96e25ea2e1a7 733Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 734Date: Mon Apr 10 16:15:12 2006 +0000 735 736 Fix another file descriptor leak (related to previous Coverity #544) 737 738commit d86b38b96854bc60d4a2c4595e73cf53aa36d85c 739Author: Adam Jackson <ajax@nwnk.net> 740Date: Fri Apr 7 00:35:36 2006 +0000 741 742 Coverity #544: File a file descriptor leak. 743 744commit 78f355698128454370590040699c2141ae69d7d9 745Author: Kevin E Martin <kem@kem.org> 746Date: Wed Dec 21 02:30:06 2005 +0000 747 748 Update package version for X11R7 release. 749 750commit c7a14086fbe226169f7ea5df80c4d885082fb732 751Author: Adam Jackson <ajax@nwnk.net> 752Date: Mon Dec 19 16:28:28 2005 +0000 753 754 Stub COPYING files 755 756commit 55035bfbae0ca22399623d78411cc50bfdee2705 757Author: Kevin E Martin <kem@kem.org> 758Date: Thu Dec 15 00:24:36 2005 +0000 759 760 Update package version number for final X11R7 release candidate. 761 762commit d146b3a17228204ce0fe3bcca72de53cedebf5fb 763Author: Kevin E Martin <kem@kem.org> 764Date: Fri Dec 9 06:07:14 2005 +0000 765 766 Bug #5175: Make encodingsdir configurable (David Coulthart and Kevin E. 767 Martin) 768 769commit acb0d67e5f0293f960a923cda6eb359a82f7036e 770Author: Kevin E Martin <kem@kem.org> 771Date: Sat Dec 3 05:49:46 2005 +0000 772 773 Update package version number for X11R7 RC3 release. 774 775commit c2e139f8726cde5bbae609865b609f087b3f651b 776Author: Kevin E Martin <kem@kem.org> 777Date: Sat Nov 19 07:15:44 2005 +0000 778 779 Update pkgconfig files to separate library build-time dependencies from 780 application build-time dependencies, and update package deps to work 781 with separate build roots. 782 783commit 21b115927640683b90fc1304f7b921da51aabf64 784Author: Kevin E Martin <kem@kem.org> 785Date: Wed Nov 9 21:19:14 2005 +0000 786 787 Update package version number for X11R7 RC2 release. 788 789commit d9ece44e76f0c2dcfacb5ff00e59cae2741e3c96 790Author: Kean Johnson <kean@armory.com> 791Date: Tue Nov 8 06:33:26 2005 +0000 792 793 See ChangeLog entry 2005-11-07 for details. 794 795commit 632f53206e104b372db255c5171c3479d87b683b 796Author: Kevin E Martin <kem@kem.org> 797Date: Wed Oct 19 02:48:12 2005 +0000 798 799 Update package version number for RC1 release. 800 801commit 49e4c36c1bf2ccc3af576c489abf76bea4bf64b1 802Author: Adam Jackson <ajax@nwnk.net> 803Date: Wed Aug 3 03:28:03 2005 +0000 804 805 Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with 806 a global configure cache don't get confused. 807 808commit 8a6fb4344eb5c13198125996e43a0898a19818f8 809Author: Kevin E Martin <kem@kem.org> 810Date: Fri Jul 29 21:22:54 2005 +0000 811 812 Various changes preparing packages for RC0: 813 - Verify and update package version numbers as needed 814 - Implement versioning scheme 815 - Change bug address to point to bugzilla bug entry form 816 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 817 reenable it) 818 - Fix makedepend to use pkgconfig and pass distcheck 819 - Update build script to build macros first 820 - Update modular Xorg version 821 822commit 9e8be492f61095813f5e9b01c8d54ffb1550f339 823Author: Daniel Stone <daniel@fooishbar.org> 824Date: Sat Jul 16 07:51:05 2005 +0000 825 826 Set soversion to 1.0 using -version-number. 827 828commit 11b206733618d73946a8c298d2d5f2183075657f 829Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 830Date: Wed Jul 13 16:51:34 2005 +0000 831 832 Update INCLUDES to find <X11/fonts/fontenc.h> 833 834commit 85094af610ba990c6bc2377eff1f6f31dffd48e2 835Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 836Date: Tue Jul 12 21:05:28 2005 +0000 837 838 Remove encodings build system from libfontenc 839 840commit 8deaa94831b1a5926db928a68a6acbbe3ee9a904 841Author: Keith Packard <keithp@keithp.com> 842Date: Sat Jul 9 23:31:40 2005 +0000 843 844 Switch from monolithic configuration symbols to modular ones, add backward 845 compatibility for monolithic symbols 846 847commit ec602c9639e4eedb36a570943999fea0a07b5f8c 848Author: Keith Packard <keithp@keithp.com> 849Date: Sat Jul 9 21:15:50 2005 +0000 850 851 Add .cvsignore files 852 Depend on xproto, not x11 so we do not link against -X11 853 854commit 0767d4880359983cbe83a4ea396d81efb5d6882b 855Author: Daniel Stone <daniel@fooishbar.org> 856Date: Sun Jul 3 07:01:00 2005 +0000 857 858 Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 859 Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. 860 Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all 861 source files in the xserver/xorg tree, predicated on defines of 862 HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to 863 <X11/fonts/foo.h>. 864 865commit f6c6acf593686015fa639e3583f70cc6d5f5d7b3 866Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 867Date: Thu Jun 30 13:21:11 2005 +0000 868 869 Check for zlib 870 871commit 092271385632708fb5dd53dca3dcfc3ead06ef6c 872Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 873Date: Tue Jun 28 15:40:27 2005 +0000 874 875 modularizeapp.sh: initialize LAST to "" symlink.sh: Add bitmaps for oclock, 876 and an extra textfile for pclcomp 877 878commit 21e552451c095c5668a57765c2eb941750e00ecd 879Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 880Date: Tue Jun 28 14:48:02 2005 +0000 881 882 Add generation of encodings.dir 883 884commit a18d9ec0c4bfa36460d5e3eba1c5fb8a90086500 885Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 886Date: Tue Jun 28 14:17:12 2005 +0000 887 888 Add encodings to fontenc build system, plus various fixes to make it 889 distcheck. 890 891commit bcdcaebcd2127f4e7e1c368f341a781b4cf8af6b 892Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 893Date: Mon Jun 27 16:09:14 2005 +0000 894 895 - Remove fontenc from Xfont 896 - Add a dependency from Xfont on libfontenc 897 - Add build system for lib/fontenc 898 - xc/lib/font: Change #include "fontenc.h" to #include 899 <X11/fonts/fontenc.h> in some places. 900 - Remove dpsinfo and dpsexec from the app section of symlink.sh 901 - Fix xp.pc.in to add XPRINT_LIBS/CFLAGS instead of X_LIBS/CFLAGS 902 903commit e80fd1617092d128d54a9400a4974ffafbb3083e 904Author: Egbert Eich <eich@suse.de> 905Date: Fri Apr 23 18:44:23 2004 +0000 906 907 Merging XORG-CURRENT into trunk 908 909commit 072f90aeb09035953b966233059139d161d3a5f0 910Author: Egbert Eich <eich@suse.de> 911Date: Sun Mar 14 08:32:36 2004 +0000 912 913 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 914 915commit 7fb87aa305856f07d7a57b3296ade04b1f012f1a 916Author: Egbert Eich <eich@suse.de> 917Date: Wed Mar 3 12:11:43 2004 +0000 918 919 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 920 921commit 993a15d0255a72bdfbc6c2c43e9c164f0919e682 922Author: Egbert Eich <eich@suse.de> 923Date: Thu Feb 26 13:35:35 2004 +0000 924 925 readding XFree86's cvs IDs 926 927commit eec99218eac07b50f0d25c2789abb5dfcc8f6c9d 928Author: Egbert Eich <eich@suse.de> 929Date: Thu Feb 26 09:22:53 2004 +0000 930 931 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 932 933commit faa2a922a0dbd16844055f83a159dab92a383376 934Author: Kaleb Keithley <kaleb@freedesktop.org> 935Date: Mon Feb 23 20:34:43 2004 +0000 936 937 Import most of XFree86 4.4RC3. This import excludes files which have the 938 new license. If we want to, later we can import 4.4RC3 again and pick 939 up the files that have the new license, but for now the vendor branch 940 is "pure." 941 942commit 7ea6ca71ac6825b9a28510f23c35d8b480752c41 943Author: Kaleb Keithley <kaleb@freedesktop.org> 944Date: Fri Dec 19 20:54:44 2003 +0000 945 946 XFree86 4.3.99.902 (RC 2) 947 948commit f431cd8bc5d7fb3a385609c9ac99deabb79ab023 949Author: Kaleb Keithley <kaleb@freedesktop.org> 950Date: Fri Nov 14 16:48:50 2003 +0000 951 952 XFree86 4.3.0.1 953 954commit f1b010ee7ae89b23af8fe4c92103db775ae35aed 955Author: Kaleb Keithley <kaleb@freedesktop.org> 956Date: Fri Nov 14 16:48:50 2003 +0000 957 958 Initial revision 959