This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import git | |
import os | |
import argparse | |
from datetime import datetime | |
def touch_target(repo_name, logs): | |
target_name = os.path.join(repo_name, logs + ".txt") | |
with open(target_name, 'w') as file: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lisp/server.el b/lisp/server.el | |
index 5efba17a01..357a6e5945 100644 | |
--- a/lisp/server.el | |
+++ b/lisp/server.el | |
@@ -1182,10 +1182,9 @@ The following commands are accepted by the client: | |
;; choice there.) In daemon mode on Windows, we can't | |
;; make tty frames, so force the frame type to GUI | |
;; there too. | |
- (when (or (and (eq system-type 'windows-nt) | |
- (or (daemonp) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lisp/org-compat.el b/lisp/org-compat.el | |
index 4446a169d..2d1f2ff92 100644 | |
--- a/lisp/org-compat.el | |
+++ b/lisp/org-compat.el | |
@@ -646,7 +646,12 @@ use of this function is for the stuck project list." | |
(gui-get-selection value 'STRING) | |
(gui-get-selection value 'TEXT))))) | |
((and (eq window-system 'w32) (fboundp 'w32-get-clipboard-data)) | |
- (w32-get-clipboard-data)))) | |
+ (w32-get-clipboard-data)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Library/Homebrew/os/mac/pkgconfig/10.15/libxml-2.0.pc b/Library/Homebrew/os/mac/pkgconfig/10.15/libxml-2.0.pc | |
index c297c6b45..22b2e69e8 100644 | |
--- a/Library/Homebrew/os/mac/pkgconfig/10.15/libxml-2.0.pc | |
+++ b/Library/Homebrew/os/mac/pkgconfig/10.15/libxml-2.0.pc | |
@@ -1,7 +1,8 @@ | |
prefix=/usr | |
+xcode_prefix=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk${prefix} | |
exec_prefix=${prefix} | |
libdir=${exec_prefix}/lib | |
-includedir=${prefix}/include |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lisp/org-compat.el b/lisp/org-compat.el | |
index 7603f9688..d552d2095 100644 | |
--- a/lisp/org-compat.el | |
+++ b/lisp/org-compat.el | |
@@ -555,7 +555,12 @@ use of this function is for the stuck project list." | |
(gui-get-selection value 'STRING) | |
(gui-get-selection value 'TEXT))))) | |
((and (eq window-system 'w32) (fboundp 'w32-get-clipboard-data)) | |
- (w32-get-clipboard-data)))) | |
+ (w32-get-clipboard-data)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; basic-theme.el --- Minimal color theme for Emacs | |
;; Copyright (C) 2019 Xin Xu <railwaycat@gmail.com> | |
;; Author: Xin Xu | |
;; Version: 1.0 | |
;; This file is not a part of GNU Emacs. | |
;;; License: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Library/Homebrew/os/mac/pkgconfig/10.14/libxml-2.0.pc b/Library/Homebrew/os/mac/pkgconfig/10.14/libxml-2.0.pc | |
index c297c6b45..7a037a9cf 100644 | |
--- a/Library/Homebrew/os/mac/pkgconfig/10.14/libxml-2.0.pc | |
+++ b/Library/Homebrew/os/mac/pkgconfig/10.14/libxml-2.0.pc | |
@@ -1,7 +1,8 @@ | |
prefix=/usr | |
+xcode_prefix=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk${prefix} | |
exec_prefix=${prefix} | |
libdir=${exec_prefix}/lib | |
-includedir=${prefix}/include |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ruN mituharu-emacs-mac-85a43e7fcf73/lisp/cus-start.el mituharu-emacs-mac-patched/lisp/cus-start.el | |
--- mituharu-emacs-mac-85a43e7fcf73/lisp/cus-start.el 2019-03-22 01:05:44.000000000 -0400 | |
+++ mituharu-emacs-mac-patched/lisp/cus-start.el 2019-04-04 15:08:10.000000000 -0400 | |
@@ -580,6 +580,7 @@ | |
(mac-pass-command-to-system mac boolean "22.1") | |
(mac-pass-control-to-system mac boolean "22.1") | |
(mac-drawing-use-gcd mac boolean "24.4") | |
+ (mac-use-title-bar mac boolean "25.2") | |
(mac-frame-tabbing mac (choice (const automatic) (const inverted) | |
(const nil) (const t)) "24.5") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ruN mituharu-emacs-mac-9ea45639e1ab/lisp/cus-start.el mituharu-emacs-mac-9ea45639e1ab-mod/lisp/cus-start.el | |
--- mituharu-emacs-mac-9ea45639e1ab/lisp/cus-start.el 2018-04-15 02:15:54.000000000 -0400 | |
+++ mituharu-emacs-mac-9ea45639e1ab-mod/lisp/cus-start.el 2018-05-02 19:32:22.000000000 -0400 | |
@@ -580,6 +580,7 @@ | |
(mac-pass-command-to-system mac boolean "22.1") | |
(mac-pass-control-to-system mac boolean "22.1") | |
(mac-drawing-use-gcd mac boolean "24.4") | |
+ (mac-use-title-bar mac boolean "25.2") | |
(mac-frame-tabbing mac (choice (const automatic) (const inverted) | |
(const nil) (const t)) "24.5") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git mac/templates/Info.plist.in mac/templates/Info.plist.in | |
index d4b033c659..fe46ab29d8 100644 | |
--- mac/templates/Info.plist.in | |
+++ mac/templates/Info.plist.in | |
@@ -21,12 +21,475 @@ along with GNU Emacs Mac port. If not, see <http://www.gnu.org/licenses/>. | |
--> | |
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> | |
-<plist version="0.9"> | |
+<plist version="1.0"> |
NewerOlder