diff options
author | Yuuki Harano <masm+github@masm11.me> | 2019-07-18 01:07:36 +0900 |
---|---|---|
committer | Jeff Walsh <fejfighter@gmail.com> | 2020-11-22 14:46:55 +1100 |
commit | 31bba950bc867e43188922a8ef03c2f07c6a784a (patch) | |
tree | ce3034c5493812f3dc5a719b6bafa9d309b808e7 /.gitignore | |
parent | 519a4ac39f7cd9e2339b203463704db48752bc5b (diff) | |
download | emacs-31bba950bc867e43188922a8ef03c2f07c6a784a.tar.gz |
Use gsettings instead of X resource database
* src/pgtkfns.c (pgtk_is_lower_char, pgtk_is_upper_char)
(pgtk_is_numeric_char, parse_resource_key)
(pgtk_get_defaults_value, pgtk_set_defaults_value)
(Fpgtk_set_resource, pgtk_get_string_resource): handle gsettings scheme
* m4/gsettings.m4: new file
* etc/org.gnu.emacs.defaults.gschema.xml: new file
* configure.ac (GLIB_DISABLE_DEPRECATION_WARNINGS)
(gsettingsschemadir):
* Makefile.in (gsettingsschemadir, GLIB_COMPILE_SCHEMAS)
(install, uninstall, clean):
* .gitignore: add gschema
*.gschema.valid は生成ファイルなので無視。
schema の置き場所を変更。
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bf7e9349813..8ac0f483f9b 100644 --- a/.gitignore +++ b/.gitignore @@ -298,3 +298,6 @@ nt/emacs.rc nt/emacsclient.rc src/gdb.ini /var/ + +# gsettings schema +/etc/*.gschema.valid |