summaryrefslogtreecommitdiff
path: root/src/xrdb.c
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-09Remove long-broken TESTRM interfacePo Lu
2022-09-08* src/xrdb.c (main) [TESTRM]: Replace gets with fgets.Stefan Kangas
2022-05-31Pacify GCC 12 in xrdb.cPaul Eggert
2022-04-28Fix GTK buildPo Lu
2022-04-28Stop overriding default Motif colors with our ownPo Lu
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-08-18Merge from origin/emacs-27Glenn Morris
2020-08-16Fix bug with ~/Emacs file not being read at initRobert Pluim
2020-02-19Fix search for ~/.Xdefaults-HOSTNAME (again)Johan Bockgård
2020-01-01Update copyright year to 2020Paul Eggert
2019-04-26Rename generic x_* identifiersAlexander Gramiak
2019-04-24Don't link libXft when using cairoYAMAMOTO Mitsuharu
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-13Act like POSIX sh if $HOME is relativePaul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-02-08Fix crashes when run with --no-build-detailsPaul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-10-04Fix search for ~/.Xdefaults-HOSTNAMEJohan Bockgård
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-07Prefer xpalloc to doubling buffers by handPaul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-07-31Port to pedantic memcpyPaul Eggert
2015-01-13Use bool for boolean in xmenu.c, xml.cPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-29system-name's returned value can varyPaul Eggert
2014-12-25Prefer stpcpy to strcatPaul Eggert
2014-07-30* xrdb.c (x_load_resources) [USE_MOTIF]: Although not strictlyDmitry Antipov
2014-07-29* xrdb.c (x_load_resources) [!USE_MOTIF]: Put horizontal scroll barDmitry Antipov
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-01Spelling and punctuation fixes.Paul Eggert
2013-11-13Prefer tail calls.Paul Eggert
2013-09-17* dispextern.h (check_x_display_info, x_get_string_resource):Dmitry Antipov
2013-08-10Omit some unnecessary casts.Paul Eggert
2013-08-09Use xstrdup and build_unibyte_string where applicable.Dmitry Antipov
2013-07-09Handle errno and exit status a bit more carefully.Paul Eggert
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-11-13Use faccessat, not access, when checking file permissions.Paul Eggert
2012-10-16* editfns.c (get_system_name): Remove.Dmitry Antipov
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert