public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/emacs-tools:emacs-common commit in: /
@ 2021-03-22  8:34 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2021-03-22  8:34 UTC (permalink / raw
  To: gentoo-commits

commit:     8c612c1ee8e4a1a28550c730fd20ccb1f2ce600d
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 08:02:37 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 22 08:02:37 2021 +0000
URL:        https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=8c612c1e

Version 1.8 released

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index b553c7c..4c24309 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-03-22  Ulrich Müller  <ulm@gentoo.org>
+
+	* Version 1.8 released. This is identical to 1.7 except for the
+	name change.
+
 2021-03-14  Ulrich Müller  <ulm@gentoo.org>
 
 	* Makefile (PN): Package renamed to emacs-common.


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/emacs-tools:emacs-common commit in: /
@ 2023-07-24 16:07 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2023-07-24 16:07 UTC (permalink / raw
  To: gentoo-commits

commit:     d7bc8c00fac04f63873d825bc9399682f3893169
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 15:21:57 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 15:21:57 2023 +0000
URL:        https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=d7bc8c00

Add schema file for gsettings

* org.gnu.emacs.defaults.gschema.xml: New file, from upstream
Git repository. Bug 911117.
* Makefile (GSCHEMAFILES, DISTFILES): Add it.

Bug: https://bugs.gentoo.org/911117
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog                          |  6 +++++
 Makefile                           |  5 ++--
 org.gnu.emacs.defaults.gschema.xml | 51 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 60 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4c24309..78ee271 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-07-24  Ulrich Müller  <ulm@gentoo.org>
+
+	* org.gnu.emacs.defaults.gschema.xml: New file, from upstream
+	Git repository. Bug 911117.
+	* Makefile (GSCHEMAFILES, DISTFILES): Add it.
+
 2021-03-22  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 1.8 released. This is identical to 1.7 except for the

diff --git a/Makefile b/Makefile
index c64289d..65da9b7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2007-2021 Gentoo Authors
+# Copyright 2007-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2 or later
 
 PN = emacs-common
@@ -13,8 +13,9 @@ ICONFILES = sink.png \
 	emacs23_128.png emacs23.svg \
 	emacs25_16.png emacs25_24.png emacs25_32.png emacs25_48.png \
 	emacs25_128.png emacs25.svg
+GSCHEMAFILES = org.gnu.emacs.defaults.gschema.xml
 DISTFILES = site-start.el site-gentoo.el subdirs.el.in $(DESKTOPFILES) \
-	$(addprefix icons/,COPYRIGHT.icons $(ICONFILES))
+	$(addprefix icons/,COPYRIGHT.icons $(ICONFILES)) $(GSCHEMAFILES)
 
 
 .PHONY: all dist clean $(DESKTOPFILES)

diff --git a/org.gnu.emacs.defaults.gschema.xml b/org.gnu.emacs.defaults.gschema.xml
new file mode 100644
index 0000000..7c700ac
--- /dev/null
+++ b/org.gnu.emacs.defaults.gschema.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2019-2020 Free Software Foundation, Inc. -->
+<schemalist>
+
+  <schema id="org.gnu.emacs.defaults">
+
+    <key name='alpha'                    type='s'><default>''</default></key>
+    <key name='auto-raise-lower'         type='s'><default>''</default></key>
+    <key name='auto-lower'               type='s'><default>''</default></key>
+    <key name='auto-raise'               type='s'><default>''</default></key>
+    <key name='background'               type='s'><default>''</default></key>
+    <key name='background-mode'          type='s'><default>''</default></key>
+    <key name='bitmap-icon'              type='s'><default>''</default></key>
+    <key name='border-color'             type='s'><default>''</default></key>
+    <key name='border-width'             type='s'><default>''</default></key>
+    <key name='buffer-predicate'         type='s'><default>''</default></key>
+    <key name='cursor-blink'             type='s'><default>''</default></key>
+    <key name='cursor-type'              type='s'><default>''</default></key>
+    <key name='cursor-color'             type='s'><default>''</default></key>
+    <key name='font'                     type='s'><default>''</default></key>
+    <key name='font-backend'             type='s'><default>''</default></key>
+    <key name='foreground'               type='s'><default>''</default></key>
+    <key name='fullscreen'               type='s'><default>''</default></key>
+    <key name='horizontal-scroll-bars'   type='s'><default>''</default></key>
+    <key name='icon-name'                type='s'><default>''</default></key>
+    <key name='inhibit-double-buffering' type='s'><default>''</default></key>
+    <key name='internal-border'          type='s'><default>''</default></key>
+    <key name='internal-border-width'    type='s'><default>''</default></key>
+    <key name='left-fringe'              type='s'><default>''</default></key>
+    <key name='line-spacing'             type='s'><default>''</default></key>
+    <key name='menu-bar'                 type='s'><default>''</default></key>
+    <key name='minibuffer'               type='s'><default>''</default></key>
+    <key name='name'                     type='s'><default>''</default></key>
+    <key name='pointer-color'            type='s'><default>''</default></key>
+    <key name='reverse-video'            type='s'><default>''</default></key>
+    <key name='right-fringe'             type='s'><default>''</default></key>
+    <key name='screen-gamma'             type='s'><default>''</default></key>
+    <key name='scroll-bar'               type='s'><default>''</default></key>
+    <key name='scroll-bar-background'    type='s'><default>''</default></key>
+    <key name='scroll-bar-foreground'    type='s'><default>''</default></key>
+    <key name='scroll-bar-height'        type='s'><default>''</default></key>
+    <key name='scroll-bar-width'         type='s'><default>''</default></key>
+    <key name='scroll-bars'              type='s'><default>''</default></key>
+    <key name='title'                    type='s'><default>''</default></key>
+    <key name='tool-bar'                 type='s'><default>''</default></key>
+    <key name='vertical-scroll-bars'     type='s'><default>''</default></key>
+    <key name='wait-for-w-m'             type='s'><default>''</default></key>
+
+  </schema>
+
+</schemalist>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/emacs-tools:emacs-common commit in: /
@ 2023-07-24 16:07 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2023-07-24 16:07 UTC (permalink / raw
  To: gentoo-commits

commit:     2f76995f97bec0fa5d1ece35b1bc131f4de20062
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 15:22:48 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 15:22:48 2023 +0000
URL:        https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=2f76995f

Version 1.9 released

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 78ee271..9e4ede9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2023-07-24  Ulrich Müller  <ulm@gentoo.org>
 
+	* Version 1.9 released.
+
 	* org.gnu.emacs.defaults.gschema.xml: New file, from upstream
 	Git repository. Bug 911117.
 	* Makefile (GSCHEMAFILES, DISTFILES): Add it.


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/emacs-tools:emacs-common commit in: /
@ 2023-09-12 16:21 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2023-09-12 16:21 UTC (permalink / raw
  To: gentoo-commits

commit:     a401b91919650e7d27d0277ff6aa6a66249111be
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 16:18:57 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 16:18:57 2023 +0000
URL:        https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=a401b919

Enable lexical binding

* site-start.el:
* site-gentoo.el:
* subdirs.el.in: Enable lexical binding.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog      | 6 ++++++
 site-gentoo.el | 2 +-
 site-start.el  | 2 +-
 subdirs.el.in  | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9e4ede9..bab40f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-09-12  Ulrich Müller  <ulm@gentoo.org>
+
+	* site-start.el:
+	* site-gentoo.el:
+	* subdirs.el.in: Enable lexical binding.
+
 2023-07-24  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 1.9 released.

diff --git a/site-gentoo.el b/site-gentoo.el
index 9a40311..2df5dd0 100644
--- a/site-gentoo.el
+++ b/site-gentoo.el
@@ -1,4 +1,4 @@
-;;; site-gentoo.el --- site initialisation for Gentoo-installed packages
+;;; site-gentoo.el --- Gentoo site initialisation  -*- lexical-binding: t; -*-
 
 ;;; Commentary:
 ;; Automatically generated by elisp-common.eclass

diff --git a/site-start.el b/site-start.el
index 0ec3785..314ede5 100644
--- a/site-start.el
+++ b/site-start.el
@@ -1,4 +1,4 @@
-;;; site-start.el			-*- no-byte-compile: t -*-
+;;; site-start.el  -*- lexical-binding: t; no-byte-compile: t; -*-
 
 ;;; Commentary:
 ;; This is the site startup file for GNU Emacs. It is loaded before

diff --git a/subdirs.el.in b/subdirs.el.in
index 3432bf0..81e0e1b 100644
--- a/subdirs.el.in
+++ b/subdirs.el.in
@@ -1,4 +1,4 @@
-;; -*- no-byte-compile: t -*-
+;; -*- lexical-binding: t; no-byte-compile: t; -*-
 (when (fboundp 'normal-top-level-add-subdirs-to-load-path)
   (normal-top-level-add-subdirs-to-load-path)
   ;; We install dynamic modules in a more FHS compliant location,


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/emacs-tools:emacs-common commit in: /
@ 2023-09-13  7:29 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2023-09-13  7:29 UTC (permalink / raw
  To: gentoo-commits

commit:     4d9be8c40ded03641692bcf0d843473e73dd5304
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 16:18:57 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 16:18:57 2023 +0000
URL:        https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=4d9be8c4

Enable lexical binding

* site-start.el:
* site-gentoo.el:
* subdirs.el.in: Enable lexical binding.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog      | 6 ++++++
 site-gentoo.el | 2 +-
 site-start.el  | 2 +-
 subdirs.el.in  | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9e4ede9..bab40f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-09-12  Ulrich Müller  <ulm@gentoo.org>
+
+	* site-start.el:
+	* site-gentoo.el:
+	* subdirs.el.in: Enable lexical binding.
+
 2023-07-24  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 1.9 released.

diff --git a/site-gentoo.el b/site-gentoo.el
index 9a40311..427c491 100644
--- a/site-gentoo.el
+++ b/site-gentoo.el
@@ -1,4 +1,4 @@
-;;; site-gentoo.el --- site initialisation for Gentoo-installed packages
+;;; site-gentoo.el --- Gentoo site initialisation  -*-lexical-binding:t-*-
 
 ;;; Commentary:
 ;; Automatically generated by elisp-common.eclass

diff --git a/site-start.el b/site-start.el
index 0ec3785..314ede5 100644
--- a/site-start.el
+++ b/site-start.el
@@ -1,4 +1,4 @@
-;;; site-start.el			-*- no-byte-compile: t -*-
+;;; site-start.el  -*- lexical-binding: t; no-byte-compile: t; -*-
 
 ;;; Commentary:
 ;; This is the site startup file for GNU Emacs. It is loaded before

diff --git a/subdirs.el.in b/subdirs.el.in
index 3432bf0..81e0e1b 100644
--- a/subdirs.el.in
+++ b/subdirs.el.in
@@ -1,4 +1,4 @@
-;; -*- no-byte-compile: t -*-
+;; -*- lexical-binding: t; no-byte-compile: t; -*-
 (when (fboundp 'normal-top-level-add-subdirs-to-load-path)
   (normal-top-level-add-subdirs-to-load-path)
   ;; We install dynamic modules in a more FHS compliant location,


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/emacs-tools:emacs-common commit in: /
@ 2024-05-05 12:43 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2024-05-05 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     1a2b4a6eb61dc1bbff2347c23a7a999f6eac4407
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun May  5 12:37:52 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun May  5 12:37:52 2024 +0000
URL:        https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=1a2b4a6e

Version 1.10 released

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index bab40f8..7c9bb9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-05-05  Ulrich Müller  <ulm@gentoo.org>
+
+	* Version 1.10 released.
+
 2023-09-12  Ulrich Müller  <ulm@gentoo.org>
 
 	* site-start.el:


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-05 12:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-05 12:43 [gentoo-commits] proj/emacs-tools:emacs-common commit in: / Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2023-09-13  7:29 Ulrich Müller
2023-09-12 16:21 Ulrich Müller
2023-07-24 16:07 Ulrich Müller
2023-07-24 16:07 Ulrich Müller
2021-03-22  8:34 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox