branch: externals/pyim
commit 1268f095c38121654d42ea20f82b1d15d23347e9
Author: Feng Shu
Commit: Feng Shu
Fix pyim-dhashcache--get-ishortcodes-ishortcodes when deal with 'bu--zhi'
---
pyim-dhashcache.el | 2 +-
tests/pyim-tests.el | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
dif
branch: externals/xeft
commit b980aac44fe23f29c4d4764209ba4e62d2945568
Author: Yuan Fu
Commit: Yuan Fu
Pull xapian-lite from GitHub
* Makefile: Add some flags. Pull xapian-lite from GitHub instead of
tracking a local copy.
* module: Remove directory.
---
Makefile
branch: externals/xeft
commit 26389942e9cf8d4099adac32e2ce14e536c82d56
Author: Yuan Fu
Commit: Yuan Fu
Minor change
---
README.md | 6 --
xeft.el | 4 +++-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index e3d35eccf6..dbc9193101 100644
--- a/RE
branch: externals/xeft
commit 39430a861a7f889e70746cfcd644a31031c350c3
Author: Yuan Fu
Commit: Yuan Fu
Update to v3.0
* README.md: Mention the (not really) new automatic install wizard.
* xeft.el: Change version to 3.0. Use new release url for xapian-lite.
---
README.md | 14 ++
branch: externals/xeft
commit babe67496a753a214265aa9ec7740297acca7cd1
Author: Yuan Fu
Commit: Yuan Fu
Add xapian-lite source
This way the user don't need to clone the git repo of xapian-lite.
* Makefile:
* emacs-module-prelude.h:
* emacs-module.h:
* xapian-lite
branch: externals/xeft
commit e694278a16b3bbecaca2fe5ef98c86f187948447
Author: Yuan Fu
Commit: Yuan Fu
Improve auto-compile/download commands
* xeft.el (xeft--require-xapian-lite): Refactor out this function.
(xeft--download-module): Use read-multiple-choice.
(xeft): Factor
branch: externals/xeft
commit fa6343271567d010e72c5aeafbb23f665e89b8c4
Author: Yuan Fu
Commit: Yuan Fu
* Makefile (xeft-module.so): Fix linking flags
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index acf75f18c5..32bddbd723 100644
---
branch: externals/xeft
commit 974520af0a557a1e56cfe489eb4b654bf03f3ca3
Author: Yuan Fu
Commit: Yuan Fu
* Makefile (SOEXT): Fix if condition.
---
Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index d890d7843f..44cdd9a066 100644
--- a/Makef
branch: externals/xeft
commit 361ee049138bd5359d1cb2ee531e861a68ef0b1e
Author: Yuan Fu
Commit: Yuan Fu
* xeft.el (xeft--download-module): Fix.
---
xeft.el | 36 ++--
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/xeft.el b/xeft.el
index 77d1a
branch: externals/xeft
commit 6d27d1a7ab74a8140cb1e7bf08d798851a50f3b2
Author: Yuan Fu
Commit: Yuan Fu
Replace xeft-module with xapian-lite
Xapian-lite is equivalent to xeft-module, but with different name and
uses emacs-module-prelude. So xeft-module = xapian-lite + prelude.
branch: externals/xeft
commit 0f56356d24007fae27d5bccf76fff05ba4b7cdb3
Author: Yuan Fu
Commit: Yuan Fu
Switch to sr.ht
* README.md:
* xeft.el (xeft--linux-module-url)
(xeft--mac-module-url): Switch to sr.ht.
---
README.md | 2 +-
xeft.el | 4 ++--
2 files changed, 3 inser
branch: externals/xeft
commit f2a7dd92599271949dd2a85cc5c7c6c8b930532a
Author: Yuan Fu
Commit: Yuan Fu
Minor layout change
---
xeft.el | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/xeft.el b/xeft.el
index d1e8cd35fa..c847bcc67e 100644
--- a/xeft.el
+++ b/xeft.el
branch: externals/xeft
commit 78bf82b50716d5244068ca3790038306f4557dcb
Author: Yuan Fu
Commit: Yuan Fu
* xeft.el (xeft-refresh): Remove workaround for emacs-rime.
---
xeft.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/xeft.el b/xeft.el
index c847bcc67e..ecb590d98f
branch: externals/xeft
commit f193d6135e98e170dc0e608f1ad8dbabc535a25f
Author: Yuan Fu
Commit: Yuan Fu
Ignore dot directory and make file function customizable
* xeft.el (xeft-file-list-function): New custom option.
(xeft-full-reindex, xeft--front-page-cache-refresh): Use new va
branch: externals/xeft
commit 6efff4f20d601fae937766301a4c2655cff72d91
Author: Yuan Fu
Commit: Yuan Fu
Add conexcept qualifier
* xeft-module.cc (reindex_file):
(query_term):
---
xeft-module.cc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/xeft-module.cc
branch: externals/xeft
commit 3a60ed7639c26c9e0f6d23a153ec328f6182d322
Author: Yuan Fu
Commit: Yuan Fu
Provide option to download dynamic module automatically
* xeft.el (xeft--linux-module-url, xeft--mac-module-url): New
variables.
(xeft--download-module): New function.
branch: externals/xeft
commit 321dd84b648ff046192f4ac7b747388a8995e56a
Author: Yuan Fu
Commit: Yuan Fu
* Makefile: Add support for windows dylib extension
---
Makefile | 12 +++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 8d1dfa51c5..d890
branch: externals/xeft
commit f05eca90f6eacfa9f5604ceb1667fd9ebea81e67
Author: Yuan Fu
Commit: Yuan Fu
* Makefile (CXXFLAGS): Remove -stdlib=libc++
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index a31fbfdc06..8a623b43ba 100644
--- a/
branch: externals/xeft
commit 2b515faf2ed62a5c9727e6abeb69e076413774fe
Author: Yuan Fu
Commit: Yuan Fu
* xeft-module.cc (copy_string): Fix free statement;
---
xeft-module.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xeft-module.cc b/xeft-module.cc
index 92a5442
branch: externals/xeft
commit 4f16722a477d65592677a7446c1367511f0d5af2
Author: Yuan Fu
Commit: Yuan Fu
Handle database errors
* module/xapian-lite.cc: Update xapian-lite.
* xeft.el (xeft--after-save, xeft-full-reindex): Handle and print
explanation for database lock and corr
branch: externals/xeft
commit ea433359930bea3aecd47bd7be07ba362916cf83
Author: Yuan Fu
Commit: Yuan Fu
Extend handled query syntax and document it
* README.md: Document query syntax.
* xeft.el (xeft--highlight-search-phrase,
xeft--tighten-search-phrase): Support more query s
branch: externals/xeft
commit 315126c9ae1fe871850f8ebe5749dd59fba7110b
Author: Yuan Fu
Commit: Yuan Fu
Fix noexcept error
* xeft-module.cc (Fxeft_reindex_file):
(Fxeft_query_term):
---
xeft-module.cc | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a
branch: externals/xeft
commit 270eeb10846a5a81590dc85573610b7319f25130
Author: Yuan Fu
Commit: Yuan Fu
* xeft.el: Add version for package-vc-install.
---
xeft.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/xeft.el b/xeft.el
index cf346f887e..386e7e7522 100644
--- a/xeft.el
+++ b/xef
branch: externals/xeft
commit 4bdb052d815b67dff327bc976c73d81c94040d75
Author: Yuan Fu
Commit: Yuan Fu
* xeft.el: Bump to version 3.2.
---
xeft.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xeft.el b/xeft.el
index aa420bfc66..d2bf470c4d 100644
--- a/xeft.el
+++
branch: externals/xeft
commit 951db71170edd77c42a0054f9e24840a13168a4a
Author: Yuan Fu
Commit: Yuan Fu
Fix default-extension format and add a recursive option
* xeft.el (xeft-default-extension):
(xeft-filename-fn):
(xeft-recursive):
(xeft--file-list):
---
xeft.el | 15 +
branch: externals/xeft
commit 035ae7f3d003616d9c12e5028457ddb4cae2e079
Author: Yuan Fu
Commit: Yuan Fu
* xeft.el: Update commentary about 'xeft-recursive'.
---
xeft.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/xeft.el b/xeft.el
index 5c1ded008a..574ac51ced 100644
branch: externals/xeft
commit 71d13999a7abdc810482dcd2ef5511049da6e0d2
Author: Yuan Fu
Commit: Yuan Fu
Various fixes and improvements
* xeft.el (xeft-ignore-extension): New variable.
(xeft-mode): Remove reindex.
(xeft): Add reindex.
(xeft--find-file-at-point): Run hook h
branch: externals/xeft
commit a3050c15960ad63937d19f40fd98442247325600
Author: Yuan Fu
Commit: Yuan Fu
* xeft.el (xeft-ignore-extension): Explain the option more clearly.
---
xeft.el | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/xeft.el b/xeft.el
index 197bf47cd9.
branch: externals/xeft
commit 9532c7dd17b4a8a2014c9af2f3cb4c7e21b0e0b9
Author: Yuan Fu
Commit: Yuan Fu
* README.md: Add instruction for windows.
---
README.md | 4
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index dbc9193101..357a3554eb 100644
--- a/README.md
++
branch: externals/xeft
commit 5c8adb7c51ec50fc659aaebe65e11e984f458f1e
Author: Yuan Fu
Commit: Yuan Fu
* Makefile: Fix PREFIX.
---
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 1c48d520b3..72c5fb920d 100644
--- a/Makefile
+++ b/Make
branch: externals/xeft
commit dd14e6993997b5322cbe19864147553b3bc3a9b6
Author: Yuan Fu
Commit: Yuan Fu
* README.md: Remove text about the dynamic mocule.
---
README.md | 53 -
1 file changed, 4 insertions(+), 49 deletions(-)
diff --git a/
branch: externals/xeft
commit ad2d7b259d6e296b49b004a1510ccf821ba3db16
Author: Yuan Fu
Commit: Yuan Fu
Don't highlight short keywords.
* xeft.el (xeft--highlight-search-phrase, xeft--highlight-matched):
Add condition (> (length keyword) 1).
---
xeft.el | 34 ++--
branch: externals/xeft
commit 2fd4dd6ef86a96869af56837602ba3893a677d83
Author: Yuan Fu
Commit: Yuan Fu
Update xapian-lite.cc
* module/emacs-module-prelude.h: Sync with upstream.
* module/xapian-lite.cc (copy_string): Sync with upstream.
---
module/emacs-module-prelude.h | 5 +++
branch: externals/xeft
commit 6fcc903bbb0a41fb23404fc49ab180fa6652ac20
Author: Yuan Fu
Commit: Yuan Fu
; * xeft.el (xeft--compile-module): Refactor.
---
xeft.el | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/xeft.el b/xeft.el
index c3d449396e..4f3d6df801 100644
branch: externals/xeft
commit 1c1b449d21854b64a14f74457c5be720bf6fa5ff
Author: Yuan Fu
Commit: Yuan Fu
Add semicolon after macro
* xeft-module.cc (CHECK_EXIT): Add semicolon.
(Fxeft_reindex_file): Add semicolon.
(Fxeft_query_term): Add semicolon.
---
xeft-module.cc | 16 +++
branch: externals/xeft
commit 2b1ff8402f8f24b6413113a983490f82cee6a173
Author: Yuan Fu
Commit: Yuan Fu
Various fixes
* xeft.el (xeft-default-extension): New option.
(xeft-filename-fn): Use 'xeft-default-extension'.
(xeft): Create database's path if doesn't exists.
(xeft-
branch: externals/xeft
commit cb4b595b6a434293f6da0225883c314a5ea9dcb2
Author: Yuan Fu
Commit: Yuan Fu
Update gitignore
---
.gitignore | 4
gitignore | 2 --
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00..e
branch: externals/xeft
commit 71febb833f24c7c353589e240290e53ee1bbf495
Author: Yuan Fu
Commit: Yuan Fu
Improve latency
* xeft.el (xeft--compile-module): Check for make, and default to empty
PREFIX.
(xeft-mode): Moved inhibit-modification-hooks to here.
(xeft, xeft-create
branch: externals/xeft
commit 6c94f7bdb41214f37747ab58ca3ce6d5c3258735
Author: Yuan Fu
Commit: Yuan Fu
* xeft.el (xeft-refresh): Fix to show the "create note" prompt.
---
xeft.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xeft.el b/xeft.el
index 4efc581560..79396b37
branch: externals/xeft
commit 290b146829e91159e008b373eb25f17e9517be47
Author: Yuan Fu
Commit: Yuan Fu
Remove caching, change to showing only 15 results
* xeft.el (xeft--after-save-hook):
(xeft--after-save):
(xeft-mode-map):
(xeft-full-reindex):
(xeft--cache):
(x
branch: externals/xeft
commit 8e57d01aa60d7dcc68e062c8fc13427feb01f190
Author: Yuan Fu
Commit: Yuan Fu
Improve perceived latency
* xeft.el (xeft--ecache):
(xeft--ecache-buffer):
(xeft--insert-file-excerpt):
(xeft--ignore-short-phrase):
(xeft-refresh):
---
xeft.el |
elpasync pushed a change to branch externals/xeft.
at 4bdb052d81 * xeft.el: Bump to version 3.2.
This branch includes the following new commits:
new afc8a69a52 init
new b9759e2f57 Fix for Linux
new f81dd92048 Some update
new b3ff6bf5b6 Make search result
branch: externals/xeft
commit 45d975d54d097cdebef7a02b12eea7e190b53808
Author: Yuan Fu
Commit: Yuan Fu
Prepare for ELPA
* xeft.el: Add copyright notice, require subr-x.
---
xeft.el | 24 +++-
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/xeft.el
branch: externals/xeft
commit b3ff6bf5b6d64d3f2632a3109714afda4c4bb657
Author: Yuan Fu
Commit: Yuan Fu
Make search result more intuitive
* xeft-module.cc (query_term):
* xeft.el (xeft-mode):
(xeft--tighten-search-phrase):
(xeft-refresh):
---
xeft-module.cc | 11 +---
branch: externals/xeft
commit af94f778344eec71d3c2433376637c02b3ec422f
Author: Yuan Fu
Commit: Yuan Fu
* xeft-module.cc: Fix signiture
---
xeft-module.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xeft-module.cc b/xeft-module.cc
index 9cfcd2a315..5fe53e3e4f 100644
-
branch: externals/xeft
commit 11cf93d3aa0f39f92849019814497d9871e52869
Author: Yuan Fu
Commit: Yuan Fu
Refactor the module
* README.md:
* xeft-module.cc (CHECK_EXIT):
(query_term):
(bind_function):
(nil):
(intern):
(cons):
(funcall):
(signal):
(de
branch: externals/xeft
commit 2b2c8e592575674db4e6a7b03659be41b922dd12
Author: Yuan Fu
Commit: Yuan Fu
Double-buffering
* xeft.el (xeft--insert-file-excerpt):
(xeft-refresh):
---
xeft.el | 88 +++--
1 file changed, 47
branch: externals/xeft
commit 8b3e653f6e6bfa48032bf31940fa0da3cfb217b2
Author: Yuan Fu
Commit: Yuan Fu
Really fix the nonexcept qualifier
* xeft-module.cc (define_function):
---
xeft-module.cc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/xeft-module.cc b
branch: externals/xeft
commit b9759e2f576b4155cb26de93d1e309152cdd50d1
Author: Yuan Fu
Commit: Yuan Fu
Fix for Linux
---
Makefile | 2 +-
xeft-module.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 85ea3a839a..acf75f18c5 100644
--- a
branch: externals/xeft
commit e7722e479ea89be20663792eeef5099272c9a97e
Author: Yuan Fu
Commit: Yuan Fu
Move the nonexcept qualifier to the correct place
* xeft-module.cc (reindex_file):
(query_term):
---
xeft-module.cc | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
branch: externals/xeft
commit 8a9f1e41b93fe54eb52b91286473afa87daa57ce
Author: Yuan Fu
Commit: Yuan Fu
This got to fix it
* xeft-module.cc (define_function):
---
xeft-module.cc | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/xeft-module.cc b/xeft-modu
branch: externals/xeft
commit b12a0f58ea12369770c56470da5355d7f8dd6989
Author: Yuan Fu
Commit: Yuan Fu
Factor out two faces xeft-excerpt-title and xeft-excerpt-body
* xeft.el (xeft-excerpt-title, xeft-excerpt-body): New faces.
(xeft--insert-file-excerpt): Use new faces.
---
xef
branch: externals/xeft
commit 8850838345decbc1bd22112ebf63d6107ca85b9c
Author: Yuan Fu
Commit: Yuan Fu
Fix "create note" prompt
* xeft.el (xeft-refresh): Don't show "create note" prompt if search
phrase is empty.
---
xeft.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(
branch: externals/xeft
commit 7646d9d2540ba7f502bf3bc40473c00fe5a14edd
Author: Yuan Fu
Commit: Yuan Fu
* xeft-module.cc (copy_string): Remember to free string buffer.
---
xeft-module.cc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/xeft-module.cc b/xeft-module.cc
index 48ec0362a8..8
branch: externals/xeft
commit afc8a69a526ab7662bf68eb87ee76d5547116bb0
Author: Yuan Fu
Commit: Yuan Fu
init
---
Makefile | 12 +
README.md | 75 ++
emacs-module.h | 763 +
gitignore | 2 +
xeft-module.cc | 445 +
branch: externals/xeft
commit f81dd92048ccd54a31dff483c61c000e0034efc9
Author: Yuan Fu
Commit: Yuan Fu
Some update
* xeft-module.cc (EMACS_NOEXCEPT):
(reindex_file):
(Fxeft_reindex_file):
(Fxeft_query_term):
(emacs_module_init):
* xeft.el:
(xeft-load-file-hoo
branch: externals/pyim
commit a1e5df62ca06fa20126af633bf1ad2841350b5f4
Author: Feng Shu
Commit: Feng Shu
Add duoyinzi adjust feature
---
pyim-cstring.el | 62 ---
pyim-pymap.el | 454 +++-
tests/pyim-tests.el | 52 +++---
3 fil
branch: externals/pyim
commit be4678058d90751a261ba8f54b971e1697ee0f18
Author: Feng Shu
Commit: Feng Shu
pyim-process-create-word do not return message string.
---
pyim-process.el | 16 +---
pyim.el | 27 ---
2 files changed, 17 insertions(+), 26
branch: externals/pyim
commit c6fd32f9b2ffba26386a6f8db9be649a5030c0b3
Author: Feng Shu
Commit: Feng Shu
Simplify pyim-liberime-create-word
---
pyim-liberime.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/pyim-liberime.el b/pyim-liberime.el
index 1a9a7f3bdc..cf1
branch: externals/pyim
commit 2757ccbbd6895f86d634a4ce6148eb2c7bb699fd
Author: Feng Shu
Commit: Feng Shu
Remove pinyins-list-adjusted again
---
pyim-cstring.el | 21 +
1 file changed, 9 insertions(+), 12 deletions(-)
diff --git a/pyim-cstring.el b/pyim-cstring.el
index
branch: externals/pyim
commit 4689205781b689fa695b9bde8e3e1f0fa73e0510
Author: Feng Shu
Commit: Feng Shu
Remove pinyins-list-adjusted
---
pyim-cstring.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyim-cstring.el b/pyim-cstring.el
index b3e03e7565..d08e7029e4 10064
branch: externals/pyim
commit ce221279e6ad2cd0b265d5899bf08b2781d62323
Author: Feng Shu
Commit: Feng Shu
Add pyim-liberime-create-word and remove pyim-liberime-create-word-at-point
---
pyim-liberime.el | 28 ++--
1 file changed, 10 insertions(+), 18 deletions(-)
dif
elpasync pushed a change to branch externals/pyim.
from d1a192bee9 Fix pyim-dcache-write-file test fail
new ce221279e6 Add pyim-liberime-create-word and remove
pyim-liberime-create-word-at-point
new be4678058d pyim-process-create-word do not return message string.
ne
branch: externals/pyim
commit 126dae5fd74c209735e0b7a799d3c5a67735cb03
Author: Feng Shu
Commit: Feng Shu
Simplify pyim-cstring-to-pinyin
---
pyim-cstring.el | 42 +++---
1 file changed, 19 insertions(+), 23 deletions(-)
diff --git a/pyim-cstring.el b/pyi
branch: main
commit ebadb8baaff40c23406a0ff3c88f1206808769f6
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (xeft): Auto-sync
---
elpa-packages | 1 +
1 file changed, 1 insertion(+)
diff --git a/elpa-packages b/elpa-packages
index 8898ab6fb6..216400adaf 100644
--- a/elpa-pac
branch: externals/compat
commit 066fb61ce64aad502148bedff6b2fd139cf3254b
Author: Daniel Mendler
Commit: Daniel Mendler
compat-tests: Commentary whitespace
---
compat-tests.el | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/compat-tests.el b/compat-tests.el
i
branch: externals/compat
commit 59c893c2fe01f8bb8c25d8b7e48f02595884aeb8
Author: Daniel Mendler
Commit: Daniel Mendler
compat-defalias: Add docstring
---
compat-macs.el | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/compat-macs.el b/compat-macs.el
index f37c
elpasync pushed a change to branch externals/compat.
from fa70e72f92 compat-29: Add test for keymap-global-set
new 98f913f743 Test emacs-29 branch
new 066fb61ce6 compat-tests: Commentary whitespace
new 59c893c2fe compat-defalias: Add docstring
Summary of changes:
branch: externals/compat
commit 98f913f743dafce4ed318c31753f7823df45700f
Author: Daniel Mendler
Commit: Daniel Mendler
Test emacs-29 branch
---
.github/workflows/makefile.yml | 1 +
Makefile | 2 +-
compat-tests.el| 14 +++---
3 files changed,
branch: externals/auctex
commit b3d4dfd77833af015befa31c767688ae6432a84b
Author: Tassilo Horn
Commit: Tassilo Horn
Release GNU AUCTeX 13.1.7
* GNU AUCTeX Version 13.1.7 released.
---
README | 80 ++---
auctex.el | 2 +-
auctex.info| 2
branch: externals/auctex
commit 1a72c0f884ef88656f8defa9c61222ec65ca0a55
Author: Arash Esbati
Commit: Arash Esbati
Simplify implementation of style/floatrow.el
* style/floatrow.el (LaTeX-floatrow-auto-cleanup): Adjust to new
functionality of `LaTeX-floatrow-arg-floatbox'.
(L
branch: externals/auctex
commit b7b498baad045685c7fcec0bce61f7290b86d09b
Author: Arash Esbati
Commit: Arash Esbati
Simplify implementation of style/graphicx.el
* style/graphicx.el (LaTeX-graphicx-key-val-options): New
function.
(LaTeX-arg-graphicx-includegraphics-key-val): R
branch: externals/auctex
commit 8941bd640feb81363b21dfe1791539a63e107790
Author: Arash Esbati
Commit: Arash Esbati
* style/fontspec.el ("fontspec"): Replace `TeX-arg-eval'.
---
style/fontspec.el | 22 ++
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/sty
branch: externals/auctex
commit 5f129b5dcab1d1c3b3b987348cfa841e265548c4
Author: Ikumi Keita
Commit: Ikumi Keita
Support starred variant name
* latex.el (LaTeX-find-matching-end):
(LaTeX-find-matching-begin):
Find correct begin or end when the point is just after the asteris
branch: externals/auctex
commit 46c1a5a592e702babfc7f32458dc5cc8f802f3ae
Author: Uwe Brauer
Commit: Arash Esbati
Add filename as a prefix to catchfilebetweentags counter
* style/catchfilebetweentags.el (LaTeX-env-catchfilebetweentags):
Add filename as a prefix to the counter.
--
branch: externals/auctex
commit a57e627284383e2a28082b8be652b2714a366766
Author: Ikumi Keita
Commit: Ikumi Keita
Improve consistency between similar functions
Include doctex mode special treatment of `LaTeX-current-environmnet'
into `LaTeX-find-matching-begin' and `LaTeX-find-ma
branch: externals/auctex
commit ba70baec6ca95c609e794624ca589c1de9ea02d8
Author: Ikumi Keita
Commit: Ikumi Keita
Fix doc strings regarding to section commands
* context.el (ConTeXt-numbered-section-hook):
(ConTeXt-unnumbered-section-hook):
Add mention about `ConTeXt-referenc
branch: externals/auctex
commit 8984821716d0d19bf05b4bdc827c0c9047130521
Author: Arash Esbati
Commit: Arash Esbati
; * style/natbib.el ("natbib"): Fontify \citetext.
---
style/natbib.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/style/natbib.el b/style/natbib.el
i
branch: externals/auctex
commit 0cea7e107a2ec612bea1add75f731c29dda55951
Author: Arash Esbati
Commit: Arash Esbati
Simplify implementation of style/cleveref.el
* style/cleveref.el (TeX-arg-cleveref-crossref-type): Delete
function.
(LaTeX-cleveref-crossref-type): New function
branch: externals/auctex
commit c7de94dc942f77b4159a5c3fb5d0c57eebe8cc9e
Author: Arash Esbati
Commit: Arash Esbati
Replace `TeX-arg-eval'
* style/doc.el ("doc"): Replace `TeX-arg-eval' with closure.
For "DocInput", add a check if "l3doc" style is loaded and adjust
the query
branch: externals/auctex
commit 33bb54bb9e55eb443ca2866b7ff7d8663ba0f740
Author: Arash Esbati
Commit: Arash Esbati
Simplify implementation of style/geometry.el
* style/geometry.el ("geometry"): Replace `TeX-arg-eval'.
---
style/geometry.el | 25 +++--
1 file cha
branch: externals/auctex
commit eb7b8d4de4236927574d6c208c37ead080ac83a1
Author: Arash Esbati
Commit: Arash Esbati
* style/listings.el ("listings"): Replace `TeX-arg-eval'.
---
style/listings.el | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/style/listings.el
branch: externals/auctex
commit 982b20571c07cb7a8936e4465176c8823e145ad3
Author: Arash Esbati
Commit: Arash Esbati
* style/ltxdoc.el ("ltxdoc"): Replace `TeX-arg-eval'.
---
style/ltxdoc.el | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/style/ltxdoc.el b/style
branch: externals/auctex
commit 1def8bd5709c41c8ef526eca0d69a195ddec0529
Author: Arash Esbati
Commit: Arash Esbati
; * style/graphics.el ("graphics"): Remove unnecessary `function'.
---
style/graphics.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/style/graph
branch: externals/auctex
commit 517d5a6e4ed5d21cba17b9cc3af3b66e0441843d
Author: Arash Esbati
Commit: Arash Esbati
; * style/floatrow.el ("floatrow"): Fix last change.
---
style/floatrow.el | 15 ++-
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/style/floatrow.e
branch: externals/auctex
commit ff65b9b4d088b98387c13388ad63a83f4816ab5b
Author: Arash Esbati
Commit: Arash Esbati
Avoid compiler warnings with long function names
* tex.el (TeX-auto-add-type): Rearrange the auto-generated
docstring in order to avoid compiler warnings for long f
branch: externals/auctex
commit 7f9e7ec8a1e6ca1a4bf0e0798dc753ef462e8402
Author: Arash Esbati
Commit: Arash Esbati
* style/array.el ("array"): Replace `TeX-arg-eval' with a closure.
---
style/array.el | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/style/array
branch: externals/auctex
commit 30bca31f7787f9cf031e2394e716f696bd0ca032
Author: Arash Esbati
Commit: Arash Esbati
; * style/xcolor.el ("xcolor"): Replace `TeX-arg-eval'.
---
style/xcolor.el | 23 ---
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/style/
branch: externals/auctex
commit e4ceb88bb7cb4f406874de196aa71118449fe373
Author: Arash Esbati
Commit: Arash Esbati
Bind a value to `LaTeX-current-environment' locally
* latex.el (LaTeX-current-environment): Add docstring.
(LaTeX-env-item-args, LaTeX-env-label-args, LaTeX-env-arg
branch: externals/auctex
commit 5484b57bc46688c3a8fa2ec45f261fce87a3bebb
Author: Arash Esbati
Commit: Arash Esbati
Don't rely on the value of `LaTeX-current-environment'
* style/breqn.el (LaTeX-breqn-key-val-options):
* style/changelog.el (LaTeX-changelog-key-val-options): Remov
branch: externals/auctex
commit 54c82bd093aec4b1fa9264ac91b70cf30da737b6
Author: Ikumi Keita
Commit: Ikumi Keita
New style file physics.el
* style/physics.el: New style file.
* Makefile.in (STYLESRC): Add it.
---
Makefile.in | 3 +-
style/physics.el | 418 +++
branch: externals/auctex
commit 4b9dafad8606987d08c752b84fe3f607a33896c3
Author: Arash Esbati
Commit: Arash Esbati
Simplify implementation of style/fancyvrb.el
* style/fancyvrb.el (LaTeX-fancyvrb-arg-define-macro): Check if
the package "fvextra" is loaded and allow verbatim argu
branch: externals/auctex
commit 6bdb392dfe42f56c772b32cae8c87fe321eaae06
Author: Arash Esbati
Commit: Arash Esbati
; * style/theorem.el ("theorem"): Fix last change.
---
style/theorem.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/style/theorem.el b/style/theorem
branch: externals/auctex
commit 3806176ba2fa11cc990e49792f9db34532c85258
Author: Ikumi Keita
Commit: Ikumi Keita
Fix argument description in doc strings
* latex.el (TeX-read-key-val):
* multi-prompt.el (multi-prompt-key-value):
Correct the format of KEY-VAL-ALIST and state t
branch: externals/auctex
commit d7dc696f47b210729885d6e033472db9e6433761
Author: Arash Esbati
Commit: Arash Esbati
* latex.el (LaTeX-env-contents): Add the "nowarn" key.
---
latex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/latex.el b/latex.el
index cea33b1adf..01
branch: externals/auctex
commit e97fb94f4ecb230faa33267fc45799daa37f6d4a
Author: Arash Esbati
Commit: Arash Esbati
Pacify compiler warning
* context.el (ConTeXt-expand-options): Use `string=' instead of
`eq' to compare strings.
---
context.el | 2 +-
1 file changed, 1 insertion
branch: externals/auctex
commit bf66b302a4afa297fc2322a875935fd9a4d47525
Author: Ikumi Keita
Commit: Ikumi Keita
Improve the previous commit slightly
* latex.el (LaTeX-current-environment,LaTeX-backward-up-environment):
Move the task to find out the environment name from the lat
branch: externals/auctex
commit c60ed913a04656fa346db6403d3adb713d76f975
Author: Ikumi Keita
Commit: Ikumi Keita
; Remove unnecessary `declare-function'
* style/tikz.el: Remove unnecessary `declare-function' that I
shouldn't add.
---
style/tikz.el | 2 --
1 file changed, 2 dele
branch: externals/auctex
commit d3ab64f89394d16473ee1af144d5cf6bde77380c
Author: Ikumi Keita
Commit: Ikumi Keita
Reduce redundancy in regexp
* latex.el (LaTeX-environment-name-regexp): Don't quote regexp inside
[^...].
(LaTeX-modify-environment): Omit spurious regexp group.
branch: externals/auctex
commit 324cb5c9134ae2ed974fa58a6584424c899e7289
Author: Arash Esbati
Commit: Arash Esbati
Simplify implementation of style/hologo.el
* style/hologo.el
(LaTeX-hologo--arg-use-region-or-query-logo-name): Reduce
functionality.
(LaTeX-hologo--arg-use
1 - 100 of 194 matches
Mail list logo