Path to this page:
./
editors/zile,
Emacs-like text editor
Branch: CURRENT,
Version: 2.6.2,
Package name: zile-2.6.2,
Maintainer: pkgsrc-usersZile is another Emacs-clone. Zile is a customizable, self-documenting
real-time, open-source display editor. Zile was written to be as similar
as possible to Emacs; every Emacs user should feel at home with Zile.
Required to run:[
converters/libiconv] [
devel/boehm-gc]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 1125.733 KB
Version history: (Expand)
- (2024-04-04) Updated to version: zile-2.6.2
- (2022-06-28) Updated to version: zile-2.4.15nb2
- (2021-05-25) Updated to version: zile-2.4.15nb1
- (2020-11-24) Updated to version: zile-2.4.15
- (2020-09-01) Updated to version: zile-2.4.14nb1
- (2020-07-03) Updated to version: zile-2.4.14
CVS history: (Expand)
2024-04-04 18:42:19 by Kevin Bloom | Files touched by this commit (2) | |
Log message:
zile: update to 2.6.2
2.6.1 -> 2.6.2:
- fixed opening a file that contained no line endings would cause a
null pointer dereference.
2.6.0 -> 2.6.1
- Many bugs fixed due to the Vala rewrite.
2.4.15 -> 2.6.0
- Zile has been rewritten in Vala
- Writing files has been made more robust
- Fixed a bug where `save-buffers-kill-emacs' would not cause Zile to
exit immediately if it was executed as part of a macro or Lisp
expression.
- Fixed bug where `universal-argument' without an explicit numeric
argument would cause Zile to quit immediately.
- Fix a space leak on unterminated string and a crash on unclosed paren when
parsing Lisp expressions.
- In the minibuffer, C-k now adds the cut text to the kill ring, and `yank'
(C-y) is added.
- Fix processing of key bindings. This affects where-is and
describe-bindings.
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:21:45 by Nia Alarie | Files touched by this commit (161) |
Log message:
editors: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 15:47:53 by Nia Alarie | Files touched by this commit (161) |
Log message:
editors: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-11-24 10:57:43 by Nia Alarie | Files touched by this commit (3) | |
Log message:
zile: Update to 2.4.15
* Noteworthy changes in release 2.4.15 (2020-11-05) [stable]
** Bug fixes
Ensure term.h matches [n]curses[w].h (fix #58880).
Fix a potential crash in the Lisp “interpreter”.
query-replace no longer prints the number of replacements on error.
** Build-related
Various improvements and fixes, including updates to gnulib and bootstrap,
improvements to the build instructions, and the removal of obsolete files.
Use automake’s parallel test harness to run the tests.
Make running the tests with Emacs optional. A lot of them do not pass any
more with recent Emacsen, but this is not an urgent problem.
Use ASAN instead of Valgrind for memory checking: this makes the tests run
much faster.
Remove the use of texinfo markup from docstrings.
tbl_vars.h no longer needs to be generated from tbl_vars.h.in, as no
substitutions were being made.
** Miscellaneous
Some code clean-up, including a simplification to the calling convention
for C functions that implement editor commands.
Update some docstrings to match Emacs 27.1.
|
2020-09-26 14:41:02 by Thomas Klausner | Files touched by this commit (1) |
Log message:
zile: fix DEPENDS line
|
2020-09-26 14:08:43 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(editors/zile) Add missing two of BUILD_DEPENDS
|