]> git.eshelyaron.com Git - emacs.git/commit
Allow other text editors to edit files in Emacs' home directory
authorPo Lu <luangruo@yahoo.com>
Thu, 9 Feb 2023 14:56:41 +0000 (22:56 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 9 Feb 2023 14:56:41 +0000 (22:56 +0800)
commit209ae003b7444d2e9b195db9475ddbdefa8f9c64
tree5826ded6dffda28fb76300c3df8222432771c6fd
parentf0f45ab10d9599c1dfe44ace8fe6b604de0b2935
Allow other text editors to edit files in Emacs' home directory

* java/AndroidManifest.xml.in: Declare the new documents
provider.
* java/README: Describe the meaning of files in res/values.
* java/org/gnu/emacs/EmacsDocumentsProvider.java
(EmacsDocumentsProvider): New file.
* java/res/values-v19/bool.xml:
* java/res/values/bool.xml: New files.
java/AndroidManifest.xml.in
java/README
java/org/gnu/emacs/EmacsDocumentsProvider.java [new file with mode: 0644]
java/res/values-v19/bool.xml [new file with mode: 0644]
java/res/values/bool.xml [new file with mode: 0644]